From ee4f19a0a630fc2245a313bfe20302b5a6b555aa Mon Sep 17 00:00:00 2001 From: Daniel Sarmiento <42810219+dpsarmie@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:15:05 -0400 Subject: [PATCH 1/6] Add omega calculation and change LSM diag option to RTs (#2373) * UFSWM - Adds pass_full_omega_to_physics_in_non_hydrostatic_model parameter in the global_control.nml.IN namelist and sets it to true for non-hydrostatic runs. An additional field (omga) has been added to the diag_tables. --- tests/bl_date.conf | 2 +- tests/default_vars.sh | 7 + tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_acorn.log | 571 +++++++------ tests/logs/RegressionTests_derecho.log | 615 +++++++------- tests/logs/RegressionTests_gaea.log | 619 +++++++------- tests/logs/RegressionTests_hera.log | 757 +++++++++--------- tests/logs/RegressionTests_hercules.log | 728 ++++++++--------- tests/logs/RegressionTests_jet.log | 564 ++++++------- tests/logs/RegressionTests_orion.log | 619 +++++++------- tests/logs/RegressionTests_wcoss2.log | 524 ++++++------ tests/parm/diag_table/diag_table_cpld.IN | 1 + tests/parm/diag_table/diag_table_template | 1 + tests/parm/diag_table/diag_table_thompson | 1 + tests/parm/diag_table/diag_table_wam | 5 +- tests/parm/global_control.nml.IN | 1 + tests/test_changes.list | 77 ++ tests/tests/cpld_control_gfsv17 | 2 +- tests/tests/cpld_control_gfsv17_iau | 2 +- tests/tests/cpld_control_sfs | 2 +- tests/tests/cpld_debug_gfsv17 | 2 +- tests/tests/cpld_mpi_gfsv17 | 2 +- tests/tests/cpld_restart_gfsv17 | 2 +- tests/tests/gnv1_nested | 2 +- 26 files changed, 2787 insertions(+), 2421 deletions(-) diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 5448183396..2fc1026343 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240724 +export BL_DATE=20240730 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index ef44dfe4a9..78a89ec8e6 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -764,6 +764,7 @@ export LDIAG3D=.false. export QDIAG3D=.false. export PRINT_DIFF_PGR=.false. export MAX_OUTPUT_FIELDS=310 +export UPDATE_FULL_OMEGA=.false. # Stochastic physics export STOCHINI=.false. @@ -1101,6 +1102,12 @@ export NY_GLB=320 export NPZ=127 export NPZP=128 +# Use updated omega calculations if +# hydrostatic is set to false +if [[ "${HYDROSTATIC}" == .false. ]]; then + export UPDATE_FULL_OMEGA=.true. +fi + # default resources export DOMAINS_STACK_SIZE=8000000 export INPES=${INPES_cpl_dflt} diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 774fbac358..b52438f989 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Fri Jul 26 20:30:45 UTC 2024 +Wed Jul 31 16:54:12 UTC 2024 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_2494518/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3750971/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 = 280.977475 - 0: The maximum resident set size (KB) = 1454304 + 0: The total amount of wall time = 279.178521 + 0: The maximum resident set size (KB) = 1452196 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_2494518/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3750971/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 = 966.539273 - 0: The maximum resident set size (KB) = 1439060 + 0: The total amount of wall time = 980.789299 + 0: The maximum resident set size (KB) = 1438832 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_2494518/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3750971/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 = 249.254197 - 0: The maximum resident set size (KB) = 1437604 + 0: The total amount of wall time = 250.532991 + 0: The maximum resident set size (KB) = 1435764 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_2494518/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3750971/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 249.618477 - 0: The maximum resident set size (KB) = 1432416 + 0: The total amount of wall time = 252.858828 + 0: The maximum resident set size (KB) = 1423936 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_2494518/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3750971/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 = 252.799465 - 0: The maximum resident set size (KB) = 1431152 + 0: The total amount of wall time = 250.469720 + 0: The maximum resident set size (KB) = 1435444 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_2494518/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3750971/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 = 246.985477 - 0: The maximum resident set size (KB) = 1447148 + 0: The total amount of wall time = 251.094450 + 0: The maximum resident set size (KB) = 1435512 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_2494518/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3750971/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 = 249.919086 - 0: The maximum resident set size (KB) = 1434244 + 0: The total amount of wall time = 250.907119 + 0: The maximum resident set size (KB) = 1424508 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Jul 26 21:54:52 UTC 2024 -Elapsed time: 01h:24m:07s. Have a nice day! +Wed Jul 31 18:06:20 UTC 2024 +Elapsed time: 01h:12m:08s. 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 a5a3fcd863..b2c3bea61e 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Fri Jul 26 19:19:32 UTC 2024 +Wed Jul 31 15:34:20 UTC 2024 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_1506640/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3296517/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 = 1333.999638 - 0: The maximum resident set size (KB) = 1540440 + 0: The total amount of wall time = 1598.613826 + 0: The maximum resident set size (KB) = 1535936 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_1506640/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3296517/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 = 724.841272 - 0: The maximum resident set size (KB) = 1538712 + 0: The total amount of wall time = 726.442492 + 0: The maximum resident set size (KB) = 1538112 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_1506640/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3296517/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 = 520.811850 - 0: The maximum resident set size (KB) = 1511524 + 0: The total amount of wall time = 465.781642 + 0: The maximum resident set size (KB) = 1538556 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Jul 26 20:30:45 UTC 2024 -Elapsed time: 01h:11m:14s. Have a nice day! +Wed Jul 31 16:54:12 UTC 2024 +Elapsed time: 01h:19m:53s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index b1326ed3c2..3e72d37929 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Fri Jul 26 16:44:32 UTC 2024 +Wed Jul 31 13:03:37 UTC 2024 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_268113/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_500215/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 = 1470.646865 - 0: The maximum resident set size (KB) = 769104 + 0: The total amount of wall time = 1465.693547 + 0: The maximum resident set size (KB) = 757880 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_268113/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_500215/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 = 2296.345459 - 0: The maximum resident set size (KB) = 731460 + 0: The total amount of wall time = 2169.422270 + 0: The maximum resident set size (KB) = 729460 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_268113/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_500215/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 = 2252.359216 - 0: The maximum resident set size (KB) = 715680 + 0: The total amount of wall time = 2264.677203 + 0: The maximum resident set size (KB) = 730040 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_268113/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_500215/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 = 2288.966852 - 0: The maximum resident set size (KB) = 718224 + 0: The total amount of wall time = 2181.123987 + 0: The maximum resident set size (KB) = 735016 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Jul 26 19:19:31 UTC 2024 -Elapsed time: 02h:35m:00s. Have a nice day! +Wed Jul 31 15:34:18 UTC 2024 +Elapsed time: 02h:30m:42s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 2d37737fda..fb5048da8d 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: -4124fe82547dcec17e208ff919f41db354b212e6 +619de9c8122177396890d13cd5c4ba97ccb5032b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) @@ -35,274 +35,345 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2547232 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1128655 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 11:03] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [32:52, 01:50](3209 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:24, 11:09] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [56:47, 02:34](3214 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 15:48] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [27:47, 01:33](1920 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [59:26, 03:00](1957 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [59:03, 02:53](1093 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:48, 03:12](1893 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:30, 16:27] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [50:41, 03:03](1922 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:40, 02:47](1967 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [23:57, 03:15](1091 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [50:42, 03:29](1898 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:30, 16:38] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [26:46, 01:06](1922 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:30, 16:18] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [51:41, 01:24](1918 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:18, 04:50] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [39:00, 02:59](1962 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:53] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [02:53, 02:50](1962 MB) -PASS -- COMPILE 's2swa_intel' [11:25, 10:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [32:52, 01:22](3243 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [32:52, 02:01](3241 MB) -PASS -- TEST 'cpld_restart_p8_intel' [20:05, 02:18](3176 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [32:52, 02:24](3264 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [14:33, 01:28](3192 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [32:52, 02:00](3480 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [32:52, 01:23](3236 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [32:53, 01:50](3185 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [32:52, 01:41](3241 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [32:52, 02:05](3222 MB) +PASS -- COMPILE 's2swa_intel' [11:26, 11:09] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [56:45, 01:31](3244 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [56:45, 01:32](3241 MB) +PASS -- TEST 'cpld_restart_p8_intel' [40:39, 01:11](3176 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [56:45, 01:57](3265 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [42:56, 01:51](3191 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [56:45, 01:15](3475 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [56:45, 01:11](3235 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [56:46, 01:41](3185 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [56:45, 01:41](3243 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [56:45, 01:54](3223 MB) -PASS -- COMPILE 's2sw_intel' [11:25, 10:30] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [32:52, 01:42](1935 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [32:52, 02:18](1996 MB) +PASS -- COMPILE 's2sw_intel' [11:25, 10:34] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [56:46, 01:55](1933 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [56:46, 02:13](2004 MB) -PASS -- COMPILE 's2s_aoflux_intel' [10:24, 09:59] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [33:53, 02:22](1987 MB) +PASS -- COMPILE 's2s_aoflux_intel' [11:24, 10:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [56:47, 01:28](1994 MB) -PASS -- COMPILE 's2s_intel' [10:25, 09:56] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [33:51, 00:55](2941 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [33:51, 01:26](2940 MB) -PASS -- TEST 'cpld_restart_c48_intel' [29:24, 00:53](2338 MB) +PASS -- COMPILE 's2s_intel' [10:24, 09:57] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [57:46, 00:57](2948 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [57:46, 01:28](2945 MB) +PASS -- TEST 'cpld_restart_c48_intel' [53:21, 01:41](2360 MB) -PASS -- COMPILE 's2swa_faster_intel' [16:31, 15:51] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [27:46, 01:59](3239 MB) +PASS -- COMPILE 's2swa_faster_intel' [15:29, 15:02] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [52:42, 01:51](3237 MB) -PASS -- COMPILE 's2sw_pdlib_intel' [16:31, 15:41] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [27:46, 01:46](1936 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [58:53, 00:57](1116 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [58:13, 01:54](1912 MB) +PASS -- COMPILE 's2sw_pdlib_intel' [16:31, 15:51] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [51:40, 01:27](1938 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [27:55, 01:08](1102 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:29, 01:00](1910 MB) -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:18, 04:27] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:42, 00:55](1980 MB) +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:17, 04:31] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [57:35, 00:59](1981 MB) PASS -- COMPILE 'atm_dyn32_intel' [11:25, 10:16] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [20:45, 00:43](669 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [20:11, 00:22](1569 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [19:42, 01:12](1577 MB) -PASS -- TEST 'control_latlon_intel' [16:00, 00:18](1572 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [15:35, 00:48](1571 MB) -PASS -- TEST 'control_c48_intel' [13:32, 00:57](1609 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:19, 01:34](733 MB) -PASS -- TEST 'control_c192_intel' [13:00, 01:21](1691 MB) -PASS -- TEST 'control_c384_intel' [12:38, 02:28](1998 MB) -PASS -- TEST 'control_c384gdas_intel' [12:32, 02:38](1197 MB) -PASS -- TEST 'control_stochy_intel' [11:40, 00:35](628 MB) -PASS -- TEST 'control_stochy_restart_intel' [55:57, 01:12](434 MB) -PASS -- TEST 'control_lndp_intel' [10:48, 01:16](628 MB) -PASS -- TEST 'control_iovr4_intel' [08:31, 00:43](623 MB) -PASS -- TEST 'control_iovr5_intel' [06:55, 01:05](625 MB) -PASS -- TEST 'control_p8_intel' [05:44, 02:33](1869 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:35, 02:16](1870 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:35, 02:04](1872 MB) -PASS -- TEST 'control_restart_p8_intel' [51:15, 02:19](1022 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:43, 01:52](1859 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [51:02, 02:05](1025 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:33, 01:51](1857 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:31, 01:51](1951 MB) -PASS -- TEST 'control_p8_lndp_intel' [00:33, 01:07](1869 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [00:27, 02:33](1931 MB) -PASS -- TEST 'control_p8_mynn_intel' [59:35, 01:49](1874 MB) -PASS -- TEST 'merra2_thompson_intel' [57:55, 02:34](1871 MB) -PASS -- TEST 'regional_control_intel' [56:58, 00:18](873 MB) -PASS -- TEST 'regional_restart_intel' [39:54, 00:48](874 MB) -PASS -- TEST 'regional_decomp_intel' [56:23, 00:20](885 MB) -PASS -- TEST 'regional_2threads_intel' [56:21, 00:56](1005 MB) -PASS -- TEST 'regional_noquilt_intel' [55:07, 00:45](1198 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [54:35, 00:22](880 MB) -PASS -- TEST 'regional_wofs_intel' [54:05, 00:43](1602 MB) - -PASS -- COMPILE 'ifi_intel' [09:23, 08:33] ( 1 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [24:28, 00:20](870 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [24:28, 01:06](876 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [24:29, 00:17](1002 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 09:30] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [23:17, 01:38](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [23:18, 01:33](1189 MB) -PASS -- TEST 'rap_decomp_intel' [23:17, 01:35](1010 MB) -PASS -- TEST 'rap_2threads_intel' [23:17, 02:30](1092 MB) -PASS -- TEST 'rap_restart_intel' [54:04, 02:56](888 MB) -PASS -- TEST 'rap_sfcdiff_intel' [23:17, 03:05](1008 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [23:17, 02:12](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [54:04, 02:35](886 MB) -PASS -- TEST 'hrrr_control_intel' [23:17, 02:11](1003 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [23:17, 02:21](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [23:18, 02:12](1086 MB) -PASS -- TEST 'hrrr_control_restart_intel' [53:48, 00:57](838 MB) -PASS -- TEST 'rrfs_v1beta_intel' [53:33, 02:34](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [53:14, 01:16](1964 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [51:15, 00:34](1958 MB) - -PASS -- COMPILE 'csawmg_intel' [09:23, 08:57] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [23:29, 01:13](970 MB) -PASS -- TEST 'control_ras_intel' [23:29, 00:35](658 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 08:55] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [23:29, 00:37](1663 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:27, 12:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [51:05, 02:25](1860 MB) -PASS -- TEST 'regional_control_faster_intel' [51:04, 00:33](865 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:20, 05:41] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [50:53, 00:26](1610 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [50:24, 00:36](1611 MB) -PASS -- TEST 'control_stochy_debug_intel' [49:12, 00:35](818 MB) -PASS -- TEST 'control_lndp_debug_intel' [48:36, 00:27](813 MB) -PASS -- TEST 'control_csawmg_debug_intel' [48:32, 01:02](1125 MB) -PASS -- TEST 'control_ras_debug_intel' [48:10, 01:00](826 MB) -PASS -- TEST 'control_diag_debug_intel' [48:01, 00:50](1677 MB) -PASS -- TEST 'control_debug_p8_intel' [47:36, 00:55](1911 MB) -PASS -- TEST 'regional_debug_intel' [46:59, 00:42](948 MB) -PASS -- TEST 'rap_control_debug_intel' [45:36, 00:56](1196 MB) -PASS -- TEST 'hrrr_control_debug_intel' [45:00, 00:40](1192 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [44:53, 00:27](1199 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [44:53, 00:25](1197 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [44:36, 00:15](1194 MB) -PASS -- TEST 'rap_diag_debug_intel' [44:24, 00:37](1278 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [44:06, 01:15](1194 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [43:44, 00:34](1203 MB) -PASS -- TEST 'rap_lndp_debug_intel' [43:06, 01:11](1199 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [42:50, 00:20](1195 MB) -PASS -- TEST 'rap_noah_debug_intel' [42:39, 01:14](1192 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [41:39, 01:00](1195 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [41:10, 01:10](1195 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [40:58, 00:54](1192 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [40:44, 00:19](1199 MB) -PASS -- TEST 'rap_flake_debug_intel' [40:41, 01:13](1200 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [40:38, 02:59](1200 MB) - -PASS -- COMPILE 'wam_debug_intel' [20:35, 03:46] ( 840 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [40:34, 01:01](1704 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [26:42, 08:53] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [38:28, 00:53](1060 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [38:03, 02:35](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [37:19, 03:58](888 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [37:18, 02:59](951 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [37:05, 02:36](943 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [36:29, 03:51](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [26:58, 01:53](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [28:06, 00:18](769 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [41:57, 11:48] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [35:43, 00:43](1095 MB) -PASS -- TEST 'conus13km_2threads_intel' [29:33, 00:32](1080 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [29:32, 00:23](976 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [03:24, 09:03] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [21:05, 01:36](908 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [57:17, 03:52] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [26:11, 00:41](1075 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [26:11, 00:56](1071 MB) -PASS -- TEST 'conus13km_debug_intel' [26:11, 01:00](1183 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [26:11, 00:57](866 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [26:12, 00:58](1146 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:11, 01:08](1244 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [58:20, 03:49] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [25:09, 01:11](1096 MB) - -PASS -- COMPILE 'hafsw_intel' [04:21, 10:33] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [18:59, 01:44](708 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [18:59, 00:48](1053 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:57, 02:07](765 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:22, 02:13](792 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:18, 01:58](850 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [15:02, 01:25](498 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:42, 01:29](524 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [12:41, 00:59](384 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:37, 03:00](457 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:47, 00:55](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:51, 01:14](514 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:53, 01:29](585 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:37, 01:02](418 MB) -PASS -- TEST 'gnv1_nested_intel' [07:17, 03:15](1715 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [57:18, 04:15] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [25:13, 00:47](629 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [05:23, 13:44] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [06:35, 01:32](709 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [05:44, 01:48](799 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [00:16, 10:15] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [19:12, 01:41](797 MB) - -PASS -- COMPILE 'hafs_all_intel' [48:08, 09:44] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [19:03, 02:11](776 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [19:03, 02:13](741 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:01, 00:45](896 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [40:56, 09:13] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [20:06, 00:46](769 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:29, 00:12](758 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [20:06, 00:28](647 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [20:06, 00:17](648 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [20:06, 00:52](645 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [20:06, 00:18](756 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [20:06, 00:54](770 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [20:06, 00:13](651 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [20:07, 01:26](696 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [20:07, 01:34](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [20:06, 00:21](755 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [20:06, 00:28](2036 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [20:06, 00:59](2034 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [25:38, 09:12] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [19:07, 00:17](769 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:15, 01:05] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [23:56, 00:16](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [23:56, 00:21](451 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:30, 00:46](450 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:49, 09:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [50:19, 01:36](1930 MB) - -PASS -- COMPILE 'atml_intel' [34:49, 10:38] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [50:20, 02:14](1896 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [50:20, 02:15](1892 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [40:50, 00:51](1045 MB) - -PASS -- COMPILE 'atml_debug_intel' [29:43, 04:44] ( 883 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [54:12, 02:45](1932 MB) - -PASS -- COMPILE 'atmw_intel' [31:45, 09:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [49:19, 02:06](1905 MB) - -PASS -- COMPILE 'atmaero_intel' [32:46, 09:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [47:19, 01:47](3131 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [47:19, 01:33](3016 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [47:19, 01:44](3026 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [28:42, 03:48] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [50:27, 02:02](4557 MB) +PASS -- TEST 'control_flake_intel' [44:37, 00:29](670 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [43:01, 01:07](1572 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [43:00, 00:38](1579 MB) +PASS -- TEST 'control_latlon_intel' [42:34, 01:02](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [41:19, 01:12](1575 MB) +PASS -- TEST 'control_c48_intel' [40:18, 00:41](1612 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [39:22, 00:55](733 MB) +PASS -- TEST 'control_c192_intel' [39:18, 01:05](1692 MB) +PASS -- TEST 'control_c384_intel' [38:11, 02:17](2001 MB) +PASS -- TEST 'control_c384gdas_intel' [37:53, 02:46](1190 MB) +PASS -- TEST 'control_stochy_intel' [37:37, 00:34](628 MB) +PASS -- TEST 'control_stochy_restart_intel' [21:54, 00:38](434 MB) +PASS -- TEST 'control_lndp_intel' [35:34, 01:13](630 MB) +PASS -- TEST 'control_iovr4_intel' [33:25, 00:42](624 MB) +PASS -- TEST 'control_iovr5_intel' [31:50, 00:46](624 MB) +PASS -- TEST 'control_p8_intel' [30:45, 02:16](1868 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [30:32, 02:37](1869 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [29:52, 02:16](1871 MB) +PASS -- TEST 'control_restart_p8_intel' [16:48, 02:08](1020 MB) +PASS -- TEST 'control_noqr_p8_intel' [29:43, 01:46](1861 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [16:48, 02:13](1024 MB) +PASS -- TEST 'control_decomp_p8_intel' [29:42, 01:38](1864 MB) +PASS -- TEST 'control_2threads_p8_intel' [28:49, 01:59](1960 MB) +PASS -- TEST 'control_p8_lndp_intel' [28:42, 00:23](1873 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [28:12, 02:36](1923 MB) +PASS -- TEST 'control_p8_mynn_intel' [26:49, 02:05](1882 MB) +PASS -- TEST 'merra2_thompson_intel' [26:29, 02:19](1871 MB) +PASS -- TEST 'regional_control_intel' [25:51, 00:13](871 MB) +PASS -- TEST 'regional_restart_intel' [20:02, 00:42](880 MB) +PASS -- TEST 'regional_decomp_intel' [24:52, 00:49](881 MB) +PASS -- TEST 'regional_2threads_intel' [24:41, 01:09](1004 MB) +PASS -- TEST 'regional_noquilt_intel' [23:29, 01:07](1195 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [23:06, 00:38](872 MB) +PASS -- TEST 'regional_wofs_intel' [22:29, 00:39](1603 MB) + +PASS -- COMPILE 'ifi_intel' [09:21, 08:36] ( 1 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [48:11, 01:09](873 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [48:11, 00:14](873 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [48:12, 00:40](1001 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 09:40] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [46:23, 02:12](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [46:24, 01:23](1193 MB) +PASS -- TEST 'rap_decomp_intel' [46:23, 02:24](1010 MB) +PASS -- TEST 'rap_2threads_intel' [46:23, 01:50](1095 MB) +PASS -- TEST 'rap_restart_intel' [21:43, 02:44](890 MB) +PASS -- TEST 'rap_sfcdiff_intel' [46:23, 03:09](1009 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [46:23, 01:59](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [20:55, 02:48](892 MB) +PASS -- TEST 'hrrr_control_intel' [46:23, 02:43](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [46:23, 02:10](1004 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [46:24, 02:51](1084 MB) +PASS -- TEST 'hrrr_control_restart_intel' [20:26, 00:39](838 MB) +PASS -- TEST 'rrfs_v1beta_intel' [19:29, 02:54](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [19:10, 01:21](1969 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [18:39, 00:48](1959 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 08:59] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [47:25, 00:54](969 MB) +PASS -- TEST 'control_ras_intel' [47:25, 00:26](658 MB) + +PASS -- COMPILE 'wam_intel' [09:22, 08:57] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [47:24, 00:40](1667 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:27, 12:43] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [18:06, 02:05](1868 MB) +PASS -- TEST 'regional_control_faster_intel' [16:47, 01:09](868 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [32:49, 05:44] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [16:20, 00:49](1615 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [16:20, 00:57](1617 MB) +PASS -- TEST 'control_stochy_debug_intel' [16:02, 00:39](818 MB) +PASS -- TEST 'control_lndp_debug_intel' [16:06, 00:20](813 MB) +PASS -- TEST 'control_csawmg_debug_intel' [15:53, 01:02](1126 MB) +PASS -- TEST 'control_ras_debug_intel' [15:50, 01:05](820 MB) +PASS -- TEST 'control_diag_debug_intel' [14:42, 00:51](1680 MB) +PASS -- TEST 'control_debug_p8_intel' [14:19, 00:40](1906 MB) +PASS -- TEST 'regional_debug_intel' [13:49, 00:37](948 MB) +PASS -- TEST 'rap_control_debug_intel' [13:44, 00:58](1199 MB) +PASS -- TEST 'hrrr_control_debug_intel' [13:30, 01:08](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [13:07, 00:45](1198 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [12:36, 01:10](1197 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:37, 00:49](1195 MB) +PASS -- TEST 'rap_diag_debug_intel' [11:16, 01:30](1277 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:35, 00:37](1195 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:34, 00:57](1203 MB) +PASS -- TEST 'rap_lndp_debug_intel' [10:34, 01:04](1198 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:34, 01:08](1196 MB) +PASS -- TEST 'rap_noah_debug_intel' [10:04, 00:26](1193 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:48, 00:36](1195 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:29, 00:51](1196 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:51, 00:50](1191 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:25, 01:05](1197 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:23, 00:35](1203 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:13, 02:44](1200 MB) + +PASS -- COMPILE 'wam_debug_intel' [55:12, 03:53] ( 840 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [59:19, 08:56] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [52:22, 00:57](1054 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [52:21, 01:55](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [52:21, 03:27](886 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [52:21, 02:38](953 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [52:22, 01:56](939 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [52:21, 03:16](881 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [16:09, 02:30](797 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [17:24, 01:14](769 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [02:18, 11:59] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [48:20, 01:17](1094 MB) +PASS -- TEST 'conus13km_2threads_intel' [16:43, 00:47](1081 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [16:42, 00:37](976 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [57:12, 09:04] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [51:00, 00:46](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [51:08, 04:03] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [56:16, 00:56](1075 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [56:16, 00:50](1071 MB) +PASS -- TEST 'conus13km_debug_intel' [56:16, 00:29](1163 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [56:16, 00:47](855 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [56:17, 01:15](1147 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [56:16, 00:43](1251 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [51:08, 03:44] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [56:16, 00:48](1096 MB) + +PASS -- COMPILE 'hafsw_intel' [57:12, 10:33] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [49:13, 01:55](706 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [49:13, 00:58](1055 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [49:11, 01:21](760 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [49:11, 01:54](791 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [49:12, 01:35](813 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [49:11, 00:52](480 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [49:12, 01:31](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [49:12, 01:05](388 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [49:15, 02:34](448 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [49:11, 01:37](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [49:11, 01:21](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [49:13, 01:39](583 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [49:12, 00:51](417 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_debug_intel' [50:05, 04:10] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [56:18, 01:11](689 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [57:13, 13:46] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [44:06, 01:22](625 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [43:36, 01:08](802 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [29:44, 10:18] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [50:09, 01:07](795 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:23, 09:34] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [40:16, 01:40](755 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [39:47, 01:37](740 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [37:43, 00:15](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:24, 09:36] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [35:22, 00:34](771 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [13:40, 00:21](744 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [35:24, 00:13](648 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [33:52, 01:10](649 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [33:47, 00:17](650 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [32:13, 00:32](769 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [31:43, 00:41](768 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [30:16, 01:12](651 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [29:42, 01:20](691 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [28:37, 01:19](670 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [27:37, 00:37](768 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [27:02, 00:37](2034 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [24:34, 00:39](2036 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:24, 09:17] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [24:04, 00:54](771 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:14, 01:05] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [54:01, 00:42](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [54:01, 00:14](450 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [50:29, 00:41](450 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:42, 09:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [23:43, 01:39](1925 MB) + +PASS -- COMPILE 'atml_intel' [49:03, 10:49] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [03:18, 02:11](1894 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [03:18, 02:06](1896 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [54:53, 00:53](1044 MB) + +PASS -- COMPILE 'atml_debug_intel' [41:57, 04:37] ( 883 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:03, 02:01](1938 MB) + +PASS -- COMPILE 'atmw_intel' [46:00, 09:26] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:05, 02:33](1904 MB) + +PASS -- COMPILE 'atmaero_intel' [44:59, 09:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:10, 01:49](3132 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [04:10, 02:11](3016 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [04:10, 02:09](3025 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [38:54, 03:50] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [09:29, 01:54](4564 MB) SYNOPSIS: -Starting Date/Time: 20240729 13:15:25 -Ending Date/Time: 20240729 15:38:53 -Total Time: 02h:23m:54s +Starting Date/Time: 20240731 13:51:30 +Ending Date/Time: 20240731 16:18:19 +Total Time: 02h:27m:14s Compiles Completed: 38/38 -Tests Completed: 179/179 +Tests Completed: 177/179 +Failed Tests: +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/dpsarmie/ufs-weather-model/tests/logs/log_acorn/run_control_wam_debug_intel.log +* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/dpsarmie/ufs-weather-model/tests/logs/log_acorn/run_gnv1_nested_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF ACORN REGRESSION TESTING LOG==== +====START OF ACORN REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +619de9c8122177396890d13cd5c4ba97ccb5032b + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1769361 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-l) - USE CONFIG FILE: rt.test +* (-e) - USE ECFLOW + +PASS -- COMPILE 'wam_debug_intel' [04:16, 03:51] ( 840 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [03:14, 00:46](1702 MB) + +PASS -- COMPILE 'hafsw_intel' [11:24, 10:36] ( 2 warnings 8 remarks ) +PASS -- TEST 'gnv1_nested_intel' [56:06, 03:33](1710 MB) + +SYNOPSIS: +Starting Date/Time: 20240731 16:52:30 +Ending Date/Time: 20240731 17:15:35 +Total Time: 00h:23m:11s +Compiles Completed: 2/2 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 0e6673c834..e49fb23fde 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: -d5e8925d6a8098c4f89a39d864f8ca8b4f98d0a5 +619de9c8122177396890d13cd5c4ba97ccb5032b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) @@ -35,285 +35,356 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_15902 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_118977 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [01:45, 23:26] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:02, 05:35](3200 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [03:45, 25:45] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:04, 14:38](1918 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:23, 15:45](1946 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [17:22, 07:47](1080 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:00, 16:33](1886 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [03:44, 25:23] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:13, 14:31](1917 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [51:41, 14:06] ( 1530 warnings 1948 remarks ) - -PASS -- COMPILE 's2swa_intel' [00:44, 22:47] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:26, 06:14](3228 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:29, 06:24](3222 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:04, 04:01](3160 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:17, 06:22](3251 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:59, 04:06](3185 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:14, 05:58](3730 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:12, 06:19](3219 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:12, 05:15](3542 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:13, 06:07](3234 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:37, 09:33](3894 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:50, 06:29](3625 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:45, 10:28](4524 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:38, 07:01](4669 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:01, 05:55](3210 MB) - -PASS -- COMPILE 's2sw_intel' [58:43, 21:15] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:33, 04:48](1929 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:43, 04:57](1987 MB) - -PASS -- COMPILE 's2swa_debug_intel' [52:42, 14:36] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:42, 08:15](3301 MB) - -PASS -- COMPILE 's2sw_debug_intel' [51:41, 13:25] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:21, 05:44](1960 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [55:43, 17:30] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:54, 04:58](2001 MB) - -PASS -- COMPILE 's2s_intel' [55:43, 17:40] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [20:16, 06:43](2943 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [15:10, 02:21](2945 MB) -PASS -- TEST 'cpld_restart_c48_intel' [05:08, 01:39](2344 MB) - -PASS -- COMPILE 's2swa_faster_intel' [43:28, 26:16] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:02, 06:02](3230 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [39:27, 21:59] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:31, 14:54](1942 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:51, 07:58](1094 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:35, 16:43](1911 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [27:21, 11:16] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:36, 23:37](1965 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [29:24, 15:34] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [15:35, 03:24](667 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [13:58, 02:27](1571 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:12, 02:29](1573 MB) -PASS -- TEST 'control_latlon_intel' [12:55, 02:25](1568 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [11:58, 02:25](1570 MB) -PASS -- TEST 'control_c48_intel' [20:02, 06:03](1621 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [16:31, 05:14](736 MB) -PASS -- TEST 'control_c192_intel' [15:40, 08:41](1689 MB) -PASS -- TEST 'control_c384_intel' [15:36, 08:44](2003 MB) -PASS -- TEST 'control_c384gdas_intel' [15:26, 07:05](1201 MB) -PASS -- TEST 'control_stochy_intel' [06:37, 01:27](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:33, 00:52](440 MB) -PASS -- TEST 'control_lndp_intel' [05:30, 01:22](625 MB) -PASS -- TEST 'control_iovr4_intel' [06:33, 02:07](625 MB) -PASS -- TEST 'control_iovr5_intel' [05:37, 02:08](626 MB) -PASS -- TEST 'control_p8_intel' [07:16, 03:10](1867 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:27, 03:02](1855 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:16, 03:11](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [04:13, 01:57](1018 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:16, 03:20](1860 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:06, 02:01](1019 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:26, 03:20](1868 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:24, 03:00](1957 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:10, 05:07](1869 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:20, 03:48](1924 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:16, 03:10](1875 MB) -PASS -- TEST 'merra2_thompson_intel' [06:19, 03:31](1867 MB) -PASS -- TEST 'regional_control_intel' [06:55, 05:03](874 MB) -PASS -- TEST 'regional_restart_intel' [07:54, 03:02](874 MB) -PASS -- TEST 'regional_decomp_intel' [06:54, 05:15](876 MB) -PASS -- TEST 'regional_noquilt_intel' [06:55, 04:54](1194 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:56, 04:54](864 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:51, 05:00](883 MB) -PASS -- TEST 'regional_wofs_intel' [07:49, 05:48](1608 MB) - -PASS -- COMPILE 'rrfs_intel' [27:24, 13:20] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [14:09, 06:09](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:48, 03:42](1188 MB) -PASS -- TEST 'rap_decomp_intel' [11:12, 06:23](1006 MB) -PASS -- TEST 'rap_2threads_intel' [11:12, 05:38](1097 MB) -PASS -- TEST 'rap_restart_intel' [05:04, 03:14](881 MB) -PASS -- TEST 'rap_sfcdiff_intel' [13:06, 06:11](1006 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:06, 06:22](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:05, 04:36](882 MB) -PASS -- TEST 'hrrr_control_intel' [06:16, 03:17](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:04, 03:20](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [22:12, 02:52](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:38, 01:46](838 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:07, 06:00](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:42, 07:21](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:42, 07:06](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [23:16, 11:25] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:54, 06:35](963 MB) -PASS -- TEST 'control_ras_intel' [04:33, 02:52](655 MB) - -PASS -- COMPILE 'wam_intel' [21:16, 11:04] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:11, 09:59](1659 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [27:17, 17:32] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:23, 03:04](1861 MB) -PASS -- TEST 'regional_control_faster_intel' [06:56, 04:43](870 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [20:17, 12:53] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [15:19, 02:34](1607 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [16:24, 02:31](1604 MB) -PASS -- TEST 'control_stochy_debug_intel' [13:36, 02:53](810 MB) -PASS -- TEST 'control_lndp_debug_intel' [12:33, 02:40](809 MB) -PASS -- TEST 'control_csawmg_debug_intel' [16:19, 04:40](1124 MB) -PASS -- TEST 'control_ras_debug_intel' [14:34, 02:35](820 MB) -PASS -- TEST 'control_diag_debug_intel' [16:53, 02:34](1677 MB) -PASS -- TEST 'control_debug_p8_intel' [18:19, 03:22](1905 MB) -PASS -- TEST 'regional_debug_intel' [25:18, 16:32](941 MB) -PASS -- TEST 'rap_control_debug_intel' [06:40, 04:41](1191 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:26, 04:31](1188 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:25, 04:40](1194 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:28, 04:39](1191 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:30, 04:38](1192 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:03, 05:00](1276 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:27, 04:48](1197 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:30, 04:51](1193 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:34, 04:44](1191 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:28, 04:49](1195 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:32, 04:38](1193 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:33, 04:42](1194 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:28, 07:31](1188 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:27, 04:36](1187 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:30, 05:35](1199 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:28, 04:43](1193 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:05, 08:27](1193 MB) - -PASS -- COMPILE 'wam_debug_intel' [14:14, 06:46] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:12, 12:22](1702 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [37:32, 11:09] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:28, 03:41](1055 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:05, 05:59](882 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:02, 03:16](881 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:07, 05:21](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:54, 03:04](938 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:54, 03:35](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:04, 03:54](795 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:34, 01:34](773 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [39:28, 14:58] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:28, 01:55](1085 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:15, 01:04](1085 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:08, 01:07](976 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [34:32, 11:21] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:08, 03:39](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [29:29, 07:07] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:35, 04:32](1067 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:33, 04:26](1066 MB) -PASS -- TEST 'conus13km_debug_intel' [16:42, 13:30](1153 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:42, 13:26](836 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:42, 08:05](1157 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:40, 13:22](1219 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [28:25, 07:02] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:32, 04:53](1095 MB) - -PASS -- COMPILE 'hafsw_intel' [38:31, 18:08] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:31, 04:37](717 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:13, 05:18](1066 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:01, 06:30](775 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:39, 11:00](796 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:42, 12:06](814 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:12, 04:41](477 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:39, 05:57](495 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:02, 02:21](392 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:55, 06:22](459 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:02, 03:23](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:05](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:19, 03:51](588 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:38, 01:21](431 MB) -PASS -- TEST 'gnv1_nested_intel' [07:21, 04:10](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [28:24, 08:36] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:11, 13:13](634 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [42:33, 26:51] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:26, 07:12](634 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:41, 07:14](688 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [33:42, 19:42] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:30, 05:22](679 MB) - -PASS -- COMPILE 'hafs_all_intel' [26:21, 15:54] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:38, 05:38](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:50, 05:39](742 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:28, 16:14](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:20, 08:40] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:47, 02:28](757 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [13:46, 01:34](758 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:44, 02:20](647 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:45, 02:22](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:45, 02:24](647 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:46, 02:28](767 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:45, 02:29](768 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:32, 02:21](649 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:30, 05:38](699 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:22, 05:43](679 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:33, 02:29](769 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:56, 03:55](2034 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:53, 03:53](2037 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:18, 06:04] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:26, 05:09](738 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:15, 08:51] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [14:34, 02:30](756 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [11:14, 02:51] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:39, 01:13](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:27, 01:07](458 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:39, 00:43](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [20:18, 13:22] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:33, 03:53](1913 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:20, 12:19] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:35, 03:49](1909 MB) - -PASS -- COMPILE 'atml_intel' [19:20, 15:20] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:37, 07:06](1883 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:37, 06:58](1896 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:04, 03:55](1038 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:19, 09:54] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:43, 06:20](1938 MB) - -PASS -- COMPILE 'atmw_intel' [15:20, 13:59] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 02:15](1893 MB) - -PASS -- COMPILE 'atmaero_intel' [13:18, 12:37] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:47, 04:06](3124 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:51, 04:18](2996 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:19, 04:34](3015 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:19, 07:44] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:59, 21:50](4535 MB) +PASS -- COMPILE 's2swa_32bit_intel' [49:21, 21:52] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:32, 05:56](3201 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [52:23, 24:30] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:21, 14:33](1914 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:44, 16:01](1947 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:32, 08:06](1081 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:03, 16:33](1889 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [51:23, 23:59] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:17, 14:22](1911 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [39:20, 12:21] ( 1530 warnings 1948 remarks ) + +PASS -- COMPILE 's2swa_intel' [49:30, 21:41] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:11, 08:17](3225 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:38, 07:40](3225 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:23, 04:07](3158 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:51, 07:41](3250 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:54, 04:00](3188 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:23, 06:32](3726 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:11, 07:49](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:13, 05:32](3536 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:36, 07:53](3236 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:29, 11:52](3812 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:53, 06:43](3626 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [33:46, 12:50](4522 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [38:01, 07:21](4671 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:10, 05:57](3210 MB) + +PASS -- COMPILE 's2sw_intel' [47:29, 20:30] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:44, 04:54](1920 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:54, 05:08](1992 MB) + +PASS -- COMPILE 's2swa_debug_intel' [39:26, 12:06] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:18, 08:22](3300 MB) + +PASS -- COMPILE 's2sw_debug_intel' [38:28, 11:28] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:24, 05:55](1964 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [43:26, 16:06] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:03, 04:50](1991 MB) + +PASS -- COMPILE 's2s_intel' [44:22, 16:27] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:11, 06:51](2953 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:09, 02:32](2951 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:07, 01:44](2370 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:15, 26:13] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:19, 06:26](3231 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:21, 22:29] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:37, 14:53](1943 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [22:42, 09:03](1118 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [10:02, 16:58](1905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:13, 11:15] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:40, 23:47](1966 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [18:14, 15:30] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:40, 03:29](673 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:23, 02:37](1569 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:37, 02:35](1567 MB) +PASS -- TEST 'control_latlon_intel' [05:23, 02:30](1571 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:26, 02:31](1574 MB) +PASS -- TEST 'control_c48_intel' [34:17, 06:09](1620 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [33:36, 05:26](734 MB) +PASS -- TEST 'control_c192_intel' [12:11, 09:08](1695 MB) +PASS -- TEST 'control_c384_intel' [19:09, 09:07](2016 MB) +PASS -- TEST 'control_c384gdas_intel' [17:13, 07:34](1200 MB) +PASS -- TEST 'control_stochy_intel' [03:40, 01:29](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:41, 01:06](439 MB) +PASS -- TEST 'control_lndp_intel' [03:42, 01:27](624 MB) +PASS -- TEST 'control_iovr4_intel' [03:51, 02:10](624 MB) +PASS -- TEST 'control_iovr5_intel' [03:45, 02:12](622 MB) +PASS -- TEST 'control_p8_intel' [05:37, 03:23](1873 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:36, 03:15](1861 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:35, 03:19](1866 MB) +PASS -- TEST 'control_restart_p8_intel' [05:24, 02:11](1017 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:00, 03:12](1864 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [08:41, 02:03](1019 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:00, 03:22](1864 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:52, 03:02](1955 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:56, 05:05](1869 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:11, 04:05](1925 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:24, 03:22](1877 MB) +PASS -- TEST 'merra2_thompson_intel' [07:01, 03:41](1869 MB) +PASS -- TEST 'regional_control_intel' [08:17, 05:13](875 MB) +PASS -- TEST 'regional_restart_intel' [04:59, 03:15](872 MB) +PASS -- TEST 'regional_decomp_intel' [08:06, 05:35](876 MB) +PASS -- TEST 'regional_noquilt_intel' [07:03, 05:08](1197 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:56, 05:03](880 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:48, 05:06](873 MB) +PASS -- TEST 'regional_wofs_intel' [08:51, 05:57](1607 MB) + +PASS -- COMPILE 'rrfs_intel' [15:19, 13:19] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:35, 06:47](1008 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 04:12](1191 MB) +PASS -- TEST 'rap_decomp_intel' [09:35, 07:00](1005 MB) +PASS -- TEST 'rap_2threads_intel' [09:34, 06:20](1096 MB) +PASS -- TEST 'rap_restart_intel' [05:16, 03:15](879 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:36, 06:50](1004 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:36, 07:05](1008 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:16, 04:54](879 MB) +PASS -- TEST 'hrrr_control_intel' [07:13, 03:41](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:13, 03:28](1004 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:42, 02:57](1084 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:48, 01:48](836 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:43, 06:42](998 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:15, 08:02](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:14, 07:50](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [14:13, 11:30] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:08, 06:48](962 MB) +PASS -- TEST 'control_ras_intel' [08:41, 02:56](655 MB) + +PASS -- COMPILE 'wam_intel' [12:19, 11:01] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [32:06, 11:11](1661 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:21, 17:17] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:43, 03:05](1872 MB) +PASS -- TEST 'regional_control_faster_intel' [07:02, 04:59](879 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [16:20, 12:51] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:17, 02:40](1613 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [21:44, 02:33](1610 MB) +PASS -- TEST 'control_stochy_debug_intel' [09:35, 02:53](816 MB) +PASS -- TEST 'control_lndp_debug_intel' [22:37, 02:45](808 MB) +PASS -- TEST 'control_csawmg_debug_intel' [23:57, 04:49](1124 MB) +PASS -- TEST 'control_ras_debug_intel' [21:03, 02:48](818 MB) +PASS -- TEST 'control_diag_debug_intel' [22:46, 02:43](1671 MB) +PASS -- TEST 'control_debug_p8_intel' [21:34, 03:25](1906 MB) +PASS -- TEST 'regional_debug_intel' [21:54, 16:56](929 MB) +PASS -- TEST 'rap_control_debug_intel' [23:13, 05:01](1195 MB) +PASS -- TEST 'hrrr_control_debug_intel' [23:11, 05:03](1188 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [21:11, 04:38](1196 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [21:09, 04:41](1192 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [20:00, 04:51](1192 MB) +PASS -- TEST 'rap_diag_debug_intel' [20:46, 05:05](1279 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [19:05, 04:48](1197 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [19:02, 05:01](1193 MB) +PASS -- TEST 'rap_lndp_debug_intel' [18:06, 04:58](1189 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [18:06, 05:07](1192 MB) +PASS -- TEST 'rap_noah_debug_intel' [16:18, 04:36](1192 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [16:01, 05:01](1192 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [19:04, 07:44](1189 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [16:20, 04:46](1188 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [16:06, 05:37](1192 MB) +PASS -- TEST 'rap_flake_debug_intel' [14:11, 04:42](1191 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:38, 08:02](1194 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:13, 07:01] ( 844 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:13, 11:19] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [28:36, 03:32](1055 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:25, 06:09](880 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:30, 02:52](883 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:07, 05:15](947 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:12, 03:16](936 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:24, 02:59](880 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:59, 04:01](791 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:35, 01:40](771 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:00, 15:24] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [13:13, 01:52](1085 MB) +PASS -- TEST 'conus13km_2threads_intel' [09:11, 01:03](1082 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [47:10, 01:10](973 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [04:55, 11:23] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [15:53, 03:41](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [34:04, 07:18] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:29, 04:42](1068 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:49, 04:52](1067 MB) +PASS -- TEST 'conus13km_debug_intel' [38:37, 14:01](1172 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:41, 13:40](840 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:20, 08:01](1151 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [37:21, 13:15](1220 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [35:02, 06:58] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [28:38, 04:49](1099 MB) + +PASS -- COMPILE 'hafsw_intel' [46:17, 18:38] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:44, 06:43](719 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [16:15, 05:45](1072 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [21:41, 09:14](774 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [24:59, 12:19](799 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:23, 13:32](811 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:13, 08:37](477 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:29, 10:30](493 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:30, 04:14](390 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [17:30, 09:50](457 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:20, 04:07](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:46, 04:16](516 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:43, 05:35](583 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:33, 01:22](430 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_debug_intel' [35:05, 08:30] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:23, 12:58](632 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [51:07, 27:22] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:33, 08:54](630 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:30, 09:43](686 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [42:14, 19:24] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:33, 07:03](677 MB) + +PASS -- COMPILE 'hafs_all_intel' [38:05, 16:13] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [12:43, 09:56](754 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:56, 09:08](741 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [28:51, 19:38](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [30:13, 08:44] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [30:48, 03:06](770 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:37](758 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [31:13, 02:56](648 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [29:50, 02:32](647 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [29:53, 02:45](646 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [29:53, 02:47](766 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [29:55, 02:39](766 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [29:50, 02:43](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [30:09, 06:05](695 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [31:13, 05:52](683 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [29:37, 02:43](768 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [31:40, 04:10](2033 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [30:02, 04:28](2032 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [29:28, 06:10] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [33:01, 05:21](753 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [27:22, 08:46] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [29:54, 02:41](755 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [32:22, 02:52] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:13, 01:24](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:47, 01:17](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:45, 01:03](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [43:27, 14:29] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:40, 05:02](1922 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [41:23, 12:40] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:57, 06:02](1900 MB) + +PASS -- COMPILE 'atml_intel' [43:19, 16:01] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:53, 09:01](1890 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:50, 09:40](1890 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:20, 05:22](1039 MB) + +PASS -- COMPILE 'atml_debug_intel' [37:24, 10:05] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:51, 07:08](1938 MB) + +PASS -- COMPILE 'atmw_intel' [41:26, 14:23] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:28, 03:25](1891 MB) + +PASS -- COMPILE 'atmaero_intel' [32:25, 12:51] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:56, 06:39](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:26, 06:41](2994 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:17, 06:47](3007 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [25:23, 08:28] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:46, 22:51](4516 MB) SYNOPSIS: -Starting Date/Time: 20240726 14:27:02 -Ending Date/Time: 20240726 17:11:21 -Total Time: 02h:45m:22s +Starting Date/Time: 20240731 08:43:44 +Ending Date/Time: 20240731 20:26:26 +Total Time: 11h:43m:35s Compiles Completed: 41/41 -Tests Completed: 183/183 +Tests Completed: 181/183 +Failed Tests: +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /glade/work/zshrader/rt-2373/tests/logs/log_derecho/run_control_wam_debug_intel.log +* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /glade/work/zshrader/rt-2373/tests/logs/log_derecho/run_gnv1_nested_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF DERECHO REGRESSION TESTING LOG==== +====START OF DERECHO REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +619de9c8122177396890d13cd5c4ba97ccb5032b + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_30140 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 'wam_debug_intel' [07:12, 06:23] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [13:52, 12:24](1698 MB) + +PASS -- COMPILE 'hafsw_intel' [18:14, 17:33] ( 6 warnings 9 remarks ) +PASS -- TEST 'gnv1_nested_intel' [07:19, 04:04](1712 MB) + +SYNOPSIS: +Starting Date/Time: 20240801 06:59:02 +Ending Date/Time: 20240801 07:26:00 +Total Time: 00h:27m:11s +Compiles Completed: 2/2 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index e3f3fd2bcd..67bdbf63d9 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -d5e8925d6a8098c4f89a39d864f8ca8b4f98d0a5 +619de9c8122177396890d13cd5c4ba97ccb5032b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) @@ -35,287 +35,358 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_205288 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_40274 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:17, 19:04] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:37, 07:27](3200 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:13, 23:12] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:45, 14:07](1924 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:40, 14:10](1943 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:51, 06:50](1079 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:49, 15:09](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:13, 22:32] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:06, 13:40](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:13, 15:45] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:42, 24:57](1947 MB) - -PASS -- COMPILE 's2swa_intel' [18:13, 18:08] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:43, 08:37](3228 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:14, 08:20](3224 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:22, 05:05](3158 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:43, 08:29](3245 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:22, 05:31](3182 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:38, 07:04](3464 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:26, 08:34](3221 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:28, 07:50](3170 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:48, 09:01](3225 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [23:10, 10:37](3450 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:38, 07:19](3609 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [28:09, 13:09](4208 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:58, 09:20](4359 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:35, 08:28](3208 MB) - -PASS -- COMPILE 's2sw_intel' [18:13, 17:47] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:17, 05:58](1930 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:40, 06:26](1994 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:16, 13:08] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:10, 10:00](3278 MB) - -PASS -- COMPILE 's2sw_debug_intel' [16:13, 15:09] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:02, 06:28](1958 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:17, 19:01] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:12, 05:24](1999 MB) - -PASS -- COMPILE 's2s_intel' [16:13, 16:03] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:46, 06:31](2926 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:44, 02:06](2931 MB) -PASS -- TEST 'cpld_restart_c48_intel' [06:40, 01:09](2325 MB) - -PASS -- COMPILE 's2swa_faster_intel' [30:19, 29:13] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:15, 08:00](3228 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [26:18, 25:16] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:09, 15:26](1935 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:20, 07:56](1101 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:53, 17:57](1910 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [19:16, 17:38] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:52, 27:21](1960 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:15, 16:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:48, 03:54](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:06, 03:34](1570 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:14, 03:16](1570 MB) -PASS -- TEST 'control_latlon_intel' [07:55, 03:24](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:15, 03:33](1572 MB) -PASS -- TEST 'control_c48_intel' [11:00, 06:31](1596 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:24, 05:43](719 MB) -PASS -- TEST 'control_c192_intel' [15:11, 10:11](1682 MB) -PASS -- TEST 'control_c384_intel' [23:45, 18:14](1979 MB) -PASS -- TEST 'control_c384gdas_intel' [21:43, 14:42](1179 MB) -PASS -- TEST 'control_stochy_intel' [03:07, 01:55](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:35, 01:20](426 MB) -PASS -- TEST 'control_lndp_intel' [02:56, 01:53](622 MB) -PASS -- TEST 'control_iovr4_intel' [04:20, 02:40](620 MB) -PASS -- TEST 'control_iovr5_intel' [04:20, 02:40](620 MB) -PASS -- TEST 'control_p8_intel' [09:38, 04:01](1860 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [10:31, 04:04](1860 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [09:47, 04:02](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [05:22, 01:51](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:43, 03:55](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:59, 02:03](1016 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:43, 03:57](1861 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:43, 03:11](1950 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:31, 05:38](1860 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:43, 04:30](1920 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:04, 03:37](1868 MB) -PASS -- TEST 'merra2_thompson_intel' [06:03, 03:45](1866 MB) -PASS -- TEST 'regional_control_intel' [06:02, 04:54](866 MB) -PASS -- TEST 'regional_restart_intel' [05:16, 02:43](860 MB) -PASS -- TEST 'regional_decomp_intel' [07:31, 05:16](860 MB) -PASS -- TEST 'regional_2threads_intel' [06:00, 03:16](1005 MB) -PASS -- TEST 'regional_noquilt_intel' [08:10, 05:09](1181 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:25, 05:10](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:00, 04:55](866 MB) -PASS -- TEST 'regional_wofs_intel' [07:14, 06:02](1588 MB) - -PASS -- COMPILE 'rrfs_intel' [16:14, 15:25] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:19, 06:56](1007 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:57, 04:10](1181 MB) -PASS -- TEST 'rap_decomp_intel' [10:11, 07:22](1007 MB) -PASS -- TEST 'rap_2threads_intel' [09:49, 06:21](1094 MB) -PASS -- TEST 'rap_restart_intel' [06:51, 03:35](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:59, 06:52](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:06, 07:11](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:39, 05:03](877 MB) -PASS -- TEST 'hrrr_control_intel' [08:02, 04:00](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:42, 03:59](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:42, 03:17](1084 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:32, 01:57](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:47, 06:42](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:15, 08:18](1961 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:57, 07:58](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [15:14, 14:30] -PASS -- TEST 'control_csawmg_intel' [08:18, 06:48](966 MB) -PASS -- TEST 'control_ras_intel' [04:52, 03:24](659 MB) - -PASS -- COMPILE 'wam_intel' [15:16, 14:31] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:02, 12:02](1663 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [23:16, 23:01] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:52, 03:44](1858 MB) -PASS -- TEST 'regional_control_faster_intel' [06:32, 05:02](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [14:12, 13:14] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:11, 03:03](1590 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:16, 02:58](1592 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:59, 03:23](799 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:41, 02:50](797 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:57, 04:36](1108 MB) -PASS -- TEST 'control_ras_debug_intel' [03:54, 02:55](805 MB) -PASS -- TEST 'control_diag_debug_intel' [05:43, 03:11](1656 MB) -PASS -- TEST 'control_debug_p8_intel' [05:33, 03:30](1892 MB) -PASS -- TEST 'regional_debug_intel' [18:37, 16:30](901 MB) -PASS -- TEST 'rap_control_debug_intel' [06:13, 05:03](1182 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:10, 05:02](1176 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:18, 05:05](1180 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:24, 05:06](1180 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:14, 05:27](1183 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:38, 05:23](1264 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:26, 05:10](1183 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [35:20, 05:16](1185 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:58, 05:20](1184 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:58, 05:10](1182 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:00, 05:03](1180 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:10, 05:05](1181 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:56, 08:03](1180 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:08, 05:00](1175 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:15, 06:10](1187 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:21, 05:09](1182 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:00, 08:30](1184 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:14, 09:49] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:26, 13:36](1685 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:12, 15:31] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:45, 04:02](1050 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:39, 06:15](886 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:52, 03:25](883 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:28, 05:20](942 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:37, 02:40](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:17, 03:37](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:18, 04:23](784 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:50, 02:09](767 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:15, 23:22] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:12, 02:31](1096 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:20, 01:20](1080 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:53, 01:51](979 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [18:13, 16:55] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:32, 04:41](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:11, 10:39] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:56, 05:01](1059 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:49, 04:56](1059 MB) -PASS -- TEST 'conus13km_debug_intel' [16:41, 14:08](1140 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:49, 14:42](819 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:31, 08:25](1129 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:39, 14:10](1211 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [17:14, 16:53] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:42, 04:59](1084 MB) - -PASS -- COMPILE 'hafsw_intel' [26:17, 25:35] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:35, 05:23](708 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:51, 04:34](1056 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:48, 07:53](755 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:36, 11:41](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:47, 12:54](801 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:45, 05:25](480 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:35, 06:47](495 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:37, 02:54](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:27, 08:03](435 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:17, 03:49](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:24, 03:40](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:25, 04:40](577 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:14, 01:43](402 MB) -PASS -- TEST 'gnv1_nested_intel' [09:23, 05:54](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [17:17, 16:42] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:46, 13:06](601 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [33:16, 32:25] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:24, 07:44](613 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:24, 07:48](786 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [26:17, 25:57] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:19, 06:52](785 MB) - -PASS -- COMPILE 'hafs_all_intel' [25:16, 24:19] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:33](737 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:33, 06:19](725 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:34, 20:10](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:17, 15:00] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:31, 02:37](763 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:39, 01:35](753 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:30, 02:29](644 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:32, 02:27](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:29, 02:36](638 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:31, 02:41](750 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:29, 02:39](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:29, 02:28](645 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:21, 06:15](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:28, 06:03](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:23, 02:36](763 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:31, 04:37](2028 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:36, 04:40](2029 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [12:20, 11:16] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:33, 05:25](749 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [15:15, 14:50] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:27, 02:38](752 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [07:18, 05:53] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:16, 02:20](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:13, 01:32](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:51, 01:14](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:11, 16:46] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:12, 04:18](1923 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [17:14, 16:10] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 04:02](1911 MB) - -PASS -- COMPILE 'atml_intel' [17:15, 16:58] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:05, 08:14](1893 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:05, 08:13](1893 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:14, 04:12](1046 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:12, 11:41] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:49, 06:43](1930 MB) - -PASS -- COMPILE 'atmw_intel' [16:13, 15:27] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:12, 03:03](1898 MB) - -PASS -- COMPILE 'atmaero_intel' [16:16, 15:53] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:37, 06:40](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:32, 07:16](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:25, 07:07](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [16:13, 14:51] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:44, 18:18](4486 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:11, 19:00] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:27, 08:10](3201 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:12, 25:34] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:32, 13:56](1915 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:35, 15:40](1952 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:27, 07:32](1077 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:26, 15:03](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:12, 22:23] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:47, 13:41](1913 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:15, 13:15] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:26, 24:16](1936 MB) + +PASS -- COMPILE 's2swa_intel' [19:11, 18:18] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:18, 08:07](3229 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:24, 08:00](3229 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:32, 05:03](3159 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [17:26, 08:50](3244 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:42, 05:17](3182 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:24, 06:58](3465 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:14, 08:42](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:12, 08:18](3170 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:34, 08:23](3227 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:32, 10:28](3448 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:28, 07:17](3614 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [26:01, 13:01](4213 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:02, 09:01](4369 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:14, 08:39](3221 MB) + +PASS -- COMPILE 's2sw_intel' [19:11, 18:11] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:24, 05:17](1938 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:34, 05:49](1996 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:11, 12:17] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:46, 09:53](3276 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:11, 12:40] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:47, 05:58](1956 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:11, 16:04] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:33, 05:03](1989 MB) + +PASS -- COMPILE 's2s_intel' [17:11, 16:07] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:23, 06:29](2929 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:32, 01:56](2938 MB) +PASS -- TEST 'cpld_restart_c48_intel' [08:21, 01:08](2351 MB) + +PASS -- COMPILE 's2swa_faster_intel' [29:15, 28:13] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:45, 08:39](3229 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:15, 23:57] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:57, 15:04](1937 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:18, 07:46](1096 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:20, 17:29](1912 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:20, 15:09] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:19, 26:49](1957 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:11, 15:38] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:41, 03:54](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:45, 04:04](1567 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:26, 03:32](1567 MB) +PASS -- TEST 'control_latlon_intel' [05:21, 03:28](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:35, 03:28](1569 MB) +PASS -- TEST 'control_c48_intel' [08:38, 06:30](1601 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:10, 05:49](720 MB) +PASS -- TEST 'control_c192_intel' [12:51, 10:29](1683 MB) +PASS -- TEST 'control_c384_intel' [20:40, 18:44](1985 MB) +PASS -- TEST 'control_c384gdas_intel' [17:42, 14:56](1178 MB) +PASS -- TEST 'control_stochy_intel' [02:40, 02:07](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:31, 01:12](425 MB) +PASS -- TEST 'control_lndp_intel' [02:40, 01:55](623 MB) +PASS -- TEST 'control_iovr4_intel' [03:46, 02:48](620 MB) +PASS -- TEST 'control_iovr5_intel' [03:46, 02:42](620 MB) +PASS -- TEST 'control_p8_intel' [05:51, 03:44](1868 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:09, 04:15](1867 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:46, 03:38](1868 MB) +PASS -- TEST 'control_restart_p8_intel' [03:05, 01:51](1013 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:51, 03:44](1861 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:05, 01:42](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:48, 04:12](1859 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:58, 02:48](1947 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:46, 05:31](1868 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:08, 04:11](1921 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:10, 03:31](1866 MB) +PASS -- TEST 'merra2_thompson_intel' [05:08, 03:44](1865 MB) +PASS -- TEST 'regional_control_intel' [05:41, 04:51](848 MB) +PASS -- TEST 'regional_restart_intel' [05:00, 02:52](860 MB) +PASS -- TEST 'regional_decomp_intel' [05:39, 05:01](867 MB) +PASS -- TEST 'regional_2threads_intel' [03:46, 03:00](998 MB) +PASS -- TEST 'regional_noquilt_intel' [05:45, 04:41](1182 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:16, 05:06](857 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:38, 04:51](858 MB) +PASS -- TEST 'regional_wofs_intel' [07:44, 06:08](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [15:11, 14:19] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:01, 06:56](1008 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:58, 04:04](1187 MB) +PASS -- TEST 'rap_decomp_intel' [07:55, 07:06](1007 MB) +PASS -- TEST 'rap_2threads_intel' [07:54, 06:16](1100 MB) +PASS -- TEST 'rap_restart_intel' [05:58, 03:45](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:58, 07:00](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:58, 07:08](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:07, 05:12](878 MB) +PASS -- TEST 'hrrr_control_intel' [05:05, 04:06](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:51, 03:51](1003 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:51, 03:23](1083 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:34, 01:58](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:00, 06:35](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:37, 08:22](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:40, 07:50](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [16:13, 15:48] +PASS -- TEST 'control_csawmg_intel' [07:33, 06:47](966 MB) +PASS -- TEST 'control_ras_intel' [04:28, 03:25](659 MB) + +PASS -- COMPILE 'wam_intel' [14:13, 13:56] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [14:37, 11:29](1660 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:13, 20:32] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:35, 03:21](1867 MB) +PASS -- TEST 'regional_control_faster_intel' [05:57, 04:39](856 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:12, 15:07] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:53, 02:59](1591 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:54, 02:51](1598 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:30, 03:09](801 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:32, 02:53](796 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:40, 04:18](1108 MB) +PASS -- TEST 'control_ras_debug_intel' [03:33, 02:55](805 MB) +PASS -- TEST 'control_diag_debug_intel' [04:44, 03:00](1663 MB) +PASS -- TEST 'control_debug_p8_intel' [04:37, 03:16](1894 MB) +PASS -- TEST 'regional_debug_intel' [17:43, 16:17](902 MB) +PASS -- TEST 'rap_control_debug_intel' [06:37, 05:09](1182 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:10, 04:58](1176 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:31, 05:10](1180 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:31, 05:14](1180 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:26, 05:01](1182 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:38, 05:29](1264 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:36, 05:16](1183 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:32, 05:14](1185 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:32, 05:09](1184 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:29, 05:19](1182 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:38, 05:24](1181 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:37, 05:12](1180 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:44, 08:15](1180 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:44, 05:28](1175 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [10:32, 06:37](1187 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:31, 05:32](1182 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:58, 08:50](1184 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:14, 11:03] ( 839 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:14, 13:08] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:06, 04:04](1049 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:49, 05:58](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:58, 03:39](883 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:59, 05:27](946 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:24, 02:51](937 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:55, 03:53](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:53, 04:09](782 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:31, 01:43](766 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:14, 19:02] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:25, 02:25](1096 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:02, 01:08](1079 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:27, 01:20](979 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 13:54] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:59, 04:24](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:15, 09:44] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:30, 04:54](1060 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:25, 05:01](1059 MB) +PASS -- TEST 'conus13km_debug_intel' [16:24, 14:20](1139 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:16, 14:37](817 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:09, 08:16](1129 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:10, 14:17](1210 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:14, 08:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:58](1084 MB) + +PASS -- COMPILE 'hafsw_intel' [18:11, 18:03] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:32, 05:18](705 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:41, 04:34](1057 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:32, 07:42](756 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:18, 11:50](784 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:58, 13:09](802 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:14, 05:27](481 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:34, 06:56](499 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:20, 02:56](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:48, 08:00](437 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:52, 03:54](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:09, 04:07](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:03, 05:11](572 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:43, 02:39](403 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:11, 10:35] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:01, 13:04](598 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:12, 23:40] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:15, 08:20](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:28, 08:26](785 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:14, 17:52] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:18, 06:30](782 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:14, 16:17] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:27](733 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:58, 06:29](727 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:46, 20:05](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [15:11, 14:29] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:29, 02:37](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:27, 01:34](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:26, 02:27](638 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:32, 02:28](638 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:31, 02:29](638 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:23, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:27, 02:29](642 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:06, 06:03](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:57, 05:57](674 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:25, 02:37](749 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:29, 04:39](2029 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:26, 04:40](2028 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:13, 08:52] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:33, 05:27](749 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:17, 12:37] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:25, 02:37](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 03:17] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:57, 01:46](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:51, 01:16](457 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:43, 00:59](457 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:15, 14:23] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:36, 04:06](1922 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:12, 14:37] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:28, 04:03](1910 MB) + +PASS -- COMPILE 'atml_intel' [18:12, 16:24] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:32, 08:13](1894 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:30, 08:39](1895 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:45, 04:59](1042 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:14, 12:42] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:29, 06:21](1929 MB) + +PASS -- COMPILE 'atmw_intel' [15:13, 14:34] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:46, 02:48](1898 MB) + +PASS -- COMPILE 'atmaero_intel' [14:13, 13:16] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:13, 06:34](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:16, 07:08](3006 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:06, 07:22](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [10:12, 09:31] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:38, 18:14](4487 MB) SYNOPSIS: -Starting Date/Time: 20240726 14:39:28 -Ending Date/Time: 20240726 16:26:22 -Total Time: 01h:48m:17s +Starting Date/Time: 20240730 19:35:54 +Ending Date/Time: 20240730 21:08:49 +Total Time: 01h:33m:52s Compiles Completed: 41/41 -Tests Completed: 185/185 +Tests Completed: 183/185 +Failed Tests: +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2373/ufs-weather-model/tests/logs/log_gaea/run_control_wam_debug_intel.log +* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2373/ufs-weather-model/tests/logs/log_gaea/run_gnv1_nested_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF GAEA REGRESSION TESTING LOG==== +====START OF GAEA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +619de9c8122177396890d13cd5c4ba97ccb5032b + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_179250 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-e) - USE ECFLOW + +PASS -- COMPILE 'wam_debug_intel' [10:11, 09:39] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:17, 13:48](1687 MB) + +PASS -- COMPILE 'hafsw_intel' [17:15, 16:25] ( 1 warnings 9 remarks ) +PASS -- TEST 'gnv1_nested_intel' [09:05, 05:40](1717 MB) + +SYNOPSIS: +Starting Date/Time: 20240731 13:43:20 +Ending Date/Time: 20240731 14:11:13 +Total Time: 00h:28m:13s +Compiles Completed: 2/2 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index d7f6ca0801..f3c2f5166e 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: -d5e8925d6a8098c4f89a39d864f8ca8b4f98d0a5 +619de9c8122177396890d13cd5c4ba97ccb5032b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -24,381 +24,383 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1436054 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2625282 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 13:40] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:24, 05:49](3301 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:11, 16:15] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:25, 19:03](1944 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:10, 19:56](2137 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:55, 09:07](1256 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:15, 20:07](1870 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:45] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:47, 17:18](1972 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:33] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:18, 23:01](1941 MB) - -PASS -- COMPILE 's2swa_intel' [14:12, 13:39] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:15, 07:19](3362 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:26, 07:21](3333 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:42, 03:43](3260 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:15, 07:22](3374 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:41, 03:52](3292 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:12, 07:11](3619 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:13, 07:22](3319 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:08, 04:46](3225 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:23, 07:37](3321 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:26, 11:43](3522 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [17:50, 10:50](3637 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:09, 11:26](4300 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:31, 07:45](4398 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:25, 05:32](3301 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 13:04] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:57, 04:53](1989 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:02, 04:27](2039 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:11, 05:30] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:07, 08:30](3409 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:18] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:02, 06:19](2005 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 12:27] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:02, 04:32](2055 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 12:21] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:45, 09:35](3107 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:43, 02:43](3091 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:43, 01:34](2513 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:11, 18:51] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:59, 07:39](3331 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 16:31] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:16, 18:45](2020 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:36, 09:31](1274 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:06, 21:02](1925 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 04:57] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:20, 25:18](1965 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:12, 13:03] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:34, 03:24](706 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:07, 03:06](1599 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:22, 03:12](1618 MB) -PASS -- TEST 'control_latlon_intel' [06:57, 03:02](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:02, 03:09](1583 MB) -PASS -- TEST 'control_c48_intel' [08:57, 07:36](1758 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:38, 06:26](863 MB) -PASS -- TEST 'control_c192_intel' [13:37, 10:59](1746 MB) -PASS -- TEST 'control_c384_intel' [17:02, 12:15](2008 MB) -PASS -- TEST 'control_c384gdas_intel' [14:05, 08:38](1402 MB) -PASS -- TEST 'control_stochy_intel' [03:27, 01:40](653 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:58, 01:16](501 MB) -PASS -- TEST 'control_lndp_intel' [04:29, 01:36](662 MB) -PASS -- TEST 'control_iovr4_intel' [04:32, 02:33](658 MB) -PASS -- TEST 'control_iovr5_intel' [04:31, 02:31](657 MB) -PASS -- TEST 'control_p8_intel' [07:20, 03:17](1904 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:26, 03:13](1892 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:21, 03:09](1906 MB) -PASS -- TEST 'control_restart_p8_intel' [05:20, 03:00](1139 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:25, 03:16](1894 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:49, 03:37](1155 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:07, 03:39](1894 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:04, 03:21](1987 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:09, 06:02](1901 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:22, 05:07](1940 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:13, 03:46](1906 MB) -PASS -- TEST 'merra2_thompson_intel' [06:15, 04:10](1901 MB) -PASS -- TEST 'regional_control_intel' [08:58, 07:10](1106 MB) -PASS -- TEST 'regional_restart_intel' [04:57, 03:34](1098 MB) -PASS -- TEST 'regional_decomp_intel' [08:51, 08:03](1109 MB) -PASS -- TEST 'regional_2threads_intel' [08:50, 07:17](1104 MB) -PASS -- TEST 'regional_noquilt_intel' [09:36, 07:46](1397 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [10:14, 08:29](1108 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:49, 08:09](1104 MB) -PASS -- TEST 'regional_wofs_intel' [10:48, 09:28](1914 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 11:41] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:01, 08:43](1116 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:14, 05:56](1296 MB) -PASS -- TEST 'rap_decomp_intel' [10:57, 09:22](1037 MB) -PASS -- TEST 'rap_2threads_intel' [10:49, 09:07](1189 MB) -PASS -- TEST 'rap_restart_intel' [06:07, 04:29](1111 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:57, 09:27](1107 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:57, 09:48](1041 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:07, 07:06](1136 MB) -PASS -- TEST 'hrrr_control_intel' [06:04, 05:01](1042 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:52, 05:16](1039 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:47, 05:28](1116 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:54, 02:47](1009 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:56, 08:42](1102 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:35, 10:30](1982 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:34, 09:38](2073 MB) - -PASS -- COMPILE 'csawmg_intel' [12:11, 11:30] -PASS -- TEST 'control_csawmg_intel' [09:02, 06:44](1018 MB) -PASS -- TEST 'control_ras_intel' [05:32, 03:59](745 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 04:14] -PASS -- TEST 'control_csawmg_gnu' [10:40, 09:36](750 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 10:43] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:07, 13:36](1676 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:12, 16:22] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:17, 03:47](1899 MB) -PASS -- TEST 'regional_control_faster_intel' [08:04, 06:37](1098 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 08:03] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:57, 03:12](1625 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:57, 03:18](1623 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:28, 03:23](839 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:28, 03:03](831 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:46, 04:47](1150 MB) -PASS -- TEST 'control_ras_debug_intel' [04:31, 03:19](843 MB) -PASS -- TEST 'control_diag_debug_intel' [05:00, 03:15](1688 MB) -PASS -- TEST 'control_debug_p8_intel' [04:45, 03:21](1915 MB) -PASS -- TEST 'regional_debug_intel' [19:43, 18:21](1111 MB) -PASS -- TEST 'rap_control_debug_intel' [06:27, 05:13](1221 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:50](1214 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:27, 04:59](1227 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:27, 04:56](1215 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:28, 04:58](1223 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:12, 05:29](1302 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:32, 05:11](1218 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:30, 05:11](1225 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:29, 05:02](1225 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:26, 05:02](1226 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:27, 04:52](1213 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:25, 06:09](1224 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 09:00](1219 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:26, 05:30](1213 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 06:42](1227 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:25, 05:19](1222 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:41, 09:47](1217 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [07:11, 06:03] -PASS -- TEST 'control_csawmg_debug_gnu' [05:48, 02:29](719 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:13, 05:17] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:52, 14:12](1683 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:14, 11:12] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:06, 04:59](1171 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:40, 07:30](1052 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:37, 04:30](991 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:33, 07:10](1091 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:32, 04:20](969 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:33, 04:45](924 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:39, 04:51](1042 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:28, 01:54](933 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:15, 15:37] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:53, 03:15](1213 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:42, 00:53](1123 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:45, 01:15](1122 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:12, 11:11] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:39, 05:19](984 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:05] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:25, 06:03](1099 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:23, 06:08](1104 MB) -PASS -- TEST 'conus13km_debug_intel' [17:48, 16:14](1241 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:45, 16:25](957 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:32](1182 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 14:47](1323 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:13, 04:33] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:28, 05:03](1140 MB) - -PASS -- COMPILE 'hafsw_intel' [15:16, 14:40] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:25, 05:02](744 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:32, 05:53](1118 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:28, 06:56](835 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:18, 13:32](872 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:37, 15:05](877 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:00, 05:28](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:40](521 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:45, 02:42](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:16, 07:37](477 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:44, 03:40](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:51, 03:32](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:54, 04:05](599 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:14](406 MB) -PASS -- TEST 'gnv1_nested_intel' [06:30, 04:07](1759 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:13, 05:02] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:56, 13:13](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:18, 19:20] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:58, 08:51](645 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:04, 08:58](745 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:16, 15:34] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:02, 06:33](734 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:12, 13:49] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:16, 06:26](847 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:16, 06:32](821 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:58, 16:13](1208 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:12, 08:12] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:20, 02:55](1147 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:41](1111 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:36](1024 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:40](1024 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:20, 02:38](1046 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:22, 02:41](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:18, 02:43](1172 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:20, 02:34](1027 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:28, 06:40](1074 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:17, 06:28](1056 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:41](1164 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:20, 03:53](2466 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:21, 03:56](2523 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:12, 04:11] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:21](1100 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 07:48] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 02:38](1142 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 03:54] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:45](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:55](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:25, 00:33](324 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:12, 13:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:00, 03:48](1990 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:12, 13:12] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:05, 03:41](1942 MB) - -PASS -- COMPILE 'atml_intel' [14:12, 13:49] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:07, 04:25](1852 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:02, 04:28](1869 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:53, 02:30](1104 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:12, 07:05] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:00, 05:54](1892 MB) - -PASS -- COMPILE 'atmw_intel' [14:13, 13:41] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:50, 01:58](1909 MB) - -PASS -- COMPILE 'atmaero_intel' [13:13, 12:38] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:03, 04:11](3214 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:02, 05:00](3104 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:43, 04:54](3116 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:12, 04:41] ( 884 warnings 6 remarks ) +PASS -- COMPILE 's2swa_32bit_intel' [14:14, 13:47] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:23, 05:49](3317 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:15, 16:30] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:09, 17:19](1980 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:30, 19:00](2136 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:15, 08:26](1265 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:07, 19:24](1871 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:14, 16:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:46, 16:58](1975 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 05:17] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:21, 22:42](1942 MB) + +PASS -- COMPILE 's2swa_intel' [14:13, 13:47] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:17, 05:59](3331 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:37, 05:54](3358 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:33, 03:40](3268 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:17, 05:56](3378 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:33, 03:59](3272 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:12, 05:36](3637 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:13, 06:00](3346 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:20, 04:58](3223 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:31, 06:44](3327 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:31, 10:26](3534 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:11, 06:26](3633 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:28, 09:37](4284 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:47, 06:21](4395 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:19, 05:31](3311 MB) + +PASS -- COMPILE 's2sw_intel' [13:13, 13:03] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:00, 04:54](1987 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:07, 04:31](2039 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:12, 05:23] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:26, 08:38](3366 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:12, 05:21] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:14, 06:00](2027 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:13, 11:58] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:13, 04:21](2048 MB) + +PASS -- COMPILE 's2s_intel' [12:13, 12:07] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:49, 08:56](3115 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:49, 02:43](3087 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:47, 01:35](2550 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:12, 17:40] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:25, 05:32](3329 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:59] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:12, 17:42](2028 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:18, 08:19](1281 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:14, 19:57](1901 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:17] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:03, 25:22](1956 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:12, 11:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:30, 03:20](709 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:53, 02:55](1599 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:00, 02:59](1612 MB) +PASS -- TEST 'control_latlon_intel' [03:48, 02:54](1604 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:58, 03:01](1611 MB) +PASS -- TEST 'control_c48_intel' [08:54, 07:28](1760 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:29, 06:25](870 MB) +PASS -- TEST 'control_c192_intel' [12:11, 10:44](1748 MB) +PASS -- TEST 'control_c384_intel' [13:23, 10:31](2013 MB) +PASS -- TEST 'control_c384gdas_intel' [11:25, 08:04](1405 MB) +PASS -- TEST 'control_stochy_intel' [02:26, 01:40](663 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:32, 01:00](506 MB) +PASS -- TEST 'control_lndp_intel' [02:26, 01:34](661 MB) +PASS -- TEST 'control_iovr4_intel' [03:29, 02:27](658 MB) +PASS -- TEST 'control_iovr5_intel' [03:29, 02:28](657 MB) +PASS -- TEST 'control_p8_intel' [04:58, 03:09](1903 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:02, 03:07](1899 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:57, 03:04](1900 MB) +PASS -- TEST 'control_restart_p8_intel' [02:49, 01:45](1139 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:58, 03:05](1887 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:59, 01:44](1167 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:52, 03:08](1896 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:53, 02:55](1984 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:49, 05:21](1892 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:04, 04:26](1966 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:01, 03:10](1906 MB) +PASS -- TEST 'merra2_thompson_intel' [04:58, 03:24](1902 MB) +PASS -- TEST 'regional_control_intel' [06:45, 05:23](1104 MB) +PASS -- TEST 'regional_restart_intel' [03:43, 02:58](1101 MB) +PASS -- TEST 'regional_decomp_intel' [06:44, 05:41](1103 MB) +PASS -- TEST 'regional_2threads_intel' [04:41, 03:31](1094 MB) +PASS -- TEST 'regional_noquilt_intel' [06:43, 05:18](1402 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:44, 05:15](1097 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:41, 05:18](1108 MB) +PASS -- TEST 'regional_wofs_intel' [07:37, 06:51](1911 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 11:12] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:43, 07:42](1108 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:16, 04:09](1306 MB) +PASS -- TEST 'rap_decomp_intel' [09:37, 08:08](1023 MB) +PASS -- TEST 'rap_2threads_intel' [08:35, 07:17](1180 MB) +PASS -- TEST 'rap_restart_intel' [04:47, 04:02](1115 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:45, 07:42](1111 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:37, 08:10](1045 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:57, 05:49](1136 MB) +PASS -- TEST 'hrrr_control_intel' [04:45, 04:04](1047 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:39, 04:07](1034 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:42, 03:40](1114 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:34, 02:10](1011 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:48, 07:38](1096 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:38, 09:19](1993 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:29, 09:07](2058 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 10:35] +PASS -- TEST 'control_csawmg_intel' [06:38, 06:07](1025 MB) +PASS -- TEST 'control_ras_intel' [04:25, 03:14](750 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 04:24] +PASS -- TEST 'control_csawmg_gnu' [09:42, 08:23](758 MB) + +PASS -- COMPILE 'wam_intel' [11:13, 10:44] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:08, 10:50](1667 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:13, 14:43] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:07, 02:47](1880 MB) +PASS -- TEST 'regional_control_faster_intel' [05:43, 04:55](1107 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:12, 06:59] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:47, 02:38](1630 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:45, 02:38](1636 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:27, 03:11](834 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:44](836 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:40, 04:22](1148 MB) +PASS -- TEST 'control_ras_debug_intel' [03:25, 02:45](838 MB) +PASS -- TEST 'control_diag_debug_intel' [03:49, 02:51](1696 MB) +PASS -- TEST 'control_debug_p8_intel' [03:43, 03:02](1923 MB) +PASS -- TEST 'regional_debug_intel' [18:42, 18:08](1111 MB) +PASS -- TEST 'rap_control_debug_intel' [05:26, 04:57](1221 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:55](1222 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:25, 04:52](1219 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:25, 04:56](1222 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:23, 05:00](1221 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:39, 05:25](1305 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:27, 05:06](1217 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 05:05](1226 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:27, 04:56](1226 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 04:57](1217 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:26, 04:51](1215 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 04:55](1225 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:25, 08:08](1216 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 05:05](1219 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:29, 05:54](1229 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:26, 05:17](1217 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:45, 08:36](1221 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:12, 05:03] +PASS -- TEST 'control_csawmg_debug_gnu' [03:42, 02:23](719 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:12, 04:37] ( 839 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:13, 10:44] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:16, 03:52](1168 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:41, 06:27](1045 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:45, 03:25](992 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:36, 06:08](1094 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:41, 03:10](962 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:36, 03:37](923 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:49, 04:53](1037 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:32, 01:53](935 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:13, 13:44] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:04, 02:04](1207 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:51, 01:00](1127 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:53, 01:20](1117 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:13, 10:55] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:49, 04:11](988 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:22] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:29, 04:59](1099 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:28, 04:57](1098 MB) +PASS -- TEST 'conus13km_debug_intel' [16:56, 15:29](1252 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:47, 15:02](933 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:21](1171 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:46, 14:45](1323 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 04:04] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:28, 05:07](1140 MB) + +PASS -- COMPILE 'hafsw_intel' [13:13, 12:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:23, 05:02](740 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:33, 06:06](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:34, 07:00](843 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:27, 13:46](868 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:37, 15:26](892 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:11, 05:38](504 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:48, 06:48](526 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:52, 02:43](379 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:59, 07:24](486 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:56, 03:44](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:01, 03:33](537 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:01, 04:06](596 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:32, 01:13](408 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:13, 04:41] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:57, 13:13](597 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:14, 16:32] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:07, 08:46](672 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:15, 08:47](746 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:13, 12:35] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:10, 06:31](737 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:13, 11:30] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:32, 06:31](836 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:23, 06:33](827 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:03, 16:06](1209 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:12, 06:48] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:24, 02:46](1163 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 01:43](1129 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 02:34](1036 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:22, 02:39](1036 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:25, 02:39](1028 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 02:40](1149 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 02:44](1164 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:21, 02:31](1030 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:04, 06:47](1066 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:50, 06:25](1047 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:21, 02:48](1166 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:26, 03:55](2507 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:23, 03:57](2467 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:13, 03:20] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:25, 06:19](1085 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:12, 06:38] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 02:36](1174 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:12, 01:08] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:36, 00:50](258 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:30, 00:52](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:40](320 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:13, 11:31] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:32, 03:53](1992 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 11:14] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:26, 03:50](1960 MB) + +PASS -- COMPILE 'atml_intel' [13:14, 12:45] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:20, 04:28](1858 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:18, 04:28](1855 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:00, 02:33](1105 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:12, 05:20] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:02, 05:50](1870 MB) + +PASS -- COMPILE 'atmw_intel' [12:14, 11:22] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:57, 01:49](1937 MB) + +PASS -- COMPILE 'atmaero_intel' [12:14, 11:21] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:08, 04:09](3197 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:05, 04:54](3105 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:51, 05:11](3106 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:12, 04:09] ( 884 warnings 6 remarks ) PASS -- COMPILE 'atm_gnu' [05:12, 04:48] -PASS -- TEST 'control_c48_gnu' [15:40, 11:09](1537 MB) -PASS -- TEST 'control_stochy_gnu' [05:22, 03:24](505 MB) -PASS -- TEST 'control_ras_gnu' [06:23, 04:46](507 MB) -PASS -- TEST 'control_p8_gnu' [05:55, 04:49](1458 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:50, 04:44](1459 MB) -PASS -- TEST 'control_flake_gnu' [11:25, 10:30](545 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:12, 04:26] -PASS -- TEST 'rap_control_gnu' [11:38, 10:52](852 MB) -PASS -- TEST 'rap_decomp_gnu' [11:38, 10:54](849 MB) -PASS -- TEST 'rap_2threads_gnu' [12:34, 09:52](929 MB) -PASS -- TEST 'rap_restart_gnu' [07:42, 05:26](577 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [13:37, 10:44](818 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:37, 10:57](814 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:45, 07:56](581 MB) -PASS -- TEST 'hrrr_control_gnu' [07:37, 05:38](811 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:35, 05:29](798 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [06:40, 05:02](919 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:32, 05:36](847 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:31, 02:53](563 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:29, 02:50](657 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:42, 10:25](810 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:11, 08:40] -PASS -- TEST 'control_diag_debug_gnu' [03:49, 01:44](1276 MB) -PASS -- TEST 'regional_debug_gnu' [11:40, 10:11](734 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:25, 02:42](822 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:24, 02:37](821 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:27, 02:39](828 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:25, 02:42](827 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:46, 02:52](905 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 04:11](822 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:24, 02:40](823 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:23, 02:40](822 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:22, 01:42](456 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:22, 01:49](453 MB) -PASS -- TEST 'control_debug_p8_gnu' [04:40, 01:47](1438 MB) -PASS -- TEST 'rap_flake_debug_gnu' [05:26, 02:39](823 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [05:25, 02:54](824 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:38, 04:20](828 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:36] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:12, 05:33] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:34, 09:19](708 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:36, 04:56](707 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:37, 08:28](756 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 04:30](745 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [08:33, 05:10](705 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:38, 06:52](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [06:27, 02:29](541 MB) -PASS -- TEST 'conus13km_control_gnu' [06:59, 03:11](876 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:45, 05:51](880 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:44, 01:48](554 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:11, 11:49] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [09:39, 05:51](726 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 08:41] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [05:25, 02:36](715 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [05:24, 02:35](715 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:50, 06:59](892 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:46, 06:59](577 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [09:43, 07:46](892 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:43, 06:58](960 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 08:35] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:24, 02:40](739 MB) - -PASS -- COMPILE 's2swa_gnu' [18:12, 17:49] - -PASS -- COMPILE 's2s_gnu' [18:12, 17:10] -FAILED: TEST TIMED OUT -- TEST 'cpld_control_nowave_noaero_p8_gnu' [, ]( MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:21] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:13, 16:04] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:58, 21:09](1447 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:07] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:56, 12:44](1473 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:24] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:19, 02:54](690 MB) +PASS -- TEST 'control_c48_gnu' [12:47, 11:14](1541 MB) +PASS -- TEST 'control_stochy_gnu' [04:29, 03:24](502 MB) +PASS -- TEST 'control_ras_gnu' [06:26, 04:48](504 MB) +PASS -- TEST 'control_p8_gnu' [06:04, 04:50](1468 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:05, 04:46](1458 MB) +PASS -- TEST 'control_flake_gnu' [11:33, 10:21](544 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:12, 04:28] +PASS -- TEST 'rap_control_gnu' [12:40, 10:47](815 MB) +PASS -- TEST 'rap_decomp_gnu' [12:38, 11:00](849 MB) +PASS -- TEST 'rap_2threads_gnu' [11:46, 09:55](930 MB) +PASS -- TEST 'rap_restart_gnu' [07:52, 05:33](577 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [12:47, 10:54](816 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:42, 11:10](816 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:51, 07:59](583 MB) +PASS -- TEST 'hrrr_control_gnu' [07:41, 05:33](814 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:44, 05:34](798 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:42, 05:06](926 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:43, 05:50](850 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:36, 02:55](560 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:36, 02:54](655 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:50, 10:51](811 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:46] +PASS -- TEST 'control_diag_debug_gnu' [04:09, 01:40](1273 MB) +PASS -- TEST 'regional_debug_gnu' [13:45, 11:45](716 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:28, 02:37](825 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:27, 02:37](820 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:25, 02:41](820 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:25, 02:38](823 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:52, 02:53](903 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:25, 04:08](855 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:26, 02:43](826 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:25, 02:42](816 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:27, 01:40](489 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:25, 01:46](453 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:41, 01:51](1440 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:28, 02:42](825 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:26, 02:57](826 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 04:25](832 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:35] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:12, 04:13] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:45, 09:23](710 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:44, 05:07](708 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:37, 08:42](753 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:34, 04:46](744 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 05:17](703 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:47, 07:06](551 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:29, 02:34](537 MB) +PASS -- TEST 'conus13km_control_gnu' [05:07, 03:09](875 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:56, 06:06](888 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:53, 01:52](548 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:13, 10:58] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:43, 05:52](726 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 07:43] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:27, 02:39](716 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:29, 02:34](713 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:01, 06:52](894 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:54, 07:01](588 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:48, 07:40](895 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:47, 07:08](956 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:12, 07:42] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:30, 02:45](731 MB) + +PASS -- COMPILE 's2swa_gnu' [18:14, 16:46] + +PASS -- COMPILE 's2s_gnu' [17:13, 15:57] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:20, 07:27](1521 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:15, 03:27] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:15, 16:07] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:16, 20:07](1461 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:13, 03:13] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:59, 12:42](1458 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:13, 15:41] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:22, 03:01](685 MB) SYNOPSIS: -Starting Date/Time: 20240726 18:33:36 -Ending Date/Time: 20240726 20:24:37 -Total Time: 01h:51m:18s +Starting Date/Time: 20240731 14:36:54 +Ending Date/Time: 20240731 16:12:18 +Total Time: 01h:37m:22s Compiles Completed: 57/57 -Tests Completed: 243/244 +Tests Completed: 242/244 Failed Tests: -* TEST cpld_control_nowave_noaero_p8_gnu: FAILED: TEST TIMED OUT --- LOG: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1436054/cpld_control_nowave_noaero_p8_gnu/err +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2373/ufs-weather-model/tests/logs/log_hera/run_control_wam_debug_intel.log +* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2373/ufs-weather-model/tests/logs/log_hera/run_gnv1_nested_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -411,7 +413,7 @@ Result: FAILURE ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -d5e8925d6a8098c4f89a39d864f8ca8b4f98d0a5 +619de9c8122177396890d13cd5c4ba97ccb5032b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -419,7 +421,7 @@ Submodule hashes used in testing: 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) @@ -434,23 +436,26 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3626519 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3087081 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-b) - NEW BASELINES FROM FILE: test_changes.list * (-e) - USE ECFLOW -PASS -- COMPILE 's2s_gnu' [17:12, 16:33] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:08, 07:18](1521 MB) +PASS -- COMPILE 'wam_debug_intel' [05:13, 04:08] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:57, 13:51](1679 MB) + +PASS -- COMPILE 'hafsw_intel' [14:14, 12:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'gnv1_nested_intel' [06:47, 04:25](1734 MB) SYNOPSIS: -Starting Date/Time: 20240729 06:07:25 -Ending Date/Time: 20240729 06:35:11 -Total Time: 00h:27m:56s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240731 18:41:55 +Ending Date/Time: 20240731 19:05:36 +Total Time: 00h:24m:15s +Compiles Completed: 2/2 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index a3d52df0cc..b5ff9e7f1c 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -d5e8925d6a8098c4f89a39d864f8ca8b4f98d0a5 +619de9c8122177396890d13cd5c4ba97ccb5032b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) @@ -35,376 +35,376 @@ 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-20240724 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1943568 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_3083262 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:19, 12:48] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:25, 09:11](2138 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:12, 19:26] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:32, 14:02](2004 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:14, 14:31](2313 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:06, 07:20](1318 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:32, 14:57](1922 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 19:20] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:56, 13:08](1994 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:13] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:21, 21:11](1984 MB) - -PASS -- COMPILE 's2swa_intel' [13:18, 12:52] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:10, 08:59](2188 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:36, 09:10](2179 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:37, 04:38](1970 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:54, 08:46](2223 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:17, 04:34](1739 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:15, 10:18](2544 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:58, 09:00](2180 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:25, 07:27](2093 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:31, 08:44](2195 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [20:44, 16:24](2967 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:35, 07:37](2932 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [21:08, 10:30](3807 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:49, 06:16](3648 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:30, 06:14](2162 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 12:28] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:05, 08:02](2018 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:17, 05:05](2086 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:28] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:39, 08:09](2218 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 07:56] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:54, 06:16](2066 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:11, 10:01] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:22, 05:38](2088 MB) - -PASS -- COMPILE 's2s_intel' [10:11, 10:02] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:55, 07:41](3106 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [07:21, 02:56](3089 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:13, 01:41](2512 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:35] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:58, 07:43](2183 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 15:55] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:11, 14:55](2037 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:34, 07:33](1405 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:29, 16:10](1973 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:12, 06:59] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:32, 22:42](2016 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:12, 10:19] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:50, 03:43](707 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:58, 02:30](1622 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:11, 02:57](1611 MB) -PASS -- TEST 'control_latlon_intel' [03:57, 02:42](1604 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:07, 02:31](1608 MB) -PASS -- TEST 'control_c48_intel' [09:14, 07:00](1730 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:37, 05:55](859 MB) -PASS -- TEST 'control_c192_intel' [10:16, 09:05](1759 MB) -PASS -- TEST 'control_c384_intel' [12:20, 09:52](2036 MB) -PASS -- TEST 'control_c384gdas_intel' [14:21, 10:03](1521 MB) -PASS -- TEST 'control_stochy_intel' [02:23, 01:55](668 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:34, 01:27](539 MB) -PASS -- TEST 'control_lndp_intel' [02:21, 01:34](667 MB) -PASS -- TEST 'control_iovr4_intel' [03:27, 02:34](661 MB) -PASS -- TEST 'control_iovr5_intel' [05:31, 02:54](665 MB) -PASS -- TEST 'control_p8_intel' [06:05, 03:30](1917 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:38, 04:01](1918 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:59, 03:23](1915 MB) -PASS -- TEST 'control_restart_p8_intel' [03:57, 02:20](1149 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:40, 03:24](1897 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:15, 02:05](1200 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:43, 03:34](1897 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:43, 03:02](1995 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:43, 05:27](1906 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:08, 04:20](1987 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:57, 03:43](1922 MB) -PASS -- TEST 'merra2_thompson_intel' [07:26, 03:53](1921 MB) -PASS -- TEST 'regional_control_intel' [06:57, 05:25](1202 MB) -PASS -- TEST 'regional_restart_intel' [04:46, 03:29](1177 MB) -PASS -- TEST 'regional_decomp_intel' [07:34, 05:34](1192 MB) -PASS -- TEST 'regional_2threads_intel' [03:41, 03:11](1155 MB) -PASS -- TEST 'regional_noquilt_intel' [07:34, 06:11](1525 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:43, 04:46](1201 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:36, 04:41](1209 MB) -PASS -- TEST 'regional_wofs_intel' [08:26, 07:47](2093 MB) - -PASS -- COMPILE 'rrfs_intel' [14:15, 09:53] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:05, 06:54](1215 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:06, 03:42](1419 MB) -PASS -- TEST 'rap_decomp_intel' [07:42, 07:02](1166 MB) -PASS -- TEST 'rap_2threads_intel' [07:40, 06:13](1359 MB) -PASS -- TEST 'rap_restart_intel' [06:07, 04:20](1144 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:50, 06:37](1192 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:47, 07:01](1149 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:05, 04:58](1200 MB) -PASS -- TEST 'hrrr_control_intel' [05:21, 03:55](1076 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:51, 03:43](1045 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:41, 03:45](1116 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:23, 02:05](1039 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:19, 07:03](1207 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:37, 07:40](2014 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:28, 07:38](2189 MB) - -PASS -- COMPILE 'csawmg_intel' [10:22, 09:17] -PASS -- TEST 'control_csawmg_intel' [08:35, 06:55](1053 MB) -PASS -- TEST 'control_ras_intel' [05:47, 03:06](846 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:14, 04:50] -PASS -- TEST 'control_csawmg_gnu' [10:30, 08:37](1070 MB) - -PASS -- COMPILE 'wam_intel' [07:16, 07:05] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:05, 10:28](1674 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:10, 13:39] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:20, 02:24](1903 MB) -PASS -- TEST 'regional_control_faster_intel' [06:36, 05:34](1201 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 05:55] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:51, 02:20](1638 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:13, 02:15](1643 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:57, 03:01](842 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:41, 02:23](844 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:27, 04:05](1157 MB) -PASS -- TEST 'control_ras_debug_intel' [03:20, 02:23](853 MB) -PASS -- TEST 'control_diag_debug_intel' [04:35, 03:13](1712 MB) -PASS -- TEST 'control_debug_p8_intel' [03:39, 03:07](1931 MB) -PASS -- TEST 'regional_debug_intel' [17:28, 16:27](1162 MB) -PASS -- TEST 'rap_control_debug_intel' [04:23, 04:05](1236 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:13](1218 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:38, 04:09](1231 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:21, 04:16](1228 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:27, 04:13](1224 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:51, 04:24](1319 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 04:15](1223 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 04:15](1231 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:30, 04:20](1229 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:35, 04:17](1235 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:27, 04:31](1227 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 05:07](1225 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:38, 06:47](1222 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:13](1228 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:25, 05:33](1231 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:28, 04:24](1225 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:00, 07:35](1228 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:12, 04:24] -PASS -- TEST 'control_csawmg_debug_gnu' [04:00, 03:03](1053 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 03:06] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:15, 07:22] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:02, 03:44](1266 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:50, 07:16](1178 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:59, 03:33](1058 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:21, 06:06](1291 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:26, 02:55](1044 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:40, 04:33](1003 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [16:00, 05:39](1149 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:25, 01:57](972 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:12, 12:26] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:10, 01:51](1316 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:06, 01:13](1217 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:53, 01:43](1166 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:12, 07:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:53, 03:41](1089 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:12, 03:03] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:45, 04:10](1109 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:38, 03:58](1119 MB) -PASS -- TEST 'conus13km_debug_intel' [16:56, 13:25](1349 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:52, 13:36](1002 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:35, 08:49](1254 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 12:44](1417 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:12, 06:52] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:46, 04:44](1171 MB) - -PASS -- COMPILE 'hafsw_intel' [13:14, 12:21] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:25, 05:28](872 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:37, 05:14](1284 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:37, 06:34](957 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:17, 14:11](974 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:32, 15:31](988 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:23, 05:35](613 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:57, 08:00](628 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:21, 03:34](439 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:53, 07:38](546 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:59, 03:58](623 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:06, 03:39](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:59, 04:50](684 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:41, 01:08](458 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:11, 06:27] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:19, 13:51](655 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:12, 15:22] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [28:09, 16:45](733 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [28:18, 16:24](812 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:18, 09:56] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:22, 09:35](828 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:14, 09:50] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [17:31, 05:48](949 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:12, 05:47](912 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:04, 16:30](1335 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:04] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [11:26, 02:23](1146 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:24, 01:33](1118 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [11:19, 02:16](1020 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [12:20, 03:07](1021 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [11:18, 03:04](1023 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [11:20, 02:33](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [10:19, 02:21](1150 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [10:18, 03:16](1025 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:45, 05:50](1167 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:41, 05:01](1154 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [09:14, 03:06](1129 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:27, 03:18](2458 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [09:31, 04:21](2390 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:13, 04:06] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:17, 06:05](1083 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:04] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [07:21, 03:01](1148 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:11, 00:51] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:47, 01:01](331 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:28, 01:54](576 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:32, 00:32](562 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:12, 08:05] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:31, 03:51](2028 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:12, 08:05] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:27, 04:09](1998 MB) - -PASS -- COMPILE 'atml_intel' [09:12, 08:56] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:50, 05:42](1913 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:23, 05:54](1900 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:53, 03:22](1156 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:12, 04:13] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:13, 05:57](1939 MB) - -PASS -- COMPILE 'atmw_intel' [10:25, 09:29] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:02, 01:41](1963 MB) - -PASS -- COMPILE 'atmaero_intel' [08:11, 07:44] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:06, 04:23](2020 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:00, 04:48](1811 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:03, 04:52](1831 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:12, 03:59] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:08, 16:44](4556 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 04:45] -PASS -- TEST 'control_c48_gnu' [10:48, 09:21](1572 MB) -PASS -- TEST 'control_stochy_gnu' [04:39, 02:50](732 MB) -PASS -- TEST 'control_ras_gnu' [05:21, 04:24](734 MB) -PASS -- TEST 'control_p8_gnu' [07:03, 05:38](1715 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:56, 04:56](1730 MB) -PASS -- TEST 'control_flake_gnu' [06:45, 05:17](807 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:14, 04:42] -PASS -- TEST 'rap_control_gnu' [10:39, 09:12](1087 MB) -PASS -- TEST 'rap_decomp_gnu' [10:35, 09:02](1083 MB) -PASS -- TEST 'rap_2threads_gnu' [10:00, 07:27](1153 MB) -PASS -- TEST 'rap_restart_gnu' [06:00, 04:34](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:02, 08:11](1093 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:46, 08:22](1087 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:02, 06:00](883 MB) -PASS -- TEST 'hrrr_control_gnu' [06:22, 04:18](1073 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:01, 05:36](1134 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:56, 03:57](1041 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:41, 05:36](1069 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:29, 02:39](879 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:33, 02:06](936 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [10:29, 08:36](1083 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:21] -PASS -- TEST 'control_diag_debug_gnu' [03:03, 01:39](1629 MB) -PASS -- TEST 'regional_debug_gnu' [08:37, 07:45](1126 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:24, 02:56](1105 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:27, 02:40](1097 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:25, 02:24](1099 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:32, 02:05](1100 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:39, 02:55](1278 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:19, 03:39](1102 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:23, 02:38](1102 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:28, 02:45](1096 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:56](729 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:22, 01:46](727 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:42, 02:29](1727 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:20, 03:11](1104 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:25, 03:16](1105 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:11, 04:12](1108 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 03:43] -PASS -- TEST 'control_wam_debug_gnu' [06:52, 05:14](1587 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:56] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:36, 08:06](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:49, 04:03](952 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:05, 06:54](997 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:07, 03:39](895 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:39, 04:09](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:42, 05:58](861 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:48, 02:07](856 MB) -PASS -- TEST 'conus13km_control_gnu' [05:04, 03:33](1269 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:55, 01:48](1175 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:56, 01:39](925 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:16, 13:18] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:52, 04:54](990 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:16, 10:45] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:26, 02:26](981 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:34, 03:04](974 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:48, 07:20](1291 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:50, 07:37](964 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:34, 04:13](1203 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:32, 05:49](1355 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:23, 11:17] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:21](1006 MB) - -PASS -- COMPILE 's2swa_gnu' [20:12, 19:27] - -PASS -- COMPILE 's2s_gnu' [18:14, 17:30] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:50, 06:08](2739 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [11:13, 10:20] - -PASS -- COMPILE 's2sw_pdlib_gnu' [19:13, 18:56] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:13, 26:50](3038 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [10:12, 09:51] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:09, 12:48](3045 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [19:13, 18:13] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:20, 02:21](769 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:11, 12:51] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:34, 08:19](2123 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:33] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:16, 14:35](2005 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:27, 14:06](2304 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:16, 06:33](1328 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:58, 15:33](1923 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 19:13] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [13:33, 13:06](1999 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:25] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:30, 20:32](1978 MB) + +PASS -- COMPILE 's2swa_intel' [13:11, 12:51] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:20, 08:20](2182 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:31, 08:10](2193 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:22, 04:23](1987 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:22, 08:17](2202 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:21, 04:29](1742 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:28, 09:29](2554 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:20, 08:05](2184 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:29, 06:48](2096 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:33, 08:01](2185 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:10, 16:06](2984 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:26, 05:53](2939 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:10, 09:52](3817 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:17, 06:17](3653 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:29, 05:53](2149 MB) + +PASS -- COMPILE 's2sw_intel' [13:11, 12:22] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:18, 07:10](2020 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:25, 04:26](2082 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 07:46] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:26, 07:48](2219 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 07:16] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:02, 05:37](2049 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:11, 11:40] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:17, 04:50](2073 MB) + +PASS -- COMPILE 's2s_intel' [12:11, 11:32] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:52, 07:06](3112 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:54, 02:05](3080 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:45, 01:44](2549 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:37] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:11, 07:42](2181 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:47] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:59, 13:45](2039 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:05, 06:47](1379 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:01, 15:13](1965 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:44] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:05, 22:49](2039 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:11, 08:12] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:21, 03:43](709 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:33, 02:25](1616 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:35, 02:31](1633 MB) +PASS -- TEST 'control_latlon_intel' [03:31, 02:26](1618 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:37](1623 MB) +PASS -- TEST 'control_c48_intel' [07:35, 06:53](1741 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:26, 05:52](862 MB) +PASS -- TEST 'control_c192_intel' [09:48, 09:06](1751 MB) +PASS -- TEST 'control_c384_intel' [11:28, 09:17](2056 MB) +PASS -- TEST 'control_c384gdas_intel' [12:03, 09:41](1516 MB) +PASS -- TEST 'control_stochy_intel' [02:21, 01:43](670 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:29, 01:03](558 MB) +PASS -- TEST 'control_lndp_intel' [02:19, 01:45](678 MB) +PASS -- TEST 'control_iovr4_intel' [03:22, 02:38](662 MB) +PASS -- TEST 'control_iovr5_intel' [03:22, 02:38](674 MB) +PASS -- TEST 'control_p8_intel' [03:52, 02:44](1906 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:57, 02:45](1898 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:59, 02:38](1909 MB) +PASS -- TEST 'control_restart_p8_intel' [02:50, 01:37](1162 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:55, 02:42](1892 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:56, 01:34](1199 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:42, 02:48](1890 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:48, 02:32](1989 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:35, 04:46](1903 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:56, 03:38](1975 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:57, 02:47](1922 MB) +PASS -- TEST 'merra2_thompson_intel' [04:01, 02:59](1911 MB) +PASS -- TEST 'regional_control_intel' [06:32, 05:27](1199 MB) +PASS -- TEST 'regional_restart_intel' [03:34, 02:36](1175 MB) +PASS -- TEST 'regional_decomp_intel' [05:27, 04:56](1186 MB) +PASS -- TEST 'regional_2threads_intel' [03:30, 03:04](1155 MB) +PASS -- TEST 'regional_noquilt_intel' [05:32, 04:58](1523 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:36, 04:41](1205 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:28, 04:45](1203 MB) +PASS -- TEST 'regional_wofs_intel' [07:30, 07:01](2078 MB) + +PASS -- COMPILE 'rrfs_intel' [08:11, 07:48] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:42, 06:37](1211 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:50, 03:27](1410 MB) +PASS -- TEST 'rap_decomp_intel' [07:42, 06:54](1150 MB) +PASS -- TEST 'rap_2threads_intel' [07:42, 06:13](1377 MB) +PASS -- TEST 'rap_restart_intel' [04:58, 03:28](1136 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:42, 06:43](1208 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:42, 06:57](1140 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:59, 05:06](1204 MB) +PASS -- TEST 'hrrr_control_intel' [04:44, 03:29](1080 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:44, 03:32](1042 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:44, 03:08](1124 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:30, 01:54](1047 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:57, 06:30](1204 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:22, 07:41](2021 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:22, 07:25](2181 MB) + +PASS -- COMPILE 'csawmg_intel' [08:11, 07:23] +PASS -- TEST 'control_csawmg_intel' [07:33, 06:50](1056 MB) +PASS -- TEST 'control_ras_intel' [03:21, 02:56](860 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 04:12] +PASS -- TEST 'control_csawmg_gnu' [07:41, 07:03](1070 MB) + +PASS -- COMPILE 'wam_intel' [08:11, 07:15] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:37, 10:33](1678 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:11, 14:00] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:56, 02:44](1911 MB) +PASS -- TEST 'regional_control_faster_intel' [06:30, 05:17](1192 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 04:58] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:33, 02:16](1641 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:35, 02:12](1652 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:20, 02:31](847 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:20, 02:16](841 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:32, 04:17](1163 MB) +PASS -- TEST 'control_ras_debug_intel' [03:20, 02:21](848 MB) +PASS -- TEST 'control_diag_debug_intel' [03:37, 02:20](1706 MB) +PASS -- TEST 'control_debug_p8_intel' [04:37, 03:04](1932 MB) +PASS -- TEST 'regional_debug_intel' [18:34, 17:00](1154 MB) +PASS -- TEST 'rap_control_debug_intel' [05:22, 04:09](1227 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:24, 04:04](1229 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:20, 04:03](1237 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 04:12](1231 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:19, 04:08](1234 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:28, 04:10](1327 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:19, 04:12](1231 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 04:09](1234 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:20, 04:07](1223 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:19, 04:05](1232 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:20, 03:59](1236 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:21, 04:03](1232 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:20, 06:54](1231 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:20, 04:05](1226 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:20, 05:14](1242 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:23, 04:06](1232 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:02, 07:09](1235 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:42] +PASS -- TEST 'control_csawmg_debug_gnu' [03:36, 02:52](1058 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 03:15] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 07:22] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:55, 03:35](1268 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:38, 06:56](1172 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:34](1057 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:47, 06:05](1296 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:00, 03:05](1047 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:40, 03:58](1010 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:47, 05:27](1130 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:20, 02:08](983 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:10, 11:40] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:43, 01:45](1313 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:38, 00:45](1212 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:33, 01:03](1167 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:22] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:30, 03:44](1099 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:17] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:11](1105 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:19, 03:58](1112 MB) +PASS -- TEST 'conus13km_debug_intel' [13:37, 12:40](1353 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:36, 12:59](1012 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:31, 08:30](1256 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:36, 12:46](1437 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:54] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:21, 04:30](1178 MB) + +PASS -- COMPILE 'hafsw_intel' [10:10, 10:03] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:04, 05:20](874 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:24, 04:49](1281 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:09, 06:18](964 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:03, 13:57](997 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:21, 15:04](1016 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:47, 05:22](610 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:10, 06:52](625 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:39, 02:35](441 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:02, 07:23](553 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:38, 03:43](625 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:38, 03:33](625 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:42, 04:49](685 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:25, 01:08](452 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:29] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:38, 14:19](648 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:11, 16:20] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:50, 16:00](751 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:55, 15:37](854 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:10, 10:22] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:51, 09:41](830 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:10, 10:13] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:03, 05:26](943 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:59, 05:26](916 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:47, 16:32](1346 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 05:42] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:17, 02:11](1134 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:20](1106 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 02:05](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:07](1021 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:11](1020 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:13](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 02:18](1163 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:15, 02:06](1032 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:57, 04:56](1172 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:53, 04:50](1165 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:12](1165 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:03](2391 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:17, 03:02](2460 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:33] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:16, 05:06](1080 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:17] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:16, 02:12](1160 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:52] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:28, 00:51](331 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:47](560 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:21, 00:34](564 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:10, 07:49] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:51, 03:38](2020 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:11, 08:01] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:50, 03:07](1991 MB) + +PASS -- COMPILE 'atml_intel' [09:11, 08:55] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:58, 05:54](1896 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:57, 05:50](1900 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:40, 02:59](1163 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 04:10] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:50, 04:56](1938 MB) + +PASS -- COMPILE 'atmw_intel' [10:11, 09:38] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:48, 01:44](1951 MB) + +PASS -- COMPILE 'atmaero_intel' [10:11, 07:29] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:48, 03:55](2038 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:49, 04:23](1810 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:42, 04:35](1810 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:57] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:33, 17:05](4579 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 04:09] +PASS -- TEST 'control_c48_gnu' [11:44, 09:26](1574 MB) +PASS -- TEST 'control_stochy_gnu' [04:19, 02:22](727 MB) +PASS -- TEST 'control_ras_gnu' [05:17, 03:47](738 MB) +PASS -- TEST 'control_p8_gnu' [05:49, 04:14](1735 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:39, 03:47](1738 MB) +PASS -- TEST 'control_flake_gnu' [05:22, 04:36](814 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:10, 04:07] +PASS -- TEST 'rap_control_gnu' [09:44, 07:58](1094 MB) +PASS -- TEST 'rap_decomp_gnu' [09:36, 08:13](1083 MB) +PASS -- TEST 'rap_2threads_gnu' [08:45, 07:16](1144 MB) +PASS -- TEST 'rap_restart_gnu' [04:51, 04:06](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:52, 08:01](1095 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:44, 08:05](1082 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:01, 06:20](883 MB) +PASS -- TEST 'hrrr_control_gnu' [05:38, 04:13](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:37, 04:07](1134 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:33, 03:45](1024 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:36, 04:16](1070 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:23, 02:14](880 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:23, 02:21](939 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:54, 08:07](1084 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 07:11] +PASS -- TEST 'control_diag_debug_gnu' [02:34, 01:19](1639 MB) +PASS -- TEST 'regional_debug_gnu' [07:27, 06:43](1144 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:17, 02:10](1106 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:18, 02:05](1094 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:20, 01:58](1099 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:20, 01:57](1102 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:31, 02:10](1275 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:21, 03:17](1099 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:20, 02:07](1103 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:21, 01:57](1096 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:12](731 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:17, 01:22](729 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:28, 01:29](1728 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:18, 02:02](1102 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:20](1106 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:49, 03:26](1109 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:46] +PASS -- TEST 'control_wam_debug_gnu' [06:34, 05:23](1576 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 04:12] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:33, 07:58](973 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:41, 04:09](951 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:51, 07:03](967 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:04, 03:40](871 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:42, 04:06](950 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:41, 06:07](871 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:23, 02:18](858 MB) +PASS -- TEST 'conus13km_control_gnu' [03:39, 02:51](1269 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:38, 01:10](1176 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:40, 01:35](922 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 09:43] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:39, 04:34](993 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 06:51] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 02:16](980 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:25, 02:01](973 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:42, 05:53](1292 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:34, 06:26](973 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:36, 03:58](1197 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:33, 05:52](1358 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 08:17] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:26](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [19:11, 18:14] + +PASS -- COMPILE 's2s_gnu' [17:11, 16:48] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:05, 05:24](2720 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [06:10, 05:16] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 16:59] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:08, 25:54](3034 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:45] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:54, 12:06](2924 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [15:10, 14:28] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:17, 02:23](765 MB) SYNOPSIS: -Starting Date/Time: 20240726 15:31:11 -Ending Date/Time: 20240726 17:19:53 -Total Time: 01h:52m:57s +Starting Date/Time: 20240731 09:21:00 +Ending Date/Time: 20240731 10:54:53 +Total Time: 01h:34m:43s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index ce6f0fc6da..8a1843f928 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -ba4c3ee47280b777133ba3f3e60f271d70738c34 +4062b88d6b40c90e783e00de145f1e2f0dd8a0e3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) @@ -35,334 +35,256 @@ 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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3152011 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3686172 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [41:14, 40:29] ( 1 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [51:03, 49:32](2004 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [48:15, 47:50] ( 1 warnings 1427 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_gfsv17_intel' [, ]( MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:00, 24:30](1853 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:15, 49:38] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [09:28, 21:24](1881 MB) - -PASS -- COMPILE 's2swa_intel' [41:14, 40:50] ( 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:23, 07:57](2060 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [50:34, 49:38](2050 MB) -PASS -- TEST 'cpld_restart_p8_intel' [51:29, 05:09](1720 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:19, 08:00](2080 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_restart_qr_p8_intel' [, ]( MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:23, 07:43](2322 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:16, 08:11](2050 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [51:40, 51:05](1974 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [50:25, 48:31](2048 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:33, 07:49](2039 MB) - -PASS -- COMPILE 's2sw_intel' [39:14, 38:40] ( 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 06:45](1905 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [51:57, 50:41](1953 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:40, 11:04](2081 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 04:46] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [50:49, 50:01](1937 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [35:13, 34:21] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:43, 06:20](1947 MB) - -PASS -- COMPILE 's2s_intel' [35:13, 34:51] ( 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:10, 12:43](3062 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:09, 03:54](3053 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:03, 02:32](2466 MB) - -PASS -- COMPILE 's2swa_faster_intel' [12:16, 12:08] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:04, 07:40](2050 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [49:14, 48:28] ( 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:42, 21:46](1921 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:50, 11:24](1127 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:16, 24:56](1878 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:13] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:32, 32:58](1938 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:13, 37:27] ( 1 warnings 1148 remarks ) -PASS -- TEST 'control_flake_intel' [05:36, 04:30](646 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:15, 04:02](1553 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:20, 04:09](1552 MB) -PASS -- TEST 'control_latlon_intel' [05:11, 03:57](1552 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:20, 04:04](1558 MB) -PASS -- TEST 'control_c48_intel' [13:28, 11:47](1733 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:49, 10:17](857 MB) -PASS -- TEST 'control_c192_intel' [16:32, 14:25](1690 MB) -PASS -- TEST 'control_c384_intel' [20:30, 17:50](1821 MB) -PASS -- TEST 'control_c384gdas_intel' [45:04, 43:04](1024 MB) -PASS -- TEST 'control_stochy_intel' [03:33, 02:17](605 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:33, 01:20](435 MB) -PASS -- TEST 'control_lndp_intel' [03:33, 02:13](605 MB) -PASS -- TEST 'control_iovr4_intel' [04:35, 03:25](603 MB) -PASS -- TEST 'control_iovr5_intel' [04:36, 03:25](601 MB) -PASS -- TEST 'control_p8_intel' [06:36, 04:43](1842 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:48, 04:41](1828 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:54, 04:31](1849 MB) -PASS -- TEST 'control_restart_p8_intel' [04:08, 02:49](1063 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:38, 04:31](1838 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [55:41, 55:04](1078 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:38, 04:47](1830 MB) -PASS -- TEST 'control_2threads_p8_intel' [53:52, 53:09](1932 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:18, 07:46](1844 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:59, 05:49](1917 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:52, 04:41](1848 MB) -PASS -- TEST 'merra2_thompson_intel' [53:32, 51:46](1855 MB) -PASS -- TEST 'regional_control_intel' [09:08, 07:54](1015 MB) -PASS -- TEST 'regional_restart_intel' [05:45, 04:22](1014 MB) -PASS -- TEST 'regional_decomp_intel' [10:08, 08:24](1018 MB) -PASS -- TEST 'regional_2threads_intel' [07:08, 06:08](1005 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [50:33, 50:24](1022 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [50:31, 49:36](1012 MB) - -PASS -- COMPILE 'rrfs_intel' [35:13, 35:09] ( 3 warnings 1115 remarks ) -PASS -- TEST 'rap_control_intel' [12:06, 10:10](993 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:31, 05:46](1223 MB) -PASS -- TEST 'rap_decomp_intel' [12:04, 10:42](988 MB) -PASS -- TEST 'rap_2threads_intel' [11:33, 09:44](1087 MB) -PASS -- TEST 'rap_restart_intel' [07:29, 05:18](991 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:34, 10:05](994 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:06, 10:47](985 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:25, 07:34](1002 MB) -PASS -- TEST 'hrrr_control_intel' [53:20, 52:08](993 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [53:14, 52:06](983 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [53:47, 52:45](1066 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:31, 02:49](915 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:40, 10:01](983 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [46:01, 45:28](1943 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:37, 12:11](1938 MB) - -PASS -- COMPILE 'csawmg_intel' [32:13, 32:09] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [09:49, 08:53](960 MB) -PASS -- TEST 'control_ras_intel' [05:30, 04:30](664 MB) - -PASS -- COMPILE 'wam_intel' [33:14, 32:27] ( 995 remarks ) -PASS -- TEST 'control_wam_intel' [16:01, 14:27](1623 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [53:18, 52:54] ( 1297 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:36, 04:12](1842 MB) -PASS -- TEST 'regional_control_faster_intel' [08:48, 07:21](1017 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:12, 07:17] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:53, 03:24](1572 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:58, 03:20](1570 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:30, 03:53](774 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:31, 03:29](774 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:50, 05:59](1094 MB) -PASS -- TEST 'control_ras_debug_intel' [04:30, 03:32](785 MB) -PASS -- TEST 'control_diag_debug_intel' [04:54, 03:28](1634 MB) -PASS -- TEST 'control_debug_p8_intel' [06:01, 04:09](1868 MB) -PASS -- TEST 'regional_debug_intel' [24:00, 22:52](1039 MB) -PASS -- TEST 'rap_control_debug_intel' [07:32, 06:15](1161 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:34, 06:09](1153 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:34, 06:09](1164 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:34, 06:12](1167 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:32, 06:14](1163 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:45, 06:42](1236 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:26, 06:18](1164 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 06:24](1167 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:24, 06:14](1166 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:27, 06:13](1158 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:27, 06:04](1163 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:28, 06:11](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:28, 10:08](1163 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:27, 06:11](1156 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:32, 07:31](1166 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:28, 06:11](1159 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:31, 10:42](1177 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 04:35] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:00, 16:53](1651 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [30:16, 30:08] ( 3 warnings 1028 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:23, 05:17](1078 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:01, 08:23](904 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:04, 04:24](875 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:19, 07:58](937 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:39, 04:05](908 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:03, 04:42](865 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:21, 06:26](908 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:31, 02:27](850 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [39:15, 38:32] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:04, 02:58](1104 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:54, 01:24](1048 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:52, 01:38](1023 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:12, 30:52] ( 3 warnings 1048 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:55, 05:31](907 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:37] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:32, 06:13](1042 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 06:02](1047 MB) -PASS -- TEST 'conus13km_debug_intel' [20:03, 18:39](1156 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:03, 18:55](866 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:55, 10:45](1105 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:57, 18:40](1221 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:31] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:32, 06:16](1083 MB) - -PASS -- COMPILE 'hafsw_intel' [39:14, 38:25] ( 1 warnings 1427 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:29, 07:08](711 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:39, 07:12](1081 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:51, 09:38](769 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:33, 16:27](796 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:53, 18:21](801 MB) -PASS -- TEST 'gnv1_nested_intel' [10:48, 07:24](1680 MB) - -PASS -- COMPILE 'hafs_all_intel' [34:14, 33:24] ( 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:24, 08:51](772 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:25, 08:52](763 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:33] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:24, 03:40](1056 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 02:12](1044 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:24, 03:36](938 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:25, 03:38](922 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:25, 03:38](931 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:24, 03:36](1067 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:25, 03:38](1067 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:24, 03:36](934 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:23, 08:11](883 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:25, 08:19](840 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:21, 03:37](1070 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:34, 05:59](2408 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:33, 05:11](2397 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:31] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:24, 08:01](1024 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:12, 08:25] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 03:49](1060 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:52] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:35, 02:30](235 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:28, 01:54](258 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 00:54](253 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:13, 33:52] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:26, 05:24](1909 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [33:13, 33:09] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:45, 05:16](1899 MB) - -PASS -- COMPILE 'atml_intel' [42:17, 41:35] ( 8 warnings 1186 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:50, 08:36](1861 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:50, 08:35](1859 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:53, 05:00](1072 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:10, 06:01] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:38, 08:06](1888 MB) - -PASS -- COMPILE 'atmw_intel' [34:14, 33:28] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:25, 02:54](1868 MB) - -PASS -- COMPILE 'atmaero_intel' [34:14, 33:27] ( 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:30, 05:49](1944 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:26, 06:27](1722 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:11, 06:31](1741 MB) +PASS -- COMPILE 's2swa_32bit_intel' [41:14, 40:36] ( 1 warnings 1383 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:47, 07:14](2015 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:14, 48:32] ( 1 warnings 1427 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:06, 21:32](1894 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:20, 22:14](2017 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:42, 11:07](1134 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:35, 24:34](1857 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [55:17, 54:32] ( 1 warnings 1424 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:44, 21:09](1883 MB) + +PASS -- COMPILE 's2swa_intel' [42:14, 40:54] ( 1381 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:23, 08:00](2059 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:46, 07:57](2065 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:54, 04:53](1719 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:20, 08:00](2080 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:58, 05:00](1739 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:21, 07:55](2323 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:17, 08:02](2060 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:39, 06:58](2002 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:45, 08:03](2058 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [15:33, 07:27](2045 MB) + +PASS -- COMPILE 's2sw_intel' [39:14, 38:19] ( 1279 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:30, 06:37](1908 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:45, 06:27](1971 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:10] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:44, 11:05](2091 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:47] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:12, 07:44](1944 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [35:15, 35:00] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:44, 06:16](1972 MB) + +PASS -- COMPILE 's2s_intel' [38:16, 35:21] ( 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:08, 12:28](3078 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:05, 03:58](3054 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:59, 02:29](2515 MB) + +PASS -- COMPILE 's2swa_faster_intel' [35:27, 33:36] ( 1609 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:11, 07:38](2028 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [47:21, 47:08] ( 1339 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:37, 21:41](1920 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:48, 11:02](1136 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:31, 25:13](1886 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:46] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:32, 32:53](1946 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [38:18, 38:00] ( 1 warnings 1148 remarks ) +PASS -- TEST 'control_flake_intel' [05:41, 04:28](651 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:15, 04:01](1552 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:22, 04:05](1557 MB) +PASS -- TEST 'control_latlon_intel' [05:09, 03:55](1548 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:20, 04:00](1545 MB) +PASS -- TEST 'control_c48_intel' [15:28, 11:46](1739 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:53, 10:13](854 MB) +PASS -- TEST 'control_c192_intel' [17:42, 14:13](1691 MB) +PASS -- TEST 'control_c384_intel' [24:36, 17:54](1837 MB) +PASS -- TEST 'control_c384gdas_intel' [21:34, 13:17](1023 MB) +PASS -- TEST 'control_stochy_intel' [03:37, 02:15](605 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:33, 01:21](438 MB) +PASS -- TEST 'control_lndp_intel' [03:37, 02:09](606 MB) +PASS -- TEST 'control_iovr4_intel' [04:36, 03:23](602 MB) +PASS -- TEST 'control_iovr5_intel' [04:38, 03:23](605 MB) +PASS -- TEST 'control_p8_intel' [06:34, 04:43](1848 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [12:06, 04:48](1844 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:49, 04:27](1849 MB) +PASS -- TEST 'control_restart_p8_intel' [04:06, 02:50](1060 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:37, 04:27](1841 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:08, 02:47](1076 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:38, 04:52](1833 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:38, 04:37](1933 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:15, 07:47](1854 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:02, 05:58](1903 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:54, 04:43](1858 MB) +PASS -- TEST 'merra2_thompson_intel' [07:03, 05:00](1847 MB) +PASS -- TEST 'regional_control_intel' [09:06, 07:57](1014 MB) +PASS -- TEST 'regional_restart_intel' [05:40, 04:36](1010 MB) +PASS -- TEST 'regional_decomp_intel' [10:07, 08:15](1020 MB) +PASS -- TEST 'regional_2threads_intel' [07:08, 05:55](1008 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:13, 07:52](1022 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:06, 07:58](1014 MB) + +PASS -- COMPILE 'rrfs_intel' [36:17, 35:44] ( 3 warnings 1115 remarks ) +PASS -- TEST 'rap_control_intel' [15:09, 10:17](989 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:32, 05:39](1222 MB) +PASS -- TEST 'rap_decomp_intel' [14:16, 10:41](988 MB) +PASS -- TEST 'rap_2threads_intel' [14:16, 09:44](1087 MB) +PASS -- TEST 'rap_restart_intel' [07:22, 05:19](987 MB) +PASS -- TEST 'rap_sfcdiff_intel' [14:32, 10:05](992 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:07, 10:40](989 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:12, 07:36](1004 MB) +PASS -- TEST 'hrrr_control_intel' [10:01, 05:17](984 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:03, 05:27](982 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:40, 04:48](1069 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:32, 02:49](922 MB) +PASS -- TEST 'rrfs_v1beta_intel' [14:44, 10:02](984 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:35, 12:29](1946 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:35, 12:12](1940 MB) + +PASS -- COMPILE 'csawmg_intel' [33:19, 32:42] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [09:48, 08:46](960 MB) +PASS -- TEST 'control_ras_intel' [05:27, 04:30](663 MB) + +PASS -- COMPILE 'wam_intel' [33:18, 32:39] ( 995 remarks ) +PASS -- TEST 'control_wam_intel' [15:55, 14:18](1632 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [53:18, 52:45] ( 1297 remarks ) +PASS -- TEST 'control_p8_faster_intel' [13:34, 04:14](1840 MB) +PASS -- TEST 'regional_control_faster_intel' [08:46, 07:12](1011 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 07:42] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:59, 03:27](1571 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:05, 03:20](1580 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:33, 03:49](778 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:33, 03:28](770 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:57, 05:59](1093 MB) +PASS -- TEST 'control_ras_debug_intel' [04:33, 03:28](788 MB) +PASS -- TEST 'control_diag_debug_intel' [05:03, 03:27](1640 MB) +PASS -- TEST 'control_debug_p8_intel' [06:07, 04:25](1878 MB) +PASS -- TEST 'regional_debug_intel' [24:02, 22:44](1044 MB) +PASS -- TEST 'rap_control_debug_intel' [07:35, 06:10](1163 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:37, 06:04](1157 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:36, 06:08](1167 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:38, 06:10](1164 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:27, 06:11](1164 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:35, 06:30](1243 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:23, 06:22](1169 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:29, 06:17](1170 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:28, 06:12](1165 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:31, 06:17](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:30, 06:07](1162 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:30, 06:15](1165 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:31, 10:13](1160 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:31, 06:09](1162 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:33, 07:32](1168 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:27, 06:12](1165 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:29, 10:45](1168 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 04:42] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [19:05, 16:52](1652 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:15, 30:42] ( 3 warnings 1028 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:15, 05:21](1081 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [14:01, 08:25](904 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:14, 04:29](868 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:23, 08:00](952 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [13:20, 04:04](913 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:14, 04:46](865 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:27, 06:15](903 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:32, 02:25](852 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [53:20, 48:43] ( 3 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:13, 02:58](1108 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:50, 01:23](1053 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:51, 01:36](1023 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:16, 31:03] ( 3 warnings 1048 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:56, 05:34](915 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:46] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:31, 06:08](1041 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 06:01](1042 MB) +PASS -- TEST 'conus13km_debug_intel' [20:05, 18:40](1153 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:04, 18:54](900 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:57, 10:51](1099 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:58, 18:41](1228 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:52] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [13:28, 06:12](1083 MB) + +PASS -- COMPILE 'hafsw_intel' [39:17, 38:48] ( 1 warnings 1427 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [12:27, 06:59](721 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [24:41, 06:51](1095 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [32:46, 09:19](767 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [23:30, 16:30](795 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:55, 18:08](827 MB) +PASS -- TEST 'gnv1_nested_intel' [27:10, 07:31](1683 MB) + +PASS -- COMPILE 'hafs_all_intel' [34:17, 33:41] ( 1268 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:30, 08:46](773 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:31, 08:53](753 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:13, 08:29] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:25, 03:36](1084 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:14](1027 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:25, 03:31](937 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:26, 03:33](931 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:25, 03:34](926 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:24, 03:37](1066 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:24, 03:35](1049 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:25, 03:31](932 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:26, 07:57](888 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:22, 07:51](842 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:22, 03:36](1074 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:25, 05:15](2407 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [09:26, 05:05](2356 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:38] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:25, 08:02](1026 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:12, 08:37] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:23, 03:36](1069 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 01:55] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [15:42, 02:00](233 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [15:36, 01:43](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:32, 00:54](253 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:15, 34:08] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [19:29, 05:35](1913 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [34:15, 33:24] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [16:39, 05:31](1875 MB) + +PASS -- COMPILE 'atml_intel' [38:16, 37:52] ( 8 warnings 1186 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [17:48, 08:59](1868 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:46, 09:11](1859 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:53, 04:52](1076 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 06:04] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [31:54, 08:16](1899 MB) + +PASS -- COMPILE 'atmw_intel' [36:16, 35:32] ( 1260 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:23, 02:51](1862 MB) + +PASS -- COMPILE 'atmaero_intel' [31:18, 27:13] ( 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:32, 05:58](1945 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:29, 06:29](1723 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:20, 06:33](1734 MB) SYNOPSIS: -Starting Date/Time: 20240729 06:22:57 -Ending Date/Time: 20240729 15:24:17 -Total Time: 09h:01m:51s +Starting Date/Time: 20240731 21:01:26 +Ending Date/Time: 20240801 00:59:10 +Total Time: 03h:58m:22s Compiles Completed: 36/36 -Tests Completed: 160/164 -Failed Tests: -* TEST cpld_control_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /mnt/lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/regression-testing/wm/2355/ufs-weather-model/tests/logs/log_jet/run_cpld_control_gfsv17_intel.log -* TEST cpld_control_gfsv17_iau_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /mnt/lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/regression-testing/wm/2355/ufs-weather-model/tests/logs/log_jet/run_cpld_control_gfsv17_iau_intel.log -* TEST cpld_restart_gfsv17_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /mnt/lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/regression-testing/wm/2355/ufs-weather-model/tests/logs/log_jet/run_cpld_restart_gfsv17_intel.log -* TEST cpld_restart_qr_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /mnt/lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/regression-testing/wm/2355/ufs-weather-model/tests/logs/log_jet/run_cpld_restart_qr_p8_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF JET REGRESSION TESTING LOG==== -====START OF JET REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -9fc184af0952396d9793dade5f7d4b699b781120 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2040239 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: h-nems -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:06, 49:05] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [23:30, 21:46](1879 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:26, 22:34](2009 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:17, 11:21](1090 MB) - -PASS -- COMPILE 's2swa_intel' [40:45, 40:44] ( 1381 remarks ) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:43, 08:16](2067 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:27, 05:53](1724 MB) - -SYNOPSIS: -Starting Date/Time: 20240729 15:56:33 -Ending Date/Time: 20240729 17:53:36 -Total Time: 01h:57m:17s -Compiles Completed: 2/2 -Tests Completed: 5/5 +Tests Completed: 164/164 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 770122e795..8b2f2fd0b3 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: -d5e8925d6a8098c4f89a39d864f8ca8b4f98d0a5 +619de9c8122177396890d13cd5c4ba97ccb5032b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) @@ -35,287 +35,358 @@ 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-20240724 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_3184996 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_457009 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:11, 16:02] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:45, 14:29](2084 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:20] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:43, 18:03](1962 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:15, 19:01](2143 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:13, 08:49](1217 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:48, 20:24](1883 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 20:42] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:42, 17:42](1958 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:24] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:35, 26:49](1940 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 16:01] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:44, 14:19](2148 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:45, 14:19](2150 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:43, 07:45](1817 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:44, 14:18](2161 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:43, 07:50](1714 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:38, 13:11](2440 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:38, 14:06](2137 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:40, 12:00](2044 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:45, 14:30](2139 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:34, 16:15](2714 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:33, 08:40](2731 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:06, 11:23](3655 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:04, 06:57](3502 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:32, 05:50](2117 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 15:13] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:24, 13:37](1979 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:34, 04:45](2049 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:11, 08:22] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:12, 08:34](2168 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 07:40] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:09, 06:06](2011 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 13:44] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:13, 04:42](2040 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 12:52] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:57, 10:02](3108 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:00, 03:34](3082 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:51, 02:04](2513 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:11, 24:52] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:37, 14:51](2143 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 20:35] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:12, 18:07](1997 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:21, 08:58](1259 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:15, 20:19](1913 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 07:08] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:08, 29:01](1982 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:38] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:28, 03:37](688 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:39, 03:03](1590 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:50, 03:09](1588 MB) -PASS -- TEST 'control_latlon_intel' [03:40, 03:04](1590 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:49, 03:06](1587 MB) -PASS -- TEST 'control_c48_intel' [10:46, 09:11](1740 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 07:54](860 MB) -PASS -- TEST 'control_c192_intel' [12:00, 11:06](1732 MB) -PASS -- TEST 'control_c384_intel' [13:47, 12:10](2008 MB) -PASS -- TEST 'control_c384gdas_intel' [12:23, 09:20](1359 MB) -PASS -- TEST 'control_stochy_intel' [02:24, 01:47](644 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:57, 01:04](483 MB) -PASS -- TEST 'control_lndp_intel' [02:24, 01:41](652 MB) -PASS -- TEST 'control_iovr4_intel' [03:26, 02:39](644 MB) -PASS -- TEST 'control_iovr5_intel' [03:25, 02:39](642 MB) -PASS -- TEST 'control_p8_intel' [05:12, 03:25](1880 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:12, 03:24](1890 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:24, 03:14](1888 MB) -PASS -- TEST 'control_restart_p8_intel' [03:08, 01:57](1100 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:17, 03:19](1874 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:20, 01:55](1137 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:17, 03:26](1864 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:16, 03:32](1966 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:46](1891 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:26, 04:45](1950 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:26, 03:23](1893 MB) -PASS -- TEST 'merra2_thompson_intel' [05:40, 03:44](1897 MB) -PASS -- TEST 'regional_control_intel' [07:36, 06:14](1088 MB) -PASS -- TEST 'regional_restart_intel' [06:38, 03:43](1084 MB) -PASS -- TEST 'regional_decomp_intel' [07:36, 06:35](1076 MB) -PASS -- TEST 'regional_2threads_intel' [05:31, 04:35](1093 MB) -PASS -- TEST 'regional_noquilt_intel' [07:40, 06:13](1380 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:40, 06:09](1089 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:33, 06:15](1089 MB) -PASS -- TEST 'regional_wofs_intel' [09:02, 07:56](1908 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:17] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:25, 08:37](1063 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:57, 05:01](1306 MB) -PASS -- TEST 'rap_decomp_intel' [10:00, 08:44](1031 MB) -PASS -- TEST 'rap_2threads_intel' [09:52, 08:30](1170 MB) -PASS -- TEST 'rap_restart_intel' [06:29, 04:17](1047 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:05, 08:13](1052 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:57, 08:33](1024 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:28, 06:09](1070 MB) -PASS -- TEST 'hrrr_control_intel' [06:15, 04:15](1034 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:57, 04:19](1021 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:17, 04:03](1096 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:33, 02:23](951 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:20, 08:13](1047 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:30, 09:46](1992 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:29, 09:30](2025 MB) - -PASS -- COMPILE 'csawmg_intel' [12:11, 11:38] -PASS -- TEST 'control_csawmg_intel' [08:38, 06:39](1023 MB) -PASS -- TEST 'control_ras_intel' [05:23, 03:35](721 MB) - -PASS -- COMPILE 'wam_intel' [12:11, 11:35] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:45, 12:11](1667 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [20:11, 19:53] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:36, 03:24](1882 MB) -PASS -- TEST 'regional_control_faster_intel' [07:44, 06:11](1084 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 08:18] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:51, 02:44](1615 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:55, 02:37](1614 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:26, 03:10](816 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:27, 02:47](819 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:14](1138 MB) -PASS -- TEST 'control_ras_debug_intel' [03:26, 02:47](824 MB) -PASS -- TEST 'control_diag_debug_intel' [03:52, 02:47](1676 MB) -PASS -- TEST 'control_debug_p8_intel' [03:52, 03:06](1912 MB) -PASS -- TEST 'regional_debug_intel' [18:50, 17:25](1109 MB) -PASS -- TEST 'rap_control_debug_intel' [05:26, 04:49](1202 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:29, 04:46](1201 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:29, 04:47](1206 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:29, 04:51](1209 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:26, 04:57](1213 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:34, 06:12](1296 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:27, 05:30](1205 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 05:50](1203 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:25, 05:10](1212 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:33, 05:33](1207 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:28, 05:18](1207 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:42, 05:32](1212 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:42, 08:02](1200 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:30, 04:48](1195 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 05:58](1216 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:21, 04:51](1204 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:21, 08:24](1212 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 05:26] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:46, 13:31](1687 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:20] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:56, 04:41](1167 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:19, 06:56](996 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:40, 03:41](934 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:58, 07:06](1079 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:09, 03:35](957 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:28, 03:49](906 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [29:21, 05:13](982 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:55, 02:00](888 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:11, 18:22] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:52, 02:39](1177 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:51, 01:11](1135 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [07:42, 01:28](1087 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:33] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:28](982 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 05:15] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:49](1090 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:43](1091 MB) -PASS -- TEST 'conus13km_debug_intel' [15:48, 14:10](1240 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:48, 14:27](945 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:27](1182 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:45, 14:25](1306 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 05:07] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:57](1142 MB) - -PASS -- COMPILE 'hafsw_intel' [14:12, 13:16] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:17, 06:00](764 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:36, 06:14](1141 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:24, 07:26](841 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:11, 24:45](867 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [32:16, 28:36](894 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:04, 06:59](512 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:28, 08:19](525 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:54, 03:23](379 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:17, 09:26](485 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:51, 04:39](536 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:51, 04:25](535 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:50, 05:37](602 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:33, 01:32](417 MB) -PASS -- TEST 'gnv1_nested_intel' [20:10, 04:16](1728 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:11, 05:44] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [23:55, 13:08](598 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:13, 22:38] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:14, 13:01](761 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [34:59, 12:55](734 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:12, 13:20] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [33:58, 08:45](728 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:16, 13:03] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [34:20, 07:16](841 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [37:12, 07:17](812 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [42:58, 16:25](1206 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 08:08] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [24:20, 02:56](1156 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [13:23, 01:54](1118 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [28:19, 02:48](1026 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [28:21, 02:52](1018 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [28:19, 02:52](1027 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [27:21, 02:57](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [29:22, 02:56](1157 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [28:19, 02:48](1023 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [33:10, 06:26](1027 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [34:05, 06:24](1007 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [28:18, 02:55](1134 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:19](2444 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [29:20, 04:19](2388 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 05:39] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [31:20, 06:30](1081 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:12, 08:30] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [28:18, 02:56](1159 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:24] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [26:34, 01:02](250 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [25:26, 00:56](323 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:28, 00:36](318 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 12:22] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [27:10, 04:02](1980 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:13, 12:31] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [26:09, 03:50](1965 MB) - -PASS -- COMPILE 'atml_intel' [14:11, 13:42] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [27:31, 04:44](1877 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [27:32, 04:45](1874 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:50, 02:37](1080 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 06:56] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [26:24, 05:52](1901 MB) - -PASS -- COMPILE 'atmw_intel' [13:12, 12:41] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [20:17, 02:03](1920 MB) - -PASS -- COMPILE 'atmaero_intel' [13:12, 12:03] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [21:13, 04:29](1997 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [18:13, 05:14](1782 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [17:59, 05:18](1783 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 05:13] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [31:56, 20:52](4551 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:10, 16:24] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:41, 14:32](2094 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:47] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:42, 18:05](1960 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:11, 19:00](2129 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:06, 08:53](1217 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:41, 20:23](1880 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 19:47] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:43, 17:40](1951 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:37] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:49, 26:53](1944 MB) + +PASS -- COMPILE 's2swa_intel' [16:10, 16:08] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:36, 14:16](2140 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:40, 14:18](2135 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:43, 07:55](1810 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:36, 14:32](2167 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:43, 07:58](1716 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:34, 13:16](2434 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:34, 14:05](2132 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:37, 11:56](2042 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:38, 14:17](2148 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:42, 15:40](2718 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:02, 08:26](2724 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:01, 11:29](3662 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:34, 07:08](3542 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:26, 05:58](2116 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 15:34] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:22, 13:40](1981 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:28, 04:49](2044 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:10, 08:14] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:20, 08:50](2173 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:10, 07:16] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:00, 06:03](2018 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:10, 13:41] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:18, 04:39](2046 MB) + +PASS -- COMPILE 's2s_intel' [14:10, 14:05] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:56, 09:47](3109 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:00, 03:20](3091 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:01, 02:08](2546 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:11, 23:00] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:29, 14:31](2154 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 20:03] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:09, 18:07](1995 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:28, 08:54](1248 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:09, 20:20](1909 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 06:48] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:24, 28:48](1966 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:27, 03:37](689 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:41, 03:04](1593 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:10](1593 MB) +PASS -- TEST 'control_latlon_intel' [03:43, 03:05](1596 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:53, 03:06](1594 MB) +PASS -- TEST 'control_c48_intel' [10:49, 09:16](1740 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 07:56](856 MB) +PASS -- TEST 'control_c192_intel' [12:49, 11:10](1741 MB) +PASS -- TEST 'control_c384_intel' [14:48, 12:21](2022 MB) +PASS -- TEST 'control_c384gdas_intel' [12:28, 09:27](1360 MB) +PASS -- TEST 'control_stochy_intel' [02:22, 01:48](641 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:08](475 MB) +PASS -- TEST 'control_lndp_intel' [02:22, 01:42](643 MB) +PASS -- TEST 'control_iovr4_intel' [03:24, 02:38](639 MB) +PASS -- TEST 'control_iovr5_intel' [03:23, 02:39](643 MB) +PASS -- TEST 'control_p8_intel' [05:08, 03:26](1882 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:09, 03:25](1880 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:20, 03:15](1884 MB) +PASS -- TEST 'control_restart_p8_intel' [03:06, 02:01](1095 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:15, 03:22](1879 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:16, 01:57](1129 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:07, 03:22](1872 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:11, 03:40](1975 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:44, 05:49](1881 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 04:52](1952 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:21, 03:27](1895 MB) +PASS -- TEST 'merra2_thompson_intel' [05:34, 03:40](1895 MB) +PASS -- TEST 'regional_control_intel' [07:35, 06:17](1091 MB) +PASS -- TEST 'regional_restart_intel' [04:36, 03:29](1081 MB) +PASS -- TEST 'regional_decomp_intel' [07:37, 06:39](1081 MB) +PASS -- TEST 'regional_2threads_intel' [05:35, 04:36](1077 MB) +PASS -- TEST 'regional_noquilt_intel' [07:35, 06:19](1382 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:38, 06:17](1088 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 06:21](1093 MB) +PASS -- TEST 'regional_wofs_intel' [08:35, 07:33](1908 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 12:16] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:20, 08:16](1059 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:53, 05:01](1307 MB) +PASS -- TEST 'rap_decomp_intel' [10:02, 08:27](1020 MB) +PASS -- TEST 'rap_2threads_intel' [09:57, 08:14](1168 MB) +PASS -- TEST 'rap_restart_intel' [06:29, 04:16](1041 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:00, 08:11](1055 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:56, 08:28](1026 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:31, 06:09](1075 MB) +PASS -- TEST 'hrrr_control_intel' [05:58, 04:16](1029 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:57, 04:20](1015 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:13, 04:05](1103 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:39, 02:18](950 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:14, 08:03](1043 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 09:38](1989 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:26, 09:22](2026 MB) + +PASS -- COMPILE 'csawmg_intel' [12:11, 11:30] +PASS -- TEST 'control_csawmg_intel' [07:37, 06:32](1024 MB) +PASS -- TEST 'control_ras_intel' [04:23, 03:25](718 MB) + +PASS -- COMPILE 'wam_intel' [12:11, 11:30] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:43, 12:01](1665 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:39] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:19, 03:10](1891 MB) +PASS -- TEST 'regional_control_faster_intel' [06:33, 05:58](1082 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 08:02] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:47, 02:44](1611 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:52, 02:39](1611 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:25, 03:03](820 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:42](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:43, 04:18](1143 MB) +PASS -- TEST 'control_ras_debug_intel' [03:24, 02:48](822 MB) +PASS -- TEST 'control_diag_debug_intel' [03:49, 02:44](1683 MB) +PASS -- TEST 'control_debug_p8_intel' [03:49, 03:08](1919 MB) +PASS -- TEST 'regional_debug_intel' [18:47, 17:16](1098 MB) +PASS -- TEST 'rap_control_debug_intel' [05:27, 04:55](1210 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:44](1204 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:52](1209 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 05:14](1210 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 05:31](1207 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:32, 05:14](1294 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 04:57](1208 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 05:00](1207 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:20, 04:50](1211 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 05:00](1213 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:48](1203 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 04:49](1208 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:20, 08:01](1201 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:19, 04:50](1205 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 06:01](1211 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:20, 04:52](1213 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:19, 08:19](1211 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 05:04] ( 839 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:14] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 04:48](1167 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:12, 06:58](1012 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:16, 03:41](928 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:04, 07:05](1082 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:02, 03:33](956 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:59, 03:51](907 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:24, 05:13](981 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 02:00](882 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:10, 17:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:54, 02:36](1185 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:39, 01:13](1131 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:36, 01:30](1085 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:10, 11:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 04:29](978 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 05:11] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 04:43](1090 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:45](1086 MB) +PASS -- TEST 'conus13km_debug_intel' [14:49, 14:07](1245 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:47, 14:29](950 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:39, 08:31](1174 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:41, 14:44](1316 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:12] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:21, 04:54](1142 MB) + +PASS -- COMPILE 'hafsw_intel' [14:10, 13:26] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:09, 05:54](761 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:28, 06:10](1136 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:22, 07:22](840 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:15, 24:15](871 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:23, 29:02](886 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 06:59](515 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:26, 08:17](521 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:53, 03:22](382 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:13, 09:28](485 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:50, 04:37](540 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:54, 04:21](541 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 05:38](591 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:33](411 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:47] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:56, 12:56](603 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [22:10, 21:52] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:11, 12:47](676 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:01, 12:49](735 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:17] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:58, 08:45](726 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:10, 12:30] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:16, 07:14](833 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:16, 07:15](818 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:19](1200 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:16] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:56](1158 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:54](1108 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 02:47](1021 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:50](1024 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:52](1023 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:58](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:58](1149 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:51](1020 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:07, 06:28](1026 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:09, 06:22](1007 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:55](1154 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 04:16](2398 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:21](2345 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 05:44] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:29](1076 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 07:48] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:57](1154 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:18] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:01](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:56](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:37](319 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 11:59] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:03, 04:00](1984 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:10, 12:19] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:54](1955 MB) + +PASS -- COMPILE 'atml_intel' [14:10, 13:40] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:21, 04:47](1872 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:25, 04:46](1870 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:47](1083 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:10, 06:45] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:26, 05:52](1906 MB) + +PASS -- COMPILE 'atmw_intel' [13:10, 12:32] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:16, 02:04](1919 MB) + +PASS -- COMPILE 'atmaero_intel' [12:10, 12:06] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:09, 04:33](1989 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:18, 05:14](1775 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:58, 05:17](1800 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:10, 04:56] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:49, 20:46](4552 MB) SYNOPSIS: -Starting Date/Time: 20240729 07:28:02 -Ending Date/Time: 20240729 09:28:56 -Total Time: 02h:01m:46s +Starting Date/Time: 20240731 09:22:04 +Ending Date/Time: 20240731 10:52:07 +Total Time: 01h:30m:46s Compiles Completed: 41/41 -Tests Completed: 185/185 +Tests Completed: 183/185 +Failed Tests: +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /work2/noaa/stmp/zshrader/orion/rt-2373/tests/logs/log_orion/run_control_wam_debug_intel.log +* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /work2/noaa/stmp/zshrader/orion/rt-2373/tests/logs/log_orion/run_gnv1_nested_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF ORION REGRESSION TESTING LOG==== +====START OF ORION REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +619de9c8122177396890d13cd5c4ba97ccb5032b + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1813348 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 'wam_debug_intel' [06:10, 05:35] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:41, 14:00](1695 MB) + +PASS -- COMPILE 'hafsw_intel' [14:11, 13:28] ( 1 warnings 9 remarks ) +PASS -- TEST 'gnv1_nested_intel' [07:06, 04:19](1730 MB) + +SYNOPSIS: +Starting Date/Time: 20240731 16:42:20 +Ending Date/Time: 20240731 17:05:05 +Total Time: 00h:22m:56s +Compiles Completed: 2/2 +Tests Completed: 2/2 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 cb60b28f68..f62c9c31cf 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: -4124fe82547dcec17e208ff919f41db354b212e6 +619de9c8122177396890d13cd5c4ba97ccb5032b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,7 +11,7 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - a576dd33414bc550cb7a7da5dba044f5394a7756 FV3 (remotes/origin/dump_cpl_fields) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) @@ -35,241 +35,307 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_18190 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_135764 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:28, 11:23] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [31:39, 01:31](3102 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [27:46, 27:29] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:20, 01:59](1823 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [58:03, 02:28](1853 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [58:03, 01:59](981 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:21, 01:58](1793 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:42, 22:24] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:24, 01:08](1819 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:32, 16:07] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:36, 02:00](1843 MB) - -PASS -- COMPILE 's2swa_intel' [11:30, 11:12] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [32:36, 01:36](3133 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [32:36, 01:56](3133 MB) -PASS -- TEST 'cpld_restart_p8_intel' [24:15, 01:09](3065 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [32:36, 01:36](3151 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [24:15, 01:42](3084 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [32:36, 01:05](3372 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [32:36, 01:33](3126 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [32:37, 01:34](3076 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [32:36, 01:57](3134 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [32:45, 04:36](4127 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:25, 05:43](4268 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [32:36, 01:58](3115 MB) - -PASS -- COMPILE 's2sw_intel' [11:28, 11:07] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [32:38, 00:54](1835 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [32:38, 01:04](1891 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:28, 10:35] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [32:38, 01:07](1893 MB) - -PASS -- COMPILE 's2s_intel' [11:28, 10:26] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [32:37, 01:06](2928 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [32:37, 01:30](2918 MB) -PASS -- TEST 'cpld_restart_c48_intel' [28:28, 01:04](2326 MB) - -PASS -- COMPILE 's2swa_faster_intel' [40:59, 40:29] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [03:01, 02:24](3130 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:42, 22:39] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:43, 01:05](1834 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [01:13, 01:24](1008 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [01:14, 01:39](1808 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:31, 15:37] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [16:07, 01:30](1865 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:24, 10:47] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [21:13, 00:20](572 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [21:12, 00:29](1469 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [21:12, 00:27](1478 MB) -PASS -- TEST 'control_latlon_intel' [21:13, 00:19](1469 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [21:13, 00:31](1472 MB) -PASS -- TEST 'control_c48_intel' [21:11, 01:06](1593 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [21:11, 00:53](715 MB) -PASS -- TEST 'control_c192_intel' [21:12, 00:27](1588 MB) -PASS -- TEST 'control_c384_intel' [21:16, 01:22](1910 MB) -PASS -- TEST 'control_c384gdas_intel' [21:17, 02:02](1088 MB) -PASS -- TEST 'control_stochy_intel' [21:12, 00:24](530 MB) -PASS -- TEST 'control_stochy_restart_intel' [18:43, 01:03](332 MB) -PASS -- TEST 'control_lndp_intel' [21:13, 00:30](527 MB) -PASS -- TEST 'control_iovr4_intel' [21:12, 00:44](524 MB) -PASS -- TEST 'control_iovr5_intel' [21:12, 00:42](525 MB) -PASS -- TEST 'control_p8_intel' [21:12, 01:40](1765 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [21:13, 01:50](1772 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [21:12, 01:51](1775 MB) -PASS -- TEST 'control_restart_p8_intel' [15:55, 01:09](915 MB) -PASS -- TEST 'control_noqr_p8_intel' [21:12, 01:41](1761 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [15:55, 01:10](922 MB) -PASS -- TEST 'control_decomp_p8_intel' [21:13, 01:34](1761 MB) -PASS -- TEST 'control_2threads_p8_intel' [21:13, 01:06](1858 MB) -PASS -- TEST 'control_p8_lndp_intel' [21:13, 01:08](1770 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [21:13, 02:01](1823 MB) -PASS -- TEST 'control_p8_mynn_intel' [21:13, 01:42](1776 MB) -PASS -- TEST 'merra2_thompson_intel' [21:13, 01:39](1772 MB) -PASS -- TEST 'regional_control_intel' [21:12, 00:15](851 MB) -PASS -- TEST 'regional_restart_intel' [15:20, 00:33](837 MB) -PASS -- TEST 'regional_decomp_intel' [18:26, 00:51](847 MB) -PASS -- TEST 'regional_2threads_intel' [17:48, 00:50](903 MB) -PASS -- TEST 'regional_noquilt_intel' [17:39, 00:19](1169 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [17:39, 01:18](849 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [17:23, 01:08](853 MB) -PASS -- TEST 'regional_wofs_intel' [17:19, 00:48](1581 MB) - -PASS -- COMPILE 'rrfs_intel' [24:45, 24:18] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [07:52, 02:03](912 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:53, 01:03](1092 MB) -PASS -- TEST 'rap_decomp_intel' [06:30, 02:01](912 MB) -PASS -- TEST 'rap_2threads_intel' [06:12, 01:44](996 MB) -PASS -- TEST 'rap_restart_intel' [58:30, 01:28](784 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:44, 02:19](914 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:44, 02:02](910 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [56:07, 01:39](782 MB) -PASS -- TEST 'hrrr_control_intel' [05:29, 01:27](907 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:07, 01:02](908 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:53, 01:14](986 MB) -PASS -- TEST 'hrrr_control_restart_intel' [00:00, 01:18](735 MB) -PASS -- TEST 'rrfs_v1beta_intel' [04:13, 01:29](907 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [04:13, 01:16](1871 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [04:07, 01:31](1860 MB) - -PASS -- COMPILE 'csawmg_intel' [13:27, 13:11] -PASS -- TEST 'control_csawmg_intel' [17:17, 00:25](872 MB) -PASS -- TEST 'control_ras_intel' [17:13, 00:51](566 MB) - -PASS -- COMPILE 'wam_intel' [38:05, 37:46] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [53:33, 00:55](1568 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:36, 18:47] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:58, 02:03](1773 MB) -PASS -- TEST 'regional_control_faster_intel' [07:57, 00:21](848 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:19, 06:02] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [15:04, 01:16](1504 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [15:04, 01:22](1498 MB) -PASS -- TEST 'control_stochy_debug_intel' [15:04, 00:51](702 MB) -PASS -- TEST 'control_lndp_debug_intel' [15:04, 01:09](700 MB) -PASS -- TEST 'control_csawmg_debug_intel' [15:04, 00:22](1015 MB) -PASS -- TEST 'control_ras_debug_intel' [14:35, 00:59](710 MB) -PASS -- TEST 'control_diag_debug_intel' [14:24, 01:16](1565 MB) -PASS -- TEST 'control_debug_p8_intel' [14:14, 00:51](1805 MB) -PASS -- TEST 'regional_debug_intel' [13:07, 00:12](893 MB) -PASS -- TEST 'rap_control_debug_intel' [13:05, 00:45](1088 MB) -PASS -- TEST 'hrrr_control_debug_intel' [12:44, 00:49](1079 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [12:25, 00:49](1085 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:25, 00:45](1087 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:58, 00:39](1087 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:47, 00:35](1167 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:28, 00:37](1086 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:50, 00:35](1092 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:47, 00:38](1087 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:22, 00:42](1084 MB) -PASS -- TEST 'rap_noah_debug_intel' [10:22, 00:46](1084 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [10:10, 00:39](1086 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:08, 00:28](1084 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [10:04, 00:47](1080 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [10:02, 00:36](1092 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:35, 00:41](1092 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:33, 01:54](1093 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:21, 06:25] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [09:33, 00:26](1592 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:34, 13:52] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:51, 01:16](955 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:48, 02:18](791 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:41, 02:09](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:31, 02:02](853 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [02:27, 02:23](843 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [02:20, 01:51](786 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [55:19, 01:26](688 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [58:02, 00:28](670 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:41, 19:36] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [58:26, 01:25](1006 MB) -PASS -- TEST 'conus13km_2threads_intel' [54:07, 00:52](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [54:06, 00:41](886 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [21:49, 21:12] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [54:29, 01:16](814 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [23:54, 22:50] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [52:11, 00:55](961 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [52:11, 01:05](960 MB) -PASS -- TEST 'conus13km_debug_intel' [52:11, 01:05](1055 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [52:11, 00:53](726 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [52:12, 00:18](1051 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [52:11, 01:00](1121 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [26:56, 25:58] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [48:07, 00:47](994 MB) - -PASS -- COMPILE 'hafsw_intel' [25:45, 25:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [48:08, 01:59](613 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [48:08, 01:12](969 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [48:06, 01:49](662 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [48:06, 01:27](697 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [48:07, 01:23](713 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [48:06, 00:59](391 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [48:07, 02:16](403 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [48:07, 01:43](287 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [48:10, 02:20](374 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [48:06, 01:33](418 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [48:06, 00:49](418 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [48:08, 00:50](491 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [48:07, 00:25](313 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:27, 09:57] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [57:33, 01:17](525 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:45, 19:47] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [47:09, 00:48](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [47:09, 01:39](710 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [23:48, 22:36] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [42:04, 00:48](712 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:34, 13:52] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [48:34, 02:11](660 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [48:34, 02:10](650 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [48:32, 00:25](881 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:25, 10:44] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [46:46, 00:46](1827 MB) - -PASS -- COMPILE 'atml_intel' [16:32, 15:52] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [10:25, 09:56] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [17:31, 17:01] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [36:02, 01:21](3024 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [36:02, 01:49](2906 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [36:02, 01:47](2923 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:29, 06:25] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [44:43, 01:14](4438 MB) +PASS -- COMPILE 's2swa_32bit_intel' [31:50, 30:42] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [52:57, 01:57](3100 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:35, 18:10] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [52:16, 01:55](1824 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [34:19, 01:37](1849 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [34:19, 02:12](982 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:17, 01:29](1792 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [42:58, 42:13] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [27:53, 01:11](1821 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:31, 15:08] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [55:20, 01:46](1843 MB) + +PASS -- COMPILE 's2swa_intel' [30:47, 30:03] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [40:02, 01:36](3133 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [40:02, 01:48](3130 MB) +PASS -- TEST 'cpld_restart_p8_intel' [31:42, 01:04](3065 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [40:02, 01:34](3152 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [31:42, 00:59](3087 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [40:02, 01:01](3369 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [40:02, 01:45](3128 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [40:03, 01:35](3078 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [40:02, 01:49](3129 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [40:11, 04:01](4129 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:42, 04:25](4273 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [40:02, 01:50](3114 MB) + +PASS -- COMPILE 's2sw_intel' [12:28, 11:14] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [58:23, 00:49](1840 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [58:23, 00:58](1904 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:28, 13:20] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [56:22, 01:06](1899 MB) + +PASS -- COMPILE 's2s_intel' [22:38, 21:55] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [48:11, 01:00](2923 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [48:11, 01:27](2925 MB) +PASS -- TEST 'cpld_restart_c48_intel' [44:08, 01:11](2349 MB) + +PASS -- COMPILE 's2swa_faster_intel' [30:48, 30:01] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [40:02, 01:55](3132 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:34, 18:11] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [52:17, 00:47](1843 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [35:04, 01:26](1008 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:05, 01:41](1802 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [28:50, 28:29] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:33, 00:42](1863 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [34:52, 34:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [19:50, 00:22](568 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [19:50, 00:35](1463 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [19:50, 00:24](1475 MB) +PASS -- TEST 'control_latlon_intel' [19:20, 00:20](1478 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [18:56, 00:32](1471 MB) +PASS -- TEST 'control_c48_intel' [18:45, 01:11](1592 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [18:45, 00:50](715 MB) +PASS -- TEST 'control_c192_intel' [18:45, 00:40](1593 MB) +PASS -- TEST 'control_c384_intel' [18:36, 01:37](1903 MB) +PASS -- TEST 'control_c384gdas_intel' [18:32, 02:04](1089 MB) +PASS -- TEST 'control_stochy_intel' [18:26, 00:27](529 MB) +PASS -- TEST 'control_stochy_restart_intel' [16:01, 01:01](333 MB) +PASS -- TEST 'control_lndp_intel' [18:21, 00:30](528 MB) +PASS -- TEST 'control_iovr4_intel' [17:52, 00:44](527 MB) +PASS -- TEST 'control_iovr5_intel' [17:52, 00:43](521 MB) +PASS -- TEST 'control_p8_intel' [17:32, 01:38](1770 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [16:44, 01:49](1765 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [16:44, 01:57](1772 MB) +PASS -- TEST 'control_restart_p8_intel' [12:25, 01:00](917 MB) +PASS -- TEST 'control_noqr_p8_intel' [16:44, 01:31](1759 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [11:43, 00:41](925 MB) +PASS -- TEST 'control_decomp_p8_intel' [16:44, 01:25](1761 MB) +PASS -- TEST 'control_2threads_p8_intel' [16:43, 01:02](1855 MB) +PASS -- TEST 'control_p8_lndp_intel' [16:42, 01:04](1777 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [16:42, 02:04](1830 MB) +PASS -- TEST 'control_p8_mynn_intel' [16:39, 01:43](1778 MB) +PASS -- TEST 'merra2_thompson_intel' [16:37, 01:42](1778 MB) +PASS -- TEST 'regional_control_intel' [15:56, 00:12](849 MB) +PASS -- TEST 'regional_restart_intel' [10:14, 00:28](852 MB) +PASS -- TEST 'regional_decomp_intel' [15:56, 00:55](852 MB) +PASS -- TEST 'regional_2threads_intel' [15:43, 00:56](904 MB) +PASS -- TEST 'regional_noquilt_intel' [15:33, 00:19](1173 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [15:20, 00:23](849 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [15:04, 00:15](855 MB) +PASS -- TEST 'regional_wofs_intel' [15:03, 00:52](1576 MB) + +PASS -- COMPILE 'rrfs_intel' [21:41, 20:26] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [33:37, 01:42](914 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [33:38, 01:03](1087 MB) +PASS -- TEST 'rap_decomp_intel' [33:37, 01:26](913 MB) +PASS -- TEST 'rap_2threads_intel' [33:37, 01:45](997 MB) +PASS -- TEST 'rap_restart_intel' [24:34, 01:33](785 MB) +PASS -- TEST 'rap_sfcdiff_intel' [33:37, 02:10](909 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [33:37, 01:55](911 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [24:03, 01:43](782 MB) +PASS -- TEST 'hrrr_control_intel' [33:37, 01:02](904 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [33:37, 00:56](908 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [33:38, 01:24](991 MB) +PASS -- TEST 'hrrr_control_restart_intel' [28:32, 01:05](737 MB) +PASS -- TEST 'rrfs_v1beta_intel' [33:37, 02:08](907 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [33:37, 01:00](1872 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [33:37, 01:17](1859 MB) + +PASS -- COMPILE 'csawmg_intel' [11:25, 11:05] +PASS -- TEST 'control_csawmg_intel' [40:52, 00:29](872 MB) +PASS -- TEST 'control_ras_intel' [40:52, 00:52](565 MB) + +PASS -- COMPILE 'wam_intel' [09:24, 08:31] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [42:52, 00:55](1572 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:34, 13:52] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [33:09, 02:03](1774 MB) +PASS -- TEST 'regional_control_faster_intel' [32:39, 00:21](848 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [19:35, 18:23] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [23:16, 01:14](1499 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [23:16, 01:17](1501 MB) +PASS -- TEST 'control_stochy_debug_intel' [23:16, 00:44](701 MB) +PASS -- TEST 'control_lndp_debug_intel' [23:16, 01:00](703 MB) +PASS -- TEST 'control_csawmg_debug_intel' [23:16, 00:26](1012 MB) +PASS -- TEST 'control_ras_debug_intel' [23:16, 01:01](711 MB) +PASS -- TEST 'control_diag_debug_intel' [23:16, 01:12](1559 MB) +PASS -- TEST 'control_debug_p8_intel' [23:16, 00:54](1796 MB) +PASS -- TEST 'regional_debug_intel' [23:15, 00:11](903 MB) +PASS -- TEST 'rap_control_debug_intel' [23:16, 00:44](1084 MB) +PASS -- TEST 'hrrr_control_debug_intel' [23:16, 00:49](1078 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [23:16, 00:45](1087 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [23:16, 00:42](1083 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [23:16, 00:43](1082 MB) +PASS -- TEST 'rap_diag_debug_intel' [23:16, 00:34](1164 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [23:16, 00:37](1086 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [23:13, 00:36](1090 MB) +PASS -- TEST 'rap_lndp_debug_intel' [14:24, 00:47](1086 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [14:24, 00:51](1085 MB) +PASS -- TEST 'rap_noah_debug_intel' [14:24, 00:54](1082 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [13:28, 00:42](1082 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:25, 00:25](1080 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [12:05, 00:47](1078 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [11:45, 00:33](1090 MB) +PASS -- TEST 'rap_flake_debug_intel' [11:22, 00:41](1090 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:21, 01:51](1091 MB) + +PASS -- COMPILE 'wam_debug_intel' [22:43, 22:00] ( 825 warnings 1 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:33, 13:32] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [25:29, 01:16](954 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [25:28, 01:20](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [25:28, 02:00](787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [25:28, 01:49](856 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [25:29, 02:17](844 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [25:28, 01:51](786 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:09, 01:34](688 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [11:05, 00:17](670 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [23:42, 22:30] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [10:46, 01:05](1003 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:48, 01:00](1009 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [06:47, 00:47](887 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [18:44, 17:47] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:44, 01:21](812 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [31:59, 31:28] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [01:37, 00:55](964 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [01:37, 01:04](960 MB) +PASS -- TEST 'conus13km_debug_intel' [01:37, 01:05](1056 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [01:37, 00:57](725 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [01:38, 00:23](1057 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [01:37, 01:00](1122 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:35, 10:24] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:11, 00:56](991 MB) + +PASS -- COMPILE 'hafsw_intel' [22:37, 22:21] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:18, 02:04](615 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:18, 01:09](972 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [05:16, 01:37](664 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [05:16, 01:30](698 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [05:17, 01:56](711 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:16, 01:03](389 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:17, 02:01](405 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:17, 01:35](285 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [05:20, 02:14](374 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:16, 00:37](413 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:16, 00:52](416 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:18, 00:56](494 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:17, 00:28](325 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [19:41, 19:23] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [05:49, 01:16](527 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [25:43, 25:28] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [57:36, 01:33](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [57:36, 01:32](712 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:36, 14:05] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:56, 00:56](708 MB) + +PASS -- COMPILE 'hafs_all_intel' [21:39, 20:53] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [56:30, 01:49](662 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [56:30, 01:44](648 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [56:28, 00:21](880 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:30, 11:09] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:26, 00:46](1824 MB) + +PASS -- COMPILE 'atml_intel' [26:48, 25:34] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [14:30, 14:15] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [16:30, 15:25] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [50:22, 01:02](3025 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [50:22, 01:34](2904 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [50:22, 01:21](2920 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:22, 08:46] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [57:05, 01:30](4437 MB) SYNOPSIS: -Starting Date/Time: 20240729 13:15:36 -Ending Date/Time: 20240729 14:41:50 -Total Time: 01h:26m:50s +Starting Date/Time: 20240731 13:48:54 +Ending Date/Time: 20240731 15:30:17 +Total Time: 01h:42m:25s Compiles Completed: 33/33 -Tests Completed: 156/156 +Tests Completed: 155/156 +Failed Tests: +* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/dpsarmie/ufs-weather-model/tests/logs/log_wcoss2/run_control_wam_debug_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF WCOSS2 REGRESSION TESTING LOG==== +====START OF WCOSS2 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +619de9c8122177396890d13cd5c4ba97ccb5032b + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_238998 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-n) - RUN SINGLE TEST: control_wam_debug +* (-e) - USE ECFLOW + +PASS -- COMPILE 'wam_debug_intel' [04:17, 03:54] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [40:01, 01:01](1599 MB) + +SYNOPSIS: +Starting Date/Time: 20240731 16:15:42 +Ending Date/Time: 20240731 16:37:16 +Total Time: 00h:21m:56s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/parm/diag_table/diag_table_cpld.IN b/tests/parm/diag_table/diag_table_cpld.IN index 2a602d9d93..002b47673e 100644 --- a/tests/parm/diag_table/diag_table_cpld.IN +++ b/tests/parm/diag_table/diag_table_cpld.IN @@ -76,6 +76,7 @@ "gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "delz", "delz", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "omga", "omga", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 diff --git a/tests/parm/diag_table/diag_table_template b/tests/parm/diag_table/diag_table_template index 37f7765f67..75ee3bd7a3 100644 --- a/tests/parm/diag_table/diag_table_template +++ b/tests/parm/diag_table/diag_table_template @@ -75,6 +75,7 @@ "gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "delz", "delz", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "omga", "omga", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 diff --git a/tests/parm/diag_table/diag_table_thompson b/tests/parm/diag_table/diag_table_thompson index 588b58b98f..8e2b41b279 100644 --- a/tests/parm/diag_table/diag_table_thompson +++ b/tests/parm/diag_table/diag_table_thompson @@ -102,6 +102,7 @@ "gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "delz", "delz", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "omga", "omga", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 diff --git a/tests/parm/diag_table/diag_table_wam b/tests/parm/diag_table/diag_table_wam index a86571b34e..273fc78ee1 100644 --- a/tests/parm/diag_table/diag_table_wam +++ b/tests/parm/diag_table/diag_table_wam @@ -21,11 +21,12 @@ "gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "graupel", "grle", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "spo3", "o3mr", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "spo2", "spfo2", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "spo", "spfo", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "spo2", "spfo2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "spo", "spfo", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "delz", "delz", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "omga", "omga", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 "gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 diff --git a/tests/parm/global_control.nml.IN b/tests/parm/global_control.nml.IN index a2d45053bf..ecdc0c5d0b 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -49,6 +49,7 @@ hydrostatic = @[HYDROSTATIC] phys_hydrostatic = .false. use_hydro_pressure = .false. + pass_full_omega_to_physics_in_non_hydrostatic_mode = @[UPDATE_FULL_OMEGA] beta = 0. a_imp = 1. p_fac = 0.1 diff --git a/tests/test_changes.list b/tests/test_changes.list index e69de29bb2..c413127f2a 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -0,0 +1,77 @@ +cpld_control_p8_mixedmode intel +cpld_control_gfsv17 intel +cpld_control_gfsv17_iau intel +cpld_restart_gfsv17 intel +cpld_mpi_gfsv17 intel +cpld_control_sfs intel +cpld_debug_gfsv17 intel +cpld_control_p8 intel +cpld_control_p8.v2.sfc intel +cpld_restart_p8 intel +cpld_control_qr_p8 intel +cpld_restart_qr_p8 intel +cpld_2threads_p8 intel +cpld_decomp_p8 intel +cpld_mpi_p8 intel +cpld_control_ciceC_p8 intel +cpld_control_c192_p8 intel +cpld_restart_c192_p8 intel +cpld_bmark_p8 intel +cpld_restart_bmark_p8 intel +cpld_s2sa_p8 intel +cpld_control_noaero_p8 intel +cpld_control_nowave_noaero_p8 intel +cpld_debug_p8 intel +cpld_debug_noaero_p8 intel +cpld_control_noaero_p8_agrid intel +cpld_control_c48 intel +cpld_warmstart_c48 intel +cpld_restart_c48 intel +cpld_control_p8_faster intel +cpld_control_pdlib_p8 intel +cpld_restart_pdlib_p8 intel +cpld_mpi_pdlib_p8 intel +cpld_debug_pdlib_p8 intel +control_CubedSphereGrid intel +control_CubedSphereGrid_parallel intel +control_latlon intel +control_wrtGauss_netcdf_parallel intel +control_c48 intel +control_c192 intel +control_c384 intel +control_p8 intel +control_p8.v2.sfc intel +control_p8_ugwpv1 intel +control_restart_p8 intel +control_noqr_p8 intel +control_restart_noqr_p8 intel +control_decomp_p8 intel +control_2threads_p8 intel +control_p8_lndp intel +control_p8_rrtmgp intel +control_p8_mynn intel +control_wam intel +control_p8_faster intel +control_CubedSphereGrid_debug intel +control_wrtGauss_netcdf_parallel_debug intel +control_diag_debug intel +control_debug_p8 intel +atm_ds2s_docn_pcice intel +atm_ds2s_docn_dice intel +control_p8_atmlnd_sbs intel +control_p8_atmlnd intel +control_restart_p8_atmlnd intel +control_p8_atmlnd_debug intel +atmwav_control_noaero_p8 intel +atmaero_control_p8 intel +atmaero_control_p8_rad intel +control_c48 gnu +control_p8 gnu +control_p8_ugwpv1 gnu +control_diag_debug gnu +control_debug_p8 gnu +control_wam_debug gnu +cpld_control_nowave_noaero_p8 gnu +cpld_control_pdlib_p8 gnu +cpld_debug_pdlib_p8 gnu + diff --git a/tests/tests/cpld_control_gfsv17 b/tests/tests/cpld_control_gfsv17 index 01426380af..eb1b30790d 100644 --- a/tests/tests/cpld_control_gfsv17 +++ b/tests/tests/cpld_control_gfsv17 @@ -123,7 +123,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN #GFSv17 settings export PROGSIGMA=.true. -export IOPT_DIAG=1 +export IOPT_DIAG=2 if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 diff --git a/tests/tests/cpld_control_gfsv17_iau b/tests/tests/cpld_control_gfsv17_iau index 3e59cabc9c..dbf82fe08c 100644 --- a/tests/tests/cpld_control_gfsv17_iau +++ b/tests/tests/cpld_control_gfsv17_iau @@ -126,7 +126,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN #GFSv17 settings export PROGSIGMA=.true. -export IOPT_DIAG=1 +export IOPT_DIAG=2 #IAU export CHOUR=12 diff --git a/tests/tests/cpld_control_sfs b/tests/tests/cpld_control_sfs index 428f1a1a65..362e5a112d 100644 --- a/tests/tests/cpld_control_sfs +++ b/tests/tests/cpld_control_sfs @@ -82,7 +82,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN #GFSv17 settings export PROGSIGMA=.true. -export IOPT_DIAG=1 +export IOPT_DIAG=2 if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 diff --git a/tests/tests/cpld_debug_gfsv17 b/tests/tests/cpld_debug_gfsv17 index 7152ceb68c..37220564ac 100644 --- a/tests/tests/cpld_debug_gfsv17 +++ b/tests/tests/cpld_debug_gfsv17 @@ -102,7 +102,7 @@ export KNOB_UGWP_NDX4LH=4 #GFSv17 settings export PROGSIGMA=.true. -export IOPT_DIAG=1 +export IOPT_DIAG=2 export WW3_DOMAIN=global_270k export MESH_WAV=mesh.${WW3_DOMAIN}.nc diff --git a/tests/tests/cpld_mpi_gfsv17 b/tests/tests/cpld_mpi_gfsv17 index 1f204a4aaa..6fc53f2686 100644 --- a/tests/tests/cpld_mpi_gfsv17 +++ b/tests/tests/cpld_mpi_gfsv17 @@ -130,7 +130,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN #GFSv17 settings export PROGSIGMA=.true. -export IOPT_DIAG=1 +export IOPT_DIAG=2 # HR4 GFSv17 GWD update export DO_UGWP_V0=.false. diff --git a/tests/tests/cpld_restart_gfsv17 b/tests/tests/cpld_restart_gfsv17 index ad4a7be818..924c60a9b7 100644 --- a/tests/tests/cpld_restart_gfsv17 +++ b/tests/tests/cpld_restart_gfsv17 @@ -132,7 +132,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN #GFSv17 settings export PROGSIGMA=.true. -export IOPT_DIAG=1 +export IOPT_DIAG=2 # HR4 GFSv17 GWD update export DO_UGWP_V0=.false. diff --git a/tests/tests/gnv1_nested b/tests/tests/gnv1_nested index a35fffedf5..28047bdac4 100644 --- a/tests/tests/gnv1_nested +++ b/tests/tests/gnv1_nested @@ -192,7 +192,7 @@ export LHEATSTRG=.false. export LSEASPRAY=.false. export IMFDEEPCNV=5 export IMFDEEPCNV_NEST02=5 -export IOPT_DIAG=1 +export IOPT_DIAG=2 export NSTF_NAME=2,0,0,0,0 export EFFR_IN=.true. export RES_LATLON_DYNAMICS='""' From 74abf0f163214d0b78b6f06d7a60f89db3b86d58 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 6 Aug 2024 10:40:14 -0400 Subject: [PATCH 2/6] initialize scalar field when created for non-CSG (cube-sphere grid) components (#2370) * UFSWM - * CICE - initialize scalar field when created * MOM6 - initialize scalar field when created * WW3 - initialize scalar field when created --- CICE-interface/CICE | 2 +- MOM6-interface/MOM6 | 2 +- WW3 | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 62 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 30 +- .../OpnReqTests_regional_control_hera.log | 38 +- tests/logs/RegressionTests_acorn.log | 593 ++++++-------- tests/logs/RegressionTests_derecho.log | 580 +++++++------ tests/logs/RegressionTests_gaea.log | 621 +++++++------- tests/logs/RegressionTests_hera.log | 765 +++++++++--------- tests/logs/RegressionTests_hercules.log | 730 ++++++++--------- tests/logs/RegressionTests_jet.log | 559 +++++++------ tests/logs/RegressionTests_orion.log | 619 +++++++------- tests/logs/RegressionTests_wcoss2.log | 530 ++++++------ tests/rt.conf | 2 +- 15 files changed, 2459 insertions(+), 2676 deletions(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 9452de8c3c..2ffee5cd48 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 9452de8c3cb43fb2628f0722e6a51f79429d2160 +Subproject commit 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index b32aea7bf3..4b8777eb08 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit b32aea7bf3f9e2a774afa23d3386c88156cd1182 +Subproject commit 4b8777eb08b065d8a95e5317b6270a7a67ccf93e diff --git a/WW3 b/WW3 index d9b3172f41..7f548c795a 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit d9b3172f4197c65d471662c6952a668152d71230 +Subproject commit 7f548c795a348bbb0fe4967dd25692c79036dc73 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index b52438f989..24f6aeb1e1 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Jul 31 16:54:12 UTC 2024 +Mon Aug 5 13:20:26 UTC 2024 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_3750971/bit_base_bit_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/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 = 279.178521 - 0: The maximum resident set size (KB) = 1452196 + 0: The total amount of wall time = 275.232912 + 0: The maximum resident set size (KB) = 1454960 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_3750971/dbg_base_dbg_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/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 = 980.789299 - 0: The maximum resident set size (KB) = 1438832 + 0: The total amount of wall time = 990.929727 + 0: The maximum resident set size (KB) = 1452048 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_3750971/dcp_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/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 = 250.532991 - 0: The maximum resident set size (KB) = 1435764 + 0: The total amount of wall time = 249.842884 + 0: The maximum resident set size (KB) = 1447064 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_3750971/mpi_mpi +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/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 = 252.858828 - 0: The maximum resident set size (KB) = 1423936 + 0: The total amount of wall time = 251.717479 + 0: The maximum resident set size (KB) = 1430488 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_3750971/rst_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/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 = 250.469720 - 0: The maximum resident set size (KB) = 1435444 + 0: The total amount of wall time = 250.675414 + 0: The maximum resident set size (KB) = 1431300 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_3750971/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/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 = 251.094450 - 0: The maximum resident set size (KB) = 1435512 + 0: The total amount of wall time = 248.017536 + 0: The maximum resident set size (KB) = 1436404 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_3750971/thr_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/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 = 250.907119 - 0: The maximum resident set size (KB) = 1424508 + 0: The total amount of wall time = 249.324976 + 0: The maximum resident set size (KB) = 1431388 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Jul 31 18:06:20 UTC 2024 -Elapsed time: 01h:12m:08s. Have a nice day! +Mon Aug 5 14:26:37 UTC 2024 +Elapsed time: 01h:06m:13s. 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 b2c3bea61e..057d916e36 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Jul 31 15:34:20 UTC 2024 +Mon Aug 5 20:25:41 UTC 2024 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_3296517/dbg_base_dbg_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3648314/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 = 1598.613826 - 0: The maximum resident set size (KB) = 1535936 + 0: The total amount of wall time = 1456.394419 + 0: The maximum resident set size (KB) = 1531368 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_3296517/rst_rst +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3648314/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 = 726.442492 - 0: The maximum resident set size (KB) = 1538112 + 0: The total amount of wall time = 434.948106 + 0: The maximum resident set size (KB) = 1537108 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_3296517/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3648314/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 = 465.781642 - 0: The maximum resident set size (KB) = 1538556 + 0: The total amount of wall time = 436.362270 + 0: The maximum resident set size (KB) = 1517024 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Jul 31 16:54:12 UTC 2024 -Elapsed time: 01h:19m:53s. Have a nice day! +Mon Aug 5 22:04:47 UTC 2024 +Elapsed time: 01h:39m:08s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 3e72d37929..03e41e3bb2 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed Jul 31 13:03:37 UTC 2024 +Mon Aug 5 17:40:12 UTC 2024 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_500215/bit_base_bit_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1711172/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 = 1465.693547 - 0: The maximum resident set size (KB) = 757880 + 0: The total amount of wall time = 1408.629188 + 0: The maximum resident set size (KB) = 768992 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_500215/dcp_dcp +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1711172/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 = 2169.422270 - 0: The maximum resident set size (KB) = 729460 + 0: The total amount of wall time = 2173.644662 + 0: The maximum resident set size (KB) = 708900 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_500215/std_base_std_base +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1711172/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 = 2264.677203 - 0: The maximum resident set size (KB) = 730040 + 0: The total amount of wall time = 2162.607714 + 0: The maximum resident set size (KB) = 716328 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_500215/thr_thr +baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1711172/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 = 2181.123987 - 0: The maximum resident set size (KB) = 735016 + 0: The total amount of wall time = 2154.653116 + 0: The maximum resident set size (KB) = 707252 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Jul 31 15:34:18 UTC 2024 -Elapsed time: 02h:30m:42s. Have a nice day! +Mon Aug 5 20:20:41 UTC 2024 +Elapsed time: 02h:40m:29s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index fb5048da8d..cf536a8d6c 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,13 +1,13 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +1d72e10c471068cdf993bc535757009c7d8230d0 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) @@ -21,11 +21,11 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,344 +36,273 @@ 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-20240730 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1128655 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3669415 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:24, 11:09] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [56:47, 02:34](3214 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:30, 16:27] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [50:41, 03:03](1922 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:40, 02:47](1967 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [23:57, 03:15](1091 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [50:42, 03:29](1898 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:30, 16:18] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [51:41, 01:24](1918 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:53] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [02:53, 02:50](1962 MB) - -PASS -- COMPILE 's2swa_intel' [11:26, 11:09] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [56:45, 01:31](3244 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [56:45, 01:32](3241 MB) -PASS -- TEST 'cpld_restart_p8_intel' [40:39, 01:11](3176 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [56:45, 01:57](3265 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [42:56, 01:51](3191 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [56:45, 01:15](3475 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [56:45, 01:11](3235 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [56:46, 01:41](3185 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [56:45, 01:41](3243 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [56:45, 01:54](3223 MB) - -PASS -- COMPILE 's2sw_intel' [11:25, 10:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [56:46, 01:55](1933 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [56:46, 02:13](2004 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:24, 10:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [56:47, 01:28](1994 MB) - -PASS -- COMPILE 's2s_intel' [10:24, 09:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [57:46, 00:57](2948 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [57:46, 01:28](2945 MB) -PASS -- TEST 'cpld_restart_c48_intel' [53:21, 01:41](2360 MB) - -PASS -- COMPILE 's2swa_faster_intel' [15:29, 15:02] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [52:42, 01:51](3237 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:31, 15:51] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [51:40, 01:27](1938 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [27:55, 01:08](1102 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:29, 01:00](1910 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:17, 04:31] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [57:35, 00:59](1981 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:25, 10:16] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [44:37, 00:29](670 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [43:01, 01:07](1572 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [43:00, 00:38](1579 MB) -PASS -- TEST 'control_latlon_intel' [42:34, 01:02](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [41:19, 01:12](1575 MB) -PASS -- TEST 'control_c48_intel' [40:18, 00:41](1612 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [39:22, 00:55](733 MB) -PASS -- TEST 'control_c192_intel' [39:18, 01:05](1692 MB) -PASS -- TEST 'control_c384_intel' [38:11, 02:17](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [37:53, 02:46](1190 MB) -PASS -- TEST 'control_stochy_intel' [37:37, 00:34](628 MB) -PASS -- TEST 'control_stochy_restart_intel' [21:54, 00:38](434 MB) -PASS -- TEST 'control_lndp_intel' [35:34, 01:13](630 MB) -PASS -- TEST 'control_iovr4_intel' [33:25, 00:42](624 MB) -PASS -- TEST 'control_iovr5_intel' [31:50, 00:46](624 MB) -PASS -- TEST 'control_p8_intel' [30:45, 02:16](1868 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [30:32, 02:37](1869 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [29:52, 02:16](1871 MB) -PASS -- TEST 'control_restart_p8_intel' [16:48, 02:08](1020 MB) -PASS -- TEST 'control_noqr_p8_intel' [29:43, 01:46](1861 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [16:48, 02:13](1024 MB) -PASS -- TEST 'control_decomp_p8_intel' [29:42, 01:38](1864 MB) -PASS -- TEST 'control_2threads_p8_intel' [28:49, 01:59](1960 MB) -PASS -- TEST 'control_p8_lndp_intel' [28:42, 00:23](1873 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [28:12, 02:36](1923 MB) -PASS -- TEST 'control_p8_mynn_intel' [26:49, 02:05](1882 MB) -PASS -- TEST 'merra2_thompson_intel' [26:29, 02:19](1871 MB) -PASS -- TEST 'regional_control_intel' [25:51, 00:13](871 MB) -PASS -- TEST 'regional_restart_intel' [20:02, 00:42](880 MB) -PASS -- TEST 'regional_decomp_intel' [24:52, 00:49](881 MB) -PASS -- TEST 'regional_2threads_intel' [24:41, 01:09](1004 MB) -PASS -- TEST 'regional_noquilt_intel' [23:29, 01:07](1195 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [23:06, 00:38](872 MB) -PASS -- TEST 'regional_wofs_intel' [22:29, 00:39](1603 MB) - -PASS -- COMPILE 'ifi_intel' [09:21, 08:36] ( 1 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [48:11, 01:09](873 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [48:11, 00:14](873 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [48:12, 00:40](1001 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 09:40] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [46:23, 02:12](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [46:24, 01:23](1193 MB) -PASS -- TEST 'rap_decomp_intel' [46:23, 02:24](1010 MB) -PASS -- TEST 'rap_2threads_intel' [46:23, 01:50](1095 MB) -PASS -- TEST 'rap_restart_intel' [21:43, 02:44](890 MB) -PASS -- TEST 'rap_sfcdiff_intel' [46:23, 03:09](1009 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [46:23, 01:59](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [20:55, 02:48](892 MB) -PASS -- TEST 'hrrr_control_intel' [46:23, 02:43](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [46:23, 02:10](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [46:24, 02:51](1084 MB) -PASS -- TEST 'hrrr_control_restart_intel' [20:26, 00:39](838 MB) -PASS -- TEST 'rrfs_v1beta_intel' [19:29, 02:54](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [19:10, 01:21](1969 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [18:39, 00:48](1959 MB) - -PASS -- COMPILE 'csawmg_intel' [09:22, 08:59] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [47:25, 00:54](969 MB) -PASS -- TEST 'control_ras_intel' [47:25, 00:26](658 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:23, 11:02] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [40:52, 02:10](3214 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 16:07] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [35:47, 02:46](1922 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [09:50, 02:31](1965 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:49, 03:11](1071 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:48, 02:38](1901 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:29, 16:15] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [35:47, 00:52](1922 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:17, 04:50] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [46:59, 02:37](1965 MB) + +PASS -- COMPILE 's2swa_intel' [11:23, 10:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [40:52, 01:34](3243 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [40:52, 02:25](3238 MB) +PASS -- TEST 'cpld_restart_p8_intel' [25:50, 02:07](3175 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [40:52, 01:10](3266 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [28:01, 02:07](3194 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [40:52, 01:55](3479 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [40:52, 01:51](3235 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [40:53, 01:17](3185 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [40:52, 02:22](3244 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [40:52, 02:03](3223 MB) + +PASS -- COMPILE 's2sw_intel' [11:24, 10:35] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [40:51, 01:54](1932 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [40:51, 02:14](2004 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [41:52, 02:19](1993 MB) + +PASS -- COMPILE 's2s_intel' [10:23, 09:57] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [41:51, 00:56](2944 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [41:51, 01:28](2952 MB) +PASS -- TEST 'cpld_restart_c48_intel' [37:24, 01:27](2363 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:30, 15:39] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [35:45, 02:28](3240 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:30, 15:50] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [35:45, 01:34](1939 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:47, 01:50](1122 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [08:30, 01:35](1905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:17, 04:30] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:41, 01:34](1983 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:24, 10:14] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [28:55, 00:52](669 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [25:37, 01:04](1572 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [25:37, 00:30](1579 MB) +PASS -- TEST 'control_latlon_intel' [25:32, 00:44](1575 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [25:22, 01:10](1575 MB) +PASS -- TEST 'control_c48_intel' [24:57, 01:02](1617 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [23:59, 01:05](734 MB) +PASS -- TEST 'control_c192_intel' [22:34, 00:51](1692 MB) +PASS -- TEST 'control_c384_intel' [22:34, 01:56](2002 MB) +PASS -- TEST 'control_c384gdas_intel' [21:56, 03:08](1198 MB) +PASS -- TEST 'control_stochy_intel' [19:36, 01:07](628 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:57, 00:44](433 MB) +PASS -- TEST 'control_lndp_intel' [18:32, 01:03](630 MB) +PASS -- TEST 'control_iovr4_intel' [15:37, 00:38](624 MB) +PASS -- TEST 'control_iovr5_intel' [15:43, 00:59](623 MB) +PASS -- TEST 'control_p8_intel' [15:39, 02:32](1869 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [15:36, 02:25](1871 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [13:52, 02:00](1870 MB) +PASS -- TEST 'control_restart_p8_intel' [03:09, 02:20](1021 MB) +PASS -- TEST 'control_noqr_p8_intel' [13:33, 02:03](1860 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:50, 02:04](1002 MB) +PASS -- TEST 'control_decomp_p8_intel' [13:32, 02:24](1856 MB) +PASS -- TEST 'control_2threads_p8_intel' [13:28, 01:59](1957 MB) +PASS -- TEST 'control_p8_lndp_intel' [12:41, 00:27](1868 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:24, 02:20](1924 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:29, 02:36](1882 MB) +PASS -- TEST 'merra2_thompson_intel' [10:27, 03:01](1871 MB) +PASS -- TEST 'regional_control_intel' [10:10, 00:16](870 MB) +PASS -- TEST 'regional_restart_intel' [02:17, 00:35](861 MB) +PASS -- TEST 'regional_decomp_intel' [08:26, 00:53](872 MB) +PASS -- TEST 'regional_2threads_intel' [07:56, 00:50](1005 MB) +PASS -- TEST 'regional_noquilt_intel' [07:12, 01:11](1196 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:05, 00:33](872 MB) +PASS -- TEST 'regional_wofs_intel' [07:04, 01:03](1599 MB) + +PASS -- COMPILE 'ifi_intel' [09:22, 08:32] ( 1 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [32:29, 00:20](872 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [32:29, 00:12](875 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [32:30, 00:38](1011 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 09:36] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [31:17, 01:14](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [31:18, 01:11](1189 MB) +PASS -- TEST 'rap_decomp_intel' [31:17, 01:47](1010 MB) +PASS -- TEST 'rap_2threads_intel' [31:17, 02:37](1094 MB) +PASS -- TEST 'rap_restart_intel' [06:59, 02:34](888 MB) +PASS -- TEST 'rap_sfcdiff_intel' [31:17, 02:42](1009 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:17, 01:25](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:21, 02:16](889 MB) +PASS -- TEST 'hrrr_control_intel' [31:17, 02:24](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [31:17, 02:38](1004 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [31:18, 02:47](1086 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:03, 00:25](841 MB) +PASS -- TEST 'rrfs_v1beta_intel' [31:17, 02:43](1004 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [03:37, 00:37](1969 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [03:28, 00:31](1957 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 08:56] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [31:29, 00:52](967 MB) +PASS -- TEST 'control_ras_intel' [31:29, 00:53](659 MB) PASS -- COMPILE 'wam_intel' [09:22, 08:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [47:24, 00:40](1667 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:27, 12:43] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [18:06, 02:05](1868 MB) -PASS -- TEST 'regional_control_faster_intel' [16:47, 01:09](868 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [32:49, 05:44] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [16:20, 00:49](1615 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [16:20, 00:57](1617 MB) -PASS -- TEST 'control_stochy_debug_intel' [16:02, 00:39](818 MB) -PASS -- TEST 'control_lndp_debug_intel' [16:06, 00:20](813 MB) -PASS -- TEST 'control_csawmg_debug_intel' [15:53, 01:02](1126 MB) -PASS -- TEST 'control_ras_debug_intel' [15:50, 01:05](820 MB) -PASS -- TEST 'control_diag_debug_intel' [14:42, 00:51](1680 MB) -PASS -- TEST 'control_debug_p8_intel' [14:19, 00:40](1906 MB) -PASS -- TEST 'regional_debug_intel' [13:49, 00:37](948 MB) -PASS -- TEST 'rap_control_debug_intel' [13:44, 00:58](1199 MB) -PASS -- TEST 'hrrr_control_debug_intel' [13:30, 01:08](1194 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [13:07, 00:45](1198 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:36, 01:10](1197 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:37, 00:49](1195 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:16, 01:30](1277 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:35, 00:37](1195 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:34, 00:57](1203 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:34, 01:04](1198 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:34, 01:08](1196 MB) -PASS -- TEST 'rap_noah_debug_intel' [10:04, 00:26](1193 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:48, 00:36](1195 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:29, 00:51](1196 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:51, 00:50](1191 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:25, 01:05](1197 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:23, 00:35](1203 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:13, 02:44](1200 MB) - -PASS -- COMPILE 'wam_debug_intel' [55:12, 03:53] ( 840 warnings 1 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [59:19, 08:56] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [52:22, 00:57](1054 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [52:21, 01:55](885 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [52:21, 03:27](886 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [52:21, 02:38](953 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [52:22, 01:56](939 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [52:21, 03:16](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [16:09, 02:30](797 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [17:24, 01:14](769 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [02:18, 11:59] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [48:20, 01:17](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [16:43, 00:47](1081 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [16:42, 00:37](976 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [57:12, 09:04] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [51:00, 00:46](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [51:08, 04:03] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [56:16, 00:56](1075 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [56:16, 00:50](1071 MB) -PASS -- TEST 'conus13km_debug_intel' [56:16, 00:29](1163 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [56:16, 00:47](855 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [56:17, 01:15](1147 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [56:16, 00:43](1251 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [51:08, 03:44] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [56:16, 00:48](1096 MB) - -PASS -- COMPILE 'hafsw_intel' [57:12, 10:33] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [49:13, 01:55](706 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [49:13, 00:58](1055 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [49:11, 01:21](760 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [49:11, 01:54](791 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [49:12, 01:35](813 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [49:11, 00:52](480 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [49:12, 01:31](502 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [49:12, 01:05](388 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [49:15, 02:34](448 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [49:11, 01:37](514 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [49:11, 01:21](514 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [49:13, 01:39](583 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [49:12, 00:51](417 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_debug_intel' [50:05, 04:10] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [56:18, 01:11](689 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [57:13, 13:46] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [44:06, 01:22](625 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [43:36, 01:08](802 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [29:44, 10:18] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [50:09, 01:07](795 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:23, 09:34] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [40:16, 01:40](755 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [39:47, 01:37](740 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [37:43, 00:15](896 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:24, 09:36] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [35:22, 00:34](771 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [13:40, 00:21](744 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [35:24, 00:13](648 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [33:52, 01:10](649 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [33:47, 00:17](650 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [32:13, 00:32](769 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [31:43, 00:41](768 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [30:16, 01:12](651 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [29:42, 01:20](691 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [28:37, 01:19](670 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [27:37, 00:37](768 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [27:02, 00:37](2034 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [24:34, 00:39](2036 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:24, 09:17] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [24:04, 00:54](771 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:14, 01:05] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [54:01, 00:42](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [54:01, 00:14](450 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [50:29, 00:41](450 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:42, 09:34] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [23:43, 01:39](1925 MB) - -PASS -- COMPILE 'atml_intel' [49:03, 10:49] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [03:18, 02:11](1894 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [03:18, 02:06](1896 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [54:53, 00:53](1044 MB) - -PASS -- COMPILE 'atml_debug_intel' [41:57, 04:37] ( 883 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:03, 02:01](1938 MB) - -PASS -- COMPILE 'atmw_intel' [46:00, 09:26] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:05, 02:33](1904 MB) - -PASS -- COMPILE 'atmaero_intel' [44:59, 09:18] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:10, 01:49](3132 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [04:10, 02:11](3016 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [04:10, 02:09](3025 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [38:54, 03:50] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [09:29, 01:54](4564 MB) +PASS -- TEST 'control_wam_intel' [31:30, 00:19](1666 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:27, 12:45] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:22, 02:11](1866 MB) +PASS -- TEST 'regional_control_faster_intel' [03:08, 00:49](866 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [33:47, 05:42] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [01:59, 00:34](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [01:37, 01:24](1618 MB) +PASS -- TEST 'control_stochy_debug_intel' [01:28, 01:02](815 MB) +PASS -- TEST 'control_lndp_debug_intel' [01:28, 00:18](812 MB) +PASS -- TEST 'control_csawmg_debug_intel' [01:06, 00:30](1124 MB) +PASS -- TEST 'control_ras_debug_intel' [00:43, 01:14](828 MB) +PASS -- TEST 'control_diag_debug_intel' [00:26, 01:02](1680 MB) +PASS -- TEST 'control_debug_p8_intel' [00:13, 01:00](1910 MB) +PASS -- TEST 'regional_debug_intel' [00:03, 00:50](933 MB) +PASS -- TEST 'rap_control_debug_intel' [59:57, 00:34](1197 MB) +PASS -- TEST 'hrrr_control_debug_intel' [59:34, 00:43](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [57:50, 01:00](1197 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [57:58, 01:07](1199 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [57:21, 00:17](1195 MB) +PASS -- TEST 'rap_diag_debug_intel' [57:06, 01:09](1278 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [57:00, 00:54](1196 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [56:59, 01:09](1201 MB) +PASS -- TEST 'rap_lndp_debug_intel' [55:58, 01:10](1198 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [55:53, 00:22](1197 MB) +PASS -- TEST 'rap_noah_debug_intel' [55:35, 00:38](1193 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [55:17, 00:37](1193 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [55:12, 00:23](1195 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [54:20, 01:00](1190 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [54:29, 00:50](1199 MB) +PASS -- TEST 'rap_flake_debug_intel' [54:14, 00:53](1203 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [53:59, 03:04](1199 MB) + +PASS -- COMPILE 'wam_debug_intel' [50:05, 03:49] ( 840 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [45:41, 00:55](1706 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [56:14, 09:00] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [39:32, 00:53](1055 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [39:31, 02:06](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [39:31, 04:15](888 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [39:31, 02:15](951 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [39:32, 02:44](940 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [39:31, 03:44](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [19:41, 02:41](796 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:22, 00:15](769 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [58:16, 11:55] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [37:29, 00:40](1094 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:40, 00:39](1078 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:39, 01:14](978 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [53:11, 09:04] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [39:19, 01:29](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [47:01, 03:53] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [44:28, 00:46](1074 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [44:28, 00:55](1067 MB) +PASS -- TEST 'conus13km_debug_intel' [44:28, 00:25](1168 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [44:28, 01:01](855 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [44:29, 00:57](1150 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [44:28, 00:39](1251 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [47:03, 03:47] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [44:26, 00:39](1093 MB) + +PASS -- COMPILE 'hafsw_intel' [54:10, 10:23] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [37:10, 01:30](706 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [37:10, 00:27](1055 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [37:08, 01:24](763 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [37:08, 01:48](798 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:09, 01:53](955 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [37:08, 00:56](483 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [37:09, 01:41](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [37:09, 01:19](386 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [37:12, 03:01](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [37:08, 01:14](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [37:08, 01:27](515 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [37:09, 00:48](578 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [37:08, 01:20](415 MB) +PASS -- TEST 'gnv1_nested_intel' [37:07, 03:37](1712 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [47:05, 04:15] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [43:25, 00:44](685 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [53:11, 13:45] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [33:19, 01:34](625 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [33:19, 01:47](798 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [25:40, 10:13] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [36:20, 01:40](796 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:23, 09:49] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [30:46, 01:53](758 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [29:15, 01:57](743 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [29:09, 00:44](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:23, 09:17] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [27:02, 00:50](769 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [19:35, 00:34](756 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [25:18, 00:45](652 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [24:52, 00:55](647 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [24:02, 00:52](649 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [22:15, 00:42](768 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [22:07, 01:02](756 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [22:02, 00:50](648 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [20:33, 01:52](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [18:53, 01:13](680 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [18:07, 00:28](767 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [17:30, 00:25](2037 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [17:25, 00:58](2034 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:24, 09:22] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [16:46, 00:47](768 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [09:22, 01:05] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [16:39, 01:14](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [15:52, 00:38](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [11:19, 01:10](450 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:29, 09:43] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [14:43, 01:02](1930 MB) + +PASS -- COMPILE 'atml_intel' [16:30, 10:38] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:44, 02:25](1895 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [14:34, 02:16](1895 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:05, 01:14](1047 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:23, 04:33] ( 883 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [13:39, 02:08](1934 MB) + +PASS -- COMPILE 'atmw_intel' [15:29, 09:26] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [13:07, 02:40](1905 MB) + +PASS -- COMPILE 'atmaero_intel' [39:55, 09:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [56:22, 01:51](3130 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [56:22, 02:01](3015 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [56:22, 02:10](3025 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [33:47, 03:52] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [01:30, 01:45](4543 MB) SYNOPSIS: -Starting Date/Time: 20240731 13:51:30 -Ending Date/Time: 20240731 16:18:19 -Total Time: 02h:27m:14s +Starting Date/Time: 20240805 16:07:25 +Ending Date/Time: 20240805 18:26:20 +Total Time: 02h:19m:22s Compiles Completed: 38/38 -Tests Completed: 177/179 -Failed Tests: -* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/dpsarmie/ufs-weather-model/tests/logs/log_acorn/run_control_wam_debug_intel.log -* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/dpsarmie/ufs-weather-model/tests/logs/log_acorn/run_gnv1_nested_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF ACORN REGRESSION TESTING LOG==== -====START OF ACORN REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1769361 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-l) - USE CONFIG FILE: rt.test -* (-e) - USE ECFLOW - -PASS -- COMPILE 'wam_debug_intel' [04:16, 03:51] ( 840 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [03:14, 00:46](1702 MB) - -PASS -- COMPILE 'hafsw_intel' [11:24, 10:36] ( 2 warnings 8 remarks ) -PASS -- TEST 'gnv1_nested_intel' [56:06, 03:33](1710 MB) - -SYNOPSIS: -Starting Date/Time: 20240731 16:52:30 -Ending Date/Time: 20240731 17:15:35 -Total Time: 00h:23m:11s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Tests Completed: 179/179 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index e49fb23fde..338b1c2749 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,13 +1,13 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) @@ -21,11 +21,11 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,289 +36,288 @@ 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-20240730 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_118977 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_117686 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [49:21, 21:52] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:32, 05:56](3201 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [52:23, 24:30] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:21, 14:33](1914 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:44, 16:01](1947 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:32, 08:06](1081 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:03, 16:33](1889 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [51:23, 23:59] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:17, 14:22](1911 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [39:20, 12:21] ( 1530 warnings 1948 remarks ) - -PASS -- COMPILE 's2swa_intel' [49:30, 21:41] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:11, 08:17](3225 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:38, 07:40](3225 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:23, 04:07](3158 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:51, 07:41](3250 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:54, 04:00](3188 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:23, 06:32](3726 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:11, 07:49](3217 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:13, 05:32](3536 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:36, 07:53](3236 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:29, 11:52](3812 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:53, 06:43](3626 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [33:46, 12:50](4522 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [38:01, 07:21](4671 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:10, 05:57](3210 MB) - -PASS -- COMPILE 's2sw_intel' [47:29, 20:30] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:44, 04:54](1920 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:54, 05:08](1992 MB) - -PASS -- COMPILE 's2swa_debug_intel' [39:26, 12:06] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:18, 08:22](3300 MB) - -PASS -- COMPILE 's2sw_debug_intel' [38:28, 11:28] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:24, 05:55](1964 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [43:26, 16:06] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:03, 04:50](1991 MB) - -PASS -- COMPILE 's2s_intel' [44:22, 16:27] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:11, 06:51](2953 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:09, 02:32](2951 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:07, 01:44](2370 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:15, 26:13] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:19, 06:26](3231 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:21, 22:29] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:37, 14:53](1943 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [22:42, 09:03](1118 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [10:02, 16:58](1905 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:13, 11:15] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:40, 23:47](1966 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:14, 15:30] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:40, 03:29](673 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:23, 02:37](1569 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:37, 02:35](1567 MB) -PASS -- TEST 'control_latlon_intel' [05:23, 02:30](1571 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:26, 02:31](1574 MB) -PASS -- TEST 'control_c48_intel' [34:17, 06:09](1620 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [33:36, 05:26](734 MB) -PASS -- TEST 'control_c192_intel' [12:11, 09:08](1695 MB) -PASS -- TEST 'control_c384_intel' [19:09, 09:07](2016 MB) -PASS -- TEST 'control_c384gdas_intel' [17:13, 07:34](1200 MB) -PASS -- TEST 'control_stochy_intel' [03:40, 01:29](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:41, 01:06](439 MB) -PASS -- TEST 'control_lndp_intel' [03:42, 01:27](624 MB) -PASS -- TEST 'control_iovr4_intel' [03:51, 02:10](624 MB) -PASS -- TEST 'control_iovr5_intel' [03:45, 02:12](622 MB) -PASS -- TEST 'control_p8_intel' [05:37, 03:23](1873 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:36, 03:15](1861 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:35, 03:19](1866 MB) -PASS -- TEST 'control_restart_p8_intel' [05:24, 02:11](1017 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:00, 03:12](1864 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [08:41, 02:03](1019 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:00, 03:22](1864 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:52, 03:02](1955 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:56, 05:05](1869 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:11, 04:05](1925 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:24, 03:22](1877 MB) -PASS -- TEST 'merra2_thompson_intel' [07:01, 03:41](1869 MB) -PASS -- TEST 'regional_control_intel' [08:17, 05:13](875 MB) -PASS -- TEST 'regional_restart_intel' [04:59, 03:15](872 MB) -PASS -- TEST 'regional_decomp_intel' [08:06, 05:35](876 MB) -PASS -- TEST 'regional_noquilt_intel' [07:03, 05:08](1197 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:56, 05:03](880 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:48, 05:06](873 MB) -PASS -- TEST 'regional_wofs_intel' [08:51, 05:57](1607 MB) - -PASS -- COMPILE 'rrfs_intel' [15:19, 13:19] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:35, 06:47](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 04:12](1191 MB) -PASS -- TEST 'rap_decomp_intel' [09:35, 07:00](1005 MB) -PASS -- TEST 'rap_2threads_intel' [09:34, 06:20](1096 MB) -PASS -- TEST 'rap_restart_intel' [05:16, 03:15](879 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:36, 06:50](1004 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:36, 07:05](1008 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:16, 04:54](879 MB) -PASS -- TEST 'hrrr_control_intel' [07:13, 03:41](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:13, 03:28](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:42, 02:57](1084 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:48, 01:48](836 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:43, 06:42](998 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:15, 08:02](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:14, 07:50](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [14:13, 11:30] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:08, 06:48](962 MB) -PASS -- TEST 'control_ras_intel' [08:41, 02:56](655 MB) - -PASS -- COMPILE 'wam_intel' [12:19, 11:01] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [32:06, 11:11](1661 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:21, 17:17] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [08:43, 03:05](1872 MB) -PASS -- TEST 'regional_control_faster_intel' [07:02, 04:59](879 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:20, 12:51] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [08:17, 02:40](1613 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [21:44, 02:33](1610 MB) -PASS -- TEST 'control_stochy_debug_intel' [09:35, 02:53](816 MB) -PASS -- TEST 'control_lndp_debug_intel' [22:37, 02:45](808 MB) -PASS -- TEST 'control_csawmg_debug_intel' [23:57, 04:49](1124 MB) -PASS -- TEST 'control_ras_debug_intel' [21:03, 02:48](818 MB) -PASS -- TEST 'control_diag_debug_intel' [22:46, 02:43](1671 MB) -PASS -- TEST 'control_debug_p8_intel' [21:34, 03:25](1906 MB) -PASS -- TEST 'regional_debug_intel' [21:54, 16:56](929 MB) -PASS -- TEST 'rap_control_debug_intel' [23:13, 05:01](1195 MB) -PASS -- TEST 'hrrr_control_debug_intel' [23:11, 05:03](1188 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [21:11, 04:38](1196 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [21:09, 04:41](1192 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [20:00, 04:51](1192 MB) -PASS -- TEST 'rap_diag_debug_intel' [20:46, 05:05](1279 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [19:05, 04:48](1197 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [19:02, 05:01](1193 MB) -PASS -- TEST 'rap_lndp_debug_intel' [18:06, 04:58](1189 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [18:06, 05:07](1192 MB) -PASS -- TEST 'rap_noah_debug_intel' [16:18, 04:36](1192 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [16:01, 05:01](1192 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [19:04, 07:44](1189 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [16:20, 04:46](1188 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [16:06, 05:37](1192 MB) -PASS -- TEST 'rap_flake_debug_intel' [14:11, 04:42](1191 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:38, 08:02](1194 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:13, 07:01] ( 844 warnings 1 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:13, 11:19] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [28:36, 03:32](1055 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:25, 06:09](880 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:30, 02:52](883 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:07, 05:15](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:12, 03:16](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:24, 02:59](880 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:59, 04:01](791 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:35, 01:40](771 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:00, 15:24] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [13:13, 01:52](1085 MB) -PASS -- TEST 'conus13km_2threads_intel' [09:11, 01:03](1082 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [47:10, 01:10](973 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [04:55, 11:23] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [15:53, 03:41](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [34:04, 07:18] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:29, 04:42](1068 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:49, 04:52](1067 MB) -PASS -- TEST 'conus13km_debug_intel' [38:37, 14:01](1172 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [19:41, 13:40](840 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:20, 08:01](1151 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [37:21, 13:15](1220 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [35:02, 06:58] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [28:38, 04:49](1099 MB) - -PASS -- COMPILE 'hafsw_intel' [46:17, 18:38] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:44, 06:43](719 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [16:15, 05:45](1072 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [21:41, 09:14](774 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [24:59, 12:19](799 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:23, 13:32](811 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:13, 08:37](477 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:29, 10:30](493 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:30, 04:14](390 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [17:30, 09:50](457 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:20, 04:07](513 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:46, 04:16](516 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:43, 05:35](583 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:33, 01:22](430 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_debug_intel' [35:05, 08:30] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:23, 12:58](632 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [51:07, 27:22] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:33, 08:54](630 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:30, 09:43](686 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [42:14, 19:24] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:33, 07:03](677 MB) - -PASS -- COMPILE 'hafs_all_intel' [38:05, 16:13] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:43, 09:56](754 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:56, 09:08](741 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [28:51, 19:38](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [30:13, 08:44] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [30:48, 03:06](770 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:37](758 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [31:13, 02:56](648 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [29:50, 02:32](647 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [29:53, 02:45](646 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [29:53, 02:47](766 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [29:55, 02:39](766 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [29:50, 02:43](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [30:09, 06:05](695 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [31:13, 05:52](683 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [29:37, 02:43](768 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [31:40, 04:10](2033 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [30:02, 04:28](2032 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [29:28, 06:10] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [33:01, 05:21](753 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [27:22, 08:46] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [29:54, 02:41](755 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [32:22, 02:52] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:13, 01:24](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:47, 01:17](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:45, 01:03](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [43:27, 14:29] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:40, 05:02](1922 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [41:23, 12:40] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:57, 06:02](1900 MB) - -PASS -- COMPILE 'atml_intel' [43:19, 16:01] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:53, 09:01](1890 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:50, 09:40](1890 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:20, 05:22](1039 MB) - -PASS -- COMPILE 'atml_debug_intel' [37:24, 10:05] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:51, 07:08](1938 MB) - -PASS -- COMPILE 'atmw_intel' [41:26, 14:23] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:28, 03:25](1891 MB) - -PASS -- COMPILE 'atmaero_intel' [32:25, 12:51] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:56, 06:39](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:26, 06:41](2994 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:17, 06:47](3007 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [25:23, 08:28] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [26:46, 22:51](4516 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:16, 21:01] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:22, 07:10](3202 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:18, 23:41] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:53, 15:05](1914 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:37, 15:56](1948 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:33, 07:51](1069 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:40, 16:54](1890 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:18, 23:07] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:07, 14:25](1916 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:15, 11:12] ( 1530 warnings 1948 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_gfsv17_intel' [, ]( MB) + +PASS -- COMPILE 's2swa_intel' [22:16, 20:59] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:24, 08:22](3225 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:37, 08:14](3222 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:34, 04:05](3158 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:24, 07:52](3254 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:24, 03:48](3188 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:19, 08:05](3733 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:08, 07:10](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:08, 06:48](3540 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:41, 07:53](3234 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:54, 11:38](3811 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:30, 06:16](3628 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [30:20, 12:01](4525 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [28:36, 07:32](4671 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:09, 07:54](3209 MB) + +PASS -- COMPILE 's2sw_intel' [20:15, 19:24] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:28, 05:01](1924 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 05:04](1991 MB) + +PASS -- COMPILE 's2swa_debug_intel' [12:13, 11:09] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:54, 08:12](3295 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:15, 10:31] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:24, 06:28](1960 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:16, 15:18] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:11, 05:28](1991 MB) + +PASS -- COMPILE 's2s_intel' [16:14, 15:27] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:03, 06:36](2949 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:12, 02:21](2948 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:07, 01:47](2365 MB) + +PASS -- COMPILE 's2swa_faster_intel' [26:21, 25:40] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:22, 06:25](3233 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:21, 21:41] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:43, 15:38](1946 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:03, 08:07](1109 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:47, 17:10](1906 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:18, 10:38] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:33, 24:03](1964 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:19, 15:37] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:39, 03:37](673 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:53, 02:35](1573 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 02:26](1567 MB) +PASS -- TEST 'control_latlon_intel' [04:04, 02:24](1564 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:04, 02:25](1568 MB) +PASS -- TEST 'control_c48_intel' [08:18, 06:02](1620 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:32, 05:16](735 MB) +PASS -- TEST 'control_c192_intel' [11:45, 09:08](1688 MB) +PASS -- TEST 'control_c384_intel' [15:37, 09:08](2011 MB) +PASS -- TEST 'control_c384gdas_intel' [15:56, 07:36](1195 MB) +PASS -- TEST 'control_stochy_intel' [02:39, 01:24](628 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:41, 00:51](436 MB) +PASS -- TEST 'control_lndp_intel' [02:40, 01:19](627 MB) +PASS -- TEST 'control_iovr4_intel' [03:49, 02:04](625 MB) +PASS -- TEST 'control_iovr5_intel' [03:47, 02:07](619 MB) +PASS -- TEST 'control_p8_intel' [06:29, 03:51](1864 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:46, 03:32](1873 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:47, 03:37](1864 MB) +PASS -- TEST 'control_restart_p8_intel' [04:15, 02:05](1015 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:37, 03:29](1861 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:24, 02:11](1012 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:36, 03:43](1864 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:36, 03:36](1951 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:26, 05:09](1868 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:34, 04:16](1924 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:42, 03:24](1876 MB) +PASS -- TEST 'merra2_thompson_intel' [06:23, 03:44](1868 MB) +PASS -- TEST 'regional_control_intel' [06:53, 05:17](872 MB) +PASS -- TEST 'regional_restart_intel' [04:58, 03:01](872 MB) +PASS -- TEST 'regional_decomp_intel' [06:53, 05:24](871 MB) +PASS -- TEST 'regional_noquilt_intel' [06:55, 05:09](1192 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:53, 05:03](872 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:58, 05:08](881 MB) +PASS -- TEST 'regional_wofs_intel' [06:53, 05:40](1607 MB) + +PASS -- COMPILE 'rrfs_intel' [14:19, 12:52] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:32, 06:16](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:48, 03:53](1197 MB) +PASS -- TEST 'rap_decomp_intel' [08:32, 06:34](1005 MB) +PASS -- TEST 'rap_2threads_intel' [08:32, 05:49](1099 MB) +PASS -- TEST 'rap_restart_intel' [05:08, 03:13](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:33, 06:17](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:33, 06:35](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:09, 04:37](882 MB) +PASS -- TEST 'hrrr_control_intel' [05:15, 03:23](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:15, 03:17](1004 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:15, 03:02](1088 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:47, 01:46](836 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:34, 06:11](999 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:11, 07:31](1959 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:12, 07:04](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [12:19, 11:07] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:03, 06:36](965 MB) +PASS -- TEST 'control_ras_intel' [04:39, 03:05](659 MB) + +PASS -- COMPILE 'wam_intel' [11:18, 10:36] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:38, 11:36](1655 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:19, 17:02] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:44, 03:17](1870 MB) +PASS -- TEST 'regional_control_faster_intel' [06:56, 04:46](879 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:20, 12:12] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:07, 02:32](1602 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:03, 02:31](1612 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:37, 02:50](812 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:32, 02:38](808 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:56, 04:45](1123 MB) +PASS -- TEST 'control_ras_debug_intel' [04:31, 02:36](817 MB) +PASS -- TEST 'control_diag_debug_intel' [05:06, 02:33](1671 MB) +PASS -- TEST 'control_debug_p8_intel' [06:05, 03:51](1903 MB) +PASS -- TEST 'regional_debug_intel' [18:57, 17:18](927 MB) +PASS -- TEST 'rap_control_debug_intel' [06:31, 04:40](1192 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:33, 04:42](1189 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:43, 04:37](1190 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 04:38](1196 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:45, 05:06](1194 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:18, 05:03](1273 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:39, 04:54](1196 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:44, 04:50](1193 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:38, 04:49](1193 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:33, 04:42](1191 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:32, 04:38](1193 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:32, 04:54](1191 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:41, 07:56](1189 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:42, 04:33](1189 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:41, 05:26](1193 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:39, 05:01](1192 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:15, 08:02](1198 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:12, 06:43] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:22, 12:15](1699 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:13, 10:51] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:38, 04:03](1057 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:08, 06:17](879 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:59, 03:43](879 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:24, 05:21](942 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:58, 03:00](936 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:08, 03:02](880 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:13, 04:16](792 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:34, 01:32](774 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:19, 14:46] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:32, 02:03](1084 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:35, 00:56](1083 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:30, 01:06](972 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:21, 10:52] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:01, 03:53](910 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:17, 06:42] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:41, 04:27](1069 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:44, 04:25](1067 MB) +PASS -- TEST 'conus13km_debug_intel' [15:59, 13:47](1150 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:08, 13:25](834 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:47, 07:53](1150 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:35, 13:35](1223 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:17, 06:28] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:45, 04:38](1094 MB) + +PASS -- COMPILE 'hafsw_intel' [19:19, 18:05] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:52, 04:31](715 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:09, 05:04](1069 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:47, 06:25](777 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:41, 11:20](799 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:00, 12:27](807 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:10, 04:38](476 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:39, 05:42](492 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:03, 02:15](391 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:51, 06:09](461 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:58, 03:17](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:17, 03:05](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:25, 03:48](589 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:12](429 MB) +PASS -- TEST 'gnv1_nested_intel' [07:35, 04:02](1714 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:17, 07:44] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:16, 12:05](636 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [27:23, 26:15] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:27, 07:22](632 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:01, 07:34](686 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:20, 19:19] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:57, 05:40](682 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:19, 15:25] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:02](750 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:38, 06:02](741 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:26, 16:52](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:19, 08:24] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:40, 02:28](769 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:39, 01:32](756 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:49, 02:19](649 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:39, 02:23](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:30, 02:27](645 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:34, 02:42](768 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:35, 02:43](768 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:28, 02:31](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:21, 05:46](698 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:01, 05:44](679 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:29](769 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:34, 03:52](2034 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:39, 03:52](2035 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:19, 05:56] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:34, 05:05](753 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:17, 08:15] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:36, 02:28](766 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:18, 02:39] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 01:06](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:09, 01:03](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:44](453 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:19, 13:01] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:26, 03:54](1916 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:18, 11:40] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:32, 04:13](1899 MB) + +PASS -- COMPILE 'atml_intel' [15:21, 14:46] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:36, 06:45](1887 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:25, 06:20](1891 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:24, 03:38](1018 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:19, 09:25] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:13, 06:09](1936 MB) + +PASS -- COMPILE 'atmw_intel' [14:21, 13:42] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:20, 02:07](1890 MB) + +PASS -- COMPILE 'atmaero_intel' [13:18, 12:11] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:00, 04:32](3122 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:55, 04:25](2993 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:34](3008 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:17, 07:29] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:32, 21:59](4530 MB) SYNOPSIS: -Starting Date/Time: 20240731 08:43:44 -Ending Date/Time: 20240731 20:26:26 -Total Time: 11h:43m:35s +Starting Date/Time: 20240805 06:52:14 +Ending Date/Time: 20240805 08:28:48 +Total Time: 01h:37m:26s Compiles Completed: 41/41 -Tests Completed: 181/183 +Tests Completed: 183/184 Failed Tests: -* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /glade/work/zshrader/rt-2373/tests/logs/log_derecho/run_control_wam_debug_intel.log -* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /glade/work/zshrader/rt-2373/tests/logs/log_derecho/run_gnv1_nested_intel.log +* TEST cpld_debug_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /glade/work/zshrader/rt-2370/tests/logs/log_derecho/run_cpld_debug_gfsv17_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -331,13 +330,13 @@ Result: FAILURE ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) @@ -351,11 +350,11 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -366,25 +365,22 @@ 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-20240730 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_30140 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_6646 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 'wam_debug_intel' [07:12, 06:23] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [13:52, 12:24](1698 MB) - -PASS -- COMPILE 'hafsw_intel' [18:14, 17:33] ( 6 warnings 9 remarks ) -PASS -- TEST 'gnv1_nested_intel' [07:19, 04:04](1712 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [55:26, 11:41] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:07, 22:28](1944 MB) SYNOPSIS: -Starting Date/Time: 20240801 06:59:02 -Ending Date/Time: 20240801 07:26:00 -Total Time: 00h:27m:11s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Starting Date/Time: 20240805 12:17:56 +Ending Date/Time: 20240805 13:42:51 +Total Time: 01h:25m:29s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 67bdbf63d9..d1fb44cf8b 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,13 +1,13 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) @@ -21,11 +21,11 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,357 +36,286 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_40274 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_84360 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, 19:00] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:27, 08:10](3201 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:12, 25:34] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:32, 13:56](1915 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:35, 15:40](1952 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:27, 07:32](1077 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:26, 15:03](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:12, 22:23] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:47, 13:41](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [14:15, 13:15] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:26, 24:16](1936 MB) - -PASS -- COMPILE 's2swa_intel' [19:11, 18:18] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:18, 08:07](3229 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:24, 08:00](3229 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:32, 05:03](3159 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [17:26, 08:50](3244 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:42, 05:17](3182 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:24, 06:58](3465 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:14, 08:42](3221 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:12, 08:18](3170 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:34, 08:23](3227 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [20:32, 10:28](3448 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:28, 07:17](3614 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [26:01, 13:01](4213 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:02, 09:01](4369 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:14, 08:39](3221 MB) - -PASS -- COMPILE 's2sw_intel' [19:11, 18:11] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:24, 05:17](1938 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:34, 05:49](1996 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:11, 12:17] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:46, 09:53](3276 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:11, 12:40] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:47, 05:58](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:11, 16:04] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:33, 05:03](1989 MB) - -PASS -- COMPILE 's2s_intel' [17:11, 16:07] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:23, 06:29](2929 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:32, 01:56](2938 MB) -PASS -- TEST 'cpld_restart_c48_intel' [08:21, 01:08](2351 MB) - -PASS -- COMPILE 's2swa_faster_intel' [29:15, 28:13] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:45, 08:39](3229 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:15, 23:57] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:57, 15:04](1937 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:18, 07:46](1096 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:20, 17:29](1912 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:20, 15:09] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:19, 26:49](1957 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:11, 15:38] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:41, 03:54](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:45, 04:04](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:26, 03:32](1567 MB) -PASS -- TEST 'control_latlon_intel' [05:21, 03:28](1570 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:35, 03:28](1569 MB) -PASS -- TEST 'control_c48_intel' [08:38, 06:30](1601 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:10, 05:49](720 MB) -PASS -- TEST 'control_c192_intel' [12:51, 10:29](1683 MB) -PASS -- TEST 'control_c384_intel' [20:40, 18:44](1985 MB) -PASS -- TEST 'control_c384gdas_intel' [17:42, 14:56](1178 MB) -PASS -- TEST 'control_stochy_intel' [02:40, 02:07](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:31, 01:12](425 MB) -PASS -- TEST 'control_lndp_intel' [02:40, 01:55](623 MB) -PASS -- TEST 'control_iovr4_intel' [03:46, 02:48](620 MB) -PASS -- TEST 'control_iovr5_intel' [03:46, 02:42](620 MB) -PASS -- TEST 'control_p8_intel' [05:51, 03:44](1868 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:09, 04:15](1867 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:46, 03:38](1868 MB) -PASS -- TEST 'control_restart_p8_intel' [03:05, 01:51](1013 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:51, 03:44](1861 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:05, 01:42](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:48, 04:12](1859 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:58, 02:48](1947 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:46, 05:31](1868 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:08, 04:11](1921 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:10, 03:31](1866 MB) -PASS -- TEST 'merra2_thompson_intel' [05:08, 03:44](1865 MB) -PASS -- TEST 'regional_control_intel' [05:41, 04:51](848 MB) -PASS -- TEST 'regional_restart_intel' [05:00, 02:52](860 MB) -PASS -- TEST 'regional_decomp_intel' [05:39, 05:01](867 MB) -PASS -- TEST 'regional_2threads_intel' [03:46, 03:00](998 MB) -PASS -- TEST 'regional_noquilt_intel' [05:45, 04:41](1182 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:16, 05:06](857 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:38, 04:51](858 MB) -PASS -- TEST 'regional_wofs_intel' [07:44, 06:08](1588 MB) - -PASS -- COMPILE 'rrfs_intel' [15:11, 14:19] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:01, 06:56](1008 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:58, 04:04](1187 MB) -PASS -- TEST 'rap_decomp_intel' [07:55, 07:06](1007 MB) -PASS -- TEST 'rap_2threads_intel' [07:54, 06:16](1100 MB) -PASS -- TEST 'rap_restart_intel' [05:58, 03:45](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:58, 07:00](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:58, 07:08](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:07, 05:12](878 MB) -PASS -- TEST 'hrrr_control_intel' [05:05, 04:06](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:51, 03:51](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:51, 03:23](1083 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:34, 01:58](833 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:00, 06:35](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:37, 08:22](1961 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:40, 07:50](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [16:13, 15:48] -PASS -- TEST 'control_csawmg_intel' [07:33, 06:47](966 MB) -PASS -- TEST 'control_ras_intel' [04:28, 03:25](659 MB) - -PASS -- COMPILE 'wam_intel' [14:13, 13:56] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:37, 11:29](1660 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:13, 20:32] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:35, 03:21](1867 MB) -PASS -- TEST 'regional_control_faster_intel' [05:57, 04:39](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [15:12, 15:07] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:53, 02:59](1591 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:54, 02:51](1598 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:30, 03:09](801 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:32, 02:53](796 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:40, 04:18](1108 MB) -PASS -- TEST 'control_ras_debug_intel' [03:33, 02:55](805 MB) -PASS -- TEST 'control_diag_debug_intel' [04:44, 03:00](1663 MB) -PASS -- TEST 'control_debug_p8_intel' [04:37, 03:16](1894 MB) -PASS -- TEST 'regional_debug_intel' [17:43, 16:17](902 MB) -PASS -- TEST 'rap_control_debug_intel' [06:37, 05:09](1182 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:10, 04:58](1176 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:31, 05:10](1180 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:31, 05:14](1180 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:26, 05:01](1182 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:38, 05:29](1264 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:36, 05:16](1183 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:32, 05:14](1185 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:32, 05:09](1184 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:29, 05:19](1182 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:38, 05:24](1181 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:37, 05:12](1180 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:44, 08:15](1180 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:44, 05:28](1175 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [10:32, 06:37](1187 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:31, 05:32](1182 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:58, 08:50](1184 MB) - -PASS -- COMPILE 'wam_debug_intel' [11:14, 11:03] ( 839 warnings 1 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:14, 13:08] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:06, 04:04](1049 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:49, 05:58](885 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:58, 03:39](883 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:59, 05:27](946 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:24, 02:51](937 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:55, 03:53](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:53, 04:09](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:31, 01:43](766 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:14, 19:02] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:25, 02:25](1096 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:02, 01:08](1079 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:27, 01:20](979 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 13:54] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:59, 04:24](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:15, 09:44] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:30, 04:54](1060 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:25, 05:01](1059 MB) -PASS -- TEST 'conus13km_debug_intel' [16:24, 14:20](1139 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:16, 14:37](817 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:09, 08:16](1129 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:10, 14:17](1210 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:14, 08:13] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:27, 04:58](1084 MB) - -PASS -- COMPILE 'hafsw_intel' [18:11, 18:03] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:32, 05:18](705 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:41, 04:34](1057 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:32, 07:42](756 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:18, 11:50](784 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:58, 13:09](802 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:14, 05:27](481 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:34, 06:56](499 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:20, 02:56](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:48, 08:00](437 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:52, 03:54](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:09, 04:07](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:03, 05:11](572 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:43, 02:39](403 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_debug_intel' [11:11, 10:35] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:01, 13:04](598 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [24:12, 23:40] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:15, 08:20](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:28, 08:26](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [18:14, 17:52] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:18, 06:30](782 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:14, 16:17] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:27](733 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:58, 06:29](727 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:46, 20:05](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:11, 14:29] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:29, 02:37](763 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:27, 01:34](753 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:26, 02:27](638 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:32, 02:28](638 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:31, 02:29](638 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:30, 02:36](763 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:23, 02:36](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:27, 02:29](642 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:06, 06:03](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:57, 05:57](674 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:25, 02:37](749 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:29, 04:39](2029 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:26, 04:40](2028 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:13, 08:52] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:33, 05:27](749 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:17, 12:37] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:25, 02:37](765 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 03:17] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:57, 01:46](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:51, 01:16](457 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:43, 00:59](457 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:15, 14:23] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:36, 04:06](1922 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:12, 14:37] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:28, 04:03](1910 MB) - -PASS -- COMPILE 'atml_intel' [18:12, 16:24] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:32, 08:13](1894 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:30, 08:39](1895 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:45, 04:59](1042 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:14, 12:42] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:29, 06:21](1929 MB) - -PASS -- COMPILE 'atmw_intel' [15:13, 14:34] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:46, 02:48](1898 MB) - -PASS -- COMPILE 'atmaero_intel' [14:13, 13:16] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:13, 06:34](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:16, 07:08](3006 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:06, 07:22](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [10:12, 09:31] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:38, 18:14](4487 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:13, 16:56] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [19:36, 07:11](3201 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:13, 22:51] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [46:50, 14:11](1915 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:37, 15:26](1952 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:30, 07:33](1079 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [47:34, 15:02](1896 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:16, 23:21] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [50:01, 13:27](1913 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:13, 11:34] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:34, 24:13](1937 MB) + +PASS -- COMPILE 's2swa_intel' [18:13, 17:51] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [28:26, 07:57](3230 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:26, 07:50](3226 MB) +PASS -- TEST 'cpld_restart_p8_intel' [31:53, 05:32](3159 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [39:23, 07:56](3245 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [21:29, 05:21](3181 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [34:00, 06:30](3461 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [38:13, 07:45](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [38:13, 07:01](3171 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [39:32, 07:59](3229 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [43:21, 10:16](3447 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [20:25, 07:44](3609 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [47:39, 12:43](4213 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:43, 09:49](4366 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [36:10, 07:42](3222 MB) + +PASS -- COMPILE 's2sw_intel' [16:13, 15:49] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:28, 05:11](1937 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:49, 05:12](1996 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:12, 11:07] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:38, 09:54](3277 MB) + +PASS -- COMPILE 's2sw_debug_intel' [11:12, 10:51] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:57, 05:58](1956 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:13, 14:29] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:39, 05:19](1989 MB) + +PASS -- COMPILE 's2s_intel' [15:13, 14:10] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:16, 06:32](2929 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [09:14, 01:59](2938 MB) +PASS -- TEST 'cpld_restart_c48_intel' [38:37, 01:08](2349 MB) + +PASS -- COMPILE 's2swa_faster_intel' [26:13, 25:54] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [40:45, 07:49](3229 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [22:14, 21:28] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [50:04, 15:31](1936 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:51, 07:48](1096 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:04, 17:52](1913 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:14, 13:09] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [06:30, 26:57](1959 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:13, 14:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [40:37, 03:46](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [26:57, 03:00](1567 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [24:32, 03:16](1576 MB) +PASS -- TEST 'control_latlon_intel' [20:43, 03:12](1569 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [20:21, 03:23](1569 MB) +PASS -- TEST 'control_c48_intel' [23:00, 06:34](1600 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [20:54, 05:40](719 MB) +PASS -- TEST 'control_c192_intel' [19:47, 10:03](1682 MB) +PASS -- TEST 'control_c384_intel' [26:18, 18:21](1984 MB) +PASS -- TEST 'control_c384gdas_intel' [22:10, 14:22](1179 MB) +PASS -- TEST 'control_stochy_intel' [08:31, 01:55](624 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:33, 01:03](426 MB) +PASS -- TEST 'control_lndp_intel' [08:31, 01:42](622 MB) +PASS -- TEST 'control_iovr4_intel' [08:28, 02:37](620 MB) +PASS -- TEST 'control_iovr5_intel' [08:31, 02:39](620 MB) +PASS -- TEST 'control_p8_intel' [09:08, 03:17](1867 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [09:09, 03:21](1868 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:14, 03:16](1869 MB) +PASS -- TEST 'control_restart_p8_intel' [04:17, 02:10](1012 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:04, 03:15](1862 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:18, 02:41](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:01, 03:19](1859 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:21, 02:49](1949 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:20, 05:12](1867 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:27, 04:13](1920 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:42, 03:22](1865 MB) +PASS -- TEST 'merra2_thompson_intel' [06:37, 03:36](1866 MB) +PASS -- TEST 'regional_control_intel' [06:47, 04:50](858 MB) +PASS -- TEST 'regional_restart_intel' [04:42, 03:00](860 MB) +PASS -- TEST 'regional_decomp_intel' [06:46, 05:00](860 MB) +PASS -- TEST 'regional_2threads_intel' [03:43, 03:02](999 MB) +PASS -- TEST 'regional_noquilt_intel' [05:43, 04:35](1177 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:51, 04:43](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:38, 04:46](858 MB) +PASS -- TEST 'regional_wofs_intel' [07:38, 06:11](1588 MB) + +PASS -- COMPILE 'rrfs_intel' [14:12, 13:22] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [47:55, 06:59](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [43:20, 04:05](1179 MB) +PASS -- TEST 'rap_decomp_intel' [47:54, 07:11](1007 MB) +PASS -- TEST 'rap_2threads_intel' [47:54, 06:02](1100 MB) +PASS -- TEST 'rap_restart_intel' [05:51, 03:26](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [47:53, 06:49](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [47:54, 07:13](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:08, 05:05](877 MB) +PASS -- TEST 'hrrr_control_intel' [44:22, 03:56](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [43:29, 03:51](1003 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [43:29, 03:07](1082 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:10, 02:10](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [47:58, 06:45](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [48:02, 08:20](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [46:56, 08:01](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 12:58] +PASS -- TEST 'control_csawmg_intel' [07:43, 06:39](966 MB) +PASS -- TEST 'control_ras_intel' [04:30, 03:35](659 MB) + +PASS -- COMPILE 'wam_intel' [13:13, 12:48] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:26, 12:36](1660 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [20:17, 19:29] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:16, 03:33](1867 MB) +PASS -- TEST 'regional_control_faster_intel' [07:50, 05:14](856 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 11:45] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:06, 04:04](1591 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:06, 03:51](1593 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:30, 03:45](799 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:27, 03:36](796 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:39, 05:07](1110 MB) +PASS -- TEST 'control_ras_debug_intel' [04:28, 03:25](805 MB) +PASS -- TEST 'control_diag_debug_intel' [05:43, 03:55](1663 MB) +PASS -- TEST 'control_debug_p8_intel' [05:42, 03:59](1894 MB) +PASS -- TEST 'regional_debug_intel' [18:55, 16:38](893 MB) +PASS -- TEST 'rap_control_debug_intel' [07:33, 05:23](1182 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:55, 04:59](1176 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:44, 05:16](1180 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:29, 05:04](1181 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:32, 05:20](1182 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:39, 05:16](1264 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:34, 05:10](1184 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:33, 05:16](1185 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:30, 05:06](1184 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 05:17](1182 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:31, 05:04](1179 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:32, 05:13](1181 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:33, 08:18](1179 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:51, 05:05](1175 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:28, 05:57](1186 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:36, 05:19](1184 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:10, 08:26](1184 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:12, 08:04] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:29, 13:49](1687 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:58] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:53, 03:55](1052 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:04, 05:45](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:39, 03:20](883 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:14, 05:09](945 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:41, 02:49](938 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:42, 03:40](883 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:11, 04:27](784 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:40, 02:13](766 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:12, 16:16] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:13, 02:32](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:16, 01:15](1078 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:20, 01:45](979 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:19, 04:33](912 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:14, 08:26] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:31, 05:29](1059 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:27, 05:22](1059 MB) +PASS -- TEST 'conus13km_debug_intel' [16:21, 14:40](1139 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:14, 15:19](819 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:13, 09:14](1127 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:40, 14:59](1211 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:12, 08:28] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:35, 05:39](1084 MB) + +PASS -- COMPILE 'hafsw_intel' [17:12, 15:21] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:49, 06:05](705 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:11, 05:20](1056 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:25, 07:46](753 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:52, 11:56](786 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:49, 12:52](802 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:31, 05:31](478 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:04, 06:58](494 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:25, 02:57](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:38, 08:19](437 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:10, 03:56](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:16, 03:48](512 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:42, 04:50](574 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:45, 01:43](403 MB) +PASS -- TEST 'gnv1_nested_intel' [09:18, 06:15](1717 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:11, 10:12] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:21, 13:13](600 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [24:12, 23:21] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:15, 07:49](612 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:27, 07:56](783 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 15:28] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:41, 06:11](781 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:12, 14:51] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:26, 06:16](740 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:18, 06:19](727 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:20, 20:06](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:47] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:45, 02:39](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:48, 01:35](740 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:23, 02:32](647 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:27, 02:30](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:27, 02:41](645 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:31, 02:41](750 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:27, 02:43](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 02:42](643 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:06, 06:32](691 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:08, 06:08](673 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:37, 02:34](763 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:30, 04:41](2029 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:29, 04:45](2028 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:12, 08:29] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:32, 05:26](749 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:12, 12:54] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:28, 02:34](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 03:23] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:59, 01:48](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:58, 01:24](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:48, 00:59](456 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:12, 13:56] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:42, 04:14](1923 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:13, 12:33] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:45, 04:08](1912 MB) + +PASS -- COMPILE 'atml_intel' [15:12, 14:46] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:50, 08:09](1895 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:43, 08:28](1895 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:03, 03:50](1043 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:12, 09:26] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:05, 06:19](1929 MB) + +PASS -- COMPILE 'atmw_intel' [15:15, 13:04] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:39, 02:38](1898 MB) + +PASS -- COMPILE 'atmaero_intel' [13:14, 12:36] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:49, 06:16](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:25, 06:59](3005 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:15, 06:46](3017 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:14, 08:59] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:47, 18:12](4484 MB) SYNOPSIS: -Starting Date/Time: 20240730 19:35:54 -Ending Date/Time: 20240730 21:08:49 -Total Time: 01h:33m:52s +Starting Date/Time: 20240804 20:14:23 +Ending Date/Time: 20240804 22:26:43 +Total Time: 02h:13m:20s Compiles Completed: 41/41 -Tests Completed: 183/185 -Failed Tests: -* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2373/ufs-weather-model/tests/logs/log_gaea/run_control_wam_debug_intel.log -* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2373/ufs-weather-model/tests/logs/log_gaea/run_gnv1_nested_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF GAEA REGRESSION TESTING LOG==== -====START OF GAEA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_179250 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 'wam_debug_intel' [10:11, 09:39] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:17, 13:48](1687 MB) - -PASS -- COMPILE 'hafsw_intel' [17:15, 16:25] ( 1 warnings 9 remarks ) -PASS -- TEST 'gnv1_nested_intel' [09:05, 05:40](1717 MB) - -SYNOPSIS: -Starting Date/Time: 20240731 13:43:20 -Ending Date/Time: 20240731 14:11:13 -Total Time: 00h:28m:13s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Tests Completed: 185/185 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index f3c2f5166e..ea1be17918 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,20 +1,20 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -25,382 +25,380 @@ 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-20240730 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2625282 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2958009 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:14, 13:47] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:23, 05:49](3317 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:15, 16:30] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:09, 17:19](1980 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:30, 19:00](2136 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:15, 08:26](1265 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:07, 19:24](1871 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:14, 16:46] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:46, 16:58](1975 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 05:17] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:21, 22:42](1942 MB) - -PASS -- COMPILE 's2swa_intel' [14:13, 13:47] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:17, 05:59](3331 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:37, 05:54](3358 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:33, 03:40](3268 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:17, 05:56](3378 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:33, 03:59](3272 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:12, 05:36](3637 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:13, 06:00](3346 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:20, 04:58](3223 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:31, 06:44](3327 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:31, 10:26](3534 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:11, 06:26](3633 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:28, 09:37](4284 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:47, 06:21](4395 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:19, 05:31](3311 MB) - -PASS -- COMPILE 's2sw_intel' [13:13, 13:03] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:00, 04:54](1987 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:07, 04:31](2039 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:12, 05:23] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:26, 08:38](3366 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:12, 05:21] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:14, 06:00](2027 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:13, 11:58] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:13, 04:21](2048 MB) - -PASS -- COMPILE 's2s_intel' [12:13, 12:07] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:49, 08:56](3115 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:49, 02:43](3087 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:47, 01:35](2550 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:12, 17:40] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:25, 05:32](3329 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:12, 15:59] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:12, 17:42](2028 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:18, 08:19](1281 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:14, 19:57](1901 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:17] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:03, 25:22](1956 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 11:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:30, 03:20](709 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:53, 02:55](1599 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:00, 02:59](1612 MB) -PASS -- TEST 'control_latlon_intel' [03:48, 02:54](1604 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:58, 03:01](1611 MB) -PASS -- TEST 'control_c48_intel' [08:54, 07:28](1760 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:29, 06:25](870 MB) -PASS -- TEST 'control_c192_intel' [12:11, 10:44](1748 MB) -PASS -- TEST 'control_c384_intel' [13:23, 10:31](2013 MB) -PASS -- TEST 'control_c384gdas_intel' [11:25, 08:04](1405 MB) -PASS -- TEST 'control_stochy_intel' [02:26, 01:40](663 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:32, 01:00](506 MB) -PASS -- TEST 'control_lndp_intel' [02:26, 01:34](661 MB) -PASS -- TEST 'control_iovr4_intel' [03:29, 02:27](658 MB) -PASS -- TEST 'control_iovr5_intel' [03:29, 02:28](657 MB) -PASS -- TEST 'control_p8_intel' [04:58, 03:09](1903 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:02, 03:07](1899 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:57, 03:04](1900 MB) -PASS -- TEST 'control_restart_p8_intel' [02:49, 01:45](1139 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:58, 03:05](1887 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:59, 01:44](1167 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:52, 03:08](1896 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:53, 02:55](1984 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:49, 05:21](1892 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:04, 04:26](1966 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:01, 03:10](1906 MB) -PASS -- TEST 'merra2_thompson_intel' [04:58, 03:24](1902 MB) -PASS -- TEST 'regional_control_intel' [06:45, 05:23](1104 MB) -PASS -- TEST 'regional_restart_intel' [03:43, 02:58](1101 MB) -PASS -- TEST 'regional_decomp_intel' [06:44, 05:41](1103 MB) -PASS -- TEST 'regional_2threads_intel' [04:41, 03:31](1094 MB) -PASS -- TEST 'regional_noquilt_intel' [06:43, 05:18](1402 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:44, 05:15](1097 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:41, 05:18](1108 MB) -PASS -- TEST 'regional_wofs_intel' [07:37, 06:51](1911 MB) - -PASS -- COMPILE 'rrfs_intel' [12:12, 11:12] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:43, 07:42](1108 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:16, 04:09](1306 MB) -PASS -- TEST 'rap_decomp_intel' [09:37, 08:08](1023 MB) -PASS -- TEST 'rap_2threads_intel' [08:35, 07:17](1180 MB) -PASS -- TEST 'rap_restart_intel' [04:47, 04:02](1115 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:45, 07:42](1111 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:37, 08:10](1045 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:57, 05:49](1136 MB) -PASS -- TEST 'hrrr_control_intel' [04:45, 04:04](1047 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:39, 04:07](1034 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:42, 03:40](1114 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:34, 02:10](1011 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:48, 07:38](1096 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:38, 09:19](1993 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:29, 09:07](2058 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 10:35] -PASS -- TEST 'control_csawmg_intel' [06:38, 06:07](1025 MB) -PASS -- TEST 'control_ras_intel' [04:25, 03:14](750 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:12, 04:24] -PASS -- TEST 'control_csawmg_gnu' [09:42, 08:23](758 MB) - -PASS -- COMPILE 'wam_intel' [11:13, 10:44] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:08, 10:50](1667 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:13, 14:43] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:07, 02:47](1880 MB) -PASS -- TEST 'regional_control_faster_intel' [05:43, 04:55](1107 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:12, 06:59] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:47, 02:38](1630 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:45, 02:38](1636 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:27, 03:11](834 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:44](836 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:40, 04:22](1148 MB) -PASS -- TEST 'control_ras_debug_intel' [03:25, 02:45](838 MB) -PASS -- TEST 'control_diag_debug_intel' [03:49, 02:51](1696 MB) -PASS -- TEST 'control_debug_p8_intel' [03:43, 03:02](1923 MB) -PASS -- TEST 'regional_debug_intel' [18:42, 18:08](1111 MB) -PASS -- TEST 'rap_control_debug_intel' [05:26, 04:57](1221 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:55](1222 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:25, 04:52](1219 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:25, 04:56](1222 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:23, 05:00](1221 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:39, 05:25](1305 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:27, 05:06](1217 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 05:05](1226 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:27, 04:56](1226 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 04:57](1217 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:26, 04:51](1215 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:26, 04:55](1225 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:25, 08:08](1216 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 05:05](1219 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:29, 05:54](1229 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:26, 05:17](1217 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:45, 08:36](1221 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:12, 05:03] -PASS -- TEST 'control_csawmg_debug_gnu' [03:42, 02:23](719 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:12, 04:37] ( 839 warnings 1 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:13, 10:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:16, 03:52](1168 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:41, 06:27](1045 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:45, 03:25](992 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:36, 06:08](1094 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:41, 03:10](962 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:36, 03:37](923 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:49, 04:53](1037 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:32, 01:53](935 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:13, 13:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:04, 02:04](1207 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:51, 01:00](1127 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:53, 01:20](1117 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:13, 10:55] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:49, 04:11](988 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:22] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:29, 04:59](1099 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:28, 04:57](1098 MB) -PASS -- TEST 'conus13km_debug_intel' [16:56, 15:29](1252 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:47, 15:02](933 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:21](1171 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:46, 14:45](1323 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 04:04] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:28, 05:07](1140 MB) - -PASS -- COMPILE 'hafsw_intel' [13:13, 12:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:23, 05:02](740 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:33, 06:06](1111 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:34, 07:00](843 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:27, 13:46](868 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:37, 15:26](892 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:11, 05:38](504 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:48, 06:48](526 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:52, 02:43](379 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:59, 07:24](486 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:56, 03:44](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:01, 03:33](537 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:01, 04:06](596 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:32, 01:13](408 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:13, 04:41] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:57, 13:13](597 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:14, 16:32] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:07, 08:46](672 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:15, 08:47](746 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:13, 12:35] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:10, 06:31](737 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:13, 11:30] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:32, 06:31](836 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:23, 06:33](827 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:03, 16:06](1209 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:12, 06:48] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:24, 02:46](1163 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 01:43](1129 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 02:34](1036 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:22, 02:39](1036 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:25, 02:39](1028 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:21, 02:40](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 02:44](1164 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:21, 02:31](1030 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:04, 06:47](1066 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:50, 06:25](1047 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:21, 02:48](1166 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:26, 03:55](2507 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:23, 03:57](2467 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:13, 03:20] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:25, 06:19](1085 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:12, 06:38] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 02:36](1174 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:12, 01:08] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:36, 00:50](258 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:30, 00:52](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:40](320 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:13, 11:31] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:32, 03:53](1992 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:12, 11:14] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:26, 03:50](1960 MB) - -PASS -- COMPILE 'atml_intel' [13:14, 12:45] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:20, 04:28](1858 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:18, 04:28](1855 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:00, 02:33](1105 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 05:20] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:02, 05:50](1870 MB) - -PASS -- COMPILE 'atmw_intel' [12:14, 11:22] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:57, 01:49](1937 MB) - -PASS -- COMPILE 'atmaero_intel' [12:14, 11:21] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:08, 04:09](3197 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:05, 04:54](3105 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:51, 05:11](3106 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:12, 04:09] ( 884 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [05:12, 04:48] -PASS -- TEST 'control_c48_gnu' [12:47, 11:14](1541 MB) -PASS -- TEST 'control_stochy_gnu' [04:29, 03:24](502 MB) -PASS -- TEST 'control_ras_gnu' [06:26, 04:48](504 MB) -PASS -- TEST 'control_p8_gnu' [06:04, 04:50](1468 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:05, 04:46](1458 MB) -PASS -- TEST 'control_flake_gnu' [11:33, 10:21](544 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:12, 04:28] -PASS -- TEST 'rap_control_gnu' [12:40, 10:47](815 MB) -PASS -- TEST 'rap_decomp_gnu' [12:38, 11:00](849 MB) -PASS -- TEST 'rap_2threads_gnu' [11:46, 09:55](930 MB) -PASS -- TEST 'rap_restart_gnu' [07:52, 05:33](577 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [12:47, 10:54](816 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:42, 11:10](816 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:51, 07:59](583 MB) -PASS -- TEST 'hrrr_control_gnu' [07:41, 05:33](814 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:44, 05:34](798 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [06:42, 05:06](926 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:43, 05:50](850 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:36, 02:55](560 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:36, 02:54](655 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:50, 10:51](811 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 07:46] -PASS -- TEST 'control_diag_debug_gnu' [04:09, 01:40](1273 MB) -PASS -- TEST 'regional_debug_gnu' [13:45, 11:45](716 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:28, 02:37](825 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:27, 02:37](820 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:25, 02:41](820 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:25, 02:38](823 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:52, 02:53](903 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:25, 04:08](855 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:26, 02:43](826 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:25, 02:42](816 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:27, 01:40](489 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:25, 01:46](453 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:41, 01:51](1440 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:28, 02:42](825 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:26, 02:57](826 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 04:25](832 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:35] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:12, 04:13] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:45, 09:23](710 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:44, 05:07](708 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:37, 08:42](753 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:34, 04:46](744 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 05:17](703 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:47, 07:06](551 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:29, 02:34](537 MB) -PASS -- TEST 'conus13km_control_gnu' [05:07, 03:09](875 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:56, 06:06](888 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:53, 01:52](548 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:13, 10:58] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:43, 05:52](726 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 07:43] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:27, 02:39](716 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:29, 02:34](713 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:01, 06:52](894 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:54, 07:01](588 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:48, 07:40](895 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:47, 07:08](956 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:12, 07:42] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:30, 02:45](731 MB) - -PASS -- COMPILE 's2swa_gnu' [18:14, 16:46] - -PASS -- COMPILE 's2s_gnu' [17:13, 15:57] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:20, 07:27](1521 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:15, 03:27] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:15, 16:07] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:16, 20:07](1461 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:13, 03:13] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:59, 12:42](1458 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:13, 15:41] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:22, 03:01](685 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:13, 14:05] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:05, 05:41](3320 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:14, 16:46] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:04, 17:37](1979 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:20, 18:18](2163 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:12, 08:15](1259 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:02, 19:30](1876 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:13, 17:29] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:39, 17:02](1973 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:12, 06:13] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:00, 22:50](1936 MB) + +PASS -- COMPILE 's2swa_intel' [15:13, 14:17] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:09, 05:55](3344 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:19, 05:52](3356 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:21, 03:38](3255 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:09, 05:58](3351 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:21, 03:33](3289 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:05, 05:34](3622 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:05, 05:56](3326 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:08, 04:50](3228 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:16, 05:55](3336 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:17, 10:13](3534 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:48, 06:21](3642 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:39, 10:16](4336 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:55, 06:23](4389 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:09, 06:18](3337 MB) + +PASS -- COMPILE 's2sw_intel' [14:13, 13:35] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:11, 04:52](1955 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:13, 04:35](2058 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:12, 06:14] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:07, 08:32](3392 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:12, 05:36] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:09, 05:52](2034 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:13, 12:44] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:03, 04:22](2031 MB) + +PASS -- COMPILE 's2s_intel' [13:13, 12:42] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:44, 09:17](3099 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:44, 02:51](3074 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:45, 01:34](2548 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:13, 18:05] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:16, 05:50](3343 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 16:20] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:13, 17:40](2016 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:14, 08:31](1286 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:10, 20:03](1920 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:34] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:57, 24:57](1972 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:12, 12:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:28, 03:19](705 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:50, 02:58](1604 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:53, 02:57](1610 MB) +PASS -- TEST 'control_latlon_intel' [03:44, 03:00](1597 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:50, 02:55](1609 MB) +PASS -- TEST 'control_c48_intel' [08:45, 07:30](1765 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:30, 06:26](871 MB) +PASS -- TEST 'control_c192_intel' [12:03, 10:29](1754 MB) +PASS -- TEST 'control_c384_intel' [13:05, 10:30](2024 MB) +PASS -- TEST 'control_c384gdas_intel' [11:00, 08:00](1376 MB) +PASS -- TEST 'control_stochy_intel' [02:27, 01:40](659 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:28, 00:58](506 MB) +PASS -- TEST 'control_lndp_intel' [02:25, 01:38](666 MB) +PASS -- TEST 'control_iovr4_intel' [03:27, 02:29](659 MB) +PASS -- TEST 'control_iovr5_intel' [03:28, 02:28](658 MB) +PASS -- TEST 'control_p8_intel' [03:59, 03:05](1899 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:09, 03:07](1900 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:05, 03:14](1901 MB) +PASS -- TEST 'control_restart_p8_intel' [02:48, 01:45](1143 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:51, 03:01](1904 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:55, 01:45](1164 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:51, 03:17](1884 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:49, 03:09](1987 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:45, 05:19](1896 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:54, 04:46](1924 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:55, 03:10](1911 MB) +PASS -- TEST 'merra2_thompson_intel' [04:52, 03:22](1907 MB) +PASS -- TEST 'regional_control_intel' [06:37, 05:38](1094 MB) +PASS -- TEST 'regional_restart_intel' [03:39, 02:55](1099 MB) +PASS -- TEST 'regional_decomp_intel' [06:36, 05:35](1090 MB) +PASS -- TEST 'regional_2threads_intel' [04:35, 03:24](1096 MB) +PASS -- TEST 'regional_noquilt_intel' [06:45, 05:15](1402 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:16](1100 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:38, 05:20](1092 MB) +PASS -- TEST 'regional_wofs_intel' [07:37, 06:53](1916 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 11:10] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:55, 07:57](1112 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:16, 04:09](1305 MB) +PASS -- TEST 'rap_decomp_intel' [09:41, 08:07](1036 MB) +PASS -- TEST 'rap_2threads_intel' [08:37, 07:15](1180 MB) +PASS -- TEST 'rap_restart_intel' [04:45, 04:01](1096 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:44, 07:42](1102 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:37, 08:04](1039 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:45, 05:50](1137 MB) +PASS -- TEST 'hrrr_control_intel' [04:44, 03:58](1048 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:36, 04:05](1039 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:36, 03:38](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:09](1004 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:47, 07:35](1097 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:27](1994 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:34, 09:18](2063 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 10:42] +PASS -- TEST 'control_csawmg_intel' [06:40, 06:06](1030 MB) +PASS -- TEST 'control_ras_intel' [04:24, 03:14](741 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 04:20] +PASS -- TEST 'control_csawmg_gnu' [09:42, 08:18](761 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 11:00] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:51, 10:58](1673 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 15:05] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:52, 02:45](1884 MB) +PASS -- TEST 'regional_control_faster_intel' [05:35, 04:51](1100 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:22] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:54, 02:48](1632 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:58, 02:44](1629 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:31, 03:00](839 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:30, 02:44](834 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:49, 04:29](1151 MB) +PASS -- TEST 'control_ras_debug_intel' [03:30, 02:49](844 MB) +PASS -- TEST 'control_diag_debug_intel' [04:00, 02:56](1680 MB) +PASS -- TEST 'control_debug_p8_intel' [04:54, 03:09](1926 MB) +PASS -- TEST 'regional_debug_intel' [18:50, 17:58](1113 MB) +PASS -- TEST 'rap_control_debug_intel' [05:32, 04:55](1219 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:36, 04:50](1216 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:36, 04:59](1227 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:36, 04:59](1225 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:32, 05:01](1224 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:47, 05:15](1306 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:31, 05:10](1224 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:32, 05:06](1220 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:31, 04:59](1221 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:35, 04:58](1215 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:33, 04:54](1219 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:26, 04:58](1224 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:25, 08:12](1221 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 05:00](1218 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:27, 05:53](1227 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:58](1224 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:41, 08:43](1223 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:46] +PASS -- TEST 'control_csawmg_debug_gnu' [03:36, 02:20](735 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:12, 04:15] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:48, 13:37](1702 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 10:43] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:10, 03:56](1163 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:35, 06:25](1056 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:24](995 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:38, 06:06](1093 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:30, 03:09](966 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:38, 03:37](936 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:44, 04:51](1031 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:51](932 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:12, 13:41] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:00, 02:06](1206 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:50, 00:53](1130 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:15](1115 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 11:05] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 04:11](987 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:06] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:58](1096 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:53](1101 MB) +PASS -- TEST 'conus13km_debug_intel' [15:53, 14:39](1244 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:53, 14:38](951 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:09](1182 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:53](1313 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 04:00] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 04:56](1142 MB) + +PASS -- COMPILE 'hafsw_intel' [13:12, 12:32] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:20, 04:59](741 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:33, 05:52](1118 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:29, 06:51](845 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:25, 13:32](872 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:34, 15:13](892 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:57, 05:29](508 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:43](519 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:48, 02:41](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:04, 07:11](492 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:44, 03:43](534 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:52, 03:34](537 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:53, 04:05](593 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:10](409 MB) +PASS -- TEST 'gnv1_nested_intel' [06:38, 04:10](1753 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:12, 04:21] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:53, 13:04](593 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:13, 16:15] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:03, 08:47](681 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:06, 08:58](750 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:12, 12:08] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:05, 06:24](739 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:12, 11:48] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:20](836 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:20, 06:26](827 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:59, 16:17](1212 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:12, 06:43] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:21, 03:10](1154 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:24, 01:44](1103 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:38](1032 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:39](1014 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:45](1018 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:20, 02:42](1168 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:20, 02:42](1150 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:37](1026 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:39, 06:26](1067 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:35, 06:18](1046 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:59](1145 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:22, 03:56](2519 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:21, 03:56](2468 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 03:26] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:21, 06:36](1073 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:12, 06:44] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:49](1163 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:12, 01:31] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:33, 00:51](264 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:55](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:35](323 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:12, 11:48] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:11, 03:44](1982 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:12, 10:59] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:09, 03:39](1977 MB) + +PASS -- COMPILE 'atml_intel' [13:12, 12:27] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:10, 04:20](1866 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:06, 04:23](1875 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 02:28](1095 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:13, 04:57] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:49](1897 MB) + +PASS -- COMPILE 'atmw_intel' [11:12, 11:07] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:56](1931 MB) + +PASS -- COMPILE 'atmaero_intel' [12:13, 11:16] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:01, 04:21](3200 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:02, 04:55](3113 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:52, 05:01](3121 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:12, 03:55] ( 884 warnings 6 remarks ) + +PASS -- COMPILE 'atm_gnu' [05:12, 04:50] +PASS -- TEST 'control_c48_gnu' [12:41, 11:17](1541 MB) +PASS -- TEST 'control_stochy_gnu' [04:25, 03:28](503 MB) +PASS -- TEST 'control_ras_gnu' [05:24, 04:51](502 MB) +PASS -- TEST 'control_p8_gnu' [06:01, 04:49](1460 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:54, 04:44](1462 MB) +PASS -- TEST 'control_flake_gnu' [11:27, 10:23](545 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:44] +PASS -- TEST 'rap_control_gnu' [11:35, 11:06](855 MB) +PASS -- TEST 'rap_decomp_gnu' [11:33, 10:54](853 MB) +PASS -- TEST 'rap_2threads_gnu' [10:41, 09:49](931 MB) +PASS -- TEST 'rap_restart_gnu' [06:44, 05:33](575 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:40, 10:57](816 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:36, 11:00](812 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:47, 08:05](577 MB) +PASS -- TEST 'hrrr_control_gnu' [06:36, 05:36](811 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:35, 05:35](801 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:39, 05:05](917 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:38, 05:41](843 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:34, 03:00](565 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:34, 02:58](655 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:45, 10:29](811 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:35] +PASS -- TEST 'control_diag_debug_gnu' [02:54, 01:43](1274 MB) +PASS -- TEST 'regional_debug_gnu' [12:45, 11:38](714 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:24, 02:45](824 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:25, 02:36](820 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:26, 02:39](828 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:23, 02:38](827 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:39, 02:50](906 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 04:08](819 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:25, 02:54](825 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:23, 02:51](819 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:23, 01:45](491 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:27, 01:49](449 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:47, 01:47](1438 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:25, 02:38](827 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:24, 02:57](828 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:27](831 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:36] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:10] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:34, 09:16](708 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:37, 05:00](709 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:45, 08:33](756 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:35, 04:31](747 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 05:05](705 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:43, 06:57](548 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:32, 02:35](540 MB) +PASS -- TEST 'conus13km_control_gnu' [04:57, 03:18](877 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:51, 06:08](879 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:52, 01:54](556 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 11:02] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:40, 05:45](732 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:46] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:24, 02:38](716 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:24, 02:37](712 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:53, 07:01](894 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:49, 07:03](579 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:45, 07:54](901 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:45, 06:59](960 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 07:47] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:28, 02:43](737 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 16:31] + +PASS -- COMPILE 's2s_gnu' [17:12, 16:14] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:12, 07:20](1533 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:19] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 15:56] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [21:01, 19:44](1463 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:07] +FAILED: TEST TIMED OUT -- TEST 'cpld_debug_pdlib_p8_gnu' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:39] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:22, 03:28](680 MB) SYNOPSIS: -Starting Date/Time: 20240731 14:36:54 -Ending Date/Time: 20240731 16:12:18 -Total Time: 01h:37m:22s +Starting Date/Time: 20240805 00:00:47 +Ending Date/Time: 20240805 02:04:13 +Total Time: 02h:04m:44s Compiles Completed: 57/57 -Tests Completed: 242/244 +Tests Completed: 243/244 Failed Tests: -* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2373/ufs-weather-model/tests/logs/log_hera/run_control_wam_debug_intel.log -* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2373/ufs-weather-model/tests/logs/log_hera/run_gnv1_nested_intel.log +* TEST cpld_debug_pdlib_p8_gnu: FAILED: TEST TIMED OUT +-- LOG: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2958009/cpld_debug_pdlib_p8_gnu/err NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -413,20 +411,20 @@ Result: FAILURE ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -437,25 +435,22 @@ 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-20240730 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3087081 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1313382 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-b) - NEW BASELINES FROM FILE: test_changes.list * (-e) - USE ECFLOW -PASS -- COMPILE 'wam_debug_intel' [05:13, 04:08] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:57, 13:51](1679 MB) - -PASS -- COMPILE 'hafsw_intel' [14:14, 12:52] ( 1 warnings 8 remarks ) -PASS -- TEST 'gnv1_nested_intel' [06:47, 04:25](1734 MB) +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:12, 03:26] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:58, 13:15](1456 MB) SYNOPSIS: -Starting Date/Time: 20240731 18:41:55 -Ending Date/Time: 20240731 19:05:36 -Total Time: 00h:24m:15s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Starting Date/Time: 20240805 17:54:52 +Ending Date/Time: 20240805 18:15:21 +Total Time: 00h:20m:39s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index b5ff9e7f1c..2e81377b87 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,13 +1,13 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) @@ -21,11 +21,11 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,375 +36,375 @@ 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-20240730 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_3083262 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1562821 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 12:51] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:34, 08:19](2123 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:33] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:16, 14:35](2005 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:27, 14:06](2304 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:16, 06:33](1328 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:58, 15:33](1923 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 19:13] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:33, 13:06](1999 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:25] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:30, 20:32](1978 MB) - -PASS -- COMPILE 's2swa_intel' [13:11, 12:51] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:20, 08:20](2182 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:31, 08:10](2193 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:22, 04:23](1987 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:22, 08:17](2202 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:21, 04:29](1742 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:28, 09:29](2554 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:20, 08:05](2184 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:29, 06:48](2096 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:33, 08:01](2185 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:10, 16:06](2984 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:26, 05:53](2939 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:10, 09:52](3817 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:17, 06:17](3653 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:29, 05:53](2149 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 12:22] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:18, 07:10](2020 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:25, 04:26](2082 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 07:46] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:26, 07:48](2219 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 07:16] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:02, 05:37](2049 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 11:40] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:17, 04:50](2073 MB) - -PASS -- COMPILE 's2s_intel' [12:11, 11:32] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:52, 07:06](3112 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [02:54, 02:05](3080 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:45, 01:44](2549 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:37] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:11, 07:42](2181 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:11, 15:47] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:59, 13:45](2039 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:05, 06:47](1379 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:01, 15:13](1965 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:44] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:05, 22:49](2039 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 08:12] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:21, 03:43](709 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:33, 02:25](1616 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:35, 02:31](1633 MB) -PASS -- TEST 'control_latlon_intel' [03:31, 02:26](1618 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:36, 02:37](1623 MB) -PASS -- TEST 'control_c48_intel' [07:35, 06:53](1741 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:26, 05:52](862 MB) -PASS -- TEST 'control_c192_intel' [09:48, 09:06](1751 MB) -PASS -- TEST 'control_c384_intel' [11:28, 09:17](2056 MB) -PASS -- TEST 'control_c384gdas_intel' [12:03, 09:41](1516 MB) -PASS -- TEST 'control_stochy_intel' [02:21, 01:43](670 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:29, 01:03](558 MB) -PASS -- TEST 'control_lndp_intel' [02:19, 01:45](678 MB) -PASS -- TEST 'control_iovr4_intel' [03:22, 02:38](662 MB) -PASS -- TEST 'control_iovr5_intel' [03:22, 02:38](674 MB) -PASS -- TEST 'control_p8_intel' [03:52, 02:44](1906 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:57, 02:45](1898 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:59, 02:38](1909 MB) -PASS -- TEST 'control_restart_p8_intel' [02:50, 01:37](1162 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:55, 02:42](1892 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:56, 01:34](1199 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:42, 02:48](1890 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:48, 02:32](1989 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:35, 04:46](1903 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:56, 03:38](1975 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:57, 02:47](1922 MB) -PASS -- TEST 'merra2_thompson_intel' [04:01, 02:59](1911 MB) -PASS -- TEST 'regional_control_intel' [06:32, 05:27](1199 MB) -PASS -- TEST 'regional_restart_intel' [03:34, 02:36](1175 MB) -PASS -- TEST 'regional_decomp_intel' [05:27, 04:56](1186 MB) -PASS -- TEST 'regional_2threads_intel' [03:30, 03:04](1155 MB) -PASS -- TEST 'regional_noquilt_intel' [05:32, 04:58](1523 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:36, 04:41](1205 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:28, 04:45](1203 MB) -PASS -- TEST 'regional_wofs_intel' [07:30, 07:01](2078 MB) - -PASS -- COMPILE 'rrfs_intel' [08:11, 07:48] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:42, 06:37](1211 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:50, 03:27](1410 MB) -PASS -- TEST 'rap_decomp_intel' [07:42, 06:54](1150 MB) -PASS -- TEST 'rap_2threads_intel' [07:42, 06:13](1377 MB) -PASS -- TEST 'rap_restart_intel' [04:58, 03:28](1136 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:42, 06:43](1208 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:42, 06:57](1140 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:59, 05:06](1204 MB) -PASS -- TEST 'hrrr_control_intel' [04:44, 03:29](1080 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:44, 03:32](1042 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:44, 03:08](1124 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:30, 01:54](1047 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:57, 06:30](1204 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:22, 07:41](2021 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:22, 07:25](2181 MB) - -PASS -- COMPILE 'csawmg_intel' [08:11, 07:23] -PASS -- TEST 'control_csawmg_intel' [07:33, 06:50](1056 MB) -PASS -- TEST 'control_ras_intel' [03:21, 02:56](860 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 04:12] -PASS -- TEST 'control_csawmg_gnu' [07:41, 07:03](1070 MB) - -PASS -- COMPILE 'wam_intel' [08:11, 07:15] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:37, 10:33](1678 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:11, 14:00] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:56, 02:44](1911 MB) -PASS -- TEST 'regional_control_faster_intel' [06:30, 05:17](1192 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 04:58] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:33, 02:16](1641 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:35, 02:12](1652 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:20, 02:31](847 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:20, 02:16](841 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:32, 04:17](1163 MB) -PASS -- TEST 'control_ras_debug_intel' [03:20, 02:21](848 MB) -PASS -- TEST 'control_diag_debug_intel' [03:37, 02:20](1706 MB) -PASS -- TEST 'control_debug_p8_intel' [04:37, 03:04](1932 MB) -PASS -- TEST 'regional_debug_intel' [18:34, 17:00](1154 MB) -PASS -- TEST 'rap_control_debug_intel' [05:22, 04:09](1227 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:24, 04:04](1229 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:20, 04:03](1237 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 04:12](1231 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:19, 04:08](1234 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:28, 04:10](1327 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:19, 04:12](1231 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 04:09](1234 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:20, 04:07](1223 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:19, 04:05](1232 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:20, 03:59](1236 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:21, 04:03](1232 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:20, 06:54](1231 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:20, 04:05](1226 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:20, 05:14](1242 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:23, 04:06](1232 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:02, 07:09](1235 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:42] -PASS -- TEST 'control_csawmg_debug_gnu' [03:36, 02:52](1058 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 03:15] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 07:22] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:55, 03:35](1268 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:38, 06:56](1172 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:34](1057 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:47, 06:05](1296 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:00, 03:05](1047 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:40, 03:58](1010 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:47, 05:27](1130 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:20, 02:08](983 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:10, 11:40] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:43, 01:45](1313 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:38, 00:45](1212 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:33, 01:03](1167 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 07:22] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:30, 03:44](1099 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:17] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:11](1105 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:19, 03:58](1112 MB) -PASS -- TEST 'conus13km_debug_intel' [13:37, 12:40](1353 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [13:36, 12:59](1012 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:31, 08:30](1256 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:36, 12:46](1437 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:54] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:21, 04:30](1178 MB) - -PASS -- COMPILE 'hafsw_intel' [10:10, 10:03] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:04, 05:20](874 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:24, 04:49](1281 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:09, 06:18](964 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:03, 13:57](997 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:21, 15:04](1016 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:47, 05:22](610 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:10, 06:52](625 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:39, 02:35](441 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:02, 07:23](553 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:38, 03:43](625 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:38, 03:33](625 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:42, 04:49](685 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:25, 01:08](452 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:29] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:38, 14:19](648 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:11, 16:20] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:50, 16:00](751 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:55, 15:37](854 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:10, 10:22] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:51, 09:41](830 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:10, 10:13] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:03, 05:26](943 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:59, 05:26](916 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:47, 16:32](1346 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:10, 05:42] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:17, 02:11](1134 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:16, 01:20](1106 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 02:05](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:07](1021 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:11](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:13](1151 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 02:18](1163 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:15, 02:06](1032 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:57, 04:56](1172 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:53, 04:50](1165 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:12](1165 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:17, 03:03](2391 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:17, 03:02](2460 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:33] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:16, 05:06](1080 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:10, 06:17] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:16, 02:12](1160 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:10, 00:52] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:28, 00:51](331 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 00:47](560 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:21, 00:34](564 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:10, 07:49] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:51, 03:38](2020 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:11, 08:01] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:50, 03:07](1991 MB) - -PASS -- COMPILE 'atml_intel' [09:11, 08:55] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:58, 05:54](1896 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:57, 05:50](1900 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:40, 02:59](1163 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 04:10] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:50, 04:56](1938 MB) - -PASS -- COMPILE 'atmw_intel' [10:11, 09:38] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:48, 01:44](1951 MB) - -PASS -- COMPILE 'atmaero_intel' [10:11, 07:29] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:48, 03:55](2038 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:49, 04:23](1810 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:42, 04:35](1810 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:57] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:33, 17:05](4579 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 04:09] -PASS -- TEST 'control_c48_gnu' [11:44, 09:26](1574 MB) -PASS -- TEST 'control_stochy_gnu' [04:19, 02:22](727 MB) -PASS -- TEST 'control_ras_gnu' [05:17, 03:47](738 MB) -PASS -- TEST 'control_p8_gnu' [05:49, 04:14](1735 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:39, 03:47](1738 MB) -PASS -- TEST 'control_flake_gnu' [05:22, 04:36](814 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:10, 04:07] -PASS -- TEST 'rap_control_gnu' [09:44, 07:58](1094 MB) -PASS -- TEST 'rap_decomp_gnu' [09:36, 08:13](1083 MB) -PASS -- TEST 'rap_2threads_gnu' [08:45, 07:16](1144 MB) -PASS -- TEST 'rap_restart_gnu' [04:51, 04:06](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:52, 08:01](1095 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:44, 08:05](1082 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:01, 06:20](883 MB) -PASS -- TEST 'hrrr_control_gnu' [05:38, 04:13](1072 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:37, 04:07](1134 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:33, 03:45](1024 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:36, 04:16](1070 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:23, 02:14](880 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:23, 02:21](939 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:54, 08:07](1084 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 07:11] -PASS -- TEST 'control_diag_debug_gnu' [02:34, 01:19](1639 MB) -PASS -- TEST 'regional_debug_gnu' [07:27, 06:43](1144 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:17, 02:10](1106 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:18, 02:05](1094 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:20, 01:58](1099 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:20, 01:57](1102 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:31, 02:10](1275 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:21, 03:17](1099 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:20, 02:07](1103 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:21, 01:57](1096 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:12](731 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:17, 01:22](729 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:28, 01:29](1728 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:18, 02:02](1102 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 02:20](1106 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:49, 03:26](1109 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:46] -PASS -- TEST 'control_wam_debug_gnu' [06:34, 05:23](1576 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 04:12] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:33, 07:58](973 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:41, 04:09](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:51, 07:03](967 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:04, 03:40](871 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:42, 04:06](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:41, 06:07](871 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:23, 02:18](858 MB) -PASS -- TEST 'conus13km_control_gnu' [03:39, 02:51](1269 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:38, 01:10](1176 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:40, 01:35](922 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 09:43] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:39, 04:34](993 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 06:51] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 02:16](980 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:25, 02:01](973 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:42, 05:53](1292 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:34, 06:26](973 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:36, 03:58](1197 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:33, 05:52](1358 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 08:17] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:26](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [19:11, 18:14] - -PASS -- COMPILE 's2s_gnu' [17:11, 16:48] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:05, 05:24](2720 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [06:10, 05:16] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 16:59] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:08, 25:54](3034 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:45] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:54, 12:06](2924 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:10, 14:28] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:17, 02:23](765 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:11, 11:47] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:02, 08:22](2123 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 17:22] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:25, 14:45](2014 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:52, 14:22](2300 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:40, 06:51](1319 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:50, 15:33](1909 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 20:06] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:26, 13:32](1999 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 06:18] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:10, 20:54](1983 MB) + +PASS -- COMPILE 's2swa_intel' [12:11, 11:40] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:53, 08:23](2180 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:00, 08:42](2185 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:09, 04:18](1989 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:53, 08:30](2199 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:09, 04:24](1742 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:59, 09:59](2550 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:53, 08:33](2178 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:56, 06:58](2096 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:01, 08:41](2183 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:41, 15:48](2986 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:18, 05:51](2931 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [16:54, 10:19](3813 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:52, 06:34](3646 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:57, 06:05](2147 MB) + +PASS -- COMPILE 's2sw_intel' [10:11, 10:02] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:43, 10:29](2025 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:50, 04:25](2085 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:17] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [08:59, 07:43](2216 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:10, 06:11] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:51, 05:35](2054 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [09:11, 08:44] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:49, 04:48](2078 MB) + +PASS -- COMPILE 's2s_intel' [09:11, 08:44] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:41, 07:03](3114 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:39, 02:11](3098 MB) +PASS -- TEST 'cpld_restart_c48_intel' [07:42, 02:10](2538 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:26] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:05, 07:26](2179 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 16:47] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:48, 13:55](2043 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:57, 07:03](1405 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:57, 15:36](1960 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:50] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:50, 23:01](2037 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:22, 03:32](710 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:30, 02:27](1601 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:34, 02:36](1617 MB) +PASS -- TEST 'control_latlon_intel' [03:30, 02:32](1609 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:37, 02:28](1616 MB) +PASS -- TEST 'control_c48_intel' [07:33, 06:51](1735 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:23, 05:51](865 MB) +PASS -- TEST 'control_c192_intel' [10:42, 09:16](1772 MB) +PASS -- TEST 'control_c384_intel' [11:35, 09:27](2053 MB) +PASS -- TEST 'control_c384gdas_intel' [11:49, 09:43](1519 MB) +PASS -- TEST 'control_stochy_intel' [02:22, 01:44](663 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:27, 01:03](541 MB) +PASS -- TEST 'control_lndp_intel' [02:21, 01:40](667 MB) +PASS -- TEST 'control_iovr4_intel' [03:20, 02:37](667 MB) +PASS -- TEST 'control_iovr5_intel' [04:19, 02:42](664 MB) +PASS -- TEST 'control_p8_intel' [03:47, 02:43](1913 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:47, 02:43](1898 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:47, 03:05](1906 MB) +PASS -- TEST 'control_restart_p8_intel' [02:46, 01:33](1165 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:46, 02:35](1907 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:47, 01:35](1182 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:36, 02:43](1903 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:37, 03:24](1995 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:28, 05:23](1909 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:53, 04:17](1988 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:53, 03:39](1916 MB) +PASS -- TEST 'merra2_thompson_intel' [06:55, 04:48](1910 MB) +PASS -- TEST 'regional_control_intel' [07:27, 05:39](1197 MB) +PASS -- TEST 'regional_restart_intel' [03:30, 02:42](1181 MB) +PASS -- TEST 'regional_decomp_intel' [07:23, 05:52](1198 MB) +PASS -- TEST 'regional_2threads_intel' [04:24, 03:04](1155 MB) +PASS -- TEST 'regional_noquilt_intel' [06:24, 05:20](1530 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:28, 04:44](1195 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:22, 04:51](1198 MB) +PASS -- TEST 'regional_wofs_intel' [08:26, 07:24](2094 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 07:46] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [13:40, 06:42](1205 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:45, 03:42](1408 MB) +PASS -- TEST 'rap_decomp_intel' [14:37, 07:01](1157 MB) +PASS -- TEST 'rap_2threads_intel' [13:40, 06:16](1384 MB) +PASS -- TEST 'rap_restart_intel' [04:59, 03:40](1134 MB) +PASS -- TEST 'rap_sfcdiff_intel' [14:43, 06:53](1209 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:43, 07:05](1151 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:54, 05:12](1219 MB) +PASS -- TEST 'hrrr_control_intel' [10:39, 03:33](1069 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:39, 03:36](1040 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [10:39, 03:12](1125 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:27, 01:54](1022 MB) +PASS -- TEST 'rrfs_v1beta_intel' [15:01, 06:47](1194 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [14:25, 07:40](2013 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:23, 07:37](2208 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 07:03] +PASS -- TEST 'control_csawmg_intel' [14:29, 07:00](1074 MB) +PASS -- TEST 'control_ras_intel' [07:21, 02:57](843 MB) + +PASS -- COMPILE 'csawmg_gnu' [09:10, 04:11] +PASS -- TEST 'control_csawmg_gnu' [07:36, 06:59](1073 MB) + +PASS -- COMPILE 'wam_intel' [12:10, 07:18] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:32, 10:25](1673 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:10, 13:35] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:48, 02:21](1908 MB) +PASS -- TEST 'regional_control_faster_intel' [06:25, 05:23](1198 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:10, 05:35] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:27, 02:23](1638 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:31, 02:16](1646 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:18, 02:32](842 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:18, 02:19](837 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:25, 04:17](1164 MB) +PASS -- TEST 'control_ras_debug_intel' [03:21, 02:42](848 MB) +PASS -- TEST 'control_diag_debug_intel' [03:33, 02:25](1703 MB) +PASS -- TEST 'control_debug_p8_intel' [03:30, 02:44](1936 MB) +PASS -- TEST 'regional_debug_intel' [16:26, 16:00](1165 MB) +PASS -- TEST 'rap_control_debug_intel' [04:18, 04:06](1230 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:20, 04:00](1221 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:19, 04:03](1236 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:18, 04:06](1235 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:18, 04:05](1234 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:26, 04:16](1318 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 04:22](1234 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 04:26](1239 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:23, 04:05](1240 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:18, 04:04](1241 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:18, 04:09](1227 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 04:23](1226 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 07:05](1235 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 04:45](1229 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 05:24](1232 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:28, 04:06](1232 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:54, 07:13](1224 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [09:10, 05:01] +PASS -- TEST 'control_csawmg_debug_gnu' [02:31, 01:58](1058 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:10, 03:29] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:10, 07:44] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:43, 03:44](1267 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:43, 07:20](1180 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:51, 03:28](1051 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:31, 06:03](1285 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:34, 03:12](1044 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:37, 03:47](1019 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:48, 05:19](1133 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:19, 02:01](977 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:10, 12:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:36, 01:52](1313 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:30, 00:45](1214 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:27, 01:02](1178 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:10, 07:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:29, 03:45](1099 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:29] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:18, 04:01](1111 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:22, 03:55](1112 MB) +PASS -- TEST 'conus13km_debug_intel' [18:33, 12:50](1360 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:33, 12:58](1011 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:26, 08:52](1256 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:28, 12:58](1436 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:31] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:20, 04:30](1172 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 09:52] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:06, 05:29](871 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:26, 05:02](1275 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:10, 06:26](935 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:01, 13:52](994 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:09, 15:23](1007 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:52, 05:35](614 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:13, 07:07](623 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:39, 02:44](443 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:52, 08:00](556 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:41, 04:08](624 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:40, 03:40](622 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:45, 04:52](679 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:09](454 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:27] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:39, 16:32](650 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:10, 15:46] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:43, 15:27](750 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:53, 16:27](849 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 09:29] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:52, 10:08](830 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:11, 10:02] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:05, 05:51](953 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:03, 05:40](938 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:46, 16:35](1348 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:10, 07:02] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 02:11](1161 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:16, 01:21](1113 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 02:06](1016 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:09](1022 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:12](1019 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:09](1145 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:11](1136 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 02:09](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:55, 04:54](1166 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:49, 04:55](1157 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:09](1138 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:15, 03:06](2458 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:15, 03:05](2407 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 04:12] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:15, 05:11](1086 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 07:07] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:15, 02:11](1129 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:45] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:26, 00:56](335 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:22, 00:50](560 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:42](572 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:11, 08:20] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:47, 04:01](2028 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:10, 08:00] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:46, 03:54](1995 MB) + +PASS -- COMPILE 'atml_intel' [09:11, 09:08] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:56, 07:20](1900 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:52, 07:37](1905 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:42, 03:40](1144 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 04:13] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:50, 05:27](1938 MB) + +PASS -- COMPILE 'atmw_intel' [10:10, 09:44] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:47, 01:48](1957 MB) + +PASS -- COMPILE 'atmaero_intel' [08:10, 07:54] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:46, 04:27](2024 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:47, 04:29](1801 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:37, 04:38](1822 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:14] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [18:28, 17:00](4584 MB) + +PASS -- COMPILE 'atm_gnu' [06:10, 05:43] +PASS -- TEST 'control_c48_gnu' [10:41, 09:20](1562 MB) +PASS -- TEST 'control_stochy_gnu' [03:24, 02:20](734 MB) +PASS -- TEST 'control_ras_gnu' [05:21, 03:52](731 MB) +PASS -- TEST 'control_p8_gnu' [05:44, 04:42](1729 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:36, 04:26](1718 MB) +PASS -- TEST 'control_flake_gnu' [06:21, 04:37](810 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:10, 05:42] +PASS -- TEST 'rap_control_gnu' [08:48, 08:03](1085 MB) +PASS -- TEST 'rap_decomp_gnu' [09:47, 07:55](1084 MB) +PASS -- TEST 'rap_2threads_gnu' [08:45, 07:13](1150 MB) +PASS -- TEST 'rap_restart_gnu' [05:56, 03:59](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:43, 08:06](1084 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:34, 08:04](1083 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:49, 06:03](882 MB) +PASS -- TEST 'hrrr_control_gnu' [05:33, 04:09](1074 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:34, 04:17](1134 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:44, 03:38](1027 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:42, 04:13](1068 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:19, 02:09](878 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 02:12](935 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:49, 08:17](1082 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [12:11, 11:17] +PASS -- TEST 'control_diag_debug_gnu' [02:35, 01:18](1631 MB) +PASS -- TEST 'regional_debug_gnu' [07:30, 06:38](1126 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:20, 02:04](1104 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:20, 02:04](1097 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:16, 02:02](1098 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:18, 02:06](1101 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:10](1275 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 03:11](1103 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 02:05](1103 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:20, 02:00](1098 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:10](729 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:17, 01:17](729 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:30, 01:25](1709 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:20, 01:59](1103 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 02:16](1106 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:47, 03:20](1114 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:11, 04:34] +PASS -- TEST 'control_wam_debug_gnu' [06:29, 05:28](1580 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:11, 06:43] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:43, 07:58](966 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:55, 03:55](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:32, 06:52](998 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:36, 03:37](875 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:38, 03:59](954 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:54, 05:53](862 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:18, 02:11](858 MB) +PASS -- TEST 'conus13km_control_gnu' [04:36, 02:49](1267 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:32, 01:09](1177 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:32, 01:41](936 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [15:10, 14:35] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:30, 04:35](989 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [13:10, 12:31] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:25, 02:11](983 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 02:05](975 MB) +PASS -- TEST 'conus13km_debug_gnu' [06:34, 06:09](1289 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:31, 06:18](979 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:31, 03:44](1195 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:30, 06:01](1356 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [16:10, 13:27] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:21, 02:14](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [24:11, 22:09] + +PASS -- COMPILE 's2s_gnu' [21:11, 18:55] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [06:54, 04:55](2735 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [14:11, 12:50] + +PASS -- COMPILE 's2sw_pdlib_gnu' [21:11, 20:15] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:19, 25:47](3033 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [13:10, 10:43] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:59, 12:04](2940 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [15:10, 14:20] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:16, 02:17](764 MB) SYNOPSIS: -Starting Date/Time: 20240731 09:21:00 -Ending Date/Time: 20240731 10:54:53 -Total Time: 01h:34m:43s +Starting Date/Time: 20240805 08:20:40 +Ending Date/Time: 20240805 09:59:14 +Total Time: 01h:38m:59s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 8a1843f928..ffa39feaa2 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,13 +1,13 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -4062b88d6b40c90e783e00de145f1e2f0dd8a0e3 +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) @@ -21,11 +21,11 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,255 +36,326 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3686172 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3949448 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [41:14, 40:36] ( 1 warnings 1383 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:47, 07:14](2015 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:14, 48:32] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:06, 21:32](1894 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:20, 22:14](2017 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:42, 11:07](1134 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:35, 24:34](1857 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [55:17, 54:32] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:44, 21:09](1883 MB) - -PASS -- COMPILE 's2swa_intel' [42:14, 40:54] ( 1381 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:23, 08:00](2059 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:46, 07:57](2065 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:54, 04:53](1719 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:20, 08:00](2080 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:58, 05:00](1739 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:21, 07:55](2323 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:17, 08:02](2060 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:39, 06:58](2002 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:45, 08:03](2058 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:33, 07:27](2045 MB) - -PASS -- COMPILE 's2sw_intel' [39:14, 38:19] ( 1279 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:30, 06:37](1908 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:45, 06:27](1971 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:10] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:44, 11:05](2091 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:11, 05:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:12, 07:44](1944 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [35:15, 35:00] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:44, 06:16](1972 MB) - -PASS -- COMPILE 's2s_intel' [38:16, 35:21] ( 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:08, 12:28](3078 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:05, 03:58](3054 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:59, 02:29](2515 MB) - -PASS -- COMPILE 's2swa_faster_intel' [35:27, 33:36] ( 1609 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:11, 07:38](2028 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [47:21, 47:08] ( 1339 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:37, 21:41](1920 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:48, 11:02](1136 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:31, 25:13](1886 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:46] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:32, 32:53](1946 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:18, 38:00] ( 1 warnings 1148 remarks ) -PASS -- TEST 'control_flake_intel' [05:41, 04:28](651 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:15, 04:01](1552 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:22, 04:05](1557 MB) -PASS -- TEST 'control_latlon_intel' [05:09, 03:55](1548 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:20, 04:00](1545 MB) -PASS -- TEST 'control_c48_intel' [15:28, 11:46](1739 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:53, 10:13](854 MB) -PASS -- TEST 'control_c192_intel' [17:42, 14:13](1691 MB) -PASS -- TEST 'control_c384_intel' [24:36, 17:54](1837 MB) -PASS -- TEST 'control_c384gdas_intel' [21:34, 13:17](1023 MB) -PASS -- TEST 'control_stochy_intel' [03:37, 02:15](605 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:33, 01:21](438 MB) -PASS -- TEST 'control_lndp_intel' [03:37, 02:09](606 MB) -PASS -- TEST 'control_iovr4_intel' [04:36, 03:23](602 MB) -PASS -- TEST 'control_iovr5_intel' [04:38, 03:23](605 MB) -PASS -- TEST 'control_p8_intel' [06:34, 04:43](1848 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [12:06, 04:48](1844 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:49, 04:27](1849 MB) -PASS -- TEST 'control_restart_p8_intel' [04:06, 02:50](1060 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:37, 04:27](1841 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:08, 02:47](1076 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:38, 04:52](1833 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:38, 04:37](1933 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:15, 07:47](1854 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:02, 05:58](1903 MB) -PASS -- TEST 'control_p8_mynn_intel' [09:54, 04:43](1858 MB) -PASS -- TEST 'merra2_thompson_intel' [07:03, 05:00](1847 MB) -PASS -- TEST 'regional_control_intel' [09:06, 07:57](1014 MB) -PASS -- TEST 'regional_restart_intel' [05:40, 04:36](1010 MB) -PASS -- TEST 'regional_decomp_intel' [10:07, 08:15](1020 MB) -PASS -- TEST 'regional_2threads_intel' [07:08, 05:55](1008 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:13, 07:52](1022 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:06, 07:58](1014 MB) - -PASS -- COMPILE 'rrfs_intel' [36:17, 35:44] ( 3 warnings 1115 remarks ) -PASS -- TEST 'rap_control_intel' [15:09, 10:17](989 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:32, 05:39](1222 MB) -PASS -- TEST 'rap_decomp_intel' [14:16, 10:41](988 MB) -PASS -- TEST 'rap_2threads_intel' [14:16, 09:44](1087 MB) -PASS -- TEST 'rap_restart_intel' [07:22, 05:19](987 MB) -PASS -- TEST 'rap_sfcdiff_intel' [14:32, 10:05](992 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:07, 10:40](989 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:12, 07:36](1004 MB) -PASS -- TEST 'hrrr_control_intel' [10:01, 05:17](984 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [10:03, 05:27](982 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:40, 04:48](1069 MB) -PASS -- TEST 'hrrr_control_restart_intel' [06:32, 02:49](922 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:44, 10:02](984 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:35, 12:29](1946 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:35, 12:12](1940 MB) - -PASS -- COMPILE 'csawmg_intel' [33:19, 32:42] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [09:48, 08:46](960 MB) -PASS -- TEST 'control_ras_intel' [05:27, 04:30](663 MB) - -PASS -- COMPILE 'wam_intel' [33:18, 32:39] ( 995 remarks ) -PASS -- TEST 'control_wam_intel' [15:55, 14:18](1632 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [53:18, 52:45] ( 1297 remarks ) -PASS -- TEST 'control_p8_faster_intel' [13:34, 04:14](1840 MB) -PASS -- TEST 'regional_control_faster_intel' [08:46, 07:12](1011 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 07:42] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:59, 03:27](1571 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:05, 03:20](1580 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:33, 03:49](778 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:33, 03:28](770 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:57, 05:59](1093 MB) -PASS -- TEST 'control_ras_debug_intel' [04:33, 03:28](788 MB) -PASS -- TEST 'control_diag_debug_intel' [05:03, 03:27](1640 MB) -PASS -- TEST 'control_debug_p8_intel' [06:07, 04:25](1878 MB) -PASS -- TEST 'regional_debug_intel' [24:02, 22:44](1044 MB) -PASS -- TEST 'rap_control_debug_intel' [07:35, 06:10](1163 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:37, 06:04](1157 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:36, 06:08](1167 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:38, 06:10](1164 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:27, 06:11](1164 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:35, 06:30](1243 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [10:23, 06:22](1169 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:29, 06:17](1170 MB) -PASS -- TEST 'rap_lndp_debug_intel' [09:28, 06:12](1165 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:31, 06:17](1167 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:30, 06:07](1162 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:30, 06:15](1165 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:31, 10:13](1160 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:31, 06:09](1162 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:33, 07:32](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:27, 06:12](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:29, 10:45](1168 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 04:42] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:05, 16:52](1652 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:15, 30:42] ( 3 warnings 1028 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:15, 05:21](1081 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [14:01, 08:25](904 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:14, 04:29](868 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:23, 08:00](952 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [13:20, 04:04](913 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:14, 04:46](865 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:27, 06:15](903 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:32, 02:25](852 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [53:20, 48:43] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:13, 02:58](1108 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:50, 01:23](1053 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:51, 01:36](1023 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:16, 31:03] ( 3 warnings 1048 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:56, 05:34](915 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 04:46] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:31, 06:08](1041 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 06:01](1042 MB) -PASS -- TEST 'conus13km_debug_intel' [20:05, 18:40](1153 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:04, 18:54](900 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:57, 10:51](1099 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:58, 18:41](1228 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:52] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [13:28, 06:12](1083 MB) - -PASS -- COMPILE 'hafsw_intel' [39:17, 38:48] ( 1 warnings 1427 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [12:27, 06:59](721 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [24:41, 06:51](1095 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [32:46, 09:19](767 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [23:30, 16:30](795 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:55, 18:08](827 MB) -PASS -- TEST 'gnv1_nested_intel' [27:10, 07:31](1683 MB) - -PASS -- COMPILE 'hafs_all_intel' [34:17, 33:41] ( 1268 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:30, 08:46](773 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:31, 08:53](753 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:13, 08:29] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:25, 03:36](1084 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:14](1027 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:25, 03:31](937 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:26, 03:33](931 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:25, 03:34](926 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:24, 03:37](1066 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:24, 03:35](1049 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:25, 03:31](932 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:26, 07:57](888 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:22, 07:51](842 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:22, 03:36](1074 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:25, 05:15](2407 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [09:26, 05:05](2356 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:38] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:25, 08:02](1026 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:12, 08:37] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:23, 03:36](1069 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 01:55] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [15:42, 02:00](233 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [15:36, 01:43](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:32, 00:54](253 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [34:15, 34:08] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [19:29, 05:35](1913 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [34:15, 33:24] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [16:39, 05:31](1875 MB) - -PASS -- COMPILE 'atml_intel' [38:16, 37:52] ( 8 warnings 1186 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [17:48, 08:59](1868 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:46, 09:11](1859 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:53, 04:52](1076 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 06:04] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [31:54, 08:16](1899 MB) - -PASS -- COMPILE 'atmw_intel' [36:16, 35:32] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:23, 02:51](1862 MB) - -PASS -- COMPILE 'atmaero_intel' [31:18, 27:13] ( 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:32, 05:58](1945 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:29, 06:29](1723 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:20, 06:33](1734 MB) +PASS -- COMPILE 's2swa_32bit_intel' [42:15, 41:49] ( 1 warnings 1384 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [36:07, 07:52](2022 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:16, 49:06] ( 1 warnings 1428 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [43:32, 21:50](1900 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:30, 23:29](2010 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:46, 11:03](1129 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [46:17, 24:54](1855 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:16, 49:32] ( 1 warnings 1425 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [40:15, 21:36](1881 MB) + +PASS -- COMPILE 's2swa_intel' [42:16, 41:29] ( 1382 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [35:36, 08:28](2063 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [36:08, 08:20](2057 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:23, 05:15](1717 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [35:39, 08:26](2078 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:26, 05:33](1739 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [35:31, 08:06](2316 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [35:31, 08:22](2011 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [35:00, 07:16](1961 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [36:00, 08:17](2064 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [35:49, 07:54](2040 MB) + +PASS -- COMPILE 's2sw_intel' [39:15, 38:50] ( 1280 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [38:06, 06:52](1903 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [37:23, 06:42](1947 MB) + +PASS -- COMPILE 's2swa_debug_intel' [36:19, 06:04] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:43, 11:16](2080 MB) + +PASS -- COMPILE 's2sw_debug_intel' [32:21, 05:47] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:00, 07:45](1937 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [02:24, 35:31] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [15:12, 07:19](1973 MB) + +PASS -- COMPILE 's2s_intel' [55:22, 35:44] ( 1016 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [19:18, 12:49](3075 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [11:15, 04:12](3059 MB) +PASS -- TEST 'cpld_restart_c48_intel' [05:06, 02:50](2515 MB) + +PASS -- COMPILE 's2swa_faster_intel' [53:30, 34:28] ( 1610 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:23, 09:37](2055 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [48:15, 47:17] ( 1340 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:46, 23:39](1928 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:35, 12:58](1142 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:09, 27:39](1887 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:40] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:47, 33:01](1942 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [39:14, 38:22] ( 1 warnings 1148 remarks ) +PASS -- TEST 'control_flake_intel' [06:38, 04:56](651 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:19, 04:42](1545 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:25, 05:11](1558 MB) +PASS -- TEST 'control_latlon_intel' [06:18, 04:28](1552 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:29, 04:51](1549 MB) +PASS -- TEST 'control_c48_intel' [14:26, 12:03](1742 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:45, 10:14](852 MB) +PASS -- TEST 'control_c192_intel' [17:51, 15:31](1692 MB) +PASS -- TEST 'control_c384_intel' [24:27, 20:39](1818 MB) +PASS -- TEST 'control_c384gdas_intel' [20:44, 14:59](1018 MB) +PASS -- TEST 'control_stochy_intel' [03:35, 02:44](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:43, 01:44](442 MB) +PASS -- TEST 'control_lndp_intel' [03:33, 02:37](605 MB) +PASS -- TEST 'control_iovr4_intel' [04:50, 03:44](602 MB) +PASS -- TEST 'control_iovr5_intel' [05:35, 03:59](605 MB) +PASS -- TEST 'control_p8_intel' [07:40, 05:39](1828 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:57, 05:41](1843 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:54, 05:29](1848 MB) +PASS -- TEST 'control_restart_p8_intel' [05:15, 02:53](1065 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:47, 05:37](1842 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:10, 03:00](1070 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:49, 05:42](1828 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:36, 05:54](1934 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:29, 08:23](1852 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:56, 06:40](1906 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:55, 05:42](1855 MB) +PASS -- TEST 'merra2_thompson_intel' [08:12, 05:28](1856 MB) +PASS -- TEST 'regional_control_intel' [11:06, 09:36](1013 MB) +PASS -- TEST 'regional_restart_intel' [07:45, 06:19](1016 MB) +PASS -- TEST 'regional_decomp_intel' [12:06, 09:54](1014 MB) +PASS -- TEST 'regional_2threads_intel' [10:14, 07:57](1008 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [12:17, 09:54](1020 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [12:06, 09:54](1014 MB) + +PASS -- COMPILE 'rrfs_intel' [42:15, 35:57] ( 3 warnings 1115 remarks ) +PASS -- TEST 'rap_control_intel' [13:14, 11:05](997 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [13:06, 05:43](1213 MB) +PASS -- TEST 'rap_decomp_intel' [15:01, 11:45](985 MB) +PASS -- TEST 'rap_2threads_intel' [12:40, 10:25](1093 MB) +PASS -- TEST 'rap_restart_intel' [09:24, 07:11](987 MB) +PASS -- TEST 'rap_sfcdiff_intel' [13:35, 11:11](992 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:54, 11:53](991 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [13:12, 08:50](999 MB) +PASS -- TEST 'hrrr_control_intel' [08:46, 06:20](991 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [12:19, 05:26](980 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [13:11, 04:55](1060 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:40, 03:03](919 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:47, 11:20](988 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [15:45, 14:36](1944 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:46, 14:05](1940 MB) + +PASS -- COMPILE 'csawmg_intel' [39:15, 32:59] ( 1095 remarks ) +PASS -- TEST 'control_csawmg_intel' [13:09, 10:20](960 MB) +PASS -- TEST 'control_ras_intel' [07:37, 05:20](668 MB) + +PASS -- COMPILE 'wam_intel' [33:15, 32:49] ( 995 remarks ) +PASS -- TEST 'control_wam_intel' [20:03, 18:11](1625 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [54:18, 53:30] ( 1297 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:56, 04:37](1840 MB) +PASS -- TEST 'regional_control_faster_intel' [08:52, 07:50](1017 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:16] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:47, 03:29](1575 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:31, 03:25](1573 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:30, 04:05](772 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:33, 03:30](776 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:52, 06:57](1093 MB) +PASS -- TEST 'control_ras_debug_intel' [04:30, 03:33](799 MB) +PASS -- TEST 'control_diag_debug_intel' [07:50, 03:39](1638 MB) +PASS -- TEST 'control_debug_p8_intel' [09:36, 04:44](1879 MB) +PASS -- TEST 'regional_debug_intel' [27:59, 24:12](1041 MB) +PASS -- TEST 'rap_control_debug_intel' [10:43, 06:46](1166 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:52, 06:55](1160 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:34, 07:19](1159 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:52, 06:46](1167 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:33, 07:18](1166 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:46, 06:54](1250 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:27, 06:17](1165 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:26, 06:30](1165 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:32, 06:13](1163 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:28, 06:25](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:24, 06:22](1165 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:31, 06:20](1160 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:15, 11:00](1165 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:36, 06:12](1159 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:34, 07:48](1167 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:28, 06:15](1163 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:14, 10:48](1168 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:53] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [19:59, 17:44](1659 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:16, 30:54] ( 3 warnings 1028 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:32, 05:52](1082 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:06, 09:43](901 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:56, 04:25](877 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:06, 09:26](946 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:50, 04:07](911 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:27, 05:13](861 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:36, 06:49](898 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:28, 03:03](852 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [52:17, 48:54] ( 3 warnings 1198 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:32, 03:32](1107 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:45, 01:29](1051 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:39](1021 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [35:13, 30:37] ( 3 warnings 1048 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:17, 07:13](908 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:19, 05:57] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:35, 06:10](1041 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:34, 06:05](1044 MB) +PASS -- TEST 'conus13km_debug_intel' [20:07, 18:44](1156 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:16, 19:11](872 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:59, 10:52](1105 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:59, 18:46](1234 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:51] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:29, 06:21](1084 MB) + +PASS -- COMPILE 'hafsw_intel' [40:15, 38:56] ( 1 warnings 1428 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:43, 07:12](705 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:43, 06:47](1091 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:11, 09:29](768 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [20:03, 17:45](801 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:30, 19:07](822 MB) +PASS -- TEST 'gnv1_nested_intel' [11:46, 07:30](1684 MB) + +PASS -- COMPILE 'hafs_all_intel' [35:15, 34:20] ( 1269 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:51, 09:26](769 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:46, 09:32](754 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:38] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:26, 04:02](1066 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:23, 02:12](1037 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:26, 03:57](931 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:35, 04:02](929 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:26, 03:52](925 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:26, 03:53](1071 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:26, 03:42](1063 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:26, 03:46](944 MB) +FAILED: TEST TIMED OUT -- TEST 'datm_cdeps_mx025_cfsr_intel' [, ]( MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:29, 08:13](844 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:23, 03:45](1065 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:27, 05:15](2370 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:43, 05:31](2356 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:52] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:25, 08:06](1013 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:12, 08:30] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:22, 04:10](1055 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:16] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:41, 01:40](233 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:27](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:55](256 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [35:14, 34:38] ( 1016 remarks ) +FAILED: TEST TIMED OUT -- TEST 'atm_ds2s_docn_pcice_intel' [, ]( MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [34:14, 33:41] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:59, 06:04](1885 MB) + +PASS -- COMPILE 'atml_intel' [38:15, 37:47] ( 8 warnings 1186 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:51, 10:11](1858 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:48, 10:31](1862 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:07, 06:27](1073 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 06:16] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:23, 08:39](1890 MB) + +PASS -- COMPILE 'atmw_intel' [37:14, 35:19] ( 1261 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:42, 03:18](1860 MB) + +PASS -- COMPILE 'atmaero_intel' [35:15, 34:01] ( 1099 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:46, 06:39](1951 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:00, 07:11](1732 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:41, 07:30](1746 MB) SYNOPSIS: -Starting Date/Time: 20240731 21:01:26 -Ending Date/Time: 20240801 00:59:10 -Total Time: 03h:58m:22s +Starting Date/Time: 20240805 00:16:01 +Ending Date/Time: 20240805 05:47:53 +Total Time: 05h:32m:33s Compiles Completed: 36/36 -Tests Completed: 164/164 +Tests Completed: 162/164 +Failed Tests: +* TEST datm_cdeps_mx025_cfsr_intel: FAILED: TEST TIMED OUT +-- LOG: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3949448/datm_cdeps_mx025_cfsr_intel/err +* TEST atm_ds2s_docn_pcice_intel: FAILED: TEST TIMED OUT +-- LOG: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3949448/atm_ds2s_docn_pcice_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 JET REGRESSION TESTING LOG==== +====START OF JET REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1849630 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: h-nems +* (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-e) - USE ECFLOW + +PASS -- COMPILE 'datm_cdeps_intel' [09:12, 08:39] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:15, 08:04](894 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [35:18, 34:20] ( 1016 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [14:00, 06:19](1916 MB) + +SYNOPSIS: +Starting Date/Time: 20240805 15:51:58 +Ending Date/Time: 20240805 16:42:30 +Total Time: 00h:50m:51s +Compiles Completed: 2/2 +Tests Completed: 2/2 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 8b2f2fd0b3..7a67ef80ad 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,13 +1,13 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) @@ -21,11 +21,11 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,357 +36,286 @@ 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-20240730 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_457009 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2194935 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:10, 16:24] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:41, 14:32](2094 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:11, 19:47] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:42, 18:05](1960 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:11, 19:00](2129 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:06, 08:53](1217 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:41, 20:23](1880 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 19:47] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:43, 17:40](1951 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:37] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:49, 26:53](1944 MB) - -PASS -- COMPILE 's2swa_intel' [16:10, 16:08] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:36, 14:16](2140 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:40, 14:18](2135 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:43, 07:55](1810 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:36, 14:32](2167 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:43, 07:58](1716 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:34, 13:16](2434 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:34, 14:05](2132 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:37, 11:56](2042 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:38, 14:17](2148 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:42, 15:40](2718 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:02, 08:26](2724 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:01, 11:29](3662 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:34, 07:08](3542 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:26, 05:58](2116 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 15:34] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:22, 13:40](1981 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:28, 04:49](2044 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:10, 08:14] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:20, 08:50](2173 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:10, 07:16] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:00, 06:03](2018 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:10, 13:41] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:18, 04:39](2046 MB) - -PASS -- COMPILE 's2s_intel' [14:10, 14:05] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:56, 09:47](3109 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:00, 03:20](3091 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:01, 02:08](2546 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:11, 23:00] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:29, 14:31](2154 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 20:03] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:09, 18:07](1995 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:28, 08:54](1248 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:09, 20:20](1909 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 06:48] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:24, 28:48](1966 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:27, 03:37](689 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:41, 03:04](1593 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:10](1593 MB) -PASS -- TEST 'control_latlon_intel' [03:43, 03:05](1596 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:53, 03:06](1594 MB) -PASS -- TEST 'control_c48_intel' [10:49, 09:16](1740 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:32, 07:56](856 MB) -PASS -- TEST 'control_c192_intel' [12:49, 11:10](1741 MB) -PASS -- TEST 'control_c384_intel' [14:48, 12:21](2022 MB) -PASS -- TEST 'control_c384gdas_intel' [12:28, 09:27](1360 MB) -PASS -- TEST 'control_stochy_intel' [02:22, 01:48](641 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:08](475 MB) -PASS -- TEST 'control_lndp_intel' [02:22, 01:42](643 MB) -PASS -- TEST 'control_iovr4_intel' [03:24, 02:38](639 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:11, 16:10] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:42, 14:21](2093 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:33] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:47, 17:57](1965 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:16, 18:56](2127 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:07, 08:50](1211 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:45, 20:12](1873 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 20:21] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:42, 17:37](1953 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 08:06] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:43, 27:11](1932 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 15:42] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:31, 14:29](2152 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:41, 14:09](2143 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:45, 07:55](1815 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:31, 14:32](2163 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:45, 08:03](1711 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:35, 13:24](2439 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:31, 14:33](2130 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:35, 12:32](2047 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:40, 14:27](2148 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:30, 16:21](2713 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:51, 08:57](2737 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:03, 11:22](3664 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:27, 07:05](3506 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:24, 05:54](2111 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 15:14] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:22, 13:49](1984 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:27, 04:41](2038 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:10, 08:06] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:21, 08:50](2173 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 07:47] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:03, 06:09](2017 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 13:54] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:10, 04:40](2049 MB) + +PASS -- COMPILE 's2s_intel' [13:11, 12:51] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:55, 09:52](3109 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:58, 03:20](3087 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:51, 02:09](2538 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:11, 24:23] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:29, 14:45](2138 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 20:21] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:15, 18:06](1998 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:20, 08:59](1256 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:07, 20:22](1905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 06:54] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:00, 28:37](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:26, 03:37](688 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:43, 03:04](1590 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:46, 03:09](1589 MB) +PASS -- TEST 'control_latlon_intel' [03:41, 03:04](1584 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:47, 03:11](1591 MB) +PASS -- TEST 'control_c48_intel' [10:49, 09:11](1742 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:30, 07:55](848 MB) +PASS -- TEST 'control_c192_intel' [11:57, 11:09](1736 MB) +PASS -- TEST 'control_c384_intel' [14:53, 12:11](2008 MB) +PASS -- TEST 'control_c384gdas_intel' [12:34, 09:30](1356 MB) +PASS -- TEST 'control_stochy_intel' [02:22, 01:47](646 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:47, 01:05](475 MB) +PASS -- TEST 'control_lndp_intel' [02:22, 01:41](643 MB) +PASS -- TEST 'control_iovr4_intel' [03:28, 02:39](643 MB) PASS -- TEST 'control_iovr5_intel' [03:23, 02:39](643 MB) -PASS -- TEST 'control_p8_intel' [05:08, 03:26](1882 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:09, 03:25](1880 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:20, 03:15](1884 MB) -PASS -- TEST 'control_restart_p8_intel' [03:06, 02:01](1095 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:15, 03:22](1879 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:16, 01:57](1129 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:07, 03:22](1872 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:11, 03:40](1975 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:44, 05:49](1881 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 04:52](1952 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:21, 03:27](1895 MB) -PASS -- TEST 'merra2_thompson_intel' [05:34, 03:40](1895 MB) -PASS -- TEST 'regional_control_intel' [07:35, 06:17](1091 MB) -PASS -- TEST 'regional_restart_intel' [04:36, 03:29](1081 MB) -PASS -- TEST 'regional_decomp_intel' [07:37, 06:39](1081 MB) -PASS -- TEST 'regional_2threads_intel' [05:35, 04:36](1077 MB) -PASS -- TEST 'regional_noquilt_intel' [07:35, 06:19](1382 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:38, 06:17](1088 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 06:21](1093 MB) -PASS -- TEST 'regional_wofs_intel' [08:35, 07:33](1908 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:16] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:20, 08:16](1059 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:53, 05:01](1307 MB) -PASS -- TEST 'rap_decomp_intel' [10:02, 08:27](1020 MB) -PASS -- TEST 'rap_2threads_intel' [09:57, 08:14](1168 MB) -PASS -- TEST 'rap_restart_intel' [06:29, 04:16](1041 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:00, 08:11](1055 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:56, 08:28](1026 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:31, 06:09](1075 MB) -PASS -- TEST 'hrrr_control_intel' [05:58, 04:16](1029 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:57, 04:20](1015 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:13, 04:05](1103 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:39, 02:18](950 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:14, 08:03](1043 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 09:38](1989 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:26, 09:22](2026 MB) - -PASS -- COMPILE 'csawmg_intel' [12:11, 11:30] -PASS -- TEST 'control_csawmg_intel' [07:37, 06:32](1024 MB) -PASS -- TEST 'control_ras_intel' [04:23, 03:25](718 MB) - -PASS -- COMPILE 'wam_intel' [12:11, 11:30] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:43, 12:01](1665 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:39] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:19, 03:10](1891 MB) -PASS -- TEST 'regional_control_faster_intel' [06:33, 05:58](1082 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 08:02] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:47, 02:44](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:52, 02:39](1611 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:25, 03:03](820 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:42](817 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:43, 04:18](1143 MB) -PASS -- TEST 'control_ras_debug_intel' [03:24, 02:48](822 MB) -PASS -- TEST 'control_diag_debug_intel' [03:49, 02:44](1683 MB) -PASS -- TEST 'control_debug_p8_intel' [03:49, 03:08](1919 MB) -PASS -- TEST 'regional_debug_intel' [18:47, 17:16](1098 MB) -PASS -- TEST 'rap_control_debug_intel' [05:27, 04:55](1210 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:44](1204 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:52](1209 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 05:14](1210 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 05:31](1207 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:32, 05:14](1294 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 04:57](1208 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 05:00](1207 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:20, 04:50](1211 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 05:00](1213 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:24, 04:48](1203 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 04:49](1208 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:20, 08:01](1201 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:19, 04:50](1205 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 06:01](1211 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:20, 04:52](1213 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:19, 08:19](1211 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 05:04] ( 839 warnings 1 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:14] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 04:48](1167 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:12, 06:58](1012 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:16, 03:41](928 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:04, 07:05](1082 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:02, 03:33](956 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:59, 03:51](907 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:24, 05:13](981 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 02:00](882 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:10, 17:46] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:54, 02:36](1185 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:39, 01:13](1131 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:36, 01:30](1085 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:10, 11:33] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 04:29](978 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 05:11] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 04:43](1090 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:45](1086 MB) -PASS -- TEST 'conus13km_debug_intel' [14:49, 14:07](1245 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:47, 14:29](950 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:39, 08:31](1174 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:41, 14:44](1316 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:12] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:21, 04:54](1142 MB) - -PASS -- COMPILE 'hafsw_intel' [14:10, 13:26] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:09, 05:54](761 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:28, 06:10](1136 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:22, 07:22](840 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:15, 24:15](871 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:23, 29:02](886 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 06:59](515 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:26, 08:17](521 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:53, 03:22](382 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:13, 09:28](485 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:50, 04:37](540 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:54, 04:21](541 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 05:38](591 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:33](411 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'gnv1_nested_intel' [, ]( MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:47] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:56, 12:56](603 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [22:10, 21:52] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:11, 12:47](676 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:01, 12:49](735 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:17] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:58, 08:45](726 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:10, 12:30] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:16, 07:14](833 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:16, 07:15](818 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:19](1200 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:16] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:56](1158 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:54](1108 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 02:47](1021 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:50](1024 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:52](1023 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:58](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:58](1149 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:51](1020 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:07, 06:28](1026 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:09, 06:22](1007 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:55](1154 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 04:16](2398 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:21](2345 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 05:44] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:29](1076 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 07:48] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:57](1154 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:18] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:01](257 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:56](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:37](319 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 11:59] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:03, 04:00](1984 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:10, 12:19] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:54](1955 MB) - -PASS -- COMPILE 'atml_intel' [14:10, 13:40] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:21, 04:47](1872 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:25, 04:46](1870 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 02:47](1083 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:10, 06:45] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:26, 05:52](1906 MB) - -PASS -- COMPILE 'atmw_intel' [13:10, 12:32] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:16, 02:04](1919 MB) - -PASS -- COMPILE 'atmaero_intel' [12:10, 12:06] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:09, 04:33](1989 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:18, 05:14](1775 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:58, 05:17](1800 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:10, 04:56] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:49, 20:46](4552 MB) +PASS -- TEST 'control_p8_intel' [05:08, 03:31](1886 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:08, 03:25](1882 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:26, 03:18](1882 MB) +PASS -- TEST 'control_restart_p8_intel' [03:14, 01:55](1101 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:13, 03:22](1879 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:21, 01:58](1130 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:08, 03:26](1873 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:11, 03:35](1972 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:48, 05:48](1882 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:31, 04:48](1948 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:24, 03:26](1899 MB) +PASS -- TEST 'merra2_thompson_intel' [05:34, 03:41](1894 MB) +PASS -- TEST 'regional_control_intel' [07:37, 06:19](1084 MB) +PASS -- TEST 'regional_restart_intel' [04:47, 03:20](1082 MB) +PASS -- TEST 'regional_decomp_intel' [07:34, 06:38](1084 MB) +PASS -- TEST 'regional_2threads_intel' [05:32, 04:37](1077 MB) +PASS -- TEST 'regional_noquilt_intel' [06:37, 06:09](1381 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 06:12](1086 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:41, 06:16](1093 MB) +PASS -- TEST 'regional_wofs_intel' [08:36, 07:31](1906 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 12:31] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:19, 08:14](1052 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:55, 05:13](1306 MB) +PASS -- TEST 'rap_decomp_intel' [09:54, 08:29](1022 MB) +PASS -- TEST 'rap_2threads_intel' [10:16, 08:15](1160 MB) +PASS -- TEST 'rap_restart_intel' [06:34, 04:20](1044 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:58, 08:11](1055 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:58, 08:29](1024 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:33, 06:09](1078 MB) +PASS -- TEST 'hrrr_control_intel' [06:08, 04:16](1031 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:54, 04:23](1020 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:15, 04:04](1097 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:26, 02:18](953 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:18, 08:07](1049 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 09:40](1985 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 09:25](2020 MB) + +PASS -- COMPILE 'csawmg_intel' [12:11, 11:36] +PASS -- TEST 'control_csawmg_intel' [07:42, 06:28](1024 MB) +PASS -- TEST 'control_ras_intel' [04:26, 03:24](718 MB) + +PASS -- COMPILE 'wam_intel' [12:10, 11:16] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:45, 12:07](1670 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:19] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:18, 03:09](1888 MB) +PASS -- TEST 'regional_control_faster_intel' [06:39, 05:56](1091 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 07:55] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:51, 02:45](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:56, 02:40](1615 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:27, 03:06](816 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:27, 02:47](820 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:22](1138 MB) +PASS -- TEST 'control_ras_debug_intel' [03:28, 02:49](825 MB) +PASS -- TEST 'control_diag_debug_intel' [03:53, 02:48](1683 MB) +PASS -- TEST 'control_debug_p8_intel' [03:53, 03:08](1918 MB) +PASS -- TEST 'regional_debug_intel' [18:49, 17:36](1116 MB) +PASS -- TEST 'rap_control_debug_intel' [05:26, 04:56](1215 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:28, 04:49](1200 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:28, 04:57](1210 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:28, 05:00](1206 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:26, 04:55](1208 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:34, 05:06](1296 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:27, 05:01](1209 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:27, 05:01](1211 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:25, 04:57](1202 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:58](1215 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:22, 04:44](1200 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:20, 04:52](1213 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 07:58](1207 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:23, 04:49](1202 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 05:57](1212 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:22, 04:56](1211 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:25, 08:23](1204 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 05:02] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:45, 13:31](1690 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 11:05] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:56, 04:46](1169 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:14, 06:57](1003 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:24, 03:42](928 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:56, 07:07](1078 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:06, 03:34](958 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:11, 03:49](903 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:29, 05:14](978 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:44, 02:00](880 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:12, 17:36] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:56, 02:38](1181 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:47, 01:11](1134 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:29](1079 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:27] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:27](979 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 05:26] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:50](1089 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:39](1083 MB) +PASS -- TEST 'conus13km_debug_intel' [15:58, 14:22](1245 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:55, 14:14](946 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:40, 08:44](1174 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:46, 14:23](1315 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:22] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:31, 04:58](1136 MB) + +PASS -- COMPILE 'hafsw_intel' [14:10, 13:50] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:14, 05:54](763 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:24, 06:11](1139 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:23, 07:23](836 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:12, 24:19](874 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:18, 28:18](894 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:59, 06:57](514 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:30, 08:14](523 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:53, 03:24](380 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:22, 09:29](491 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:50, 04:40](536 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:47, 04:23](540 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 05:37](591 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:31](409 MB) +PASS -- TEST 'gnv1_nested_intel' [07:11, 04:18](1737 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:42] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:02, 13:22](603 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [22:11, 21:46] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:09, 12:45](674 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:08, 12:50](739 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:27] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:03, 08:53](727 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:12, 12:22] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:20, 07:20](828 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:24, 07:21](813 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:56, 16:16](1204 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:55] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:21, 02:57](1156 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:56](1116 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:49](1028 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:52](1022 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:54](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:57](1163 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:59](1162 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:51](1016 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 06:27](1026 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:10, 06:24](998 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:20, 02:57](1133 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:18, 04:27](2400 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:20](2390 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 05:36] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:22](1085 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:23] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:58](1157 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:32] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:28, 01:01](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:55](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:36](323 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 11:54] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 04:06](1973 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 11:46] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:55](1956 MB) + +PASS -- COMPILE 'atml_intel' [14:11, 13:34] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:27, 04:51](1870 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:25, 04:48](1871 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:39](1082 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 06:17] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:28, 06:01](1897 MB) + +PASS -- COMPILE 'atmw_intel' [13:11, 12:25] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:20, 02:10](1917 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 11:58] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:15, 04:32](2001 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:11, 05:16](1769 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 05:23](1797 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 05:22] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:05, 20:53](4560 MB) SYNOPSIS: -Starting Date/Time: 20240731 09:22:04 -Ending Date/Time: 20240731 10:52:07 -Total Time: 01h:30m:46s +Starting Date/Time: 20240805 07:55:58 +Ending Date/Time: 20240805 09:26:43 +Total Time: 01h:31m:48s Compiles Completed: 41/41 -Tests Completed: 183/185 -Failed Tests: -* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2373/tests/logs/log_orion/run_control_wam_debug_intel.log -* TEST gnv1_nested_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /work2/noaa/stmp/zshrader/orion/rt-2373/tests/logs/log_orion/run_gnv1_nested_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF ORION REGRESSION TESTING LOG==== -====START OF ORION REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1813348 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 'wam_debug_intel' [06:10, 05:35] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:41, 14:00](1695 MB) - -PASS -- COMPILE 'hafsw_intel' [14:11, 13:28] ( 1 warnings 9 remarks ) -PASS -- TEST 'gnv1_nested_intel' [07:06, 04:19](1730 MB) - -SYNOPSIS: -Starting Date/Time: 20240731 16:42:20 -Ending Date/Time: 20240731 17:05:05 -Total Time: 00h:22m:56s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Tests Completed: 185/185 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index f62c9c31cf..55875c3ebc 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,17 +1,17 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b +1d72e10c471068cdf993bc535757009c7d8230d0 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e4) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop-64-g0495c19) 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) @@ -21,11 +21,11 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,306 +36,240 @@ 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-20240730 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_135764 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_46672 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [31:50, 30:42] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [52:57, 01:57](3100 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:35, 18:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [52:16, 01:55](1824 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [34:19, 01:37](1849 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [34:19, 02:12](982 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:17, 01:29](1792 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [42:58, 42:13] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [27:53, 01:11](1821 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:31, 15:08] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [55:20, 01:46](1843 MB) - -PASS -- COMPILE 's2swa_intel' [30:47, 30:03] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [40:02, 01:36](3133 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [40:02, 01:48](3130 MB) -PASS -- TEST 'cpld_restart_p8_intel' [31:42, 01:04](3065 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [40:02, 01:34](3152 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [31:42, 00:59](3087 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [40:02, 01:01](3369 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [40:02, 01:45](3128 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [40:03, 01:35](3078 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [40:02, 01:49](3129 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [40:11, 04:01](4129 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:42, 04:25](4273 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [40:02, 01:50](3114 MB) - -PASS -- COMPILE 's2sw_intel' [12:28, 11:14] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [58:23, 00:49](1840 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [58:23, 00:58](1904 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:28, 13:20] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [56:22, 01:06](1899 MB) - -PASS -- COMPILE 's2s_intel' [22:38, 21:55] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [48:11, 01:00](2923 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [48:11, 01:27](2925 MB) -PASS -- TEST 'cpld_restart_c48_intel' [44:08, 01:11](2349 MB) - -PASS -- COMPILE 's2swa_faster_intel' [30:48, 30:01] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [40:02, 01:55](3132 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:34, 18:11] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [52:17, 00:47](1843 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [35:04, 01:26](1008 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:05, 01:41](1802 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [28:50, 28:29] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:33, 00:42](1863 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [34:52, 34:21] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [19:50, 00:22](568 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [19:50, 00:35](1463 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [19:50, 00:24](1475 MB) -PASS -- TEST 'control_latlon_intel' [19:20, 00:20](1478 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [18:56, 00:32](1471 MB) -PASS -- TEST 'control_c48_intel' [18:45, 01:11](1592 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [18:45, 00:50](715 MB) -PASS -- TEST 'control_c192_intel' [18:45, 00:40](1593 MB) -PASS -- TEST 'control_c384_intel' [18:36, 01:37](1903 MB) -PASS -- TEST 'control_c384gdas_intel' [18:32, 02:04](1089 MB) -PASS -- TEST 'control_stochy_intel' [18:26, 00:27](529 MB) -PASS -- TEST 'control_stochy_restart_intel' [16:01, 01:01](333 MB) -PASS -- TEST 'control_lndp_intel' [18:21, 00:30](528 MB) -PASS -- TEST 'control_iovr4_intel' [17:52, 00:44](527 MB) -PASS -- TEST 'control_iovr5_intel' [17:52, 00:43](521 MB) -PASS -- TEST 'control_p8_intel' [17:32, 01:38](1770 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [16:44, 01:49](1765 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [16:44, 01:57](1772 MB) -PASS -- TEST 'control_restart_p8_intel' [12:25, 01:00](917 MB) -PASS -- TEST 'control_noqr_p8_intel' [16:44, 01:31](1759 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [11:43, 00:41](925 MB) -PASS -- TEST 'control_decomp_p8_intel' [16:44, 01:25](1761 MB) -PASS -- TEST 'control_2threads_p8_intel' [16:43, 01:02](1855 MB) -PASS -- TEST 'control_p8_lndp_intel' [16:42, 01:04](1777 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [16:42, 02:04](1830 MB) -PASS -- TEST 'control_p8_mynn_intel' [16:39, 01:43](1778 MB) -PASS -- TEST 'merra2_thompson_intel' [16:37, 01:42](1778 MB) -PASS -- TEST 'regional_control_intel' [15:56, 00:12](849 MB) -PASS -- TEST 'regional_restart_intel' [10:14, 00:28](852 MB) -PASS -- TEST 'regional_decomp_intel' [15:56, 00:55](852 MB) -PASS -- TEST 'regional_2threads_intel' [15:43, 00:56](904 MB) -PASS -- TEST 'regional_noquilt_intel' [15:33, 00:19](1173 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [15:20, 00:23](849 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [15:04, 00:15](855 MB) -PASS -- TEST 'regional_wofs_intel' [15:03, 00:52](1576 MB) - -PASS -- COMPILE 'rrfs_intel' [21:41, 20:26] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [33:37, 01:42](914 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [33:38, 01:03](1087 MB) -PASS -- TEST 'rap_decomp_intel' [33:37, 01:26](913 MB) -PASS -- TEST 'rap_2threads_intel' [33:37, 01:45](997 MB) -PASS -- TEST 'rap_restart_intel' [24:34, 01:33](785 MB) -PASS -- TEST 'rap_sfcdiff_intel' [33:37, 02:10](909 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [33:37, 01:55](911 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [24:03, 01:43](782 MB) -PASS -- TEST 'hrrr_control_intel' [33:37, 01:02](904 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [33:37, 00:56](908 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [33:38, 01:24](991 MB) -PASS -- TEST 'hrrr_control_restart_intel' [28:32, 01:05](737 MB) -PASS -- TEST 'rrfs_v1beta_intel' [33:37, 02:08](907 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [33:37, 01:00](1872 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [33:37, 01:17](1859 MB) - -PASS -- COMPILE 'csawmg_intel' [11:25, 11:05] -PASS -- TEST 'control_csawmg_intel' [40:52, 00:29](872 MB) -PASS -- TEST 'control_ras_intel' [40:52, 00:52](565 MB) - -PASS -- COMPILE 'wam_intel' [09:24, 08:31] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [42:52, 00:55](1572 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:34, 13:52] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [33:09, 02:03](1774 MB) -PASS -- TEST 'regional_control_faster_intel' [32:39, 00:21](848 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [19:35, 18:23] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [23:16, 01:14](1499 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [23:16, 01:17](1501 MB) -PASS -- TEST 'control_stochy_debug_intel' [23:16, 00:44](701 MB) -PASS -- TEST 'control_lndp_debug_intel' [23:16, 01:00](703 MB) -PASS -- TEST 'control_csawmg_debug_intel' [23:16, 00:26](1012 MB) -PASS -- TEST 'control_ras_debug_intel' [23:16, 01:01](711 MB) -PASS -- TEST 'control_diag_debug_intel' [23:16, 01:12](1559 MB) -PASS -- TEST 'control_debug_p8_intel' [23:16, 00:54](1796 MB) -PASS -- TEST 'regional_debug_intel' [23:15, 00:11](903 MB) -PASS -- TEST 'rap_control_debug_intel' [23:16, 00:44](1084 MB) -PASS -- TEST 'hrrr_control_debug_intel' [23:16, 00:49](1078 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [23:16, 00:45](1087 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [23:16, 00:42](1083 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [23:16, 00:43](1082 MB) -PASS -- TEST 'rap_diag_debug_intel' [23:16, 00:34](1164 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [23:16, 00:37](1086 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [23:13, 00:36](1090 MB) -PASS -- TEST 'rap_lndp_debug_intel' [14:24, 00:47](1086 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [14:24, 00:51](1085 MB) -PASS -- TEST 'rap_noah_debug_intel' [14:24, 00:54](1082 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [13:28, 00:42](1082 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:25, 00:25](1080 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [12:05, 00:47](1078 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [11:45, 00:33](1090 MB) -PASS -- TEST 'rap_flake_debug_intel' [11:22, 00:41](1090 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:21, 01:51](1091 MB) - -PASS -- COMPILE 'wam_debug_intel' [22:43, 22:00] ( 825 warnings 1 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_wam_debug_intel' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:33, 13:32] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [25:29, 01:16](954 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [25:28, 01:20](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [25:28, 02:00](787 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [25:28, 01:49](856 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [25:29, 02:17](844 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [25:28, 01:51](786 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:09, 01:34](688 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [11:05, 00:17](670 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [23:42, 22:30] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [10:46, 01:05](1003 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:48, 01:00](1009 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [06:47, 00:47](887 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [18:44, 17:47] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:44, 01:21](812 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [31:59, 31:28] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [01:37, 00:55](964 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [01:37, 01:04](960 MB) -PASS -- TEST 'conus13km_debug_intel' [01:37, 01:05](1056 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [01:37, 00:57](725 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [01:38, 00:23](1057 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [01:37, 01:00](1122 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:35, 10:24] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:11, 00:56](991 MB) - -PASS -- COMPILE 'hafsw_intel' [22:37, 22:21] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:18, 02:04](615 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:18, 01:09](972 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [05:16, 01:37](664 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [05:16, 01:30](698 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [05:17, 01:56](711 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:16, 01:03](389 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:17, 02:01](405 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:17, 01:35](285 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [05:20, 02:14](374 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:16, 00:37](413 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:16, 00:52](416 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:18, 00:56](494 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:17, 00:28](325 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [19:41, 19:23] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [05:49, 01:16](527 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [25:43, 25:28] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [57:36, 01:33](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [57:36, 01:32](712 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:36, 14:05] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:56, 00:56](708 MB) - -PASS -- COMPILE 'hafs_all_intel' [21:39, 20:53] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [56:30, 01:49](662 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [56:30, 01:44](648 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [56:28, 00:21](880 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:30, 11:09] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:26, 00:46](1824 MB) - -PASS -- COMPILE 'atml_intel' [26:48, 25:34] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [14:30, 14:15] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [16:30, 15:25] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [50:22, 01:02](3025 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [50:22, 01:34](2904 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [50:22, 01:21](2920 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:22, 08:46] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [57:05, 01:30](4437 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:30, 11:18] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [39:29, 01:41](3099 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:30, 12:07] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [39:29, 02:01](1820 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:14, 01:51](1836 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [21:14, 02:11](985 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [39:30, 01:31](1801 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:34, 17:10] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [34:25, 01:06](1820 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:42] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [46:40, 01:40](1836 MB) + +PASS -- COMPILE 's2swa_intel' [11:29, 11:13] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [40:30, 01:34](3135 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [40:30, 01:52](3133 MB) +PASS -- TEST 'cpld_restart_p8_intel' [32:17, 01:01](3064 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [40:30, 01:31](3152 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [32:16, 00:56](3082 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [40:30, 01:08](3369 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [40:30, 01:34](3128 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [40:31, 01:40](3077 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [40:30, 01:53](3129 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [40:39, 04:31](4129 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:38, 05:44](4273 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [40:30, 01:53](3114 MB) + +PASS -- COMPILE 's2sw_intel' [14:36, 13:53] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [51:12, 00:52](1830 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [51:12, 00:59](1896 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [22:41, 21:51] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [29:17, 01:10](1899 MB) + +PASS -- COMPILE 's2s_intel' [11:29, 10:18] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [40:29, 01:04](2925 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [40:29, 01:28](2935 MB) +PASS -- TEST 'cpld_restart_c48_intel' [36:27, 01:04](2347 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:47, 27:26] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [24:11, 01:53](3132 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:45, 21:13] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [44:08, 00:54](1837 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [26:43, 01:18](1000 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:44, 01:19](1806 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:29, 16:02] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:10, 01:50](1863 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [21:35, 21:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [18:53, 00:23](571 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [18:53, 00:28](1463 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [18:53, 00:24](1475 MB) +PASS -- TEST 'control_latlon_intel' [18:53, 00:24](1469 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [18:53, 00:32](1468 MB) +PASS -- TEST 'control_c48_intel' [18:52, 01:00](1592 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [18:52, 00:51](716 MB) +PASS -- TEST 'control_c192_intel' [18:53, 00:28](1584 MB) +PASS -- TEST 'control_c384_intel' [18:57, 01:25](1900 MB) +PASS -- TEST 'control_c384gdas_intel' [18:57, 02:04](1086 MB) +PASS -- TEST 'control_stochy_intel' [17:46, 00:26](529 MB) +PASS -- TEST 'control_stochy_restart_intel' [15:18, 01:02](332 MB) +PASS -- TEST 'control_lndp_intel' [17:46, 00:27](524 MB) +PASS -- TEST 'control_iovr4_intel' [17:46, 00:42](525 MB) +PASS -- TEST 'control_iovr5_intel' [17:34, 00:43](522 MB) +PASS -- TEST 'control_p8_intel' [17:14, 02:02](1767 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [16:48, 02:04](1767 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [15:34, 01:56](1778 MB) +PASS -- TEST 'control_restart_p8_intel' [11:38, 00:40](919 MB) +PASS -- TEST 'control_noqr_p8_intel' [15:19, 01:34](1768 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [10:18, 01:05](922 MB) +PASS -- TEST 'control_decomp_p8_intel' [15:11, 01:30](1762 MB) +PASS -- TEST 'control_2threads_p8_intel' [15:07, 00:50](1850 MB) +PASS -- TEST 'control_p8_lndp_intel' [15:05, 01:16](1773 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [15:00, 02:01](1829 MB) +PASS -- TEST 'control_p8_mynn_intel' [14:27, 01:47](1774 MB) +PASS -- TEST 'merra2_thompson_intel' [14:21, 01:43](1770 MB) +PASS -- TEST 'regional_control_intel' [14:13, 01:14](851 MB) +PASS -- TEST 'regional_restart_intel' [07:27, 00:26](852 MB) +PASS -- TEST 'regional_decomp_intel' [14:04, 00:53](861 MB) +PASS -- TEST 'regional_2threads_intel' [13:51, 00:53](908 MB) +PASS -- TEST 'regional_noquilt_intel' [13:50, 00:19](1174 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [13:25, 01:15](851 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [13:16, 01:13](851 MB) +PASS -- TEST 'regional_wofs_intel' [13:16, 00:56](1576 MB) + +PASS -- COMPILE 'rrfs_intel' [17:33, 16:31] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [22:56, 01:36](911 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [22:57, 01:07](1098 MB) +PASS -- TEST 'rap_decomp_intel' [22:56, 01:23](913 MB) +PASS -- TEST 'rap_2threads_intel' [22:56, 01:41](998 MB) +PASS -- TEST 'rap_restart_intel' [13:13, 01:15](783 MB) +PASS -- TEST 'rap_sfcdiff_intel' [22:56, 02:14](909 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [22:56, 02:00](913 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [13:13, 01:40](782 MB) +PASS -- TEST 'hrrr_control_intel' [22:56, 01:03](906 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [22:56, 00:56](908 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [22:57, 01:23](990 MB) +PASS -- TEST 'hrrr_control_restart_intel' [12:51, 01:09](739 MB) +PASS -- TEST 'rrfs_v1beta_intel' [22:56, 02:11](906 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [22:56, 00:55](1872 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [22:56, 01:08](1859 MB) + +PASS -- COMPILE 'csawmg_intel' [14:29, 14:07] +PASS -- TEST 'control_csawmg_intel' [24:59, 00:30](875 MB) +PASS -- TEST 'control_ras_intel' [24:59, 00:56](564 MB) + +PASS -- COMPILE 'wam_intel' [14:30, 13:25] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [24:58, 00:55](1565 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:30, 16:15] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [12:09, 01:56](1761 MB) +PASS -- TEST 'regional_control_faster_intel' [12:00, 00:27](847 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [23:38, 23:17] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:30, 01:19](1498 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:30, 01:25](1504 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:30, 00:47](700 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:30, 01:05](701 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:30, 00:24](1009 MB) +PASS -- TEST 'control_ras_debug_intel' [06:30, 01:03](710 MB) +PASS -- TEST 'control_diag_debug_intel' [06:30, 01:18](1562 MB) +PASS -- TEST 'control_debug_p8_intel' [06:30, 00:56](1794 MB) +PASS -- TEST 'regional_debug_intel' [06:29, 01:05](890 MB) +PASS -- TEST 'rap_control_debug_intel' [06:30, 00:46](1086 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:30, 00:56](1077 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:30, 00:47](1085 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:30, 00:47](1088 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:06, 00:45](1086 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:00, 00:28](1166 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:50, 00:34](1082 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:23, 00:30](1087 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:14, 00:37](1087 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:08, 00:41](1084 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:57, 00:48](1080 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:30, 00:41](1084 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [04:29, 00:26](1078 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [03:30, 00:45](1081 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [03:17, 00:29](1093 MB) +PASS -- TEST 'rap_flake_debug_intel' [03:12, 00:42](1088 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [02:58, 01:54](1090 MB) + +PASS -- COMPILE 'wam_debug_intel' [23:46, 23:14] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [02:30, 01:13](1595 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:30, 13:07] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:16, 01:29](957 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:59, 01:29](787 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:54, 02:10](787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:14, 01:35](858 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:10, 02:25](847 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:00, 01:52](789 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:20, 01:41](692 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:55, 00:19](670 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:44, 14:38] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [09:12, 01:11](1005 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:56, 00:50](1011 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:54, 00:40](884 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:32, 15:14] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:38, 01:44](809 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [29:05, 28:07] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [53:50, 00:57](962 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [53:50, 01:00](958 MB) +PASS -- TEST 'conus13km_debug_intel' [53:50, 01:08](1049 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [53:50, 00:43](723 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [53:50, 00:21](1051 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [53:50, 01:06](1122 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:26, 10:24] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:26, 00:50](996 MB) + +PASS -- COMPILE 'hafsw_intel' [16:33, 15:29] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [01:22, 01:58](616 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [01:23, 00:58](964 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [01:20, 01:34](661 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [01:20, 01:30](703 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [00:54, 01:25](715 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [00:37, 01:23](396 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [59:53, 01:58](403 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [59:42, 01:25](287 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [59:45, 02:00](374 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [59:40, 01:17](426 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [59:28, 01:10](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [59:27, 00:59](496 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [59:20, 00:55](318 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:42, 09:07] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [01:36, 01:13](523 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:41, 18:52] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [49:35, 00:47](534 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [49:35, 01:39](713 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:30, 14:54] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [53:10, 00:57](705 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:42, 18:15] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [48:45, 01:16](660 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [48:45, 02:09](647 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [48:43, 00:26](882 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:38, 09:59] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [55:51, 01:35](1827 MB) + +PASS -- COMPILE 'atml_intel' [21:52, 21:07] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [14:30, 13:53] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [22:36, 21:56] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [38:44, 01:21](3025 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [38:44, 01:51](2906 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [38:44, 01:43](2921 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:22, 08:54] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:29, 00:53](4438 MB) SYNOPSIS: -Starting Date/Time: 20240731 13:48:54 -Ending Date/Time: 20240731 15:30:17 -Total Time: 01h:42m:25s +Starting Date/Time: 20240805 16:07:37 +Ending Date/Time: 20240805 17:54:48 +Total Time: 01h:47m:56s Compiles Completed: 33/33 -Tests Completed: 155/156 -Failed Tests: -* TEST control_wam_debug_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/dpsarmie/ufs-weather-model/tests/logs/log_wcoss2/run_control_wam_debug_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF WCOSS2 REGRESSION TESTING LOG==== -====START OF WCOSS2 REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -619de9c8122177396890d13cd5c4ba97ccb5032b - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_238998 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-n) - RUN SINGLE TEST: control_wam_debug -* (-e) - USE ECFLOW - -PASS -- COMPILE 'wam_debug_intel' [04:17, 03:54] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [40:01, 01:01](1599 MB) - -SYNOPSIS: -Starting Date/Time: 20240731 16:15:42 -Ending Date/Time: 20240731 16:37:16 -Total Time: 00h:21m:56s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 156/156 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/rt.conf b/tests/rt.conf index 36679f99e1..be3a401f72 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -36,7 +36,7 @@ COMPILE | s2swa_32bit_pdlib_sfs | intel | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DC RUN | cpld_control_sfs | - noaacloud | baseline | COMPILE | s2swa_32bit_pdlib_debug | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud jet | fv3 | -RUN | cpld_debug_gfsv17 | - noaacloud jet derecho | baseline | +RUN | cpld_debug_gfsv17 | - noaacloud jet | baseline | COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_p8 | - noaacloud | baseline | From fcf0022aaa522f859080da2673dc538f78068163 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 8 Aug 2024 10:28:23 -0600 Subject: [PATCH 3/6] In fv3atm: convert GFS DDTs from blocked data structures to contiguous arrays (#2183) * UFSWM - In fv3atm and submodules, convert internal GFS DDTs from blocked data structures to contiguous arrays. This excludes the (external) `GFS_extdiag` and `GFS_restart` DDTs. * AQM - * CDEPS - * CICE - * CMEPS - * CMakeModules - * FV3 - Convert GFS DDTs from blocked data structures to contiguous arrays (not including GFS_restart and GFS_extdiag DDTs) * ccpp-physics - Convert GFS DDTs from blocked data structures to contiguous arrays (affects `GFS_debug.{F90,meta} only`) * atmos_cubed_sphere - Convert GFS DDTs from blocked data structures to contiguous arrays and remove IPD_Data super DDT * GOCART - * HYCOM - * MOM6 - * NOAHMP - * WW3 - * stochastic_physics - --- FV3 | 2 +- cmake/Intel.cmake | 3 +- tests/fv3_conf/compile_slurm.IN_gaea | 1 + tests/logs/OpnReqTests_control_p8_hera.log | 62 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 30 +- .../OpnReqTests_regional_control_hera.log | 38 +- tests/logs/RegressionTests_derecho.log | 620 ++++++-------- tests/logs/RegressionTests_gaea.log | 649 +++++++------- tests/logs/RegressionTests_hera.log | 790 ++++++++---------- tests/logs/RegressionTests_hercules.log | 741 ++++++++-------- tests/logs/RegressionTests_jet.log | 537 ++++++------ tests/logs/RegressionTests_orion.log | 554 ++++++------ tests/logs/RegressionTests_wcoss2.log | 468 +++++------ tests/rt.conf | 2 +- tests/test_changes.list | 76 -- tests/tests/regional_atmaq_debug | 2 +- 16 files changed, 2232 insertions(+), 2343 deletions(-) diff --git a/FV3 b/FV3 index 0495c19204..aa1484378d 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 0495c19204325401ccba2943f99e65ee9190f07d +Subproject commit aa1484378de6cc665910b63a691a1475809f6bb3 diff --git a/cmake/Intel.cmake b/cmake/Intel.cmake index 73564f1783..6b8cae0ef6 100644 --- a/cmake/Intel.cmake +++ b/cmake/Intel.cmake @@ -20,7 +20,8 @@ endif() if(DEBUG) add_definitions(-DDEBUG) - set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") + #set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") + set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays") set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -ftrapuv") else() if(FASTER) diff --git a/tests/fv3_conf/compile_slurm.IN_gaea b/tests/fv3_conf/compile_slurm.IN_gaea index 97aceeebae..29c259b092 100644 --- a/tests/fv3_conf/compile_slurm.IN_gaea +++ b/tests/fv3_conf/compile_slurm.IN_gaea @@ -7,6 +7,7 @@ #SBATCH --partition=eslogin_c5 #SBATCH --nodes=1 #SBATCH --ntasks-per-node=8 +#SBATCH --mem-per-cpu=4G #SBATCH --time=180 #SBATCH --job-name="@[JBNME]" diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 24f6aeb1e1..a79ca74ba1 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon Aug 5 13:20:26 UTC 2024 +Wed Aug 7 16:04:22 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/bit_base_bit_base +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_3245717/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 = 275.232912 - 0: The maximum resident set size (KB) = 1454960 + 0: The total amount of wall time = 291.553157 + 0: The maximum resident set size (KB) = 1432740 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/dbg_base_dbg_base +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_3245717/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 = 990.929727 - 0: The maximum resident set size (KB) = 1452048 + 0: The total amount of wall time = 978.453839 + 0: The maximum resident set size (KB) = 1404508 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/dcp_dcp +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_3245717/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 = 249.842884 - 0: The maximum resident set size (KB) = 1447064 + 0: The total amount of wall time = 250.835851 + 0: The maximum resident set size (KB) = 1418368 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/mpi_mpi +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_3245717/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 = 251.717479 - 0: The maximum resident set size (KB) = 1430488 + 0: The total amount of wall time = 251.336453 + 0: The maximum resident set size (KB) = 1419812 Test mpi PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/rst_rst +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_3245717/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 = 250.675414 - 0: The maximum resident set size (KB) = 1431300 + 0: The total amount of wall time = 250.225330 + 0: The maximum resident set size (KB) = 1419120 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/std_base_std_base +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_3245717/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 = 248.017536 - 0: The maximum resident set size (KB) = 1436404 + 0: The total amount of wall time = 251.764603 + 0: The maximum resident set size (KB) = 1418912 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_402797/thr_thr +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_3245717/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 = 249.324976 - 0: The maximum resident set size (KB) = 1431388 + 0: The total amount of wall time = 250.616791 + 0: The maximum resident set size (KB) = 1405864 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Aug 5 14:26:37 UTC 2024 -Elapsed time: 01h:06m:13s. Have a nice day! +Wed Aug 7 17:12:51 UTC 2024 +Elapsed time: 01h:08m:29s. 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 057d916e36..e61bb4928d 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 @@ -Mon Aug 5 20:25:41 UTC 2024 +Wed Aug 7 14:58:27 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3648314/dbg_base_dbg_base +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_1523760/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 = 1456.394419 - 0: The maximum resident set size (KB) = 1531368 + 0: The total amount of wall time = 1347.758320 + 0: The maximum resident set size (KB) = 1508348 Test dbg_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3648314/rst_rst +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_1523760/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 = 434.948106 - 0: The maximum resident set size (KB) = 1537108 + 0: The total amount of wall time = 427.699439 + 0: The maximum resident set size (KB) = 1502940 Test rst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3648314/std_base_std_base +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_1523760/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 = 436.362270 - 0: The maximum resident set size (KB) = 1517024 + 0: The total amount of wall time = 461.709298 + 0: The maximum resident set size (KB) = 1511784 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Aug 5 22:04:47 UTC 2024 -Elapsed time: 01h:39m:08s. Have a nice day! +Wed Aug 7 16:04:22 UTC 2024 +Elapsed time: 01h:05m:56s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 03e41e3bb2..61c8ee0c7e 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Mon Aug 5 17:40:12 UTC 2024 +Wed Aug 7 12:28:17 UTC 2024 Start Operation Requirement Test -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1711172/bit_base_bit_base +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_538515/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 = 1408.629188 - 0: The maximum resident set size (KB) = 768992 + 0: The total amount of wall time = 1405.955778 + 0: The maximum resident set size (KB) = 767568 Test bit_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1711172/dcp_dcp +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_538515/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 = 2173.644662 - 0: The maximum resident set size (KB) = 708900 + 0: The total amount of wall time = 2160.154552 + 0: The maximum resident set size (KB) = 703612 Test dcp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1711172/std_base_std_base +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_538515/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 = 2162.607714 - 0: The maximum resident set size (KB) = 716328 + 0: The total amount of wall time = 2253.393184 + 0: The maximum resident set size (KB) = 716020 Test std_base PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1711172/thr_thr +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_538515/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 = 2154.653116 - 0: The maximum resident set size (KB) = 707252 + 0: The total amount of wall time = 2176.355099 + 0: The maximum resident set size (KB) = 724868 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Aug 5 20:20:41 UTC 2024 -Elapsed time: 02h:40m:29s. Have a nice day! +Wed Aug 7 14:58:26 UTC 2024 +Elapsed time: 02h:30m:10s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 338b1c2749..5062b3ac4e 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,31 +1,31 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 +c34693f57b7804adb9fae55d41f8519a32801059 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,351 +36,285 @@ 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-20240730 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_117686 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_62932 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:16, 21:01] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:22, 07:10](3202 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:18, 23:41] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:53, 15:05](1914 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:37, 15:56](1948 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:33, 07:51](1069 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:40, 16:54](1890 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:18, 23:07] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:07, 14:25](1916 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:15, 11:12] ( 1530 warnings 1948 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_gfsv17_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_intel' [22:16, 20:59] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:24, 08:22](3225 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:37, 08:14](3222 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:34, 04:05](3158 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:24, 07:52](3254 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:24, 03:48](3188 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:19, 08:05](3733 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:08, 07:10](3217 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:08, 06:48](3540 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:41, 07:53](3234 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:54, 11:38](3811 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:30, 06:16](3628 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [30:20, 12:01](4525 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [28:36, 07:32](4671 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:09, 07:54](3209 MB) - -PASS -- COMPILE 's2sw_intel' [20:15, 19:24] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:28, 05:01](1924 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 05:04](1991 MB) - -PASS -- COMPILE 's2swa_debug_intel' [12:13, 11:09] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:54, 08:12](3295 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:15, 10:31] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:24, 06:28](1960 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:16, 15:18] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:11, 05:28](1991 MB) - -PASS -- COMPILE 's2s_intel' [16:14, 15:27] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:03, 06:36](2949 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:12, 02:21](2948 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:07, 01:47](2365 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:21, 25:40] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:22, 06:25](3233 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:21, 21:41] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:43, 15:38](1946 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:03, 08:07](1109 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:47, 17:10](1906 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:18, 10:38] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:33, 24:03](1964 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:19, 15:37] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:39, 03:37](673 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:53, 02:35](1573 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 02:26](1567 MB) -PASS -- TEST 'control_latlon_intel' [04:04, 02:24](1564 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:04, 02:25](1568 MB) -PASS -- TEST 'control_c48_intel' [08:18, 06:02](1620 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:32, 05:16](735 MB) -PASS -- TEST 'control_c192_intel' [11:45, 09:08](1688 MB) -PASS -- TEST 'control_c384_intel' [15:37, 09:08](2011 MB) -PASS -- TEST 'control_c384gdas_intel' [15:56, 07:36](1195 MB) -PASS -- TEST 'control_stochy_intel' [02:39, 01:24](628 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:41, 00:51](436 MB) -PASS -- TEST 'control_lndp_intel' [02:40, 01:19](627 MB) -PASS -- TEST 'control_iovr4_intel' [03:49, 02:04](625 MB) -PASS -- TEST 'control_iovr5_intel' [03:47, 02:07](619 MB) -PASS -- TEST 'control_p8_intel' [06:29, 03:51](1864 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:46, 03:32](1873 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:47, 03:37](1864 MB) -PASS -- TEST 'control_restart_p8_intel' [04:15, 02:05](1015 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:37, 03:29](1861 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:24, 02:11](1012 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:36, 03:43](1864 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:36, 03:36](1951 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:26, 05:09](1868 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:34, 04:16](1924 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:42, 03:24](1876 MB) -PASS -- TEST 'merra2_thompson_intel' [06:23, 03:44](1868 MB) -PASS -- TEST 'regional_control_intel' [06:53, 05:17](872 MB) -PASS -- TEST 'regional_restart_intel' [04:58, 03:01](872 MB) -PASS -- TEST 'regional_decomp_intel' [06:53, 05:24](871 MB) -PASS -- TEST 'regional_noquilt_intel' [06:55, 05:09](1192 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:53, 05:03](872 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:58, 05:08](881 MB) -PASS -- TEST 'regional_wofs_intel' [06:53, 05:40](1607 MB) - -PASS -- COMPILE 'rrfs_intel' [14:19, 12:52] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:32, 06:16](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:48, 03:53](1197 MB) -PASS -- TEST 'rap_decomp_intel' [08:32, 06:34](1005 MB) -PASS -- TEST 'rap_2threads_intel' [08:32, 05:49](1099 MB) -PASS -- TEST 'rap_restart_intel' [05:08, 03:13](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:33, 06:17](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:33, 06:35](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:09, 04:37](882 MB) -PASS -- TEST 'hrrr_control_intel' [05:15, 03:23](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:15, 03:17](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:15, 03:02](1088 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:47, 01:46](836 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:34, 06:11](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:11, 07:31](1959 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:12, 07:04](1949 MB) - -PASS -- COMPILE 'csawmg_intel' [12:19, 11:07] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:03, 06:36](965 MB) -PASS -- TEST 'control_ras_intel' [04:39, 03:05](659 MB) - -PASS -- COMPILE 'wam_intel' [11:18, 10:36] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:38, 11:36](1655 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:19, 17:02] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:44, 03:17](1870 MB) -PASS -- TEST 'regional_control_faster_intel' [06:56, 04:46](879 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:20, 12:12] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:07, 02:32](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:03, 02:31](1612 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:37, 02:50](812 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:32, 02:38](808 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:56, 04:45](1123 MB) -PASS -- TEST 'control_ras_debug_intel' [04:31, 02:36](817 MB) -PASS -- TEST 'control_diag_debug_intel' [05:06, 02:33](1671 MB) -PASS -- TEST 'control_debug_p8_intel' [06:05, 03:51](1903 MB) -PASS -- TEST 'regional_debug_intel' [18:57, 17:18](927 MB) -PASS -- TEST 'rap_control_debug_intel' [06:31, 04:40](1192 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:33, 04:42](1189 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:43, 04:37](1190 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 04:38](1196 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:45, 05:06](1194 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:18, 05:03](1273 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:39, 04:54](1196 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:44, 04:50](1193 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:38, 04:49](1193 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:33, 04:42](1191 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:32, 04:38](1193 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:32, 04:54](1191 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:41, 07:56](1189 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:42, 04:33](1189 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:41, 05:26](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:39, 05:01](1192 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:15, 08:02](1198 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:12, 06:43] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:22, 12:15](1699 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:13, 10:51] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:38, 04:03](1057 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:08, 06:17](879 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:59, 03:43](879 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:24, 05:21](942 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:58, 03:00](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:08, 03:02](880 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:13, 04:16](792 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:34, 01:32](774 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:19, 14:46] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:32, 02:03](1084 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:35, 00:56](1083 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:30, 01:06](972 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:21, 10:52] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:01, 03:53](910 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:17, 06:42] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:41, 04:27](1069 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:44, 04:25](1067 MB) -PASS -- TEST 'conus13km_debug_intel' [15:59, 13:47](1150 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:08, 13:25](834 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:47, 07:53](1150 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:35, 13:35](1223 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:17, 06:28] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:45, 04:38](1094 MB) - -PASS -- COMPILE 'hafsw_intel' [19:19, 18:05] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:52, 04:31](715 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:09, 05:04](1069 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:47, 06:25](777 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:41, 11:20](799 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:00, 12:27](807 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:10, 04:38](476 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:39, 05:42](492 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:03, 02:15](391 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:51, 06:09](461 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:58, 03:17](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:17, 03:05](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:25, 03:48](589 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:12](429 MB) -PASS -- TEST 'gnv1_nested_intel' [07:35, 04:02](1714 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:17, 07:44] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:16, 12:05](636 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [27:23, 26:15] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:27, 07:22](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:01, 07:34](686 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:20, 19:19] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:57, 05:40](682 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:19, 15:25] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:02](750 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:38, 06:02](741 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:26, 16:52](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:19, 08:24] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:40, 02:28](769 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:39, 01:32](756 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:49, 02:19](649 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:39, 02:23](646 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:30, 02:27](645 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:34, 02:42](768 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:35, 02:43](768 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:28, 02:31](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:21, 05:46](698 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:01, 05:44](679 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:29](769 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:34, 03:52](2034 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:39, 03:52](2035 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:19, 05:56] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:34, 05:05](753 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:17, 08:15] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:36, 02:28](766 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:18, 02:39] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 01:06](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:09, 01:03](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:44](453 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:19, 13:01] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:26, 03:54](1916 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:18, 11:40] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:32, 04:13](1899 MB) - -PASS -- COMPILE 'atml_intel' [15:21, 14:46] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:36, 06:45](1887 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:25, 06:20](1891 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:24, 03:38](1018 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:19, 09:25] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:13, 06:09](1936 MB) - -PASS -- COMPILE 'atmw_intel' [14:21, 13:42] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:20, 02:07](1890 MB) - -PASS -- COMPILE 'atmaero_intel' [13:18, 12:11] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:00, 04:32](3122 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:55, 04:25](2993 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:34](3008 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:17, 07:29] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:32, 21:59](4530 MB) +PASS -- COMPILE 's2swa_32bit_intel' [55:29, 20:54] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:15, 05:37](3206 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [57:29, 22:54] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:20, 14:38](1910 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:17, 15:54](1933 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [15:12, 07:53](1077 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:51, 16:25](1888 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [57:30, 22:55] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:19, 14:10](1905 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [47:48, 11:21] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:36, 22:39](1941 MB) + +PASS -- COMPILE 's2swa_intel' [54:30, 20:47] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [59:22, 06:21](3220 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [35:17, 06:15](3219 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:50, 04:05](3146 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:40, 06:14](3250 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [13:09, 04:01](3179 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [30:17, 05:58](3734 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:20, 06:09](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:08, 05:08](3536 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:35, 06:19](3228 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [15:10, 09:37](3816 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:53, 06:24](3619 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:08, 10:20](4518 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:20, 06:59](4672 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [17:14, 06:07](3208 MB) + +PASS -- COMPILE 's2sw_intel' [53:29, 19:24] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:50, 04:45](1929 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:58, 05:06](1981 MB) + +PASS -- COMPILE 's2swa_debug_intel' [47:48, 11:18] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:00, 08:10](3304 MB) + +PASS -- COMPILE 's2sw_debug_intel' [46:29, 10:38] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [40:33, 05:56](1956 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [51:29, 15:44] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [19:06, 04:46](1986 MB) + +PASS -- COMPILE 's2s_intel' [51:31, 15:45] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [44:37, 06:39](2886 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [39:38, 02:21](2893 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:18, 01:33](2311 MB) + +PASS -- COMPILE 's2swa_faster_intel' [07:45, 23:26] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:22, 06:16](3234 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [04:47, 21:33] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:01, 14:44](1924 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:05, 07:46](1103 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:48, 16:34](1894 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [53:44, 10:43] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:46, 24:35](1947 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [53:42, 13:46] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [07:37, 03:28](671 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:56, 02:26](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:19, 02:28](1563 MB) +PASS -- TEST 'control_latlon_intel' [05:57, 02:24](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:02, 02:26](1565 MB) +PASS -- TEST 'control_c48_intel' [09:04, 06:07](1573 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:40, 05:15](710 MB) +PASS -- TEST 'control_c192_intel' [11:40, 08:48](1679 MB) +PASS -- TEST 'control_c384_intel' [16:20, 08:53](1946 MB) +PASS -- TEST 'control_c384gdas_intel' [14:12, 07:10](1177 MB) +PASS -- TEST 'control_stochy_intel' [02:40, 01:27](622 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:43, 00:52](440 MB) +PASS -- TEST 'control_lndp_intel' [02:40, 01:22](621 MB) +PASS -- TEST 'control_iovr4_intel' [04:49, 02:06](617 MB) +PASS -- TEST 'control_iovr5_intel' [04:35, 02:06](622 MB) +PASS -- TEST 'control_p8_intel' [06:38, 03:02](1855 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:35, 03:04](1858 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:34, 03:02](1850 MB) +PASS -- TEST 'control_restart_p8_intel' [04:14, 01:59](1003 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:17, 03:10](1855 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:13, 02:07](1002 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:16, 03:04](1844 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:27, 03:03](1936 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:13, 05:01](1853 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:33, 03:56](1909 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:34, 03:12](1866 MB) +PASS -- TEST 'merra2_thompson_intel' [06:30, 03:32](1861 MB) +PASS -- TEST 'regional_control_intel' [06:54, 04:54](865 MB) +PASS -- TEST 'regional_restart_intel' [04:50, 02:56](858 MB) +PASS -- TEST 'regional_decomp_intel' [06:53, 05:04](865 MB) +PASS -- TEST 'regional_noquilt_intel' [06:54, 04:45](1178 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:58, 04:46](870 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:00, 04:51](864 MB) +PASS -- TEST 'regional_wofs_intel' [08:00, 05:39](1595 MB) + +PASS -- COMPILE 'rrfs_intel' [51:40, 12:30] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [11:20, 06:10](1004 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:43, 03:42](1163 MB) +PASS -- TEST 'rap_decomp_intel' [11:20, 06:24](1002 MB) +PASS -- TEST 'rap_2threads_intel' [10:28, 05:42](1092 MB) +PASS -- TEST 'rap_restart_intel' [05:13, 03:15](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:21, 06:07](1000 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:22, 06:25](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:12, 04:36](875 MB) +PASS -- TEST 'hrrr_control_intel' [14:14, 03:12](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [14:14, 03:21](999 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [13:17, 02:47](1078 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:41, 01:46](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:28, 06:00](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:53, 07:26](1952 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:53, 07:12](1944 MB) + +PASS -- COMPILE 'csawmg_intel' [48:41, 11:24] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [12:09, 06:27](957 MB) +PASS -- TEST 'control_ras_intel' [07:34, 02:54](656 MB) + +PASS -- COMPILE 'wam_intel' [47:39, 11:09] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:16, 10:10](1655 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [47:40, 11:38] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [13:32, 02:49](1853 MB) +PASS -- TEST 'regional_control_faster_intel' [07:02, 04:43](859 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [47:40, 13:52] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:12, 02:34](1602 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [11:15, 02:33](1612 MB) +PASS -- TEST 'control_stochy_debug_intel' [11:39, 02:54](807 MB) +PASS -- TEST 'control_lndp_debug_intel' [10:39, 02:37](807 MB) +PASS -- TEST 'control_csawmg_debug_intel' [13:11, 04:32](1114 MB) +PASS -- TEST 'control_ras_debug_intel' [10:38, 02:39](815 MB) +PASS -- TEST 'control_diag_debug_intel' [11:41, 02:39](1662 MB) +PASS -- TEST 'control_debug_p8_intel' [12:14, 03:27](1902 MB) +PASS -- TEST 'regional_debug_intel' [19:04, 16:31](915 MB) +PASS -- TEST 'rap_control_debug_intel' [13:40, 04:54](1186 MB) +PASS -- TEST 'hrrr_control_debug_intel' [12:49, 04:37](1184 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:35, 04:42](1188 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 04:43](1189 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:42, 04:40](1186 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:05, 04:59](1269 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:31, 04:46](1188 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:33, 04:44](1189 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:46, 04:44](1192 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:41, 04:44](1192 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:36, 04:43](1185 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:40, 04:47](1185 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 07:31](1184 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:37, 04:36](1185 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:43, 05:32](1189 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:41, 04:44](1188 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:09, 07:57](1191 MB) + +PASS -- COMPILE 'wam_debug_intel' [40:35, 07:01] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [13:57, 12:22](1684 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:23, 11:10] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:46, 03:28](1016 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:06, 05:07](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:04, 02:46](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:09, 04:46](941 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:12, 02:24](935 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:19, 02:53](876 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:11, 03:54](793 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:48, 01:32](778 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:30, 11:02] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:48, 01:53](1075 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:33, 00:58](1071 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:33, 01:06](958 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [24:24, 11:07] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:13, 03:39](908 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [20:22, 07:22] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:33, 04:38](1062 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:40, 04:27](1060 MB) +PASS -- TEST 'conus13km_debug_intel' [15:35, 13:28](1147 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:24, 13:39](826 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:29, 07:50](1140 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:28, 13:52](1211 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [18:26, 07:00] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:39, 04:35](1086 MB) + +PASS -- COMPILE 'hafsw_intel' [29:23, 17:09] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:31, 04:33](699 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:59, 05:02](1047 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:03, 06:26](753 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:24, 10:58](766 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:41, 12:10](797 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:35, 04:39](460 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:44, 05:41](477 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:06, 02:17](383 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:35, 06:05](452 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 03:17](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:16, 03:03](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:21, 03:48](570 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:33, 01:13](421 MB) +PASS -- TEST 'gnv1_nested_intel' [07:33, 04:12](1701 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [18:20, 08:24] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:39, 12:00](625 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [27:22, 16:52] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:19, 07:10](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:27, 07:14](674 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [23:22, 18:17] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:26, 05:23](668 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:15, 15:31] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:46, 05:41](740 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:53, 05:44](722 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:55, 16:07](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:17, 08:10] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:44, 02:28](770 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:25, 01:32](759 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:35, 02:21](648 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:31, 02:24](647 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:44, 02:25](648 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:43, 02:28](769 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:38, 02:29](766 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:38, 02:19](647 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:52, 05:43](698 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:18, 05:42](676 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:29](756 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 03:54](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:30, 03:53](2035 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:17, 05:37] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:27, 05:10](752 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:22, 08:15] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:33, 02:29](756 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:17, 02:37] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:44, 01:09](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:28, 01:05](450 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:41, 00:45](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:19, 13:16] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:38, 03:50](1902 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:18, 12:14] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:30, 03:45](1898 MB) + +PASS -- COMPILE 'atml_intel' [15:19, 14:17] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:37, 07:14](1883 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:40, 07:06](1878 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:12, 04:13](1033 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:18, 10:26] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:35, 06:24](1919 MB) + +PASS -- COMPILE 'atmw_intel' [14:20, 13:22] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:22, 02:21](1875 MB) + +PASS -- COMPILE 'atmaero_intel' [13:18, 12:37] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:48, 04:12](3122 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:46, 04:19](3000 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:12, 04:23](3007 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:19, 07:52] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [26:13, 21:53](4538 MB) SYNOPSIS: -Starting Date/Time: 20240805 06:52:14 -Ending Date/Time: 20240805 08:28:48 -Total Time: 01h:37m:26s +Starting Date/Time: 20240806 14:30:46 +Ending Date/Time: 20240806 18:20:14 +Total Time: 03h:50m:18s Compiles Completed: 41/41 -Tests Completed: 183/184 -Failed Tests: -* TEST cpld_debug_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /glade/work/zshrader/rt-2370/tests/logs/log_derecho/run_cpld_debug_gfsv17_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF DERECHO REGRESSION TESTING LOG==== -====START OF DERECHO REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_6646 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [55:26, 11:41] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:07, 22:28](1944 MB) - -SYNOPSIS: -Starting Date/Time: 20240805 12:17:56 -Ending Date/Time: 20240805 13:42:51 -Total Time: 01h:25m:29s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 184/184 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index d1fb44cf8b..0b77498111 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,31 +1,361 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 +b40a0f095bb14723f1a8be990d19a22972f356d6 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240806 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_214339 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [22:12, 21:38] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:04, 07:24](3207 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:15, 25:07] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:40, 14:00](1914 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:38, 14:59](1935 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:31, 07:46](1072 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:40, 14:58](1887 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [27:12, 25:03] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:47, 13:49](1913 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:15, 15:52] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:59, 25:08](1939 MB) + +PASS -- COMPILE 's2swa_intel' [22:12, 21:58] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:54, 08:27](3224 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:56, 08:28](3221 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:58, 05:12](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:54, 08:31](3247 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:56, 05:14](3172 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:36, 06:56](3460 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:43, 08:26](3222 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:56, 07:26](3168 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:05, 08:29](3223 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:11, 10:34](3453 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:43, 08:21](3604 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [22:36, 13:10](4209 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:04, 09:17](4360 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:56, 08:00](3211 MB) + +PASS -- COMPILE 's2sw_intel' [21:16, 20:08] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:40, 06:02](1929 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:50, 06:45](1996 MB) + +PASS -- COMPILE 's2swa_debug_intel' [17:11, 16:28] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:38, 09:58](3280 MB) + +PASS -- COMPILE 's2sw_debug_intel' [16:15, 15:53] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:11, 06:36](1954 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [20:11, 18:38] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:40, 05:32](1993 MB) + +PASS -- COMPILE 's2s_intel' [19:11, 19:04] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:14, 06:29](2870 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:27, 01:56](2877 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:18, 01:08](2288 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:17, 22:16] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:50, 08:41](3223 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:14, 24:56] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:44, 16:17](1926 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:41, 08:00](1085 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:41, 17:58](1903 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:15, 16:58] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:30, 26:56](1959 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:16, 16:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:45, 03:54](664 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:47, 03:12](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:27, 03:12](1565 MB) +PASS -- TEST 'control_latlon_intel' [05:45, 03:08](1567 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:17, 03:09](1563 MB) +PASS -- TEST 'control_c48_intel' [09:15, 06:32](1561 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:48, 05:51](696 MB) +PASS -- TEST 'control_c192_intel' [12:52, 10:11](1671 MB) +PASS -- TEST 'control_c384_intel' [21:09, 18:34](1927 MB) +PASS -- TEST 'control_c384gdas_intel' [18:37, 14:35](1151 MB) +PASS -- TEST 'control_stochy_intel' [02:48, 02:04](619 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:31, 01:03](425 MB) +PASS -- TEST 'control_lndp_intel' [02:51, 01:51](618 MB) +PASS -- TEST 'control_iovr4_intel' [03:54, 02:41](616 MB) +PASS -- TEST 'control_iovr5_intel' [03:54, 02:43](616 MB) +PASS -- TEST 'control_p8_intel' [07:38, 03:26](1849 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:50, 03:32](1848 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:42, 03:21](1852 MB) +PASS -- TEST 'control_restart_p8_intel' [04:18, 02:17](996 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:38, 03:26](1844 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:15, 01:47](1013 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:30, 03:21](1849 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:13, 02:51](1926 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:50, 05:46](1849 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:30, 04:15](1905 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:27, 03:44](1863 MB) +PASS -- TEST 'merra2_thompson_intel' [06:11, 04:09](1856 MB) +PASS -- TEST 'regional_control_intel' [06:11, 05:05](848 MB) +PASS -- TEST 'regional_restart_intel' [03:38, 02:33](847 MB) +PASS -- TEST 'regional_decomp_intel' [06:53, 04:52](851 MB) +PASS -- TEST 'regional_2threads_intel' [05:00, 02:55](989 MB) +PASS -- TEST 'regional_noquilt_intel' [06:24, 04:39](1175 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:23, 04:33](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:00, 04:39](832 MB) +PASS -- TEST 'regional_wofs_intel' [06:45, 06:07](1580 MB) + +PASS -- COMPILE 'rrfs_intel' [17:16, 16:46] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:08, 07:04](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:15, 04:10](1152 MB) +PASS -- TEST 'rap_decomp_intel' [10:19, 07:13](1007 MB) +PASS -- TEST 'rap_2threads_intel' [08:41, 06:18](1087 MB) +PASS -- TEST 'rap_restart_intel' [06:53, 03:28](878 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:24, 06:57](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:07, 07:37](1004 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:13, 04:58](877 MB) +PASS -- TEST 'hrrr_control_intel' [05:14, 03:55](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:04, 03:54](997 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:01, 03:14](1081 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:42, 01:59](833 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:34, 06:45](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:34, 08:38](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:37, 07:54](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [16:16, 15:46] +PASS -- TEST 'control_csawmg_intel' [07:42, 06:47](958 MB) +PASS -- TEST 'control_ras_intel' [05:20, 03:33](654 MB) + +PASS -- COMPILE 'wam_intel' [16:11, 15:58] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:19, 12:04](1649 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:11, 15:35] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:30, 03:11](1846 MB) +PASS -- TEST 'regional_control_faster_intel' [05:44, 04:35](844 MB) + +FAILED: UNABLE TO FINISH COMPILE -- COMPILE 'atm_debug_dyn32_intel' [, ] +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_stochy_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_lndp_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_csawmg_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_ras_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_diag_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_debug_p8_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'regional_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_control_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'hrrr_control_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'hrrr_gf_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'hrrr_c3_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_unified_drag_suite_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_diag_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_unified_ugwp_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_lndp_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_progcld_thompson_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_noah_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_sfcdiff_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rrfs_v1beta_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_clm_lake_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_flake_debug_intel' [, ]( MB) +SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'gnv1_c96_no_nest_debug_intel' [, ]( MB) + +PASS -- COMPILE 'wam_debug_intel' [12:12, 11:29] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:17, 13:32](1674 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:11, 13:55] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:18, 04:13](1010 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:15, 05:48](878 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:05, 03:32](875 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:13, 05:06](932 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:11, 02:53](922 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:07, 03:33](875 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:12, 04:24](774 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:37, 01:41](757 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 15:09] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:05, 02:36](1086 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:21, 01:10](1062 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:27, 01:26](963 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:15, 14:47] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:44, 04:21](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:14, 10:47] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:39, 05:07](1051 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:35, 05:46](1052 MB) +PASS -- TEST 'conus13km_debug_intel' [17:52, 14:11](1136 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:27, 15:08](807 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:14, 08:36](1115 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:15, 15:06](1200 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:15, 13:11] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:40, 05:22](1079 MB) + +PASS -- COMPILE 'hafsw_intel' [20:11, 19:57] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:37, 05:31](685 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:00, 04:41](1034 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:03, 07:57](725 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:41, 11:48](762 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:30, 12:52](781 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:32, 05:30](462 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:44, 06:50](482 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:37, 03:06](368 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:20, 08:05](429 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:19, 04:01](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:38](496 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:27, 04:59](557 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:49, 01:53](399 MB) +PASS -- TEST 'gnv1_nested_intel' [09:16, 06:00](1706 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:11, 14:43] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:26, 13:10](585 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:14, 18:59] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:40, 07:48](605 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:33, 07:51](777 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:12, 20:45] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:28, 06:08](776 MB) + +PASS -- COMPILE 'hafs_all_intel' [20:12, 19:52] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:25, 06:19](720 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:16, 06:25](705 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:19, 20:07](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [15:13, 14:50] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:28, 02:34](761 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:34, 01:35](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:27](638 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:34, 02:27](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:33, 02:36](643 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:35, 02:37](750 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:32, 02:37](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:28, 02:28](638 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:50, 06:12](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:51, 06:03](673 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:23, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:29, 04:40](2028 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:58, 04:42](2028 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [11:11, 10:26] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:35, 05:31](746 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [16:13, 15:09] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:27, 02:34](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:20, 04:43] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:11, 01:59](316 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:10, 01:38](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:50, 01:04](456 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:18, 17:19] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:38, 05:07](1910 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:12, 14:33] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 04:16](1897 MB) + +PASS -- COMPILE 'atml_intel' [17:16, 16:20] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:47, 07:20](1881 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:47, 07:20](1881 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:59, 04:17](1031 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:16, 12:26] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:33, 06:42](1921 MB) + +PASS -- COMPILE 'atmw_intel' [16:14, 15:50] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:11, 02:24](1883 MB) + +PASS -- COMPILE 'atmaero_intel' [15:11, 14:54] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:32, 06:19](3117 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:32, 06:44](3008 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:29, 06:48](3018 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [13:11, 11:10] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:39, 18:18](4492 MB) + +SYNOPSIS: +Starting Date/Time: 20240806 23:36:46 +Ending Date/Time: 20240807 01:14:37 +Total Time: 01h:38m:56s +Compiles Completed: 40/41 +Tests Completed: 159/185 +Failed Compiles: +* COMPILE atm_debug_dyn32_intel: FAILED: UNABLE TO FINISH COMPILE +-- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2183/ufs-weather-model/tests/logs/log_gaea/compile_atm_debug_dyn32_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF GAEA REGRESSION TESTING LOG==== +====START OF GAEA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +43fce6b201a8bffe7e346b1dfb5c724bfc053722 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,286 +366,47 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_84360 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_233535 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:13, 16:56] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [19:36, 07:11](3201 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:13, 22:51] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [46:50, 14:11](1915 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:37, 15:26](1952 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:30, 07:33](1079 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [47:34, 15:02](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:16, 23:21] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [50:01, 13:27](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:13, 11:34] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:34, 24:13](1937 MB) - -PASS -- COMPILE 's2swa_intel' [18:13, 17:51] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [28:26, 07:57](3230 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:26, 07:50](3226 MB) -PASS -- TEST 'cpld_restart_p8_intel' [31:53, 05:32](3159 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [39:23, 07:56](3245 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [21:29, 05:21](3181 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [34:00, 06:30](3461 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [38:13, 07:45](3221 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [38:13, 07:01](3171 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [39:32, 07:59](3229 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [43:21, 10:16](3447 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [20:25, 07:44](3609 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [47:39, 12:43](4213 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:43, 09:49](4366 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [36:10, 07:42](3222 MB) - -PASS -- COMPILE 's2sw_intel' [16:13, 15:49] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:28, 05:11](1937 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:49, 05:12](1996 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:12, 11:07] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:38, 09:54](3277 MB) - -PASS -- COMPILE 's2sw_debug_intel' [11:12, 10:51] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:57, 05:58](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:13, 14:29] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:39, 05:19](1989 MB) - -PASS -- COMPILE 's2s_intel' [15:13, 14:10] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:16, 06:32](2929 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [09:14, 01:59](2938 MB) -PASS -- TEST 'cpld_restart_c48_intel' [38:37, 01:08](2349 MB) - -PASS -- COMPILE 's2swa_faster_intel' [26:13, 25:54] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [40:45, 07:49](3229 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:14, 21:28] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [50:04, 15:31](1936 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:51, 07:48](1096 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:04, 17:52](1913 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:14, 13:09] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [06:30, 26:57](1959 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:13, 14:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [40:37, 03:46](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [26:57, 03:00](1567 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [24:32, 03:16](1576 MB) -PASS -- TEST 'control_latlon_intel' [20:43, 03:12](1569 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [20:21, 03:23](1569 MB) -PASS -- TEST 'control_c48_intel' [23:00, 06:34](1600 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [20:54, 05:40](719 MB) -PASS -- TEST 'control_c192_intel' [19:47, 10:03](1682 MB) -PASS -- TEST 'control_c384_intel' [26:18, 18:21](1984 MB) -PASS -- TEST 'control_c384gdas_intel' [22:10, 14:22](1179 MB) -PASS -- TEST 'control_stochy_intel' [08:31, 01:55](624 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:33, 01:03](426 MB) -PASS -- TEST 'control_lndp_intel' [08:31, 01:42](622 MB) -PASS -- TEST 'control_iovr4_intel' [08:28, 02:37](620 MB) -PASS -- TEST 'control_iovr5_intel' [08:31, 02:39](620 MB) -PASS -- TEST 'control_p8_intel' [09:08, 03:17](1867 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [09:09, 03:21](1868 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:14, 03:16](1869 MB) -PASS -- TEST 'control_restart_p8_intel' [04:17, 02:10](1012 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:04, 03:15](1862 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:18, 02:41](1014 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:01, 03:19](1859 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:21, 02:49](1949 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:20, 05:12](1867 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:27, 04:13](1920 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:42, 03:22](1865 MB) -PASS -- TEST 'merra2_thompson_intel' [06:37, 03:36](1866 MB) -PASS -- TEST 'regional_control_intel' [06:47, 04:50](858 MB) -PASS -- TEST 'regional_restart_intel' [04:42, 03:00](860 MB) -PASS -- TEST 'regional_decomp_intel' [06:46, 05:00](860 MB) -PASS -- TEST 'regional_2threads_intel' [03:43, 03:02](999 MB) -PASS -- TEST 'regional_noquilt_intel' [05:43, 04:35](1177 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:51, 04:43](856 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:38, 04:46](858 MB) -PASS -- TEST 'regional_wofs_intel' [07:38, 06:11](1588 MB) - -PASS -- COMPILE 'rrfs_intel' [14:12, 13:22] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [47:55, 06:59](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [43:20, 04:05](1179 MB) -PASS -- TEST 'rap_decomp_intel' [47:54, 07:11](1007 MB) -PASS -- TEST 'rap_2threads_intel' [47:54, 06:02](1100 MB) -PASS -- TEST 'rap_restart_intel' [05:51, 03:26](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [47:53, 06:49](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [47:54, 07:13](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:08, 05:05](877 MB) -PASS -- TEST 'hrrr_control_intel' [44:22, 03:56](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [43:29, 03:51](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [43:29, 03:07](1082 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:10, 02:10](833 MB) -PASS -- TEST 'rrfs_v1beta_intel' [47:58, 06:45](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [48:02, 08:20](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [46:56, 08:01](1950 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 12:58] -PASS -- TEST 'control_csawmg_intel' [07:43, 06:39](966 MB) -PASS -- TEST 'control_ras_intel' [04:30, 03:35](659 MB) - -PASS -- COMPILE 'wam_intel' [13:13, 12:48] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:26, 12:36](1660 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [20:17, 19:29] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:16, 03:33](1867 MB) -PASS -- TEST 'regional_control_faster_intel' [07:50, 05:14](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [12:11, 11:45] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:06, 04:04](1591 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:06, 03:51](1593 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:30, 03:45](799 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:27, 03:36](796 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:39, 05:07](1110 MB) -PASS -- TEST 'control_ras_debug_intel' [04:28, 03:25](805 MB) -PASS -- TEST 'control_diag_debug_intel' [05:43, 03:55](1663 MB) -PASS -- TEST 'control_debug_p8_intel' [05:42, 03:59](1894 MB) -PASS -- TEST 'regional_debug_intel' [18:55, 16:38](893 MB) -PASS -- TEST 'rap_control_debug_intel' [07:33, 05:23](1182 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:55, 04:59](1176 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:44, 05:16](1180 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:29, 05:04](1181 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:32, 05:20](1182 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:39, 05:16](1264 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:34, 05:10](1184 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:33, 05:16](1185 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:30, 05:06](1184 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 05:17](1182 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:31, 05:04](1179 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:32, 05:13](1181 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:33, 08:18](1179 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:51, 05:05](1175 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:28, 05:57](1186 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:36, 05:19](1184 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:10, 08:26](1184 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:12, 08:04] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:29, 13:49](1687 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:53, 03:55](1052 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:04, 05:45](885 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:39, 03:20](883 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:14, 05:09](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:41, 02:49](938 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:42, 03:40](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:11, 04:27](784 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:40, 02:13](766 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:12, 16:16] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:13, 02:32](1095 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:16, 01:15](1078 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:20, 01:45](979 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:51] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:19, 04:33](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:14, 08:26] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:31, 05:29](1059 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:27, 05:22](1059 MB) -PASS -- TEST 'conus13km_debug_intel' [16:21, 14:40](1139 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:14, 15:19](819 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:13, 09:14](1127 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:40, 14:59](1211 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:12, 08:28] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:35, 05:39](1084 MB) - -PASS -- COMPILE 'hafsw_intel' [17:12, 15:21] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:49, 06:05](705 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:11, 05:20](1056 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:25, 07:46](753 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:52, 11:56](786 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:49, 12:52](802 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:31, 05:31](478 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:04, 06:58](494 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:25, 02:57](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:38, 08:19](437 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:10, 03:56](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:16, 03:48](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:42, 04:50](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:45, 01:43](403 MB) -PASS -- TEST 'gnv1_nested_intel' [09:18, 06:15](1717 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:11, 10:12] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:21, 13:13](600 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [24:12, 23:21] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:15, 07:49](612 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:27, 07:56](783 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 15:28] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:41, 06:11](781 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:12, 14:51] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:26, 06:16](740 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:18, 06:19](727 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:20, 20:06](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:11, 12:47] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:45, 02:39](763 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:48, 01:35](740 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:23, 02:32](647 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:27, 02:30](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:27, 02:41](645 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:31, 02:41](750 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:27, 02:43](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:27, 02:42](643 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:06, 06:32](691 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:08, 06:08](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:37, 02:34](763 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:30, 04:41](2029 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:29, 04:45](2028 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:12, 08:29] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:32, 05:26](749 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:12, 12:54] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:28, 02:34](765 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:12, 03:23] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:59, 01:48](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:58, 01:24](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:48, 00:59](456 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:12, 13:56] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:42, 04:14](1923 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:13, 12:33] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:45, 04:08](1912 MB) - -PASS -- COMPILE 'atml_intel' [15:12, 14:46] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:50, 08:09](1895 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:43, 08:28](1895 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:03, 03:50](1043 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:12, 09:26] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:05, 06:19](1929 MB) - -PASS -- COMPILE 'atmw_intel' [15:15, 13:04] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:39, 02:38](1898 MB) - -PASS -- COMPILE 'atmaero_intel' [13:14, 12:36] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:49, 06:16](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:25, 06:59](3005 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:15, 06:46](3017 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:14, 08:59] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:47, 18:12](4484 MB) +PASS -- COMPILE 'atm_debug_dyn32_intel' [41:24, 41:03] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:37, 03:00](1589 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:36, 03:13](1592 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:44, 03:17](795 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:04, 02:52](794 MB) +PASS -- TEST 'control_csawmg_debug_intel' [11:19, 04:37](1098 MB) +PASS -- TEST 'control_ras_debug_intel' [05:04, 02:53](801 MB) +PASS -- TEST 'control_diag_debug_intel' [10:23, 03:16](1652 MB) +PASS -- TEST 'control_debug_p8_intel' [10:21, 03:27](1887 MB) +PASS -- TEST 'regional_debug_intel' [23:19, 17:06](889 MB) +PASS -- TEST 'rap_control_debug_intel' [10:04, 05:39](1178 MB) +PASS -- TEST 'hrrr_control_debug_intel' [11:04, 05:29](1173 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [12:09, 05:53](1177 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [12:09, 05:46](1177 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:05, 05:08](1179 MB) +PASS -- TEST 'rap_diag_debug_intel' [14:16, 05:20](1261 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:08, 05:31](1176 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:08, 05:46](1182 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:05, 05:10](1182 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [12:09, 05:43](1182 MB) +PASS -- TEST 'rap_noah_debug_intel' [09:05, 04:56](1176 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:05, 05:23](1180 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:09, 08:04](1174 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [11:05, 05:37](1170 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:09, 06:14](1181 MB) +PASS -- TEST 'rap_flake_debug_intel' [12:09, 05:42](1179 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:38, 09:20](1179 MB) SYNOPSIS: -Starting Date/Time: 20240804 20:14:23 -Ending Date/Time: 20240804 22:26:43 -Total Time: 02h:13m:20s -Compiles Completed: 41/41 -Tests Completed: 185/185 +Starting Date/Time: 20240807 15:32:30 +Ending Date/Time: 20240807 16:39:53 +Total Time: 01h:07m:48s +Compiles Completed: 1/1 +Tests Completed: 26/26 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index ea1be17918..29aadba024 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,20 +1,20 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 +b40a0f095bb14723f1a8be990d19a22972f356d6 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -24,433 +24,377 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2958009 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240806 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_763542 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:13, 14:05] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:05, 05:41](3320 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:14, 16:46] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:04, 17:37](1979 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:20, 18:18](2163 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:12, 08:15](1259 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:02, 19:30](1876 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:13, 17:29] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:39, 17:02](1973 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:12, 06:13] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:00, 22:50](1936 MB) - -PASS -- COMPILE 's2swa_intel' [15:13, 14:17] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:09, 05:55](3344 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:19, 05:52](3356 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:21, 03:38](3255 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:09, 05:58](3351 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:21, 03:33](3289 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:05, 05:34](3622 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:05, 05:56](3326 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:08, 04:50](3228 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:16, 05:55](3336 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:17, 10:13](3534 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:48, 06:21](3642 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:39, 10:16](4336 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:55, 06:23](4389 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:09, 06:18](3337 MB) - -PASS -- COMPILE 's2sw_intel' [14:13, 13:35] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:11, 04:52](1955 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:13, 04:35](2058 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:12, 06:14] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:07, 08:32](3392 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:12, 05:36] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:09, 05:52](2034 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:13, 12:44] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:03, 04:22](2031 MB) - -PASS -- COMPILE 's2s_intel' [13:13, 12:42] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:44, 09:17](3099 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:44, 02:51](3074 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:45, 01:34](2548 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:13, 18:05] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:16, 05:50](3343 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 16:20] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:13, 17:40](2016 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:14, 08:31](1286 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:10, 20:03](1920 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:34] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:57, 24:57](1972 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:12, 12:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:28, 03:19](705 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:50, 02:58](1604 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:53, 02:57](1610 MB) -PASS -- TEST 'control_latlon_intel' [03:44, 03:00](1597 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:50, 02:55](1609 MB) -PASS -- TEST 'control_c48_intel' [08:45, 07:30](1765 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:30, 06:26](871 MB) -PASS -- TEST 'control_c192_intel' [12:03, 10:29](1754 MB) -PASS -- TEST 'control_c384_intel' [13:05, 10:30](2024 MB) -PASS -- TEST 'control_c384gdas_intel' [11:00, 08:00](1376 MB) -PASS -- TEST 'control_stochy_intel' [02:27, 01:40](659 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:28, 00:58](506 MB) -PASS -- TEST 'control_lndp_intel' [02:25, 01:38](666 MB) -PASS -- TEST 'control_iovr4_intel' [03:27, 02:29](659 MB) -PASS -- TEST 'control_iovr5_intel' [03:28, 02:28](658 MB) -PASS -- TEST 'control_p8_intel' [03:59, 03:05](1899 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:09, 03:07](1900 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:05, 03:14](1901 MB) -PASS -- TEST 'control_restart_p8_intel' [02:48, 01:45](1143 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:51, 03:01](1904 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:55, 01:45](1164 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:51, 03:17](1884 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:49, 03:09](1987 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:45, 05:19](1896 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:54, 04:46](1924 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:55, 03:10](1911 MB) -PASS -- TEST 'merra2_thompson_intel' [04:52, 03:22](1907 MB) -PASS -- TEST 'regional_control_intel' [06:37, 05:38](1094 MB) -PASS -- TEST 'regional_restart_intel' [03:39, 02:55](1099 MB) -PASS -- TEST 'regional_decomp_intel' [06:36, 05:35](1090 MB) -PASS -- TEST 'regional_2threads_intel' [04:35, 03:24](1096 MB) -PASS -- TEST 'regional_noquilt_intel' [06:45, 05:15](1402 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:16](1100 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:38, 05:20](1092 MB) -PASS -- TEST 'regional_wofs_intel' [07:37, 06:53](1916 MB) - -PASS -- COMPILE 'rrfs_intel' [12:12, 11:10] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:55, 07:57](1112 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:16, 04:09](1305 MB) -PASS -- TEST 'rap_decomp_intel' [09:41, 08:07](1036 MB) -PASS -- TEST 'rap_2threads_intel' [08:37, 07:15](1180 MB) -PASS -- TEST 'rap_restart_intel' [04:45, 04:01](1096 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:44, 07:42](1102 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:37, 08:04](1039 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:45, 05:50](1137 MB) -PASS -- TEST 'hrrr_control_intel' [04:44, 03:58](1048 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:36, 04:05](1039 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:36, 03:38](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:09](1004 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:47, 07:35](1097 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:27](1994 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:34, 09:18](2063 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 10:42] -PASS -- TEST 'control_csawmg_intel' [06:40, 06:06](1030 MB) -PASS -- TEST 'control_ras_intel' [04:24, 03:14](741 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 04:20] -PASS -- TEST 'control_csawmg_gnu' [09:42, 08:18](761 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 11:00] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:51, 10:58](1673 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:12, 15:05] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:52, 02:45](1884 MB) -PASS -- TEST 'regional_control_faster_intel' [05:35, 04:51](1100 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 06:22] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:54, 02:48](1632 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:58, 02:44](1629 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:31, 03:00](839 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:30, 02:44](834 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:49, 04:29](1151 MB) -PASS -- TEST 'control_ras_debug_intel' [03:30, 02:49](844 MB) -PASS -- TEST 'control_diag_debug_intel' [04:00, 02:56](1680 MB) -PASS -- TEST 'control_debug_p8_intel' [04:54, 03:09](1926 MB) -PASS -- TEST 'regional_debug_intel' [18:50, 17:58](1113 MB) -PASS -- TEST 'rap_control_debug_intel' [05:32, 04:55](1219 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:36, 04:50](1216 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:36, 04:59](1227 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:36, 04:59](1225 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:32, 05:01](1224 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:47, 05:15](1306 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:31, 05:10](1224 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:32, 05:06](1220 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:31, 04:59](1221 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:35, 04:58](1215 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:33, 04:54](1219 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:26, 04:58](1224 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:25, 08:12](1221 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 05:00](1218 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:27, 05:53](1227 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:24, 04:58](1224 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:41, 08:43](1223 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:46] -PASS -- TEST 'control_csawmg_debug_gnu' [03:36, 02:20](735 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:12, 04:15] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:48, 13:37](1702 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 10:43] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:10, 03:56](1163 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:35, 06:25](1056 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:41, 03:24](995 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:38, 06:06](1093 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:30, 03:09](966 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:38, 03:37](936 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:44, 04:51](1031 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:51](932 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:12, 13:41] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:00, 02:06](1206 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:50, 00:53](1130 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:15](1115 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 11:05] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 04:11](987 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 04:06] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:24, 04:58](1096 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:25, 04:53](1101 MB) -PASS -- TEST 'conus13km_debug_intel' [15:53, 14:39](1244 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:53, 14:38](951 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:09](1182 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:47, 14:53](1313 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 04:00] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 04:56](1142 MB) - -PASS -- COMPILE 'hafsw_intel' [13:12, 12:32] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:20, 04:59](741 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:33, 05:52](1118 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:29, 06:51](845 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:25, 13:32](872 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:34, 15:13](892 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:57, 05:29](508 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:22, 06:43](519 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:48, 02:41](377 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:04, 07:11](492 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:44, 03:43](534 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:52, 03:34](537 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:53, 04:05](593 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:10](409 MB) -PASS -- TEST 'gnv1_nested_intel' [06:38, 04:10](1753 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:12, 04:21] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:53, 13:04](593 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:13, 16:15] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:03, 08:47](681 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:06, 08:58](750 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:12, 12:08] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:05, 06:24](739 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:12, 11:48] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:19, 06:20](836 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:20, 06:26](827 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:59, 16:17](1212 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:12, 06:43] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:21, 03:10](1154 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:24, 01:44](1103 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 02:38](1032 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:39](1014 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:45](1018 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:20, 02:42](1168 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:20, 02:42](1150 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:37](1026 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:39, 06:26](1067 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:35, 06:18](1046 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:59](1145 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:22, 03:56](2519 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:21, 03:56](2468 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 03:26] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:21, 06:36](1073 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:12, 06:44] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:49](1163 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:12, 01:31] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:33, 00:51](264 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:26, 00:55](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:35](323 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:12, 11:48] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:11, 03:44](1982 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:12, 10:59] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:09, 03:39](1977 MB) - -PASS -- COMPILE 'atml_intel' [13:12, 12:27] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:10, 04:20](1866 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:06, 04:23](1875 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 02:28](1095 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:13, 04:57] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:58, 05:49](1897 MB) - -PASS -- COMPILE 'atmw_intel' [11:12, 11:07] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:51, 01:56](1931 MB) - -PASS -- COMPILE 'atmaero_intel' [12:13, 11:16] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:01, 04:21](3200 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:02, 04:55](3113 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:52, 05:01](3121 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:12, 03:55] ( 884 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [05:12, 04:50] -PASS -- TEST 'control_c48_gnu' [12:41, 11:17](1541 MB) -PASS -- TEST 'control_stochy_gnu' [04:25, 03:28](503 MB) -PASS -- TEST 'control_ras_gnu' [05:24, 04:51](502 MB) -PASS -- TEST 'control_p8_gnu' [06:01, 04:49](1460 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:54, 04:44](1462 MB) -PASS -- TEST 'control_flake_gnu' [11:27, 10:23](545 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 04:44] -PASS -- TEST 'rap_control_gnu' [11:35, 11:06](855 MB) -PASS -- TEST 'rap_decomp_gnu' [11:33, 10:54](853 MB) -PASS -- TEST 'rap_2threads_gnu' [10:41, 09:49](931 MB) -PASS -- TEST 'rap_restart_gnu' [06:44, 05:33](575 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:40, 10:57](816 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:36, 11:00](812 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:47, 08:05](577 MB) -PASS -- TEST 'hrrr_control_gnu' [06:36, 05:36](811 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:35, 05:35](801 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:39, 05:05](917 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:38, 05:41](843 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:34, 03:00](565 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:34, 02:58](655 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:45, 10:29](811 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 07:35] -PASS -- TEST 'control_diag_debug_gnu' [02:54, 01:43](1274 MB) -PASS -- TEST 'regional_debug_gnu' [12:45, 11:38](714 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:24, 02:45](824 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:25, 02:36](820 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:26, 02:39](828 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:23, 02:38](827 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:39, 02:50](906 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 04:08](819 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:25, 02:54](825 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:23, 02:51](819 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:23, 01:45](491 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:27, 01:49](449 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:47, 01:47](1438 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:25, 02:38](827 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:24, 02:57](828 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:27](831 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:36] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:10] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:34, 09:16](708 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:37, 05:00](709 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:45, 08:33](756 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:35, 04:31](747 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 05:05](705 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:43, 06:57](548 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:32, 02:35](540 MB) -PASS -- TEST 'conus13km_control_gnu' [04:57, 03:18](877 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:51, 06:08](879 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:52, 01:54](556 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 11:02] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:40, 05:45](732 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:46] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:24, 02:38](716 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:24, 02:37](712 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:53, 07:01](894 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:49, 07:03](579 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:45, 07:54](901 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:45, 06:59](960 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 07:47] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:28, 02:43](737 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 16:31] - -PASS -- COMPILE 's2s_gnu' [17:12, 16:14] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:12, 07:20](1533 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:19] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 15:56] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [21:01, 19:44](1463 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 03:07] -FAILED: TEST TIMED OUT -- TEST 'cpld_debug_pdlib_p8_gnu' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:39] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:22, 03:28](680 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:12, 12:10] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:21, 05:41](3286 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:12, 16:24] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:05, 17:29](1957 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:22, 18:11](2132 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:17, 08:23](1217 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:04, 19:30](1856 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:10] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:46, 17:15](1936 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:12, 05:44] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:02, 23:32](1888 MB) + +PASS -- COMPILE 's2swa_intel' [13:12, 12:22] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:21, 06:00](3315 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:26, 06:02](3316 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:28, 03:36](3219 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:17, 05:58](3344 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:31, 03:35](3246 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:11, 05:38](3606 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:17, 06:01](3306 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:15, 04:52](3192 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:26, 05:55](3320 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:13, 10:28](3503 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:06, 06:23](3600 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [22:49, 09:33](4265 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:54, 06:07](4356 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:19, 05:31](3294 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 11:47] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:11, 04:55](1957 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:15, 04:26](2035 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:12, 05:43] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:05, 08:37](3319 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:12, 05:39] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:57, 05:51](1956 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:12, 10:53] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:04, 04:24](2033 MB) + +PASS -- COMPILE 's2s_intel' [12:12, 11:11] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:42, 09:08](3031 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:41, 02:43](3018 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:44, 01:38](2450 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:12, 16:35] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:21, 05:32](3319 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 16:19] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:13, 17:34](1988 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:20, 08:24](1246 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:22, 20:01](1886 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:28] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:11, 25:51](1921 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:12, 10:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [07:26, 03:21](679 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:44, 02:57](1583 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:49, 02:59](1591 MB) +PASS -- TEST 'control_latlon_intel' [06:40, 02:54](1578 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:48, 02:57](1586 MB) +PASS -- TEST 'control_c48_intel' [08:45, 07:38](1693 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:29, 06:32](831 MB) +PASS -- TEST 'control_c192_intel' [14:04, 10:46](1737 MB) +PASS -- TEST 'control_c384_intel' [13:05, 10:59](1943 MB) +PASS -- TEST 'control_c384gdas_intel' [11:22, 08:07](1355 MB) +PASS -- TEST 'control_stochy_intel' [02:24, 01:39](638 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:26, 01:06](477 MB) +PASS -- TEST 'control_lndp_intel' [02:27, 01:37](640 MB) +PASS -- TEST 'control_iovr4_intel' [03:26, 02:28](631 MB) +PASS -- TEST 'control_iovr5_intel' [03:26, 02:30](629 MB) +PASS -- TEST 'control_p8_intel' [04:57, 03:08](1880 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:01, 03:06](1864 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:57, 03:00](1872 MB) +PASS -- TEST 'control_restart_p8_intel' [02:52, 01:48](1106 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:56, 03:06](1865 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:55, 01:48](1145 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:51, 03:10](1862 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:47, 02:54](1938 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:42, 05:28](1868 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:55, 04:07](1928 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:58, 03:09](1874 MB) +PASS -- TEST 'merra2_thompson_intel' [04:51, 03:40](1874 MB) +PASS -- TEST 'regional_control_intel' [06:44, 05:23](1073 MB) +PASS -- TEST 'regional_restart_intel' [03:43, 02:53](1067 MB) +PASS -- TEST 'regional_decomp_intel' [06:39, 05:41](1067 MB) +PASS -- TEST 'regional_2threads_intel' [04:39, 03:27](1056 MB) +PASS -- TEST 'regional_noquilt_intel' [06:42, 05:18](1370 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:25](1074 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:38, 05:25](1079 MB) +PASS -- TEST 'regional_wofs_intel' [07:42, 06:59](1891 MB) + +PASS -- COMPILE 'rrfs_intel' [10:12, 10:00] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [12:42, 07:49](1086 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:14, 04:08](1237 MB) +PASS -- TEST 'rap_decomp_intel' [11:46, 08:13](1019 MB) +PASS -- TEST 'rap_2threads_intel' [11:46, 07:22](1148 MB) +PASS -- TEST 'rap_restart_intel' [05:48, 04:09](1078 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:45, 07:48](1078 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:45, 08:15](1018 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:48, 05:56](1112 MB) +PASS -- TEST 'hrrr_control_intel' [08:47, 04:01](1024 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:47, 04:09](1009 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:47, 03:42](1081 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:35, 02:14](984 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:57, 07:44](1070 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:30, 09:23](1978 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:30, 09:06](2056 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 09:54] +PASS -- TEST 'control_csawmg_intel' [07:42, 06:11](995 MB) +PASS -- TEST 'control_ras_intel' [04:24, 03:19](729 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:11, 04:23] +PASS -- TEST 'control_csawmg_gnu' [09:45, 08:31](729 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 09:55] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:56, 11:12](1653 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:12, 10:13] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:58, 02:49](1876 MB) +PASS -- TEST 'regional_control_faster_intel' [06:39, 04:59](1066 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 07:43] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:49, 02:38](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:45, 02:40](1590 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:24, 03:09](795 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:46](795 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:37, 04:20](1105 MB) +PASS -- TEST 'control_ras_debug_intel' [03:25, 02:51](798 MB) +PASS -- TEST 'control_diag_debug_intel' [03:53, 02:48](1645 MB) +PASS -- TEST 'control_debug_p8_intel' [04:46, 03:03](1885 MB) +PASS -- TEST 'regional_debug_intel' [18:43, 17:46](1058 MB) +PASS -- TEST 'rap_control_debug_intel' [05:27, 04:55](1177 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:27, 05:00](1169 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:24, 04:54](1177 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:26, 04:55](1181 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:26, 05:01](1182 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:42, 05:19](1262 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 05:06](1174 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:01](1173 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:24, 05:03](1180 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 04:56](1183 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:53](1178 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:25, 04:59](1183 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 08:12](1174 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:23, 05:00](1177 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:28, 05:58](1175 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:25, 04:59](1176 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:44, 08:30](1186 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:14] +PASS -- TEST 'control_csawmg_debug_gnu' [03:41, 02:18](696 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:12, 04:45] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:49, 13:47](1664 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 09:39] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:09, 03:53](1111 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 06:27](1037 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:37, 03:26](969 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:32, 06:12](1071 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:30, 03:10](938 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:33, 03:38](913 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:55, 04:52](1030 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:52](908 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 09:58] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:01, 02:07](1177 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:51, 00:53](1093 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:14](1086 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:12, 09:44] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 04:18](962 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:29] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:25, 04:56](1057 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:29, 04:53](1055 MB) +PASS -- TEST 'conus13km_debug_intel' [16:52, 15:11](1175 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:47, 15:12](896 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:41, 08:29](1106 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:42, 15:15](1242 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:42] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 05:02](1097 MB) + +PASS -- COMPILE 'hafsw_intel' [12:12, 11:28] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:16, 05:10](703 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:31, 06:19](1070 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:24, 07:01](792 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:13, 13:41](828 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:28, 15:17](860 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:58, 05:37](474 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:27, 06:49](487 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:46, 02:41](356 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:08, 07:23](466 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:45, 03:47](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:50, 03:31](503 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:55, 04:11](551 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:10](386 MB) +PASS -- TEST 'gnv1_nested_intel' [06:45, 04:16](1723 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 05:00] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:56, 12:54](533 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:11, 11:03] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:01, 08:44](640 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:08, 08:45](699 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:11, 11:03] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:07, 06:39](701 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:55] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:39](797 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:14, 06:41](772 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:55, 16:03](1212 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:27] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 02:43](1167 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:42](1095 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:19, 02:33](1041 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:24, 02:40](1020 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:39](1025 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:20, 02:46](1140 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:20, 02:47](1152 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:21, 02:36](1021 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:29, 06:52](1067 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:22, 06:11](1033 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 03:08](1150 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:23, 04:02](2506 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:33, 03:59](2441 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:22] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:21, 06:23](1078 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:26] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:41](1135 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:38] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:47](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:49](315 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:27, 00:33](314 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:12, 10:54] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:06, 03:46](1964 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 10:41] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:03, 03:37](1921 MB) + +PASS -- COMPILE 'atml_intel' [11:11, 10:56] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:03, 04:19](1838 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:02, 04:16](1840 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 02:25](1066 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:12, 05:47] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:58, 05:54](1841 MB) + +PASS -- COMPILE 'atmw_intel' [11:12, 10:52] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:50, 01:52](1897 MB) + +PASS -- COMPILE 'atmaero_intel' [11:12, 10:25] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:01, 04:10](3176 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:56, 04:57](3071 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:44, 05:00](3089 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:11, 05:02] ( 884 warnings 6 remarks ) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:35] +PASS -- TEST 'control_c48_gnu' [14:39, 11:11](1493 MB) +PASS -- TEST 'control_stochy_gnu' [04:24, 03:27](474 MB) +PASS -- TEST 'control_ras_gnu' [08:23, 04:50](490 MB) +PASS -- TEST 'control_p8_gnu' [08:58, 04:47](1437 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [08:54, 04:40](1425 MB) +PASS -- TEST 'control_flake_gnu' [14:25, 10:31](519 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:34] +PASS -- TEST 'rap_control_gnu' [14:33, 10:49](792 MB) +PASS -- TEST 'rap_decomp_gnu' [13:32, 11:09](796 MB) +PASS -- TEST 'rap_2threads_gnu' [12:39, 09:55](898 MB) +PASS -- TEST 'rap_restart_gnu' [06:43, 05:30](557 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [13:37, 10:51](792 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:32, 11:07](828 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:50, 08:13](563 MB) +PASS -- TEST 'hrrr_control_gnu' [07:40, 05:35](791 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:33, 05:32](784 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:36, 05:05](886 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:34, 05:34](787 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:33, 02:54](547 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:31, 02:50](635 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:42, 10:33](792 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 06:23] +PASS -- TEST 'control_diag_debug_gnu' [04:52, 01:38](1245 MB) +PASS -- TEST 'regional_debug_gnu' [13:41, 11:11](724 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:26, 02:41](800 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [05:26, 02:34](795 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:25, 02:37](810 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:23, 02:38](804 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:38, 02:53](885 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 04:10](794 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:22, 02:37](794 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:23, 02:38](795 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:20, 01:35](433 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:20, 01:47](429 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:41, 01:49](1402 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:23, 02:39](796 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:23, 02:53](799 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:23](807 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:49] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:14] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:30, 09:28](692 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:35, 04:59](688 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:34, 08:35](733 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:29, 04:28](725 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:29, 05:03](688 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:41, 07:04](536 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:30, 02:33](520 MB) +PASS -- TEST 'conus13km_control_gnu' [03:57, 03:09](854 MB) +PASS -- TEST 'conus13km_2threads_gnu' [10:47, 05:45](856 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:46, 01:48](536 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:12, 09:32] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:40, 05:57](708 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:12, 06:29] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:25, 02:36](685 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:24, 02:32](687 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:47, 07:11](853 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:50, 07:06](552 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:44, 07:29](861 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:44, 07:00](923 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 06:31] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:24, 02:41](706 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 16:30] + +PASS -- COMPILE 's2s_gnu' [16:11, 15:48] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:15, 07:26](1518 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 03:11] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 15:53] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:14, 20:57](1430 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:59] + +PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:30] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 03:02](680 MB) SYNOPSIS: -Starting Date/Time: 20240805 00:00:47 -Ending Date/Time: 20240805 02:04:13 -Total Time: 02h:04m:44s +Starting Date/Time: 20240807 03:42:14 +Ending Date/Time: 20240807 05:17:49 +Total Time: 01h:36m:42s Compiles Completed: 57/57 -Tests Completed: 243/244 -Failed Tests: -* TEST cpld_debug_pdlib_p8_gnu: FAILED: TEST TIMED OUT --- LOG: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2958009/cpld_debug_pdlib_p8_gnu/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 HERA REGRESSION TESTING LOG==== -====START OF HERA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1313382 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:12, 03:26] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:58, 13:15](1456 MB) - -SYNOPSIS: -Starting Date/Time: 20240805 17:54:52 -Ending Date/Time: 20240805 18:15:21 -Total Time: 00h:20m:39s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Tests Completed: 243/243 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 2e81377b87..f3c8e7df2c 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,31 +1,31 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 +316fa2afafdaabcdf9c024689e0f5f117395bce5 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,375 +36,374 @@ 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-20240730 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1562821 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2147705 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [12:11, 11:47] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:02, 08:22](2123 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 17:22] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:25, 14:45](2014 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:52, 14:22](2300 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:40, 06:51](1319 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:50, 15:33](1909 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:11, 20:06] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:26, 13:32](1999 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 06:18] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:10, 20:54](1983 MB) - -PASS -- COMPILE 's2swa_intel' [12:11, 11:40] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:53, 08:23](2180 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:00, 08:42](2185 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:09, 04:18](1989 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:53, 08:30](2199 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:09, 04:24](1742 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:59, 09:59](2550 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:53, 08:33](2178 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:56, 06:58](2096 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:01, 08:41](2183 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:41, 15:48](2986 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:18, 05:51](2931 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [16:54, 10:19](3813 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:52, 06:34](3646 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:57, 06:05](2147 MB) - -PASS -- COMPILE 's2sw_intel' [10:11, 10:02] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [14:43, 10:29](2025 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:50, 04:25](2085 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:17] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [08:59, 07:43](2216 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:10, 06:11] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:51, 05:35](2054 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:11, 08:44] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:49, 04:48](2078 MB) - -PASS -- COMPILE 's2s_intel' [09:11, 08:44] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:41, 07:03](3114 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:39, 02:11](3098 MB) -PASS -- TEST 'cpld_restart_c48_intel' [07:42, 02:10](2538 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:26] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:05, 07:26](2179 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 16:47] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:48, 13:55](2043 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:57, 07:03](1405 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:57, 15:36](1960 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 04:50] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:50, 23:01](2037 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:34] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:22, 03:32](710 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:30, 02:27](1601 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:34, 02:36](1617 MB) -PASS -- TEST 'control_latlon_intel' [03:30, 02:32](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:37, 02:28](1616 MB) -PASS -- TEST 'control_c48_intel' [07:33, 06:51](1735 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:23, 05:51](865 MB) -PASS -- TEST 'control_c192_intel' [10:42, 09:16](1772 MB) -PASS -- TEST 'control_c384_intel' [11:35, 09:27](2053 MB) -PASS -- TEST 'control_c384gdas_intel' [11:49, 09:43](1519 MB) -PASS -- TEST 'control_stochy_intel' [02:22, 01:44](663 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:27, 01:03](541 MB) -PASS -- TEST 'control_lndp_intel' [02:21, 01:40](667 MB) -PASS -- TEST 'control_iovr4_intel' [03:20, 02:37](667 MB) -PASS -- TEST 'control_iovr5_intel' [04:19, 02:42](664 MB) -PASS -- TEST 'control_p8_intel' [03:47, 02:43](1913 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:47, 02:43](1898 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:47, 03:05](1906 MB) -PASS -- TEST 'control_restart_p8_intel' [02:46, 01:33](1165 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:46, 02:35](1907 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:47, 01:35](1182 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:36, 02:43](1903 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:37, 03:24](1995 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:28, 05:23](1909 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:53, 04:17](1988 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:53, 03:39](1916 MB) -PASS -- TEST 'merra2_thompson_intel' [06:55, 04:48](1910 MB) -PASS -- TEST 'regional_control_intel' [07:27, 05:39](1197 MB) -PASS -- TEST 'regional_restart_intel' [03:30, 02:42](1181 MB) -PASS -- TEST 'regional_decomp_intel' [07:23, 05:52](1198 MB) -PASS -- TEST 'regional_2threads_intel' [04:24, 03:04](1155 MB) -PASS -- TEST 'regional_noquilt_intel' [06:24, 05:20](1530 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:28, 04:44](1195 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:22, 04:51](1198 MB) -PASS -- TEST 'regional_wofs_intel' [08:26, 07:24](2094 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 07:46] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [13:40, 06:42](1205 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:45, 03:42](1408 MB) -PASS -- TEST 'rap_decomp_intel' [14:37, 07:01](1157 MB) -PASS -- TEST 'rap_2threads_intel' [13:40, 06:16](1384 MB) -PASS -- TEST 'rap_restart_intel' [04:59, 03:40](1134 MB) -PASS -- TEST 'rap_sfcdiff_intel' [14:43, 06:53](1209 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:43, 07:05](1151 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:54, 05:12](1219 MB) -PASS -- TEST 'hrrr_control_intel' [10:39, 03:33](1069 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [10:39, 03:36](1040 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [10:39, 03:12](1125 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:27, 01:54](1022 MB) -PASS -- TEST 'rrfs_v1beta_intel' [15:01, 06:47](1194 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:25, 07:40](2013 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:23, 07:37](2208 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 07:03] -PASS -- TEST 'control_csawmg_intel' [14:29, 07:00](1074 MB) -PASS -- TEST 'control_ras_intel' [07:21, 02:57](843 MB) - -PASS -- COMPILE 'csawmg_gnu' [09:10, 04:11] -PASS -- TEST 'control_csawmg_gnu' [07:36, 06:59](1073 MB) - -PASS -- COMPILE 'wam_intel' [12:10, 07:18] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:32, 10:25](1673 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:10, 13:35] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:48, 02:21](1908 MB) -PASS -- TEST 'regional_control_faster_intel' [06:25, 05:23](1198 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:10, 05:35] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:27, 02:23](1638 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:31, 02:16](1646 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:18, 02:32](842 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:18, 02:19](837 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:25, 04:17](1164 MB) -PASS -- TEST 'control_ras_debug_intel' [03:21, 02:42](848 MB) -PASS -- TEST 'control_diag_debug_intel' [03:33, 02:25](1703 MB) -PASS -- TEST 'control_debug_p8_intel' [03:30, 02:44](1936 MB) -PASS -- TEST 'regional_debug_intel' [16:26, 16:00](1165 MB) -PASS -- TEST 'rap_control_debug_intel' [04:18, 04:06](1230 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:20, 04:00](1221 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:19, 04:03](1236 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:18, 04:06](1235 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:18, 04:05](1234 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:26, 04:16](1318 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 04:22](1234 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 04:26](1239 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:23, 04:05](1240 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:18, 04:04](1241 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:18, 04:09](1227 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 04:23](1226 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 07:05](1235 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 04:45](1229 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 05:24](1232 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:28, 04:06](1232 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:54, 07:13](1224 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [09:10, 05:01] -PASS -- TEST 'control_csawmg_debug_gnu' [02:31, 01:58](1058 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:10, 03:29] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:10, 07:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:43, 03:44](1267 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:43, 07:20](1180 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:51, 03:28](1051 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:31, 06:03](1285 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:34, 03:12](1044 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:37, 03:47](1019 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:48, 05:19](1133 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:19, 02:01](977 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:10, 12:51] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [07:36, 01:52](1313 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:30, 00:45](1214 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:27, 01:02](1178 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:10, 07:51] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:29, 03:45](1099 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 03:29] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:18, 04:01](1111 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:22, 03:55](1112 MB) -PASS -- TEST 'conus13km_debug_intel' [18:33, 12:50](1360 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:33, 12:58](1011 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:26, 08:52](1256 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:28, 12:58](1436 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 03:31] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:20, 04:30](1172 MB) - -PASS -- COMPILE 'hafsw_intel' [10:11, 09:52] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:06, 05:29](871 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:26, 05:02](1275 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:10, 06:26](935 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:01, 13:52](994 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:09, 15:23](1007 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:52, 05:35](614 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:13, 07:07](623 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:39, 02:44](443 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:52, 08:00](556 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:41, 04:08](624 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:40, 03:40](622 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:45, 04:52](679 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 01:09](454 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 03:27] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:39, 16:32](650 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:10, 15:46] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:43, 15:27](750 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:53, 16:27](849 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 09:29] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:52, 10:08](830 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 10:02] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:05, 05:51](953 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:03, 05:40](938 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:46, 16:35](1348 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:10, 07:02] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 02:11](1161 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:16, 01:21](1113 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 02:06](1016 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:09](1022 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 02:12](1019 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:09](1145 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:11](1136 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 02:09](1015 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:55, 04:54](1166 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:49, 04:55](1157 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:09](1138 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:15, 03:06](2458 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:15, 03:05](2407 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 04:12] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:15, 05:11](1086 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 07:07] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:15, 02:11](1129 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:45] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:26, 00:56](335 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:22, 00:50](560 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:42](572 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:11, 08:20] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:47, 04:01](2028 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:10, 08:00] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:46, 03:54](1995 MB) - -PASS -- COMPILE 'atml_intel' [09:11, 09:08] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:56, 07:20](1900 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:52, 07:37](1905 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:42, 03:40](1144 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 04:13] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:50, 05:27](1938 MB) - -PASS -- COMPILE 'atmw_intel' [10:10, 09:44] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:47, 01:48](1957 MB) - -PASS -- COMPILE 'atmaero_intel' [08:10, 07:54] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:46, 04:27](2024 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:47, 04:29](1801 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:37, 04:38](1822 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:14] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:28, 17:00](4584 MB) - -PASS -- COMPILE 'atm_gnu' [06:10, 05:43] -PASS -- TEST 'control_c48_gnu' [10:41, 09:20](1562 MB) -PASS -- TEST 'control_stochy_gnu' [03:24, 02:20](734 MB) -PASS -- TEST 'control_ras_gnu' [05:21, 03:52](731 MB) -PASS -- TEST 'control_p8_gnu' [05:44, 04:42](1729 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:36, 04:26](1718 MB) -PASS -- TEST 'control_flake_gnu' [06:21, 04:37](810 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:10, 05:42] -PASS -- TEST 'rap_control_gnu' [08:48, 08:03](1085 MB) -PASS -- TEST 'rap_decomp_gnu' [09:47, 07:55](1084 MB) -PASS -- TEST 'rap_2threads_gnu' [08:45, 07:13](1150 MB) -PASS -- TEST 'rap_restart_gnu' [05:56, 03:59](885 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:43, 08:06](1084 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:34, 08:04](1083 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:49, 06:03](882 MB) -PASS -- TEST 'hrrr_control_gnu' [05:33, 04:09](1074 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:34, 04:17](1134 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:44, 03:38](1027 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:42, 04:13](1068 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:19, 02:09](878 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 02:12](935 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:49, 08:17](1082 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [12:11, 11:17] -PASS -- TEST 'control_diag_debug_gnu' [02:35, 01:18](1631 MB) -PASS -- TEST 'regional_debug_gnu' [07:30, 06:38](1126 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:20, 02:04](1104 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:20, 02:04](1097 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:16, 02:02](1098 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:18, 02:06](1101 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:10](1275 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 03:11](1103 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 02:05](1103 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:20, 02:00](1098 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:10](729 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:17, 01:17](729 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:30, 01:25](1709 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:20, 01:59](1103 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 02:16](1106 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:47, 03:20](1114 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:11, 04:34] -PASS -- TEST 'control_wam_debug_gnu' [06:29, 05:28](1580 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:11, 06:43] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:43, 07:58](966 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:55, 03:55](952 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:32, 06:52](998 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:36, 03:37](875 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:38, 03:59](954 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:54, 05:53](862 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:18, 02:11](858 MB) -PASS -- TEST 'conus13km_control_gnu' [04:36, 02:49](1267 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:32, 01:09](1177 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:32, 01:41](936 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [15:10, 14:35] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:30, 04:35](989 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [13:10, 12:31] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:25, 02:11](983 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 02:05](975 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:34, 06:09](1289 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:31, 06:18](979 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:31, 03:44](1195 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:30, 06:01](1356 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [16:10, 13:27] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:21, 02:14](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [24:11, 22:09] - -PASS -- COMPILE 's2s_gnu' [21:11, 18:55] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [06:54, 04:55](2735 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [14:11, 12:50] - -PASS -- COMPILE 's2sw_pdlib_gnu' [21:11, 20:15] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:19, 25:47](3033 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [13:10, 10:43] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:59, 12:04](2940 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:10, 14:20] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:16, 02:17](764 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [12:51, 12:51] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:27, 07:45](2117 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [41:47, 41:47] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [13:51, 13:16](2006 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:44, 13:55](2282 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:22, 06:29](1316 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:42, 14:56](1920 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:17, 16:17] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [13:35, 13:07](1984 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:40, 04:40] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [21:51, 21:02](1975 MB) + +PASS -- COMPILE 's2swa_intel' [10:52, 10:52] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:34, 07:50](2175 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:34, 07:46](2182 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:59, 04:22](1980 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:40, 07:53](2197 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:13, 04:30](1743 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:47, 09:08](2547 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:12, 07:34](2174 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:03, 06:34](2089 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:34, 07:50](2179 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:32, 15:22](2993 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [07:30, 05:59](2918 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [14:22, 10:05](3834 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:25, 05:59](3642 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:20, 05:51](2159 MB) + +PASS -- COMPILE 's2sw_intel' [10:23, 10:23] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:01, 07:26](2018 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:50, 04:11](2087 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:30, 05:30] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [07:55, 07:16](2221 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:19, 05:19] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:22, 04:50](2043 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:42, 12:42] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:41, 04:03](2080 MB) + +PASS -- COMPILE 's2s_intel' [09:43, 09:43] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:27, 07:01](3055 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:23, 01:57](3031 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:40, 01:07](2490 MB) + +PASS -- COMPILE 's2swa_faster_intel' [12:54, 12:54] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:11, 07:26](2182 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:27, 15:27] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:17, 13:49](2039 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:14, 06:48](1381 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:54, 15:18](1959 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [03:59, 03:59] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:06, 22:36](2005 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:10, 08:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:07, 03:58](714 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:44, 03:24](1607 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:46, 03:24](1610 MB) +PASS -- TEST 'control_latlon_intel' [03:32, 03:21](1611 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:49, 03:29](1606 MB) +PASS -- TEST 'control_c48_intel' [07:35, 07:09](1713 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:17, 06:05](837 MB) +PASS -- TEST 'control_c192_intel' [13:52, 13:25](1744 MB) +PASS -- TEST 'control_c384_intel' [14:02, 13:07](2007 MB) +PASS -- TEST 'control_c384gdas_intel' [11:39, 10:17](1492 MB) +PASS -- TEST 'control_stochy_intel' [02:05, 01:56](663 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:25, 01:10](552 MB) +PASS -- TEST 'control_lndp_intel' [01:49, 01:41](663 MB) +PASS -- TEST 'control_iovr4_intel' [03:06, 02:55](673 MB) +PASS -- TEST 'control_iovr5_intel' [02:57, 02:50](665 MB) +PASS -- TEST 'control_p8_intel' [04:12, 03:40](1904 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:20, 03:42](1898 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:14, 03:32](1902 MB) +PASS -- TEST 'control_restart_p8_intel' [02:29, 02:05](1162 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:13, 03:39](1899 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:19, 01:58](1211 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:41, 04:04](1880 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:41, 03:08](1978 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:36, 06:22](1898 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:25, 04:44](1965 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:46, 03:11](1924 MB) +PASS -- TEST 'merra2_thompson_intel' [04:40, 04:02](1902 MB) +PASS -- TEST 'regional_control_intel' [06:42, 06:29](1198 MB) +PASS -- TEST 'regional_restart_intel' [03:49, 03:35](1156 MB) +PASS -- TEST 'regional_decomp_intel' [06:50, 06:36](1175 MB) +PASS -- TEST 'regional_2threads_intel' [04:26, 04:13](1160 MB) +PASS -- TEST 'regional_noquilt_intel' [06:54, 06:41](1518 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:56, 06:38](1190 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:45, 06:30](1189 MB) +PASS -- TEST 'regional_wofs_intel' [08:29, 08:16](2078 MB) + +PASS -- COMPILE 'rrfs_intel' [08:33, 08:33] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:47, 08:12](1239 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:57, 04:26](1347 MB) +PASS -- TEST 'rap_decomp_intel' [09:33, 09:01](1158 MB) +PASS -- TEST 'rap_2threads_intel' [08:34, 07:56](1373 MB) +PASS -- TEST 'rap_restart_intel' [04:56, 04:22](1166 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:43, 08:11](1239 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:31, 08:59](1167 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:55, 06:17](1236 MB) +PASS -- TEST 'hrrr_control_intel' [05:04, 04:26](1104 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:10, 04:35](1055 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:25, 03:52](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:35, 02:28](1047 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:38, 09:01](1226 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:04, 08:55](2009 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:52, 08:42](2196 MB) + +PASS -- COMPILE 'csawmg_intel' [07:37, 07:37] +PASS -- TEST 'control_csawmg_intel' [05:47, 05:33](1045 MB) +PASS -- TEST 'control_ras_intel' [03:04, 02:57](827 MB) + +PASS -- COMPILE 'csawmg_gnu' [03:53, 03:53] +PASS -- TEST 'control_csawmg_gnu' [07:34, 07:19](1073 MB) + +PASS -- COMPILE 'wam_intel' [12:15, 12:15] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:15, 09:51](1669 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:54, 07:54] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [02:58, 02:24](1891 MB) +PASS -- TEST 'regional_control_faster_intel' [04:35, 04:18](1198 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:34, 05:34] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:47, 02:25](1635 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:49, 02:30](1653 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:00, 02:53](849 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:28, 02:22](848 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:07, 03:46](1150 MB) +PASS -- TEST 'control_ras_debug_intel' [02:39, 02:28](847 MB) +PASS -- TEST 'control_diag_debug_intel' [02:42, 02:26](1696 MB) +PASS -- TEST 'control_debug_p8_intel' [03:15, 03:00](1942 MB) +PASS -- TEST 'regional_debug_intel' [16:05, 15:46](1150 MB) +PASS -- TEST 'rap_control_debug_intel' [04:35, 04:23](1227 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:32, 04:22](1230 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:28, 04:19](1237 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:46, 04:38](1226 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:52, 04:43](1247 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:58, 04:37](1316 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:41, 04:29](1240 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:57, 04:42](1233 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:43, 04:36](1239 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:34, 04:27](1236 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:23, 04:16](1233 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:31, 04:21](1247 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:13, 07:06](1235 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:29, 04:22](1225 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:30, 05:20](1234 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:39, 04:29](1235 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:23, 07:45](1231 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:02, 04:02] +PASS -- TEST 'control_csawmg_debug_gnu' [02:53, 02:33](1050 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:29, 03:29] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:24, 08:23] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:53, 03:15](1243 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:58, 05:22](1146 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:31, 02:52](1020 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:32, 05:01](1261 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:24, 02:37](1028 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:48, 03:02](1001 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:38, 04:01](1079 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:59, 01:37](944 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:31, 08:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:11, 01:44](1279 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:04, 00:43](1196 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:18, 01:04](1145 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:58, 07:58] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:30, 04:12](1098 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:47, 04:47] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:49, 04:35](1099 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:20, 04:08](1098 MB) +PASS -- TEST 'conus13km_debug_intel' [13:23, 13:00](1340 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:35, 13:12](991 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:21, 07:58](1248 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:47, 12:22](1401 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:23, 03:22] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:19, 04:08](1168 MB) + +PASS -- COMPILE 'hafsw_intel' [09:29, 09:29] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:12, 05:17](857 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:09, 04:51](1259 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:25, 06:24](938 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:04, 14:15](979 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:35, 15:31](981 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:58, 05:23](595 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:44, 06:46](602 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:01, 02:33](436 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:49, 07:26](547 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:18, 03:47](601 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:08, 03:35](611 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:23, 04:45](659 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:27, 01:11](451 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [03:59, 03:59] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:09, 11:29](633 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:44, 09:44] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:58, 16:21](763 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:28, 15:37](845 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:04, 13:04] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:47, 10:03](815 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:08, 11:08] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:17, 05:28](949 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:20, 05:31](908 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:06, 16:32](1338 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:48, 07:47] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:18, 02:12](1149 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:52, 01:45](1102 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:11, 04:06](1025 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:18, 02:09](1023 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:54, 02:51](1028 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:39, 03:32](1162 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:18, 02:13](1155 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:10, 02:05](1022 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:30, 04:53](1164 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:22, 04:50](1157 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:58, 02:55](1146 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:13, 03:07](2384 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:12, 03:06](2402 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:16, 03:15] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:12, 05:08](1080 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:04, 06:04] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:43, 02:38](1142 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [00:46, 00:46] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:07, 00:53](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:02, 00:50](558 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:47, 00:33](561 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:03, 09:02] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:07, 03:30](2018 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:15, 09:15] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:22, 03:36](1989 MB) + +PASS -- COMPILE 'atml_intel' [08:39, 08:39] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:19, 05:33](1901 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:40, 05:52](1891 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:39, 03:12](1139 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:11, 04:11] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:40, 05:53](1921 MB) + +PASS -- COMPILE 'atmw_intel' [09:55, 09:55] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:18, 01:38](1939 MB) + +PASS -- COMPILE 'atmaero_intel' [08:33, 08:33] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:33, 03:54](2026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:18, 04:37](1806 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:05, 04:36](1815 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:21, 04:21] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [17:07, 16:01](4575 MB) + +PASS -- COMPILE 'atm_gnu' [04:40, 04:40] +PASS -- TEST 'control_c48_gnu' [09:52, 09:28](1529 MB) +PASS -- TEST 'control_stochy_gnu' [02:37, 02:26](721 MB) +PASS -- TEST 'control_ras_gnu' [04:05, 03:56](734 MB) +PASS -- TEST 'control_p8_gnu' [04:45, 04:02](1722 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:30, 03:55](1729 MB) +PASS -- TEST 'control_flake_gnu' [05:07, 04:54](802 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:05, 04:05] +PASS -- TEST 'rap_control_gnu' [09:58, 09:27](1080 MB) +PASS -- TEST 'rap_decomp_gnu' [10:05, 09:29](1082 MB) +PASS -- TEST 'rap_2threads_gnu' [08:52, 08:14](1138 MB) +PASS -- TEST 'rap_restart_gnu' [05:21, 04:51](887 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [10:10, 09:36](1082 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:27, 08:55](1083 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:50, 07:08](883 MB) +PASS -- TEST 'hrrr_control_gnu' [05:41, 05:03](1070 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:06, 04:41](1135 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:56, 04:24](1045 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:14, 04:44](1068 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:49, 02:30](883 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:38, 02:19](933 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:46, 09:02](1076 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [05:59, 05:58] +PASS -- TEST 'control_diag_debug_gnu' [01:31, 01:14](1625 MB) +PASS -- TEST 'regional_debug_gnu' [06:48, 06:27](1122 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:18, 02:05](1098 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:01, 01:55](1086 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:07, 01:58](1094 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:03, 01:57](1093 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:18, 02:04](1266 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:23, 03:14](1094 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:06, 01:59](1095 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:03, 01:57](1089 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:17, 01:09](721 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:22, 01:17](720 MB) +PASS -- TEST 'control_debug_p8_gnu' [01:45, 01:24](1698 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:21, 02:08](1096 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:20, 02:13](1105 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [03:50, 03:16](1098 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:34, 02:34] +PASS -- TEST 'control_wam_debug_gnu' [05:47, 05:25](1565 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:50, 04:50] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:20, 08:46](962 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:08, 04:21](950 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:35, 08:04](994 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:47, 04:04](899 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:09, 04:28](954 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:10, 06:32](862 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:46, 02:22](863 MB) +PASS -- TEST 'conus13km_control_gnu' [03:28, 03:01](1271 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:32, 01:13](1176 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:59, 01:41](928 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:15, 09:14] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [04:52, 04:33](990 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:02, 06:02] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:15, 02:05](977 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:06, 01:59](969 MB) +PASS -- TEST 'conus13km_debug_gnu' [05:55, 05:34](1285 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:10, 05:49](962 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [03:33, 03:19](1195 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [05:56, 05:36](1354 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:12, 06:12] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:19, 02:13](1001 MB) + +PASS -- COMPILE 's2swa_gnu' [15:34, 15:34] + +PASS -- COMPILE 's2s_gnu' [14:31, 14:31] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:47, 05:07](3117 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:31, 04:31] + +PASS -- COMPILE 's2sw_pdlib_gnu' [20:49, 20:49] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:04, 27:04](2921 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:27, 04:27] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:45, 12:02](2924 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [24:37, 24:36] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:59, 02:49](770 MB) SYNOPSIS: -Starting Date/Time: 20240805 08:20:40 -Ending Date/Time: 20240805 09:59:14 -Total Time: 01h:38m:59s +Starting Date/Time: 20240807 07:47:32 +Ending Date/Time: 20240807 11:55:23 +Total Time: 04h:08m:40s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index ffa39feaa2..97fb2cfbbc 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,31 +1,31 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 +b40a0f095bb14723f1a8be990d19a22972f356d6 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,261 +35,259 @@ 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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3949448 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240806 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_529651 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [42:15, 41:49] ( 1 warnings 1384 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [36:07, 07:52](2022 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:16, 49:06] ( 1 warnings 1428 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [43:32, 21:50](1900 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:30, 23:29](2010 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:46, 11:03](1129 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [46:17, 24:54](1855 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:16, 49:32] ( 1 warnings 1425 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [40:15, 21:36](1881 MB) - -PASS -- COMPILE 's2swa_intel' [42:16, 41:29] ( 1382 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [35:36, 08:28](2063 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [36:08, 08:20](2057 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:23, 05:15](1717 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [35:39, 08:26](2078 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:26, 05:33](1739 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [35:31, 08:06](2316 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [35:31, 08:22](2011 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [35:00, 07:16](1961 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [36:00, 08:17](2064 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [35:49, 07:54](2040 MB) - -PASS -- COMPILE 's2sw_intel' [39:15, 38:50] ( 1280 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [38:06, 06:52](1903 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [37:23, 06:42](1947 MB) - -PASS -- COMPILE 's2swa_debug_intel' [36:19, 06:04] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:43, 11:16](2080 MB) - -PASS -- COMPILE 's2sw_debug_intel' [32:21, 05:47] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:00, 07:45](1937 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [02:24, 35:31] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [15:12, 07:19](1973 MB) - -PASS -- COMPILE 's2s_intel' [55:22, 35:44] ( 1016 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [19:18, 12:49](3075 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [11:15, 04:12](3059 MB) -PASS -- TEST 'cpld_restart_c48_intel' [05:06, 02:50](2515 MB) - -PASS -- COMPILE 's2swa_faster_intel' [53:30, 34:28] ( 1610 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:23, 09:37](2055 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [48:15, 47:17] ( 1340 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:46, 23:39](1928 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [17:35, 12:58](1142 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [32:09, 27:39](1887 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:40] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:47, 33:01](1942 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [39:14, 38:22] ( 1 warnings 1148 remarks ) -PASS -- TEST 'control_flake_intel' [06:38, 04:56](651 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:19, 04:42](1545 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:25, 05:11](1558 MB) -PASS -- TEST 'control_latlon_intel' [06:18, 04:28](1552 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:29, 04:51](1549 MB) -PASS -- TEST 'control_c48_intel' [14:26, 12:03](1742 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:45, 10:14](852 MB) -PASS -- TEST 'control_c192_intel' [17:51, 15:31](1692 MB) -PASS -- TEST 'control_c384_intel' [24:27, 20:39](1818 MB) -PASS -- TEST 'control_c384gdas_intel' [20:44, 14:59](1018 MB) -PASS -- TEST 'control_stochy_intel' [03:35, 02:44](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:43, 01:44](442 MB) -PASS -- TEST 'control_lndp_intel' [03:33, 02:37](605 MB) -PASS -- TEST 'control_iovr4_intel' [04:50, 03:44](602 MB) -PASS -- TEST 'control_iovr5_intel' [05:35, 03:59](605 MB) -PASS -- TEST 'control_p8_intel' [07:40, 05:39](1828 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:57, 05:41](1843 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:54, 05:29](1848 MB) -PASS -- TEST 'control_restart_p8_intel' [05:15, 02:53](1065 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:47, 05:37](1842 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:10, 03:00](1070 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:49, 05:42](1828 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:36, 05:54](1934 MB) -PASS -- TEST 'control_p8_lndp_intel' [10:29, 08:23](1852 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:56, 06:40](1906 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:55, 05:42](1855 MB) -PASS -- TEST 'merra2_thompson_intel' [08:12, 05:28](1856 MB) -PASS -- TEST 'regional_control_intel' [11:06, 09:36](1013 MB) -PASS -- TEST 'regional_restart_intel' [07:45, 06:19](1016 MB) -PASS -- TEST 'regional_decomp_intel' [12:06, 09:54](1014 MB) -PASS -- TEST 'regional_2threads_intel' [10:14, 07:57](1008 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [12:17, 09:54](1020 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [12:06, 09:54](1014 MB) - -PASS -- COMPILE 'rrfs_intel' [42:15, 35:57] ( 3 warnings 1115 remarks ) -PASS -- TEST 'rap_control_intel' [13:14, 11:05](997 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [13:06, 05:43](1213 MB) -PASS -- TEST 'rap_decomp_intel' [15:01, 11:45](985 MB) -PASS -- TEST 'rap_2threads_intel' [12:40, 10:25](1093 MB) -PASS -- TEST 'rap_restart_intel' [09:24, 07:11](987 MB) -PASS -- TEST 'rap_sfcdiff_intel' [13:35, 11:11](992 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [14:54, 11:53](991 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [13:12, 08:50](999 MB) -PASS -- TEST 'hrrr_control_intel' [08:46, 06:20](991 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [12:19, 05:26](980 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [13:11, 04:55](1060 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:40, 03:03](919 MB) -PASS -- TEST 'rrfs_v1beta_intel' [13:47, 11:20](988 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:45, 14:36](1944 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:46, 14:05](1940 MB) - -PASS -- COMPILE 'csawmg_intel' [39:15, 32:59] ( 1095 remarks ) -PASS -- TEST 'control_csawmg_intel' [13:09, 10:20](960 MB) -PASS -- TEST 'control_ras_intel' [07:37, 05:20](668 MB) - -PASS -- COMPILE 'wam_intel' [33:15, 32:49] ( 995 remarks ) -PASS -- TEST 'control_wam_intel' [20:03, 18:11](1625 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [54:18, 53:30] ( 1297 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:56, 04:37](1840 MB) -PASS -- TEST 'regional_control_faster_intel' [08:52, 07:50](1017 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:16] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:47, 03:29](1575 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:31, 03:25](1573 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:30, 04:05](772 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:33, 03:30](776 MB) -PASS -- TEST 'control_csawmg_debug_intel' [10:52, 06:57](1093 MB) -PASS -- TEST 'control_ras_debug_intel' [04:30, 03:33](799 MB) -PASS -- TEST 'control_diag_debug_intel' [07:50, 03:39](1638 MB) -PASS -- TEST 'control_debug_p8_intel' [09:36, 04:44](1879 MB) -PASS -- TEST 'regional_debug_intel' [27:59, 24:12](1041 MB) -PASS -- TEST 'rap_control_debug_intel' [10:43, 06:46](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [10:52, 06:55](1160 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:34, 07:19](1159 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:52, 06:46](1167 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:33, 07:18](1166 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:46, 06:54](1250 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:27, 06:17](1165 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:26, 06:30](1165 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:32, 06:13](1163 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:28, 06:25](1167 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:24, 06:22](1165 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:31, 06:20](1160 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:15, 11:00](1165 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [08:36, 06:12](1159 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:34, 07:48](1167 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:28, 06:15](1163 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:14, 10:48](1168 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:53] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:59, 17:44](1659 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:16, 30:54] ( 3 warnings 1028 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:32, 05:52](1082 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:06, 09:43](901 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:56, 04:25](877 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:06, 09:26](946 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:50, 04:07](911 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:27, 05:13](861 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:36, 06:49](898 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:28, 03:03](852 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [52:17, 48:54] ( 3 warnings 1198 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:32, 03:32](1107 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:45, 01:29](1051 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:39](1021 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [35:13, 30:37] ( 3 warnings 1048 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:17, 07:13](908 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:19, 05:57] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:35, 06:10](1041 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:34, 06:05](1044 MB) -PASS -- TEST 'conus13km_debug_intel' [20:07, 18:44](1156 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:16, 19:11](872 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:59, 10:52](1105 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:59, 18:46](1234 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:51] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:29, 06:21](1084 MB) - -PASS -- COMPILE 'hafsw_intel' [40:15, 38:56] ( 1 warnings 1428 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:43, 07:12](705 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:43, 06:47](1091 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:11, 09:29](768 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [20:03, 17:45](801 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:30, 19:07](822 MB) -PASS -- TEST 'gnv1_nested_intel' [11:46, 07:30](1684 MB) - -PASS -- COMPILE 'hafs_all_intel' [35:15, 34:20] ( 1269 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:51, 09:26](769 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:46, 09:32](754 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:38] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:26, 04:02](1066 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:23, 02:12](1037 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:26, 03:57](931 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:35, 04:02](929 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:26, 03:52](925 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:26, 03:53](1071 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:26, 03:42](1063 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:26, 03:46](944 MB) -FAILED: TEST TIMED OUT -- TEST 'datm_cdeps_mx025_cfsr_intel' [, ]( MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:29, 08:13](844 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:23, 03:45](1065 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:27, 05:15](2370 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:43, 05:31](2356 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:52] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:25, 08:06](1013 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:12, 08:30] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:22, 04:10](1055 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:16] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:41, 01:40](233 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:39, 01:27](257 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:55](256 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [35:14, 34:38] ( 1016 remarks ) -FAILED: TEST TIMED OUT -- TEST 'atm_ds2s_docn_pcice_intel' [, ]( MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [34:14, 33:41] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:59, 06:04](1885 MB) - -PASS -- COMPILE 'atml_intel' [38:15, 37:47] ( 8 warnings 1186 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:51, 10:11](1858 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:48, 10:31](1862 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:07, 06:27](1073 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 06:16] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:23, 08:39](1890 MB) - -PASS -- COMPILE 'atmw_intel' [37:14, 35:19] ( 1261 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:42, 03:18](1860 MB) - -PASS -- COMPILE 'atmaero_intel' [35:15, 34:01] ( 1099 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:46, 06:39](1951 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:00, 07:11](1732 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:41, 07:30](1746 MB) +PASS -- COMPILE 's2swa_32bit_intel' [45:17, 44:24] ( 1 warnings 1378 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [23:47, 08:34](2013 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:22, 50:00] ( 1 warnings 1425 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [37:36, 22:06](1886 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [44:10, 24:03](2009 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [33:06, 13:32](1112 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [38:50, 24:50](1846 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [55:19, 54:44] ( 1 warnings 1422 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [30:21, 21:36](1884 MB) + +PASS -- COMPILE 's2swa_intel' [43:17, 42:35] ( 1379 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [20:26, 09:19](2048 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [21:02, 09:42](2050 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:13, 05:39](1712 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [20:35, 09:52](2065 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:17, 05:39](1735 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [20:17, 09:42](2320 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [20:31, 09:14](2061 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [19:48, 08:21](1998 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [21:00, 09:26](2050 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [19:47, 08:51](2037 MB) + +PASS -- COMPILE 's2sw_intel' [42:17, 41:49] ( 1277 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [20:00, 07:44](1904 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:16, 08:09](1968 MB) + +PASS -- COMPILE 's2swa_debug_intel' [27:25, 07:44] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [17:39, 11:17](2083 MB) + +PASS -- COMPILE 's2sw_debug_intel' [26:20, 07:20] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [16:01, 08:21](1933 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [55:22, 38:13] ( 1008 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:59, 07:09](1951 MB) + +PASS -- COMPILE 's2s_intel' [51:25, 38:23] ( 1013 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [15:14, 12:43](3021 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [07:06, 04:01](3008 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:18, 02:33](2460 MB) + +PASS -- COMPILE 's2swa_faster_intel' [43:29, 34:13] ( 1607 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [42:19, 08:42](2043 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [53:16, 47:35] ( 1337 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:40, 22:29](1920 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [55:24, 11:06](1132 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [56:42, 25:27](1882 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:13, 06:37] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [38:35, 33:59](1937 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [43:15, 38:37] ( 1 warnings 1124 remarks ) +PASS -- TEST 'control_flake_intel' [10:43, 04:43](651 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [48:34, 04:16](1550 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [32:34, 04:12](1548 MB) +PASS -- TEST 'control_latlon_intel' [10:16, 04:27](1546 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [39:34, 04:35](1547 MB) +PASS -- TEST 'control_c48_intel' [17:32, 11:47](1698 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:52, 10:22](830 MB) +PASS -- TEST 'control_c192_intel' [59:09, 14:49](1672 MB) +PASS -- TEST 'control_c384_intel' [01:08, 19:50](1800 MB) +PASS -- TEST 'control_c384gdas_intel' [59:24, 14:03](1008 MB) +PASS -- TEST 'control_stochy_intel' [08:39, 02:47](602 MB) +PASS -- TEST 'control_stochy_restart_intel' [48:46, 01:21](436 MB) +PASS -- TEST 'control_lndp_intel' [08:38, 02:38](599 MB) +PASS -- TEST 'control_iovr4_intel' [09:41, 03:58](604 MB) +PASS -- TEST 'control_iovr5_intel' [09:41, 03:52](600 MB) +PASS -- TEST 'control_p8_intel' [45:04, 06:11](1842 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [01:18, 04:43](1830 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [13:17, 05:07](1849 MB) +PASS -- TEST 'control_restart_p8_intel' [27:20, 02:57](1052 MB) +PASS -- TEST 'control_noqr_p8_intel' [43:05, 05:13](1835 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [27:31, 02:57](1072 MB) +PASS -- TEST 'control_decomp_p8_intel' [41:17, 05:44](1831 MB) +PASS -- TEST 'control_2threads_p8_intel' [41:16, 05:15](1920 MB) +PASS -- TEST 'control_p8_lndp_intel' [14:25, 08:10](1836 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [42:22, 06:27](1902 MB) +PASS -- TEST 'control_p8_mynn_intel' [34:06, 04:46](1850 MB) +PASS -- TEST 'merra2_thompson_intel' [42:29, 05:54](1842 MB) +PASS -- TEST 'regional_control_intel' [37:18, 08:09](1002 MB) +PASS -- TEST 'regional_restart_intel' [11:55, 04:39](986 MB) +PASS -- TEST 'regional_decomp_intel' [13:12, 09:13](1002 MB) +PASS -- TEST 'regional_2threads_intel' [09:16, 07:30](992 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [12:22, 08:50](1012 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [17:14, 08:14](1005 MB) + +PASS -- COMPILE 'rrfs_intel' [39:16, 38:18] ( 3 warnings 1100 remarks ) +PASS -- TEST 'rap_control_intel' [02:39, 10:47](986 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [58:48, 06:06](1164 MB) +PASS -- TEST 'rap_decomp_intel' [56:39, 11:01](974 MB) +PASS -- TEST 'rap_2threads_intel' [58:19, 09:54](1074 MB) +PASS -- TEST 'rap_restart_intel' [10:00, 05:20](986 MB) +PASS -- TEST 'rap_sfcdiff_intel' [03:35, 11:01](985 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [59:01, 11:07](982 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:24, 08:24](998 MB) +PASS -- TEST 'hrrr_control_intel' [57:23, 05:32](989 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [57:23, 05:33](978 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [57:13, 05:05](1053 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:34, 03:19](918 MB) +PASS -- TEST 'rrfs_v1beta_intel' [04:00, 10:37](980 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [03:44, 13:06](1945 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [00:46, 13:03](1939 MB) + +PASS -- COMPILE 'csawmg_intel' [38:17, 35:54] ( 1089 remarks ) +PASS -- TEST 'control_csawmg_intel' [56:55, 09:41](960 MB) +PASS -- TEST 'control_ras_intel' [30:31, 04:43](657 MB) + +PASS -- COMPILE 'wam_intel' [36:16, 35:46] ( 992 remarks ) +FAILED: TEST TIMED OUT -- TEST 'control_wam_intel' [, ]( MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [39:17, 38:01] ( 1292 remarks ) +PASS -- TEST 'control_p8_faster_intel' [29:57, 04:34](1838 MB) +PASS -- TEST 'regional_control_faster_intel' [10:47, 07:58](997 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [26:15, 09:38] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [28:59, 03:41](1576 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [24:02, 03:27](1574 MB) +PASS -- TEST 'control_stochy_debug_intel' [23:33, 04:01](772 MB) +PASS -- TEST 'control_lndp_debug_intel' [20:32, 03:36](772 MB) +PASS -- TEST 'control_csawmg_debug_intel' [18:43, 06:12](1082 MB) +PASS -- TEST 'control_ras_debug_intel' [14:32, 03:36](786 MB) +PASS -- TEST 'control_diag_debug_intel' [14:54, 03:32](1632 MB) +PASS -- TEST 'control_debug_p8_intel' [13:01, 04:11](1853 MB) +PASS -- TEST 'regional_debug_intel' [32:51, 23:12](1036 MB) +PASS -- TEST 'rap_control_debug_intel' [07:29, 06:16](1157 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:27, 06:05](1158 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:23, 06:18](1161 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:26, 06:25](1160 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:28, 06:20](1156 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:44, 06:47](1242 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:29, 06:36](1160 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:29, 06:34](1165 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:28, 06:20](1166 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:35, 06:27](1162 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:36, 06:11](1158 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:27, 06:17](1157 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:32, 10:11](1160 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:29, 06:07](1153 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:35, 07:33](1160 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:25, 06:14](1157 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:52, 10:54](1163 MB) + +PASS -- COMPILE 'wam_debug_intel' [33:19, 05:25] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [21:02, 16:59](1651 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [05:17, 31:55] ( 3 warnings 1024 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:18, 05:33](1042 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:11, 09:00](890 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:22, 04:46](867 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:11, 08:40](935 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:20, 04:24](899 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:20, 05:03](854 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:25, 06:46](895 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:32, 02:32](840 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [06:18, 33:24] ( 3 warnings 1197 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:04, 03:15](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:50, 01:33](1042 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:43](1011 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [58:17, 32:29] ( 3 warnings 1044 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:51, 05:52](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [31:13, 05:51] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:29, 06:10](1040 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:30, 06:01](1036 MB) +PASS -- TEST 'conus13km_debug_intel' [22:05, 19:03](1146 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:50, 19:09](859 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:44, 11:04](1093 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:52, 18:57](1222 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [28:14, 05:40] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:31, 06:32](1082 MB) + +PASS -- COMPILE 'hafsw_intel' [41:17, 40:27] ( 1 warnings 1416 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:31, 07:11](695 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:39, 07:15](1066 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:44, 10:14](752 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [20:05, 17:02](789 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:03, 19:07](801 MB) +PASS -- TEST 'gnv1_nested_intel' [12:15, 07:43](1682 MB) + +PASS -- COMPILE 'hafs_all_intel' [38:15, 37:10] ( 1263 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:41, 09:12](744 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:37, 09:00](735 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:32] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 03:38](1072 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:23, 02:11](1041 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:27, 03:31](926 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:29, 03:35](924 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:27, 03:39](920 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:29, 03:36](1065 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:29, 03:54](1065 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:29, 03:32](928 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:21, 08:01](889 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:23, 08:00](845 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:24, 03:37](1062 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:44, 05:28](2359 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:41, 05:08](2411 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:41] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:25, 07:59](1025 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:24] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 03:41](1074 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:54] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:39, 01:58](232 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:34, 02:05](270 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:33, 01:12](254 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [39:16, 37:27] ( 1013 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:51, 08:06](1896 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:15, 36:37] ( 1013 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:12, 07:57](1891 MB) + +PASS -- COMPILE 'atml_intel' [38:16, 38:01] ( 8 warnings 1165 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [17:14, 11:50](1854 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [17:35, 12:10](1846 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:55, 06:15](1064 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 06:52] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:02, 08:14](1886 MB) + +PASS -- COMPILE 'atmw_intel' [39:28, 38:11] ( 1258 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:19, 03:47](1851 MB) + +PASS -- COMPILE 'atmaero_intel' [38:23, 36:43] ( 1096 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:52, 06:36](1939 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:04, 06:53](1725 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:37, 07:05](1730 MB) SYNOPSIS: -Starting Date/Time: 20240805 00:16:01 -Ending Date/Time: 20240805 05:47:53 -Total Time: 05h:32m:33s +Starting Date/Time: 20240807 03:37:26 +Ending Date/Time: 20240807 09:38:56 +Total Time: 06h:02m:12s Compiles Completed: 36/36 -Tests Completed: 162/164 +Tests Completed: 163/164 Failed Tests: -* TEST datm_cdeps_mx025_cfsr_intel: FAILED: TEST TIMED OUT --- LOG: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3949448/datm_cdeps_mx025_cfsr_intel/err -* TEST atm_ds2s_docn_pcice_intel: FAILED: TEST TIMED OUT --- LOG: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3949448/atm_ds2s_docn_pcice_intel/err +* TEST control_wam_intel: FAILED: TEST TIMED OUT +-- LOG: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_529651/control_wam_intel/err NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -302,31 +300,31 @@ Result: FAILURE ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 +f53391f8414a033e03d4d59c3362d7bb8ff66d9f Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -337,25 +335,22 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1849630 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4088889 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems -* (-b) - NEW BASELINES FROM FILE: test_changes.list +* (-n) - RUN SINGLE TEST: control_wam * (-e) - USE ECFLOW -PASS -- COMPILE 'datm_cdeps_intel' [09:12, 08:39] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:15, 08:04](894 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [35:18, 34:20] ( 1016 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [14:00, 06:19](1916 MB) +PASS -- COMPILE 'wam_intel' [18:40, 35:42] ( 992 remarks ) +PASS -- TEST 'control_wam_intel' [24:20, 15:03](1616 MB) SYNOPSIS: -Starting Date/Time: 20240805 15:51:58 -Ending Date/Time: 20240805 16:42:30 -Total Time: 00h:50m:51s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Starting Date/Time: 20240807 15:58:18 +Ending Date/Time: 20240807 19:42:39 +Total Time: 03h:44m:40s +Compiles Completed: 1/1 +Tests Completed: 1/1 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 7a67ef80ad..b08d50a9ee 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,31 +1,31 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -2c5fe7d612bee0ccb9005bd4f6b178d7ccb93ba3 +c34693f57b7804adb9fae55d41f8519a32801059 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,284 +36,284 @@ 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-20240730 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2194935 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2683135 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:11, 16:10] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:42, 14:21](2093 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 20:33] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:47, 17:57](1965 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:16, 18:56](2127 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:07, 08:50](1211 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:45, 20:12](1873 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 20:21] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:42, 17:37](1953 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:10, 08:06] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:43, 27:11](1932 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:42] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:31, 14:29](2152 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:41, 14:09](2143 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:45, 07:55](1815 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:31, 14:32](2163 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:45, 08:03](1711 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:35, 13:24](2439 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:31, 14:33](2130 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:35, 12:32](2047 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:40, 14:27](2148 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:30, 16:21](2713 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:51, 08:57](2737 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:03, 11:22](3664 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:27, 07:05](3506 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:24, 05:54](2111 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 15:14] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:22, 13:49](1984 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:27, 04:41](2038 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:10, 08:06] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:21, 08:50](2173 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 07:47] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:03, 06:09](2017 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 13:54] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:10, 04:40](2049 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 12:51] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:55, 09:52](3109 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:58, 03:20](3087 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:51, 02:09](2538 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:11, 24:23] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:29, 14:45](2138 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 20:21] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:15, 18:06](1998 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:20, 08:59](1256 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:07, 20:22](1905 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 06:54] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:00, 28:37](1971 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:26, 03:37](688 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:43, 03:04](1590 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:46, 03:09](1589 MB) -PASS -- TEST 'control_latlon_intel' [03:41, 03:04](1584 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:47, 03:11](1591 MB) -PASS -- TEST 'control_c48_intel' [10:49, 09:11](1742 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:30, 07:55](848 MB) -PASS -- TEST 'control_c192_intel' [11:57, 11:09](1736 MB) -PASS -- TEST 'control_c384_intel' [14:53, 12:11](2008 MB) -PASS -- TEST 'control_c384gdas_intel' [12:34, 09:30](1356 MB) -PASS -- TEST 'control_stochy_intel' [02:22, 01:47](646 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:47, 01:05](475 MB) -PASS -- TEST 'control_lndp_intel' [02:22, 01:41](643 MB) -PASS -- TEST 'control_iovr4_intel' [03:28, 02:39](643 MB) -PASS -- TEST 'control_iovr5_intel' [03:23, 02:39](643 MB) -PASS -- TEST 'control_p8_intel' [05:08, 03:31](1886 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:08, 03:25](1882 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:26, 03:18](1882 MB) -PASS -- TEST 'control_restart_p8_intel' [03:14, 01:55](1101 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:13, 03:22](1879 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:21, 01:58](1130 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:08, 03:26](1873 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:11, 03:35](1972 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:48, 05:48](1882 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:31, 04:48](1948 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:24, 03:26](1899 MB) -PASS -- TEST 'merra2_thompson_intel' [05:34, 03:41](1894 MB) -PASS -- TEST 'regional_control_intel' [07:37, 06:19](1084 MB) -PASS -- TEST 'regional_restart_intel' [04:47, 03:20](1082 MB) -PASS -- TEST 'regional_decomp_intel' [07:34, 06:38](1084 MB) -PASS -- TEST 'regional_2threads_intel' [05:32, 04:37](1077 MB) -PASS -- TEST 'regional_noquilt_intel' [06:37, 06:09](1381 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 06:12](1086 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:41, 06:16](1093 MB) -PASS -- TEST 'regional_wofs_intel' [08:36, 07:31](1906 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:31] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:19, 08:14](1052 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:55, 05:13](1306 MB) -PASS -- TEST 'rap_decomp_intel' [09:54, 08:29](1022 MB) -PASS -- TEST 'rap_2threads_intel' [10:16, 08:15](1160 MB) -PASS -- TEST 'rap_restart_intel' [06:34, 04:20](1044 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:58, 08:11](1055 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:58, 08:29](1024 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:33, 06:09](1078 MB) -PASS -- TEST 'hrrr_control_intel' [06:08, 04:16](1031 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:54, 04:23](1020 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:15, 04:04](1097 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:26, 02:18](953 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:18, 08:07](1049 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 09:40](1985 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 09:25](2020 MB) - -PASS -- COMPILE 'csawmg_intel' [12:11, 11:36] -PASS -- TEST 'control_csawmg_intel' [07:42, 06:28](1024 MB) -PASS -- TEST 'control_ras_intel' [04:26, 03:24](718 MB) - -PASS -- COMPILE 'wam_intel' [12:10, 11:16] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:45, 12:07](1670 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:11, 20:19] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:18, 03:09](1888 MB) -PASS -- TEST 'regional_control_faster_intel' [06:39, 05:56](1091 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 07:55] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:51, 02:45](1619 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:56, 02:40](1615 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:27, 03:06](816 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:27, 02:47](820 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:47, 04:22](1138 MB) -PASS -- TEST 'control_ras_debug_intel' [03:28, 02:49](825 MB) -PASS -- TEST 'control_diag_debug_intel' [03:53, 02:48](1683 MB) -PASS -- TEST 'control_debug_p8_intel' [03:53, 03:08](1918 MB) -PASS -- TEST 'regional_debug_intel' [18:49, 17:36](1116 MB) -PASS -- TEST 'rap_control_debug_intel' [05:26, 04:56](1215 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:28, 04:49](1200 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:28, 04:57](1210 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:28, 05:00](1206 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:26, 04:55](1208 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:34, 05:06](1296 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:27, 05:01](1209 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:27, 05:01](1211 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:25, 04:57](1202 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:58](1215 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:22, 04:44](1200 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:20, 04:52](1213 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 07:58](1207 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:23, 04:49](1202 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:26, 05:57](1212 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:22, 04:56](1211 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:25, 08:23](1204 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 05:02] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:45, 13:31](1690 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 11:05] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:56, 04:46](1169 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:14, 06:57](1003 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:24, 03:42](928 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:56, 07:07](1078 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:06, 03:34](958 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:11, 03:49](903 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:29, 05:14](978 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:44, 02:00](880 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:12, 17:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:56, 02:38](1181 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:47, 01:11](1134 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:29](1079 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 11:27] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:43, 04:27](979 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 05:26] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:50](1089 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:39](1083 MB) -PASS -- TEST 'conus13km_debug_intel' [15:58, 14:22](1245 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:55, 14:14](946 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:40, 08:44](1174 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:46, 14:23](1315 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:22] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:31, 04:58](1136 MB) - -PASS -- COMPILE 'hafsw_intel' [14:10, 13:50] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:14, 05:54](763 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:24, 06:11](1139 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:23, 07:23](836 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:12, 24:19](874 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:18, 28:18](894 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:59, 06:57](514 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:30, 08:14](523 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:53, 03:24](380 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:22, 09:29](491 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:50, 04:40](536 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:47, 04:23](540 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 05:37](591 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:31](409 MB) -PASS -- TEST 'gnv1_nested_intel' [07:11, 04:18](1737 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:42] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:02, 13:22](603 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [22:11, 21:46] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:09, 12:45](674 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:08, 12:50](739 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 13:27] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:03, 08:53](727 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:12, 12:22] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:20, 07:20](828 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:24, 07:21](813 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:56, 16:16](1204 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:55] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:21, 02:57](1156 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:56](1116 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:49](1028 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 02:52](1022 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:54](1021 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:57](1163 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:59](1162 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:51](1016 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 06:27](1026 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:10, 06:24](998 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:20, 02:57](1133 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:18, 04:27](2400 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:20](2390 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 05:36] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:22](1085 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:23] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:58](1157 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:32] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:28, 01:01](255 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:55](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:36](323 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 11:54] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 04:06](1973 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 11:46] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:55](1956 MB) - -PASS -- COMPILE 'atml_intel' [14:11, 13:34] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:27, 04:51](1870 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:25, 04:48](1871 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:39](1082 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 06:17] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:28, 06:01](1897 MB) - -PASS -- COMPILE 'atmw_intel' [13:11, 12:25] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:20, 02:10](1917 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 11:58] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:15, 04:32](2001 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:11, 05:16](1769 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 05:23](1797 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 05:22] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:05, 20:53](4560 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:11, 17:48] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:45, 14:17](2083 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 23:57] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:50, 18:00](1954 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:14, 18:58](2136 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:13, 08:55](1208 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:50, 20:22](1865 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 21:51] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:46, 17:44](1944 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:11, 09:46] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:53, 27:32](1937 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 17:31] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:33, 14:18](2131 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:45, 14:38](2131 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:46, 07:52](1818 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:33, 14:34](2155 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:46, 07:51](1707 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:40, 13:22](2421 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:33, 14:43](2124 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:36, 12:12](2042 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:46, 14:20](2126 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:30, 16:45](2713 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:25, 08:52](2721 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:44, 11:59](3717 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:23, 07:25](3506 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:29, 05:57](2103 MB) + +PASS -- COMPILE 's2sw_intel' [15:11, 15:01] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:15, 14:00](1972 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:25, 04:50](2050 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:11, 09:08] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:45, 08:42](2163 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:10, 08:53] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:09, 06:12](1991 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:11, 15:18] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:29, 04:42](2042 MB) + +PASS -- COMPILE 's2s_intel' [15:11, 15:06] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:01, 10:00](3051 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [05:03, 03:18](3027 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:02, 02:18](2474 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:10, 16:51] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:31, 14:47](2131 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 18:30] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:13, 18:19](1984 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:25, 09:04](1230 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:13, 20:31](1921 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:10, 07:38] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:23, 29:28](1976 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:27, 03:43](687 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:47, 03:13](1587 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:18](1583 MB) +PASS -- TEST 'control_latlon_intel' [04:41, 03:11](1591 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:52, 03:15](1584 MB) +PASS -- TEST 'control_c48_intel' [10:52, 09:27](1707 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:36, 08:07](840 MB) +PASS -- TEST 'control_c192_intel' [13:02, 11:49](1727 MB) +PASS -- TEST 'control_c384_intel' [15:02, 12:55](1961 MB) +PASS -- TEST 'control_c384gdas_intel' [12:39, 09:55](1342 MB) +PASS -- TEST 'control_stochy_intel' [02:25, 01:51](641 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:07](476 MB) +PASS -- TEST 'control_lndp_intel' [02:25, 01:46](644 MB) +PASS -- TEST 'control_iovr4_intel' [03:28, 02:45](639 MB) +PASS -- TEST 'control_iovr5_intel' [03:29, 02:43](642 MB) +PASS -- TEST 'control_p8_intel' [05:14, 03:30](1884 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:21, 03:34](1884 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:36, 03:25](1891 MB) +PASS -- TEST 'control_restart_p8_intel' [03:20, 02:00](1091 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:19, 03:23](1877 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:25, 02:00](1133 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:19, 03:29](1865 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:09, 03:35](1949 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:55, 05:54](1878 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:34, 04:52](1939 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:33, 03:30](1890 MB) +PASS -- TEST 'merra2_thompson_intel' [05:42, 03:51](1879 MB) +PASS -- TEST 'regional_control_intel' [07:41, 06:27](1078 MB) +PASS -- TEST 'regional_restart_intel' [04:40, 03:35](1076 MB) +PASS -- TEST 'regional_decomp_intel' [07:35, 06:46](1072 MB) +PASS -- TEST 'regional_2threads_intel' [05:41, 04:36](1070 MB) +PASS -- TEST 'regional_noquilt_intel' [07:35, 06:26](1382 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:35, 06:26](1076 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 06:30](1078 MB) +PASS -- TEST 'regional_wofs_intel' [08:34, 07:51](1903 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 12:57] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:05, 08:29](1051 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:03, 05:15](1256 MB) +PASS -- TEST 'rap_decomp_intel' [10:05, 08:45](1030 MB) +PASS -- TEST 'rap_2threads_intel' [10:05, 08:33](1156 MB) +PASS -- TEST 'rap_restart_intel' [06:35, 04:27](1042 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:06, 08:20](1055 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:06, 08:39](1016 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:34, 06:16](1073 MB) +PASS -- TEST 'hrrr_control_intel' [06:03, 04:23](1031 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:03, 04:28](1025 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:03, 04:11](1094 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:45, 02:18](945 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:28, 08:19](1046 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:30, 10:02](1986 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:30, 09:47](2029 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 12:44] +PASS -- TEST 'control_csawmg_intel' [07:40, 06:32](1018 MB) +PASS -- TEST 'control_ras_intel' [04:26, 03:29](718 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 12:27] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:45, 12:40](1664 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 13:04] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:21, 03:13](1880 MB) +PASS -- TEST 'regional_control_faster_intel' [07:36, 06:13](1077 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 09:54] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:47, 03:14](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:44, 02:39](1616 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:26, 03:05](821 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:21, 02:46](815 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:37, 04:21](1131 MB) +PASS -- TEST 'control_ras_debug_intel' [03:20, 02:53](825 MB) +PASS -- TEST 'control_diag_debug_intel' [03:46, 02:48](1676 MB) +PASS -- TEST 'control_debug_p8_intel' [04:43, 03:09](1918 MB) +PASS -- TEST 'regional_debug_intel' [17:41, 17:07](1083 MB) +PASS -- TEST 'rap_control_debug_intel' [05:25, 04:59](1208 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:31, 04:50](1204 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:27, 04:57](1203 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:28, 04:58](1212 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:25, 04:53](1210 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:15](1293 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 05:02](1213 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:24, 05:01](1210 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:25, 04:56](1207 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:25, 04:56](1211 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:21, 04:57](1205 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:20, 04:55](1212 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 07:58](1199 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:20, 04:54](1202 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:24, 06:07](1209 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:57](1206 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:42](1211 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:11, 06:22] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [13:43, 13:08](1685 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 12:26] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:56, 04:54](1130 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:21, 07:14](996 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:13, 03:47](922 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:02, 07:20](1064 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:06, 03:41](940 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:46, 03:56](897 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [27:33, 05:23](977 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:11, 02:10](874 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 12:29] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:54, 02:42](1165 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:43, 01:15](1121 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:34](1071 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:10, 12:19] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:48, 04:35](973 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 06:35] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:26, 04:55](1086 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:26, 04:45](1081 MB) +PASS -- TEST 'conus13km_debug_intel' [15:55, 14:53](1235 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:49, 14:44](934 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:18](1171 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:49, 14:40](1302 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 06:13] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 05:04](1135 MB) + +PASS -- COMPILE 'hafsw_intel' [16:11, 15:41] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:13, 06:24](744 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:30, 07:23](1113 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:29, 07:44](820 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:18, 24:37](848 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:21, 28:09](871 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:07, 07:15](496 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:29, 08:36](505 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:06, 03:36](378 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:24, 09:57](475 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:55, 04:59](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:48, 04:48](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 06:04](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:39](408 MB) +PASS -- TEST 'gnv1_nested_intel' [26:26, 04:24](1716 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:11, 08:06] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [33:14, 13:05](584 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:11, 15:09] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [33:17, 13:02](641 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [34:27, 13:20](733 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 14:58] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:09, 08:46](713 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:11, 14:28] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [29:19, 07:34](816 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [29:23, 07:31](796 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [37:12, 16:22](1198 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:47] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [23:30, 02:58](1153 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:54](1107 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [23:19, 02:50](1020 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [22:19, 02:55](1019 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [22:24, 02:53](1019 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [22:20, 02:59](1138 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [21:19, 02:59](1145 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [23:20, 04:21](1020 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [26:13, 06:31](1027 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [25:15, 06:28](1005 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [23:21, 04:33](1156 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:23, 04:25](2451 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [22:21, 04:20](2442 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 04:46] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [24:21, 06:31](1078 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:41] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [19:20, 02:59](1142 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:24] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [14:34, 01:01](254 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [14:26, 00:56](321 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:32, 00:37](319 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 13:04] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [17:16, 04:08](1978 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 12:52] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [17:08, 03:56](1944 MB) + +PASS -- COMPILE 'atml_intel' [14:12, 13:27] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [18:34, 04:49](1862 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [16:33, 04:50](1861 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:12, 02:49](1070 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:11, 08:14] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:34, 05:53](1889 MB) + +PASS -- COMPILE 'atmw_intel' [13:12, 12:55] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:23, 02:07](1908 MB) + +PASS -- COMPILE 'atmaero_intel' [13:12, 12:50] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:20, 04:36](1990 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:22, 05:20](1775 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 05:25](1787 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:39] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:11, 21:06](4568 MB) SYNOPSIS: -Starting Date/Time: 20240805 07:55:58 -Ending Date/Time: 20240805 09:26:43 -Total Time: 01h:31m:48s +Starting Date/Time: 20240806 15:14:51 +Ending Date/Time: 20240806 17:05:39 +Total Time: 01h:51m:39s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 55875c3ebc..1be8a7287f 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,31 +1,31 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -1d72e10c471068cdf993bc535757009c7d8230d0 +e875df6009b3d0da5f8808467e1127a1740672e1 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e4) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop-64-g0495c19) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (201912_public_release-415-g55182e9) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (v0.1.0-1698-g0f82327) + 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (EP4-850-g9e736da1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,238 +36,238 @@ 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-20240730 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_46672 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_24943 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:30, 11:18] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [39:29, 01:41](3099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:30, 12:07] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [39:29, 02:01](1820 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:14, 01:51](1836 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [21:14, 02:11](985 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [39:30, 01:31](1801 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:34, 17:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [34:25, 01:06](1820 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:19, 04:42] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [46:40, 01:40](1836 MB) - -PASS -- COMPILE 's2swa_intel' [11:29, 11:13] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [40:30, 01:34](3135 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [40:30, 01:52](3133 MB) -PASS -- TEST 'cpld_restart_p8_intel' [32:17, 01:01](3064 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [40:30, 01:31](3152 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [32:16, 00:56](3082 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [40:30, 01:08](3369 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [40:30, 01:34](3128 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [40:31, 01:40](3077 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [40:30, 01:53](3129 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [40:39, 04:31](4129 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:38, 05:44](4273 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [40:30, 01:53](3114 MB) - -PASS -- COMPILE 's2sw_intel' [14:36, 13:53] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [51:12, 00:52](1830 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [51:12, 00:59](1896 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [22:41, 21:51] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [29:17, 01:10](1899 MB) - -PASS -- COMPILE 's2s_intel' [11:29, 10:18] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [40:29, 01:04](2925 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [40:29, 01:28](2935 MB) -PASS -- TEST 'cpld_restart_c48_intel' [36:27, 01:04](2347 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:47, 27:26] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [24:11, 01:53](3132 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:45, 21:13] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [44:08, 00:54](1837 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [26:43, 01:18](1000 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:44, 01:19](1806 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:29, 16:02] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:10, 01:50](1863 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [21:35, 21:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [18:53, 00:23](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [18:53, 00:28](1463 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [18:53, 00:24](1475 MB) -PASS -- TEST 'control_latlon_intel' [18:53, 00:24](1469 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [18:53, 00:32](1468 MB) -PASS -- TEST 'control_c48_intel' [18:52, 01:00](1592 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [18:52, 00:51](716 MB) -PASS -- TEST 'control_c192_intel' [18:53, 00:28](1584 MB) -PASS -- TEST 'control_c384_intel' [18:57, 01:25](1900 MB) -PASS -- TEST 'control_c384gdas_intel' [18:57, 02:04](1086 MB) -PASS -- TEST 'control_stochy_intel' [17:46, 00:26](529 MB) -PASS -- TEST 'control_stochy_restart_intel' [15:18, 01:02](332 MB) -PASS -- TEST 'control_lndp_intel' [17:46, 00:27](524 MB) -PASS -- TEST 'control_iovr4_intel' [17:46, 00:42](525 MB) -PASS -- TEST 'control_iovr5_intel' [17:34, 00:43](522 MB) -PASS -- TEST 'control_p8_intel' [17:14, 02:02](1767 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [16:48, 02:04](1767 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [15:34, 01:56](1778 MB) -PASS -- TEST 'control_restart_p8_intel' [11:38, 00:40](919 MB) -PASS -- TEST 'control_noqr_p8_intel' [15:19, 01:34](1768 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [10:18, 01:05](922 MB) -PASS -- TEST 'control_decomp_p8_intel' [15:11, 01:30](1762 MB) -PASS -- TEST 'control_2threads_p8_intel' [15:07, 00:50](1850 MB) -PASS -- TEST 'control_p8_lndp_intel' [15:05, 01:16](1773 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [15:00, 02:01](1829 MB) -PASS -- TEST 'control_p8_mynn_intel' [14:27, 01:47](1774 MB) -PASS -- TEST 'merra2_thompson_intel' [14:21, 01:43](1770 MB) -PASS -- TEST 'regional_control_intel' [14:13, 01:14](851 MB) -PASS -- TEST 'regional_restart_intel' [07:27, 00:26](852 MB) -PASS -- TEST 'regional_decomp_intel' [14:04, 00:53](861 MB) -PASS -- TEST 'regional_2threads_intel' [13:51, 00:53](908 MB) -PASS -- TEST 'regional_noquilt_intel' [13:50, 00:19](1174 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [13:25, 01:15](851 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [13:16, 01:13](851 MB) -PASS -- TEST 'regional_wofs_intel' [13:16, 00:56](1576 MB) - -PASS -- COMPILE 'rrfs_intel' [17:33, 16:31] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [22:56, 01:36](911 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [22:57, 01:07](1098 MB) -PASS -- TEST 'rap_decomp_intel' [22:56, 01:23](913 MB) -PASS -- TEST 'rap_2threads_intel' [22:56, 01:41](998 MB) -PASS -- TEST 'rap_restart_intel' [13:13, 01:15](783 MB) -PASS -- TEST 'rap_sfcdiff_intel' [22:56, 02:14](909 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [22:56, 02:00](913 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [13:13, 01:40](782 MB) -PASS -- TEST 'hrrr_control_intel' [22:56, 01:03](906 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [22:56, 00:56](908 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [22:57, 01:23](990 MB) -PASS -- TEST 'hrrr_control_restart_intel' [12:51, 01:09](739 MB) -PASS -- TEST 'rrfs_v1beta_intel' [22:56, 02:11](906 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [22:56, 00:55](1872 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [22:56, 01:08](1859 MB) - -PASS -- COMPILE 'csawmg_intel' [14:29, 14:07] -PASS -- TEST 'control_csawmg_intel' [24:59, 00:30](875 MB) -PASS -- TEST 'control_ras_intel' [24:59, 00:56](564 MB) - -PASS -- COMPILE 'wam_intel' [14:30, 13:25] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [24:58, 00:55](1565 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:30, 16:15] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [12:09, 01:56](1761 MB) -PASS -- TEST 'regional_control_faster_intel' [12:00, 00:27](847 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [23:38, 23:17] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:30, 01:19](1498 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:30, 01:25](1504 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:30, 00:47](700 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:30, 01:05](701 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:30, 00:24](1009 MB) -PASS -- TEST 'control_ras_debug_intel' [06:30, 01:03](710 MB) -PASS -- TEST 'control_diag_debug_intel' [06:30, 01:18](1562 MB) -PASS -- TEST 'control_debug_p8_intel' [06:30, 00:56](1794 MB) -PASS -- TEST 'regional_debug_intel' [06:29, 01:05](890 MB) -PASS -- TEST 'rap_control_debug_intel' [06:30, 00:46](1086 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:30, 00:56](1077 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:30, 00:47](1085 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:30, 00:47](1088 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:06, 00:45](1086 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:00, 00:28](1166 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:50, 00:34](1082 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:23, 00:30](1087 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:14, 00:37](1087 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:08, 00:41](1084 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:57, 00:48](1080 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:30, 00:41](1084 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [04:29, 00:26](1078 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [03:30, 00:45](1081 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [03:17, 00:29](1093 MB) -PASS -- TEST 'rap_flake_debug_intel' [03:12, 00:42](1088 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [02:58, 01:54](1090 MB) - -PASS -- COMPILE 'wam_debug_intel' [23:46, 23:14] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [02:30, 01:13](1595 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:30, 13:07] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:16, 01:29](957 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:59, 01:29](787 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:54, 02:10](787 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:14, 01:35](858 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:10, 02:25](847 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:00, 01:52](789 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:20, 01:41](692 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:55, 00:19](670 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:44, 14:38] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [09:12, 01:11](1005 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:56, 00:50](1011 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:54, 00:40](884 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:32, 15:14] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:38, 01:44](809 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [29:05, 28:07] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [53:50, 00:57](962 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [53:50, 01:00](958 MB) -PASS -- TEST 'conus13km_debug_intel' [53:50, 01:08](1049 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [53:50, 00:43](723 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [53:50, 00:21](1051 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [53:50, 01:06](1122 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:26, 10:24] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:26, 00:50](996 MB) - -PASS -- COMPILE 'hafsw_intel' [16:33, 15:29] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [01:22, 01:58](616 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [01:23, 00:58](964 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [01:20, 01:34](661 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [01:20, 01:30](703 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [00:54, 01:25](715 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [00:37, 01:23](396 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [59:53, 01:58](403 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [59:42, 01:25](287 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [59:45, 02:00](374 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [59:40, 01:17](426 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [59:28, 01:10](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [59:27, 00:59](496 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [59:20, 00:55](318 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:42, 09:07] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [01:36, 01:13](523 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:41, 18:52] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [49:35, 00:47](534 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [49:35, 01:39](713 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:30, 14:54] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [53:10, 00:57](705 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:42, 18:15] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [48:45, 01:16](660 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [48:45, 02:09](647 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [48:43, 00:26](882 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:38, 09:59] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [55:51, 01:35](1827 MB) - -PASS -- COMPILE 'atml_intel' [21:52, 21:07] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [14:30, 13:53] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [22:36, 21:56] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [38:44, 01:21](3025 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [38:44, 01:51](2906 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [38:44, 01:43](2921 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:22, 08:54] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [46:29, 00:53](4438 MB) +PASS -- COMPILE 's2swa_32bit_intel' [38:03, 31:22] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [52:01, 02:24](3103 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:41, 12:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [12:09, 02:46](1817 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [50:26, 02:11](1846 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [49:37, 02:25](974 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:10, 03:01](1782 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:48, 18:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [06:01, 02:02](1808 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:33, 05:58] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [18:17, 02:42](1838 MB) + +PASS -- COMPILE 's2swa_intel' [30:55, 24:35] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [59:55, 02:10](3131 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [59:55, 02:39](3130 MB) +PASS -- TEST 'cpld_restart_p8_intel' [49:22, 02:39](3057 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [59:55, 01:57](3151 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [49:24, 02:05](3076 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [59:55, 02:38](3374 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [59:55, 02:13](3126 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [59:56, 02:05](3075 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [59:55, 02:24](3138 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [00:04, 06:43](4129 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [28:33, 05:13](4264 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [59:55, 02:26](3108 MB) + +PASS -- COMPILE 's2sw_intel' [22:45, 16:06] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:04, 01:46](1822 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:04, 02:57](1894 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:41, 10:43] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:08, 02:51](1887 MB) + +PASS -- COMPILE 's2s_intel' [16:40, 10:29] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:08, 02:18](2869 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [14:08, 01:56](2878 MB) +PASS -- TEST 'cpld_restart_c48_intel' [06:54, 02:03](2285 MB) + +PASS -- COMPILE 's2swa_faster_intel' [32:58, 26:57] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [57:51, 02:14](3132 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [30:53, 23:58] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [59:56, 02:33](1816 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [39:28, 02:29](999 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [39:00, 02:30](1804 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [26:43, 22:50] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [49:24, 02:06](1854 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [20:41, 15:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [53:28, 02:09](569 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [53:28, 02:20](1466 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [49:19, 01:42](1481 MB) +PASS -- TEST 'control_latlon_intel' [49:15, 01:34](1476 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [49:11, 01:53](1473 MB) +PASS -- TEST 'control_c48_intel' [48:57, 01:41](1561 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [48:07, 01:56](689 MB) +PASS -- TEST 'control_c192_intel' [47:45, 02:21](1578 MB) +PASS -- TEST 'control_c384_intel' [47:26, 02:49](1873 MB) +PASS -- TEST 'control_c384gdas_intel' [47:26, 04:00](1071 MB) +PASS -- TEST 'control_stochy_intel' [47:22, 02:11](525 MB) +PASS -- TEST 'control_stochy_restart_intel' [40:49, 02:00](326 MB) +PASS -- TEST 'control_lndp_intel' [47:19, 02:13](524 MB) +PASS -- TEST 'control_iovr4_intel' [46:43, 01:45](525 MB) +PASS -- TEST 'control_iovr5_intel' [45:55, 01:24](520 MB) +PASS -- TEST 'control_p8_intel' [45:14, 02:18](1758 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [43:53, 02:44](1753 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [43:53, 02:45](1761 MB) +PASS -- TEST 'control_restart_p8_intel' [38:36, 02:24](910 MB) +PASS -- TEST 'control_noqr_p8_intel' [43:46, 02:23](1751 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [36:36, 01:55](921 MB) +PASS -- TEST 'control_decomp_p8_intel' [43:46, 02:17](1752 MB) +PASS -- TEST 'control_2threads_p8_intel' [43:25, 02:34](1836 MB) +PASS -- TEST 'control_p8_lndp_intel' [43:23, 01:58](1769 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [43:19, 02:50](1812 MB) +PASS -- TEST 'control_p8_mynn_intel' [42:53, 02:14](1761 MB) +PASS -- TEST 'merra2_thompson_intel' [42:52, 03:08](1760 MB) +PASS -- TEST 'regional_control_intel' [42:27, 01:25](844 MB) +PASS -- TEST 'regional_restart_intel' [34:44, 01:19](841 MB) +PASS -- TEST 'regional_decomp_intel' [42:20, 02:11](840 MB) +PASS -- TEST 'regional_2threads_intel' [41:14, 01:41](895 MB) +PASS -- TEST 'regional_noquilt_intel' [40:49, 01:18](1170 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [40:20, 02:27](844 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [40:05, 01:19](840 MB) +PASS -- TEST 'regional_wofs_intel' [39:42, 02:13](1572 MB) + +PASS -- COMPILE 'rrfs_intel' [18:33, 14:31] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [54:35, 02:33](911 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [54:36, 02:36](1059 MB) +PASS -- TEST 'rap_decomp_intel' [54:35, 02:27](909 MB) +PASS -- TEST 'rap_2threads_intel' [54:35, 02:54](992 MB) +PASS -- TEST 'rap_restart_intel' [38:21, 02:21](779 MB) +PASS -- TEST 'rap_sfcdiff_intel' [54:35, 02:17](910 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [54:35, 02:32](909 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [37:22, 02:46](778 MB) +PASS -- TEST 'hrrr_control_intel' [54:35, 02:21](908 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [54:35, 02:21](906 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [54:36, 02:48](982 MB) +PASS -- TEST 'hrrr_control_restart_intel' [37:21, 02:15](734 MB) +PASS -- TEST 'rrfs_v1beta_intel' [54:35, 02:18](904 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [54:35, 02:02](1870 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [54:35, 02:23](1856 MB) + +PASS -- COMPILE 'csawmg_intel' [30:54, 27:28] +PASS -- TEST 'control_csawmg_intel' [36:49, 01:29](864 MB) +PASS -- TEST 'control_ras_intel' [36:36, 01:54](561 MB) + +PASS -- COMPILE 'wam_intel' [14:34, 12:43] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [53:30, 01:39](1558 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:36, 16:57] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [36:26, 02:58](1751 MB) +PASS -- TEST 'regional_control_faster_intel' [36:21, 01:21](835 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:32, 11:25] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [36:18, 02:15](1499 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [36:17, 02:21](1495 MB) +PASS -- TEST 'control_stochy_debug_intel' [35:39, 01:49](703 MB) +PASS -- TEST 'control_lndp_debug_intel' [35:20, 02:01](705 MB) +PASS -- TEST 'control_csawmg_debug_intel' [35:07, 01:30](1006 MB) +PASS -- TEST 'control_ras_debug_intel' [34:54, 02:08](707 MB) +PASS -- TEST 'control_diag_debug_intel' [34:37, 02:34](1561 MB) +PASS -- TEST 'control_debug_p8_intel' [34:12, 01:36](1786 MB) +PASS -- TEST 'regional_debug_intel' [33:41, 02:11](884 MB) +PASS -- TEST 'rap_control_debug_intel' [33:07, 01:36](1084 MB) +PASS -- TEST 'hrrr_control_debug_intel' [32:31, 01:53](1080 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [32:24, 01:49](1081 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [32:22, 01:44](1080 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [32:20, 01:43](1084 MB) +PASS -- TEST 'rap_diag_debug_intel' [31:30, 01:28](1166 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [31:17, 01:32](1084 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [31:08, 01:39](1084 MB) +PASS -- TEST 'rap_lndp_debug_intel' [31:06, 01:42](1088 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [30:31, 01:40](1085 MB) +PASS -- TEST 'rap_noah_debug_intel' [30:28, 01:48](1082 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [30:27, 01:40](1083 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [30:25, 01:25](1080 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [30:07, 01:45](1080 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [30:04, 01:23](1084 MB) +PASS -- TEST 'rap_flake_debug_intel' [30:02, 01:38](1088 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [29:53, 02:43](1087 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:26, 07:27] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [29:40, 01:40](1580 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:29, 07:54] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [29:13, 01:59](923 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [29:01, 02:16](786 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [28:42, 02:52](781 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [28:23, 02:25](843 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [28:18, 03:03](830 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [28:00, 02:41](780 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:57, 03:03](677 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [20:51, 01:20](664 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:29, 09:27] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [27:38, 01:47](998 MB) +PASS -- TEST 'conus13km_2threads_intel' [22:40, 01:58](996 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [22:30, 01:43](866 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:30, 10:58] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [26:57, 02:14](814 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:23, 06:32] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [25:34, 01:50](962 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [24:36, 01:50](960 MB) +PASS -- TEST 'conus13km_debug_intel' [24:36, 01:49](1052 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:36, 01:38](716 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [24:37, 01:35](1047 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:46, 02:11](1114 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [30:53, 28:52] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [21:25, 01:52](982 MB) + +PASS -- COMPILE 'hafsw_intel' [14:29, 12:50] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [23:41, 03:05](601 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [23:32, 02:07](943 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [23:29, 03:00](648 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [22:53, 02:49](674 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:53, 02:43](695 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [22:52, 02:07](377 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [22:30, 03:12](388 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [20:56, 02:34](282 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:56, 04:52](370 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [20:42, 01:42](401 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [20:07, 01:52](411 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [19:51, 01:56](479 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [19:05, 01:55](315 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [19:33, 16:58] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:50, 02:28](517 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [23:50, 20:07] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:44, 02:29](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:04, 02:14](703 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:31, 13:23] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:31, 03:41](701 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:29, 11:12] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [17:26, 02:28](651 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:22, 04:02](627 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:02, 02:13](878 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:38, 12:01] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [16:29, 01:44](1816 MB) + +PASS -- COMPILE 'atml_intel' [17:37, 14:56] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [11:25, 09:03] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [17:46, 14:43] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [14:55, 02:59](3028 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [14:50, 02:22](2907 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:39, 02:22](2925 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:27, 10:01] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [14:30, 02:45](4443 MB) SYNOPSIS: -Starting Date/Time: 20240805 16:07:37 -Ending Date/Time: 20240805 17:54:48 -Total Time: 01h:47m:56s +Starting Date/Time: 20240807 17:28:56 +Ending Date/Time: 20240807 19:15:26 +Total Time: 01h:47m:05s Compiles Completed: 33/33 Tests Completed: 156/156 diff --git a/tests/rt.conf b/tests/rt.conf index be3a401f72..07fa091e1b 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -429,7 +429,7 @@ COMPILE | s2sw_pdlib | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DP RUN | cpld_control_pdlib_p8 | + hera hercules | baseline | COMPILE | s2sw_pdlib_debug | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | + hera hercules | fv3 | -RUN | cpld_debug_pdlib_p8 | + hera hercules | baseline | +RUN | cpld_debug_pdlib_p8 | + hercules | baseline | ### CDEPS Data Atmosphere test ### COMPILE | datm_cdeps | gnu | -DAPP=NG-GODAS | + hera hercules | fv3 | diff --git a/tests/test_changes.list b/tests/test_changes.list index c413127f2a..e498af5875 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,77 +1 @@ -cpld_control_p8_mixedmode intel -cpld_control_gfsv17 intel -cpld_control_gfsv17_iau intel -cpld_restart_gfsv17 intel -cpld_mpi_gfsv17 intel -cpld_control_sfs intel -cpld_debug_gfsv17 intel -cpld_control_p8 intel -cpld_control_p8.v2.sfc intel -cpld_restart_p8 intel -cpld_control_qr_p8 intel -cpld_restart_qr_p8 intel -cpld_2threads_p8 intel -cpld_decomp_p8 intel -cpld_mpi_p8 intel -cpld_control_ciceC_p8 intel -cpld_control_c192_p8 intel -cpld_restart_c192_p8 intel -cpld_bmark_p8 intel -cpld_restart_bmark_p8 intel -cpld_s2sa_p8 intel -cpld_control_noaero_p8 intel -cpld_control_nowave_noaero_p8 intel -cpld_debug_p8 intel -cpld_debug_noaero_p8 intel -cpld_control_noaero_p8_agrid intel -cpld_control_c48 intel -cpld_warmstart_c48 intel -cpld_restart_c48 intel -cpld_control_p8_faster intel -cpld_control_pdlib_p8 intel -cpld_restart_pdlib_p8 intel -cpld_mpi_pdlib_p8 intel -cpld_debug_pdlib_p8 intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_latlon intel -control_wrtGauss_netcdf_parallel intel -control_c48 intel -control_c192 intel -control_c384 intel -control_p8 intel -control_p8.v2.sfc intel -control_p8_ugwpv1 intel -control_restart_p8 intel -control_noqr_p8 intel -control_restart_noqr_p8 intel -control_decomp_p8 intel -control_2threads_p8 intel -control_p8_lndp intel -control_p8_rrtmgp intel -control_p8_mynn intel -control_wam intel -control_p8_faster intel -control_CubedSphereGrid_debug intel -control_wrtGauss_netcdf_parallel_debug intel -control_diag_debug intel -control_debug_p8 intel -atm_ds2s_docn_pcice intel -atm_ds2s_docn_dice intel -control_p8_atmlnd_sbs intel -control_p8_atmlnd intel -control_restart_p8_atmlnd intel -control_p8_atmlnd_debug intel -atmwav_control_noaero_p8 intel -atmaero_control_p8 intel -atmaero_control_p8_rad intel -control_c48 gnu -control_p8 gnu -control_p8_ugwpv1 gnu -control_diag_debug gnu -control_debug_p8 gnu -control_wam_debug gnu -cpld_control_nowave_noaero_p8 gnu -cpld_control_pdlib_p8 gnu cpld_debug_pdlib_p8 gnu - diff --git a/tests/tests/regional_atmaq_debug b/tests/tests/regional_atmaq_debug index 7cfe2f8489..30783d3b52 100644 --- a/tests/tests/regional_atmaq_debug +++ b/tests/tests/regional_atmaq_debug @@ -97,7 +97,7 @@ export CCPP_SUITE=FV3_GFS_v15p2 if [[ $MACHINE_ID = hera ]]; then TPN=30 - WLCLK=45 + WLCLK=60 elif [[ $MACHINE_ID = gaea ]]; then TPN=16 fi From a1143ccf8618310639fd31c76c2ba83a1d859749 Mon Sep 17 00:00:00 2001 From: JONG KIM Date: Mon, 12 Aug 2024 19:03:48 -0400 Subject: [PATCH 4/6] Addition of python script to add yaml-based test option + Creation of FV3 diag table documentation #2277 + SKEB fix with d_con = zero #2374 (#2278) * UFSWM - python scripts for yaml and rocoto-xml conversion, experiment setup, and test log output * Add python superlint option * Documentation update: doc/UsersGuide/source/tables/fv3_diag_table.rst * FV3 - * atmos_cubed_sphere - bugfix: allocates heat_source when skeb is True and d_con is zero --- .github/linters/.python-lint | 473 +++ .github/linters/.yaml-lint.yml | 28 + .github/workflows/aux.yml | 65 +- .github/workflows/superlinter.yml | 6 +- FV3 | 2 +- doc/UsersGuide/source/Glossary.rst | 3 +- doc/UsersGuide/source/InputsOutputs.rst | 20 + doc/UsersGuide/source/conf.py | 1 + .../source/tables/fv3_diag_table.rst | 13 + doc/UsersGuide/source/tables/fv3diagtable.csv | 422 +++ tests-dev/baseline_setup.yaml | 104 + tests-dev/create_log.py | 209 ++ tests-dev/create_xml.py | 477 ++++ tests-dev/logs/RegressionTests_derecho.log | 324 +++ tests-dev/logs/RegressionTests_hera.log | 416 +++ tests-dev/logs/RegressionTests_hercules.log | 415 +++ .../machine_config/machine_derecho.config | 20 + tests-dev/machine_config/machine_gaea.config | 15 + tests-dev/machine_config/machine_hera.config | 14 + .../machine_config/machine_hercules.config | 17 + tests-dev/machine_config/machine_jet.config | 14 + .../machine_config/machine_noaacloud.config | 15 + tests-dev/machine_config/machine_orion.config | 17 + tests-dev/machine_config/machine_s4.config | 14 + tests-dev/ufs_error-test.yaml | 20 + tests-dev/ufs_test.sh | 276 ++ tests-dev/ufs_test.yaml | 583 ++++ tests-dev/ufs_test_utils.py | 338 +++ tests-dev/ufs_test_utils.sh | 34 + tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_derecho.log | 625 ++-- tests/logs/RegressionTests_gaea.log | 643 ++--- tests/logs/RegressionTests_hera.log | 727 +++-- tests/logs/RegressionTests_hercules.log | 735 ++--- tests/logs/RegressionTests_jet.log | 563 ++-- tests/logs/RegressionTests_orion.log | 528 ++-- tests/logs/RegressionTests_wcoss2.log | 460 +-- tests/parm/fd_ufs.yaml | 2532 ++++++++--------- tests/rt_utils.sh | 2 +- 41 files changed, 7735 insertions(+), 3537 deletions(-) create mode 100644 .github/linters/.python-lint create mode 100644 .github/linters/.yaml-lint.yml create mode 100644 doc/UsersGuide/source/tables/fv3_diag_table.rst create mode 100644 doc/UsersGuide/source/tables/fv3diagtable.csv create mode 100644 tests-dev/baseline_setup.yaml create mode 100644 tests-dev/create_log.py create mode 100644 tests-dev/create_xml.py create mode 100644 tests-dev/logs/RegressionTests_derecho.log create mode 100644 tests-dev/logs/RegressionTests_hera.log create mode 100644 tests-dev/logs/RegressionTests_hercules.log create mode 100644 tests-dev/machine_config/machine_derecho.config create mode 100644 tests-dev/machine_config/machine_gaea.config create mode 100644 tests-dev/machine_config/machine_hera.config create mode 100644 tests-dev/machine_config/machine_hercules.config create mode 100644 tests-dev/machine_config/machine_jet.config create mode 100644 tests-dev/machine_config/machine_noaacloud.config create mode 100644 tests-dev/machine_config/machine_orion.config create mode 100644 tests-dev/machine_config/machine_s4.config create mode 100644 tests-dev/ufs_error-test.yaml create mode 100755 tests-dev/ufs_test.sh create mode 100644 tests-dev/ufs_test.yaml create mode 100644 tests-dev/ufs_test_utils.py create mode 100644 tests-dev/ufs_test_utils.sh diff --git a/.github/linters/.python-lint b/.github/linters/.python-lint new file mode 100644 index 0000000000..748b19b49c --- /dev/null +++ b/.github/linters/.python-lint @@ -0,0 +1,473 @@ +[MASTER] +errors-only= + +# A comma-separated list of package or module names from where C extensions may +# be loaded. Extensions are loading into the active Python interpreter and may +# run arbitrary code +extension-pkg-whitelist= + +# Add files or directories to the blacklist. They should be base names, not +# paths. +ignore=CVS + +# Add files or directories matching the regex patterns to the blacklist. The +# regex matches against base names, not paths. +ignore-patterns= + +# Python code to execute, usually for sys.path manipulation such as +# pygtk.require(). +#init-hook= + +# Use multiple processes to speed up Pylint. +jobs=1 + +# List of plugins (as comma separated values of python modules names) to load, +# usually to register additional checkers. +load-plugins= + +# Pickle collected data for later comparisons. +persistent=yes + +# Specify a configuration file. +#rcfile= + +# When enabled, pylint would attempt to guess common misconfiguration and emit +# user-friendly hints instead of false-positive error messages +suggestion-mode=yes + +# Allow loading of arbitrary C extensions. Extensions are imported into the +# active Python interpreter and may run arbitrary code. +unsafe-load-any-extension=no + + +[MESSAGES CONTROL] + +# Only show warnings with the listed confidence levels. Leave empty to show +# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED +confidence= + +# Disable the message, report, category or checker with the given id(s). You +# can either give multiple identifiers separated by comma (,) or put this +# option multiple times (only on the command line, not in the configuration +# file where it should appear only once).You can also use "--disable=all" to +# disable everything first and then reenable specific checks. For example, if +# you want to run only the similarities checker, you can use "--disable=all +# --enable=similarities". If you want to run only the classes checker, but have +# no Warning level messages displayed, use"--disable=all --enable=classes +# --disable=W" +disable=raw-checker-failed, + bad-inline-option, + locally-disabled, + file-ignored, + suppressed-message, + useless-suppression, + deprecated-pragma, + E0401, + +# Enable the message, report, category or checker with the given id(s). You can +# either give multiple identifier separated by comma (,) or put this option +# multiple time (only on the command line, not in the configuration file where +# it should appear only once). See also the "--disable" option for examples. +enable=c-extension-no-member + + +[REPORTS] + +# Python expression which should return a note less than 10 (10 is the highest +# note). You have access to the variables errors warning, statement which +# respectively contain the number of errors / warnings messages and the total +# number of statements analyzed. This is used by the global evaluation report +# (RP0004). +evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) + +# Template used to display messages. This is a python new-style format string +# used to format the message information. See doc for all details +#msg-template= + +# Set the output format. Available formats are text, parseable, colorized, json +# and msvs (visual studio).You can also give a reporter class, eg +# mypackage.mymodule.MyReporterClass. +output-format=text + +# Tells whether to display a full report or only the messages +reports=no + +# Activate the evaluation score. +score=no + + +[REFACTORING] + +# Maximum number of nested blocks for function / method body +max-nested-blocks=5 + +# Complete name of functions that never returns. When checking for +# inconsistent-return-statements if a never returning function is called then +# it will be considered as an explicit return statement and no message will be +# printed. +never-returning-functions=optparse.Values,sys.exit + + +[VARIABLES] + +# List of additional names supposed to be defined in builtins. Remember that +# you should avoid to define new builtins when possible. +additional-builtins= + +# Tells whether unused global variables should be treated as a violation. +allow-global-unused-variables=yes + +# List of strings which can identify a callback function by name. A callback +# name must start or end with one of those strings. +callbacks=cb_, + _cb + +# A regular expression matching the name of dummy variables (i.e. expectedly +# not used). +dummy-variables-rgx=_+$|(_[a-zA-Z0-9_]*[a-zA-Z0-9]+?$)|dummy|^ignored_|^unused_ + +# Argument names that match this expression will be ignored. Default to name +# with leading underscore +ignored-argument-names=_.*|^ignored_|^unused_ + +# Tells whether we should check for unused import in __init__ files. +init-import=no + +# List of qualified module names which can have objects that can redefine +# builtins. +redefining-builtins-modules=six.moves,past.builtins,future.builtins + + +[LOGGING] + +# Logging modules to check that the string format arguments are in logging +# function parameter format +logging-modules=logging + + +[TYPECHECK] + +# List of decorators that produce context managers, such as +# contextlib.contextmanager. Add to this list to register other decorators that +# produce valid context managers. +contextmanager-decorators=contextlib.contextmanager + +# List of members which are set dynamically and missed by pylint inference +# system, and so shouldn't trigger E1101 when accessed. Python regular +# expressions are accepted. +generated-members= + +# Tells whether missing members accessed in mixin class should be ignored. A +# mixin class is detected if its name ends with "mixin" (case insensitive). +ignore-mixin-members=yes + +# This flag controls whether pylint should warn about no-member and similar +# checks whenever an opaque object is returned when inferring. The inference +# can return multiple potential results while evaluating a Python object, but +# some branches might not be evaluated, which results in partial inference. In +# that case, it might be useful to still emit no-member and other checks for +# the rest of the inferred objects. +ignore-on-opaque-inference=yes + +# List of class names for which member attributes should not be checked (useful +# for classes with dynamically set attributes). This supports the use of +# qualified names. +ignored-classes=optparse.Values,thread._local,_thread._local + +# List of module names for which member attributes should not be checked +# (useful for modules/projects where namespaces are manipulated during runtime +# and thus existing member attributes cannot be deduced by static analysis. It +# supports qualified module names, as well as Unix pattern matching. +ignored-modules= + +# Show a hint with possible names when a member name was not found. The aspect +# of finding the hint is based on edit distance. +missing-member-hint=yes + +# The minimum edit distance a name should have in order to be considered a +# similar match for a missing member name. +missing-member-hint-distance=1 + +# The total number of similar names that should be taken in consideration when +# showing a hint for a missing member. +missing-member-max-choices=1 + + +[MISCELLANEOUS] + +# List of note tags to take in consideration, separated by a comma. +notes=FIXME, + XXX, + TODO + + +[BASIC] + +# Naming style matching correct argument names +argument-naming-style=snake_case + +# Regular expression matching correct argument names. Overrides argument- +# naming-style +#argument-rgx= + +# Naming style matching correct attribute names +attr-naming-style=snake_case + +# Regular expression matching correct attribute names. Overrides attr-naming- +# style +#attr-rgx= + +# Bad variable names which should always be refused, separated by a comma +bad-names=foo, + bar, + baz, + toto, + tutu, + tata + +# Naming style matching correct class attribute names +class-attribute-naming-style=any + +# Regular expression matching correct class attribute names. Overrides class- +# attribute-naming-style +#class-attribute-rgx= + +# Naming style matching correct class names +class-naming-style=PascalCase + +# Regular expression matching correct class names. Overrides class-naming-style +#class-rgx= + +# Naming style matching correct constant names +const-naming-style=UPPER_CASE + +# Regular expression matching correct constant names. Overrides const-naming- +# style +#const-rgx= + +# Minimum line length for functions/classes that require docstrings, shorter +# ones are exempt. +docstring-min-length=-1 + +# Naming style matching correct function names +function-naming-style=snake_case + +# Regular expression matching correct function names. Overrides function- +# naming-style +#function-rgx= + +# Good variable names which should always be accepted, separated by a comma +good-names=i, + j, + k, + ex, + Run, + _ + +# Include a hint for the correct naming format with invalid-name +include-naming-hint=no + +# Naming style matching correct inline iteration names +inlinevar-naming-style=any + +# Regular expression matching correct inline iteration names. Overrides +# inlinevar-naming-style +#inlinevar-rgx= + +# Naming style matching correct method names +method-naming-style=snake_case + +# Regular expression matching correct method names. Overrides method-naming- +# style +#method-rgx= + +# Naming style matching correct module names +module-naming-style=snake_case + +# Regular expression matching correct module names. Overrides module-naming- +# style +#module-rgx= + +# Colon-delimited sets of names that determine each other's naming style when +# the name regexes allow several styles. +name-group= + +# Regular expression which should only match function or class names that do +# not require a docstring. +no-docstring-rgx=^_ + +# List of decorators that produce properties, such as abc.abstractproperty. Add +# to this list to register other decorators that produce valid properties. +property-classes=abc.abstractproperty + +# Naming style matching correct variable names +variable-naming-style=snake_case + +# Regular expression matching correct variable names. Overrides variable- +# naming-style +#variable-rgx= + + +[SPELLING] + +# Limits count of emitted suggestions for spelling mistakes +max-spelling-suggestions=4 + +# Spelling dictionary name. Available dictionaries: none. To make it working +# install python-enchant package. +spelling-dict= + +# List of comma separated words that should not be checked. +spelling-ignore-words= + +# A path to a file that contains private dictionary; one word per line. +spelling-private-dict-file= + +# Tells whether to store unknown words to indicated private dictionary in +# --spelling-private-dict-file option instead of raising a message. +spelling-store-unknown-words=no + + +[FORMAT] + +# Expected format of line ending, e.g. empty (any line ending), LF or CRLF. +expected-line-ending-format= + +# Regexp for a line that is allowed to be longer than the limit. +ignore-long-lines=^\s*(# )??$ + +# Number of spaces of indent required inside a hanging or continued line. +indent-after-paren=4 + +# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 +# tab). +indent-string=' ' + +# Maximum number of characters on a single line. +max-line-length=150 + +# Maximum number of lines in a module +max-module-lines=1000 + +# Allow the body of a class to be on the same line as the declaration if body +# contains single statement. +single-line-class-stmt=no + +# Allow the body of an if to be on the same line as the test if there is no +# else. +single-line-if-stmt=no + + +[SIMILARITIES] + +# Ignore comments when computing similarities. +ignore-comments=yes + +# Ignore docstrings when computing similarities. +ignore-docstrings=yes + +# Ignore imports when computing similarities. +ignore-imports=no + +# Minimum lines number of a similarity. +min-similarity-lines=4 + + +[DESIGN] + +# Maximum number of arguments for function / method +max-args=5 + +# Maximum number of attributes for a class (see R0902). +max-attributes=7 + +# Maximum number of boolean expressions in a if statement +max-bool-expr=5 + +# Maximum number of branch for function / method body +max-branches=12 + +# Maximum number of locals for function / method body +max-locals=15 + +# Maximum number of parents for a class (see R0901). +max-parents=7 + +# Maximum number of public methods for a class (see R0904). +max-public-methods=20 + +# Maximum number of return / yield for function / method body +max-returns=6 + +# Maximum number of statements in function / method body +max-statements=50 + +# Minimum number of public methods for a class (see R0903). +min-public-methods=2 + + +[IMPORTS] + +# Allow wildcard imports from modules that define __all__. +allow-wildcard-with-all=no + +# Analyse import fallback blocks. This can be used to support both Python 2 and +# 3 compatible code, which means that the block might have code that exists +# only in one or another interpreter, leading to false positives when analysed. +analyse-fallback-blocks=no + +# Deprecated modules which should not be used, separated by a comma +deprecated-modules=regsub, + TERMIOS, + Bastion, + rexec + +# Create a graph of external dependencies in the given file (report RP0402 must +# not be disabled) +ext-import-graph= + +# Create a graph of every (i.e. internal and external) dependencies in the +# given file (report RP0402 must not be disabled) +import-graph= + +# Create a graph of internal dependencies in the given file (report RP0402 must +# not be disabled) +int-import-graph= + +# Force import order to recognize a module as part of the standard +# compatibility libraries. +known-standard-library= + +# Force import order to recognize a module as part of a third party library. +known-third-party=enchant + + +[CLASSES] + +# List of method names used to declare (i.e. assign) instance attributes. +defining-attr-methods=__init__, + __new__, + setUp + +# List of member names, which should be excluded from the protected access +# warning. +exclude-protected=_asdict, + _fields, + _replace, + _source, + _make + +# List of valid names for the first argument in a class method. +valid-classmethod-first-arg=cls + +# List of valid names for the first argument in a metaclass class method. +valid-metaclass-classmethod-first-arg=mcs + + +[EXCEPTIONS] + +# Exceptions that will emit a warning when being caught. Defaults to +# "Exception" +overgeneral-exceptions=builtins.Exception + + diff --git a/.github/linters/.yaml-lint.yml b/.github/linters/.yaml-lint.yml new file mode 100644 index 0000000000..afcac43957 --- /dev/null +++ b/.github/linters/.yaml-lint.yml @@ -0,0 +1,28 @@ +--- + +extends: default + +rules: + braces: + level: warning + max-spaces-inside: 1 + brackets: + level: warning + max-spaces-inside: 1 + colons: + level: warning + commas: disable + comments: disable + comments-indentation: disable + document-start: disable + empty-lines: + level: warning + hyphens: + level: warning + indentation: + level: warning + indent-sequences: consistent + line-length: disable + truthy: disable + trailing-spaces: disable + diff --git a/.github/workflows/aux.yml b/.github/workflows/aux.yml index 49449097a3..b9262bd816 100644 --- a/.github/workflows/aux.yml +++ b/.github/workflows/aux.yml @@ -18,43 +18,42 @@ jobs: runs-on: ubuntu-20.04 steps: - - name: Share helper id - run: echo -n ${{ github.run_id }} >~/id_file + - name: Share helper id + run: echo -n ${{ github.run_id }} >~/id_file - - uses: actions/cache@v2 - with: - path: ~/id_file - key: helperid-${{ github.event.workflow_run.id }} + - uses: actions/cache@v2 + with: + path: ~/id_file + key: helperid-${{ github.event.workflow_run.id }} repocheck: name: Repo check runs-on: ubuntu-20.04 steps: - - name: Check up-to-dateness and post comment - run: | - trap 'echo "exit-code=$?" >> "$GITHUB_OUTPUT"' EXIT - head_sha=${{ github.event.pull_request.head.sha }} - head_brc=${{ github.event.pull_request.head.ref }} - head_url=${{ github.event.pull_request.head.repo.html_url }} - git clone -q -b $head_brc $head_url . - git checkout -q $head_sha - git submodule -q update --init --recursive - cd ${{ github.workspace }}/tests/ci - url=$GITHUB_API_URL/repos/$GITHUB_REPOSITORY - pr_number=$(curl -sS -H $app $url/pulls \ - | jq -r '.[] | select(.head.sha == "'"$head_sha"'") | .number') - echo "pr_number is $pr_number" - pr_uid=${{ github.event.pull_request.head.repo.owner.login }} - echo "pr_uid is $pr_uid" - ./repo_check.sh - #comment="$(./repo_check.sh 2>/dev/null)" - #echo "comment is $comment" - #if [[ -n $comment ]]; then - # curl -sS -X POST -H $app -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ - # $url/issues/$pr_number/comments -d '{"body": "'"${comment}"'"}' - # echo -n "failure" >~/repocheck_file - #else - # echo -n "success" >~/repocheck_file - #fi - + - name: Check up-to-dateness and post comment + run: | + trap 'echo "exit-code=$?" >> "$GITHUB_OUTPUT"' EXIT + head_sha=${{ github.event.pull_request.head.sha }} + head_brc=${{ github.event.pull_request.head.ref }} + head_url=${{ github.event.pull_request.head.repo.html_url }} + git clone -q -b $head_brc $head_url . + git checkout -q $head_sha + git submodule -q update --init --recursive + cd ${{ github.workspace }}/tests/ci + url=$GITHUB_API_URL/repos/$GITHUB_REPOSITORY + pr_number=$(curl -sS -H $app $url/pulls \ + | jq -r '.[] | select(.head.sha == "'"$head_sha"'") | .number') + echo "pr_number is $pr_number" + pr_uid=${{ github.event.pull_request.head.repo.owner.login }} + echo "pr_uid is $pr_uid" + ./repo_check.sh + #comment="$(./repo_check.sh 2>/dev/null)" + #echo "comment is $comment" + #if [[ -n $comment ]]; then + # curl -sS -X POST -H $app -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \ + # $url/issues/$pr_number/comments -d '{"body": "'"${comment}"'"}' + # echo -n "failure" >~/repocheck_file + #else + # echo -n "success" >~/repocheck_file + #fi diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 4b1ffea8d2..a3d92fc835 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -24,7 +24,7 @@ jobs: - name: Super-Linter uses: super-linter/super-linter@v6.3.0 env: - LINTER_RULES_PATH: / + LINTER_RULES_PATH: '.github/linters/' DEFAULT_BRANCH: origin/develop GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FILTER_REGEX_EXCLUDE: .*(tests/fv3_conf/.*|tests/ci/.*|tests/auto/.*|tests/auto-jenkins/.*|tests/opnReqTests/.*|tests/opnReqTest|tests/atparse.bash).* @@ -33,5 +33,5 @@ jobs: #VALIDATE_GITHUB_ACTIONS: true #VALIDATE_LUA: true #VALIDATE_MARKDOWN: true - #VALIDATE_PYTHON_PYLINT: true - #VALIDATE_YAML: true + VALIDATE_PYTHON_PYLINT: true + VALIDATE_YAML: true diff --git a/FV3 b/FV3 index aa1484378d..66bded5b3e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit aa1484378de6cc665910b63a691a1475809f6bb3 +Subproject commit 66bded5b3e6fefc181f7df433acd18c392267311 diff --git a/doc/UsersGuide/source/Glossary.rst b/doc/UsersGuide/source/Glossary.rst index 0ac0044002..d43ca7943a 100644 --- a/doc/UsersGuide/source/Glossary.rst +++ b/doc/UsersGuide/source/Glossary.rst @@ -68,7 +68,8 @@ Glossary Global atmospheric model based on fluid dynamics principles, including Euler's equations of motion. EMC - The `Environmental Modeling Center `_ is one of :term:`NCEP`'s nine centers and leads the :term:`National Weather Service `'s modeling efforts. + The `Environmental Modeling Center `__ is one of :term:`NCEP`'s nine centers and leads the :term:`National Weather Service `'s modeling efforts. + ESMF `Earth System Modeling Framework `__. The ESMF defines itself as "a suite of software tools for developing high-performance, multi-component Earth science modeling applications." It is a community-developed software infrastructure for building and coupling models. diff --git a/doc/UsersGuide/source/InputsOutputs.rst b/doc/UsersGuide/source/InputsOutputs.rst index fbf767c263..c4a79ed5f8 100644 --- a/doc/UsersGuide/source/InputsOutputs.rst +++ b/doc/UsersGuide/source/InputsOutputs.rst @@ -1304,6 +1304,26 @@ These field section entries are described in :numref:`Table %s ` contains links to the full set of options for each WM component. + +.. _diag-table-options: + +.. list-table:: * *diag_table* Options for WM Components* + :widths: 16 24 24 + :header-rows: 1 + + * - WM Component + - Diag Table + - Source File + * - FV3 + - :ref:`FV3 Variables ` + - `GFS_diagnostics.F90 `_ + * - MOM6 + - `MOM6 Variables `_ + - `MOM_diagnostics.F90 `_ + + A brief example of the diag_table is shown below. ``"..."`` denotes where lines have been removed. .. _code-block-fv3-diag-table: diff --git a/doc/UsersGuide/source/conf.py b/doc/UsersGuide/source/conf.py index 546afb385f..ea5e7cf860 100644 --- a/doc/UsersGuide/source/conf.py +++ b/doc/UsersGuide/source/conf.py @@ -92,6 +92,7 @@ ] # Ignore working links that cause a linkcheck 403 error. linkcheck_ignore = [r'https://agupubs\.onlinelibrary\.wiley\.com/doi/10\.1029/2020MS002260', + r'https://glossary.ametsoc.org/wiki/*', ] # -- Options for HTML output ------------------------------------------------- diff --git a/doc/UsersGuide/source/tables/fv3_diag_table.rst b/doc/UsersGuide/source/tables/fv3_diag_table.rst new file mode 100644 index 0000000000..38435af1b3 --- /dev/null +++ b/doc/UsersGuide/source/tables/fv3_diag_table.rst @@ -0,0 +1,13 @@ +:orphan: + +.. _fv3diagtable: + +**************************** +FV3 Weather Model Variables +**************************** + + +.. csv-table:: + :file: fv3diagtable.csv + :widths: 10, 15 + :header-rows: 1 diff --git a/doc/UsersGuide/source/tables/fv3diagtable.csv b/doc/UsersGuide/source/tables/fv3diagtable.csv new file mode 100644 index 0000000000..6016da5c6b --- /dev/null +++ b/doc/UsersGuide/source/tables/fv3diagtable.csv @@ -0,0 +1,422 @@ +Variable,Description +cldfra2d,Instantaneous 2D (max-in-column) fraction +total_albedo,Total sky albedo at top of atmosphere +lwp_ex,Total liquid water path from explicit microphysics +iwp_ex,Total ice water path from explicit microphysics +lwp_fc,Total liquid water path from cloud fraction scheme +iwp_fc,Total ice water path from cloud fraction scheme +ALBDO_ave,Surface albedo +DLWRF,Surface downward longwave flux +DLWRFI,Instantanous surface downward longwave flux +ULWRF,Surface upward longwave flux +DSWRFItoa,Instantaneous top of atmosphere downward shortwave flux +USWRFtoa,Instantaneous top of atmosphere upward shortwave flux +ULWRFtoa,Instantaneous top of atmosphere upward longwave flux +ULWRFI,Instantaneous surface upward longwave flux +DSWRF,Averaged surface downward shortwave flux +DSWRFI,Instantaneous surface downward shortwave flux +USWRF,Averaged surface upward shortwave flux +USWRFI,Instantaneous surface upward shortwave flux +duvb_ave,UV-B downward solar flux +cduvb_ave,Clear sky UV-B downward solar flux +vbdsf_ave,Visible beam downward solar flux +vddsf_ave,Visible diffuse downward solar flux +nbdsf_ave,Near infrared beam downward solar flux +nddsf_ave,Near infrared diffuse downward solar flux +csulf_avetoa,Clear sky upward longwave flux at top of atmosphere +csusf_avetoa,Clear sky upward shortwave flux at top of atmosphere +csdlf_ave,Clear sky downward longwave flux +csusf_ave,Clear sky upward shortwave flux +csdsf_ave,Clear sky downward shortwave flux +csulf_ave,Clear sky upward longwave flux +DSWRFtoa,Top of atmosphere downward shortwave flux +USWRFtoa,Top of atmosphere upward shortwave flux +ULWRFtoa,Top of atmosphere upward longwave flux +TCDC-aveclm,Atmosphere column total cloud cover +TCDC_avebndcl,Boundary layer cloud layer total cloud cover +TCDCcnvcl,Convective cloud layer total cloud cover +PREScnvclt,Pressure at convective cloud top level +PREScnvclb,Pressure at convective cloud bottom level +TCDC_avehcl,High cloud level total cloud cover +PRES_avehct,Pressure high cloud top level +PRES_avehcb,Pressure high cloud bottom level +TEMP_avehct,Temperature at high cloud top level +TCDC_avemcl,Mid-cloud level total cloud cover +PRES_avemct,Pressure at middle cloud top level +PRES_avemcb,Pressure at middle cloud bottom level +TEMP_avemct,Temperature middle cloud top level +TCDC_avelcl,Low cloud level total cloud cover +PRES_avelct,Pressure low cloud top level +PRES_avelcb,Pressure at low cloud bottom level +TEMP_avelct,Temperature at low cloud top level +AOD_550,Total aerosol optical depth at 550 nm +DU_AOD_550,Dust aerosol optical depth at 550 nm +BC_AOD_550,Soot aerosol optical depth at 550 nm +OC_AOD_550,Water soluble aerosol optical depth at 550 nm +SU_AOD_550,Sulfate aerosol optical depth at 550 nm +SS_AOD_550,Salt aerosol optical depth at 550 nm +aod,Total aerosol optical depth at 550 nm +fluxr,Fluxr diagnostic - GFS radiation +sw_upfxc,Total sky upward shortwave flux at top of atmosphere - GFS radiation +sw_dnfxc,Total sky downward shortwave flux at top of atmosphere - GFS radiation +sw_upfx0,Clear sky upward shortwave flux at top of atmosphere - GFS radiation +lw_upfxc,Total sky upward longwave flux at top of atmosphere - GFS radiation +lw_upfx0,Clear sky upward longwave flux at top of atmosphere - GFS radiation +ssrun_acc,Accumulated surface storm water runoff +evbs_ave,Direct evaporation from bare soil +evcw_ave,Canopy water evaporation +snohf,Snow phase change heat flux +pah_ave,Total precipitation advected heat +trans_ave,Transpiration +sbsno_ave,Sublimation (evaporation from snow) +snowc_ave,Snow cover - GFS lsm +snowc,Snow cover +soilm,Total column soil moisture content +tmpmin2m,Min temperature at 2 meters (height) +tmpmax2m,Max temperature at 2 meters (height) +dusfc,Surface zonal momentum flux +dvsfc,Surface meridional momentum flux +shtfl_ave,Surface sensible heat flux +lhtfl_ave,Surface latent heat flux +totprcp_ave,Surface precipitation rate +totprcpb_ave,Bucket surface precipitation rate +gflux_ave,Surface ground heat flux +dlwsfc,Time-accumulated downward longwave flux at surface +ulwsfc,Time-accumulated upward longwave flux at surface +sunsd_acc,Sunshine duration +watr_acc,Total water runoff +ecan_acc,Total evaporation of intercepted water +etran_acc,Total plant transpiration +edir_acc,Total soil surface evaporation +wa_acc,Total water storage in aquifer +pevpr_ave,Averaged potential evaporation rate +cwork_ave,Cloud work function (valid only with sas) +u-gwd_ave,Surface zonal gravity wave stress +v-gwd_ave,Surface meridional gravity wave stress +psmean,Surface pressure +cnvprcp_ave,Averaged surface convective precipitation rate +cnvprcpb_ave,Averaged bucket surface convective precipitation rate +cnvprcp,Surface convective precipitation rate +spfhmin2m,Minimum specific humidity at 2m +spfhmax2m,Maximum specific humidity at 2m +u10mmax,Maximum (magnitude) u-wind at 10m above ground level (AGL) +v10mmax,Maximum (magnitude) v-wind at 10m AGL +wind10mmax,Maximum wind speed at 10m AGL +u10max,Hourly maximum (magnitude) u-wind +v10max,Hourly maximum (magnitude) v-wind +spd10max,Hourly maximum wind speed +t02max,Maximum hourly temperature at 2 meters +t02min,Minimum hourly temperature at 2 meters +rh02max,Maximum hourly relative humidity at 2 meters +rh02min,Minimum hourly relative humidity at 2 meters +pratemax,Maximum hourly precipitation rate +frzr,Accumulated surface freezing rain +frzrb,Accumulated surface freezing rain in bucket +frozr,Accumulated surface graupel +frozrb,Accumulated surface graupel in bucket +tsnowp,Accumulated surface snow +tsnowpb,Accumulated surface snow in bucket +rhonewsn,Precipitation ice density +rain,Total rain at this time step +rainc,Convective rain at this time step +ice,Ice fall at this time step +snow,Snow fall at this time step +graupel,Graupel fall at this time step +totice_ave,Surface ice precipitation rate +toticeb_ave,Bucket surface ice precipitation rate +totsnw_ave,Surface snow precipitation rate +totsnwb_ave,Bucket surface snow precipitation rate +totgrp_ave,Surface graupel precipitation rate +totgrpb_ave,Bucket surface graupel precipitation rate +sfcdlw,Total sky to surface downward longwave flux +htrlw,Total sky longwave heating rate +lwhc,Clear sky longwave heating rate +u10m,10 meter u wind +v10m,10 meter v wind +dpt2m,2 meter dewpoint temperature +hgt_hyblev1,Layer 1 height +psurf,Surface pressure +hpbl,Surface planetary boundary layer height +pwat,Atmosphere column precipitable water +tmp_hyblev1,Layer 1 temperature +spfh_hyblev1,Layer 1 specific humidity +ugrd-hyblev1,Layer 1 zonal wind +vgrd-hyblev1,Layer 1 meridional wind +sfexc,Exchange coefficient +acond,Aerodynamic conductance +dlwsfci,Instantaneous surface downward longwave flux +ulwsfci,Instantaneous surface upward longwave flux +dswsfci,Instantaneous surface downward shortwave flux +uswsfci,Instantaneous surface upward shortwave flux +dusfci,Instantaneous u component of surface stress +dvsfci,Instantaneous v component of surface stress +shtfl,Instantaneous surface sensible heat net flux +lhtfl,Instantaneous surface latent heat net flux +gfluxi,Instantaneous surface ground heat flux +wilt,Wilting point (volumetric) +fldcp,Field capacity (volumetric) +pahi,Instantaneous precipitation advected heat flux +pevpr,Instantaneous surface potential evaporation +wet1,Normalized soil wetness +cpofp,Precent frozen precipitation +crain_ave,Averaged categorical rain +csnow_ave,Averaged categorical snow +cfrzr_ave,Averaged categorical freezing rain +cicep_ave,Averaged categorical sleet +refl_10cm,Radar reflectivity +max_hail_diam_sfc,Maximum hail diameter at lowest model level +dkt,Atmospheric heat diffusivity +dku,Atmospheric momentum diffusivity +cldfra,Instantaneous 3D cloud fraction +cnvw,Subgrid scale convective cloud water +skebu_wts,Perturbation velocity - u component +skebv_wts,Perturbation velocity - v component +zmtnblck,Level of dividing streamline +refdmax,Max hourly 1-kilometer above ground level reflectivity +refdmax263k,Max hourly -10C reflectivity +sppt_wts,Perturbation velocity (from the SPPT `stochastic physics `_ scheme) +shum_wts,Perturbation velocity (from the SHUM `stochastic physics `_ scheme) +spp_wts_pbl,Stochastically perturbed parameterization weights (magnitude) - planetary boundary layer +spp_wts_sfc,Stochastically perturbed parameterization weights (magnitude) - surface physics + +spp_wts_mp,Stochastically perturbed parameterization weights (magnitude) - microphysics +spp_wts_gwd,Stochastically perturbed parameterization - gravity wave drag +spp_wts_rad,Stochastically perturbed parameterization weights (magnitude) - radiation +spp_wts_cu_deep,Stochastically perturbed parameterization weights (magnitude) for deep convection +sfc_wts,Perturbation amplitude +ca1,Cellular automata +ca_deep,Cellular automaton deep convection +ca_turb,Cellular automaton turbulence +ca_shal,Cellular automaton shallow convection +ca_rad,Cellular automaton radiation +ca_micro,Cellular automaton microphysics +lakefrac,Lake fraction +lakedepth,Lake depth +T_snow,Temperature of snow on a lake +T_ice,Temperature of ice on a lake +use_lake_model,Lake model flag +lake_is_salty,Lake point is considered salty by CLM lake model +lake_cannot_freeze,CLM lake model considers the point to be so salty it cannot freeze +lake_t2m,Temperature at 2 meters from lake model +lake_q2m,2m specific humidity from lake model +lake_albedo,Mid-day surface albedo over lake +lake_h2osno2d,Water equivalent of accumulated snow depth over lake +lake_sndpth2d,Actual accumulated snow depth over lake in CLM lake model +lake_snl2d,Snow layers in CLM lake model (treated as integer) +lake_tsfc,Skin temperature from CLM lake model +lake_savedtke12d,Top level eddy conductivity from previous timestep in CLM lake model +lake_ht,Lake height +zmtb,Height of dividing streamline +zogw,Height of orographic gravity wave (OGW) launch +zlwb,Height of low-level wave breaking +tau_ogw,Orographic gravity wave vertical momentum flux at launch level +tau_mtb,Orographic mountain blocking integrated flux from surface +tau_tofd,Turbulent orographic form drag integrated flux from surface +tau_ngw,Non-stationary gravity waves momentum flux at launch level +du3dt_pbl_ugwp,U-tendency due to planetary boundary layer physics +dv3dt_pbl_ugwp,V-tendency due to planetary boundary layer physics +dt3dt_pbl_ugwp,T-tendency due to planetary boundary layer physics +uav_ugwp,U-daily mean for unified gravity wave physics +tav_ugwp,T-daily mean for unified gravity wave physics +du3dt_ogw,Averaged E-W orographic gravity wave tendency +du3dt_ngw,Averaged E-W non-stationary gravity waves tendency +du3dt_mtb,Averaged E-W mountain blocking tendency +du3dt_tms,Averaged E-W turbulent orographic form drag tendency +dudt_tot,Averaged E-W dycore-tendency +dtdt_tot,Averaged temperature dycore-tendency +dudt_ogw,X wind tendency from mesoscale orographic gravity wave form drag +dvdt_ogw,Y wind tendency from mesoscale orographic gravity wave form drag +dudt_obl,X wind tendency from blocking drag +dvdt_obl,Y wind tendency from blocking drag +du_ogwcol,Integrated x momentum flux from mesoscale orographic gravity wave +dv_ogwcol,Integrated y momentum flux from mesoscale orographic gravity wave +du_oblcol,Integrated x momentum flux from blocking drag +dv_oblcol,Integrated y momentum flux from blocking drag +dws3dt_ogw,Averaged wind speed tendency due to mesoscale gravity wave drag +dws3dt_obl,Averaged wind speed tendency due to blocking drag +dudt_oss,X wind tendency from small scale gravity wave drag +dvdt_oss,Y wind tendency from small scale gravity wave drag +dudt_ofd,X wind tendency from form drag +dcdt_ofd,Y wind tendency from form drag +dws3dt_oss,Averaged wind speed tendency due to small-scale gravity wave drag +dws3dt_ofd,Averaged wind speed tendency due to turbulent orographic form drag +ldu3dt_ogw,Averaged x wind tendency due to mesoscale orographic gravity wave drag +ldu3dt_obl,Averaged x wind tendency due to blocking drag +ldu3dt_ofd,Averaged x wind tendency due to form drag +ldu3dt_oss,Averaged x wind tendency due to small-scale gravity wave drag +du_osscol,Integrated x momentum flux from small-scale gravity wave drag +dv_osscol,Integrated y momentum flux from small-scale gravity wave drag +du_ofdcol,Integrated x momentum flux from form drag +dv_ofdcol,Integrated y momentum flux from form drag +du3_ogwcol,Time averaged surface x momentum flux from mesoscale orographic gravity wave drag +dv3_ogwcol,Time averaged surface y momentum flux from mesoscale orographic gravity wave drag +du3_oblcol,Time averaged surface x momentum flux from blocking drag +dv3_oblcol,Time averaged surface y momentum flux from blocking drag +du3_osscol,Time averaged surface x momentum flux from small-scale gravity wave drag +dv3_osscol,Time averaged surface y momentum flux from small-scale gravity wave drag +du3_ofdcol,Time averaged surface x momentum flux from form drag +dv3_ofdcol,Time averaged surface y momentum flux from form drag +ldu3dt_ngw,Time averaged u momentum tendency due to non-stationary gravity wave drag +ldv3dt_ngw,Time averaged v momentum tendency due to non-stationary gravity wave drag +ldt3dt_ngw,Time averaged temperature tendency due to non-stationary gravity wave drag +upd_mf,Updraft convective mass flux +dwn_mf,Downdraft convective mass flux +det_mf,Detrainment convective mass flux +alnsf,Mean near-infrared albedo with strong cos(z) dependency +alnwf,Mean near-infrared albedo with weak cos(z) dependency +alvsf,Mean visible albedo with strong cos(z) dependency +alvwf,Mean visible albedo with weak cos(z) dependency +canopy,Canopy water (``cnwat`` in GFS data) +f10m,10-meter wind speed divided by lowest model wind speed +facsf,Fractional coverage with strong cos(z) dependency +facwf,Fractional coverage with weak cos(z) dependency +ffhh,FH parameter from planetary boundary layer scheme +ffmm,FM parameter from planetary boundary layer scheme +uustar,U-uStar surface frictional wind +slope,Surface slope type +fice,Surface ice concentration (ice=1; no ice=0) +hice,Sea ice thickness (``icetk`` in ``gfs_data``) +snoalb,Maximum snow albedo in fraction +shdmax,Maximum fractional coverage of green vegetation +shdmin,Minimum fractional coverage of green vegetation +snowd,Surface snow depth +sbsno,Instantaneous sublimation (evaporation from snow) +evbs,Instantaneous direct evaporation over land +evcw,Instantaneous canopy evaporation +trans,Instantaneous transpiration +sfalb,Surface albedo over land +rhofr,Density of frozen precipitation +snowfall_acc_land,Total accumulated frozen precipitation over land +acsnow_land,Total accumulated SWE (snow water equivalent) of frozen precipitation over land +snowmt_land,Accumulated snow melt over land +snowfall_acc_ice,Total accumulated frozen precipitation over ice +acsnow_ice,Total accumulated SWE (snow water equivalent) of frozen precipitaton over ice +snowmt_ice,Accumulated snow melt over ice +crain,Instantaneous categorical rain +stype,Soil type in integer 1-9 +scolor,Soil color in integer 1-20 +lfrac,Land fraction +q2m,2 meter specific humidity +t2m,2 meter temperature +tsfc,Surface temperature +usfco,Surface zonal current +vsfco,Surface meridional current +tiice,Internal ice temperature layer +tg3,Deep soil temperature +tisfc,Surface temperature over ice fraction +tprcp,Total time-step precipitation +vtype,Vegetation type in integer +weasd,Surface snow water equivalent +weasdi,Surface snow water equivalent over ice +snodi,Snow depth over ice +hgtsfc,Surface geopotential height +slmsksfc,"Sea-land-ice mask (0-sea, 1-land, 2-ice)" +zorlsfc,Surface roughness +vfracsfc,Vegetation fraction +wetness,Soil moisture availability in top soil layer +nirbmdi,Surface near infrared beam shortwave downward flux +nirdfdi,Surface near infrared differential shortwave downward flux +visbmdi,Surface uv+visible beam shortwave downward flux +visdfdi,Surface uv+visible differential shortwave downward flux +xlaixy,Leaf area index +vfrac,Fraction of vegetation category +sfrac,Fraction of soil category +slc,Liquid soil moisture +soill,Liquid soil moisture +soilw,Volumetric soil moisture +soilt,Soil temperature +tref, Near Sea Surface Temperature (NSST) reference or foundation temperature +z_c,NSST sub-layer cooling thickness +c_0,NSST coefficient1 to calculate d(tz)/d(ts) +c_d,NSST coefficient2 to calculate d(tz)/d(ts) +w_0,NSST coefficient3 to calculate d(tz)/d(ts) +w_d,NSST coefficient4 to calculate d(tz)/d(ts) +xt,NSST heat content in diurnal thermocline layer +xs,NSST salinity content in diurnal thermocline layer +xu,NSST u-current content in diurnal thermocline layer +xv,NSST v-current content in diurnal thermocline layer +xz,NSST diurnal thermocline layer thickness +zm,NSST mixed layer thickness +xtts,NSST d(xt)/d(ts) +xzts,NSST d(xz)/d(ts) +d_conv,NSST thickness of free convection layer +ifd,NSST index to start diurnal thermocline layer model (DTLM) run or not +dt_cool,NSST sub-layer cooling amount +qrain,NSST sensible heat flux due to rainfall +nwfa,Number concentration of water-friendly aerosols +nwfa2d,Water-friendly surface aerosol source +nifa,Number concentration of ice-friendly aerosols +nifa2d,Ice-friendly surface aerosol source +thompson_diag3d,Thompson extended diagnostics array +fire_heat,Surface fire heat flux +burned,Ratio of the burnt area to the grid cell area +emdust,Emission of fine dust for smoke +emseas,Emission of sea salt for smoke +emanoc,Anthropogenic organic carbon (anoc) emission for Thompson microphysics +coef_bb_dc,Coefficient bb for smoke +min_fplume,Minimum smoke plume height +max_fplume,Maximum smoke plume height +HWP,Hourly fire weather potential +HWP_ave,Averaged fire weather potential +uspdavg,Boundary layer average wind speed +hpbl_thetav,Boundary layer depth modified parcel method +drydep_smoke,Dry deposition smoke +drydep_dust,Dry deposition dust +drydep_coarsepm,Dry deposition coarse pm +wetdpr_smoke,Resolved wet deposition smoke +wetdpr_dust,Resolved wet deposition dust +wetdpr_coarsepm,Resolved wet deposition coarse particulate matter +wetdpc_smoke,Convective wet deposition smoke +wetdpc_dust,Convective wet deposition dust +wetdpc_coarsepm,Convective wet deposition coarse particulate matter +peak_hr,Hour of peak smoke emissions +fire_type,Fire type +lu_nofire,Land use (lu) nofire pixes +lu_qfire,Land use (lu) qfire pixes +fhist,Coefficient to scale the fire activity depending on the fire duration +fire_end_hr,Hours since fire was last detected +ebb_smoke_in,Input smoke emission +frp_output,Output fire radiative power +ebb_rate,Total EBB carbon emissions +frp_davg,Daily mean fire radiative power +hwp_davg,Daily mean hourly wildfire potential +ebu_smoke,Smoke emission +ext550,3D total extinction at 550nm +radar_tten,Temperature tendency due to digital filter initialization (DFI) radar tendencies +ltg1_max,Max lightning threat 1 +ltg2_max,Max lightning threat 2 +ltg3_max,Max lightning threat 3 +cleffr,Effective radius of cloud liquid water particle in micrometers +cieffr,Effective radius of stratiform cloud ice particle in micrometers +cseffr,Effective radius of stratiform cloud snow particle in micrometers +ztop_plume,Height of highest plume +maxmf,Maximum mass-flux in column +maxwidth,Maximum width of plumes in grid column +zol,Monin-Obukhov surface stability parameter +flhc,Surface exchange coefficient for heat +flqc,Surface exchange coefficient for moisture +CLDFRA_BL,Subgrid cloud fraction +QC_BL,Subgrid cloud mixing ratio +EL_PBL,Turbulent mixing length +QKE,2 X TKE (Turbulent Kinetic Energy) (from MYNN) +edmf_a,Updraft area fraction (from MYNN) +edmf_w,Mean updraft vertical velocity (from MYNN) +edmf_qt,Updraft total water (from MYNN) +edmf_thl,Mean liquid potential temperature (from MYNN) +edmf_ent,Updraft entrainment rate (from MYNN) +edmf_qc,Mean updraft liquid water (from MYNN) +sub_thl,Subsidence temperature tendency (from MYNN) +sub_sqv,Subsidence water vapor tendency (from MYNN) +det_thl,Detrainment temperature tendency (from MYNN) +det_sqv,Detrainment water vapor tendency (from MYNN) +aux2d,Auxiliary 2D array +aux3d,Auxiliary 3D array +lake_snow_z3d,Lake snow level depth +lake_snow_dz3d,Lake snow level thickness +lake_snow_zi3d,Lake snow interface depth +lake_h2osoi_vol3d,Volumetric soil water +lake_h2osoi_liq3d,Soil liquid water content +lake_h2osoi_ice3d,Soil ice water content +lake_t_soisno3d,Snow or soil level temperature +lake_t_lake3d,Lake layer temperature +lake_icefrac3d,Lake fractional ice cover diff --git a/tests-dev/baseline_setup.yaml b/tests-dev/baseline_setup.yaml new file mode 100644 index 0000000000..18acbf67c5 --- /dev/null +++ b/tests-dev/baseline_setup.yaml @@ -0,0 +1,104 @@ +hera: + QUEUE: batch + COMPILE_QUEUE: batch + PARTITION: + dprefix: /scratch1/NCEPDEV + DISKNM: /scratch2/NAGAPE/epic/UFS-WM_RT + STMP: /scratch1/NCEPDEV/stmp4 + PTMP: /scratch1/NCEPDEV/stmp2 + RUNDIR_ROOT: + SCHEDULER: slurm + INPUTDATA_ROOT: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/BM_IC-20220207 +orion: + QUEUE: batch + COMPILE_QUEUE: batch + PARTITION: orion + dprefix: /work/noaa/stmp/${USER} + DISKNM: /work/noaa/epic/UFS-WM_RT + STMP: /work/noaa/stmp/${USER}/stmp + PTMP: /work/noaa/stmp/${USER}/stmp + RUNDIR_ROOT: + SCHEDULER: slurm + INPUTDATA_ROOT: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/BM_IC-20220207 +hercules: + QUEUE: batch + COMPILE_QUEUE: batch + PARTITION: hercules + dprefix: /work2/noaa/stmp/${USER} + DISKNM: /work/noaa/epic/hercules/UFS-WM_RT + STMP: /work2/noaa/stmp/${USER} + PTMP: /work2/noaa/stmp/${USER} + RUNDIR_ROOT: + SCHEDULER: slurm + INPUTDATA_ROOT: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/BM_IC-20220207 +gaea: + QUEUE: normal + COMPILE_QUEUE: normal + PARTITION: c5 + dprefix: /gpfs/f5/${ACCNR}/scratch/${USER} + DISKNM: /gpfs/f5/epic/world-shared/UFS-WM_RT + STMP: /gpfs/f5/${ACCNR}/scratch/${USER}/RT_BASELINE + PTMP: /gpfs/f5/${ACCNR}/scratch/${USER}/RT_RUNDIR + RUNDIR_ROOT: + SCHEDULER: slurm + INPUTDATA_ROOT: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/BM_IC-20220207 +jet: + QUEUE: batch + COMPILE_QUEUE: batch + PARTITION: xjet + dprefix: /mnt/lfs4/HFIP/hfv3gfs/${USER} + DISKNM: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT + STMP: /mnt/lfs4/HFIP/hfv3gfs/${USER}/RT_BASELINE + PTMP: /mnt/lfs4/HFIP/hfv3gfs/${USER}/RT_RUNDIRS + RUNDIR_ROOT: + SCHEDULER: slurm + INPUTDATA_ROOT: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/BM_IC-20220207 +derecho: + QUEUE: main + COMPILE_QUEUE: main + PARTITION: + dprefix: /glade/derecho/scratch + DISKNM: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT + STMP: /glade/derecho/scratch + PTMP: /glade/derecho/scratch + RUNDIR_ROOT: + SCHEDULER: pbs + INPUTDATA_ROOT: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/NEMSfv3gfs/BM_IC-20220207 +noaacloud: + QUEUE: batch + COMPILE_QUEUE: batch + PARTITION: + dprefix: /lustre + DISKNM: /contrib/ufs-weather-model/RT + STMP: /lustre/stmp4 + PTMP: /lustre/stmp2 + RUNDIR_ROOT: + SCHEDULER: slurm + INPUTDATA_ROOT: /contrib/ufs-weather-model/RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /contrib/ufs-weather-model/RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /contrib/ufs-weather-model/RT/NEMSfv3gfs/BM_IC-20220207 +s4: + QUEUE: s4 + COMPILE_QUEUE: s4 + PARTITION: s4 + dprefix: /data/prod + DISKNM: /data/prod/emc.nemspara/RT + STMP: /scratch/short/users + PTMP: /scratch/users + RUNDIR_ROOT: + SCHEDULER: slurm + INPUTDATA_ROOT: /data/prod/emc.nemspara/RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /data/prod/emc.nemspara/RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /data/prod/emc.nemspara/RT/NEMSfv3gfs/BM_IC-20220207 diff --git a/tests-dev/create_log.py b/tests-dev/create_log.py new file mode 100644 index 0000000000..72ebd5ae70 --- /dev/null +++ b/tests-dev/create_log.py @@ -0,0 +1,209 @@ +import os +import sys +import subprocess +import yaml +from datetime import datetime +from ufs_test_utils import get_testcase, write_logfile, delete_files, machine_check_off + +def finish_log(): + """Collect regression test results and generate log file. + """ + UFS_TEST_YAML = str(os.getenv('UFS_TEST_YAML')) + PATHRT = os.getenv('PATHRT') + MACHINE_ID = os.getenv('MACHINE_ID') + REGRESSIONTEST_LOG = PATHRT+'/logs/RegressionTests_'+MACHINE_ID+'.log' + filename = REGRESSIONTEST_LOG + KEEP_RUNDIR= str(os.getenv('KEEP_RUNDIR')) + ROCOTO = str(os.getenv('ROCOTO')) + CREATE_BASELINE = str(os.getenv('CREATE_BASELINE')) + COMPILE_ONLY = str(os.getenv('COMPILE_ONLY')) + + run_logs= f""" +""" + COMPILE_PASS= 0 + COMPILE_NR = 0 + JOB_NR = 0 + PASS_NR= 0 + FAIL_NR= 0 + failed_list= [] + test_changes_list= PATHRT+'/test_changes.list' + with open(UFS_TEST_YAML, 'r') as f: + rt_yaml = yaml.load(f, Loader=yaml.FullLoader) + for apps, jobs in rt_yaml.items(): + for key, val in jobs.items(): + if (str(key) == 'build'): + machine_check = machine_check_off(MACHINE_ID, val) + PASS_TESTS = False + if machine_check: + COMPILE_NR += 1 + RT_COMPILER = val['compiler'] + COMPILE_ID = apps + COMPILE_LOG = 'compile_'+COMPILE_ID+'.log' + COMPILE_LOG_TIME ='compile_'+COMPILE_ID+'_timestamp.txt' + with open('./logs/log_'+MACHINE_ID+'/'+COMPILE_LOG) as f: + if "[100%] Linking Fortran executable" in f.read(): + COMPILE_PASS += 1 + f.seek(0) + for line in f: + if 'export RUNDIR_ROOT=' in line: + RUNDIR_ROOT=line.split("=")[1] + break + compile_err = RUNDIR_ROOT.strip('\n')+'/compile_'+COMPILE_ID+'/err' + with open(compile_err) as ferr: + contents = ferr.read() + count_warning = contents.count(": warning #") + count_remarks = contents.count(": remark #") + ferr.close() + warning_log = "" + if count_warning > 0: + warning_log = "("+str(count_warning)+" warnings" + if count_remarks > 0: + warning_log+= ","+str(count_remarks)+" remarks)" + flog = open('./logs/log_'+MACHINE_ID+'/'+COMPILE_LOG_TIME) + timing_data = flog.read() + first_line = timing_data.split('\n', 1)[0] + etime = int(first_line.split(",")[4].strip()) - int(first_line.split(",")[1].strip()) + btime = int(first_line.split(",")[3].strip()) - int(first_line.split(",")[2].strip()) + etime_min, etime_sec = divmod(int(etime), 60) + etime_min = f"{etime_min:02}"; etime_sec = f"{etime_sec:02}" + btime_min, btime_sec = divmod(int(btime), 60) + btime_min = f"{btime_min:02}"; btime_sec = f"{btime_sec:02}" + time_log = " ["+etime_min+':'+etime_sec+', '+btime_min+':'+btime_sec+"]" + flog.close() + compile_log = "PASS -- COMPILE "+COMPILE_ID+time_log+warning_log+"\n" + else: + compile_log = "FAIL -- COMPILE "+COMPILE_ID+"\n" + f.close() + run_logs += compile_log + else: + PASS_TESTS = True + if (str(key) == 'tests' and COMPILE_ONLY == 'false' and not PASS_TESTS): + for test in val: + case, config = get_testcase(test) + machine_check = machine_check_off(MACHINE_ID, config) + if machine_check: + JOB_NR+=1 + TEST_NAME = case + TEST_ID = TEST_NAME+'_'+RT_COMPILER + TEST_LOG = 'rt_'+TEST_ID+'.log' + TEST_LOG_TIME= 'run_'+TEST_ID+'_timestamp.txt' + if 'dependency' in config.keys(): + DEP_RUN = str(config['dependency'])+'_'+RT_COMPILER + else: + DEP_RUN = "" + PASS_CHECK = 'Test '+TEST_ID+' PASS' + MAXS_CHECK = 'The maximum resident set size (KB)' + pass_flag = False + create_dep_flag = False + if (CREATE_BASELINE == 'true' and not DEP_RUN == ""): + create_dep_flag = True + if not create_dep_flag: + with open('./logs/log_'+MACHINE_ID+'/'+TEST_LOG) as f: + if PASS_CHECK in f.read(): + pass_flag = True + f.close() + if pass_flag: + f = open('./logs/log_'+MACHINE_ID+'/'+TEST_LOG_TIME) + timing_data = f.read() + first_line = timing_data.split('\n', 1)[0] + etime = str(int(first_line.split(",")[4].strip()) - int(first_line.split(",")[1].strip())) + rtime = str(int(first_line.split(",")[3].strip()) - int(first_line.split(",")[2].strip())) + etime_min, etime_sec = divmod(int(etime), 60) + etime_min = f"{etime_min:02}"; etime_sec = f"{etime_sec:02}" + rtime_min, rtime_sec = divmod(int(rtime), 60) + rtime_min = f"{rtime_min:02}"; rtime_sec = f"{rtime_sec:02}" + time_log = " ["+etime_min+':'+etime_sec+', '+rtime_min+':'+rtime_sec+"]" + f.close() + with open('./logs/log_'+MACHINE_ID+'/'+TEST_LOG) as f: + if pass_flag : + rtlog_file = f.readlines() + for line in rtlog_file: + if MAXS_CHECK in line: + memsize= line.split('=')[1].strip() + test_log = 'PASS -- TEST '+TEST_ID+time_log+' ('+memsize+' MB)\n' + PASS_NR += 1 + else: + test_log = 'FAIL -- TEST '+TEST_ID+'\n' + failed_list.append(TEST_NAME+' '+RT_COMPILER) + FAIL_NR += 1 + run_logs += test_log + f.close() + run_logs += '\n' + write_logfile(filename, "a", output=run_logs) + + TEST_START_TIME = os.getenv('TEST_START_TIME') + TEST_END_TIME = os.getenv('TEST_END_TIME') + start_time = datetime.strptime(TEST_START_TIME, "%Y%m%d %H:%M:%S") + end_time = datetime.strptime(TEST_END_TIME, "%Y%m%d %H:%M:%S") + hours, remainder= divmod((end_time - start_time).total_seconds(), 3600) + minutes, seconds= divmod(remainder, 60) + hours = int(hours); minutes=int(minutes); seconds =int(seconds) + hours = f"{hours:02}"; minutes= f"{minutes:02}"; seconds= f"{seconds:02}" + elapsed_time = hours+'h:'+minutes+'m:'+seconds+'s' + + COMPILE_PASS = str(int(COMPILE_PASS)) + COMPILE_NR = str(int(COMPILE_NR)) + JOB_NR = str(int(JOB_NR)) + PASS_NR = str(int(PASS_NR)) + FAIL_NR = str(int(FAIL_NR)) + synop_log = f""" +SYNOPSIS: +Starting Date/Time: {TEST_START_TIME} +Ending Date/Time: {TEST_END_TIME} +Total Time: {elapsed_time} +Compiles Completed: {COMPILE_PASS}/{COMPILE_NR} +Tests Completed: {PASS_NR}/{JOB_NR} + +""" + write_logfile(filename, "a", output=synop_log) + + if (int(FAIL_NR) == 0): + if os.path.isfile(test_changes_list): + delete_files(test_changes_list) + open(test_changes_list, 'a').close() + SUCCESS = "SUCCESS" + comment_log = f""" +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: {SUCCESS} + +====END OF {MACHINE_ID} REGRESSION TESTING LOG==== +""" + write_logfile(filename, "a", output=comment_log) + else: + with open(test_changes_list, 'w') as listfile: + for line in failed_list: + listfile.write(f"{line}\n") + listfile.close() + SUCCESS = "FAILED" + comment_log = f""" +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 {MACHINE_ID} REGRESSION TESTING LOG==== +""" + write_logfile(filename, "a", output=comment_log) + + print("Performing Cleanup...") + exefiles= PATHRT+'/fv3_*.*x*'; delete_files(exefiles) + modfiles= PATHRT+'/modules.fv3_*'; delete_files(modfiles) + modfiles= PATHRT+'modulefiles/modules.fv3_*'; delete_files(modfiles) + tmpfiles= PATHRT+'/keep_tests.tmp'; delete_files(tmpfiles) + if KEEP_RUNDIR == 'false': + rundir = PATHRT+'/run_dir' + os.unlink(rundir) + if ROCOTO == 'true': + rocotofiles=PATHRT+'/rocoto*' + delete_files(rocotofiles) + lockfiles=PATHRT+'/*_lock.db' + delete_files(lockfiles) + print("REGRESSION TEST RESULT: SUCCESS") + +#if __name__ == '__main__': + diff --git a/tests-dev/create_xml.py b/tests-dev/create_xml.py new file mode 100644 index 0000000000..2d567cec4e --- /dev/null +++ b/tests-dev/create_xml.py @@ -0,0 +1,477 @@ +import os +import sys +import subprocess +import yaml +from ufs_test_utils import get_testcase, write_logfile, rrmdir, machine_check_off + +def rocoto_create_entries(RTPWD,MACHINE_ID,INPUTDATA_ROOT,INPUTDATA_ROOT_WW3,INPUTDATA_ROOT_BMIC,RUNDIR_ROOT,NEW_BASELINE,ROCOTO_XML): + """Generate header information for Rocoto xml file + + Args: + RTPWD (str): Baseline directory + MACHINE_ID (str): Machine ID i.e. Hera, Gaea, Jet, etc. + INPUTDATA_ROOT (str): Input data directory + INPUTDATA_ROOT_WW3 (str): WW3 input data directory + INPUTDATA_ROOT_BMIC (str): BMIC input data directory + RUNDIR_ROOT (str): Test run directory + NEW_BASELINE (str): Directory for newly generated baselines + ROCOTO_XML (str): Rocoto .xml filename to write to + """ + PATHRT = os.getenv('PATHRT') + LOG_DIR= PATHRT+'/logs/log_'+MACHINE_ID + PATHTR, tail = os.path.split(PATHRT) + ROCOTO_SCHEDULER = os.getenv('ROCOTO_SCHEDULER') + rocoto_entries = f""" + + + + + + + + + +]> + + 197001010000 197001010000 01:00:00 + &LOG;/workflow.log +""" + with open(ROCOTO_XML,"w") as f: + f.writelines(rocoto_entries) + f.close() + +def rocoto_create_compile_task(MACHINE_ID,COMPILE_ID,ROCOTO_COMPILE_MAXTRIES,MAKE_OPT,ACCNR,COMPILE_QUEUE,PARTITION,ROCOTO_XML): + """Generate and append compile task into Rocoto xml file + + Args: + MACHINE_ID (str): Machine ID i.e. Hera, Gaea, Jet, etc. + COMPILE_ID (str): Compile identifier e.g. s2swa_intel + ROCOTO_COMPILE_MAXTRIES (str): Max attempts for compile + MAKE_OPT (str): Make build options + ACCNR (str): Account to run the job with + COMPILE_QUEUE (str): QOS i.e. batch, windfall, normal, etc. + PARTITION (str): System partition i.e. xjet, c5 + ROCOTO_XML (str): Rocoto .xml filename to write to + """ + NATIVE="" + BUILD_CORES="8" + BUILD_WALLTIME="00:30:00" + if ( MACHINE_ID == 'jet' ): BUILD_WALLTIME="02:00:00" + if ( MACHINE_ID == 'hera'): BUILD_WALLTIME="01:00:00" + if ( MACHINE_ID == 'orion'): BUILD_WALLTIME="01:00:00" + if ( MACHINE_ID == 'hercules'): BUILD_WALLTIME="01:00:00" + if ( MACHINE_ID == 's4' ): BUILD_WALLTIME="01:00:00" + if ( MACHINE_ID == 'gaea' ): BUILD_WALLTIME="01:00:00" + compile_task = f""" + &PATHRT;/run_compile.sh &PATHRT; &RUNDIR_ROOT; "{MAKE_OPT}" {COMPILE_ID} 2>&1 | tee &LOG;/compile_{COMPILE_ID}.log + compile_{COMPILE_ID} + {ACCNR} + {COMPILE_QUEUE} +""" + if ( MACHINE_ID == 'gaea' ): + compile_task+=f""" --clusters=es + eslogin_c5 +""" + PARTITION= "" + if ( PARTITION != "" and MACHINE_ID != "hera" ): + compile_task+=f""" {PARTITION} +""" + compile_task+=f""" 1:ppn={BUILD_CORES} + {BUILD_WALLTIME} + &RUNDIR_ROOT;/compile_{COMPILE_ID}.log + {NATIVE} + +""" + with open(ROCOTO_XML,"a") as f: + f.writelines(compile_task) + f.close() + +def write_metatask_begin(COMPILE_METATASK_NAME, filename): + """Write compile task metadata to Rocoto xml file + + Args: + COMPILE_METATASK_NAME (str): Compile job name e.g. s2swa_intel + filename (str): Rocoto xml filename to append to + """ + metatask_name = f""" 0 +""" + with open(filename,"a") as f: + f.writelines(metatask_name) + f.close() + +def write_metatask_end(filename): + """Append closing metatask element to Rocoto xml + + Args: + filename (str): Rocoto xml filename + """ + metatask_name = f""" +""" + with open(filename,"a") as f: + f.writelines(metatask_name) + f.close() + +def write_compile_env(SCHEDULER,PARTITION,JOB_NR,COMPILE_QUEUE,RUNDIR_ROOT): + """Generate compile task .env file + + Args: + SCHEDULER (str): Job scheduler e.g. pbs, slurm + PARTITION (str): System partition i.e. xjet, c5 + JOB_NR (str): Job number + COMPILE_QUEUE (str): QOS i.e. batch, windfall, normal, etc. + RUNDIR_ROOT (str): Test run directory + """ + filename = RUNDIR_ROOT+"/compile_"+str(os.getenv('COMPILE_ID'))+".env" + COMPILE_ID = os.getenv('COMPILE_ID') + MACHINE_ID = os.getenv('MACHINE_ID') + RT_COMPILER= os.getenv('RT_COMPILER') + PATHRT = os.getenv('PATHRT') + PATHTR, tail = os.path.split(PATHRT) + ACCNR = os.getenv('ACCNR') + ROCOTO = os.getenv('ROCOTO') + ECFLOW = os.getenv('ECFLOW') + REGRESSIONTEST_LOG = PATHRT+'/logs/RegressionTests_'+MACHINE_ID+'.log' + LOG_DIR = PATHRT+'/logs/log_'+MACHINE_ID + compile_envs = f"""export JOB_NR={JOB_NR} +export COMPILE_ID={COMPILE_ID} +export MACHINE_ID={MACHINE_ID} +export RT_COMPILER={RT_COMPILER} +export PATHRT={PATHRT} +export PATHTR={PATHTR} +export SCHEDULER={SCHEDULER} +export ACCNR={ACCNR} +export QUEUE={COMPILE_QUEUE} +export PARTITION={PARTITION} +export ROCOTO={ROCOTO} +export ECFLOW={ECFLOW} +export REGRESSIONTEST_LOG={REGRESSIONTEST_LOG} +export LOG_DIR={LOG_DIR} +""" + with open(filename,"w+") as f: + f.writelines(compile_envs) + f.close() + +def write_runtest_env(): + """Generate run task .env file + """ + filename = str(os.getenv('RUNDIR_ROOT'))+"/run_test_"+str(os.getenv('TEST_ID'))+".env" + JOB_NR = str(os.getenv('JOB_NR')) + TEST_ID = str(os.getenv('TEST_ID')) + MACHINE_ID = str(os.getenv('MACHINE_ID')) + RT_COMPILER= str(os.getenv('RT_COMPILER')) + RTPWD = str(os.getenv('RTPWD')) + INPUTDATA_ROOT = str(os.getenv('INPUTDATA_ROOT')) + INPUTDATA_ROOT_WW3 = str(os.getenv('INPUTDATA_ROOT_WW3')) + INPUTDATA_ROOT_BMIC= str(os.getenv('INPUTDATA_ROOT_BMIC')) + PATHRT = str(os.getenv('PATHRT')) + PATHTR, tail = os.path.split(PATHRT) + NEW_BASELINE = str(os.getenv('NEW_BASELINE')) + CREATE_BASELINE =str(os.getenv('CREATE_BASELINE')) + RT_SUFFIX = str(os.getenv('RT_SUFFIX')) + BL_SUFFIX = str(os.getenv('BL_SUFFIX')) + SCHEDULER = str(os.getenv('SCHEDULER')) + ACCNR = str(os.getenv('ACCNR')) + QUEUE = str(os.getenv('QUEUE')) + PARTITION = str(os.getenv('PARTITION')) + ROCOTO = str(os.getenv('ROCOTO')) + ECFLOW = str(os.getenv('ECFLOW')) + REGRESSIONTEST_LOG = PATHRT+'/logs/RegressionTests_'+MACHINE_ID+'.log' + LOG_DIR = PATHRT+'/logs/log_'+MACHINE_ID + DEP_RUN = str(os.getenv('DEP_RUN')) + skip_check_results = str(os.getenv('skip_check_results')) + delete_rundir = str(os.getenv('delete_rundir')) + WLCLK = str(os.getenv('WLCLK')) + MACHINE_ID = str(os.getenv('MACHINE_ID')) + runtest_envs = f""" +export JOB_NR={JOB_NR} +export TEST_ID={TEST_ID} +export MACHINE_ID={MACHINE_ID} +export RT_COMPILER={RT_COMPILER} +export RTPWD={RTPWD} +export INPUTDATA_ROOT={INPUTDATA_ROOT} +export INPUTDATA_ROOT_WW3={INPUTDATA_ROOT_WW3} +export INPUTDATA_ROOT_BMIC={INPUTDATA_ROOT_BMIC} +export PATHRT={PATHRT} +export PATHTR={PATHTR} +export NEW_BASELINE={NEW_BASELINE} +export CREATE_BASELINE={CREATE_BASELINE} +export RT_SUFFIX={RT_SUFFIX} +export BL_SUFFIX={BL_SUFFIX} +export SCHEDULER={SCHEDULER} +export ACCNR={ACCNR} +export QUEUE={QUEUE} +export PARTITION={PARTITION} +export ROCOTO={ROCOTO} +export ECFLOW={ECFLOW} +export REGRESSIONTEST_LOG={REGRESSIONTEST_LOG} +export LOG_DIR={LOG_DIR} +export DEP_RUN={DEP_RUN} +export skip_check_results={skip_check_results} +export delete_rundir={delete_rundir} +export WLCLK={WLCLK} +export RTVERBOSE=false +""" + if ( MACHINE_ID == 'jet' ): + runtest_envs+="export PATH=/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/envs/ufs-weather-model/bin:/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/bin:$PATH" + runtest_envs+="export PYTHONPATH=/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/envs/ufs-weather-model/lib/python3.8/site-packages:/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/lib/python3.8/site-packages" + + with open(filename,"w+") as f: + f.writelines(runtest_envs) + f.close() + +def make_loghead(ACCNR,MACHINE_ID,RUNDIR_ROOT,RTPWD,REGRESSIONTEST_LOG): + """Generate log header information + + Args: + ACCNR (str): Account to run the job with + MACHINE_ID (str): Machine ID i.e. Hera, Gaea, Jet, etc. + RUNDIR_ROOT (str): Test run directory + RTPWD (str): Baseline directory + REGRESSIONTEST_LOG (str): Regression Test log filename + """ + filename = REGRESSIONTEST_LOG + TESTS_FILE = str(os.getenv('TESTS_FILE')) + NEW_BASELINES_FILE = str(os.getenv('NEW_BASELINES_FILE')) + CREATE_BASELINE = str(os.getenv('CREATE_BASELINE')) + DEFINE_CONF_FILE = str(os.getenv('DEFINE_CONF_FILE')) + RTPWD_NEW_BASELINE = str(os.getenv('RTPWD_NEW_BASELINE')) + RUN_SINGLE_TEST = str(os.getenv('RUN_SINGLE_TEST')) + COMPILE_ONLY = str(os.getenv('COMPILE_ONLY')) + delete_rundir = str(os.getenv('delete_rundir')) + skip_check_results = str(os.getenv('skip_check_results')) + KEEP_RUNDIR = str(os.getenv('KEEP_RUNDIR')) + ROCOTO = str(os.getenv('ROCOTO')) + ECFLOW = str(os.getenv('ECFLOW')) + RTVERBOSE = str(os.getenv('RTVERBOSE')) + SRT_NAME = str(os.getenv('SRT_NAME')) + SRT_COMPILER= str(os.getenv('SRT_COMPILER')) + + rtlog_head=f"""====START OF {MACHINE_ID} REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +""" + rtlog_submod=f""" +Submodule hashes used in testing: +""" + write_logfile(filename, "w", output= rtlog_head) + write_logfile(filename, "a", subproc="git rev-parse HEAD") + write_logfile(filename, "a", output= rtlog_submod) + write_logfile(filename, "a", subproc="git submodule status --recursive") + + with open(filename, 'r') as rtlog: + filedata = rtlog.read(); rtlog.close() + + filedata = filedata.replace('../', '') + write_logfile(filename, "w", output= filedata) + + info_note=f""" +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: {RTPWD} +COMPARISON DIRECTORY: {RUNDIR_ROOT} + +UFS_TEST.SH OPTIONS USED: +""" + write_logfile(filename, "a", output= info_note) + + write_logfile(filename, "a", output="* (-a) - HPC PROJECT ACCOUNT: "+ACCNR+"\n") + if (not NEW_BASELINES_FILE == ""): + write_logfile(filename, "a", output="* (-b) - NEW BASELINES FROM FILE: "+NEW_BASELINES_FILE+"\n") + if (CREATE_BASELINE == "true"): + write_logfile(filename, "a", output="* (-c) - CREATE NEW BASELINES"+"\n") + if (DEFINE_CONF_FILE == "true"): + write_logfile(filename, "a", output="* (-l) - USE CONFIG FILE: "+TESTS_FILE+"\n") + if (RTPWD_NEW_BASELINE == "true"): + write_logfile(filename, "a", output="* (-m) - COMPARE AGAINST CREATED BASELINES"+"\n") + if (RUN_SINGLE_TEST == "true"): + write_logfile(filename, "a", output="* (-n) - RUN SINGLE TEST: "+SRT_NAME+" "+SRT_COMPILER+"\n") + if (COMPILE_ONLY == "true"): + write_logfile(filename, "a", output="* (-o) - COMPILE ONLY, SKIP TESTS"+"\n") + if (delete_rundir == "true"): + write_logfile(filename, "a", output="* (-d) - DELETE RUN DIRECTORY"+"\n") + if (skip_check_results == "true"): + write_logfile(filename, "a", output="* (-w) - SKIP RESULTS CHECK"+"\n") + if (KEEP_RUNDIR == "true"): + write_logfile(filename, "a", output="* (-k) - KEEP RUN DIRECTORY"+"\n") + if (ROCOTO == "true"): + write_logfile(filename, "a", output="* (-r) - USE ROCOTO"+"\n") + if (ECFLOW == "true"): + write_logfile(filename, "a", output="* (-e) - USE ECFLOW"+"\n") + if (RTVERBOSE == "true"): + write_logfile(filename, "a", output="* (-v) - VERBOSE OUTPUT"+"\n") + +def xml_loop(): + ACCNR = str(os.getenv('ACCNR')) + PATHRT = str(os.getenv('PATHRT')) + MACHINE_ID = str(os.getenv('MACHINE_ID')) + RTPWD_NEW_BASELINE = str(os.getenv('RTPWD_NEW_BASELINE')) + NEW_BASELINE = str(os.getenv('NEW_BASELINE')) + CREATE_BASELINE = str(os.getenv('CREATE_BASELINE')) + COMPILE_ONLY = str(os.getenv('COMPILE_ONLY')) + delete_rundir = str(os.getenv('delete_rundir')) + if (delete_rundir == "true"): dependency_list= [] + + with open('bl_date.conf', 'r') as bldate: + bl_date = str(bldate.readline()) + BL_DATE = bl_date.split("=")[1].strip() + with open("baseline_setup.yaml", 'r') as f: + exp_config = yaml.load(f, Loader=yaml.FullLoader) + base = exp_config[MACHINE_ID] + USER = str(os.environ.get('USER')) #os.environ.get('USERNAME')) #os.getlogin() + pid = str(os.getpid()) + + QUEUE = str(base['QUEUE']) + COMPILE_QUEUE = str(base['COMPILE_QUEUE']) + PARTITION = str(base['PARTITION']) + if (PARTITION == "None"): PARTITION = "" + dprefix = str(base['dprefix']).replace("${USER}", str(USER)) + dprefix = dprefix.replace("${ACCNR}", str(ACCNR)) + DISKNM = str(base['DISKNM']) + STMP = str(base['STMP']).replace("${USER}", str(USER)) + STMP = STMP.replace("${ACCNR}", str(ACCNR)) + PTMP = str(base['PTMP']).replace("${USER}", str(USER)) + PTMP = PTMP.replace("${ACCNR}", str(ACCNR)) + RUNDIR_ROOT = str(base['RUNDIR_ROOT']) + SCHEDULER = str(base['SCHEDULER']) + INPUTDATA_ROOT= str(base['INPUTDATA_ROOT']) + INPUTDATA_ROOT_WW3 = str(base['INPUTDATA_ROOT_WW3']) + INPUTDATA_ROOT_BMIC= str(base['INPUTDATA_ROOT_BMIC']) + + path = STMP+'/'+USER + os.makedirs(path, exist_ok=True) + NEW_BASELINE = path + '/FV3_RT/REGRESSION_TEST' + if (RUNDIR_ROOT == "None"): RUNDIR_ROOT=PTMP+'/'+USER+'/FV3_RT/rt_'+pid + os.makedirs(RUNDIR_ROOT, exist_ok=True) + if (os.path.islink(PATHRT+'/run_dir')): os.unlink(PATHRT+'/run_dir') + if (os.path.isfile(PATHRT+'/run_dir')): os.remove(PATHRT+'/run_dir') + if (os.path.isdir(PATHRT+'/run_dir')): rrmdir(PATHRT+'/run_dir') + print('Linking ',RUNDIR_ROOT,' to ',PATHRT,'/run_dir') + os.symlink(RUNDIR_ROOT,PATHRT+'/run_dir') + print('Run regression test in: ',RUNDIR_ROOT) + LOG_DIR = PATHRT+'/logs/log_'+MACHINE_ID + os.makedirs(LOG_DIR, exist_ok=True) + + if ( RTPWD_NEW_BASELINE == 'true' ): + RTPWD = NEW_BASELINE + else: + RTPWD = DISKNM+'/NEMSfv3gfs/develop-'+BL_DATE + + if (CREATE_BASELINE == 'false'): + if ( not os.path.isdir(RTPWD) ) : + print("Baseline directory does not exist:",RTPWD) + sys.exit("***Baseline directory trouble***") + elif (len(os.listdir(RTPWD)) == 0): + print("Baseline directory is empty:",RTPWD) + sys.exit("***Baseline directory trouble***") + else: + if ( not os.path.isdir(NEW_BASELINE) ) : + os.makedirs(NEW_BASELINE, exist_ok=True) + else: + rrmdir(NEW_BASELINE) + os.makedirs(NEW_BASELINE, exist_ok=True) + + ROCOTO_TEST_MAXTRIES = "3" + RTVERBOSE = False + os.environ["MACHINE_ID"] = MACHINE_ID + os.environ["ROCOTO_TEST_MAXTRIES"] = ROCOTO_TEST_MAXTRIES + os.environ["NEW_BASELINE"] = NEW_BASELINE + os.environ["RUNDIR_ROOT"] = RUNDIR_ROOT + os.environ["QUEUE"] = QUEUE + os.environ["INPUTDATA_ROOT"] = INPUTDATA_ROOT + os.environ["INPUTDATA_ROOT_WW3"] = INPUTDATA_ROOT_WW3 + os.environ["INPUTDATA_ROOT_BMIC"]= INPUTDATA_ROOT_BMIC + os.environ["PARTITION"] = PARTITION + os.environ["SCHEDULER"] = SCHEDULER + os.environ["RTPWD"] = RTPWD + os.environ["RTVERBOSE"] = str(RTVERBOSE) + + JOB_NR = 0 + ROCOTO = True + ROCOTO_XML = os.getenv('ROCOTO_XML') + rocoto_create_entries(RTPWD,MACHINE_ID,INPUTDATA_ROOT,INPUTDATA_ROOT_WW3,INPUTDATA_ROOT_BMIC,RUNDIR_ROOT,NEW_BASELINE,ROCOTO_XML) + UFS_TEST_YAML = str(os.getenv('UFS_TEST_YAML')) + with open(UFS_TEST_YAML, 'r') as f: + rt_yaml = yaml.load(f, Loader=yaml.FullLoader) + for apps, jobs in rt_yaml.items(): + for key, val in jobs.items(): + if (str(key) == 'build'): + machine_check = machine_check_off(MACHINE_ID, val) + PASS_TESTS = False + if machine_check: + RT_COMPILER = val['compiler'] + COMPILE_ID = apps + MAKE_OPT = val['option'] + os.environ["COMPILE_ID"] = str(COMPILE_ID) + os.environ["MAKE_OPT"] = str(MAKE_OPT) + ROCOTO_COMPILE_MAXTRIES = "3" + os.environ["RT_COMPILER"] = str(RT_COMPILER) + write_compile_env(SCHEDULER,PARTITION,str(JOB_NR),COMPILE_QUEUE,RUNDIR_ROOT) + rocoto_create_compile_task \ + (MACHINE_ID,COMPILE_ID,ROCOTO_COMPILE_MAXTRIES,MAKE_OPT,ACCNR,COMPILE_QUEUE,PARTITION,ROCOTO_XML) + else: + PASS_TESTS = True + if (str(key) == 'tests' and COMPILE_ONLY == 'false' and not PASS_TESTS): + JOB_NR+=1 + if ( ROCOTO ): + write_metatask_begin(COMPILE_ID, ROCOTO_XML) + case_count=0 + for test in val: + case, config = get_testcase(test) + machine_check = machine_check_off(MACHINE_ID, config) + if machine_check: + TEST_NAME = case + TEST_ID = TEST_NAME+'_'+RT_COMPILER + if 'dependency' in config.keys(): + DEP_RUN = str(config['dependency'])+'_'+RT_COMPILER + if (delete_rundir == "true"): dependency_list.append(config['dependency']) + else: + DEP_RUN = "" + RT_SUFFIX = "" + BL_SUFFIX = "" + os.environ["TEST_NAME"] = TEST_NAME + os.environ["DEP_RUN"] = DEP_RUN + os.environ["TEST_ID"] = TEST_ID + os.environ["RT_SUFFIX"] = RT_SUFFIX + os.environ["BL_SUFFIX"] = BL_SUFFIX + os.environ["JOB_NR"] = str(JOB_NR) + if (CREATE_BASELINE == 'true'): + if (DEP_RUN == ""): + rc_set_run_task = subprocess.Popen(['bash', '-c', '. ufs_test_utils.sh; set_run_task']) + rc_set_run_task.wait() + case_count+=1 + else: + rc_set_run_task = subprocess.Popen(['bash', '-c', '. ufs_test_utils.sh; set_run_task']) + rc_set_run_task.wait() + case_count+=1 + if int(case_count) > 0: + write_metatask_end(ROCOTO_XML) + else: + lines = subprocess.check_output(['head', '-n', '-1', ROCOTO_XML]) + lines = lines.decode('utf-8') + with open(ROCOTO_XML, 'w') as filetowrite: + filetowrite.write(lines) + filetowrite.close + rocoto_close=f""" +""" + with open(ROCOTO_XML,"a") as f: + f.writelines(rocoto_close) + f.close() + + REGRESSIONTEST_LOG = PATHRT+'/logs/RegressionTests_'+MACHINE_ID+'.log' + make_loghead(ACCNR,MACHINE_ID,RUNDIR_ROOT,RTPWD,REGRESSIONTEST_LOG) + + if (delete_rundir == "true" and len(dependency_list) > 0): + with open('keep_tests.tmp', 'w+') as fdep: + for i in dependency_list: + fdep.write(str(i) + '\n') + fdep.close() + +#if __name__ == "__main__":6 + diff --git a/tests-dev/logs/RegressionTests_derecho.log b/tests-dev/logs/RegressionTests_derecho.log new file mode 100644 index 0000000000..34232feb9a --- /dev/null +++ b/tests-dev/logs/RegressionTests_derecho.log @@ -0,0 +1,324 @@ +====START OF derecho REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +93160247a9d4bf6a9adefc6fb876e37b8550fcf2 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_47118 + +UFS_TEST.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-r) - USE ROCOTO + +PASS -- COMPILE s2swa_32bit_intel [21:49, 21:49](6 warnings,10 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [06:34, 05:22] (3203236 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [23:43, 23:43](6 warnings,10 remarks) +PASS -- TEST cpld_control_gfsv17_intel [15:50, 14:23] (1911268 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [17:09, 15:24] (1956204 MB) +PASS -- TEST cpld_restart_gfsv17_intel [08:52, 07:14] (1063944 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [17:49, 16:18] (1888684 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [23:29, 23:29](6 warnings,10 remarks) +PASS -- TEST cpld_control_sfs_intel [14:44, 14:12] (1922428 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [12:00, 12:00](1530 warnings,1948 remarks) + +PASS -- COMPILE s2swa_intel [21:17, 21:17](5 warnings,10 remarks) +PASS -- TEST cpld_control_p8_intel [07:00, 05:51] (3225160 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [06:57, 05:43] (3225956 MB) +PASS -- TEST cpld_restart_p8_intel [04:57, 03:28] (3157132 MB) +PASS -- TEST cpld_control_qr_p8_intel [07:03, 05:49] (3254904 MB) +PASS -- TEST cpld_restart_qr_p8_intel [05:09, 03:44] (3181752 MB) +PASS -- TEST cpld_2threads_p8_intel [06:21, 05:21] (3731488 MB) +PASS -- TEST cpld_decomp_p8_intel [07:05, 05:49] (3220488 MB) +PASS -- TEST cpld_mpi_p8_intel [06:02, 04:56] (3538044 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [07:12, 06:05] (3234224 MB) +PASS -- TEST cpld_control_c192_p8_intel [11:15, 09:25] (3813104 MB) +PASS -- TEST cpld_restart_c192_p8_intel [08:54, 06:21] (3622076 MB) +PASS -- TEST cpld_bmark_p8_intel [17:25, 10:45] (4508432 MB) +PASS -- TEST cpld_restart_bmark_p8_intel [16:14, 06:55] (4659692 MB) +PASS -- TEST cpld_s2sa_p8_intel [06:27, 05:23] (3210320 MB) + +PASS -- COMPILE s2sw_intel [19:31, 19:31](5 warnings,10 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [05:25, 04:29] (1928660 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [05:31, 04:27] (1991852 MB) + +PASS -- COMPILE s2swa_debug_intel [11:50, 11:50](1455 warnings,1209 remarks) +PASS -- TEST cpld_debug_p8_intel [09:21, 08:14] (3300200 MB) + +PASS -- COMPILE s2sw_debug_intel [11:12, 11:12](1455 warnings,1209 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [06:37, 05:39] (1960752 MB) + +PASS -- COMPILE s2s_aoflux_intel [15:40, 15:40](5 warnings,3 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [05:43, 04:38] (1991868 MB) + +PASS -- COMPILE s2s_intel [15:40, 15:40](5 warnings,3 remarks) +PASS -- TEST cpld_control_c48_intel [06:59, 06:14] (2940124 MB) +PASS -- TEST cpld_warmstart_c48_intel [02:39, 01:53] (2940464 MB) +PASS -- TEST cpld_restart_c48_intel [01:52, 01:04] (2323524 MB) + +PASS -- COMPILE s2swa_faster_intel [25:33, 25:33](5 warnings,10 remarks) +PASS -- TEST cpld_control_p8_faster_intel [07:06, 05:54] (3233236 MB) + +PASS -- COMPILE s2sw_pdlib_intel [22:01, 22:00](5 warnings,10 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [15:52, 14:49] (1938892 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [09:15, 08:03] (1101660 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [17:41, 16:39] (1901196 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [11:00, 11:00](1565 warnings,1948 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [24:47, 23:39] (1959192 MB) + +PASS -- COMPILE atm_dyn32_intel [15:17, 15:17](6 warnings,1 remarks) +PASS -- TEST control_flake_intel [03:39, 03:25] (669952 MB) +PASS -- TEST control_CubedSphereGrid_intel [03:05, 02:29] (1571368 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [03:05, 02:26] (1578496 MB) +PASS -- TEST control_latlon_intel [02:57, 02:25] (1571048 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [03:08, 02:30] (1571156 MB) +PASS -- TEST control_c48_intel [06:33, 06:02] (1615012 MB) +PASS -- TEST control_c48.v2.sfc_intel [05:30, 05:15] (734072 MB) +PASS -- TEST control_c192_intel [09:45, 08:57] (1684744 MB) +PASS -- TEST control_c384_intel [10:37, 09:00] (2001884 MB) +PASS -- TEST control_c384gdas_intel [09:39, 07:10] (1198112 MB) +PASS -- TEST control_stochy_intel [01:39, 01:26] (625784 MB) +PASS -- TEST control_stochy_restart_intel [01:05, 00:52] (440844 MB) +PASS -- TEST control_lndp_intel [01:35, 01:21] (626396 MB) +PASS -- TEST control_iovr4_intel [02:16, 02:03] (620764 MB) +PASS -- TEST control_iovr5_intel [02:19, 02:05] (621112 MB) +PASS -- TEST control_p8_intel [04:13, 03:02] (1868600 MB) +PASS -- TEST control_p8.v2.sfc_intel [04:19, 03:04] (1866204 MB) +PASS -- TEST control_p8_ugwpv1_intel [04:21, 03:05] (1875488 MB) +PASS -- TEST control_restart_p8_intel [03:32, 02:19] (1017524 MB) +PASS -- TEST control_noqr_p8_intel [04:24, 03:15] (1853448 MB) +PASS -- TEST control_restart_noqr_p8_intel [03:13, 02:05] (1019644 MB) +PASS -- TEST control_decomp_p8_intel [04:18, 03:04] (1865376 MB) +PASS -- TEST control_2threads_p8_intel [04:32, 03:18] (1953660 MB) +PASS -- TEST control_p8_lndp_intel [05:58, 05:23] (1869296 MB) +PASS -- TEST control_p8_rrtmgp_intel [05:36, 04:12] (1920604 MB) +PASS -- TEST control_p8_mynn_intel [04:37, 03:23] (1868512 MB) +PASS -- TEST merra2_thompson_intel [05:05, 03:36] (1871024 MB) +PASS -- TEST regional_control_intel [05:09, 04:40] (872080 MB) +PASS -- TEST regional_restart_intel [03:04, 02:35] (870640 MB) +PASS -- TEST regional_decomp_intel [05:22, 04:51] (874728 MB) +PASS -- TEST regional_noquilt_intel [05:08, 04:34] (1188576 MB) +PASS -- TEST regional_netcdf_parallel_intel [05:09, 04:37] (872044 MB) +PASS -- TEST regional_2dwrtdecomp_intel [05:18, 04:49] (878052 MB) +PASS -- TEST regional_wofs_intel [06:20, 05:51] (1602908 MB) + +PASS -- COMPILE rrfs_intel [13:01, 13:01](8 warnings,9 remarks) +PASS -- TEST rap_control_intel [07:24, 06:19] (1008248 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [04:53, 03:59] (1198804 MB) +PASS -- TEST rap_decomp_intel [07:40, 06:34] (1010324 MB) +PASS -- TEST rap_2threads_intel [06:50, 05:43] (1094796 MB) +PASS -- TEST rap_restart_intel [04:16, 03:11] (883472 MB) +PASS -- TEST rap_sfcdiff_intel [07:19, 06:14] (1005324 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [07:28, 06:24] (1003512 MB) +PASS -- TEST rap_sfcdiff_restart_intel [05:50, 04:41] (881792 MB) +PASS -- TEST hrrr_control_intel [04:16, 03:10] (1004808 MB) +PASS -- TEST hrrr_control_decomp_intel [04:24, 03:15] (1002620 MB) +PASS -- TEST hrrr_control_2threads_intel [03:59, 02:47] (1091728 MB) +PASS -- TEST hrrr_control_restart_intel [02:03, 01:47] (837412 MB) +PASS -- TEST rrfs_v1beta_intel [07:03, 05:59] (1002872 MB) +PASS -- TEST rrfs_v1nssl_intel [07:42, 07:29] (1959488 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [07:25, 07:11] (1948428 MB) + +PASS -- COMPILE csawmg_intel [11:15, 11:15](5 warnings +PASS -- TEST control_csawmg_intel [07:11, 06:40] (963844 MB) +PASS -- TEST control_ras_intel [03:03, 02:51] (657856 MB) + +PASS -- COMPILE wam_intel [10:50, 10:49](5 warnings,1 remarks) +PASS -- TEST control_wam_intel [10:45, 10:14] (1665232 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [17:31, 17:31](5 warnings,1 remarks) +PASS -- TEST control_p8_faster_intel [04:17, 03:03] (1869744 MB) +PASS -- TEST regional_control_faster_intel [04:54, 04:26] (858376 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [13:04, 13:04](889 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [03:06, 02:31] (1615172 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [03:05, 02:28] (1602992 MB) +PASS -- TEST control_stochy_debug_intel [03:06, 02:53] (808768 MB) +PASS -- TEST control_lndp_debug_intel [02:47, 02:35] (813012 MB) +PASS -- TEST control_csawmg_debug_intel [05:00, 04:32] (1123068 MB) +PASS -- TEST control_ras_debug_intel [02:50, 02:36] (817036 MB) +PASS -- TEST control_diag_debug_intel [03:13, 02:35] (1669840 MB) +PASS -- TEST control_debug_p8_intel [03:39, 03:08] (1906380 MB) +PASS -- TEST regional_debug_intel [16:39, 16:10] (930060 MB) +PASS -- TEST rap_control_debug_intel [04:52, 04:40] (1197948 MB) +PASS -- TEST hrrr_control_debug_intel [04:48, 04:34] (1185156 MB) +PASS -- TEST hrrr_gf_debug_intel [04:55, 04:43] (1192180 MB) +PASS -- TEST hrrr_c3_debug_intel [04:52, 04:40] (1193720 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [04:55, 04:41] (1195636 MB) +PASS -- TEST rap_diag_debug_intel [05:19, 04:52] (1277036 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [05:06, 04:52] (1195152 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [05:00, 04:45] (1191324 MB) +PASS -- TEST rap_lndp_debug_intel [04:54, 04:41] (1195948 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [04:55, 04:44] (1196592 MB) +PASS -- TEST rap_noah_debug_intel [04:47, 04:32] (1190712 MB) +PASS -- TEST rap_sfcdiff_debug_intel [04:51, 04:38] (1196856 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [07:42, 07:28] (1190716 MB) +PASS -- TEST rrfs_v1beta_debug_intel [04:51, 04:35] (1185388 MB) +PASS -- TEST rap_clm_lake_debug_intel [05:59, 05:44] (1193440 MB) +PASS -- TEST rap_flake_debug_intel [04:54, 04:39] (1194012 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [09:15, 07:57] (1192380 MB) + +PASS -- COMPILE wam_debug_intel [06:46, 06:46](844 warnings,1 remarks) +PASS -- TEST control_wam_debug_intel [13:00, 12:26] (1698848 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [11:06, 11:06](8 warnings,8 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [04:27, 03:35] (1058912 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [06:24, 05:22] (882748 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [04:20, 02:48] (883804 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [05:47, 04:48] (956156 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [03:58, 02:25] (941780 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:25, 02:53] (881488 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [04:53, 03:52] (794252 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [01:50, 01:35] (780276 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [15:09, 15:09](8 warnings,8 remarks) +PASS -- TEST conus13km_control_intel [02:40, 01:58] (1088192 MB) +PASS -- TEST conus13km_2threads_intel [01:34, 00:59] (1087084 MB) +PASS -- TEST conus13km_restart_mismatch_intel [01:47, 01:09] (977220 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [11:11, 11:11](8 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [04:04, 03:35] (906176 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [07:09, 07:09](792 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [04:52, 04:38] (1069432 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [04:44, 04:31] (1067992 MB) +PASS -- TEST conus13km_debug_intel [14:07, 13:26] (1151972 MB) +PASS -- TEST conus13km_debug_qr_intel [14:08, 13:28] (835884 MB) +PASS -- TEST conus13km_debug_2threads_intel [08:23, 07:46] (1152964 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [13:55, 13:19] (1222628 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [06:57, 06:57](792 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [04:58, 04:45] (1097584 MB) + +PASS -- COMPILE hafsw_intel [18:17, 18:17](6 warnings,9 remarks) +PASS -- TEST hafs_regional_atm_intel [05:21, 04:30] (717484 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [05:18, 04:57] (1071024 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [07:30, 06:24] (774896 MB) +PASS -- TEST hafs_regional_atm_wav_intel [11:50, 10:55] (793196 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [13:18, 12:08] (816260 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [05:17, 04:38] (481144 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [06:42, 05:43] (492940 MB) +PASS -- TEST hafs_global_1nest_atm_intel [02:51, 02:17] (392240 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [07:50, 06:07] (458060 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [03:54, 03:20] (513732 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [03:42, 03:01] (511248 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [04:34, 03:50] (588008 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:27, 01:13] (425212 MB) +PASS -- TEST gnv1_nested_intel [06:02, 04:00] (1712924 MB) + +PASS -- COMPILE hafsw_debug_intel [08:17, 08:17](1472 warnings,1481 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [13:00, 12:17] (632600 MB) + +PASS -- COMPILE hafsw_faster_intel [26:55, 26:55](5 warnings,8 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [07:55, 07:07] (632268 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [08:00, 07:10] (693776 MB) + +PASS -- COMPILE hafs_mom6w_intel [19:00, 18:59](5 warnings,7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [06:07, 05:19] (682816 MB) + +PASS -- COMPILE hafs_all_intel [15:38, 15:38](5 warnings,8 remarks) +PASS -- TEST hafs_regional_docn_intel [06:40, 05:45] (759308 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [06:48, 05:48] (740812 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [17:00, 16:18] (894376 MB) + +PASS -- COMPILE datm_cdeps_intel [08:29, 08:29](5 warnings,2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [02:37, 02:31] (769544 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [01:39, 01:30] (757816 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [02:32, 02:25] (646652 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [02:33, 02:24] (647020 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [02:33, 02:25] (650428 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [02:41, 02:30] (768700 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:36, 02:31] (769452 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [02:27, 02:21] (650680 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [06:38, 05:34] (698620 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [06:33, 05:34] (680764 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [02:32, 02:29] (757388 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:03, 03:56] (2032516 MB) +PASS -- TEST datm_cdeps_gfs_intel [04:00, 03:53] (2034936 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [05:54, 05:54](7 warnings,2 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [05:17, 05:09] (754740 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [08:28, 08:28](5 warnings,2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [02:37, 02:30] (769112 MB) + +PASS -- COMPILE datm_cdeps_land_intel [02:46, 02:46],1 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:27, 01:09] (311792 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [01:13, 01:01] (451292 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [00:56, 00:41] (450340 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [13:16, 13:16](5 warnings,3 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [04:44, 03:44] (1921228 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [12:12, 12:12](5 warnings,1 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [04:52, 03:51] (1911260 MB) + +PASS -- COMPILE atml_intel [15:09, 15:08](13 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_sbs_intel [08:20, 06:59] (1896040 MB) +PASS -- TEST control_p8_atmlnd_intel [08:17, 06:56] (1882936 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [04:43, 04:05] (1039484 MB) + +PASS -- COMPILE atml_debug_intel [09:44, 09:44](887 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [07:37, 06:12] (1937452 MB) + +PASS -- COMPILE atmw_intel [14:35, 14:35](5 warnings,8 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [03:28, 02:12] (1887112 MB) + +PASS -- COMPILE atmaero_intel [12:31, 12:31](5 warnings,1 remarks) +PASS -- TEST atmaero_control_p8_intel [05:38, 04:15] (3122868 MB) +PASS -- TEST atmaero_control_p8_rad_intel [05:35, 04:20] (2998540 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [05:26, 04:23] (3009904 MB) + +PASS -- COMPILE atmaq_debug_intel [07:52, 07:52](889 warnings,6 remarks) +PASS -- TEST regional_atmaq_debug_intel [23:54, 22:11] (4536424 MB) + + +SYNOPSIS: +Starting Date/Time: 20240729 12:53:57 +Ending Date/Time: 20240729 17:32:15 +Total Time: 04h:38m:18s +Compiles Completed: 41/41 +Tests Completed: 183/183 + + +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: SUCCESS + +====END OF derecho REGRESSION TESTING LOG==== diff --git a/tests-dev/logs/RegressionTests_hera.log b/tests-dev/logs/RegressionTests_hera.log new file mode 100644 index 0000000000..9cec2a7896 --- /dev/null +++ b/tests-dev/logs/RegressionTests_hera.log @@ -0,0 +1,416 @@ +====START OF hera REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +5e659f10e5df1f1d1b5eda1c0706927953108f7e + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240724 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_852179 + +UFS_TEST.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-r) - USE ROCOTO + +PASS -- COMPILE s2swa_32bit_intel [13:57, 13:55](1 warnings,8 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [06:54, 05:59] (3275484 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [16:22, 16:20](1 warnings,8 remarks) +PASS -- TEST cpld_control_gfsv17_intel [18:07, 17:19] (1995288 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [19:10, 18:10] (2156140 MB) +PASS -- TEST cpld_restart_gfsv17_intel [09:22, 08:21] (1244284 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [20:10, 19:27] (1853500 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [16:26, 16:24](1 warnings,8 remarks) +PASS -- TEST cpld_control_sfs_intel [17:29, 16:57] (1937068 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [05:41, 05:40](1525 warnings,1998 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [23:50, 23:02] (1923896 MB) + +PASS -- COMPILE s2swa_intel [13:57, 13:55],8 remarks) +PASS -- TEST cpld_control_p8_intel [06:58, 05:59] (3332484 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [07:38, 06:36] (3319044 MB) +PASS -- TEST cpld_restart_p8_intel [04:46, 03:45] (3253540 MB) +PASS -- TEST cpld_control_qr_p8_intel [07:03, 06:08] (3334096 MB) +PASS -- TEST cpld_restart_qr_p8_intel [04:46, 03:35] (3289136 MB) +PASS -- TEST cpld_2threads_p8_intel [06:20, 05:30] (3626160 MB) +PASS -- TEST cpld_decomp_p8_intel [06:54, 06:04] (3323856 MB) +PASS -- TEST cpld_mpi_p8_intel [06:00, 05:13] (3191556 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [06:55, 05:58] (3325868 MB) +PASS -- TEST cpld_control_c192_p8_intel [12:06, 10:18] (3515648 MB) +PASS -- TEST cpld_restart_c192_p8_intel [09:03, 06:38] (3634720 MB) +PASS -- TEST cpld_bmark_p8_intel [16:51, 10:24] (4265404 MB) +PASS -- TEST cpld_restart_bmark_p8_intel [13:55, 06:10] (4366120 MB) +PASS -- TEST cpld_s2sa_p8_intel [06:19, 05:23] (3315468 MB) + +PASS -- COMPILE s2sw_intel [13:12, 13:10],8 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [05:47, 04:54] (1990872 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [05:24, 04:28] (2056176 MB) + +PASS -- COMPILE s2swa_debug_intel [05:44, 05:43](1450 warnings,1228 remarks) +PASS -- TEST cpld_debug_p8_intel [09:43, 08:48] (3359844 MB) + +PASS -- COMPILE s2sw_debug_intel [05:16, 05:15](1450 warnings,1228 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [06:59, 06:01] (1989136 MB) + +PASS -- COMPILE s2s_aoflux_intel [12:33, 12:32],1 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [05:17, 04:22] (2043880 MB) + +PASS -- COMPILE s2s_intel [12:34, 12:33],1 remarks) +PASS -- TEST cpld_control_c48_intel [09:32, 08:56] (3108564 MB) +PASS -- TEST cpld_warmstart_c48_intel [03:14, 02:38] (3095072 MB) +PASS -- TEST cpld_restart_c48_intel [02:06, 01:31] (2521764 MB) + +PASS -- COMPILE s2swa_faster_intel [17:43, 17:42],8 remarks) +PASS -- TEST cpld_control_p8_faster_intel [06:31, 05:32] (3329308 MB) + +PASS -- COMPILE s2sw_pdlib_intel [16:11, 16:11],8 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [18:28, 17:36] (2001816 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [09:26, 08:25] (1268892 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [20:58, 20:01] (1914436 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [05:21, 05:20](1560 warnings,1998 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [25:39, 24:52] (1945360 MB) + +PASS -- COMPILE atm_dyn32_intel [11:51, 11:50](1 warnings,1 remarks) +PASS -- TEST control_flake_intel [03:40, 03:24] (709940 MB) +PASS -- TEST control_CubedSphereGrid_intel [03:27, 02:58] (1602864 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [03:33, 03:00] (1603592 MB) +PASS -- TEST control_latlon_intel [03:22, 02:54] (1604196 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [03:29, 02:56] (1605116 MB) +PASS -- TEST control_c48_intel [08:03, 07:34] (1766076 MB) +PASS -- TEST control_c48.v2.sfc_intel [07:02, 06:32] (874424 MB) +PASS -- TEST control_c192_intel [11:19, 10:33] (1733616 MB) +PASS -- TEST control_c384_intel [11:55, 10:23] (2009184 MB) +PASS -- TEST control_c384gdas_intel [10:14, 07:52] (1404820 MB) +PASS -- TEST control_stochy_intel [01:53, 01:37] (662192 MB) +PASS -- TEST control_stochy_restart_intel [01:16, 00:59] (512280 MB) +PASS -- TEST control_lndp_intel [01:47, 01:33] (668412 MB) +PASS -- TEST control_iovr4_intel [03:11, 02:55] (659672 MB) +PASS -- TEST control_iovr5_intel [03:09, 02:55] (659496 MB) +PASS -- TEST control_p8_intel [04:05, 03:19] (1897244 MB) +PASS -- TEST control_p8.v2.sfc_intel [04:00, 03:10] (1896492 MB) +PASS -- TEST control_p8_ugwpv1_intel [03:44, 03:04] (1879792 MB) +PASS -- TEST control_restart_p8_intel [02:22, 01:45] (1142152 MB) +PASS -- TEST control_noqr_p8_intel [03:38, 03:04] (1874324 MB) +PASS -- TEST control_restart_noqr_p8_intel [02:20, 01:44] (1161668 MB) +PASS -- TEST control_decomp_p8_intel [03:43, 03:10] (1852628 MB) +PASS -- TEST control_2threads_p8_intel [03:27, 02:54] (1984284 MB) +PASS -- TEST control_p8_lndp_intel [05:57, 05:26] (1876244 MB) +PASS -- TEST control_p8_rrtmgp_intel [04:45, 04:07] (1950676 MB) +PASS -- TEST control_p8_mynn_intel [03:52, 03:09] (1901556 MB) +PASS -- TEST merra2_thompson_intel [04:11, 03:33] (1889680 MB) +PASS -- TEST regional_control_intel [05:58, 05:27] (1094840 MB) +PASS -- TEST regional_restart_intel [03:24, 03:00] (1099188 MB) +PASS -- TEST regional_decomp_intel [06:15, 05:48] (1096988 MB) +PASS -- TEST regional_2threads_intel [03:52, 03:27] (1094616 MB) +PASS -- TEST regional_noquilt_intel [05:42, 05:16] (1396724 MB) +PASS -- TEST regional_netcdf_parallel_intel [05:52, 05:27] (1101484 MB) +PASS -- TEST regional_2dwrtdecomp_intel [05:45, 05:21] (1105076 MB) +PASS -- TEST regional_wofs_intel [07:24, 06:55] (1897552 MB) + +PASS -- COMPILE rrfs_intel [11:25, 11:23](3 warnings,9 remarks) +PASS -- TEST rap_control_intel [08:12, 07:44] (1113888 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [05:02, 04:11] (1303848 MB) +PASS -- TEST rap_decomp_intel [08:40, 08:09] (1045768 MB) +PASS -- TEST rap_2threads_intel [07:53, 07:25] (1186000 MB) +PASS -- TEST rap_restart_intel [04:32, 04:01] (1105316 MB) +PASS -- TEST rap_sfcdiff_intel [08:18, 07:44] (1112948 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [08:36, 08:09] (1033808 MB) +PASS -- TEST rap_sfcdiff_restart_intel [06:20, 05:48] (1137476 MB) +PASS -- TEST hrrr_control_intel [04:26, 03:58] (1041044 MB) +PASS -- TEST hrrr_control_decomp_intel [04:38, 04:13] (1031336 MB) +PASS -- TEST hrrr_control_2threads_intel [04:03, 03:39] (1116748 MB) +PASS -- TEST hrrr_control_restart_intel [02:30, 02:10] (999008 MB) +PASS -- TEST rrfs_v1beta_intel [08:07, 07:35] (1103292 MB) +PASS -- TEST rrfs_v1nssl_intel [09:37, 09:22] (1976260 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:20, 09:04] (2071088 MB) + +PASS -- COMPILE csawmg_intel [10:28, 10:26] +PASS -- TEST control_csawmg_intel [06:36, 06:09] (1021928 MB) +PASS -- TEST control_ras_intel [03:27, 03:15] (750380 MB) + +PASS -- COMPILE csawmg_gnu [04:22, 04:20] +PASS -- TEST control_csawmg_gnu [08:54, 08:26] (750412 MB) + +PASS -- COMPILE wam_intel [10:34, 10:33],1 remarks) +PASS -- TEST control_wam_intel [11:23, 10:50] (1665804 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [14:47, 14:46],1 remarks) +PASS -- TEST control_p8_faster_intel [03:30, 02:52] (1877100 MB) +PASS -- TEST regional_control_faster_intel [05:15, 04:51] (1091668 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [06:39, 06:37](884 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [03:16, 02:47] (1604436 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [03:12, 02:38] (1623716 MB) +PASS -- TEST control_stochy_debug_intel [03:21, 03:06] (833528 MB) +PASS -- TEST control_lndp_debug_intel [03:11, 02:55] (832248 MB) +PASS -- TEST control_csawmg_debug_intel [04:42, 04:19] (1155312 MB) +PASS -- TEST control_ras_debug_intel [03:08, 02:55] (844692 MB) +PASS -- TEST control_diag_debug_intel [03:26, 02:52] (1668648 MB) +PASS -- TEST control_debug_p8_intel [03:42, 03:13] (1889836 MB) +PASS -- TEST regional_debug_intel [18:09, 17:43] (1103940 MB) +PASS -- TEST rap_control_debug_intel [05:11, 04:58] (1218676 MB) +PASS -- TEST hrrr_control_debug_intel [05:16, 05:01] (1213800 MB) +PASS -- TEST hrrr_gf_debug_intel [05:17, 05:04] (1217072 MB) +PASS -- TEST hrrr_c3_debug_intel [05:17, 05:05] (1171408 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [05:18, 05:05] (1213252 MB) +PASS -- TEST rap_diag_debug_intel [05:37, 05:11] (1306372 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [05:21, 05:09] (1221840 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [05:20, 05:07] (1222464 MB) +PASS -- TEST rap_lndp_debug_intel [05:13, 04:59] (1222344 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [05:21, 05:06] (1219020 MB) +PASS -- TEST rap_noah_debug_intel [05:03, 04:48] (1218732 MB) +PASS -- TEST rap_sfcdiff_debug_intel [05:16, 05:04] (1211628 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [08:22, 08:07] (1220132 MB) +PASS -- TEST rrfs_v1beta_debug_intel [05:16, 05:03] (1224268 MB) +PASS -- TEST rap_clm_lake_debug_intel [06:21, 06:06] (1216008 MB) +PASS -- TEST rap_flake_debug_intel [05:13, 04:57] (1221016 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [09:09, 08:41] (1229176 MB) + +PASS -- COMPILE atm_debug_dyn32_gnu [04:54, 04:53] +PASS -- TEST control_csawmg_debug_gnu [02:53, 02:23] (737988 MB) + +PASS -- COMPILE wam_debug_intel [03:59, 03:58](839 warnings,1 remarks) +PASS -- TEST control_wam_debug_intel [14:14, 13:35] (1691584 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [10:30, 10:30](3 warnings,8 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [04:40, 03:52] (1169156 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [06:53, 06:28] (1058076 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [03:49, 03:23] (989796 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [06:28, 06:05] (1097024 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [03:37, 03:10] (964200 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:06, 03:41] (927508 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [05:24, 04:53] (1037848 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:11, 01:53] (928612 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [13:59, 13:58](3 warnings,8 remarks) +PASS -- TEST conus13km_control_intel [02:46, 02:06] (1214948 MB) +PASS -- TEST conus13km_2threads_intel [01:27, 00:55] (1125956 MB) +PASS -- TEST conus13km_restart_mismatch_intel [01:57, 01:23] (1113700 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [10:39, 10:39](3 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [04:42, 04:12] (988812 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [04:07, 04:06](787 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [05:12, 04:59] (1094828 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [05:09, 04:52] (1102540 MB) +PASS -- TEST conus13km_debug_intel [15:11, 14:37] (1250436 MB) +PASS -- TEST conus13km_debug_qr_intel [15:23, 14:52] (946604 MB) +PASS -- TEST conus13km_debug_2threads_intel [10:16, 09:45] (1163920 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [15:08, 14:38] (1306500 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [04:07, 04:06](787 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:44, 05:27] (1141900 MB) + +PASS -- COMPILE hafsw_intel [12:30, 12:30](1 warnings,8 remarks) +PASS -- TEST hafs_regional_atm_intel [06:04, 04:59] (742632 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [06:06, 05:47] (1111736 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [08:02, 06:53] (848972 MB) +PASS -- TEST hafs_regional_atm_wav_intel [14:31, 13:24] (871644 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [16:33, 15:18] (885820 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [06:15, 05:28] (503956 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [07:49, 06:41] (523248 MB) +PASS -- TEST hafs_global_1nest_atm_intel [03:15, 02:41] (376832 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [08:52, 07:07] (486708 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [04:24, 03:51] (533848 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:17, 03:36] (530244 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [04:52, 04:09] (594000 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:27, 01:08] (409712 MB) +PASS -- TEST gnv1_nested_intel [05:17, 04:01] (1744792 MB) + +PASS -- COMPILE hafsw_debug_intel [04:38, 04:37](1467 warnings,1501 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [13:59, 13:11] (595672 MB) + +PASS -- COMPILE hafsw_faster_intel [16:34, 16:33],7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [09:29, 08:41] (684072 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [09:46, 08:50] (749224 MB) + +PASS -- COMPILE hafs_mom6w_intel [12:27, 12:25],7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [07:14, 06:24] (742820 MB) + +PASS -- COMPILE hafs_all_intel [11:44, 11:43],7 remarks) +PASS -- TEST hafs_regional_docn_intel [07:30, 06:29] (837364 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [07:31, 06:28] (807508 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [16:49, 16:08] (1222660 MB) + +PASS -- COMPILE datm_cdeps_intel [06:40, 06:39] +PASS -- TEST datm_cdeps_control_cfsr_intel [02:53, 02:44] (1147328 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [01:53, 01:43] (1099196 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [02:42, 02:35] (1024148 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [03:00, 02:42] (1033352 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [02:46, 02:39] (1024528 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [02:54, 02:42] (1160140 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:57, 02:46] (1168368 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [02:47, 02:40] (1022220 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [07:57, 06:39] (1070768 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [07:58, 06:39] (1042496 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [02:48, 02:41] (1160968 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:10, 04:02] (2452188 MB) +PASS -- TEST datm_cdeps_gfs_intel [04:14, 04:03] (2496684 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [03:20, 03:19](2 warnings +PASS -- TEST datm_cdeps_debug_cfsr_intel [06:28, 06:20] (1093840 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [06:38, 06:37] +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [03:04, 02:53] (1148448 MB) + +PASS -- COMPILE datm_cdeps_land_intel [01:12, 01:12],1 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:12, 00:49] (260324 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [01:09, 00:51] (328172 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [00:46, 00:30] (321732 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [11:21, 11:19],1 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [04:35, 03:42] (1970100 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [11:08, 11:05],1 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [04:31, 03:35] (1954524 MB) + +PASS -- COMPILE atml_intel [12:25, 12:24](8 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_sbs_intel [05:14, 04:21] (1851548 MB) +PASS -- TEST control_p8_atmlnd_intel [05:08, 04:22] (1879560 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [03:04, 02:26] (1106320 MB) + +PASS -- COMPILE atml_debug_intel [05:01, 05:00](882 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [06:47, 05:51] (1891340 MB) + +PASS -- COMPILE atmw_intel [11:32, 11:31],8 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [02:34, 01:55] (1906440 MB) + +PASS -- COMPILE atmaero_intel [11:23, 11:22],1 remarks) +PASS -- TEST atmaero_control_p8_intel [04:53, 04:09] (3182560 MB) +PASS -- TEST atmaero_control_p8_rad_intel [05:38, 04:54] (3084264 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [06:26, 05:41] (3044004 MB) + +PASS -- COMPILE atmaq_debug_intel [04:16, 04:15](884 warnings,6 remarks) +PASS -- TEST regional_atmaq_debug_intel [23:00, 21:09] (4478468 MB) + +PASS -- COMPILE atm_gnu [04:45, 04:43] +PASS -- TEST control_c48_gnu [11:43, 11:12] (1539040 MB) +PASS -- TEST control_stochy_gnu [03:34, 03:18] (505064 MB) +PASS -- TEST control_ras_gnu [05:01, 04:46] (514472 MB) +PASS -- TEST control_p8_gnu [05:40, 04:51] (1463300 MB) +PASS -- TEST control_p8_ugwpv1_gnu [05:31, 04:47] (1463428 MB) +PASS -- TEST control_flake_gnu [10:25, 10:10] (549156 MB) + +PASS -- COMPILE rrfs_gnu [04:42, 04:40] +PASS -- TEST rap_control_gnu [11:15, 10:48] (816436 MB) +PASS -- TEST rap_decomp_gnu [11:18, 10:54] (851764 MB) +PASS -- TEST rap_2threads_gnu [10:12, 09:46] (932332 MB) +PASS -- TEST rap_restart_gnu [06:01, 05:28] (578728 MB) +PASS -- TEST rap_sfcdiff_gnu [11:21, 10:47] (814476 MB) +PASS -- TEST rap_sfcdiff_decomp_gnu [11:32, 11:06] (813696 MB) +PASS -- TEST rap_sfcdiff_restart_gnu [08:37, 08:01] (582772 MB) +PASS -- TEST hrrr_control_gnu [05:59, 05:31] (814048 MB) +PASS -- TEST hrrr_control_noqr_gnu [05:59, 05:31] (799468 MB) +PASS -- TEST hrrr_control_2threads_gnu [05:24, 04:59] (921020 MB) +PASS -- TEST hrrr_control_decomp_gnu [06:01, 05:32] (850092 MB) +PASS -- TEST hrrr_control_restart_gnu [03:12, 02:51] (566496 MB) +PASS -- TEST hrrr_control_restart_noqr_gnu [03:10, 02:48] (656112 MB) +PASS -- TEST rrfs_v1beta_gnu [11:05, 10:27] (813500 MB) + +PASS -- COMPILE atm_dyn32_debug_gnu [07:53, 07:52] +PASS -- TEST control_diag_debug_gnu [02:17, 01:40] (1275460 MB) +PASS -- TEST regional_debug_gnu [11:22, 10:54] (748640 MB) +PASS -- TEST rap_control_debug_gnu [02:56, 02:41] (825548 MB) +PASS -- TEST hrrr_control_debug_gnu [02:57, 02:39] (816988 MB) +PASS -- TEST hrrr_gf_debug_gnu [02:58, 02:41] (824812 MB) +PASS -- TEST hrrr_c3_debug_gnu [02:54, 02:41] (828356 MB) +PASS -- TEST rap_diag_debug_gnu [03:16, 02:50] (911492 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [04:23, 04:07] (825672 MB) +PASS -- TEST rap_progcld_thompson_debug_gnu [02:53, 02:38] (825244 MB) +PASS -- TEST rrfs_v1beta_debug_gnu [03:02, 02:38] (818684 MB) +PASS -- TEST control_ras_debug_gnu [01:49, 01:35] (456872 MB) +PASS -- TEST control_stochy_debug_gnu [02:02, 01:45] (452296 MB) +PASS -- TEST control_debug_p8_gnu [02:26, 01:48] (1442360 MB) +PASS -- TEST rap_flake_debug_gnu [02:58, 02:42] (820440 MB) +PASS -- TEST rap_clm_lake_debug_gnu [03:16, 03:00] (821680 MB) +PASS -- TEST gnv1_c96_no_nest_debug_gnu [04:50, 04:21] (832912 MB) + +PASS -- COMPILE wam_debug_gnu [03:19, 03:18] + +PASS -- COMPILE rrfs_dyn32_phy32_gnu [04:55, 04:54] +PASS -- TEST rap_control_dyn32_phy32_gnu [09:51, 09:21] (707504 MB) +PASS -- TEST hrrr_control_dyn32_phy32_gnu [05:25, 04:58] (710952 MB) +PASS -- TEST rap_2threads_dyn32_phy32_gnu [09:08, 08:38] (753076 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [04:56, 04:30] (745716 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:31, 05:03] (707868 MB) +PASS -- TEST rap_restart_dyn32_phy32_gnu [07:30, 06:59] (553380 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [02:57, 02:32] (536668 MB) +PASS -- TEST conus13km_control_gnu [03:59, 03:13] (878456 MB) +PASS -- TEST conus13km_2threads_gnu [06:44, 06:06] (882028 MB) +PASS -- TEST conus13km_restart_mismatch_gnu [02:22, 01:48] (555420 MB) + +PASS -- COMPILE atm_dyn64_phy32_gnu [10:58, 10:57] +PASS -- TEST rap_control_dyn64_phy32_gnu [06:11, 05:39] (738904 MB) + +PASS -- COMPILE atm_dyn32_phy32_debug_gnu [07:43, 07:42] +PASS -- TEST rap_control_debug_dyn32_phy32_gnu [02:54, 02:37] (714828 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [02:48, 02:31] (714776 MB) +PASS -- TEST conus13km_debug_gnu [07:47, 07:09] (893464 MB) +PASS -- TEST conus13km_debug_qr_gnu [07:38, 06:58] (582268 MB) +PASS -- TEST conus13km_debug_2threads_gnu [07:56, 07:26] (900368 MB) +PASS -- TEST conus13km_radar_tten_debug_gnu [07:37, 07:08] (960144 MB) + +PASS -- COMPILE atm_dyn64_phy32_debug_gnu [07:41, 07:40] +PASS -- TEST rap_control_dyn64_phy32_debug_gnu [02:53, 02:39] (734672 MB) + +PASS -- COMPILE s2swa_gnu [16:44, 16:43] +PASS -- COMPILE s2s_gnu [15:45, 15:44] +PASS -- TEST cpld_control_nowave_noaero_p8_gnu [08:31, 07:29] (1536368 MB) + +PASS -- COMPILE s2swa_debug_gnu [03:24, 03:23] +PASS -- COMPILE s2sw_pdlib_gnu [16:15, 16:14] +PASS -- TEST cpld_control_pdlib_p8_gnu [20:46, 19:54] (1458072 MB) + +PASS -- COMPILE s2sw_pdlib_debug_gnu [03:13, 03:12] +PASS -- TEST cpld_debug_pdlib_p8_gnu [14:31, 13:36] (1451368 MB) + +PASS -- COMPILE datm_cdeps_gnu [15:42, 15:41] +PASS -- TEST datm_cdeps_control_cfsr_gnu [03:16, 03:06] (682964 MB) + + +SYNOPSIS: +Starting Date/Time: 20240727 20:11:02 +Ending Date/Time: 20240728 00:59:44 +Total Time: 04h:48m:42s +Compiles Completed: 57/57 +Tests Completed: 245/245 + + +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: SUCCESS + +====END OF hera REGRESSION TESTING LOG==== diff --git a/tests-dev/logs/RegressionTests_hercules.log b/tests-dev/logs/RegressionTests_hercules.log new file mode 100644 index 0000000000..cae5c403c8 --- /dev/null +++ b/tests-dev/logs/RegressionTests_hercules.log @@ -0,0 +1,415 @@ +====START OF hercules REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +17a83e2be289181af20ba9fec4ce683393447809 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) + 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/hercules/nandoam/FV3_RT/rt_543959 + +UFS_TEST.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-r) - USE ROCOTO + +PASS -- COMPILE s2swa_32bit_intel [10:14, 10:13](1 warnings,10 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [08:21, 07:40] (2129484 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [15:43, 15:42](1 warnings,10 remarks) +PASS -- TEST cpld_control_gfsv17_intel [14:09, 13:33] (2005816 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [15:05, 14:01] (2293032 MB) +PASS -- TEST cpld_restart_gfsv17_intel [07:00, 06:31] (1328388 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [15:42, 14:57] (1914440 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [17:07, 17:07](1 warnings,10 remarks) +PASS -- TEST cpld_control_sfs_intel [13:19, 13:04] (1998772 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [04:12, 04:11](1525 warnings,2000 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [21:53, 21:05] (1975984 MB) + +PASS -- COMPILE s2swa_intel [11:05, 11:04],10 remarks) +PASS -- TEST cpld_control_p8_intel [08:37, 07:52] (2191088 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [08:25, 07:42] (2186660 MB) +PASS -- TEST cpld_restart_p8_intel [05:05, 04:25] (1991300 MB) +PASS -- TEST cpld_control_qr_p8_intel [08:28, 07:42] (2220256 MB) +PASS -- TEST cpld_restart_qr_p8_intel [05:15, 04:25] (1742124 MB) +PASS -- TEST cpld_2threads_p8_intel [09:28, 08:59] (2544432 MB) +PASS -- TEST cpld_decomp_p8_intel [08:13, 07:36] (2175668 MB) +PASS -- TEST cpld_mpi_p8_intel [07:02, 06:23] (2098072 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [08:19, 07:37] (2189656 MB) +PASS -- TEST cpld_control_c192_p8_intel [16:51, 15:43] (2970344 MB) +PASS -- TEST cpld_restart_c192_p8_intel [07:24, 05:47] (2929308 MB) +PASS -- TEST cpld_bmark_p8_intel [12:59, 08:57] (3813308 MB) +PASS -- TEST cpld_restart_bmark_p8_intel [11:32, 05:32] (3641116 MB) +PASS -- TEST cpld_s2sa_p8_intel [05:31, 05:02] (2159060 MB) + +PASS -- COMPILE s2sw_intel [10:22, 10:22],10 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [07:52, 07:19] (2019944 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [04:55, 04:24] (2090540 MB) + +PASS -- COMPILE s2swa_debug_intel [05:33, 05:32](1450 warnings,1230 remarks) +PASS -- TEST cpld_debug_p8_intel [09:09, 08:25] (2211636 MB) + +PASS -- COMPILE s2sw_debug_intel [05:08, 05:08](1450 warnings,1230 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [05:48, 05:14] (2054848 MB) + +PASS -- COMPILE s2s_aoflux_intel [09:18, 09:18],3 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [05:39, 04:59] (2076360 MB) + +PASS -- COMPILE s2s_intel [08:47, 08:47],3 remarks) +PASS -- TEST cpld_control_c48_intel [10:27, 10:01] (3112160 MB) +PASS -- TEST cpld_warmstart_c48_intel [02:56, 02:31] (3083164 MB) +PASS -- TEST cpld_restart_c48_intel [01:41, 01:27] (2547716 MB) + +PASS -- COMPILE s2swa_faster_intel [15:23, 15:23],10 remarks) +PASS -- TEST cpld_control_p8_faster_intel [08:57, 08:11] (2183292 MB) + +PASS -- COMPILE s2sw_pdlib_intel [18:10, 18:10],10 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [14:16, 13:42] (2036988 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [07:18, 06:44] (1389792 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [15:54, 15:14] (1967980 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [05:25, 05:25](1560 warnings,2000 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [23:00, 22:22] (2023460 MB) + +PASS -- COMPILE atm_dyn32_intel [09:30, 09:30](1 warnings,1 remarks) +PASS -- TEST control_flake_intel [03:46, 03:34] (714964 MB) +PASS -- TEST control_CubedSphereGrid_intel [03:04, 02:39] (1610580 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [03:04, 02:34] (1617392 MB) +PASS -- TEST control_latlon_intel [02:42, 02:25] (1604492 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [02:53, 02:30] (1613924 MB) +PASS -- TEST control_c48_intel [07:12, 06:53] (1745244 MB) +PASS -- TEST control_c48.v2.sfc_intel [06:08, 05:56] (861908 MB) +PASS -- TEST control_c192_intel [09:34, 09:08] (1755128 MB) +PASS -- TEST control_c384_intel [10:31, 09:30] (2053240 MB) +PASS -- TEST control_c384gdas_intel [11:00, 09:39] (1529356 MB) +PASS -- TEST control_stochy_intel [01:52, 01:44] (662764 MB) +PASS -- TEST control_stochy_restart_intel [01:17, 01:03] (543352 MB) +PASS -- TEST control_lndp_intel [01:45, 01:35] (690228 MB) +PASS -- TEST control_iovr4_intel [02:45, 02:37] (670316 MB) +PASS -- TEST control_iovr5_intel [02:45, 02:38] (663084 MB) +PASS -- TEST control_p8_intel [03:12, 02:38] (1909624 MB) +PASS -- TEST control_p8.v2.sfc_intel [03:14, 02:38] (1911236 MB) +PASS -- TEST control_p8_ugwpv1_intel [03:11, 02:34] (1898624 MB) +PASS -- TEST control_restart_p8_intel [02:01, 01:34] (1171084 MB) +PASS -- TEST control_noqr_p8_intel [03:01, 02:34] (1908472 MB) +PASS -- TEST control_restart_noqr_p8_intel [01:54, 01:31] (1216572 MB) +PASS -- TEST control_decomp_p8_intel [03:10, 02:40] (1888532 MB) +PASS -- TEST control_2threads_p8_intel [02:58, 02:28] (1986460 MB) +PASS -- TEST control_p8_lndp_intel [04:50, 04:33] (1909972 MB) +PASS -- TEST control_p8_rrtmgp_intel [04:11, 03:36] (1976124 MB) +PASS -- TEST control_p8_mynn_intel [03:13, 02:41] (1917140 MB) +PASS -- TEST merra2_thompson_intel [03:36, 02:56] (1919508 MB) +PASS -- TEST regional_control_intel [05:00, 04:41] (1201416 MB) +PASS -- TEST regional_restart_intel [02:49, 02:36] (1174616 MB) +PASS -- TEST regional_decomp_intel [05:17, 04:57] (1196052 MB) +PASS -- TEST regional_2threads_intel [03:16, 03:02] (1158360 MB) +PASS -- TEST regional_noquilt_intel [04:46, 04:31] (1527012 MB) +PASS -- TEST regional_netcdf_parallel_intel [05:13, 04:47] (1207656 MB) +PASS -- TEST regional_2dwrtdecomp_intel [05:00, 04:39] (1198288 MB) +PASS -- TEST regional_wofs_intel [07:37, 07:17] (2088288 MB) + +PASS -- COMPILE rrfs_intel [07:26, 07:26](3 warnings,9 remarks) +PASS -- TEST rap_control_intel [07:12, 06:39] (1213496 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [04:00, 03:28] (1408956 MB) +PASS -- TEST rap_decomp_intel [07:28, 06:56] (1153196 MB) +PASS -- TEST rap_2threads_intel [06:48, 06:10] (1369584 MB) +PASS -- TEST rap_restart_intel [03:56, 03:28] (1160520 MB) +PASS -- TEST rap_sfcdiff_intel [07:12, 06:39] (1228628 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [07:28, 06:57] (1167808 MB) +PASS -- TEST rap_sfcdiff_restart_intel [05:30, 05:02] (1219400 MB) +PASS -- TEST hrrr_control_intel [03:59, 03:26] (1102540 MB) +PASS -- TEST hrrr_control_decomp_intel [04:10, 03:35] (1056660 MB) +PASS -- TEST hrrr_control_2threads_intel [08:53, 08:15] (1124332 MB) +PASS -- TEST hrrr_control_restart_intel [02:13, 01:58] (1042628 MB) +PASS -- TEST rrfs_v1beta_intel [07:02, 06:27] (1204596 MB) +PASS -- TEST rrfs_v1nssl_intel [07:46, 07:37] (2004728 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [07:38, 07:26] (2178328 MB) + +PASS -- COMPILE csawmg_intel [07:01, 07:01] +PASS -- TEST control_csawmg_intel [06:32, 06:14] (1059284 MB) +PASS -- TEST control_ras_intel [03:04, 02:55] (860612 MB) + +PASS -- COMPILE csawmg_gnu [03:50, 03:50] +PASS -- TEST control_csawmg_gnu [07:20, 06:58] (1071576 MB) + +PASS -- COMPILE wam_intel [07:30, 07:30],1 remarks) +PASS -- TEST control_wam_intel [10:49, 10:06] (1681804 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [14:01, 14:01],1 remarks) +PASS -- TEST control_p8_faster_intel [02:59, 02:24] (1906392 MB) +PASS -- TEST regional_control_faster_intel [05:26, 05:09] (1192036 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [05:20, 05:19](884 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [02:46, 02:20] (1644528 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [02:40, 02:15] (1638648 MB) +PASS -- TEST control_stochy_debug_intel [02:49, 02:36] (843852 MB) +PASS -- TEST control_lndp_debug_intel [02:26, 02:18] (842612 MB) +PASS -- TEST control_csawmg_debug_intel [03:48, 03:36] (1164396 MB) +PASS -- TEST control_ras_debug_intel [02:26, 02:19] (851764 MB) +PASS -- TEST control_diag_debug_intel [02:42, 02:20] (1701584 MB) +PASS -- TEST control_debug_p8_intel [02:55, 02:37] (1938140 MB) +PASS -- TEST regional_debug_intel [16:40, 16:25] (1161000 MB) +PASS -- TEST rap_control_debug_intel [04:05, 03:59] (1238112 MB) +PASS -- TEST hrrr_control_debug_intel [04:24, 04:15] (1231056 MB) +PASS -- TEST hrrr_gf_debug_intel [04:12, 04:05] (1238764 MB) +PASS -- TEST hrrr_c3_debug_intel [04:13, 04:07] (1244492 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [04:20, 04:13] (1233992 MB) +PASS -- TEST rap_diag_debug_intel [04:28, 04:16] (1311912 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [04:24, 04:18] (1241964 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [04:37, 04:23] (1237336 MB) +PASS -- TEST rap_lndp_debug_intel [04:22, 04:07] (1232572 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [04:21, 04:10] (1237704 MB) +PASS -- TEST rap_noah_debug_intel [04:07, 04:00] (1234280 MB) +PASS -- TEST rap_sfcdiff_debug_intel [04:17, 04:09] (1236752 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [07:10, 07:00] (1230752 MB) +PASS -- TEST rrfs_v1beta_debug_intel [04:16, 04:05] (1239552 MB) +PASS -- TEST rap_clm_lake_debug_intel [05:25, 05:13] (1230492 MB) +PASS -- TEST rap_flake_debug_intel [04:10, 04:02] (1230676 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [07:52, 07:16] (1239252 MB) + +PASS -- COMPILE atm_debug_dyn32_gnu [05:43, 05:43] +PASS -- TEST control_csawmg_debug_gnu [02:08, 01:54] (1062516 MB) + +PASS -- COMPILE wam_debug_intel [03:33, 03:33](839 warnings,1 remarks) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [07:17, 07:17](3 warnings,8 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [04:06, 03:33] (1268824 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [07:41, 07:06] (1179780 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [04:21, 03:34] (1053716 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [06:31, 06:00] (1297048 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [03:49, 03:04] (1049296 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:33, 03:51] (1007912 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [05:53, 05:17] (1135840 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:11, 01:53] (959756 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [11:47, 11:46](3 warnings,8 remarks) +PASS -- TEST conus13km_control_intel [02:08, 01:44] (1320540 MB) +PASS -- TEST conus13km_2threads_intel [01:04, 00:45] (1211848 MB) +PASS -- TEST conus13km_restart_mismatch_intel [01:23, 01:03] (1156444 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [07:41, 07:41](3 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [04:00, 03:43] (1070280 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [03:35, 03:35](787 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [04:17, 04:09] (1120284 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [04:03, 03:54] (1109828 MB) +PASS -- TEST conus13km_debug_intel [13:12, 12:45] (1362828 MB) +PASS -- TEST conus13km_debug_qr_intel [13:34, 13:11] (1012732 MB) +PASS -- TEST conus13km_debug_2threads_intel [08:39, 08:24] (1259788 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [12:56, 12:37] (1433524 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [03:29, 03:29](787 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [04:21, 04:14] (1158140 MB) + +PASS -- COMPILE hafsw_intel [10:40, 10:40](1 warnings,9 remarks) +PASS -- TEST hafs_regional_atm_intel [06:05, 05:15] (871548 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [05:04, 04:51] (1266756 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [07:26, 06:24] (947688 MB) +PASS -- TEST hafs_regional_atm_wav_intel [14:45, 13:54] (989996 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [16:06, 15:02] (1015140 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [05:57, 05:24] (611612 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [07:54, 06:55] (627516 MB) +PASS -- TEST hafs_global_1nest_atm_intel [02:59, 02:34] (442256 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [08:56, 07:33] (554560 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [04:20, 03:51] (626152 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:07, 03:35] (617620 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:26, 04:46] (685628 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:25, 01:09] (455740 MB) + +PASS -- COMPILE hafsw_debug_intel [03:38, 03:38](1467 warnings,1502 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [14:05, 13:37] (687668 MB) + +PASS -- COMPILE hafsw_faster_intel [15:37, 15:36],8 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [16:45, 16:06] (765496 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [16:41, 15:57] (851620 MB) + +PASS -- COMPILE hafs_mom6w_intel [11:18, 11:17],7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [10:51, 10:08] (823680 MB) + +PASS -- COMPILE hafs_all_intel [09:56, 09:56],8 remarks) +PASS -- TEST hafs_regional_docn_intel [06:16, 05:24] (935040 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [06:24, 05:34] (940492 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [16:58, 16:25] (1343520 MB) + +PASS -- COMPILE datm_cdeps_intel [05:17, 05:17],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [02:14, 02:09] (1153520 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [01:24, 01:18] (1096412 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [03:02, 02:57] (1017844 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [02:11, 02:07] (1021472 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [02:12, 02:06] (1021720 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [03:10, 03:04] (1121116 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:11, 02:07] (1160100 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [02:06, 02:02] (1021784 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [05:27, 04:56] (1174944 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [05:22, 04:50] (1162748 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [02:12, 02:08] (1123180 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:13, 04:06] (2360116 MB) +PASS -- TEST datm_cdeps_gfs_intel [04:08, 04:01] (2429888 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [03:07, 03:07](2 warnings,2 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [05:10, 05:05] (1063444 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [05:19, 05:19],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [02:15, 02:07] (1171280 MB) + +PASS -- COMPILE datm_cdeps_land_intel [00:46, 00:46],1 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:06, 00:50] (334496 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [01:03, 00:49] (572520 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [00:41, 00:31] (571540 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [07:43, 07:43],3 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [04:17, 03:38] (2015268 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [08:55, 08:54],1 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [04:52, 04:12] (1988396 MB) + +PASS -- COMPILE atml_intel [09:41, 09:41](8 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_sbs_intel [07:57, 07:07] (1903416 MB) +PASS -- TEST control_p8_atmlnd_intel [07:32, 06:42] (1902872 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [03:50, 03:19] (1146648 MB) + +PASS -- COMPILE atml_debug_intel [04:18, 04:17](882 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [06:27, 05:42] (1936600 MB) + +PASS -- COMPILE atmw_intel [09:38, 09:38],8 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [02:36, 01:54] (1954912 MB) + +PASS -- COMPILE atmaero_intel [07:34, 07:33],1 remarks) +PASS -- TEST atmaero_control_p8_intel [05:22, 04:47] (2030936 MB) +PASS -- TEST atmaero_control_p8_rad_intel [05:07, 04:29] (1803268 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [05:00, 04:31] (1822764 MB) + +PASS -- COMPILE atmaq_debug_intel [03:09, 03:08](884 warnings,6 remarks) +PASS -- TEST regional_atmaq_debug_intel [17:49, 16:42] (4563588 MB) + +PASS -- COMPILE atm_gnu [04:18, 04:17] +PASS -- TEST control_c48_gnu [09:41, 09:16] (1555776 MB) +PASS -- TEST control_stochy_gnu [02:50, 02:39] (731092 MB) +PASS -- TEST control_ras_gnu [03:57, 03:46] (737984 MB) +PASS -- TEST control_p8_gnu [04:34, 03:53] (1729072 MB) +PASS -- TEST control_p8_ugwpv1_gnu [04:26, 03:52] (1757840 MB) +PASS -- TEST control_flake_gnu [04:44, 04:32] (820784 MB) + +PASS -- COMPILE rrfs_gnu [04:09, 04:09] +PASS -- TEST rap_control_gnu [08:20, 07:46] (1089052 MB) +PASS -- TEST rap_decomp_gnu [08:31, 07:57] (1093316 MB) +PASS -- TEST rap_2threads_gnu [07:44, 07:08] (1149416 MB) +PASS -- TEST rap_restart_gnu [04:40, 03:58] (885348 MB) +PASS -- TEST rap_sfcdiff_gnu [08:25, 07:48] (1083964 MB) +PASS -- TEST rap_sfcdiff_decomp_gnu [08:33, 07:56] (1083656 MB) +PASS -- TEST rap_sfcdiff_restart_gnu [06:40, 05:55] (884976 MB) +PASS -- TEST hrrr_control_gnu [04:35, 03:59] (1076288 MB) +PASS -- TEST hrrr_control_noqr_gnu [04:31, 04:01] (1135484 MB) +PASS -- TEST hrrr_control_2threads_gnu [07:28, 06:49] (1047856 MB) +PASS -- TEST hrrr_control_decomp_gnu [04:38, 04:02] (1070560 MB) +PASS -- TEST hrrr_control_restart_gnu [02:27, 02:06] (883068 MB) +PASS -- TEST hrrr_control_restart_noqr_gnu [02:27, 02:06] (934272 MB) +PASS -- TEST rrfs_v1beta_gnu [08:47, 08:02] (1094156 MB) + +PASS -- COMPILE atm_dyn32_debug_gnu [07:50, 07:50] +PASS -- TEST control_diag_debug_gnu [01:48, 01:23] (1632584 MB) +PASS -- TEST regional_debug_gnu [07:07, 06:45] (1117388 MB) +PASS -- TEST rap_control_debug_gnu [02:15, 02:02] (1109016 MB) +PASS -- TEST hrrr_control_debug_gnu [02:15, 02:03] (1095784 MB) +PASS -- TEST hrrr_gf_debug_gnu [02:17, 02:04] (1104804 MB) +PASS -- TEST hrrr_c3_debug_gnu [02:17, 02:02] (1104648 MB) +PASS -- TEST rap_diag_debug_gnu [02:32, 02:11] (1277556 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [03:32, 03:23] (1102024 MB) +PASS -- TEST rap_progcld_thompson_debug_gnu [02:11, 01:58] (1110572 MB) +PASS -- TEST rrfs_v1beta_debug_gnu [02:11, 02:02] (1100628 MB) +PASS -- TEST control_ras_debug_gnu [01:28, 01:18] (731496 MB) +PASS -- TEST control_stochy_debug_gnu [01:31, 01:20] (728128 MB) +PASS -- TEST control_debug_p8_gnu [01:54, 01:32] (1711472 MB) +PASS -- TEST rap_flake_debug_gnu [02:15, 02:05] (1107168 MB) +PASS -- TEST rap_clm_lake_debug_gnu [02:28, 02:20] (1108844 MB) +PASS -- TEST gnv1_c96_no_nest_debug_gnu [04:06, 03:29] (1109808 MB) + +PASS -- COMPILE wam_debug_gnu [02:35, 02:35] +PASS -- TEST control_wam_debug_gnu [05:52, 05:26] (1576324 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_gnu [03:57, 03:57] +PASS -- TEST rap_control_dyn32_phy32_gnu [08:00, 07:27] (965284 MB) +PASS -- TEST hrrr_control_dyn32_phy32_gnu [04:38, 03:57] (958072 MB) +PASS -- TEST rap_2threads_dyn32_phy32_gnu [07:13, 06:42] (975416 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [16:29, 15:45] (891176 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [04:37, 03:55] (952988 MB) +PASS -- TEST rap_restart_dyn32_phy32_gnu [06:09, 05:42] (861924 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [02:23, 02:04] (857836 MB) +PASS -- TEST conus13km_control_gnu [02:56, 02:33] (1267340 MB) +PASS -- TEST conus13km_2threads_gnu [01:29, 01:10] (1179252 MB) +PASS -- TEST conus13km_restart_mismatch_gnu [01:53, 01:29] (932556 MB) + +PASS -- COMPILE atm_dyn64_phy32_gnu [10:33, 10:33] +PASS -- TEST rap_control_dyn64_phy32_gnu [04:57, 04:33] (990892 MB) + +PASS -- COMPILE atm_dyn32_phy32_debug_gnu [07:51, 07:50] +PASS -- TEST rap_control_debug_dyn32_phy32_gnu [02:21, 02:09] (978076 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [02:23, 02:10] (972500 MB) +PASS -- TEST conus13km_debug_gnu [06:33, 06:06] (1295040 MB) +PASS -- TEST conus13km_debug_qr_gnu [06:33, 06:07] (962368 MB) +PASS -- TEST conus13km_debug_2threads_gnu [04:01, 03:39] (1200568 MB) +PASS -- TEST conus13km_radar_tten_debug_gnu [06:27, 06:03] (1356340 MB) + +PASS -- COMPILE atm_dyn64_phy32_debug_gnu [07:53, 07:53] +PASS -- TEST rap_control_dyn64_phy32_debug_gnu [02:09, 02:02] (1007056 MB) + +PASS -- COMPILE s2swa_gnu [16:40, 16:39] +PASS -- COMPILE s2s_gnu [15:48, 15:48] +PASS -- TEST cpld_control_nowave_noaero_p8_gnu [05:31, 04:51] (3081940 MB) + +PASS -- COMPILE s2swa_debug_gnu [03:23, 03:22] +PASS -- COMPILE s2sw_pdlib_gnu [15:58, 15:57] +PASS -- TEST cpld_control_pdlib_p8_gnu [26:28, 25:52] (3032616 MB) + +PASS -- COMPILE s2sw_pdlib_debug_gnu [03:24, 03:24] +PASS -- TEST cpld_debug_pdlib_p8_gnu [12:32, 11:56] (2907888 MB) + +PASS -- COMPILE datm_cdeps_gnu [14:30, 14:30] +PASS -- TEST datm_cdeps_control_cfsr_gnu [02:19, 02:14] (773052 MB) + + +SYNOPSIS: +Starting Date/Time: 20240801 11:12:36 +Ending Date/Time: 20240801 15:37:09 +Total Time: 04h:24m:33s +Compiles Completed: 57/57 +Tests Completed: 244/244 + + +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: SUCCESS + +====END OF hercules REGRESSION TESTING LOG==== diff --git a/tests-dev/machine_config/machine_derecho.config b/tests-dev/machine_config/machine_derecho.config new file mode 100644 index 0000000000..0896f7aa1c --- /dev/null +++ b/tests-dev/machine_config/machine_derecho.config @@ -0,0 +1,20 @@ +#!/bin/bash +set -eux + +module use /glade/work/epicufsrt/contrib/derecho/rocoto/modulefiles +module load rocoto + +module use -a /glade/work/epicufsrt/conda/modulefiles.derecho +module load anaconda/23.7.4 + +cp fv3_conf/fv3_qsub.IN_derecho fv3_conf/fv3_qsub.IN +cp fv3_conf/compile_qsub.IN_derecho fv3_conf/compile_qsub.IN + +ROCOTORUN=/glade/work/epicufsrt/contrib/derecho/rocoto/bin/rocotorun +ROCOTOSTAT=/glade/work/epicufsrt/contrib/derecho/rocoto/bin/rocotostat +ROCOTOCOMPLETE=/glade/work/epicufsrt/contrib/derecho/rocoto/bin/rocotocomplete +ROCOTO_SCHEDULER=pbspro +export ROCOTORUN +export ROCOTOSTAT +export ROCOTOCOMPLETE +export ROCOTO_SCHEDULER diff --git a/tests-dev/machine_config/machine_gaea.config b/tests-dev/machine_config/machine_gaea.config new file mode 100644 index 0000000000..266d1200bc --- /dev/null +++ b/tests-dev/machine_config/machine_gaea.config @@ -0,0 +1,15 @@ +#!/bin/bash +set -eux + +module use /ncrc/proj/epic/rocoto/modulefiles +module load rocoto +ROCOTORUN=/ncrc/proj/epic/rocoto/1.3.6/bin/rocotorun +ROCOTOSTAT=/ncrc/proj/epic/rocoto/1.3.6/bin/rocotostat +ROCOTOCOMPLETE=/ncrc/proj/epic/rocoto/1.3.6/bin/rocotocomplete +ROCOTO_SCHEDULER=slurm +export ROCOTORUN +export ROCOTOSTAT +export ROCOTOCOMPLETE +export ROCOTO_SCHEDULER + +module load python/3.9 diff --git a/tests-dev/machine_config/machine_hera.config b/tests-dev/machine_config/machine_hera.config new file mode 100644 index 0000000000..cc083c162b --- /dev/null +++ b/tests-dev/machine_config/machine_hera.config @@ -0,0 +1,14 @@ +#!/bin/bash +set -eux + +module load rocoto +ROCOTORUN=/apps/rocoto/1.3.7/bin/rocotorun +ROCOTOSTAT=/apps/rocoto/1.3.7/bin/rocotostat +ROCOTOCOMPLETE=/apps/rocoto/1.3.7/bin/rocotocomplete +ROCOTO_SCHEDULER=slurm +export ROCOTORUN +export ROCOTOSTAT +export ROCOTOCOMPLETE +export ROCOTO_SCHEDULER + +module load intelpython/2023.2.0 diff --git a/tests-dev/machine_config/machine_hercules.config b/tests-dev/machine_config/machine_hercules.config new file mode 100644 index 0000000000..9aa4404ffa --- /dev/null +++ b/tests-dev/machine_config/machine_hercules.config @@ -0,0 +1,17 @@ +#!/bin/bash +set -eux + +module load contrib rocoto +ROCOTORUN=/apps/contrib/rocoto/1.3.7/bin/rocotorun +ROCOTOSTAT=/apps/contrib/rocoto/1.3.7/bin/rocotostat +ROCOTOCOMPLETE=/apps/contrib/rocoto/1.3.7/bin/rocotocomplete +ROCOTO_SCHEDULER=slurm +export ROCOTORUN +export ROCOTOSTAT +export ROCOTOCOMPLETE +export ROCOTO_SCHEDULER + +module use -a /work/noaa/epic/conda/modulefiles.hercules +module load anaconda/23.7.4 + + diff --git a/tests-dev/machine_config/machine_jet.config b/tests-dev/machine_config/machine_jet.config new file mode 100644 index 0000000000..09e72f8841 --- /dev/null +++ b/tests-dev/machine_config/machine_jet.config @@ -0,0 +1,14 @@ +#!/bin/bash +set -eux + +module load rocoto +ROCOTORUN=/apps/rocoto/1.3.7/bin/rocotorun +ROCOTOSTAT=/apps/rocoto/1.3.7/bin/rocotostat +ROCOTOCOMPLETE=/apps/rocoto/1.3.7/bin/rocotocomplete +ROCOTO_SCHEDULER=slurm +export ROCOTORUN +export ROCOTOSTAT +export ROCOTOCOMPLETE +export ROCOTO_SCHEDULER + +module load intelpython/2023.2.0 diff --git a/tests-dev/machine_config/machine_noaacloud.config b/tests-dev/machine_config/machine_noaacloud.config new file mode 100644 index 0000000000..31333c256e --- /dev/null +++ b/tests-dev/machine_config/machine_noaacloud.config @@ -0,0 +1,15 @@ +#!/bin/bash +set -eux + +export PATH=/contrib/EPIC/bin:${PATH} +module use /apps/modules/modulefiles +module load rocoto/1.3.3 + +ROCOTORUN=/apps/rocoto/1.3.3/bin/rocotorun +ROCOTOSTAT=/apps/rocoto/1.3.3/bin/rocotostat +ROCOTOCOMPLETE=/apps/rocoto/1.3.3/bin/rocotocomplete +ROCOTO_SCHEDULER=slurm +export ROCOTORUN +export ROCOTOSTAT +export ROCOTOCOMPLETE +export ROCOTO_SCHEDULER diff --git a/tests-dev/machine_config/machine_orion.config b/tests-dev/machine_config/machine_orion.config new file mode 100644 index 0000000000..09487fa9ab --- /dev/null +++ b/tests-dev/machine_config/machine_orion.config @@ -0,0 +1,17 @@ +#!/bin/bash +set -eux + +module load gcc/12.2.0 +module load python/3.10.8 + +module load contrib ruby/3.2.3 rocoto/1.3.7 +ROCOTORUN=/apps/contrib/rocoto/1.3.7/bin/rocotorun +ROCOTOSTAT=/apps/contrib/rocoto/1.3.7/bin/rocotostat +ROCOTOCOMPLETE=/apps/contrib/rocoto/1.3.7/bin//rocotocomplete +ROCOTO_SCHEDULER=slurm +export ROCOTORUN +export ROCOTOSTAT +export ROCOTOCOMPLETE +export ROCOTO_SCHEDULER + + diff --git a/tests-dev/machine_config/machine_s4.config b/tests-dev/machine_config/machine_s4.config new file mode 100644 index 0000000000..0a432d5eb7 --- /dev/null +++ b/tests-dev/machine_config/machine_s4.config @@ -0,0 +1,14 @@ +#!/bin/bash +set -eux + +module load rocoto/1.3.2 +#ROCOTORUN=$(which rocotorun) +#ROCOTOSTAT=$(which rocotostat) +#ROCOTOCOMPLETE=$(which rocotocomplete) +ROCOTO_SCHEDULER=slurm +#export ROCOTORUN +#export ROCOTOSTAT +#export ROCOTOCOMPLETE +export ROCOTO_SCHEDULER + +module load miniconda/3.8-s4 diff --git a/tests-dev/ufs_error-test.yaml b/tests-dev/ufs_error-test.yaml new file mode 100644 index 0000000000..7bcf6f4c1f --- /dev/null +++ b/tests-dev/ufs_error-test.yaml @@ -0,0 +1,20 @@ +atm_dyn32_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON' + tests: + - control_c48.v2.sfc: {'project':['daily']} + - fail_to_copy: {'project':['daily']} + - fail_to_run: {'project':['daily']} +atm_dyn64_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1' + tests: + - control_c48: {'project':['daily']} +fail_to_compile_intel: + build: + compiler: 'intel' + option: '--invalid-argument -DAPP=ATM -DCCPP_SUITES=whatever' + tests: + - dependency_unmet: {'project':['daily']} diff --git a/tests-dev/ufs_test.sh b/tests-dev/ufs_test.sh new file mode 100755 index 0000000000..47bc6568c9 --- /dev/null +++ b/tests-dev/ufs_test.sh @@ -0,0 +1,276 @@ +#!/bin/bash +set -eux + +SECONDS=0 + +hostname + +die() { echo "$@" >&2; exit 1; } + +usage() { + set +x + echo + echo "Usage: $0 -a | -b | -c | -d | -e | -h | -k | -l | -m | -n | -o | -r | -w | -s" + echo + echo " -a to use on for HPC queue" + echo " -b create new baselines only for tests listed in " + echo " -c create new baseline results" + echo " -d delete run direcotries that are not used by other tests" + echo " -e use ecFlow workflow manager (this option is not fully functional yet)" + echo " -h display this help" + echo " -k keep run directory after ufs_test.sh is completed" + echo " -l runs test specified in " + echo " -m compare against new baseline results" + echo " -n run single test " + echo " -o compile only, skip tests" + echo " -r use Rocoto workflow manager" + echo " -w for weekly_test, skip comparing baseline results" + echo " -s for use tests-dev, symlink sharable tests scripts" + echo + set -x + exit 1 +} + +[[ $# -eq 0 ]] && usage + +rt_trap() { + [[ ${ROCOTO:-false} == true ]] && rocoto_kill + [[ ${ECFLOW:-false} == true ]] && ecflow_kill + cleanup +} + +cleanup() { + PID_LOCK=$(awk '{print $2}' < "${LOCKDIR}/PID") + [[ ${PID_LOCK} == "$$" ]] && rm -rf "${LOCKDIR}" + [[ ${ECFLOW:-false} == true ]] && ecflow_stop + trap 0 + exit +} + +trap '{ echo "ufs_test.sh interrupted"; rt_trap ; }' INT +trap '{ echo "ufs_test.sh quit"; rt_trap ; }' QUIT +trap '{ echo "ufs_test.sh terminated"; rt_trap ; }' TERM +trap '{ echo "ufs_test.sh error on line $LINENO"; cleanup ; }' ERR +trap '{ echo "ufs_test.sh finished"; cleanup ; }' EXIT + +# PATHRT - Path to regression tests directory +PATHRT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd -P )" +readonly PATHRT +cd "${PATHRT}" +[[ -f "${PATHRT}"/detect_machine.sh ]] || cp "${PATHRT}"/../tests/detect_machine.sh "${PATHRT}" +[[ -f "${PATHRT}"/rt_utils.sh ]] || cp "${PATHRT}"/../tests/rt_utils.sh "${PATHRT}" +[[ -f "${PATHRT}"/module-setup.sh ]] || cp "${PATHRT}"/../tests/module-setup.sh "${PATHRT}" + +# make sure only one instance of ufs_test.sh is running +readonly LOCKDIR="${PATHRT}"/lock +if mkdir "${LOCKDIR}" ; then + HOSTNAME=$(hostname) + echo "${HOSTNAME} $$" > "${LOCKDIR}/PID" +else + echo "Only one instance of ufs_test.sh can be running at a time" + exit 1 +fi + +CREATE_BASELINE=false +ROCOTO=false +ECFLOW=false +KEEP_RUNDIR=false +export skip_check_results=false +export delete_rundir=false +COMPILE_ONLY=false +RTPWD_NEW_BASELINE=false +TESTS_FILE='ufs_test.yaml' +NEW_BASELINES_FILE='' +RUN_SINGLE_TEST=false +ACCNR=${ACCNR:-""} +UFS_TEST_YAML="ufs_test.yaml" +export UFS_TEST_YAML +LINK_TESTS=false + +while getopts ":a:b:cl:mn:dwkreohs" opt; do + case ${opt} in + a) + ACCNR=${OPTARG} + ;; + b) + NEW_BASELINES_FILE=${OPTARG} + export NEW_BASELINES_FILE + python -c "import ufs_test_utils; ufs_test_utils.update_testyaml_b()" + UFS_TEST_YAML="ufs_test_temp.yaml" + export UFS_TEST_YAML + ;; + c) + CREATE_BASELINE=true + ;; + l) + TESTS_FILE=${OPTARG} + grep -q '[^[:space:]]' < "${TESTS_FILE}" || die "${TESTS_FILE} empty, exiting..." + UFS_TEST_YAML=${TESTS_FILE} + export UFS_TEST_YAML + ;; + o) + COMPILE_ONLY=true + ;; + m) + # redefine RTPWD to point to newly created baseline outputs + RTPWD_NEW_BASELINE=true + ;; + n) + RUN_SINGLE_TEST=true + IFS=' ' read -r -a SINGLE_OPTS <<< "${OPTARG}" + + if [[ ${#SINGLE_OPTS[@]} != 2 ]]; then + die 'The -n option needs AND in quotes, i.e. -n "control_p8 intel"' + fi + + SRT_NAME="${SINGLE_OPTS[0]}" + SRT_COMPILER="${SINGLE_OPTS[1]}" + + if [[ "${SRT_COMPILER}" != "intel" ]] && [[ "${SRT_COMPILER}" != "gnu" ]]; then + die "COMPILER MUST BE 'intel' OR 'gnu'" + fi + + export SRT_NAME + export SRT_COMPILER + python -c "import ufs_test_utils; ufs_test_utils.update_testyaml_n()" + UFS_TEST_YAML="ufs_test_temp.yaml" + export UFS_TEST_YAML + ;; + d) + export delete_rundir=true + ;; + w) + export skip_check_results=true + ;; + k) + KEEP_RUNDIR=true + ;; + r) + ROCOTO=true + ECFLOW=false + ;; + e) + ECFLOW=true + ROCOTO=false + die "Work-in-progress to support for ECFLOW. Please, use the ROCOTO workflow manamegment option (-r)" + ;; + s) + LINK_TESTS=true + ;; + h) + usage + ;; + :) + die "Option -${OPTARG} requires an argument." + ;; + ?) + die "Invalid option: -${OPTARG}" + ;; + *) + die "Invalid runtime options: no parameter included with argument-${OPTARG}" + ;; + esac +done + +source detect_machine.sh # Note: this does not set ACCNR. The "if" block below does. +source rt_utils.sh +source module-setup.sh + +check_machine=false +platforms=( hera orion hercules gaea jet derecho noaacloud s4 ) +for name in "${platforms[@]}" +do + if [[ ${MACHINE_ID} == "${name}" ]]; then + check_machine=true + break + fi +done + +if [[ ${check_machine} == true ]]; then + source "${PATHRT}"/machine_config/machine_"${MACHINE_ID}".config +else + echo "*** Current support of ufs_test.sh only for ${platforms[*]} ! ***" + exit 1 +fi + +# If -s; link sharable test scripts from tests directory +if [[ ${LINK_TESTS} == true ]]; then + if ! python -c "import ufs_test_utils; ufs_test_utils.sync_testscripts()" + then + echo "*** error: python sync_testscripts! ***" + exit 1 + fi +fi + +#Check to error out if incompatible options are chosen together +[[ ${KEEP_RUNDIR} == true && ${delete_rundir} == true ]] && die "-k and -d options cannot be used at the same time" +[[ ${ECFLOW} == true && ${ROCOTO} == true ]] && die "-r and -e options cannot be used at the same time" +[[ ${CREATE_BASELINE} == true && ${RTPWD_NEW_BASELINE} == true ]] && die "-c and -m options cannot be used at the same time" + +if [[ -z "${ACCNR}" ]]; then + echo "Please use -a to set group account to use on HPC" + exit 1 +fi + +# Display the machine and account using the format detect_machine.sh used: +echo "Machine: ""${MACHINE_ID}"" Account: ""${ACCNR}"" " + +shift $((OPTIND-1)) +[[ $# -gt 1 ]] && usage + +TEST_START_TIME="$(date '+%Y%m%d %T')" +export TEST_START_TIME + +rm -f fail_test* fail_compile* + +if [[ ${ROCOTO} == true ]]; then + ROCOTO_XML="${PATHRT}"/rocoto_workflow.xml + ROCOTO_STATE="${PATHRT}"/rocoto_workflow.state + ROCOTO_DB="${PATHRT}"/rocoto_workflow.db + rm -f "${ROCOTO_XML}" "${ROCOTO_DB}" "${ROCOTO_STATE}" ./*_lock.db* +fi + +[[ -f ${TESTS_FILE} ]] || die "${TESTS_FILE} does not exist" + +export ROCOTO_SCHEDULER +export ACCNR +export ROCOTO_XML +export PATHRT +export ROCOTO +export ECFLOW +export MACHINE_ID +export RTPWD_NEW_BASELINE +export CREATE_BASELINE +export RTVERBOSE + +export TESTS_FILE +export NEW_BASELINES_FILE +export RUN_SINGLE_TEST +export COMPILE_ONLY +export delete_rundir +export skip_check_results +export KEEP_RUNDIR + +if ! python -c "import create_xml; create_xml.xml_loop()" +then + echo "*** experiment setup didn't run successfully! ***" + exit 1 +fi + +## +## run regression test workflow (currently Rocoto or ecFlow are supported) +## +if [[ ${ROCOTO} == true ]]; then + rocoto_run +fi + +# IF -c AND -b; LINK VERIFIED BASELINES TO NEW_BASELINE +if [[ ${CREATE_BASELINE} == true && ${NEW_BASELINES_FILE} != '' ]]; then + python -c "import ufs_test_utils; ufs_test_utils.link_new_baselines()" +fi + +TEST_END_TIME="$(date '+%Y%m%d %T')" +export TEST_END_TIME + +## Lets verify all tests were run and that they passed +python -c "import create_log; create_log.finish_log()" diff --git a/tests-dev/ufs_test.yaml b/tests-dev/ufs_test.yaml new file mode 100644 index 0000000000..cfd80ab693 --- /dev/null +++ b/tests-dev/ufs_test.yaml @@ -0,0 +1,583 @@ +s2swa_32bit_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1' + tests: + - cpld_control_p8_mixedmode: {'project':['daily'],'turnoff':['noaacloud']} +s2swa_32bit_pdlib_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON' + turnoff: ['noaacloud'] + tests: + - cpld_control_gfsv17: {'project':['daily'],'turnoff':['noaacloud']} +# - cpld_control_gfsv17_iau: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_restart_gfsv17: {'project':['daily'],'dependency':'cpld_control_gfsv17','turnoff':['noaacloud']} + - cpld_mpi_gfsv17: {'project':['daily'],'dependency':'cpld_control_gfsv17','turnoff':['noaacloud']} +s2swa_32bit_pdlib_sfs_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON' + turnoff: ['noaacloud'] + tests: + - cpld_control_sfs: {'project':['daily'],'turnoff':['noaacloud']} +s2swa_32bit_pdlib_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON' + turnoff: ['noaacloud','jet'] + tests: + - cpld_debug_gfsv17: {'project':['daily'],'turnoff':['noaacloud','jet']} +s2swa_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + tests: + - cpld_control_p8: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_control_p8.v2.sfc: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_restart_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} + - cpld_control_qr_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} + - cpld_restart_qr_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} + - cpld_2threads_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} + - cpld_decomp_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} + - cpld_mpi_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} + - cpld_control_ciceC_p8: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_control_c192_p8: {'project':['daily'],'turnoff':['wcoss2','jet','acorn','s4','noaacloud']} + - cpld_restart_c192_p8: {'project':['daily'],'dependency':'cpld_control_c192_p8','turnoff':['wcoss2','jet','acorn','s4','noaacloud']} + - cpld_bmark_p8: {'project':['daily'],'turnoff':['s4','jet','acorn','noaacloud']} + - cpld_restart_bmark_p8: {'project':['daily'],'dependency':'cpld_bmark_p8','turnoff':['s4','jet','acorn','noaacloud']} + - cpld_s2sa_p8: {'project':['daily'],'turnoff':['noaacloud']} +s2sw_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + tests: + - cpld_control_noaero_p8: {'project':['daily']} + - cpld_control_nowave_noaero_p8: {'project':['daily'],'turnoff':['noaacloud']} +s2swa_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + turnoff: ['wcoss2','noaacloud','acorn'] + tests: + - cpld_debug_p8: {'project':['daily'],'turnoff':['wcoss2','acorn','noaacloud']} +s2sw_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + turnoff: ['wcoss2','noaacloud','acorn'] + tests: + - cpld_debug_noaero_p8: {'project':['daily'],'turnoff':['wcoss2','acorn','noaacloud']} +s2s_aoflux_intel: + build: + compiler: 'intel' + option: '-DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON' + tests: + - cpld_control_noaero_p8_agrid: {'project':['daily']} +s2s_intel: + build: + compiler: 'intel' + option: '-DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + tests: + - cpld_control_c48: {'project':['daily']} + - cpld_warmstart_c48: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_restart_c48: {'project':['daily'],'dependency':'cpld_warmstart_c48','turnoff':['noaacloud']} +s2swa_faster_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON' + turnoff: ['noaacloud'] + tests: + - cpld_control_p8_faster: {'project':['daily'],'turnoff':['noaacloud']} +s2sw_pdlib_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON' + turnoff: ['noaacloud'] + tests: + - cpld_control_pdlib_p8: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_restart_pdlib_p8: {'project':['daily'],'dependency':'cpld_control_pdlib_p8','turnoff':['noaacloud']} + - cpld_mpi_pdlib_p8: {'project':['daily'],'dependency':'cpld_control_pdlib_p8','turnoff':['noaacloud']} +s2sw_pdlib_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON' + turnoff: ['noaacloud'] + tests: + - cpld_debug_pdlib_p8: {'project':['daily'],'turnoff':['noaacloud']} +atm_dyn32_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON' + tests: + - control_flake: {'project':['daily']} + - control_CubedSphereGrid: {'project':['daily']} + - control_CubedSphereGrid_parallel: {'project':['daily'],'turnoff':['noaacloud']} + - control_latlon: {'project':['daily'],'turnoff':['noaacloud']} + - control_wrtGauss_netcdf_parallel: {'project':['daily'],'turnoff':['noaacloud']} + - control_c48: {'project':['daily'],'turnoff':['noaacloud']} + - control_c48.v2.sfc: {'project':['daily'],'turnoff':['noaacloud']} + - control_c192: {'project':['daily'],'turnoff':['noaacloud']} + - control_c384: {'project':['daily'],'turnoff':['noaacloud']} + - control_c384gdas: {'project':['daily'],'turnoff':['noaacloud']} + - control_stochy: {'project':['daily'],'turnoff':['noaacloud']} + - control_stochy_restart: {'project':['daily'],'dependency':'control_stochy','turnoff':['noaacloud']} + - control_lndp: {'project':['daily'],'turnoff':['noaacloud']} + - control_iovr4: {'project':['daily'],'turnoff':['noaacloud']} + - control_iovr5: {'project':['daily'],'turnoff':['noaacloud']} + - control_p8: {'project':['daily'],'turnoff':['noaacloud']} + - control_p8.v2.sfc: {'project':['daily'],'turnoff':['noaacloud']} + - control_p8_ugwpv1: {'project':['daily'],'turnoff':['noaacloud']} + - control_restart_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} + - control_noqr_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} + - control_restart_noqr_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} + - control_decomp_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} + - control_2threads_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} + - control_p8_lndp: {'project':['daily'],'turnoff':['noaacloud']} + - control_p8_rrtmgp: {'project':['daily'],'turnoff':['noaacloud']} + - control_p8_mynn: {'project':['daily'],'turnoff':['noaacloud']} + - merra2_thompson: {'project':['daily'],'turnoff':['noaacloud']} + - regional_control: {'project':['daily'],'turnoff':['noaacloud']} + - regional_restart: {'project':['daily'],'dependency':'regional_control','turnoff':['noaacloud']} + - regional_decomp: {'project':['daily'],'dependency':'regional_control','turnoff':['noaacloud']} + - regional_2threads: {'project':['daily'],'dependency':'regional_control','turnoff':['derecho','noaacloud']} + - regional_noquilt: {'project':['daily'],'turnoff':['jet','s4']} + - regional_netcdf_parallel: {'project':['daily'],'turnoff':['acorn']} + - regional_2dwrtdecomp: {'project':['daily'],'dependency':'regional_control','turnoff':['acorn']} + - regional_wofs: {'project':['daily'],'turnoff':['jet','s4']} +ifi_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON' + turnon: ['acorn'] + tests: + - regional_ifi_control: {'project':['daily'],'turnon':['acorn']} + - regional_ifi_decomp: {'project':['daily'],'dependency':'regional_ifi_control','turnon':['acorn']} + - regional_ifi_2threads: {'project':['daily'],'dependency':'regional_ifi_control','turnon':['acorn']} +rrfs_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON' + tests: + - rap_control: {'project':['daily']} + - regional_spp_sppt_shum_skeb: {'project':['daily']} + - rap_decomp: {'project':['daily'],'dependency':'rap_control','turnoff':['noaacloud']} + - rap_2threads: {'project':['daily'],'dependency':'rap_control','turnoff':['noaacloud']} + - rap_restart: {'project':['daily'],'dependency':'rap_control','turnoff':['noaacloud']} + - rap_sfcdiff: {'project':['daily'],'turnoff':['noaacloud']} + - rap_sfcdiff_decomp: {'project':['daily'],'dependency':'rap_sfcdiff','turnoff':['noaacloud']} + - rap_sfcdiff_restart: {'project':['daily'],'dependency':'rap_sfcdiff','turnoff':['noaacloud']} + - hrrr_control: {'project':['daily'],'turnoff':['noaacloud']} + - hrrr_control_decomp: {'project':['daily'],'dependency':'hrrr_control','turnoff':['noaacloud']} + - hrrr_control_2threads: {'project':['daily'],'dependency':'hrrr_control','turnoff':['noaacloud']} + - hrrr_control_restart: {'project':['daily'],'dependency':'hrrr_control','turnoff':['noaacloud']} + - rrfs_v1beta: {'project':['daily'],'turnoff':['noaacloud']} + - rrfs_v1nssl: {'project':['daily'],'turnoff':['noaacloud']} + - rrfs_v1nssl_nohailnoccn: {'project':['daily'],'turnoff':['noaacloud']} +csawmg_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras' + turnoff: ['noaacloud'] + tests: + - control_csawmg: {'project':['daily'],'turnoff':['noaacloud']} + - control_ras: {'project':['daily'],'turnoff':['noaacloud']} +csawmg_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras' + turnon: ['hera','hercules'] + tests: + - control_csawmg: {'project':['daily'],'turnon':['hera','hercules']} +wam_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON' + turnoff: ['noaacloud'] + tests: + - control_wam: {'project':['daily'],'turnoff':['noaacloud']} +atm_faster_dyn32_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON' + tests: + - control_p8_faster: {'project':['daily'],'turnoff':['noaacloud']} + - regional_control_faster: {'project':['daily'],'turnoff':['noaacloud']} +atm_debug_dyn32_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1' + turnoff: ['noaacloud'] + tests: + - control_CubedSphereGrid_debug: {'project':['daily'],'turnoff':['noaacloud']} + - control_wrtGauss_netcdf_parallel_debug: {'project':['daily'],'turnoff':['noaacloud']} + - control_stochy_debug: {'project':['daily'],'turnoff':['noaacloud']} + - control_lndp_debug: {'project':['daily'],'turnoff':['noaacloud']} + - control_csawmg_debug: {'project':['daily'],'turnoff':['noaacloud']} + - control_ras_debug: {'project':['daily'],'turnoff':['noaacloud']} + - control_diag_debug: {'project':['daily'],'turnoff':['noaacloud']} + - control_debug_p8: {'project':['daily'],'turnoff':['noaacloud']} + - regional_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_control_debug: {'project':['daily'],'turnoff':['noaacloud']} + - hrrr_control_debug: {'project':['daily'],'turnoff':['noaacloud']} + - hrrr_gf_debug: {'project':['daily'],'turnoff':['noaacloud']} + - hrrr_c3_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_unified_drag_suite_debug: {'project':['daily'],'dependency':'rap_control_debug','turnoff':['noaacloud']} + - rap_diag_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_cires_ugwp_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_unified_ugwp_debug: {'project':['daily'],'dependency':'rap_cires_ugwp_debug','turnoff':['noaacloud']} + - rap_lndp_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_progcld_thompson_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_noah_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_sfcdiff_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_noah_sfcdiff_cires_ugwp_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rrfs_v1beta_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_clm_lake_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_flake_debug: {'project':['daily'],'turnoff':['noaacloud']} + - gnv1_c96_no_nest_debug: {'project':['daily'],'turnoff':['noaacloud']} +atm_debug_dyn32_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1' + turnon: ['hera','hercules'] + tests: + - control_csawmg_debug: {'project':['daily'],'turnon':['hera','hercules']} +wam_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON' + turnoff: ['noaacloud'] + tests: + - control_wam_debug: {'project':['daily'],'turnoff':['noaacloud','hercules']} +rrfs_dyn32_phy32_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON' + turnoff: ['noaacloud'] + tests: + - regional_spp_sppt_shum_skeb_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} + - rap_control_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} + - hrrr_control_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} + - rap_2threads_dyn32_phy32: {'project':['daily'],'dependency':'rap_control_dyn32_phy32','turnoff':['noaacloud']} + - hrrr_control_2threads_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnoff':['noaacloud']} + - hrrr_control_decomp_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnoff':['noaacloud']} + - rap_restart_dyn32_phy32: {'project':['daily'],'dependency':'rap_control_dyn32_phy32','turnoff':['noaacloud']} + - hrrr_control_restart_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnoff':['noaacloud']} +rrfs_dyn32_phy32_faster_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON' + turnoff: ['noaacloud'] + tests: + - conus13km_control: {'project':['daily'],'turnoff':['noaacloud']} + - conus13km_2threads: {'project':['daily'],'dependency':'conus13km_control','turnoff':['noaacloud']} + - conus13km_restart_mismatch: {'project':['daily'],'dependency':'conus13km_control','turnoff':['noaacloud']} +rrfs_dyn64_phy32_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON' + turnoff: ['noaacloud'] + tests: + - rap_control_dyn64_phy32: {'project':['daily'],'turnoff':['noaacloud']} +rrfs_dyn32_phy32_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON' + turnoff: ['noaacloud'] + tests: + - rap_control_debug_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} + - hrrr_control_debug_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} + - conus13km_debug: {'project':['daily'],'turnoff':['noaacloud']} + - conus13km_debug_qr: {'project':['daily'],'dependency':'conus13km_debug','turnoff':['noaacloud']} + - conus13km_debug_2threads: {'project':['daily'],'dependency':'conus13km_debug','turnoff':['noaacloud']} + - conus13km_radar_tten_debug: {'project':['daily'],'turnoff':['noaacloud']} +rrfs_dyn64_phy32_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON' + turnoff: ['noaacloud'] + tests: + - rap_control_dyn64_phy32_debug: {'project':['daily'],'turnoff':['noaacloud']} +hafsw_intel: + build: + compiler: 'intel' + option: '-DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf,FV3_global_nest_v1 -D32BIT=ON' + tests: + - hafs_regional_atm: {'project':['daily']} + - hafs_regional_atm_thompson_gfdlsf: {'project':['daily']} + - hafs_regional_atm_ocn: {'project':['daily']} + - hafs_regional_atm_wav: {'project':['daily']} + - hafs_regional_atm_ocn_wav: {'project':['daily'],'turnoff':['noaacloud']} + - hafs_regional_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_telescopic_2nests_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_global_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_global_multiple_4nests_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_specified_moving_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm_ocn: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_global_storm_following_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - gnv1_nested: {'project':['daily'],'turnoff':['hercules','wcoss2','s4','noaacloud']} +hafsw_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON' + turnoff: ['jet','noaacloud','s4'] + tests: + - hafs_regional_storm_following_1nest_atm_ocn_debug: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} +hafsw_faster_intel: + build: + compiler: 'intel' + option: '-DAPP=HAFSW -DCDEPS_INLINE=ON -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_thompson_nonsst -D32BIT=ON -DFASTER=ON' + turnoff: ['jet','noaacloud','s4'] + tests: + - hafs_regional_storm_following_1nest_atm_ocn_wav: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm_ocn_wav_inline: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} +hafs_mom6w_intel: + build: + compiler: 'intel' + option: '-DAPP=HAFS-MOM6W -DREGIONAL_MOM6=ON -DCDEPS_INLINE=ON -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_thompson_nonsst -D32BIT=ON' + turnoff: ['jet','noaacloud','s4'] + tests: + - hafs_regional_storm_following_1nest_atm_ocn_wav_mom6: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} +hafs_all_intel: + build: + compiler: 'intel' + option: '-DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON' + turnoff: ['noaacloud'] + tests: + - hafs_regional_docn: {'project':['daily'],'turnoff':['noaacloud']} + - hafs_regional_docn_oisst: {'project':['daily'],'turnoff':['noaacloud']} + - hafs_regional_datm_cdeps: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} +datm_cdeps_intel: + build: + compiler: 'intel' + option: '-DAPP=NG-GODAS' + turnoff: ['wcoss2'] + tests: + - datm_cdeps_control_cfsr: {'project':['daily'],'turnoff':['wcoss2']} + - datm_cdeps_restart_cfsr: {'project':['daily'],'dependency':'datm_cdeps_control_cfsr','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_control_gefs: {'project':['daily'],'turnoff':['wcoss2']} + - datm_cdeps_iau_gefs: {'project':['daily'],'turnoff':['wcoss2']} + - datm_cdeps_stochy_gefs: {'project':['daily'],'turnoff':['wcoss2']} + - datm_cdeps_ciceC_cfsr: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} + - datm_cdeps_bulk_cfsr: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} + - datm_cdeps_bulk_gefs: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} + - datm_cdeps_mx025_cfsr: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} + - datm_cdeps_mx025_gefs: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} + - datm_cdeps_multiple_files_cfsr: {'project':['daily'],'dependency':'datm_cdeps_control_cfsr','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_3072x1536_cfsr: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} + - datm_cdeps_gfs: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} +datm_cdeps_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=NG-GODAS -DDEBUG=ON' + turnoff: ['wcoss2','acorn','noaacloud'] + tests: + - datm_cdeps_debug_cfsr: {'project':['daily'],'turnoff':['wcoss2','acorn','noaacloud']} +datm_cdeps_faster_intel: + build: + compiler: 'intel' + option: '-DAPP=NG-GODAS -DFASTER=ON' + turnoff: ['wcoss2'] + tests: + - datm_cdeps_control_cfsr_faster: {'project':['daily'],'turnoff':['wcoss2']} +datm_cdeps_land_intel: + build: + compiler: 'intel' + option: '-DAPP=LND' + turnoff: ['wcoss2'] + tests: + - datm_cdeps_lnd_gswp3: {'project':['daily'],'turnoff':['wcoss2']} + - datm_cdeps_lnd_era5: {'project':['daily'],'turnoff':['wcoss2']} + - datm_cdeps_lnd_era5_rst: {'project':['daily'],'dependency':'datm_cdeps_lnd_era5','turnoff':['wcoss2','noaacloud']} +atm_ds2s_docn_pcice_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM_DS2S-PCICE -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + tests: + - atm_ds2s_docn_pcice: {'project':['daily'],'turnoff':['noaacloud']} +atm_ds2s_docn_dice_intel: + build: + compiler: 'intel' + option: '-DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + turnoff: ['wcoss2','acorn'] + tests: + - atm_ds2s_docn_dice: {'project':['daily'],'dependency':'cpld_control_nowave_noaero_p8','turnoff':['noaacloud','wcoss2','acorn']} +atml_intel: + build: + compiler: 'intel' + option: '-DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON' + tests: + - control_p8_atmlnd_sbs: {'project':['daily'],'turnoff':['noaacloud','wcoss2']} + - control_p8_atmlnd: {'project':['daily'],'turnoff':['noaacloud','wcoss2']} + - control_restart_p8_atmlnd: {'project':['daily'],'dependency':'control_p8_atmlnd','turnoff':['noaacloud','wcoss2']} +atml_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DDEBUG=ON' + tests: + - control_p8_atmlnd_debug: {'project':['daily'],'turnoff':['noaacloud','wcoss2']} +atmw_intel: + build: + compiler: 'intel' + option: '-DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON' + turnoff: ['wcoss2'] + tests: + - atmwav_control_noaero_p8: {'project':['daily'],'turnoff':['wcoss2']} +atmaero_intel: + build: + compiler: 'intel' + option: '-DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON' + turnoff: ['noaacloud'] + tests: + - atmaero_control_p8: {'project':['daily'],'turnoff':['noaacloud']} + - atmaero_control_p8_rad: {'project':['daily'],'turnoff':['noaacloud']} + - atmaero_control_p8_rad_micro: {'project':['daily'],'turnoff':['noaacloud']} +atmaq_debug_intel: + build: + compiler: 'intel' + option: '-DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON' + turnoff: ['jet','noaacloud','s4'] + tests: + - regional_atmaq_debug: {'project':['daily'],'turnoff':['hera','jet','s4','noaacloud']} +atm_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1' + turnon: ['hera','hercules'] + tests: + - control_c48: {'project':['daily'],'turnon':['hera','hercules']} + - control_stochy: {'project':['daily'],'turnon':['hera','hercules']} + - control_ras: {'project':['daily'],'turnon':['hera','hercules']} + - control_p8: {'project':['daily'],'turnon':['hera','hercules']} + - control_p8_ugwpv1: {'project':['daily'],'turnon':['hera','hercules']} + - control_flake: {'project':['daily'],'turnon':['hera','hercules']} +rrfs_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON' + turnon: ['hera','hercules'] + tests: + - rap_control: {'project':['daily'],'turnon':['hera','hercules']} + - rap_decomp: {'project':['daily'],'dependency':'rap_control','turnon':['hera','hercules']} + - rap_2threads: {'project':['daily'],'dependency':'rap_control','turnon':['hera','hercules']} + - rap_restart: {'project':['daily'],'dependency':'rap_control','turnon':['hera','hercules']} + - rap_sfcdiff: {'project':['daily'],'turnon':['hera','hercules']} + - rap_sfcdiff_decomp: {'project':['daily'],'dependency':'rap_sfcdiff','turnon':['hera','hercules']} + - rap_sfcdiff_restart: {'project':['daily'],'dependency':'rap_sfcdiff','turnon':['hera','hercules']} + - hrrr_control: {'project':['daily'],'turnon':['hera','hercules']} + - hrrr_control_noqr: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} + - hrrr_control_2threads: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} + - hrrr_control_decomp: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} + - hrrr_control_restart: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} + - hrrr_control_restart_noqr: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} + - rrfs_v1beta: {'project':['daily'],'turnon':['hera','hercules']} +atm_dyn32_debug_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -D32BIT=ON -DDEBUG=ON' + turnon: ['hera','hercules'] + tests: + - control_diag_debug: {'project':['daily'],'turnon':['hera','hercules']} + - regional_debug: {'project':['daily'],'turnon':['hera','hercules']} + - rap_control_debug: {'project':['daily'],'turnon':['hera','hercules']} + - hrrr_control_debug: {'project':['daily'],'turnon':['hera','hercules']} + - hrrr_gf_debug: {'project':['daily'],'turnon':['hera','hercules']} + - hrrr_c3_debug: {'project':['daily'],'turnon':['hera','hercules']} + - rap_diag_debug: {'project':['daily'],'turnon':['hera','hercules']} + - rap_noah_sfcdiff_cires_ugwp_debug: {'project':['daily'],'turnon':['hera','hercules']} + - rap_progcld_thompson_debug: {'project':['daily'],'turnon':['hera','hercules']} + - rrfs_v1beta_debug: {'project':['daily'],'turnon':['hera','hercules']} + - control_ras_debug: {'project':['daily'],'turnon':['hera','hercules']} + - control_stochy_debug: {'project':['daily'],'turnon':['hera','hercules']} + - control_debug_p8: {'project':['daily'],'turnon':['hera','hercules']} + - rap_flake_debug: {'project':['daily'],'turnon':['hera','hercules']} + - rap_clm_lake_debug: {'project':['daily'],'turnon':['hera','hercules']} + - gnv1_c96_no_nest_debug: {'project':['daily'],'turnon':['hera','hercules']} +wam_debug_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON' + turnon: ['hera','hercules'] + tests: + - control_wam_debug: {'project':['daily'],'turnon':['hercules']} +rrfs_dyn32_phy32_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON' + turnon: ['hera','hercules'] + tests: + - rap_control_dyn32_phy32: {'project':['daily'],'turnon':['hera','hercules']} + - hrrr_control_dyn32_phy32: {'project':['daily'],'turnon':['hera','hercules']} + - rap_2threads_dyn32_phy32: {'project':['daily'],'dependency':'rap_control_dyn32_phy32','turnon':['hera','hercules']} + - hrrr_control_2threads_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnon':['hera','hercules']} + - hrrr_control_decomp_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnon':['hera','hercules']} + - rap_restart_dyn32_phy32: {'project':['daily'],'dependency':'rap_control_dyn32_phy32','turnon':['hera','hercules']} + - hrrr_control_restart_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnon':['hera','hercules']} + - conus13km_control: {'project':['daily'],'turnon':['hera','hercules']} + - conus13km_2threads: {'project':['daily'],'dependency':'conus13km_control','turnon':['hera','hercules']} + - conus13km_restart_mismatch: {'project':['daily'],'dependency':'conus13km_control','turnon':['hera','hercules']} +atm_dyn64_phy32_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DCCPP_32BIT=ON' + turnon: ['hera','hercules'] + tests: + - rap_control_dyn64_phy32: {'project':['daily'],'turnon':['hera','hercules']} +atm_dyn32_phy32_debug_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON' + turnon: ['hera','hercules'] + tests: + - rap_control_debug_dyn32_phy32: {'project':['daily'],'turnon':['hera','hercules']} + - hrrr_control_debug_dyn32_phy32: {'project':['daily'],'turnon':['hera','hercules']} + - conus13km_debug: {'project':['daily'],'turnon':['hera','hercules']} + - conus13km_debug_qr: {'project':['daily'],'dependency':'conus13km_debug','turnon':['hera','hercules']} + - conus13km_debug_2threads: {'project':['daily'],'dependency':'conus13km_debug','turnon':['hera','hercules']} + - conus13km_radar_tten_debug: {'project':['daily'],'turnon':['hera','hercules']} +atm_dyn64_phy32_debug_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON' + turnon: ['hera','hercules'] + tests: + - rap_control_dyn64_phy32_debug: {'project':['daily'],'turnon':['hera','hercules']} +s2swa_gnu: + build: + compiler: 'gnu' + option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + turnon: ['hera','hercules'] +s2s_gnu: + build: + compiler: 'gnu' + option: '-DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + turnon: ['hera','hercules'] + tests: + - cpld_control_nowave_noaero_p8: {'project':['daily'],'turnon':['hera','hercules']} +s2swa_debug_gnu: + build: + compiler: 'gnu' + option: '-DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + turnon: ['hera','hercules'] +s2sw_pdlib_gnu: + build: + compiler: 'gnu' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON' + turnon: ['hera','hercules'] + tests: + - cpld_control_pdlib_p8: {'project':['daily'],'turnon':['hera','hercules']} +s2sw_pdlib_debug_gnu: + build: + compiler: 'gnu' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON' + turnon: ['hera','hercules'] + tests: + - cpld_debug_pdlib_p8: {'project':['daily'],'turnon':['hercules']} +datm_cdeps_gnu: + build: + compiler: 'gnu' + option: '-DAPP=NG-GODAS' + turnon: ['hera','hercules'] + tests: + - datm_cdeps_control_cfsr: {'project':['daily'],'turnon':['hera','hercules']} diff --git a/tests-dev/ufs_test_utils.py b/tests-dev/ufs_test_utils.py new file mode 100644 index 0000000000..9a0f8a2faa --- /dev/null +++ b/tests-dev/ufs_test_utils.py @@ -0,0 +1,338 @@ +import os +import sys +import re +import glob +import yaml +import shutil +import subprocess + +def update_testyaml(input_list): + """Generate temporary test yaml based on list of tests received + + Args: + input_list (list): list of tests to run + """ + UFS_TEST_YAML = "ufs_test.yaml" # default ufs_test.yaml + new_yaml = {} + yaml_item_count = None + with open(UFS_TEST_YAML, 'r') as file_yaml: + rt_yaml = yaml.load(file_yaml)#, Loader=yaml.FullLoader) + for apps, jobs in rt_yaml.items(): + app_temp = None + build_temp = None + for key, val in jobs.items(): + if (str(key) == 'build'): + #--- build information --- + build_val = val + compiler_val= val['compiler'] + if (str(key) == 'tests'): + #--- serach for test cases given with -n or -b option --- + test_list = [] + temp_list = [] + app_temp = None + build_temp = None + test_temp = None + test_temp_dep = None + for test in val: + case, config = get_testcase(test) + i=0 + ilist= None + #--- search input_list test cases from ufs_test.yaml --- + for line in input_list: + case_check = line.split(" ")[0] + compiler_check= line.split(" ")[1] + if case == case_check and compiler_val == compiler_check: + ilist=i + app_temp = apps + build_temp= build_val + test_temp = {case:config} + temp_list.append(str(case)) + if 'dependency' in config.keys(): + if not str(config['dependency']) in temp_list: + test_temp_dep = get_testdep(str(config['dependency']),val) + i+=1 + #--- pop input_list element if a test case is found --- + if not ilist is None: + input_list.pop(ilist) + #--- append test cases to new test list --- + if not test_temp_dep is None: + test_list.append(test_temp_dep) + test_temp_dep = None + if not test_temp is None: + test_list.append(test_temp) + test_temp = None + if not app_temp is None: + new_yaml[app_temp]={'build':build_temp,'tests':test_list} + #--- check all search is done for input_list --- + if len(input_list) == 0: + break + #--- dump into temporary test yaml file --- + if len(new_yaml) > 0: + yaml_item_count = len(new_yaml) + try: + yaml_item_count + except NameError: + print("*** Test cases given with runtime options -n or -b are not found in ufs_test.yaml! ***") + else: + with open(r'ufs_test_temp.yaml', 'w') as yaml_file: + outputs = yaml.dump(new_yaml, yaml_file) + yaml_file.close() + file_yaml.close() + +def update_testyaml_n(): + """Update test yaml file for a single test specified in -n + """ + try: + SRT_NAME = str(os.getenv('SRT_NAME')) + SRT_COMPILER = str(os.getenv('SRT_COMPILER')) + except NameError: + print("*** SRT_NAME or SRT_COMPILER are not given with runtime option -n! ***") + input_list=[SRT_NAME+" "+SRT_COMPILER] + update_testyaml(input_list) + +def update_testyaml_b(): + """Update test yaml file for tests specified in -b + """ + NEW_BASELINES_FILE = str(os.getenv('NEW_BASELINES_FILE')) + input_list=[] + with open(NEW_BASELINES_FILE) as input_file: + for line in input_file: + line=line.strip('\n') + line=line.strip() + input_list.append(str(line)) + input_file.close() + update_testyaml(input_list) + +def string_clean(str_in): + """Strip out RUN or COMPILE whitespace and separate with commas. + + Args: + str_in (str): RUN or COMPILE line read in from rt.conf + + Returns: + str: whitespace stripped and comma separated values + """ + return "'"+("','".join(str_in.split()))+"'" + +def parse_line(str_in): + """Parse rt.conf line into list + + Args: + str_in (str): RUN or COMPILE line from rt.conf + + Returns: + list: list of RUN or COMPILE test attributes + """ + build_attr = " ".join(str_in.split()).split('|') + build_attr = [attr.strip() for attr in build_attr] + return build_attr + +def create_yaml(): + """Parse default rt.conf into ufs_test.yaml + + """ + with open('ufs_test.yaml', 'w') as yaml_file, open("rt.conf") as conf_file: + for line in conf_file: + line = line.strip() + if not line: # skip: line is blank + continue + if line.startswith("#"): # skip: comment line + continue + if line.startswith("COMPILE"): # COMPILE line + build = parse_line(line) + apps = build[1] + compiler = f"'{build[2]}'" + options = f"'{build[3]}'" + machine = build[4] + off_machine = None + on_machine = None + if (machine.find('-') != -1): + off_machine = machine.replace("-", "").strip() + off_machine = string_clean(off_machine) + if (machine.find('+') != -1): + on_machine = machine.replace("+", "").strip() + on_machine = string_clean(on_machine) + yaml_file.write(f"{apps}_{build[2].strip()}:\n") + yaml_file.write(f" build: \n") + yaml_file.write(f" compiler: {compiler}\n") + yaml_file.write(f" option: {options}\n") + if not (off_machine is None): + yaml_file.write(f" turnoff: [{off_machine}]\n") + if not (on_machine is None): + yaml_file.write(f" turnon: [{on_machine}]\n") + prev_line = 'COMPILE' + if line.startswith("RUN"): # RUN line + build = parse_line(line) + test = build[1] + machine = build[2] + baseline = f"'{build[3]}'" + depend = build[4] + if (machine.find('-') != -1): + off_machine = machine.replace("-", "").strip() + off_machine = string_clean(off_machine) + if (machine.find('+') != -1): + on_machine = machine.replace("+", "").strip() + on_machine = string_clean(on_machine) + tests = f" - {test}: {{'project':['daily']" + if baseline.isalnum(): + tests += f",'baseline': {baseline}" + if depend and depend.strip(): + tests += f",'dependency':'{depend}'" + if not (off_machine is None): + tests += f",'turnoff':[{off_machine}]" + if not (on_machine is None): + tests += f",'turnon':[{on_machine}]" + if prev_line == "COMPILE": + yaml_file.write(" tests: \n") + yaml_file.write(tests+"}\n") + prev_line = 'RUN' + + yaml_file.close(); conf_file.close() + +def sync_testscripts(): + """symlink sharable rt.sh test scripts + """ + dst= os.getcwd() + src= os.path.split(os.getcwd())[0]+'/tests' + for name in os.listdir(src): + src_name= src +'/'+ name + dst_name= dst +'/'+ name + if not os.path.exists(dst_name): + if "/compile.sh" in dst_name: + shutil.copyfile(src_name, dst_name) + subprocess.call(['chmod', '755', dst_name]) + with open(dst_name) as rfile: + buildsh = rfile.read().replace("${PATHTR}/tests/", "${PATHTR}/tests-dev/") + rfile.close() + with open(dst_name, "w") as wfile: + wfile.write(buildsh) + wfile.close() + else: + os.symlink(src_name, dst_name) + +def machine_check_off(machine_id, val): + """Check turned-off machine from yaml configuration + + Args: + machine_id (str): local machine name + val (dic): build and test config dictionary list + Returns: + pass_machine: logical flag to pass local machine + """ + pass_machine = True + if 'turnoff' in val.keys(): + if machine_id in val['turnoff']: + pass_machine = False + if 'turnon' in val.keys(): + if not machine_id in val['turnon']: + pass_machine = False + return pass_machine + +def delete_files(deletefiles): + """Remove specified filepath + + Args: + deletefiles (str): filepath to remove e.g. tests/rocoto.* + """ + fileList = glob.glob(deletefiles, recursive=True) + for filePath in fileList: + try: + os.remove(filePath) + except OSError: + print("Error while deleting ",deletefiles) + +def link_new_baselines(): + """Create symlinks for newly generated baselines. + """ + USER = str(os.environ.get('USER')) + MACHINE_ID = os.getenv('MACHINE_ID') + PATHRT = os.getenv('PATHRT') + with open("baseline_setup.yaml", 'r') as f: + exp_config = yaml.load(f) #, Loader=yaml.FullLoader) + base = exp_config[MACHINE_ID] + DISKNM= str(base['DISKNM']) + STMP = str(base['STMP']) + PTMP = str(base['PTMP']) + path = STMP+'/'+USER + RTPWD = path + '/FV3_RT/REGRESSION_TEST' + f.close() + #--- capture user's NEW_BASELINE location ---- + logfile = PATHRT+'/logs/RegressionTests_'+MACHINE_ID+'.log' + with open(logfile,'r') as flog: + logheads= flog.readlines() + for line in logheads: + if "BASELINE DIRECTORY:" in line: + NEW_BASELINE=line.split(" ")[1] + break + flog.close() + #--- symlink verified baseline cases to users new baseline --- + os.environ["RTPWD"] = RTPWD + os.environ["NEW_BASELINE"] = NEW_BASELINE + symlink_baselines = subprocess.Popen(['bash', '-c', '. ufs_test_utils.sh; link_new_baselines']) + symlink_baselines.wait() + +def get_testdep(casename,val): + """Retrieve test case dependencies + + Args: + casename (str): Test case name + val (dict): Test case attributes e.g. val['compiler'] + + Returns: + dict: Test case and config for the specified dependency + """ + test_dep = None + for test in val: + case, config = get_testcase(test) + if case == casename: + test_dep = {case:config} + return test_dep + +def get_testcase(test): + """Retrieve test case names and configs from given dict from pyaml + + Args: + test (dict): dict retrieved from reading in yaml test file + + Returns: + str, dict: test name and python dict of test configuration + """ + case_name = None + case_config = None + for case, configs in test.items(): + case_name=case + case_config=configs + return case_name, case_config + +def write_logfile(logfile, openmod, output="", subproc=""): + """Append given output into log file + + Args: + logfile (str): Log filename + openmod (str): mode to open file in + output (str): Content to append to log file. Defaults to "". + subproc (str): Command to run within the shell. Defaults to "". + """ + with open(logfile, openmod) as rtlog: + if (not subproc == "") : + subprocess.call(subproc, shell=True, stdout=rtlog) + if (not output == "") : + rtlog.writelines(output) + rtlog.close() + +def rrmdir(path): + """Remove all files and directories in specified path. + + Args: + path (str): File path to remove + """ + shutil.rmtree(path) + #for entry in os.scandir(path): + # if entry.is_dir(): + # rrmdir(entry) + # else: + # os.remove(entry) + # os.rmdir(path) + +#if __name__ == "__main__": +# create_yaml() diff --git a/tests-dev/ufs_test_utils.sh b/tests-dev/ufs_test_utils.sh new file mode 100644 index 0000000000..4b103dc39f --- /dev/null +++ b/tests-dev/ufs_test_utils.sh @@ -0,0 +1,34 @@ +#!/bin/bash +set -eux + +function set_run_task() { + source default_vars.sh + source rt_utils.sh + source "${PATHRT}"/tests/"${TEST_NAME}" + compute_petbounds_and_tasks + + TPN=$(( TPN / THRD )) + NODES=$(( TASKS / TPN )) + if (( NODES * TPN < TASKS )); then + NODES=$(( NODES + 1 )) + fi + + PPN=$(( TASKS / NODES )) + if (( TASKS - ( PPN * NODES ) > 0 )); then + PPN=$((PPN + 1)) + fi + + export WLCLK + + python -c "import create_xml; create_xml.write_runtest_env()" + rocoto_create_run_task + +} + +function link_new_baselines() { + for dir in "${RTPWD}"/*/; do + dir=${dir%*/} + [[ -d "${NEW_BASELINE}/${dir##*/}" ]] && continue + ln -s "${dir%*/}" "${NEW_BASELINE}/" + done +} diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index a79ca74ba1..5fc896fd29 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Aug 7 16:04:22 UTC 2024 +Fri Aug 9 04:00:06 UTC 2024 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_3245717/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3660377/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 = 291.553157 - 0: The maximum resident set size (KB) = 1432740 + 0: The total amount of wall time = 279.679964 + 0: The maximum resident set size (KB) = 1460412 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_3245717/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3660377/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 = 978.453839 - 0: The maximum resident set size (KB) = 1404508 + 0: The total amount of wall time = 986.199169 + 0: The maximum resident set size (KB) = 1426460 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_3245717/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3660377/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 = 250.835851 - 0: The maximum resident set size (KB) = 1418368 + 0: The total amount of wall time = 250.630229 + 0: The maximum resident set size (KB) = 1408568 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_3245717/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3660377/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 = 251.336453 - 0: The maximum resident set size (KB) = 1419812 + 0: The total amount of wall time = 248.429764 + 0: The maximum resident set size (KB) = 1428500 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_3245717/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3660377/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 = 250.225330 - 0: The maximum resident set size (KB) = 1419120 + 0: The total amount of wall time = 255.808429 + 0: The maximum resident set size (KB) = 1426564 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_3245717/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3660377/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 = 251.764603 - 0: The maximum resident set size (KB) = 1418912 + 0: The total amount of wall time = 248.579185 + 0: The maximum resident set size (KB) = 1433372 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_3245717/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3660377/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 = 250.616791 - 0: The maximum resident set size (KB) = 1405864 + 0: The total amount of wall time = 253.035278 + 0: The maximum resident set size (KB) = 1426628 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 7 17:12:51 UTC 2024 -Elapsed time: 01h:08m:29s. Have a nice day! +Fri Aug 9 05:05:03 UTC 2024 +Elapsed time: 01h:04m:57s. 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 e61bb4928d..fbada5b633 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Aug 7 14:58:27 UTC 2024 +Fri Aug 9 02:56:32 UTC 2024 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_1523760/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2767517/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 = 1347.758320 - 0: The maximum resident set size (KB) = 1508348 + 0: The total amount of wall time = 1360.287918 + 0: The maximum resident set size (KB) = 1522784 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_1523760/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2767517/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 = 427.699439 - 0: The maximum resident set size (KB) = 1502940 + 0: The total amount of wall time = 431.635030 + 0: The maximum resident set size (KB) = 1531952 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_1523760/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2767517/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 = 461.709298 - 0: The maximum resident set size (KB) = 1511784 + 0: The total amount of wall time = 432.002387 + 0: The maximum resident set size (KB) = 1541276 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 7 16:04:22 UTC 2024 -Elapsed time: 01h:05m:56s. Have a nice day! +Fri Aug 9 04:00:06 UTC 2024 +Elapsed time: 01h:03m:35s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 61c8ee0c7e..b99fa78e5c 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed Aug 7 12:28:17 UTC 2024 +Fri Aug 9 00:27:51 UTC 2024 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_538515/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2714443/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 = 1405.955778 - 0: The maximum resident set size (KB) = 767568 + 0: The total amount of wall time = 1379.789847 + 0: The maximum resident set size (KB) = 770252 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_538515/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2714443/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2160.154552 - 0: The maximum resident set size (KB) = 703612 + 0: The total amount of wall time = 2222.469710 + 0: The maximum resident set size (KB) = 742740 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_538515/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2714443/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 = 2253.393184 - 0: The maximum resident set size (KB) = 716020 + 0: The total amount of wall time = 2152.921801 + 0: The maximum resident set size (KB) = 742124 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_538515/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_2714443/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 = 2176.355099 - 0: The maximum resident set size (KB) = 724868 + 0: The total amount of wall time = 2261.335740 + 0: The maximum resident set size (KB) = 720504 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 7 14:58:26 UTC 2024 -Elapsed time: 02h:30m:10s. Have a nice day! +Fri Aug 9 02:56:30 UTC 2024 +Elapsed time: 02h:28m:41s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 5062b3ac4e..a80a8b4b99 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: -c34693f57b7804adb9fae55d41f8519a32801059 +8cb23af867d56961352ff5fab97656c3a4c6b936 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) - 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) + fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) + d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,285 +36,362 @@ 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-20240730 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_62932 +COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_85245 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [55:29, 20:54] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:15, 05:37](3206 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [57:29, 22:54] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:20, 14:38](1910 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:17, 15:54](1933 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:12, 07:53](1077 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:51, 16:25](1888 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [57:30, 22:55] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:19, 14:10](1905 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [47:48, 11:21] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:36, 22:39](1941 MB) - -PASS -- COMPILE 's2swa_intel' [54:30, 20:47] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [59:22, 06:21](3220 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [35:17, 06:15](3219 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:50, 04:05](3146 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:40, 06:14](3250 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [13:09, 04:01](3179 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [30:17, 05:58](3734 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:20, 06:09](3217 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:08, 05:08](3536 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:35, 06:19](3228 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:10, 09:37](3816 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:53, 06:24](3619 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [25:08, 10:20](4518 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:20, 06:59](4672 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [17:14, 06:07](3208 MB) - -PASS -- COMPILE 's2sw_intel' [53:29, 19:24] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:50, 04:45](1929 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:58, 05:06](1981 MB) - -PASS -- COMPILE 's2swa_debug_intel' [47:48, 11:18] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:00, 08:10](3304 MB) - -PASS -- COMPILE 's2sw_debug_intel' [46:29, 10:38] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [40:33, 05:56](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [51:29, 15:44] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [19:06, 04:46](1986 MB) - -PASS -- COMPILE 's2s_intel' [51:31, 15:45] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [44:37, 06:39](2886 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [39:38, 02:21](2893 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:18, 01:33](2311 MB) - -PASS -- COMPILE 's2swa_faster_intel' [07:45, 23:26] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:22, 06:16](3234 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [04:47, 21:33] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:01, 14:44](1924 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:05, 07:46](1103 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:48, 16:34](1894 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [53:44, 10:43] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:46, 24:35](1947 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [53:42, 13:46] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [07:37, 03:28](671 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:56, 02:26](1565 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:19, 02:28](1563 MB) -PASS -- TEST 'control_latlon_intel' [05:57, 02:24](1566 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:02, 02:26](1565 MB) -PASS -- TEST 'control_c48_intel' [09:04, 06:07](1573 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:40, 05:15](710 MB) -PASS -- TEST 'control_c192_intel' [11:40, 08:48](1679 MB) -PASS -- TEST 'control_c384_intel' [16:20, 08:53](1946 MB) -PASS -- TEST 'control_c384gdas_intel' [14:12, 07:10](1177 MB) -PASS -- TEST 'control_stochy_intel' [02:40, 01:27](622 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:43, 00:52](440 MB) -PASS -- TEST 'control_lndp_intel' [02:40, 01:22](621 MB) -PASS -- TEST 'control_iovr4_intel' [04:49, 02:06](617 MB) -PASS -- TEST 'control_iovr5_intel' [04:35, 02:06](622 MB) -PASS -- TEST 'control_p8_intel' [06:38, 03:02](1855 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:35, 03:04](1858 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:34, 03:02](1850 MB) -PASS -- TEST 'control_restart_p8_intel' [04:14, 01:59](1003 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:17, 03:10](1855 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:13, 02:07](1002 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:16, 03:04](1844 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:27, 03:03](1936 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:13, 05:01](1853 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:33, 03:56](1909 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:34, 03:12](1866 MB) -PASS -- TEST 'merra2_thompson_intel' [06:30, 03:32](1861 MB) -PASS -- TEST 'regional_control_intel' [06:54, 04:54](865 MB) -PASS -- TEST 'regional_restart_intel' [04:50, 02:56](858 MB) -PASS -- TEST 'regional_decomp_intel' [06:53, 05:04](865 MB) -PASS -- TEST 'regional_noquilt_intel' [06:54, 04:45](1178 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:58, 04:46](870 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:00, 04:51](864 MB) -PASS -- TEST 'regional_wofs_intel' [08:00, 05:39](1595 MB) - -PASS -- COMPILE 'rrfs_intel' [51:40, 12:30] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:20, 06:10](1004 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:43, 03:42](1163 MB) -PASS -- TEST 'rap_decomp_intel' [11:20, 06:24](1002 MB) -PASS -- TEST 'rap_2threads_intel' [10:28, 05:42](1092 MB) -PASS -- TEST 'rap_restart_intel' [05:13, 03:15](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:21, 06:07](1000 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:22, 06:25](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:12, 04:36](875 MB) -PASS -- TEST 'hrrr_control_intel' [14:14, 03:12](1002 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [14:14, 03:21](999 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [13:17, 02:47](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:41, 01:46](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:28, 06:00](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:53, 07:26](1952 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:53, 07:12](1944 MB) - -PASS -- COMPILE 'csawmg_intel' [48:41, 11:24] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [12:09, 06:27](957 MB) -PASS -- TEST 'control_ras_intel' [07:34, 02:54](656 MB) - -PASS -- COMPILE 'wam_intel' [47:39, 11:09] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:16, 10:10](1655 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [47:40, 11:38] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [13:32, 02:49](1853 MB) -PASS -- TEST 'regional_control_faster_intel' [07:02, 04:43](859 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [47:40, 13:52] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:12, 02:34](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [11:15, 02:33](1612 MB) -PASS -- TEST 'control_stochy_debug_intel' [11:39, 02:54](807 MB) -PASS -- TEST 'control_lndp_debug_intel' [10:39, 02:37](807 MB) -PASS -- TEST 'control_csawmg_debug_intel' [13:11, 04:32](1114 MB) -PASS -- TEST 'control_ras_debug_intel' [10:38, 02:39](815 MB) -PASS -- TEST 'control_diag_debug_intel' [11:41, 02:39](1662 MB) -PASS -- TEST 'control_debug_p8_intel' [12:14, 03:27](1902 MB) -PASS -- TEST 'regional_debug_intel' [19:04, 16:31](915 MB) -PASS -- TEST 'rap_control_debug_intel' [13:40, 04:54](1186 MB) -PASS -- TEST 'hrrr_control_debug_intel' [12:49, 04:37](1184 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:35, 04:42](1188 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 04:43](1189 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:42, 04:40](1186 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:05, 04:59](1269 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:31, 04:46](1188 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:33, 04:44](1189 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:46, 04:44](1192 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:41, 04:44](1192 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:36, 04:43](1185 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:40, 04:47](1185 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 07:31](1184 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:37, 04:36](1185 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:43, 05:32](1189 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:41, 04:44](1188 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:09, 07:57](1191 MB) - -PASS -- COMPILE 'wam_debug_intel' [40:35, 07:01] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [13:57, 12:22](1684 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:23, 11:10] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:46, 03:28](1016 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:06, 05:07](885 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:04, 02:46](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:09, 04:46](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:12, 02:24](935 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:19, 02:53](876 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:11, 03:54](793 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:48, 01:32](778 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:30, 11:02] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:48, 01:53](1075 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:33, 00:58](1071 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:33, 01:06](958 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [24:24, 11:07] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:13, 03:39](908 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [20:22, 07:22] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:33, 04:38](1062 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:40, 04:27](1060 MB) -PASS -- TEST 'conus13km_debug_intel' [15:35, 13:28](1147 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:24, 13:39](826 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:29, 07:50](1140 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:28, 13:52](1211 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [18:26, 07:00] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:39, 04:35](1086 MB) - -PASS -- COMPILE 'hafsw_intel' [29:23, 17:09] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:31, 04:33](699 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:59, 05:02](1047 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:03, 06:26](753 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:24, 10:58](766 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:41, 12:10](797 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:35, 04:39](460 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:44, 05:41](477 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:06, 02:17](383 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:35, 06:05](452 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:03, 03:17](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:16, 03:03](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:21, 03:48](570 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:33, 01:13](421 MB) -PASS -- TEST 'gnv1_nested_intel' [07:33, 04:12](1701 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [18:20, 08:24] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:39, 12:00](625 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [27:22, 16:52] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:19, 07:10](614 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:27, 07:14](674 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [23:22, 18:17] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:26, 05:23](668 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:15, 15:31] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:46, 05:41](740 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:53, 05:44](722 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:55, 16:07](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:17, 08:10] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:44, 02:28](770 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:25, 01:32](759 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:35, 02:21](648 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:31, 02:24](647 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:44, 02:25](648 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:43, 02:28](769 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:38, 02:29](766 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:38, 02:19](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:52, 05:43](698 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:18, 05:42](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:24, 02:29](756 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 03:54](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:30, 03:53](2035 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:17, 05:37] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:27, 05:10](752 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:22, 08:15] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:33, 02:29](756 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:17, 02:37] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:44, 01:09](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:28, 01:05](450 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:41, 00:45](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:19, 13:16] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:38, 03:50](1902 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:18, 12:14] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:30, 03:45](1898 MB) - -PASS -- COMPILE 'atml_intel' [15:19, 14:17] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:37, 07:14](1883 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:40, 07:06](1878 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:12, 04:13](1033 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:18, 10:26] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:35, 06:24](1919 MB) - -PASS -- COMPILE 'atmw_intel' [14:20, 13:22] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:22, 02:21](1875 MB) - -PASS -- COMPILE 'atmaero_intel' [13:18, 12:37] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:48, 04:12](3122 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:46, 04:19](3000 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:12, 04:23](3007 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:19, 07:52] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [26:13, 21:53](4538 MB) +PASS -- COMPILE 's2swa_32bit_intel' [26:18, 24:28] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:33, 06:05](3203 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [28:22, 26:54] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:09, 15:04](1909 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:04, 16:38](1937 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:08, 08:13](1072 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:09, 16:55](1881 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [29:23, 26:26] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:24, 14:34](1910 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:15, 15:08] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:13, 23:04](1933 MB) + +PASS -- COMPILE 's2swa_intel' [25:21, 24:03] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:15, 06:30](3221 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:39, 06:44](3221 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:05, 04:19](3149 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:15, 06:38](3247 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:03, 04:06](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:32, 06:12](3732 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:47, 06:39](3219 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:27, 05:38](3534 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:37, 06:38](3228 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:14, 09:52](3816 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:01, 07:00](3618 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [34:56, 10:59](4518 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_restart_bmark_p8_intel' [, ]( MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:24, 06:10](3202 MB) + +PASS -- COMPILE 's2sw_intel' [24:21, 22:14] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:56, 05:03](1919 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:08, 05:21](1986 MB) + +PASS -- COMPILE 's2swa_debug_intel' [18:20, 14:52] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:14, 08:23](3304 MB) + +PASS -- COMPILE 's2sw_debug_intel' [16:19, 13:52] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:00, 06:10](1956 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [21:20, 18:17] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:08, 05:11](1991 MB) + +PASS -- COMPILE 's2s_intel' [22:18, 18:46] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [35:35, 07:02](2891 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [31:33, 02:44](2902 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:42, 01:46](2309 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:20, 26:11] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:56, 06:29](3231 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:24, 24:46] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:17, 15:03](1929 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:29, 08:30](1088 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:01, 16:58](1905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:25, 13:32] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:06, 24:45](1944 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:26, 15:20] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [08:03, 03:33](671 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:48, 02:29](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:10, 02:35](1571 MB) +PASS -- TEST 'control_latlon_intel' [09:47, 02:32](1562 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:45, 02:33](1562 MB) +PASS -- TEST 'control_c48_intel' [19:47, 06:10](1575 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [18:59, 05:22](708 MB) +PASS -- TEST 'control_c192_intel' [16:56, 08:51](1674 MB) +PASS -- TEST 'control_c384_intel' [19:16, 09:02](1958 MB) +PASS -- TEST 'control_c384gdas_intel' [19:56, 07:31](1175 MB) +PASS -- TEST 'control_stochy_intel' [06:06, 01:36](621 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:47, 00:55](438 MB) +PASS -- TEST 'control_lndp_intel' [06:07, 01:26](622 MB) +PASS -- TEST 'control_iovr4_intel' [07:08, 02:12](622 MB) +PASS -- TEST 'control_iovr5_intel' [07:08, 02:14](623 MB) +PASS -- TEST 'control_p8_intel' [09:19, 03:19](1858 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:22, 03:21](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:03, 03:15](1861 MB) +PASS -- TEST 'control_restart_p8_intel' [05:47, 02:08](1004 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:43, 03:15](1851 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:30, 02:17](1011 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:40, 03:26](1852 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:01, 03:12](1937 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:41, 05:08](1857 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:54, 04:09](1912 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:59, 03:18](1863 MB) +PASS -- TEST 'merra2_thompson_intel' [07:55, 03:28](1858 MB) +PASS -- TEST 'regional_control_intel' [08:30, 05:03](858 MB) +PASS -- TEST 'regional_restart_intel' [05:11, 03:29](862 MB) +PASS -- TEST 'regional_decomp_intel' [08:58, 05:27](870 MB) +PASS -- TEST 'regional_noquilt_intel' [07:56, 05:02](1181 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:02, 05:03](863 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:03, 05:18](868 MB) +PASS -- TEST 'regional_wofs_intel' [08:13, 05:46](1595 MB) + +PASS -- COMPILE 'rrfs_intel' [42:28, 14:11] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [11:16, 06:18](1004 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:26, 03:57](1156 MB) +PASS -- TEST 'rap_decomp_intel' [11:16, 06:32](1004 MB) +PASS -- TEST 'rap_2threads_intel' [09:26, 05:52](1081 MB) +PASS -- TEST 'rap_restart_intel' [05:27, 03:17](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:15, 06:16](1002 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:15, 06:32](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:25, 04:47](875 MB) +PASS -- TEST 'hrrr_control_intel' [07:40, 03:18](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:39, 03:29](996 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:14, 02:55](1078 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:01, 01:56](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:30, 06:10](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:50, 07:32](1957 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:54, 07:14](1947 MB) + +PASS -- COMPILE 'csawmg_intel' [39:31, 13:00] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:22, 06:31](955 MB) +PASS -- TEST 'control_ras_intel' [04:39, 03:00](658 MB) + +PASS -- COMPILE 'wam_intel' [38:32, 12:52] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:20, 10:23](1644 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [37:22, 13:24] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:46, 03:15](1857 MB) +PASS -- TEST 'regional_control_faster_intel' [07:14, 05:06](858 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [37:32, 15:50] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:22, 02:43](1609 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:18, 02:34](1610 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:47, 02:57](808 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:49, 02:46](807 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:23, 04:48](1115 MB) +PASS -- TEST 'control_ras_debug_intel' [03:58, 02:43](815 MB) +PASS -- TEST 'control_diag_debug_intel' [06:57, 02:43](1660 MB) +PASS -- TEST 'control_debug_p8_intel' [06:17, 03:28](1906 MB) +PASS -- TEST 'regional_debug_intel' [19:34, 16:34](919 MB) +PASS -- TEST 'rap_control_debug_intel' [06:51, 04:56](1191 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:54, 04:46](1186 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:54, 04:49](1189 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:39, 04:46](1193 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:51, 04:45](1193 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:18, 04:58](1271 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:51, 04:54](1192 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:49, 04:58](1192 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:51, 04:46](1196 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:57, 04:46](1188 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:53, 04:42](1187 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:49, 04:45](1189 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:45, 07:32](1186 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:50, 04:42](1185 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:01, 05:52](1193 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:52, 04:54](1187 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:27, 08:02](1199 MB) + +PASS -- COMPILE 'wam_debug_intel' [30:27, 08:42] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:09, 12:08](1694 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:26, 12:50] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:10, 03:47](1019 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:25, 05:11](884 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:36, 02:57](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:25, 04:55](944 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:38, 02:33](938 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:36, 03:00](881 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:33, 03:59](790 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:47, 01:37](775 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [26:23, 12:50] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [08:35, 02:04](1073 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:59, 01:12](1070 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:56, 01:15](958 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [21:18, 13:09] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 03:43](902 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [17:17, 09:08] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:46, 04:39](1068 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:45, 04:30](1070 MB) +PASS -- TEST 'conus13km_debug_intel' [17:24, 13:50](1148 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:30, 14:23](830 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:14, 08:16](1145 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:12, 13:54](1215 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:13, 09:00] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:49, 04:47](1087 MB) + +PASS -- COMPILE 'hafsw_intel' [21:21, 19:58] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:49, 04:51](704 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:40, 05:25](1043 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:57, 06:45](756 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:11, 11:15](770 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:28, 12:29](794 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:53, 04:47](461 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:58, 05:55](475 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:18, 02:27](387 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_multiple_4nests_atm_intel' [, ]( MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:20, 03:28](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:58, 03:15](499 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:54, 04:05](567 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:43, 01:21](418 MB) +PASS -- TEST 'gnv1_nested_intel' [08:48, 04:30](1713 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:22, 10:46] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:45, 12:38](620 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:25, 18:59] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:55, 07:27](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:24, 07:25](679 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:24, 20:24] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:32, 05:33](665 MB) + +PASS -- COMPILE 'hafs_all_intel' [20:18, 17:52] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:25, 06:03](737 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:27, 06:00](720 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:42, 16:24](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [15:22, 09:42] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:47, 02:34](757 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:04, 01:36](759 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:52, 02:25](645 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:55, 02:29](653 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:49, 02:27](649 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:51, 02:32](769 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:55, 02:36](768 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:48, 02:26](648 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [15:46, 05:50](696 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [15:44, 05:51](680 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:34](770 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:00, 03:59](2033 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:07, 04:02](2033 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [13:19, 07:30] ( 7 warnings 2 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_debug_cfsr_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [15:15, 09:59] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:46, 02:34](767 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [08:19, 03:20] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:58, 01:26](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:09, 01:17](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:00, 01:12](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:36, 15:38] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:09, 04:25](1906 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:20, 14:24] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:52, 04:06](1902 MB) + +PASS -- COMPILE 'atml_intel' [17:31, 16:32] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:30, 08:44](1891 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:37, 08:16](1889 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:06, 04:01](1037 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:27, 12:28] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:38, 06:45](1927 MB) + +PASS -- COMPILE 'atmw_intel' [16:21, 15:23] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:07, 02:31](1882 MB) + +PASS -- COMPILE 'atmaero_intel' [15:23, 14:46] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:20, 04:32](3122 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:26, 04:29](3003 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:20, 04:33](3008 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:14, 09:50] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [29:41, 22:29](4542 MB) SYNOPSIS: -Starting Date/Time: 20240806 14:30:46 -Ending Date/Time: 20240806 18:20:14 -Total Time: 03h:50m:18s +Starting Date/Time: 20240808 18:27:21 +Ending Date/Time: 20240808 20:33:18 +Total Time: 02h:07m:14s Compiles Completed: 41/41 -Tests Completed: 184/184 +Tests Completed: 181/184 +Failed Tests: +* TEST cpld_restart_bmark_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2278/tests/logs/log_derecho/run_cpld_restart_bmark_p8_intel.log +* TEST hafs_global_multiple_4nests_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2278/tests/logs/log_derecho/run_hafs_global_multiple_4nests_atm_intel.log +* TEST datm_cdeps_debug_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2278/tests/logs/log_derecho/run_datm_cdeps_debug_cfsr_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF DERECHO REGRESSION TESTING LOG==== +====START OF DERECHO REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +be00f82a5b69e02f347d8334d4b13292804e83f5 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) + d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_65928 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_intel' [25:26, 23:56] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_bmark_p8_intel' [26:43, 11:15](4518 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:58, 07:56](4664 MB) + +PASS -- COMPILE 'hafsw_intel' [21:24, 19:55] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:03, 06:30](449 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:12, 07:28] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:35, 05:15](738 MB) + +SYNOPSIS: +Starting Date/Time: 20240809 07:25:10 +Ending Date/Time: 20240809 08:43:35 +Total Time: 01h:18m:42s +Compiles Completed: 3/3 +Tests Completed: 4/4 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 0b77498111..f9064a2595 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -b40a0f095bb14723f1a8be990d19a22972f356d6 +8cb23af867d56961352ff5fab97656c3a4c6b936 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,340 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) - 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) + fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) + d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240806 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_214339 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [22:12, 21:38] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:04, 07:24](3207 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:15, 25:07] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:40, 14:00](1914 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:38, 14:59](1935 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:31, 07:46](1072 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:40, 14:58](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [27:12, 25:03] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:47, 13:49](1913 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:15, 15:52] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:59, 25:08](1939 MB) - -PASS -- COMPILE 's2swa_intel' [22:12, 21:58] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:54, 08:27](3224 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:56, 08:28](3221 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:58, 05:12](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:54, 08:31](3247 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:56, 05:14](3172 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:36, 06:56](3460 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:43, 08:26](3222 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:56, 07:26](3168 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:05, 08:29](3223 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:11, 10:34](3453 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:43, 08:21](3604 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:36, 13:10](4209 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:04, 09:17](4360 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:56, 08:00](3211 MB) - -PASS -- COMPILE 's2sw_intel' [21:16, 20:08] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:40, 06:02](1929 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:50, 06:45](1996 MB) - -PASS -- COMPILE 's2swa_debug_intel' [17:11, 16:28] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:38, 09:58](3280 MB) - -PASS -- COMPILE 's2sw_debug_intel' [16:15, 15:53] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:11, 06:36](1954 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [20:11, 18:38] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:40, 05:32](1993 MB) - -PASS -- COMPILE 's2s_intel' [19:11, 19:04] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:14, 06:29](2870 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:27, 01:56](2877 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:18, 01:08](2288 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:17, 22:16] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:50, 08:41](3223 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:14, 24:56] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:44, 16:17](1926 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:41, 08:00](1085 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:41, 17:58](1903 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [17:15, 16:58] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:30, 26:56](1959 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:16, 16:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:45, 03:54](664 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:47, 03:12](1565 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:27, 03:12](1565 MB) -PASS -- TEST 'control_latlon_intel' [05:45, 03:08](1567 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:17, 03:09](1563 MB) -PASS -- TEST 'control_c48_intel' [09:15, 06:32](1561 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:48, 05:51](696 MB) -PASS -- TEST 'control_c192_intel' [12:52, 10:11](1671 MB) -PASS -- TEST 'control_c384_intel' [21:09, 18:34](1927 MB) -PASS -- TEST 'control_c384gdas_intel' [18:37, 14:35](1151 MB) -PASS -- TEST 'control_stochy_intel' [02:48, 02:04](619 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:31, 01:03](425 MB) -PASS -- TEST 'control_lndp_intel' [02:51, 01:51](618 MB) -PASS -- TEST 'control_iovr4_intel' [03:54, 02:41](616 MB) -PASS -- TEST 'control_iovr5_intel' [03:54, 02:43](616 MB) -PASS -- TEST 'control_p8_intel' [07:38, 03:26](1849 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:50, 03:32](1848 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:42, 03:21](1852 MB) -PASS -- TEST 'control_restart_p8_intel' [04:18, 02:17](996 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:38, 03:26](1844 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:15, 01:47](1013 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:30, 03:21](1849 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:13, 02:51](1926 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:50, 05:46](1849 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:30, 04:15](1905 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:27, 03:44](1863 MB) -PASS -- TEST 'merra2_thompson_intel' [06:11, 04:09](1856 MB) -PASS -- TEST 'regional_control_intel' [06:11, 05:05](848 MB) -PASS -- TEST 'regional_restart_intel' [03:38, 02:33](847 MB) -PASS -- TEST 'regional_decomp_intel' [06:53, 04:52](851 MB) -PASS -- TEST 'regional_2threads_intel' [05:00, 02:55](989 MB) -PASS -- TEST 'regional_noquilt_intel' [06:24, 04:39](1175 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:23, 04:33](856 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:00, 04:39](832 MB) -PASS -- TEST 'regional_wofs_intel' [06:45, 06:07](1580 MB) - -PASS -- COMPILE 'rrfs_intel' [17:16, 16:46] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:08, 07:04](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:15, 04:10](1152 MB) -PASS -- TEST 'rap_decomp_intel' [10:19, 07:13](1007 MB) -PASS -- TEST 'rap_2threads_intel' [08:41, 06:18](1087 MB) -PASS -- TEST 'rap_restart_intel' [06:53, 03:28](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:24, 06:57](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:07, 07:37](1004 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:13, 04:58](877 MB) -PASS -- TEST 'hrrr_control_intel' [05:14, 03:55](1001 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:04, 03:54](997 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:01, 03:14](1081 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:42, 01:59](833 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:34, 06:45](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:34, 08:38](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:37, 07:54](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [16:16, 15:46] -PASS -- TEST 'control_csawmg_intel' [07:42, 06:47](958 MB) -PASS -- TEST 'control_ras_intel' [05:20, 03:33](654 MB) - -PASS -- COMPILE 'wam_intel' [16:11, 15:58] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:19, 12:04](1649 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:11, 15:35] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:30, 03:11](1846 MB) -PASS -- TEST 'regional_control_faster_intel' [05:44, 04:35](844 MB) - -FAILED: UNABLE TO FINISH COMPILE -- COMPILE 'atm_debug_dyn32_intel' [, ] -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_CubedSphereGrid_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_stochy_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_lndp_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_csawmg_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_ras_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_diag_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'control_debug_p8_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'regional_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_control_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'hrrr_control_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'hrrr_gf_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'hrrr_c3_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_unified_drag_suite_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_diag_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_cires_ugwp_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_unified_ugwp_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_lndp_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_progcld_thompson_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_noah_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_sfcdiff_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rrfs_v1beta_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_clm_lake_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'rap_flake_debug_intel' [, ]( MB) -SKIPPED: ASSOCIATED COMPILE FAILED -- TEST 'gnv1_c96_no_nest_debug_intel' [, ]( MB) - -PASS -- COMPILE 'wam_debug_intel' [12:12, 11:29] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:17, 13:32](1674 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:11, 13:55] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:18, 04:13](1010 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:15, 05:48](878 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:05, 03:32](875 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:13, 05:06](932 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:11, 02:53](922 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:07, 03:33](875 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:12, 04:24](774 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:37, 01:41](757 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:11, 15:09] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:05, 02:36](1086 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:21, 01:10](1062 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:27, 01:26](963 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:15, 14:47] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:44, 04:21](906 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:14, 10:47] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:39, 05:07](1051 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:35, 05:46](1052 MB) -PASS -- TEST 'conus13km_debug_intel' [17:52, 14:11](1136 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:27, 15:08](807 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:14, 08:36](1115 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:15, 15:06](1200 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:15, 13:11] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:40, 05:22](1079 MB) - -PASS -- COMPILE 'hafsw_intel' [20:11, 19:57] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:37, 05:31](685 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:00, 04:41](1034 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:03, 07:57](725 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:41, 11:48](762 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:30, 12:52](781 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:32, 05:30](462 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:44, 06:50](482 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:37, 03:06](368 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:20, 08:05](429 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:19, 04:01](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:38](496 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:27, 04:59](557 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:49, 01:53](399 MB) -PASS -- TEST 'gnv1_nested_intel' [09:16, 06:00](1706 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [15:11, 14:43] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:26, 13:10](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [19:14, 18:59] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:40, 07:48](605 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:33, 07:51](777 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:12, 20:45] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:28, 06:08](776 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:12, 19:52] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:25, 06:19](720 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:16, 06:25](705 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:19, 20:07](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:13, 14:50] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:28, 02:34](761 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:34, 01:35](753 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:27, 02:27](638 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:34, 02:27](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:33, 02:36](643 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:35, 02:37](750 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:32, 02:37](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:28, 02:28](638 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:50, 06:12](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:51, 06:03](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:23, 02:36](763 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:29, 04:40](2028 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:58, 04:42](2028 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [11:11, 10:26] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:35, 05:31](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [16:13, 15:09] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:27, 02:34](765 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:20, 04:43] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:11, 01:59](316 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:10, 01:38](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:50, 01:04](456 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:18, 17:19] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:38, 05:07](1910 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:12, 14:33] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:44, 04:16](1897 MB) - -PASS -- COMPILE 'atml_intel' [17:16, 16:20] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:47, 07:20](1881 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:47, 07:20](1881 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:59, 04:17](1031 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:16, 12:26] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:33, 06:42](1921 MB) - -PASS -- COMPILE 'atmw_intel' [16:14, 15:50] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:11, 02:24](1883 MB) - -PASS -- COMPILE 'atmaero_intel' [15:11, 14:54] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:32, 06:19](3117 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:32, 06:44](3008 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:29, 06:48](3018 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [13:11, 11:10] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:39, 18:18](4492 MB) - -SYNOPSIS: -Starting Date/Time: 20240806 23:36:46 -Ending Date/Time: 20240807 01:14:37 -Total Time: 01h:38m:56s -Compiles Completed: 40/41 -Tests Completed: 159/185 -Failed Compiles: -* COMPILE atm_debug_dyn32_intel: FAILED: UNABLE TO FINISH COMPILE --- LOG: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/reg-test/wm/2183/ufs-weather-model/tests/logs/log_gaea/compile_atm_debug_dyn32_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF GAEA REGRESSION TESTING LOG==== -====START OF GAEA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -43fce6b201a8bffe7e346b1dfb5c724bfc053722 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) - 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -366,47 +36,286 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_233535 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_110577 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 'atm_debug_dyn32_intel' [41:24, 41:03] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:37, 03:00](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:36, 03:13](1592 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:44, 03:17](795 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:04, 02:52](794 MB) -PASS -- TEST 'control_csawmg_debug_intel' [11:19, 04:37](1098 MB) -PASS -- TEST 'control_ras_debug_intel' [05:04, 02:53](801 MB) -PASS -- TEST 'control_diag_debug_intel' [10:23, 03:16](1652 MB) -PASS -- TEST 'control_debug_p8_intel' [10:21, 03:27](1887 MB) -PASS -- TEST 'regional_debug_intel' [23:19, 17:06](889 MB) -PASS -- TEST 'rap_control_debug_intel' [10:04, 05:39](1178 MB) -PASS -- TEST 'hrrr_control_debug_intel' [11:04, 05:29](1173 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [12:09, 05:53](1177 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:09, 05:46](1177 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:05, 05:08](1179 MB) -PASS -- TEST 'rap_diag_debug_intel' [14:16, 05:20](1261 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:08, 05:31](1176 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:08, 05:46](1182 MB) -PASS -- TEST 'rap_lndp_debug_intel' [09:05, 05:10](1182 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [12:09, 05:43](1182 MB) -PASS -- TEST 'rap_noah_debug_intel' [09:05, 04:56](1176 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:05, 05:23](1180 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:09, 08:04](1174 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [11:05, 05:37](1170 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:09, 06:14](1181 MB) -PASS -- TEST 'rap_flake_debug_intel' [12:09, 05:42](1179 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:38, 09:20](1179 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:13, 18:58] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:58, 08:02](3205 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:15, 22:46] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:37, 14:17](1913 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [34:13, 14:16](1935 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [26:36, 06:52](1070 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:27, 14:54](1887 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:13, 23:42] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:53, 14:19](1910 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:16, 13:04] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [40:21, 25:16](1917 MB) + +PASS -- COMPILE 's2swa_intel' [19:13, 18:42] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:53, 08:33](3224 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:51, 08:39](3220 MB) +PASS -- TEST 'cpld_restart_p8_intel' [31:08, 05:21](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [17:41, 08:32](3247 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [30:07, 05:06](3172 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:46, 06:59](3464 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:35, 08:32](3222 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:33, 07:54](3167 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:59, 08:38](3224 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:06, 11:38](3449 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [29:26, 07:27](3607 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [46:33, 13:06](4208 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:29, 09:15](4359 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [16:40, 08:18](3211 MB) + +PASS -- COMPILE 's2sw_intel' [19:13, 18:14] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:41, 05:33](1929 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:41, 05:59](1988 MB) + +PASS -- COMPILE 's2swa_debug_intel' [14:12, 13:37] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [23:35, 10:08](3281 MB) + +PASS -- COMPILE 's2sw_debug_intel' [13:16, 12:18] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [21:13, 06:14](1954 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:14, 15:42] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [17:49, 05:42](1995 MB) + +PASS -- COMPILE 's2s_intel' [15:14, 15:02] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [19:17, 06:32](2871 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [14:30, 02:07](2876 MB) +PASS -- TEST 'cpld_restart_c48_intel' [13:13, 01:13](2288 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:15, 19:40] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [28:55, 07:57](3223 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:17, 22:35] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [40:48, 15:19](1927 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:18, 07:47](1090 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:40, 17:37](1904 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:10, 14:23] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [39:22, 27:07](1956 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:12, 14:26] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [21:47, 04:04](664 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [25:17, 03:26](1560 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [25:15, 03:10](1565 MB) +PASS -- TEST 'control_latlon_intel' [25:05, 03:07](1564 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [21:17, 03:05](1563 MB) +PASS -- TEST 'control_c48_intel' [27:23, 06:37](1568 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [16:56, 05:42](697 MB) +PASS -- TEST 'control_c192_intel' [31:07, 09:49](1670 MB) +PASS -- TEST 'control_c384_intel' [40:31, 18:39](1928 MB) +PASS -- TEST 'control_c384gdas_intel' [38:25, 14:39](1153 MB) +PASS -- TEST 'control_stochy_intel' [23:35, 02:02](619 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:40, 01:02](425 MB) +PASS -- TEST 'control_lndp_intel' [23:41, 01:49](619 MB) +PASS -- TEST 'control_iovr4_intel' [25:39, 02:48](616 MB) +PASS -- TEST 'control_iovr5_intel' [25:37, 02:40](616 MB) +PASS -- TEST 'control_p8_intel' [28:42, 03:19](1848 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [29:02, 03:36](1850 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [27:46, 03:22](1852 MB) +PASS -- TEST 'control_restart_p8_intel' [06:36, 02:37](997 MB) +PASS -- TEST 'control_noqr_p8_intel' [27:05, 03:17](1843 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:37, 02:22](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [18:30, 03:25](1850 MB) +PASS -- TEST 'control_2threads_p8_intel' [17:30, 02:49](1928 MB) +PASS -- TEST 'control_p8_lndp_intel' [17:58, 05:16](1849 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [14:37, 04:11](1905 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:46, 03:21](1863 MB) +PASS -- TEST 'merra2_thompson_intel' [11:35, 03:38](1856 MB) +PASS -- TEST 'regional_control_intel' [09:42, 04:35](848 MB) +PASS -- TEST 'regional_restart_intel' [07:01, 02:56](849 MB) +PASS -- TEST 'regional_decomp_intel' [09:43, 04:45](851 MB) +PASS -- TEST 'regional_2threads_intel' [08:45, 02:59](987 MB) +PASS -- TEST 'regional_noquilt_intel' [07:45, 04:27](1179 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:56, 04:38](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:20, 04:42](849 MB) +PASS -- TEST 'regional_wofs_intel' [08:38, 06:26](1580 MB) + +PASS -- COMPILE 'rrfs_intel' [15:14, 14:32] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:46, 07:14](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:21, 04:13](1152 MB) +PASS -- TEST 'rap_decomp_intel' [09:25, 07:34](1006 MB) +PASS -- TEST 'rap_2threads_intel' [09:33, 06:42](1087 MB) +PASS -- TEST 'rap_restart_intel' [05:06, 03:48](878 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:52, 07:26](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:50, 07:33](1004 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:43, 05:25](877 MB) +PASS -- TEST 'hrrr_control_intel' [06:22, 04:20](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:22, 04:19](1001 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:20, 03:10](1075 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:48, 02:16](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:41, 06:50](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:54, 09:10](1959 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:47, 08:46](1947 MB) + +PASS -- COMPILE 'csawmg_intel' [16:12, 15:37] +PASS -- TEST 'control_csawmg_intel' [10:56, 07:03](957 MB) +PASS -- TEST 'control_ras_intel' [06:37, 03:32](653 MB) + +PASS -- COMPILE 'wam_intel' [14:12, 13:52] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:21, 11:58](1657 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:12, 14:07] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:59, 03:42](1847 MB) +PASS -- TEST 'regional_control_faster_intel' [06:54, 04:30](844 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:15, 14:33] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:26, 03:03](1589 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:06, 03:13](1592 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:42, 03:27](793 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:34, 03:07](794 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:45, 04:30](1099 MB) +PASS -- TEST 'control_ras_debug_intel' [04:43, 03:04](801 MB) +PASS -- TEST 'control_diag_debug_intel' [03:56, 03:02](1652 MB) +PASS -- TEST 'control_debug_p8_intel' [04:43, 03:17](1888 MB) +PASS -- TEST 'regional_debug_intel' [17:52, 16:21](888 MB) +PASS -- TEST 'rap_control_debug_intel' [07:08, 05:22](1182 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:53, 05:16](1173 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:36, 05:09](1177 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:35, 05:08](1177 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:45, 05:11](1182 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:54, 05:18](1261 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:44, 05:14](1176 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:52, 05:15](1182 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:53, 05:08](1182 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:00, 05:05](1182 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:01, 04:58](1176 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:49, 05:04](1180 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:55, 07:56](1175 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:03, 04:55](1170 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:41, 05:52](1178 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:41, 05:05](1179 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:53, 09:21](1179 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:12, 10:18] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:16, 14:15](1674 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:12, 14:25] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:21, 04:40](1004 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:02, 06:54](878 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:21, 04:14](875 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:11, 06:18](933 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:42, 03:47](924 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:20, 04:01](875 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:19, 05:13](773 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:42, 02:07](757 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 13:36] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:06, 02:13](1086 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:42, 01:16](1062 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:08, 02:40](964 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 14:26] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:25, 04:34](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:12, 10:37] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:45, 04:56](1051 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:48, 05:08](1052 MB) +PASS -- TEST 'conus13km_debug_intel' [17:11, 14:12](1136 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:50, 14:35](807 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:27, 08:25](1113 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:37, 14:07](1200 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:12, 10:30] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:48, 05:07](1079 MB) + +PASS -- COMPILE 'hafsw_intel' [18:11, 17:42] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:00, 05:30](683 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:42, 04:37](1033 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:38, 07:43](728 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:24, 11:54](758 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:02, 13:17](784 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:09, 05:28](462 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:57, 06:48](484 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [07:00, 03:04](369 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:48, 08:04](430 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:28, 03:56](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:48, 03:36](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:32, 05:00](557 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:32, 01:47](399 MB) +PASS -- TEST 'gnv1_nested_intel' [12:01, 06:51](1706 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:11, 13:08] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:11, 14:04](585 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:14, 17:25] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:04, 08:34](598 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:15, 08:01](777 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:13, 18:10] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:48, 06:10](778 MB) + +PASS -- COMPILE 'hafs_all_intel' [18:19, 17:20] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:03, 06:19](719 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:55, 06:24](707 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:43, 20:04](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:13, 13:06] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:31, 02:39](761 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:42](751 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:28, 02:27](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:35, 02:28](640 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:26, 02:31](639 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:26, 02:34](749 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:27, 02:36](749 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:38, 02:25](640 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:09, 06:09](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:33, 06:00](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:30, 02:34](761 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:48, 04:39](2029 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:34, 04:39](2029 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 08:36] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:03, 05:36](733 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [14:11, 13:20] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:29, 02:33](752 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:11, 03:25] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:24, 02:30](316 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:15, 01:34](455 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:14, 02:11](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:15, 15:37] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:02, 04:31](1917 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:14, 14:55] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:09, 04:17](1903 MB) + +PASS -- COMPILE 'atml_intel' [16:12, 15:46] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:58, 08:20](1881 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:54, 08:31](1882 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:56, 05:16](1023 MB) + +PASS -- COMPILE 'atml_debug_intel' [12:17, 11:39] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:48, 06:37](1922 MB) + +PASS -- COMPILE 'atmw_intel' [14:11, 14:04] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:20, 02:23](1884 MB) + +PASS -- COMPILE 'atmaero_intel' [16:15, 15:29] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:25, 07:16](3118 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:28, 07:15](3009 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:19, 07:12](3018 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [12:15, 11:37] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 18:16](4485 MB) SYNOPSIS: -Starting Date/Time: 20240807 15:32:30 -Ending Date/Time: 20240807 16:39:53 -Total Time: 01h:07m:48s -Compiles Completed: 1/1 -Tests Completed: 26/26 +Starting Date/Time: 20240808 20:31:36 +Ending Date/Time: 20240808 22:33:34 +Total Time: 02h:03m:10s +Compiles Completed: 41/41 +Tests Completed: 185/185 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 29aadba024..c585b44b12 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: -b40a0f095bb14723f1a8be990d19a22972f356d6 +47a543052e09892e0825465e5699e061faf068cb Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) + fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) @@ -24,375 +24,374 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240806 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_763542 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2101635 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:12, 12:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:21, 05:41](3286 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:12, 16:24] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:05, 17:29](1957 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:22, 18:11](2132 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:17, 08:23](1217 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:04, 19:30](1856 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:12, 16:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:46, 17:15](1936 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:12, 05:44] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:02, 23:32](1888 MB) - -PASS -- COMPILE 's2swa_intel' [13:12, 12:22] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:21, 06:00](3315 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:26, 06:02](3316 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:28, 03:36](3219 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:17, 05:58](3344 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:31, 03:35](3246 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:11, 05:38](3606 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:17, 06:01](3306 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:15, 04:52](3192 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:26, 05:55](3320 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:13, 10:28](3503 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:06, 06:23](3600 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:49, 09:33](4265 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:54, 06:07](4356 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:19, 05:31](3294 MB) - -PASS -- COMPILE 's2sw_intel' [13:12, 11:47] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:11, 04:55](1957 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:15, 04:26](2035 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:12, 05:43] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:05, 08:37](3319 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:12, 05:39] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:57, 05:51](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:12, 10:53] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:04, 04:24](2033 MB) - -PASS -- COMPILE 's2s_intel' [12:12, 11:11] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:42, 09:08](3031 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:41, 02:43](3018 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:44, 01:38](2450 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:12, 16:35] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [07:21, 05:32](3319 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 16:19] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:13, 17:34](1988 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:20, 08:24](1246 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:22, 20:01](1886 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 05:28] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:11, 25:51](1921 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:12, 10:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [07:26, 03:21](679 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:44, 02:57](1583 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:49, 02:59](1591 MB) -PASS -- TEST 'control_latlon_intel' [06:40, 02:54](1578 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:48, 02:57](1586 MB) -PASS -- TEST 'control_c48_intel' [08:45, 07:38](1693 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:29, 06:32](831 MB) -PASS -- TEST 'control_c192_intel' [14:04, 10:46](1737 MB) -PASS -- TEST 'control_c384_intel' [13:05, 10:59](1943 MB) -PASS -- TEST 'control_c384gdas_intel' [11:22, 08:07](1355 MB) -PASS -- TEST 'control_stochy_intel' [02:24, 01:39](638 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:26, 01:06](477 MB) -PASS -- TEST 'control_lndp_intel' [02:27, 01:37](640 MB) -PASS -- TEST 'control_iovr4_intel' [03:26, 02:28](631 MB) -PASS -- TEST 'control_iovr5_intel' [03:26, 02:30](629 MB) -PASS -- TEST 'control_p8_intel' [04:57, 03:08](1880 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:01, 03:06](1864 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:57, 03:00](1872 MB) -PASS -- TEST 'control_restart_p8_intel' [02:52, 01:48](1106 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:56, 03:06](1865 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:55, 01:48](1145 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:51, 03:10](1862 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:47, 02:54](1938 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:42, 05:28](1868 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:55, 04:07](1928 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:58, 03:09](1874 MB) -PASS -- TEST 'merra2_thompson_intel' [04:51, 03:40](1874 MB) -PASS -- TEST 'regional_control_intel' [06:44, 05:23](1073 MB) -PASS -- TEST 'regional_restart_intel' [03:43, 02:53](1067 MB) -PASS -- TEST 'regional_decomp_intel' [06:39, 05:41](1067 MB) -PASS -- TEST 'regional_2threads_intel' [04:39, 03:27](1056 MB) -PASS -- TEST 'regional_noquilt_intel' [06:42, 05:18](1370 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:25](1074 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:38, 05:25](1079 MB) -PASS -- TEST 'regional_wofs_intel' [07:42, 06:59](1891 MB) - -PASS -- COMPILE 'rrfs_intel' [10:12, 10:00] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [12:42, 07:49](1086 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:14, 04:08](1237 MB) -PASS -- TEST 'rap_decomp_intel' [11:46, 08:13](1019 MB) -PASS -- TEST 'rap_2threads_intel' [11:46, 07:22](1148 MB) -PASS -- TEST 'rap_restart_intel' [05:48, 04:09](1078 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:45, 07:48](1078 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:45, 08:15](1018 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:48, 05:56](1112 MB) -PASS -- TEST 'hrrr_control_intel' [08:47, 04:01](1024 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:47, 04:09](1009 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:47, 03:42](1081 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:35, 02:14](984 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:57, 07:44](1070 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:30, 09:23](1978 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:30, 09:06](2056 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 09:54] -PASS -- TEST 'control_csawmg_intel' [07:42, 06:11](995 MB) -PASS -- TEST 'control_ras_intel' [04:24, 03:19](729 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:11, 04:23] -PASS -- TEST 'control_csawmg_gnu' [09:45, 08:31](729 MB) - -PASS -- COMPILE 'wam_intel' [11:11, 09:55] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:56, 11:12](1653 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:12, 10:13] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:58, 02:49](1876 MB) -PASS -- TEST 'regional_control_faster_intel' [06:39, 04:59](1066 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 07:43] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:49, 02:38](1587 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:45, 02:40](1590 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:24, 03:09](795 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:46](795 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:37, 04:20](1105 MB) -PASS -- TEST 'control_ras_debug_intel' [03:25, 02:51](798 MB) -PASS -- TEST 'control_diag_debug_intel' [03:53, 02:48](1645 MB) -PASS -- TEST 'control_debug_p8_intel' [04:46, 03:03](1885 MB) -PASS -- TEST 'regional_debug_intel' [18:43, 17:46](1058 MB) -PASS -- TEST 'rap_control_debug_intel' [05:27, 04:55](1177 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:27, 05:00](1169 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:24, 04:54](1177 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:26, 04:55](1181 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:26, 05:01](1182 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:42, 05:19](1262 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 05:06](1174 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:01](1173 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:24, 05:03](1180 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 04:56](1183 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:53](1178 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:25, 04:59](1183 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 08:12](1174 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:23, 05:00](1177 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:28, 05:58](1175 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:25, 04:59](1176 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:44, 08:30](1186 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 04:14] -PASS -- TEST 'control_csawmg_debug_gnu' [03:41, 02:18](696 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:12, 04:45] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:49, 13:47](1664 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 09:39] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:09, 03:53](1111 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 06:27](1037 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:37, 03:26](969 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:32, 06:12](1071 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:30, 03:10](938 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:33, 03:38](913 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:55, 04:52](1030 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:27, 01:52](908 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 09:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:01, 02:07](1177 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:51, 00:53](1093 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:14](1086 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:12, 09:44] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 04:18](962 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:29] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:25, 04:56](1057 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:29, 04:53](1055 MB) -PASS -- TEST 'conus13km_debug_intel' [16:52, 15:11](1175 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:47, 15:12](896 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:41, 08:29](1106 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:42, 15:15](1242 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 04:42] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 05:02](1097 MB) - -PASS -- COMPILE 'hafsw_intel' [12:12, 11:28] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:16, 05:10](703 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:31, 06:19](1070 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:24, 07:01](792 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:13, 13:41](828 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:28, 15:17](860 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:58, 05:37](474 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:27, 06:49](487 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:46, 02:41](356 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:08, 07:23](466 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:45, 03:47](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:50, 03:31](503 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:55, 04:11](551 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 01:10](386 MB) -PASS -- TEST 'gnv1_nested_intel' [06:45, 04:16](1723 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 05:00] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:56, 12:54](533 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:11, 11:03] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:01, 08:44](640 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:08, 08:45](699 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:11, 11:03] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:07, 06:39](701 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 10:55] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:39](797 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:14, 06:41](772 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:55, 16:03](1212 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:27] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 02:43](1167 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:42](1095 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:19, 02:33](1041 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:24, 02:40](1020 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 02:39](1025 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:20, 02:46](1140 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:20, 02:47](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:21, 02:36](1021 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:29, 06:52](1067 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:22, 06:11](1033 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 03:08](1150 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:23, 04:02](2506 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:33, 03:59](2441 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:22] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:21, 06:23](1078 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:26] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:18, 02:41](1135 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:38] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:47](260 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:49](315 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:27, 00:33](314 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:12, 10:54] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:06, 03:46](1964 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 10:41] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:03, 03:37](1921 MB) - -PASS -- COMPILE 'atml_intel' [11:11, 10:56] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:03, 04:19](1838 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:02, 04:16](1840 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 02:25](1066 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 05:47] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:58, 05:54](1841 MB) - -PASS -- COMPILE 'atmw_intel' [11:12, 10:52] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:50, 01:52](1897 MB) - -PASS -- COMPILE 'atmaero_intel' [11:12, 10:25] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:01, 04:10](3176 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:56, 04:57](3071 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:44, 05:00](3089 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:11, 05:02] ( 884 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [05:11, 04:35] -PASS -- TEST 'control_c48_gnu' [14:39, 11:11](1493 MB) -PASS -- TEST 'control_stochy_gnu' [04:24, 03:27](474 MB) -PASS -- TEST 'control_ras_gnu' [08:23, 04:50](490 MB) -PASS -- TEST 'control_p8_gnu' [08:58, 04:47](1437 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [08:54, 04:40](1425 MB) -PASS -- TEST 'control_flake_gnu' [14:25, 10:31](519 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 04:34] -PASS -- TEST 'rap_control_gnu' [14:33, 10:49](792 MB) -PASS -- TEST 'rap_decomp_gnu' [13:32, 11:09](796 MB) -PASS -- TEST 'rap_2threads_gnu' [12:39, 09:55](898 MB) -PASS -- TEST 'rap_restart_gnu' [06:43, 05:30](557 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [13:37, 10:51](792 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:32, 11:07](828 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:50, 08:13](563 MB) -PASS -- TEST 'hrrr_control_gnu' [07:40, 05:35](791 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:33, 05:32](784 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:36, 05:05](886 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:34, 05:34](787 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:33, 02:54](547 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:31, 02:50](635 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:42, 10:33](792 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 06:23] -PASS -- TEST 'control_diag_debug_gnu' [04:52, 01:38](1245 MB) -PASS -- TEST 'regional_debug_gnu' [13:41, 11:11](724 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:26, 02:41](800 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [05:26, 02:34](795 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:25, 02:37](810 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:23, 02:38](804 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:38, 02:53](885 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 04:10](794 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:22, 02:37](794 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:23, 02:38](795 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:20, 01:35](433 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:20, 01:47](429 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:41, 01:49](1402 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:23, 02:39](796 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:23, 02:53](799 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 04:23](807 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:49] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:14] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:30, 09:28](692 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:35, 04:59](688 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:34, 08:35](733 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:29, 04:28](725 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:29, 05:03](688 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:41, 07:04](536 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:30, 02:33](520 MB) -PASS -- TEST 'conus13km_control_gnu' [03:57, 03:09](854 MB) -PASS -- TEST 'conus13km_2threads_gnu' [10:47, 05:45](856 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:46, 01:48](536 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:12, 09:32] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:40, 05:57](708 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:12, 06:29] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:25, 02:36](685 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:24, 02:32](687 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:47, 07:11](853 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:50, 07:06](552 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:44, 07:29](861 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:44, 07:00](923 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 06:31] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:24, 02:41](706 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 16:30] - -PASS -- COMPILE 's2s_gnu' [16:11, 15:48] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:15, 07:26](1518 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 03:11] - -PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 15:53] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:14, 20:57](1430 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:59] - -PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:30] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 03:02](680 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:13, 13:08] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [24:24, 05:44](3306 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:13, 16:41] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [41:08, 17:26](1979 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:10, 18:00](2148 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:06, 08:20](1246 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:05, 19:28](1876 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:13, 16:50] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [40:45, 16:56](1966 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:25] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [32:10, 23:16](1931 MB) + +PASS -- COMPILE 's2swa_intel' [14:13, 13:09] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [23:12, 05:51](3338 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [32:30, 05:58](3333 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:16, 03:34](3255 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [24:09, 05:54](3378 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:15, 03:30](3282 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [23:13, 05:29](3635 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [24:08, 05:50](3335 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [25:09, 04:47](3222 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [25:19, 05:51](3356 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [37:17, 10:15](3537 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:40, 06:23](3631 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [41:40, 09:31](4298 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:41, 06:03](4378 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [23:10, 05:26](3304 MB) + +PASS -- COMPILE 's2sw_intel' [13:14, 12:13] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [16:53, 04:53](2001 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:00, 04:22](2061 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:24] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [20:16, 08:38](3391 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:18] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [15:03, 05:52](1965 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:13, 12:01] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [15:01, 04:19](2058 MB) + +PASS -- COMPILE 's2s_intel' [13:13, 11:30] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:48, 09:05](3051 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [08:48, 02:41](3042 MB) +PASS -- TEST 'cpld_restart_c48_intel' [14:39, 01:33](2491 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:35] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [22:08, 05:31](3333 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 16:12] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [34:02, 17:30](1999 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:07, 08:21](1267 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:00, 20:00](1923 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 05:40] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [52:12, 26:05](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:13, 11:07] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [16:26, 03:21](699 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [14:39, 02:54](1601 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:42, 03:01](1605 MB) +PASS -- TEST 'control_latlon_intel' [08:33, 02:55](1593 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:49, 02:58](1600 MB) +PASS -- TEST 'control_c48_intel' [12:45, 07:34](1722 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:29, 06:28](846 MB) +PASS -- TEST 'control_c192_intel' [13:57, 10:48](1740 MB) +PASS -- TEST 'control_c384_intel' [14:13, 10:39](1958 MB) +PASS -- TEST 'control_c384gdas_intel' [11:50, 08:01](1378 MB) +PASS -- TEST 'control_stochy_intel' [03:21, 01:40](659 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:22, 01:00](499 MB) +PASS -- TEST 'control_lndp_intel' [02:23, 01:36](662 MB) +PASS -- TEST 'control_iovr4_intel' [03:23, 02:30](656 MB) +PASS -- TEST 'control_iovr5_intel' [03:22, 02:30](657 MB) +PASS -- TEST 'control_p8_intel' [04:54, 03:07](1885 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:00, 03:11](1877 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:51, 03:02](1887 MB) +PASS -- TEST 'control_restart_p8_intel' [03:48, 01:46](1124 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:51, 03:02](1881 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:49, 01:45](1167 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:47, 03:13](1873 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:47, 02:56](1975 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:25](1886 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:54, 04:06](1949 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:52, 03:10](1891 MB) +PASS -- TEST 'merra2_thompson_intel' [04:46, 03:29](1888 MB) +PASS -- TEST 'regional_control_intel' [06:32, 05:33](1087 MB) +PASS -- TEST 'regional_restart_intel' [03:31, 02:50](1090 MB) +PASS -- TEST 'regional_decomp_intel' [06:33, 05:48](1081 MB) +PASS -- TEST 'regional_2threads_intel' [04:37, 03:30](1090 MB) +PASS -- TEST 'regional_noquilt_intel' [06:37, 05:17](1392 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:39, 05:19](1095 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:32, 05:22](1099 MB) +PASS -- TEST 'regional_wofs_intel' [07:34, 06:52](1906 MB) + +PASS -- COMPILE 'rrfs_intel' [13:11, 10:02] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [23:39, 07:49](1112 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [20:06, 04:12](1258 MB) +PASS -- TEST 'rap_decomp_intel' [23:39, 08:11](1033 MB) +PASS -- TEST 'rap_2threads_intel' [22:45, 07:21](1170 MB) +PASS -- TEST 'rap_restart_intel' [04:46, 04:07](1098 MB) +PASS -- TEST 'rap_sfcdiff_intel' [22:43, 07:47](1104 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [23:40, 08:11](1040 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:44, 05:55](1136 MB) +PASS -- TEST 'hrrr_control_intel' [19:41, 04:01](1042 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [17:52, 04:10](1026 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:43, 03:47](1104 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:15](994 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:52, 07:42](1095 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:21](1991 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 09:10](2073 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 09:54] +PASS -- TEST 'control_csawmg_intel' [07:37, 06:09](1019 MB) +PASS -- TEST 'control_ras_intel' [04:21, 03:17](748 MB) + +PASS -- COMPILE 'csawmg_gnu' [18:13, 04:20] +PASS -- TEST 'control_csawmg_gnu' [09:37, 08:30](742 MB) + +PASS -- COMPILE 'wam_intel' [20:14, 09:50] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:53, 11:13](1675 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [24:15, 10:11] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:54, 02:48](1889 MB) +PASS -- TEST 'regional_control_faster_intel' [05:36, 04:50](1084 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [23:12, 07:28] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:42, 02:40](1629 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:42, 02:40](1631 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:05](833 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:52](830 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:33, 04:27](1142 MB) +PASS -- TEST 'control_ras_debug_intel' [03:23, 02:51](831 MB) +PASS -- TEST 'control_diag_debug_intel' [03:44, 02:46](1680 MB) +PASS -- TEST 'control_debug_p8_intel' [03:39, 03:05](1915 MB) +PASS -- TEST 'regional_debug_intel' [18:35, 17:57](1091 MB) +PASS -- TEST 'rap_control_debug_intel' [06:23, 05:09](1217 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:24, 05:01](1214 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:22, 04:59](1221 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:22, 05:04](1216 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 05:09](1218 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:36, 05:17](1300 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 05:13](1216 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:21, 05:06](1222 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:22, 05:01](1223 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 05:06](1217 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:26, 05:01](1213 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 04:59](1212 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 08:14](1213 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 05:00](1214 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 06:10](1215 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:25, 05:04](1219 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:39, 08:53](1222 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [20:12, 04:29] +PASS -- TEST 'control_csawmg_debug_gnu' [03:32, 02:19](724 MB) + +PASS -- COMPILE 'wam_debug_intel' [17:12, 04:46] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:49, 13:43](1697 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:12, 09:46] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:02, 03:53](1121 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:31, 06:26](1068 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:36, 03:23](988 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 06:08](1088 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:30, 03:08](963 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:29, 03:36](935 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:46, 04:54](1037 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:26, 01:51](931 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:11, 09:56] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:52, 02:08](1195 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:45, 00:53](1111 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:44, 01:15](1101 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [24:12, 09:58] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:37, 04:10](985 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [18:13, 04:42] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 05:03](1096 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:52](1105 MB) +PASS -- TEST 'conus13km_debug_intel' [16:51, 15:11](1240 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:51, 15:15](944 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:43, 08:26](1168 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:43, 15:08](1315 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:11, 04:31] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 05:01](1141 MB) + +PASS -- COMPILE 'hafsw_intel' [19:12, 11:31] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:14, 04:55](717 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:27, 05:54](1093 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:18, 06:52](808 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:15, 13:36](856 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:30, 15:08](869 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:55, 05:27](487 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:19, 06:35](507 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:45, 02:41](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:03, 07:08](483 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:47, 03:40](519 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:51, 03:28](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:54, 04:04](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:30, 01:14](404 MB) +PASS -- TEST 'gnv1_nested_intel' [11:34, 04:04](1726 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:12, 05:09] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:51, 12:42](589 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:12, 11:07] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:57, 08:36](627 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:04, 08:35](734 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 11:22] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:59, 06:22](736 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:12, 10:40] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [17:19, 06:27](814 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:22, 06:27](806 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:57, 16:02](1218 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:57] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:45](1175 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [06:20, 01:37](1126 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:38](1034 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 02:40](1023 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:19, 02:36](1028 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:19, 02:39](1148 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:19, 02:44](1162 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:22, 02:32](1022 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:23, 06:09](1073 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:13, 06:02](1054 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:16, 02:43](1163 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:18, 03:49](2473 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:20, 03:53](2464 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:40] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:20](1089 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 07:15] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 02:38](1146 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:32] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:47](260 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:49](330 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:32](329 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:12, 10:35] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:58, 03:56](1975 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:12, 10:18] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:58, 03:33](1956 MB) + +PASS -- COMPILE 'atml_intel' [11:12, 10:44] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:58, 04:16](1871 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:00, 04:14](1862 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:45, 02:23](1100 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:12, 05:51] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:54, 05:46](1902 MB) + +PASS -- COMPILE 'atmw_intel' [11:12, 10:53] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:47, 01:50](1923 MB) + +PASS -- COMPILE 'atmaero_intel' [11:12, 10:12] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:58, 04:11](3208 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:52, 04:54](3104 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:42, 04:54](3114 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:11, 04:39] ( 884 warnings 6 remarks ) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:39] +PASS -- TEST 'control_c48_gnu' [12:41, 11:17](1513 MB) +PASS -- TEST 'control_stochy_gnu' [04:20, 03:27](472 MB) +PASS -- TEST 'control_ras_gnu' [05:21, 04:47](500 MB) +PASS -- TEST 'control_p8_gnu' [05:54, 04:48](1455 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:48, 04:38](1455 MB) +PASS -- TEST 'control_flake_gnu' [11:24, 10:15](539 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:12, 04:34] +PASS -- TEST 'rap_control_gnu' [11:37, 10:47](844 MB) +PASS -- TEST 'rap_decomp_gnu' [11:35, 10:58](844 MB) +PASS -- TEST 'rap_2threads_gnu' [10:42, 09:56](931 MB) +PASS -- TEST 'rap_restart_gnu' [06:44, 05:33](575 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:41, 10:52](810 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:38, 11:06](807 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:43, 08:12](583 MB) +PASS -- TEST 'hrrr_control_gnu' [06:38, 05:37](814 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:33, 05:39](798 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:29, 05:01](908 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:31, 05:37](844 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:28, 02:54](563 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:26, 02:53](655 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:44, 10:35](809 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:12, 06:23] +PASS -- TEST 'control_diag_debug_gnu' [02:48, 01:40](1275 MB) +PASS -- TEST 'regional_debug_gnu' [12:40, 11:53](758 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:24, 02:36](827 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:23, 02:36](824 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:21, 02:33](831 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:22, 02:39](829 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:36, 02:51](909 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:21, 04:05](828 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:21, 02:37](826 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:20, 03:03](818 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:35](457 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:19, 01:45](450 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:37, 01:53](1433 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:21, 02:38](828 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:20, 02:51](832 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:40, 04:19](833 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:34] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:08] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:31, 09:28](711 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:36, 04:54](706 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:33, 08:29](758 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:30, 04:30](752 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:28, 05:04](703 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:33, 07:01](554 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:26, 02:34](539 MB) +PASS -- TEST 'conus13km_control_gnu' [03:57, 03:09](874 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:49, 05:58](879 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:48, 01:56](567 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 09:43] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:36, 05:44](731 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 06:30] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:23, 02:33](717 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:22, 02:30](714 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:47, 06:53](888 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:41, 06:59](583 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:39, 07:30](889 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:40, 07:07](958 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 06:28] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:22, 02:36](747 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 16:29] + +PASS -- COMPILE 's2s_gnu' [16:13, 15:53] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:03, 07:17](1529 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:09] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:14, 15:58] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:54, 19:58](1462 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:55] + +PASS -- COMPILE 'datm_cdeps_gnu' [17:13, 15:37] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:17, 02:58](698 MB) SYNOPSIS: -Starting Date/Time: 20240807 03:42:14 -Ending Date/Time: 20240807 05:17:49 -Total Time: 01h:36m:42s +Starting Date/Time: 20240808 21:45:57 +Ending Date/Time: 20240808 23:40:22 +Total Time: 01h:54m:44s Compiles Completed: 57/57 Tests Completed: 243/243 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index f3c8e7df2c..48ebe99b39 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -316fa2afafdaabcdf9c024689e0f5f117395bce5 +8cb23af867d56961352ff5fab97656c3a4c6b936 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) - 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) + fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) + d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,374 +36,375 @@ 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-20240730 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_2147705 +COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3225805 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [12:51, 12:51] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:27, 07:45](2117 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [41:47, 41:47] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [13:51, 13:16](2006 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:44, 13:55](2282 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:22, 06:29](1316 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:42, 14:56](1920 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:17, 16:17] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:35, 13:07](1984 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:40, 04:40] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:51, 21:02](1975 MB) - -PASS -- COMPILE 's2swa_intel' [10:52, 10:52] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:34, 07:50](2175 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:34, 07:46](2182 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:59, 04:22](1980 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:40, 07:53](2197 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:13, 04:30](1743 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:47, 09:08](2547 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:12, 07:34](2174 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:03, 06:34](2089 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:34, 07:50](2179 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:32, 15:22](2993 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [07:30, 05:59](2918 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [14:22, 10:05](3834 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:25, 05:59](3642 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:20, 05:51](2159 MB) - -PASS -- COMPILE 's2sw_intel' [10:23, 10:23] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:01, 07:26](2018 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [04:50, 04:11](2087 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:30, 05:30] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [07:55, 07:16](2221 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:19, 05:19] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:22, 04:50](2043 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:42, 12:42] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:41, 04:03](2080 MB) - -PASS -- COMPILE 's2s_intel' [09:43, 09:43] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:27, 07:01](3055 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [02:23, 01:57](3031 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:40, 01:07](2490 MB) - -PASS -- COMPILE 's2swa_faster_intel' [12:54, 12:54] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:11, 07:26](2182 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:27, 15:27] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:17, 13:49](2039 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:14, 06:48](1381 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:54, 15:18](1959 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [03:59, 03:59] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:06, 22:36](2005 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:10, 08:10] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:07, 03:58](714 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:44, 03:24](1607 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:46, 03:24](1610 MB) -PASS -- TEST 'control_latlon_intel' [03:32, 03:21](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:49, 03:29](1606 MB) -PASS -- TEST 'control_c48_intel' [07:35, 07:09](1713 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:17, 06:05](837 MB) -PASS -- TEST 'control_c192_intel' [13:52, 13:25](1744 MB) -PASS -- TEST 'control_c384_intel' [14:02, 13:07](2007 MB) -PASS -- TEST 'control_c384gdas_intel' [11:39, 10:17](1492 MB) -PASS -- TEST 'control_stochy_intel' [02:05, 01:56](663 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:25, 01:10](552 MB) -PASS -- TEST 'control_lndp_intel' [01:49, 01:41](663 MB) -PASS -- TEST 'control_iovr4_intel' [03:06, 02:55](673 MB) -PASS -- TEST 'control_iovr5_intel' [02:57, 02:50](665 MB) -PASS -- TEST 'control_p8_intel' [04:12, 03:40](1904 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:20, 03:42](1898 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:14, 03:32](1902 MB) -PASS -- TEST 'control_restart_p8_intel' [02:29, 02:05](1162 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:13, 03:39](1899 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:19, 01:58](1211 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:41, 04:04](1880 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:41, 03:08](1978 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:36, 06:22](1898 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:25, 04:44](1965 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:46, 03:11](1924 MB) -PASS -- TEST 'merra2_thompson_intel' [04:40, 04:02](1902 MB) -PASS -- TEST 'regional_control_intel' [06:42, 06:29](1198 MB) -PASS -- TEST 'regional_restart_intel' [03:49, 03:35](1156 MB) -PASS -- TEST 'regional_decomp_intel' [06:50, 06:36](1175 MB) -PASS -- TEST 'regional_2threads_intel' [04:26, 04:13](1160 MB) -PASS -- TEST 'regional_noquilt_intel' [06:54, 06:41](1518 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:56, 06:38](1190 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:45, 06:30](1189 MB) -PASS -- TEST 'regional_wofs_intel' [08:29, 08:16](2078 MB) - -PASS -- COMPILE 'rrfs_intel' [08:33, 08:33] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:47, 08:12](1239 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:57, 04:26](1347 MB) -PASS -- TEST 'rap_decomp_intel' [09:33, 09:01](1158 MB) -PASS -- TEST 'rap_2threads_intel' [08:34, 07:56](1373 MB) -PASS -- TEST 'rap_restart_intel' [04:56, 04:22](1166 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:43, 08:11](1239 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:31, 08:59](1167 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:55, 06:17](1236 MB) -PASS -- TEST 'hrrr_control_intel' [05:04, 04:26](1104 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:10, 04:35](1055 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:25, 03:52](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:35, 02:28](1047 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:38, 09:01](1226 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:04, 08:55](2009 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:52, 08:42](2196 MB) - -PASS -- COMPILE 'csawmg_intel' [07:37, 07:37] -PASS -- TEST 'control_csawmg_intel' [05:47, 05:33](1045 MB) -PASS -- TEST 'control_ras_intel' [03:04, 02:57](827 MB) - -PASS -- COMPILE 'csawmg_gnu' [03:53, 03:53] -PASS -- TEST 'control_csawmg_gnu' [07:34, 07:19](1073 MB) - -PASS -- COMPILE 'wam_intel' [12:15, 12:15] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [10:15, 09:51](1669 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:54, 07:54] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [02:58, 02:24](1891 MB) -PASS -- TEST 'regional_control_faster_intel' [04:35, 04:18](1198 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:34, 05:34] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:47, 02:25](1635 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:49, 02:30](1653 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:00, 02:53](849 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:28, 02:22](848 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:07, 03:46](1150 MB) -PASS -- TEST 'control_ras_debug_intel' [02:39, 02:28](847 MB) -PASS -- TEST 'control_diag_debug_intel' [02:42, 02:26](1696 MB) -PASS -- TEST 'control_debug_p8_intel' [03:15, 03:00](1942 MB) -PASS -- TEST 'regional_debug_intel' [16:05, 15:46](1150 MB) -PASS -- TEST 'rap_control_debug_intel' [04:35, 04:23](1227 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:32, 04:22](1230 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:28, 04:19](1237 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:46, 04:38](1226 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:52, 04:43](1247 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:58, 04:37](1316 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:41, 04:29](1240 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:57, 04:42](1233 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:43, 04:36](1239 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:34, 04:27](1236 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:23, 04:16](1233 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:31, 04:21](1247 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:13, 07:06](1235 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:29, 04:22](1225 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:30, 05:20](1234 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:39, 04:29](1235 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:23, 07:45](1231 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:02, 04:02] -PASS -- TEST 'control_csawmg_debug_gnu' [02:53, 02:33](1050 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:29, 03:29] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:24, 08:23] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:53, 03:15](1243 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:58, 05:22](1146 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:31, 02:52](1020 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:32, 05:01](1261 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:24, 02:37](1028 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:48, 03:02](1001 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:38, 04:01](1079 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:59, 01:37](944 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:31, 08:30] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:11, 01:44](1279 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:04, 00:43](1196 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:18, 01:04](1145 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:58, 07:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:30, 04:12](1098 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:47, 04:47] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:49, 04:35](1099 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:20, 04:08](1098 MB) -PASS -- TEST 'conus13km_debug_intel' [13:23, 13:00](1340 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [13:35, 13:12](991 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:21, 07:58](1248 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:47, 12:22](1401 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:23, 03:22] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:19, 04:08](1168 MB) - -PASS -- COMPILE 'hafsw_intel' [09:29, 09:29] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:12, 05:17](857 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:09, 04:51](1259 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:25, 06:24](938 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:04, 14:15](979 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:35, 15:31](981 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:58, 05:23](595 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:44, 06:46](602 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:01, 02:33](436 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:49, 07:26](547 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:18, 03:47](601 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:08, 03:35](611 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:23, 04:45](659 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:27, 01:11](451 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:59, 03:59] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:09, 11:29](633 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [09:44, 09:44] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:58, 16:21](763 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:28, 15:37](845 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:04, 13:04] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:47, 10:03](815 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:08, 11:08] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:17, 05:28](949 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:20, 05:31](908 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:06, 16:32](1338 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:48, 07:47] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:18, 02:12](1149 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:52, 01:45](1102 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:11, 04:06](1025 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:18, 02:09](1023 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:54, 02:51](1028 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:39, 03:32](1162 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:18, 02:13](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:10, 02:05](1022 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:30, 04:53](1164 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:22, 04:50](1157 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:58, 02:55](1146 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:13, 03:07](2384 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:12, 03:06](2402 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:16, 03:15] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:12, 05:08](1080 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:04, 06:04] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:43, 02:38](1142 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [00:46, 00:46] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:07, 00:53](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:02, 00:50](558 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:47, 00:33](561 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:03, 09:02] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:07, 03:30](2018 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:15, 09:15] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:22, 03:36](1989 MB) - -PASS -- COMPILE 'atml_intel' [08:39, 08:39] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:19, 05:33](1901 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:40, 05:52](1891 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:39, 03:12](1139 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:11, 04:11] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:40, 05:53](1921 MB) - -PASS -- COMPILE 'atmw_intel' [09:55, 09:55] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:18, 01:38](1939 MB) - -PASS -- COMPILE 'atmaero_intel' [08:33, 08:33] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:33, 03:54](2026 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:18, 04:37](1806 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:05, 04:36](1815 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:21, 04:21] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [17:07, 16:01](4575 MB) - -PASS -- COMPILE 'atm_gnu' [04:40, 04:40] -PASS -- TEST 'control_c48_gnu' [09:52, 09:28](1529 MB) -PASS -- TEST 'control_stochy_gnu' [02:37, 02:26](721 MB) -PASS -- TEST 'control_ras_gnu' [04:05, 03:56](734 MB) -PASS -- TEST 'control_p8_gnu' [04:45, 04:02](1722 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:30, 03:55](1729 MB) -PASS -- TEST 'control_flake_gnu' [05:07, 04:54](802 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:05, 04:05] -PASS -- TEST 'rap_control_gnu' [09:58, 09:27](1080 MB) -PASS -- TEST 'rap_decomp_gnu' [10:05, 09:29](1082 MB) -PASS -- TEST 'rap_2threads_gnu' [08:52, 08:14](1138 MB) -PASS -- TEST 'rap_restart_gnu' [05:21, 04:51](887 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:10, 09:36](1082 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:27, 08:55](1083 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:50, 07:08](883 MB) -PASS -- TEST 'hrrr_control_gnu' [05:41, 05:03](1070 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:06, 04:41](1135 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:56, 04:24](1045 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:14, 04:44](1068 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:49, 02:30](883 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:38, 02:19](933 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:46, 09:02](1076 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [05:59, 05:58] -PASS -- TEST 'control_diag_debug_gnu' [01:31, 01:14](1625 MB) -PASS -- TEST 'regional_debug_gnu' [06:48, 06:27](1122 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:18, 02:05](1098 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:01, 01:55](1086 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:07, 01:58](1094 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:03, 01:57](1093 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:18, 02:04](1266 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:23, 03:14](1094 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:06, 01:59](1095 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:03, 01:57](1089 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:17, 01:09](721 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:22, 01:17](720 MB) -PASS -- TEST 'control_debug_p8_gnu' [01:45, 01:24](1698 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:21, 02:08](1096 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:20, 02:13](1105 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [03:50, 03:16](1098 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:34, 02:34] -PASS -- TEST 'control_wam_debug_gnu' [05:47, 05:25](1565 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:50, 04:50] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:20, 08:46](962 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:08, 04:21](950 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:35, 08:04](994 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:47, 04:04](899 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:09, 04:28](954 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:10, 06:32](862 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:46, 02:22](863 MB) -PASS -- TEST 'conus13km_control_gnu' [03:28, 03:01](1271 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:32, 01:13](1176 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:59, 01:41](928 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:15, 09:14] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [04:52, 04:33](990 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:02, 06:02] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:15, 02:05](977 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:06, 01:59](969 MB) -PASS -- TEST 'conus13km_debug_gnu' [05:55, 05:34](1285 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:10, 05:49](962 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [03:33, 03:19](1195 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [05:56, 05:36](1354 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:12, 06:12] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:19, 02:13](1001 MB) - -PASS -- COMPILE 's2swa_gnu' [15:34, 15:34] - -PASS -- COMPILE 's2s_gnu' [14:31, 14:31] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:47, 05:07](3117 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:31, 04:31] - -PASS -- COMPILE 's2sw_pdlib_gnu' [20:49, 20:49] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:04, 27:04](2921 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:27, 04:27] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:45, 12:02](2924 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [24:37, 24:36] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:59, 02:49](770 MB) +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:10] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:50, 07:35](2128 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 16:56] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:58, 14:11](2001 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:44, 15:42](2301 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [20:37, 07:19](1316 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:55, 15:28](1918 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:10, 15:29] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:30, 14:19](1996 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:45] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:00, 21:32](1982 MB) + +PASS -- COMPILE 's2swa_intel' [15:10, 14:11] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:49, 08:47](2175 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:56, 08:25](2179 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:05, 05:08](1971 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:54, 09:03](2201 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:13, 04:31](1734 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:50, 09:49](2542 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:53, 08:40](2184 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:51, 07:08](2094 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:56, 08:43](2171 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:42, 16:13](2988 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:07, 07:14](2920 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:24, 11:54](3835 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:27, 07:00](3625 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:47, 06:18](2157 MB) + +PASS -- COMPILE 's2sw_intel' [10:10, 10:08] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:52, 07:49](2017 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:54, 04:27](2087 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:44] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [09:56, 08:10](2211 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:58] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:56, 05:21](2049 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:18] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:53, 04:21](2088 MB) + +PASS -- COMPILE 's2s_intel' [10:10, 09:51] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:40, 07:41](3056 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:37, 02:10](3036 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:31, 01:16](2466 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:10, 12:12] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [15:59, 08:23](2184 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:10, 20:37] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:49, 14:38](2029 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:58, 07:51](1401 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:48, 16:16](1949 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 06:00] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:47, 23:07](2012 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [08:23, 02:55](720 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [08:32, 02:29](1603 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:35, 02:35](1628 MB) +PASS -- TEST 'control_latlon_intel' [08:29, 02:29](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:37, 02:36](1604 MB) +PASS -- TEST 'control_c48_intel' [12:33, 06:54](1713 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:26, 05:51](841 MB) +PASS -- TEST 'control_c192_intel' [15:44, 09:20](1749 MB) +PASS -- TEST 'control_c384_intel' [22:42, 10:19](2008 MB) +PASS -- TEST 'control_c384gdas_intel' [18:47, 07:23](1493 MB) +PASS -- TEST 'control_stochy_intel' [12:19, 01:28](663 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:26, 00:53](540 MB) +PASS -- TEST 'control_lndp_intel' [12:18, 01:25](669 MB) +PASS -- TEST 'control_iovr4_intel' [11:19, 02:12](661 MB) +PASS -- TEST 'control_iovr5_intel' [10:21, 02:11](662 MB) +PASS -- TEST 'control_p8_intel' [11:45, 03:37](1905 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:57, 03:22](1914 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:56, 03:30](1901 MB) +PASS -- TEST 'control_restart_p8_intel' [02:40, 01:39](1148 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:52, 03:25](1890 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:57, 02:23](1220 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:49, 03:43](1886 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:43, 03:17](1973 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:29, 05:28](1903 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:56, 03:46](1964 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:03, 02:40](1901 MB) +PASS -- TEST 'merra2_thompson_intel' [04:55, 03:03](1894 MB) +PASS -- TEST 'regional_control_intel' [05:25, 04:38](1203 MB) +PASS -- TEST 'regional_restart_intel' [09:25, 03:46](1168 MB) +PASS -- TEST 'regional_decomp_intel' [06:24, 05:07](1187 MB) +PASS -- TEST 'regional_2threads_intel' [04:27, 03:01](1151 MB) +PASS -- TEST 'regional_noquilt_intel' [07:35, 05:15](1514 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:30, 04:36](1201 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:27, 05:07](1198 MB) +PASS -- TEST 'regional_wofs_intel' [09:30, 08:32](2078 MB) + +PASS -- COMPILE 'rrfs_intel' [09:10, 08:37] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:58, 07:25](1236 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:05, 04:07](1348 MB) +PASS -- TEST 'rap_decomp_intel' [08:40, 07:59](1175 MB) +PASS -- TEST 'rap_2threads_intel' [09:51, 07:16](1369 MB) +PASS -- TEST 'rap_restart_intel' [15:07, 03:55](1159 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:49, 07:37](1225 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:35, 08:06](1159 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [13:00, 05:38](1208 MB) +PASS -- TEST 'hrrr_control_intel' [06:59, 03:50](1099 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:40, 03:58](1049 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [12:44, 03:36](1116 MB) +PASS -- TEST 'hrrr_control_restart_intel' [12:28, 02:15](1040 MB) +PASS -- TEST 'rrfs_v1beta_intel' [15:54, 06:50](1223 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [17:21, 08:15](2019 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [16:23, 07:52](2169 MB) + +PASS -- COMPILE 'csawmg_intel' [09:10, 08:21] +PASS -- TEST 'control_csawmg_intel' [16:27, 06:31](1062 MB) +PASS -- TEST 'control_ras_intel' [14:19, 02:57](851 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 04:01] +PASS -- TEST 'control_csawmg_gnu' [16:31, 08:00](1068 MB) + +PASS -- COMPILE 'wam_intel' [12:10, 11:16] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [21:35, 09:57](1663 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:10, 08:16] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [13:52, 03:10](1908 MB) +PASS -- TEST 'regional_control_faster_intel' [10:25, 05:10](1194 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:10, 06:07] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [12:29, 02:26](1644 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [14:33, 02:13](1639 MB) +PASS -- TEST 'control_stochy_debug_intel' [14:23, 02:51](844 MB) +PASS -- TEST 'control_lndp_debug_intel' [14:22, 02:23](842 MB) +PASS -- TEST 'control_csawmg_debug_intel' [16:29, 04:40](1145 MB) +PASS -- TEST 'control_ras_debug_intel' [14:27, 02:31](850 MB) +PASS -- TEST 'control_diag_debug_intel' [14:35, 02:22](1699 MB) +PASS -- TEST 'control_debug_p8_intel' [13:31, 03:20](1940 MB) +PASS -- TEST 'regional_debug_intel' [26:30, 16:16](1132 MB) +PASS -- TEST 'rap_control_debug_intel' [13:20, 04:14](1227 MB) +PASS -- TEST 'hrrr_control_debug_intel' [12:24, 04:20](1221 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [11:17, 04:15](1230 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:18, 04:15](1224 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:21, 04:14](1232 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:27, 04:29](1312 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:17, 04:26](1235 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:25](1230 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 04:23](1237 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:17, 04:28](1236 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:17, 04:20](1230 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 04:11](1241 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:19, 07:34](1230 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:17, 04:31](1221 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 05:18](1232 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:17, 04:43](1238 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:50, 07:18](1238 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [07:10, 04:12] +PASS -- TEST 'control_csawmg_debug_gnu' [02:28, 02:03](1045 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:10] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 07:53] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:43, 03:16](1234 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:37, 05:25](1161 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:02, 02:53](1038 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:35, 05:02](1292 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:42, 02:45](1041 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:38, 03:03](974 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [24:51, 04:04](1094 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [22:28, 01:35](961 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 08:03] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:38, 01:45](1282 MB) +PASS -- TEST 'conus13km_2threads_intel' [16:34, 00:52](1206 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [16:36, 01:06](1148 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:10, 08:10] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:35, 04:04](1080 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:10, 03:46] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:18, 04:05](1106 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:18, 03:58](1106 MB) +PASS -- TEST 'conus13km_debug_intel' [13:33, 12:32](1328 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:30, 12:44](997 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:28, 07:16](1241 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:35, 12:28](1409 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 03:54] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 04:20](1171 MB) + +PASS -- COMPILE 'hafsw_intel' [12:11, 10:53] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:03, 05:26](854 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:21, 05:07](1260 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:20, 06:36](950 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [29:04, 14:12](975 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:10, 15:17](1117 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [21:47, 05:33](596 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [23:16, 07:01](609 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [21:38, 02:41](431 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [26:53, 07:38](547 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [24:38, 03:52](606 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [23:42, 03:42](605 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [26:42, 05:00](666 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [21:28, 01:15](447 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:10, 03:57] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [32:51, 11:58](640 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:11, 10:15] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [36:47, 16:11](738 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [36:48, 16:26](894 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 10:14] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:50, 09:27](809 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:11, 15:04] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [26:05, 05:44](931 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [29:03, 05:56](916 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [37:47, 16:30](1348 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:10, 05:10] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [22:18, 02:11](1169 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [16:20, 01:21](1096 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [22:16, 02:06](1025 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [25:18, 02:08](1013 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [24:16, 02:09](1022 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [26:16, 02:12](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [30:18, 02:16](1162 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [29:19, 02:09](1016 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [27:52, 04:59](1167 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [28:52, 04:53](1151 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [24:21, 02:13](1160 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:15, 03:05](2406 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [22:17, 03:18](2405 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:48] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [24:16, 05:15](1067 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:01] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [21:18, 02:15](1153 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:45] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [18:27, 00:57](338 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [19:22, 00:52](574 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:24, 00:35](576 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:10, 09:03] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [22:46, 04:06](2015 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:11, 08:21] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [21:46, 04:15](1982 MB) + +PASS -- COMPILE 'atml_intel' [09:11, 08:41] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [22:53, 06:25](1890 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [21:56, 06:37](1897 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:34, 03:44](1154 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 04:42] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [20:51, 06:02](1914 MB) + +PASS -- COMPILE 'atmw_intel' [10:11, 09:34] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [17:47, 02:35](1939 MB) + +PASS -- COMPILE 'atmaero_intel' [09:10, 08:42] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [19:46, 04:38](2025 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [19:43, 04:24](1822 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [19:40, 04:47](1820 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:48] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [30:31, 17:12](4607 MB) + +PASS -- COMPILE 'atm_gnu' [10:10, 05:37] +PASS -- TEST 'control_c48_gnu' [20:37, 09:27](1531 MB) +PASS -- TEST 'control_stochy_gnu' [12:21, 02:31](728 MB) +PASS -- TEST 'control_ras_gnu' [13:19, 03:50](731 MB) +PASS -- TEST 'control_p8_gnu' [13:44, 04:44](1750 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [12:40, 04:30](1708 MB) +PASS -- TEST 'control_flake_gnu' [12:20, 04:50](806 MB) + +PASS -- COMPILE 'rrfs_gnu' [10:10, 05:48] +PASS -- TEST 'rap_control_gnu' [17:47, 08:33](1085 MB) +PASS -- TEST 'rap_decomp_gnu' [17:35, 08:53](1085 MB) +PASS -- TEST 'rap_2threads_gnu' [16:47, 07:39](1138 MB) +PASS -- TEST 'rap_restart_gnu' [06:57, 04:28](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [15:48, 08:18](1084 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [17:21, 08:36](1081 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:53, 06:11](884 MB) +PASS -- TEST 'hrrr_control_gnu' [11:32, 04:17](1069 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [11:32, 04:24](1137 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [10:45, 03:54](1015 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [10:31, 04:14](1070 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [07:21, 02:53](883 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [07:21, 02:46](933 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [15:09, 08:02](1087 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [12:10, 07:35] +PASS -- TEST 'control_diag_debug_gnu' [07:40, 01:22](1626 MB) +PASS -- TEST 'regional_debug_gnu' [14:26, 08:34](1133 MB) +PASS -- TEST 'rap_control_debug_gnu' [07:19, 02:20](1097 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [07:20, 02:14](1088 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [08:21, 02:09](1097 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [09:17, 02:15](1095 MB) +PASS -- TEST 'rap_diag_debug_gnu' [09:26, 02:19](1271 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [12:21, 04:25](1098 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [10:32, 02:09](1101 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [10:23, 02:09](1092 MB) +PASS -- TEST 'control_ras_debug_gnu' [08:19, 01:13](727 MB) +PASS -- TEST 'control_stochy_debug_gnu' [08:17, 01:27](724 MB) +PASS -- TEST 'control_debug_p8_gnu' [10:34, 02:58](1699 MB) +PASS -- TEST 'rap_flake_debug_gnu' [09:37, 02:10](1097 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [10:18, 03:06](1099 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [11:52, 04:02](1103 MB) + +PASS -- COMPILE 'wam_debug_gnu' [08:10, 04:13] +PASS -- TEST 'control_wam_debug_gnu' [13:35, 05:55](1561 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:10, 04:05] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [13:32, 07:59](963 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [09:40, 04:42](951 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:44, 07:25](1000 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [08:59, 04:17](889 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [09:37, 04:41](948 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:57, 05:54](865 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:30, 02:06](875 MB) +PASS -- TEST 'conus13km_control_gnu' [07:40, 03:29](1268 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:34, 01:10](1176 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:32, 01:38](933 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 08:48] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:32, 05:23](987 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 06:18] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [05:18, 02:47](978 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:20, 02:38](969 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:35, 05:52](1286 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:31, 06:10](958 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:29, 04:26](1191 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:27, 06:09](1351 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:10, 06:46] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:19, 02:20](1005 MB) + +PASS -- COMPILE 's2swa_gnu' [24:10, 19:14] + +PASS -- COMPILE 's2s_gnu' [20:11, 15:52] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:57, 06:07](3090 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [06:10, 05:08] + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:10, 16:44] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [30:53, 27:07](3046 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [09:10, 04:47] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:53, 12:39](2901 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [21:10, 17:15] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [07:17, 02:17](769 MB) SYNOPSIS: -Starting Date/Time: 20240807 07:47:32 -Ending Date/Time: 20240807 11:55:23 -Total Time: 04h:08m:40s +Starting Date/Time: 20240808 19:25:49 +Ending Date/Time: 20240808 21:56:56 +Total Time: 02h:32m:09s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 97fb2cfbbc..6afe601a58 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -b40a0f095bb14723f1a8be990d19a22972f356d6 +8cb23af867d56961352ff5fab97656c3a4c6b936 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,309 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) - 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) + fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) + d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240806 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_529651 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: h-nems -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [45:17, 44:24] ( 1 warnings 1378 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [23:47, 08:34](2013 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [50:22, 50:00] ( 1 warnings 1425 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [37:36, 22:06](1886 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [44:10, 24:03](2009 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [33:06, 13:32](1112 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [38:50, 24:50](1846 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [55:19, 54:44] ( 1 warnings 1422 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [30:21, 21:36](1884 MB) - -PASS -- COMPILE 's2swa_intel' [43:17, 42:35] ( 1379 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [20:26, 09:19](2048 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [21:02, 09:42](2050 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:13, 05:39](1712 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [20:35, 09:52](2065 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:17, 05:39](1735 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [20:17, 09:42](2320 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [20:31, 09:14](2061 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [19:48, 08:21](1998 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [21:00, 09:26](2050 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [19:47, 08:51](2037 MB) - -PASS -- COMPILE 's2sw_intel' [42:17, 41:49] ( 1277 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [20:00, 07:44](1904 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:16, 08:09](1968 MB) - -PASS -- COMPILE 's2swa_debug_intel' [27:25, 07:44] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [17:39, 11:17](2083 MB) - -PASS -- COMPILE 's2sw_debug_intel' [26:20, 07:20] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [16:01, 08:21](1933 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [55:22, 38:13] ( 1008 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:59, 07:09](1951 MB) - -PASS -- COMPILE 's2s_intel' [51:25, 38:23] ( 1013 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [15:14, 12:43](3021 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [07:06, 04:01](3008 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:18, 02:33](2460 MB) - -PASS -- COMPILE 's2swa_faster_intel' [43:29, 34:13] ( 1607 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [42:19, 08:42](2043 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [53:16, 47:35] ( 1337 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:40, 22:29](1920 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [55:24, 11:06](1132 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [56:42, 25:27](1882 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:13, 06:37] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [38:35, 33:59](1937 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [43:15, 38:37] ( 1 warnings 1124 remarks ) -PASS -- TEST 'control_flake_intel' [10:43, 04:43](651 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [48:34, 04:16](1550 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [32:34, 04:12](1548 MB) -PASS -- TEST 'control_latlon_intel' [10:16, 04:27](1546 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [39:34, 04:35](1547 MB) -PASS -- TEST 'control_c48_intel' [17:32, 11:47](1698 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:52, 10:22](830 MB) -PASS -- TEST 'control_c192_intel' [59:09, 14:49](1672 MB) -PASS -- TEST 'control_c384_intel' [01:08, 19:50](1800 MB) -PASS -- TEST 'control_c384gdas_intel' [59:24, 14:03](1008 MB) -PASS -- TEST 'control_stochy_intel' [08:39, 02:47](602 MB) -PASS -- TEST 'control_stochy_restart_intel' [48:46, 01:21](436 MB) -PASS -- TEST 'control_lndp_intel' [08:38, 02:38](599 MB) -PASS -- TEST 'control_iovr4_intel' [09:41, 03:58](604 MB) -PASS -- TEST 'control_iovr5_intel' [09:41, 03:52](600 MB) -PASS -- TEST 'control_p8_intel' [45:04, 06:11](1842 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [01:18, 04:43](1830 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [13:17, 05:07](1849 MB) -PASS -- TEST 'control_restart_p8_intel' [27:20, 02:57](1052 MB) -PASS -- TEST 'control_noqr_p8_intel' [43:05, 05:13](1835 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [27:31, 02:57](1072 MB) -PASS -- TEST 'control_decomp_p8_intel' [41:17, 05:44](1831 MB) -PASS -- TEST 'control_2threads_p8_intel' [41:16, 05:15](1920 MB) -PASS -- TEST 'control_p8_lndp_intel' [14:25, 08:10](1836 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [42:22, 06:27](1902 MB) -PASS -- TEST 'control_p8_mynn_intel' [34:06, 04:46](1850 MB) -PASS -- TEST 'merra2_thompson_intel' [42:29, 05:54](1842 MB) -PASS -- TEST 'regional_control_intel' [37:18, 08:09](1002 MB) -PASS -- TEST 'regional_restart_intel' [11:55, 04:39](986 MB) -PASS -- TEST 'regional_decomp_intel' [13:12, 09:13](1002 MB) -PASS -- TEST 'regional_2threads_intel' [09:16, 07:30](992 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [12:22, 08:50](1012 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [17:14, 08:14](1005 MB) - -PASS -- COMPILE 'rrfs_intel' [39:16, 38:18] ( 3 warnings 1100 remarks ) -PASS -- TEST 'rap_control_intel' [02:39, 10:47](986 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [58:48, 06:06](1164 MB) -PASS -- TEST 'rap_decomp_intel' [56:39, 11:01](974 MB) -PASS -- TEST 'rap_2threads_intel' [58:19, 09:54](1074 MB) -PASS -- TEST 'rap_restart_intel' [10:00, 05:20](986 MB) -PASS -- TEST 'rap_sfcdiff_intel' [03:35, 11:01](985 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [59:01, 11:07](982 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [11:24, 08:24](998 MB) -PASS -- TEST 'hrrr_control_intel' [57:23, 05:32](989 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [57:23, 05:33](978 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [57:13, 05:05](1053 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:34, 03:19](918 MB) -PASS -- TEST 'rrfs_v1beta_intel' [04:00, 10:37](980 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [03:44, 13:06](1945 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [00:46, 13:03](1939 MB) - -PASS -- COMPILE 'csawmg_intel' [38:17, 35:54] ( 1089 remarks ) -PASS -- TEST 'control_csawmg_intel' [56:55, 09:41](960 MB) -PASS -- TEST 'control_ras_intel' [30:31, 04:43](657 MB) - -PASS -- COMPILE 'wam_intel' [36:16, 35:46] ( 992 remarks ) -FAILED: TEST TIMED OUT -- TEST 'control_wam_intel' [, ]( MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [39:17, 38:01] ( 1292 remarks ) -PASS -- TEST 'control_p8_faster_intel' [29:57, 04:34](1838 MB) -PASS -- TEST 'regional_control_faster_intel' [10:47, 07:58](997 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [26:15, 09:38] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [28:59, 03:41](1576 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [24:02, 03:27](1574 MB) -PASS -- TEST 'control_stochy_debug_intel' [23:33, 04:01](772 MB) -PASS -- TEST 'control_lndp_debug_intel' [20:32, 03:36](772 MB) -PASS -- TEST 'control_csawmg_debug_intel' [18:43, 06:12](1082 MB) -PASS -- TEST 'control_ras_debug_intel' [14:32, 03:36](786 MB) -PASS -- TEST 'control_diag_debug_intel' [14:54, 03:32](1632 MB) -PASS -- TEST 'control_debug_p8_intel' [13:01, 04:11](1853 MB) -PASS -- TEST 'regional_debug_intel' [32:51, 23:12](1036 MB) -PASS -- TEST 'rap_control_debug_intel' [07:29, 06:16](1157 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:27, 06:05](1158 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:23, 06:18](1161 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:26, 06:25](1160 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:28, 06:20](1156 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:44, 06:47](1242 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:29, 06:36](1160 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:29, 06:34](1165 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:28, 06:20](1166 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:35, 06:27](1162 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:36, 06:11](1158 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:27, 06:17](1157 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:32, 10:11](1160 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:29, 06:07](1153 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:35, 07:33](1160 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:25, 06:14](1157 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:52, 10:54](1163 MB) - -PASS -- COMPILE 'wam_debug_intel' [33:19, 05:25] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [21:02, 16:59](1651 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [05:17, 31:55] ( 3 warnings 1024 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:18, 05:33](1042 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:11, 09:00](890 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:22, 04:46](867 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:11, 08:40](935 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:20, 04:24](899 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:20, 05:03](854 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:25, 06:46](895 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:32, 02:32](840 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [06:18, 33:24] ( 3 warnings 1197 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:04, 03:15](1095 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:50, 01:33](1042 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:43](1011 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [58:17, 32:29] ( 3 warnings 1044 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:51, 05:52](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [31:13, 05:51] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:29, 06:10](1040 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:30, 06:01](1036 MB) -PASS -- TEST 'conus13km_debug_intel' [22:05, 19:03](1146 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:50, 19:09](859 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:44, 11:04](1093 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:52, 18:57](1222 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [28:14, 05:40] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:31, 06:32](1082 MB) - -PASS -- COMPILE 'hafsw_intel' [41:17, 40:27] ( 1 warnings 1416 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:31, 07:11](695 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:39, 07:15](1066 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:44, 10:14](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [20:05, 17:02](789 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:03, 19:07](801 MB) -PASS -- TEST 'gnv1_nested_intel' [12:15, 07:43](1682 MB) - -PASS -- COMPILE 'hafs_all_intel' [38:15, 37:10] ( 1263 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:41, 09:12](744 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:37, 09:00](735 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:32] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:27, 03:38](1072 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:23, 02:11](1041 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:27, 03:31](926 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:29, 03:35](924 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:27, 03:39](920 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:29, 03:36](1065 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:29, 03:54](1065 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:29, 03:32](928 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:21, 08:01](889 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:23, 08:00](845 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:24, 03:37](1062 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:44, 05:28](2359 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:41, 05:08](2411 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:41] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:25, 07:59](1025 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:24] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 03:41](1074 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:54] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:39, 01:58](232 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:34, 02:05](270 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:33, 01:12](254 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [39:16, 37:27] ( 1013 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:51, 08:06](1896 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:15, 36:37] ( 1013 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:12, 07:57](1891 MB) - -PASS -- COMPILE 'atml_intel' [38:16, 38:01] ( 8 warnings 1165 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [17:14, 11:50](1854 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [17:35, 12:10](1846 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:55, 06:15](1064 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 06:52] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:02, 08:14](1886 MB) - -PASS -- COMPILE 'atmw_intel' [39:28, 38:11] ( 1258 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:19, 03:47](1851 MB) - -PASS -- COMPILE 'atmaero_intel' [38:23, 36:43] ( 1096 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:52, 06:36](1939 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:04, 06:53](1725 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:37, 07:05](1730 MB) - -SYNOPSIS: -Starting Date/Time: 20240807 03:37:26 -Ending Date/Time: 20240807 09:38:56 -Total Time: 06h:02m:12s -Compiles Completed: 36/36 -Tests Completed: 163/164 -Failed Tests: -* TEST control_wam_intel: FAILED: TEST TIMED OUT --- LOG: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_529651/control_wam_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 JET REGRESSION TESTING LOG==== -====START OF JET REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -f53391f8414a033e03d4d59c3362d7bb8ff66d9f - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) - 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -335,22 +36,254 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4088889 +COMPARISON DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_1259533 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: h-nems -* (-n) - RUN SINGLE TEST: control_wam -* (-e) - USE ECFLOW - -PASS -- COMPILE 'wam_intel' [18:40, 35:42] ( 992 remarks ) -PASS -- TEST 'control_wam_intel' [24:20, 15:03](1616 MB) +* (-a) - HPC PROJECT ACCOUNT: epic +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [43:50, 43:50] ( 1 warnings 1378 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:46, 08:18](2002 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [51:36, 51:36] ( 1 warnings 1425 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:13, 22:04](1884 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:57, 23:48](2021 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:18, 11:22](1114 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:08, 25:13](1849 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:59, 49:59] ( 1 warnings 1422 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:15, 21:38](1880 MB) + +PASS -- COMPILE 's2swa_intel' [44:02, 44:02] ( 1379 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:08, 08:29](2052 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:40, 08:55](2053 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:18, 05:22](1708 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:19, 08:48](2067 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:55, 05:02](1733 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:03, 08:38](2316 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:26, 09:04](2032 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:37, 07:37](2004 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:12, 08:42](1974 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:03, 08:37](2020 MB) + +PASS -- COMPILE 's2sw_intel' [41:26, 41:26] ( 1277 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 07:21](1892 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:13, 07:34](1953 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:08, 07:08] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:04, 11:18](2079 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:45, 06:45] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:27, 07:57](1918 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [37:28, 37:28] ( 1008 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:33, 06:51](1966 MB) + +PASS -- COMPILE 's2s_intel' [38:10, 38:10] ( 1013 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [13:18, 12:21](3013 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:31, 03:32](3006 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:15, 02:14](2431 MB) + +PASS -- COMPILE 's2swa_faster_intel' [33:32, 33:32] ( 1607 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:25, 08:52](2042 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [47:33, 47:33] ( 1337 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:52, 22:27](1915 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:51, 13:18](1123 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:51, 25:31](1885 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:27, 06:27] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:37, 34:03](1934 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [38:50, 38:50] ( 1 warnings 1124 remarks ) +PASS -- TEST 'control_flake_intel' [05:05, 04:45](643 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:05, 04:24](1543 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:25, 04:26](1552 MB) +PASS -- TEST 'control_latlon_intel' [05:03, 04:26](1545 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:21, 04:32](1545 MB) +PASS -- TEST 'control_c48_intel' [12:34, 11:51](1700 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:46, 10:25](834 MB) +PASS -- TEST 'control_c192_intel' [16:26, 15:27](1661 MB) +PASS -- TEST 'control_c384_intel' [20:53, 18:49](1794 MB) +PASS -- TEST 'control_c384gdas_intel' [17:08, 14:23](1001 MB) +PASS -- TEST 'control_stochy_intel' [02:56, 02:41](604 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:54, 01:34](426 MB) +PASS -- TEST 'control_lndp_intel' [02:58, 02:36](599 MB) +PASS -- TEST 'control_iovr4_intel' [04:21, 03:51](599 MB) +PASS -- TEST 'control_iovr5_intel' [04:03, 03:37](601 MB) +PASS -- TEST 'control_p8_intel' [06:54, 05:44](1838 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:47, 05:30](1833 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:10, 05:05](1840 MB) +PASS -- TEST 'control_restart_p8_intel' [04:23, 03:18](1048 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:24, 05:16](1837 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:20, 03:09](1073 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:52, 05:45](1822 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:45, 05:34](1914 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:46, 08:26](1837 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:32, 06:24](1888 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:20, 05:09](1831 MB) +PASS -- TEST 'merra2_thompson_intel' [07:16, 05:43](1841 MB) +PASS -- TEST 'regional_control_intel' [09:22, 08:44](1012 MB) +PASS -- TEST 'regional_restart_intel' [05:15, 04:37](1002 MB) +PASS -- TEST 'regional_decomp_intel' [09:29, 08:50](1000 MB) +PASS -- TEST 'regional_2threads_intel' [07:09, 06:29](987 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:42, 08:02](1003 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:50, 08:16](1000 MB) + +PASS -- COMPILE 'rrfs_intel' [38:59, 38:58] ( 3 warnings 1100 remarks ) +PASS -- TEST 'rap_control_intel' [11:35, 10:26](988 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:53, 05:48](1166 MB) +PASS -- TEST 'rap_decomp_intel' [12:04, 10:55](979 MB) +PASS -- TEST 'rap_2threads_intel' [11:19, 10:05](1070 MB) +PASS -- TEST 'rap_restart_intel' [06:40, 05:36](985 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:37, 10:27](985 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:17, 11:02](976 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:18, 08:08](994 MB) +PASS -- TEST 'hrrr_control_intel' [06:39, 05:19](986 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:00, 05:47](976 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:14, 04:57](1056 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:19, 02:57](918 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:58, 10:32](981 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:26, 13:00](1942 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:10, 12:54](1936 MB) + +PASS -- COMPILE 'csawmg_intel' [35:25, 35:25] ( 1089 remarks ) +PASS -- TEST 'control_csawmg_intel' [10:14, 09:36](957 MB) +PASS -- TEST 'control_ras_intel' [05:01, 04:42](667 MB) + +PASS -- COMPILE 'wam_intel' [35:56, 35:56] ( 992 remarks ) +PASS -- TEST 'control_wam_intel' [16:10, 15:21](1600 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [38:03, 38:03] ( 1292 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:04, 04:43](1825 MB) +PASS -- TEST 'regional_control_faster_intel' [08:50, 08:10](996 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:23, 09:23] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:16, 03:39](1565 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:18, 03:34](1571 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:29, 04:08](778 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:59, 03:42](776 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:43, 06:06](1087 MB) +PASS -- TEST 'control_ras_debug_intel' [04:05, 03:43](784 MB) +PASS -- TEST 'control_diag_debug_intel' [04:43, 03:49](1621 MB) +PASS -- TEST 'control_debug_p8_intel' [05:25, 04:36](1870 MB) +PASS -- TEST 'regional_debug_intel' [23:43, 23:12](1037 MB) +PASS -- TEST 'rap_control_debug_intel' [07:03, 06:38](1161 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:53, 06:28](1155 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:06, 06:41](1166 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:17, 06:48](1159 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:01, 06:24](1160 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:10, 06:38](1243 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:44, 06:29](1160 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:49, 06:33](1162 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:41, 06:25](1173 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:44, 06:23](1166 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:22, 06:09](1161 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 06:16](1160 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 10:08](1164 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:28, 06:13](1164 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:48, 07:30](1159 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:31, 06:14](1158 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:58, 10:47](1162 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:47, 05:46] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:24, 16:42](1616 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:56, 31:56] ( 3 warnings 1024 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:47, 05:44](1044 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:05, 08:52](895 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:12, 04:36](871 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:42, 09:08](943 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:50, 04:14](902 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:00, 04:59](852 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:59, 06:40](892 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:32, 02:51](845 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [27:44, 27:43] ( 3 warnings 1197 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:08, 03:16](1092 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:45, 01:45](1037 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:57, 02:00](1007 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:25, 32:25] ( 3 warnings 1044 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:11, 05:52](905 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:47, 05:47] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:36, 06:14](1033 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:39, 06:16](1029 MB) +PASS -- TEST 'conus13km_debug_intel' [20:11, 19:05](1145 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:27, 19:34](853 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:46, 11:07](1088 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:33, 18:57](1207 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:46, 05:46] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:33, 06:17](1078 MB) + +PASS -- COMPILE 'hafsw_intel' [40:45, 40:44] ( 1 warnings 1416 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:53, 07:21](676 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:38, 06:58](1073 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:32, 09:43](754 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:46, 17:19](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:33, 18:43](800 MB) +PASS -- TEST 'gnv1_nested_intel' [10:32, 08:18](1678 MB) + +PASS -- COMPILE 'hafs_all_intel' [36:41, 36:41] ( 1263 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:48, 09:34](749 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:42, 09:26](730 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:56, 08:56] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:11, 03:52](1060 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:34, 02:21](1031 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:53, 03:39](927 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:54, 03:40](928 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:53, 03:42](929 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:08, 03:41](1065 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:52, 03:42](1071 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:51, 03:41](936 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:37, 09:20](890 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:53, 08:48](842 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:53, 03:47](1068 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:24, 05:14](2357 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:24, 05:14](2299 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:50, 03:50] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:13, 08:05](1029 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:30, 08:30] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:58, 03:48](1087 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:57, 01:57] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:40, 02:06](232 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:10, 01:43](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 01:09](257 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [37:14, 37:14] ( 1013 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:58, 06:29](1883 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [36:44, 36:44] ( 1013 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:45, 06:26](1880 MB) + +PASS -- COMPILE 'atml_intel' [42:33, 42:32] ( 8 warnings 1165 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:29, 10:02](1849 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:47, 10:29](1851 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:24, 06:37](1061 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:10, 07:08] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:03, 08:19](1874 MB) + +PASS -- COMPILE 'atmw_intel' [38:43, 38:42] ( 1258 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:36, 03:22](1856 MB) + +PASS -- COMPILE 'atmaero_intel' [36:55, 36:54] ( 1096 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:19, 06:09](1924 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:02, 06:40](1701 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:56, 06:51](1724 MB) SYNOPSIS: -Starting Date/Time: 20240807 15:58:18 -Ending Date/Time: 20240807 19:42:39 -Total Time: 03h:44m:40s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20240809 11:54:43 +Ending Date/Time: 20240809 19:34:18 +Total Time: 07h:40m:12s +Compiles Completed: 36/36 +Tests Completed: 164/164 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 b08d50a9ee..df924a66e7 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: -c34693f57b7804adb9fae55d41f8519a32801059 +2ef6b2a03b85a89d4029566f29f0ad99dbdda7a0 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) - 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (remotes/origin/feature/chunked_array_support_use_it) + fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) + d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5296-g9e736da1) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,284 +36,284 @@ 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-20240730 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2683135 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2089570 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:11, 17:48] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:45, 14:17](2083 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 23:57] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:50, 18:00](1954 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:14, 18:58](2136 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:13, 08:55](1208 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:50, 20:22](1865 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:11, 21:51] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:46, 17:44](1944 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:11, 09:46] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:53, 27:32](1937 MB) - -PASS -- COMPILE 's2swa_intel' [18:11, 17:31] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:33, 14:18](2131 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:45, 14:38](2131 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:46, 07:52](1818 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:33, 14:34](2155 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:46, 07:51](1707 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:40, 13:22](2421 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:33, 14:43](2124 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:36, 12:12](2042 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:46, 14:20](2126 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:30, 16:45](2713 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:25, 08:52](2721 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:44, 11:59](3717 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:23, 07:25](3506 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:29, 05:57](2103 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 15:01] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:15, 14:00](1972 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:25, 04:50](2050 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:11, 09:08] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:45, 08:42](2163 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:10, 08:53] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:09, 06:12](1991 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:11, 15:18] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:29, 04:42](2042 MB) - -PASS -- COMPILE 's2s_intel' [15:11, 15:06] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:01, 10:00](3051 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [05:03, 03:18](3027 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:02, 02:18](2474 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:10, 16:51] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:31, 14:47](2131 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 18:30] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:13, 18:19](1984 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:25, 09:04](1230 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:13, 20:31](1921 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:10, 07:38] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:23, 29:28](1976 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:31] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:27, 03:43](687 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:47, 03:13](1587 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:18](1583 MB) -PASS -- TEST 'control_latlon_intel' [04:41, 03:11](1591 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:52, 03:15](1584 MB) -PASS -- TEST 'control_c48_intel' [10:52, 09:27](1707 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:36, 08:07](840 MB) -PASS -- TEST 'control_c192_intel' [13:02, 11:49](1727 MB) -PASS -- TEST 'control_c384_intel' [15:02, 12:55](1961 MB) -PASS -- TEST 'control_c384gdas_intel' [12:39, 09:55](1342 MB) -PASS -- TEST 'control_stochy_intel' [02:25, 01:51](641 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:39, 01:07](476 MB) -PASS -- TEST 'control_lndp_intel' [02:25, 01:46](644 MB) -PASS -- TEST 'control_iovr4_intel' [03:28, 02:45](639 MB) -PASS -- TEST 'control_iovr5_intel' [03:29, 02:43](642 MB) -PASS -- TEST 'control_p8_intel' [05:14, 03:30](1884 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:21, 03:34](1884 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:36, 03:25](1891 MB) -PASS -- TEST 'control_restart_p8_intel' [03:20, 02:00](1091 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:19, 03:23](1877 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:25, 02:00](1133 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:19, 03:29](1865 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:09, 03:35](1949 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:55, 05:54](1878 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:34, 04:52](1939 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:33, 03:30](1890 MB) -PASS -- TEST 'merra2_thompson_intel' [05:42, 03:51](1879 MB) -PASS -- TEST 'regional_control_intel' [07:41, 06:27](1078 MB) -PASS -- TEST 'regional_restart_intel' [04:40, 03:35](1076 MB) -PASS -- TEST 'regional_decomp_intel' [07:35, 06:46](1072 MB) -PASS -- TEST 'regional_2threads_intel' [05:41, 04:36](1070 MB) -PASS -- TEST 'regional_noquilt_intel' [07:35, 06:26](1382 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:35, 06:26](1076 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 06:30](1078 MB) -PASS -- TEST 'regional_wofs_intel' [08:34, 07:51](1903 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 12:57] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:05, 08:29](1051 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:03, 05:15](1256 MB) -PASS -- TEST 'rap_decomp_intel' [10:05, 08:45](1030 MB) -PASS -- TEST 'rap_2threads_intel' [10:05, 08:33](1156 MB) -PASS -- TEST 'rap_restart_intel' [06:35, 04:27](1042 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:06, 08:20](1055 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:06, 08:39](1016 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:34, 06:16](1073 MB) -PASS -- TEST 'hrrr_control_intel' [06:03, 04:23](1031 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:03, 04:28](1025 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:03, 04:11](1094 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:45, 02:18](945 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:28, 08:19](1046 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:30, 10:02](1986 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:30, 09:47](2029 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 12:44] -PASS -- TEST 'control_csawmg_intel' [07:40, 06:32](1018 MB) -PASS -- TEST 'control_ras_intel' [04:26, 03:29](718 MB) - -PASS -- COMPILE 'wam_intel' [13:11, 12:27] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:45, 12:40](1664 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 13:04] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:21, 03:13](1880 MB) -PASS -- TEST 'regional_control_faster_intel' [07:36, 06:13](1077 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 09:54] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:47, 03:14](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:44, 02:39](1616 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:26, 03:05](821 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:21, 02:46](815 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:37, 04:21](1131 MB) -PASS -- TEST 'control_ras_debug_intel' [03:20, 02:53](825 MB) -PASS -- TEST 'control_diag_debug_intel' [03:46, 02:48](1676 MB) -PASS -- TEST 'control_debug_p8_intel' [04:43, 03:09](1918 MB) -PASS -- TEST 'regional_debug_intel' [17:41, 17:07](1083 MB) -PASS -- TEST 'rap_control_debug_intel' [05:25, 04:59](1208 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:31, 04:50](1204 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:27, 04:57](1203 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:28, 04:58](1212 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:25, 04:53](1210 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:15](1293 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 05:02](1213 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:24, 05:01](1210 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:25, 04:56](1207 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:25, 04:56](1211 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:21, 04:57](1205 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:20, 04:55](1212 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:22, 07:58](1199 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:20, 04:54](1202 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:24, 06:07](1209 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:57](1206 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:42](1211 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:11, 06:22] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [13:43, 13:08](1685 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 12:26] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:56, 04:54](1130 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:21, 07:14](996 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:13, 03:47](922 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:02, 07:20](1064 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:06, 03:41](940 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:46, 03:56](897 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [27:33, 05:23](977 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:11, 02:10](874 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 12:29] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:54, 02:42](1165 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:43, 01:15](1121 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:49, 01:34](1071 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:10, 12:19] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:48, 04:35](973 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 06:35] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:26, 04:55](1086 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:26, 04:45](1081 MB) -PASS -- TEST 'conus13km_debug_intel' [15:55, 14:53](1235 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:49, 14:44](934 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:18](1171 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:49, 14:40](1302 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 06:13] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 05:04](1135 MB) - -PASS -- COMPILE 'hafsw_intel' [16:11, 15:41] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:13, 06:24](744 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:30, 07:23](1113 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:29, 07:44](820 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:18, 24:37](848 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [29:21, 28:09](871 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:07, 07:15](496 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:29, 08:36](505 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:06, 03:36](378 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:24, 09:57](475 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:55, 04:59](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:48, 04:48](523 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 06:04](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:39](408 MB) -PASS -- TEST 'gnv1_nested_intel' [26:26, 04:24](1716 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:11, 08:06] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [33:14, 13:05](584 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:11, 15:09] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [33:17, 13:02](641 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [34:27, 13:20](733 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 14:58] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:09, 08:46](713 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 14:28] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [29:19, 07:34](816 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [29:23, 07:31](796 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [37:12, 16:22](1198 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:47] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [23:30, 02:58](1153 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 01:54](1107 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [23:19, 02:50](1020 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [22:19, 02:55](1019 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [22:24, 02:53](1019 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [22:20, 02:59](1138 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [21:19, 02:59](1145 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [23:20, 04:21](1020 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [26:13, 06:31](1027 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [25:15, 06:28](1005 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [23:21, 04:33](1156 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:23, 04:25](2451 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [22:21, 04:20](2442 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 04:46] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [24:21, 06:31](1078 MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:12, 15:46] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:43, 14:23](2084 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:12, 25:48] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:46, 18:00](1952 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:16, 18:51](2134 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:14, 08:52](1198 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:56, 20:17](1880 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 20:48] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:40, 17:39](1944 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:21] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:48, 27:20](1938 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 15:58] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:33, 14:26](2123 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:43, 14:25](2132 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:50, 07:57](1814 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:33, 14:28](2160 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:49, 08:01](1700 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:19, 13:07](2435 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:33, 14:15](2126 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:34, 11:50](2033 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:41, 14:04](2127 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:44, 16:33](2718 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:03, 09:00](2725 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [17:57, 11:35](3689 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:24, 07:18](3491 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:30, 05:56](2105 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 15:31] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:23, 13:44](1981 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:30, 04:43](2042 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:11, 08:19] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:21, 09:08](2165 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:11, 08:10] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:12, 06:20](1993 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:11, 14:28] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:12, 04:43](2041 MB) + +PASS -- COMPILE 's2s_intel' [15:11, 14:12] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:57, 10:03](3043 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:54, 03:14](3027 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:49, 02:18](2488 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:13, 16:26] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:27, 14:46](2131 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:12, 18:47] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:12, 18:18](1993 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:24, 09:04](1246 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:12, 20:25](1904 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 08:21] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:15, 29:21](1969 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:13, 13:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:27, 03:47](685 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:47, 03:10](1582 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:15](1592 MB) +PASS -- TEST 'control_latlon_intel' [03:38, 03:09](1583 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:55, 03:15](1584 MB) +PASS -- TEST 'control_c48_intel' [10:52, 09:28](1697 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:37, 08:05](838 MB) +PASS -- TEST 'control_c192_intel' [12:56, 11:43](1720 MB) +PASS -- TEST 'control_c384_intel' [14:57, 12:45](1967 MB) +PASS -- TEST 'control_c384gdas_intel' [12:40, 09:51](1327 MB) +PASS -- TEST 'control_stochy_intel' [02:33, 01:51](647 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:42, 01:05](478 MB) +PASS -- TEST 'control_lndp_intel' [02:30, 01:46](644 MB) +PASS -- TEST 'control_iovr4_intel' [03:26, 02:44](644 MB) +PASS -- TEST 'control_iovr5_intel' [03:31, 02:41](638 MB) +PASS -- TEST 'control_p8_intel' [05:25, 03:31](1876 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:21, 03:42](1872 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:31, 03:30](1876 MB) +PASS -- TEST 'control_restart_p8_intel' [03:14, 02:02](1085 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:12, 03:29](1870 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:39, 01:58](1129 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:16, 03:34](1860 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:08, 03:38](1959 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:50, 05:57](1874 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:29, 05:01](1940 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:25, 03:34](1889 MB) +PASS -- TEST 'merra2_thompson_intel' [05:38, 03:57](1880 MB) +PASS -- TEST 'regional_control_intel' [07:40, 06:32](1086 MB) +PASS -- TEST 'regional_restart_intel' [04:42, 03:33](1073 MB) +PASS -- TEST 'regional_decomp_intel' [07:41, 06:57](1083 MB) +PASS -- TEST 'regional_2threads_intel' [05:37, 04:49](1064 MB) +PASS -- TEST 'regional_noquilt_intel' [07:41, 06:34](1389 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:40, 06:36](1090 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 06:29](1078 MB) +PASS -- TEST 'regional_wofs_intel' [08:33, 07:50](1901 MB) + +PASS -- COMPILE 'rrfs_intel' [13:15, 13:10] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:01, 08:26](1053 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:57, 05:09](1263 MB) +PASS -- TEST 'rap_decomp_intel' [10:02, 08:34](1026 MB) +PASS -- TEST 'rap_2threads_intel' [10:01, 08:32](1157 MB) +PASS -- TEST 'rap_restart_intel' [06:38, 04:23](1046 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:02, 08:21](1057 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:03, 08:40](1026 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:31, 06:18](1071 MB) +PASS -- TEST 'hrrr_control_intel' [06:00, 04:22](1026 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:02, 04:26](1024 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:01, 04:11](1094 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:40, 02:24](948 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:16, 08:20](1046 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:23, 10:00](1986 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 09:43](2026 MB) + +PASS -- COMPILE 'csawmg_intel' [12:12, 12:00] +PASS -- TEST 'control_csawmg_intel' [07:37, 06:35](1015 MB) +PASS -- TEST 'control_ras_intel' [04:24, 03:31](716 MB) + +PASS -- COMPILE 'wam_intel' [13:14, 12:33] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:47, 12:43](1665 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:13, 12:24] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:26, 03:19](1880 MB) +PASS -- TEST 'regional_control_faster_intel' [07:33, 06:11](1075 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:12, 09:50] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:43, 03:02](1615 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:45, 02:38](1611 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:30, 03:07](818 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:20, 02:49](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:32, 04:21](1134 MB) +PASS -- TEST 'control_ras_debug_intel' [03:25, 02:57](823 MB) +PASS -- TEST 'control_diag_debug_intel' [03:46, 02:47](1676 MB) +PASS -- TEST 'control_debug_p8_intel' [03:45, 03:07](1913 MB) +PASS -- TEST 'regional_debug_intel' [18:41, 17:27](1092 MB) +PASS -- TEST 'rap_control_debug_intel' [05:27, 04:58](1213 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:25, 05:03](1198 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:28, 04:54](1208 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 05:24](1213 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:23, 05:03](1209 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:32, 05:12](1294 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:24, 05:02](1205 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 05:00](1205 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:26, 05:18](1204 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:25, 04:54](1212 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:56](1208 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 05:03](1196 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:29, 07:55](1205 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 04:56](1203 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:24, 06:13](1208 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:21, 05:01](1213 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:25, 08:41](1213 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:12, 06:40] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:45, 13:17](1678 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 12:05] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:55, 04:51](1131 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:14, 07:09](1000 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:38, 03:47](932 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:14, 07:21](1074 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:40, 03:41](945 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:17, 03:56](900 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:20, 05:24](969 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:39, 02:02](880 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:13, 12:28] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:52, 02:37](1183 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:41, 01:13](1113 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:47, 01:36](1067 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:12, 12:57] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:40, 04:36](972 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:12, 07:04] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:22, 04:49](1080 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:29, 04:49](1083 MB) +PASS -- TEST 'conus13km_debug_intel' [15:50, 14:48](1232 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:45, 14:53](931 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:40, 08:31](1175 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 15:09](1296 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 07:04] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:25, 05:02](1142 MB) + +PASS -- COMPILE 'hafsw_intel' [15:13, 15:04] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:12, 06:05](740 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:28, 06:24](1116 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 07:29](820 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [25:13, 24:07](851 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:20, 28:43](873 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 07:01](495 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:30, 08:23](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:56, 03:24](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:28, 09:30](479 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:50, 04:40](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:57, 04:25](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:52, 05:42](574 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:31](399 MB) +PASS -- TEST 'gnv1_nested_intel' [07:16, 04:23](1714 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:11, 08:01] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:02, 13:15](582 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:12, 14:39] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:09, 13:01](666 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:00, 12:58](731 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:13, 15:05] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:00, 08:32](711 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:12, 14:16] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:19, 07:28](818 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:12, 07:30](799 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:54, 16:22](1202 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:12, 08:54] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 03:00](1149 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 02:01](1112 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:20, 02:49](1015 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:54](1020 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:53](1023 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:57](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:20, 02:59](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:49](1023 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:10, 06:31](1030 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:06, 06:28](999 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:58](1158 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 04:20](2449 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 04:21](2408 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:13, 05:01] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:31](1075 MB) PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:41] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [19:20, 02:59](1142 MB) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:58](1157 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:24] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [14:34, 01:01](254 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [14:26, 00:56](321 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:32, 00:37](319 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [02:12, 01:23] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 01:01](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:57](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:35](321 MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 13:04] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [17:16, 04:08](1978 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 13:12] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:06, 04:12](1969 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 12:52] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [17:08, 03:56](1944 MB) +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:12, 12:53] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:09, 03:56](1956 MB) -PASS -- COMPILE 'atml_intel' [14:12, 13:27] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [18:34, 04:49](1862 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [16:33, 04:50](1861 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:12, 02:49](1070 MB) +PASS -- COMPILE 'atml_intel' [14:12, 13:29] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:31, 04:54](1850 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:29, 04:51](1863 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:48](1052 MB) -PASS -- COMPILE 'atml_debug_intel' [09:11, 08:14] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:34, 05:53](1889 MB) +PASS -- COMPILE 'atml_debug_intel' [08:12, 07:38] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:29, 05:50](1894 MB) -PASS -- COMPILE 'atmw_intel' [13:12, 12:55] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:23, 02:07](1908 MB) +PASS -- COMPILE 'atmw_intel' [14:12, 13:37] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:21, 02:08](1908 MB) -PASS -- COMPILE 'atmaero_intel' [13:12, 12:50] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:20, 04:36](1990 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:22, 05:20](1775 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 05:25](1787 MB) +PASS -- COMPILE 'atmaero_intel' [14:11, 13:17] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:22, 04:33](1986 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:12, 05:18](1767 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:04, 05:24](1783 MB) -PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:39] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [23:11, 21:06](4568 MB) +PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:34] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:53, 20:23](4561 MB) SYNOPSIS: -Starting Date/Time: 20240806 15:14:51 -Ending Date/Time: 20240806 17:05:39 -Total Time: 01h:51m:39s +Starting Date/Time: 20240808 22:06:22 +Ending Date/Time: 20240808 23:39:07 +Total Time: 01h:33m:34s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 1be8a7287f..82b2351fcc 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: -e875df6009b3d0da5f8808467e1127a1740672e1 +2b4a599fc5da5cda16fc82974e07f353b6760f77 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,10 +11,10 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 80134e94003c4604f2133dab2ab67e8b72660731 FV3 (remotes/origin/feature/chunked_array_support_use_it) - 55182e9baf0c67e8b5beca801b924aea6237f278 FV3/atmos_cubed_sphere (201912_public_release-415-g55182e9) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (v0.1.0-1698-g0f82327) - 9e736da10c58ea10b93c9e6ec26a588b0bb78b60 FV3/ccpp/physics (EP4-850-g9e736da1) + fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/HEAD-5-gfd59004) + d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (201912_public_release-405-gd92b739) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd @@ -36,238 +36,238 @@ 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-20240730 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_24943 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_46914 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [38:03, 31:22] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [52:01, 02:24](3103 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:41, 12:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [12:09, 02:46](1817 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [50:26, 02:11](1846 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [49:37, 02:25](974 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:10, 03:01](1782 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:48, 18:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [06:01, 02:02](1808 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [12:33, 05:58] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [18:17, 02:42](1838 MB) - -PASS -- COMPILE 's2swa_intel' [30:55, 24:35] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [59:55, 02:10](3131 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [59:55, 02:39](3130 MB) -PASS -- TEST 'cpld_restart_p8_intel' [49:22, 02:39](3057 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [59:55, 01:57](3151 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [49:24, 02:05](3076 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [59:55, 02:38](3374 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [59:55, 02:13](3126 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [59:56, 02:05](3075 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [59:55, 02:24](3138 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [00:04, 06:43](4129 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [28:33, 05:13](4264 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [59:55, 02:26](3108 MB) - -PASS -- COMPILE 's2sw_intel' [22:45, 16:06] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:04, 01:46](1822 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:04, 02:57](1894 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:41, 10:43] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:08, 02:51](1887 MB) - -PASS -- COMPILE 's2s_intel' [16:40, 10:29] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [14:08, 02:18](2869 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [14:08, 01:56](2878 MB) -PASS -- TEST 'cpld_restart_c48_intel' [06:54, 02:03](2285 MB) - -PASS -- COMPILE 's2swa_faster_intel' [32:58, 26:57] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [57:51, 02:14](3132 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [30:53, 23:58] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [59:56, 02:33](1816 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [39:28, 02:29](999 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [39:00, 02:30](1804 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [26:43, 22:50] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [49:24, 02:06](1854 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [20:41, 15:31] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [53:28, 02:09](569 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [53:28, 02:20](1466 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [49:19, 01:42](1481 MB) -PASS -- TEST 'control_latlon_intel' [49:15, 01:34](1476 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [49:11, 01:53](1473 MB) -PASS -- TEST 'control_c48_intel' [48:57, 01:41](1561 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [48:07, 01:56](689 MB) -PASS -- TEST 'control_c192_intel' [47:45, 02:21](1578 MB) -PASS -- TEST 'control_c384_intel' [47:26, 02:49](1873 MB) -PASS -- TEST 'control_c384gdas_intel' [47:26, 04:00](1071 MB) -PASS -- TEST 'control_stochy_intel' [47:22, 02:11](525 MB) -PASS -- TEST 'control_stochy_restart_intel' [40:49, 02:00](326 MB) -PASS -- TEST 'control_lndp_intel' [47:19, 02:13](524 MB) -PASS -- TEST 'control_iovr4_intel' [46:43, 01:45](525 MB) -PASS -- TEST 'control_iovr5_intel' [45:55, 01:24](520 MB) -PASS -- TEST 'control_p8_intel' [45:14, 02:18](1758 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [43:53, 02:44](1753 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [43:53, 02:45](1761 MB) -PASS -- TEST 'control_restart_p8_intel' [38:36, 02:24](910 MB) -PASS -- TEST 'control_noqr_p8_intel' [43:46, 02:23](1751 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [36:36, 01:55](921 MB) -PASS -- TEST 'control_decomp_p8_intel' [43:46, 02:17](1752 MB) -PASS -- TEST 'control_2threads_p8_intel' [43:25, 02:34](1836 MB) -PASS -- TEST 'control_p8_lndp_intel' [43:23, 01:58](1769 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [43:19, 02:50](1812 MB) -PASS -- TEST 'control_p8_mynn_intel' [42:53, 02:14](1761 MB) -PASS -- TEST 'merra2_thompson_intel' [42:52, 03:08](1760 MB) -PASS -- TEST 'regional_control_intel' [42:27, 01:25](844 MB) -PASS -- TEST 'regional_restart_intel' [34:44, 01:19](841 MB) -PASS -- TEST 'regional_decomp_intel' [42:20, 02:11](840 MB) -PASS -- TEST 'regional_2threads_intel' [41:14, 01:41](895 MB) -PASS -- TEST 'regional_noquilt_intel' [40:49, 01:18](1170 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [40:20, 02:27](844 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [40:05, 01:19](840 MB) -PASS -- TEST 'regional_wofs_intel' [39:42, 02:13](1572 MB) - -PASS -- COMPILE 'rrfs_intel' [18:33, 14:31] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [54:35, 02:33](911 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [54:36, 02:36](1059 MB) -PASS -- TEST 'rap_decomp_intel' [54:35, 02:27](909 MB) -PASS -- TEST 'rap_2threads_intel' [54:35, 02:54](992 MB) -PASS -- TEST 'rap_restart_intel' [38:21, 02:21](779 MB) -PASS -- TEST 'rap_sfcdiff_intel' [54:35, 02:17](910 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [54:35, 02:32](909 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [37:22, 02:46](778 MB) -PASS -- TEST 'hrrr_control_intel' [54:35, 02:21](908 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [54:35, 02:21](906 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [54:36, 02:48](982 MB) -PASS -- TEST 'hrrr_control_restart_intel' [37:21, 02:15](734 MB) -PASS -- TEST 'rrfs_v1beta_intel' [54:35, 02:18](904 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [54:35, 02:02](1870 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [54:35, 02:23](1856 MB) - -PASS -- COMPILE 'csawmg_intel' [30:54, 27:28] -PASS -- TEST 'control_csawmg_intel' [36:49, 01:29](864 MB) -PASS -- TEST 'control_ras_intel' [36:36, 01:54](561 MB) - -PASS -- COMPILE 'wam_intel' [14:34, 12:43] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [53:30, 01:39](1558 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:36, 16:57] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [36:26, 02:58](1751 MB) -PASS -- TEST 'regional_control_faster_intel' [36:21, 01:21](835 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:32, 11:25] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [36:18, 02:15](1499 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [36:17, 02:21](1495 MB) -PASS -- TEST 'control_stochy_debug_intel' [35:39, 01:49](703 MB) -PASS -- TEST 'control_lndp_debug_intel' [35:20, 02:01](705 MB) -PASS -- TEST 'control_csawmg_debug_intel' [35:07, 01:30](1006 MB) -PASS -- TEST 'control_ras_debug_intel' [34:54, 02:08](707 MB) -PASS -- TEST 'control_diag_debug_intel' [34:37, 02:34](1561 MB) -PASS -- TEST 'control_debug_p8_intel' [34:12, 01:36](1786 MB) -PASS -- TEST 'regional_debug_intel' [33:41, 02:11](884 MB) -PASS -- TEST 'rap_control_debug_intel' [33:07, 01:36](1084 MB) -PASS -- TEST 'hrrr_control_debug_intel' [32:31, 01:53](1080 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [32:24, 01:49](1081 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [32:22, 01:44](1080 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [32:20, 01:43](1084 MB) -PASS -- TEST 'rap_diag_debug_intel' [31:30, 01:28](1166 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [31:17, 01:32](1084 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [31:08, 01:39](1084 MB) -PASS -- TEST 'rap_lndp_debug_intel' [31:06, 01:42](1088 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [30:31, 01:40](1085 MB) -PASS -- TEST 'rap_noah_debug_intel' [30:28, 01:48](1082 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [30:27, 01:40](1083 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [30:25, 01:25](1080 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [30:07, 01:45](1080 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [30:04, 01:23](1084 MB) -PASS -- TEST 'rap_flake_debug_intel' [30:02, 01:38](1088 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [29:53, 02:43](1087 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:26, 07:27] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [29:40, 01:40](1580 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:29, 07:54] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [29:13, 01:59](923 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [29:01, 02:16](786 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [28:42, 02:52](781 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [28:23, 02:25](843 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [28:18, 03:03](830 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [28:00, 02:41](780 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:57, 03:03](677 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [20:51, 01:20](664 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:29, 09:27] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [27:38, 01:47](998 MB) -PASS -- TEST 'conus13km_2threads_intel' [22:40, 01:58](996 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [22:30, 01:43](866 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:30, 10:58] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [26:57, 02:14](814 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:23, 06:32] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [25:34, 01:50](962 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [24:36, 01:50](960 MB) -PASS -- TEST 'conus13km_debug_intel' [24:36, 01:49](1052 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:36, 01:38](716 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [24:37, 01:35](1047 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:46, 02:11](1114 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [30:53, 28:52] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [21:25, 01:52](982 MB) - -PASS -- COMPILE 'hafsw_intel' [14:29, 12:50] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [23:41, 03:05](601 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [23:32, 02:07](943 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [23:29, 03:00](648 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [22:53, 02:49](674 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:53, 02:43](695 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [22:52, 02:07](377 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [22:30, 03:12](388 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [20:56, 02:34](282 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:56, 04:52](370 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [20:42, 01:42](401 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [20:07, 01:52](411 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [19:51, 01:56](479 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [19:05, 01:55](315 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [19:33, 16:58] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:50, 02:28](517 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [23:50, 20:07] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:44, 02:29](523 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:04, 02:14](703 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:31, 13:23] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:31, 03:41](701 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:29, 11:12] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [17:26, 02:28](651 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:22, 04:02](627 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:02, 02:13](878 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:38, 12:01] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [16:29, 01:44](1816 MB) - -PASS -- COMPILE 'atml_intel' [17:37, 14:56] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [11:25, 09:03] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [17:46, 14:43] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [14:55, 02:59](3028 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [14:50, 02:22](2907 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:39, 02:22](2925 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:27, 10:01] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [14:30, 02:45](4443 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:28, 11:14] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:43, 02:10](3103 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [37:08, 35:52] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [44:03, 02:02](1806 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:56, 01:44](1839 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [25:51, 02:15](973 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:58, 01:37](1784 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:25, 23:07] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [56:46, 01:09](1806 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:39, 15:18] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [04:33, 01:19](1845 MB) + +PASS -- COMPILE 's2swa_intel' [12:28, 11:22] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:43, 01:23](3132 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:43, 01:29](3132 MB) +PASS -- TEST 'cpld_restart_p8_intel' [00:23, 02:10](3059 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:43, 01:20](3154 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [00:23, 02:09](3080 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:43, 01:47](3367 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:43, 01:29](3127 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:44, 02:20](3077 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:43, 01:30](3131 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [08:52, 03:43](4123 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [50:28, 04:22](4266 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:43, 01:35](3110 MB) + +PASS -- COMPILE 's2sw_intel' [31:01, 29:46] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [50:11, 01:02](1827 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [50:11, 01:11](1896 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:28, 11:06] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:43, 01:22](1885 MB) + +PASS -- COMPILE 's2s_intel' [12:28, 10:05] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:42, 00:43](2865 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [08:42, 01:47](2870 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:07, 01:36](2274 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:24, 21:01] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [57:47, 01:54](3130 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:26, 22:52] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [56:46, 01:11](1817 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [39:18, 01:36](984 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [39:19, 00:55](1798 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:55, 08:10] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [57:48, 01:36](1860 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [20:34, 19:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [48:08, 00:31](568 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [48:08, 00:35](1473 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [48:08, 00:27](1480 MB) +PASS -- TEST 'control_latlon_intel' [48:08, 00:28](1469 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:08, 00:37](1468 MB) +PASS -- TEST 'control_c48_intel' [48:07, 00:58](1557 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [48:07, 00:57](690 MB) +PASS -- TEST 'control_c192_intel' [48:08, 01:14](1579 MB) +PASS -- TEST 'control_c384_intel' [48:12, 02:00](1862 MB) +PASS -- TEST 'control_c384gdas_intel' [48:12, 02:43](1065 MB) +PASS -- TEST 'control_stochy_intel' [47:51, 00:23](525 MB) +PASS -- TEST 'control_stochy_restart_intel' [45:23, 01:02](329 MB) +PASS -- TEST 'control_lndp_intel' [46:39, 00:34](529 MB) +PASS -- TEST 'control_iovr4_intel' [45:22, 00:41](523 MB) +PASS -- TEST 'control_iovr5_intel' [45:19, 00:40](519 MB) +PASS -- TEST 'control_p8_intel' [45:08, 01:01](1755 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [45:08, 01:02](1762 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [45:08, 01:05](1761 MB) +PASS -- TEST 'control_restart_p8_intel' [40:23, 00:57](895 MB) +PASS -- TEST 'control_noqr_p8_intel' [44:57, 01:29](1750 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [39:35, 00:50](916 MB) +PASS -- TEST 'control_decomp_p8_intel' [44:43, 01:23](1750 MB) +PASS -- TEST 'control_2threads_p8_intel' [44:42, 01:41](1848 MB) +PASS -- TEST 'control_p8_lndp_intel' [44:08, 01:01](1761 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [44:08, 01:55](1808 MB) +PASS -- TEST 'control_p8_mynn_intel' [44:06, 01:52](1773 MB) +PASS -- TEST 'merra2_thompson_intel' [44:06, 01:44](1766 MB) +PASS -- TEST 'regional_control_intel' [43:46, 01:10](845 MB) +PASS -- TEST 'regional_restart_intel' [37:08, 00:27](841 MB) +PASS -- TEST 'regional_decomp_intel' [43:32, 00:53](842 MB) +PASS -- TEST 'regional_2threads_intel' [43:19, 00:52](904 MB) +PASS -- TEST 'regional_noquilt_intel' [43:17, 00:22](1168 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [42:56, 00:25](844 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [41:53, 00:14](841 MB) +PASS -- TEST 'regional_wofs_intel' [41:50, 00:43](1572 MB) + +PASS -- COMPILE 'rrfs_intel' [14:26, 11:53] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [54:16, 01:28](909 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [54:17, 01:05](1058 MB) +PASS -- TEST 'rap_decomp_intel' [54:16, 01:39](911 MB) +PASS -- TEST 'rap_2threads_intel' [54:16, 02:08](994 MB) +PASS -- TEST 'rap_restart_intel' [41:10, 01:02](782 MB) +PASS -- TEST 'rap_sfcdiff_intel' [54:16, 01:20](906 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [54:16, 01:41](911 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [40:22, 01:45](777 MB) +PASS -- TEST 'hrrr_control_intel' [54:16, 01:21](909 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [54:16, 01:17](906 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [54:17, 01:46](983 MB) +PASS -- TEST 'hrrr_control_restart_intel' [48:38, 01:02](735 MB) +PASS -- TEST 'rrfs_v1beta_intel' [54:16, 01:18](906 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [54:16, 01:04](1870 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [54:16, 00:19](1857 MB) + +PASS -- COMPILE 'csawmg_intel' [17:30, 16:22] +PASS -- TEST 'control_csawmg_intel' [51:13, 00:32](864 MB) +PASS -- TEST 'control_ras_intel' [51:13, 00:49](559 MB) + +PASS -- COMPILE 'wam_intel' [14:20, 13:20] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [50:11, 00:30](1562 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:39, 09:33] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [40:22, 01:57](1750 MB) +PASS -- TEST 'regional_control_faster_intel' [39:54, 00:22](837 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [18:47, 17:59] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [38:42, 01:18](1501 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [38:39, 01:26](1496 MB) +PASS -- TEST 'control_stochy_debug_intel' [38:26, 00:46](702 MB) +PASS -- TEST 'control_lndp_debug_intel' [37:43, 01:11](699 MB) +PASS -- TEST 'control_csawmg_debug_intel' [37:36, 00:31](1007 MB) +PASS -- TEST 'control_ras_debug_intel' [37:22, 01:18](706 MB) +PASS -- TEST 'control_diag_debug_intel' [37:12, 01:22](1565 MB) +PASS -- TEST 'control_debug_p8_intel' [37:08, 01:00](1791 MB) +PASS -- TEST 'regional_debug_intel' [37:07, 00:39](885 MB) +PASS -- TEST 'rap_control_debug_intel' [36:56, 00:48](1089 MB) +PASS -- TEST 'hrrr_control_debug_intel' [36:54, 00:56](1079 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [36:15, 00:51](1080 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [36:14, 00:49](1082 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [35:57, 00:45](1084 MB) +PASS -- TEST 'rap_diag_debug_intel' [35:50, 00:41](1168 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [35:49, 00:39](1087 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [35:28, 00:41](1084 MB) +PASS -- TEST 'rap_lndp_debug_intel' [34:58, 00:42](1086 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [34:06, 00:49](1088 MB) +PASS -- TEST 'rap_noah_debug_intel' [34:06, 00:55](1078 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [34:03, 00:51](1085 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [33:57, 00:46](1081 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [33:55, 00:42](1077 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [33:48, 00:41](1081 MB) +PASS -- TEST 'rap_flake_debug_intel' [33:40, 00:32](1084 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [33:22, 01:56](1088 MB) + +PASS -- COMPILE 'wam_debug_intel' [20:52, 19:56] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [33:22, 00:32](1581 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [25:03, 23:52] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [30:20, 01:29](921 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [30:18, 01:07](783 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [30:14, 02:24](779 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [30:07, 01:25](839 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [29:31, 02:05](830 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [29:30, 01:40](780 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [23:03, 01:32](676 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [24:22, 00:19](659 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:51, 10:21] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [39:53, 01:08](992 MB) +PASS -- TEST 'conus13km_2threads_intel' [33:10, 00:56](997 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [32:48, 00:43](871 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:29, 08:21] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [39:35, 01:23](810 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [16:46, 15:53] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [32:40, 00:51](961 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [32:20, 00:59](957 MB) +PASS -- TEST 'conus13km_debug_intel' [32:16, 00:50](1044 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [31:57, 00:33](717 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [29:19, 00:26](1046 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [29:14, 00:44](1118 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:34, 11:55] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [29:12, 00:49](984 MB) + +PASS -- COMPILE 'hafsw_intel' [11:32, 11:10] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [29:09, 01:31](600 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [28:54, 01:13](952 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [28:48, 01:50](652 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [28:12, 01:45](669 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:24, 01:40](698 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [27:23, 01:05](377 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [27:24, 02:13](393 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [27:23, 01:33](292 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [27:15, 02:36](368 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [26:17, 01:32](405 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [26:11, 00:58](411 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [24:17, 00:45](477 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [24:16, 00:28](310 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [10:29, 09:21] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:08, 01:16](513 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:38, 09:25] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [24:06, 00:58](519 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [23:55, 01:45](701 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:47, 15:17] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:06, 00:56](703 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:34, 12:01] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [22:40, 02:12](649 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [22:22, 02:09](625 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:47, 00:34](878 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:53, 14:47] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [21:47, 00:40](1822 MB) + +PASS -- COMPILE 'atml_intel' [15:44, 14:59] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [10:36, 09:49] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [16:42, 16:12] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [19:53, 01:19](3028 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [19:53, 01:46](2908 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [19:53, 01:54](2921 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:33, 07:21] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:41, 01:58](4442 MB) SYNOPSIS: -Starting Date/Time: 20240807 17:28:56 -Ending Date/Time: 20240807 19:15:26 -Total Time: 01h:47m:05s +Starting Date/Time: 20240809 15:38:32 +Ending Date/Time: 20240809 17:05:15 +Total Time: 01h:27m:22s Compiles Completed: 33/33 Tests Completed: 156/156 diff --git a/tests/parm/fd_ufs.yaml b/tests/parm/fd_ufs.yaml index c0189f0bdf..edfca0beed 100644 --- a/tests/parm/fd_ufs.yaml +++ b/tests/parm/fd_ufs.yaml @@ -1,1266 +1,1266 @@ - field_dictionary: - version_number: 0.0.0 - institution: National ESPC, CSC & MCL Working Groups - source: automatically generated by the NUOPC Layer - description: Community-based dictionary for shared coupling fields - entries: - # - #----------------------------------- - # section: mediator calculation for atm/ocn flux calculation - #----------------------------------- - # - - standard_name: Faox_lat - alias: mean_laten_heat_flx_atm_into_ocn - canonical_units: W m-2 - description: mediator calculation - atm/ocn surface latent heat flux - # - - standard_name: Faox_lwup - alias: mean_up_lw_flx_ocn - canonical_units: W m-2 - description: mediator calculation - long wave radiation flux over the ocean - # - - standard_name: Faox_taux - alias: stress_on_air_ocn_zonal - canonical_units: N m-2 - description: mediator calculation - # - - standard_name: Faox_tauy - alias: stress_on_air_ocn_merid - canonical_units: N m-2 - description: mediator calculation - # - - standard_name: Foxx_lwnet - alias: mean_net_lw_flx - canonical_units: W m-2 - description: mediator calculation - atm/ocn net longwave flux - # - - standard_name: Foxx_sen - canonical_units: W m-2 - alias: mean_sensi_heat_flx - description: mediator calculation - atm/ocn surface sensible heat flux - # - - standard_name: Foxx_evap - canonical_units: kg m-2 s-1 - alias: mean_evap_rate - description: mediator calculation - atm/ocn specific humidity flux - # - - standard_name: Faox_evap - canonical_units: kg m-2 s-1 - description: mediator calculation - atm/ocn specific humidity flux - #----------------------------------- - # section: atmosphere export - #----------------------------------- - # - - standard_name: Faxa_bcph - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_ocph - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_dstdry - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_dstwet - canonical_units: kg m-2 s-1 - description: atmosphere export - # - #----------------------------------- - # section: atmosphere export - #----------------------------------- - # - - standard_name: Faxa_swdn - alias: inst_down_sw_flx - canonical_units: W m-2 - description: atmosphere export - mean downward SW heat flux - # - - standard_name: Faxa_lwdn - alias: inst_down_lw_flx - canonical_units: W m-2 - description: atmosphere export - mean downward LW heat flux - # - - standard_name: Faxa_rain - alias: inst_prec_rate - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_rainc - alias: inst_prec_rate_conv - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_rainl - alias: inst_prec_rate_large - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_snow - alias: inst_fprec_rate - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_snowc - alias: inst_fprec_rate_conv - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_snowl - alias: inst_fprec_rate_large - canonical_units: kg m-2 s-1 - description: atmosphere export - # - - standard_name: Faxa_swnet - alias: inst_net_sw_flx - canonical_units: W m-2 - description: atmosphere export - # - - standard_name: Faxa_swndf - alias: inst_down_sw_ir_dif_flx - canonical_units: W m-2 - description: atmosphere export - mean surface downward nir diffuse flux - # - - standard_name: Faxa_swndr - alias: inst_down_sw_ir_dir_flx - canonical_units: W m-2 - description: atmosphere export - mean surface downward nir direct flux - # - - standard_name: Faxa_swvdf - alias: inst_down_sw_vis_dif_flx - canonical_units: W m-2 - description: atmosphere export - mean surface downward uv+vis diffuse flux - # - - standard_name: Faxa_swvdr - alias: inst_down_sw_vis_dir_flx - canonical_units: W m-2 - description: atmosphere export - mean surface downward uv+visvdirect flux - # - - standard_name: Sa_dens - alias: air_density_height_lowest - canonical_units: kg m-3 - description: atmosphere export- density at the lowest model layer - # - - standard_name: Sa_pbot - alias: inst_pres_height_lowest - canonical_units: Pa - description: atmosphere export - pressure at lowest model layer - # - - standard_name: Sa_prsl - alias: inst_pres_height_lowest_from_phys - canonical_units: Pa - description: atmosphere export - pressure at lowest model layer - # - - standard_name: Sa_pslv - alias: inst_pres_height_surface - canonical_units: Pa - description: atmosphere export - instantaneous pressure land and sea surface - # - - standard_name: Sa_ptem - canonical_units: K - description: atmosphere export - bottom layer potential temperature - # - - standard_name: Sa_shum - alias: inst_spec_humid_height_lowest - canonical_units: kg kg-1 - description: atmosphere export - bottom layer specific humidity - # - - standard_name: Sa_qa - alias: inst_spec_humid_height_lowest_from_phys - canonical_units: kg kg-1 - description: atmosphere export - bottom layer specific humidity - # - - standard_name: Sa_tbot - alias: inst_temp_height_lowest - canonical_units: K - description: atmosphere export - bottom layer temperature - # - - standard_name: Sa_tskn - alias: inst_temp_height_surface - - standard_name: Sa_tskn - alias: inst_temp_skin_temperature - canonical_units: K - description: atmosphere export - sea surface skin temperature - # - - standard_name: Sa_ta - alias: inst_temp_height_lowest_from_phys - canonical_units: K - description: atmosphere export - bottom layer temperature - # - - standard_name: Sa_u - alias: inst_zonal_wind_height_lowest - canonical_units: m s-1 - description: atmosphere export - bottom layer zonal wind - # - - standard_name: Sa_v - alias: inst_merid_wind_height_lowest - canonical_units: m s-1 - description: atmosphere export - bottom layer meridional wind - # - - standard_name: Sa_wspd - alias: inst_wind_speed_height_lowest - canonical_units: m s-1 - description: atmosphere export - bottom layer wind speed - # - - standard_name: Sa_z - alias: inst_height_lowest - canonical_units: m - description: atmosphere export - bottom layer height - # - - standard_name: Sa_topo - alias: inst_surface_height - canonical_units: m - description: atmosphere export - topographic height - # - - standard_name: Faxa_taux - alias: inst_zonal_moment_flx - - standard_name: Faxa_taux - alias: inst_zonal_moment_flx_atm - canonical_units: N m-2 - description: atmosphere export- zonal component of momentum flux - # - - standard_name: Faxa_tauy - alias: inst_merid_moment_flx - - standard_name: Faxa_tauy - alias: inst_merid_moment_flx_atm - canonical_units: N m-2 - description: atmosphere export - meridional component of momentum flux - # - - standard_name: Faxa_lwnet - canonical_units: W m-2 - alias: inst_net_lw_flx - description: atmosphere export - mean net longwave flux from atm - # - - standard_name: Faxa_sen - canonical_units: W m-2 - alias: inst_sensi_heat_flx - description: atmosphere export - sensible heat flux - # - - standard_name : Faxa_evap - canonical_units: kg m-2 s-1 - alias: inst_evap_rate - description: atmosphere export - latent heat flux conversion - # - - standard_name: Faxx_evap - canonical_units: kg m-2 s-1 - description: atmosphere import - # - - standard_name: Faxa_lat - alias: inst_laten_heat_flx - canonical_units: W m-2 - description: atmosphere export - latent heat flux - # - - standard_name: Faxx_lat - alias: mean_laten_heat_flx - canonical_units: W m-2 - description: atmosphere import - # - - standard_name: Faxx_lwup - alias: mean_up_lw_flx - canonical_units: W m-2 - description: atmosphere import - merged ocn/ice flux - # - - standard_name: Faxx_sen - alias: mean_sensi_heat_flx - canonical_units: W m-2 - description: atmosphere import - # - - standard_name: Faxx_taux - alias: mean_zonal_moment_flx - canonical_units: N m-2 - description: atmosphere import - zonal component of momentum flux - # - - standard_name: Faxx_tauy - alias: mean_merid_moment_flx - canonical_units: N m-2 - description: atmosphere import - meridional component of momentum flux - # - - standard_name: Sa_ofrac - alias: openwater_frac_in_atm - canonical_units: 1 - description: atm export to mediator - open water ocean fraction (varies with time) - # - - standard_name: Sa_u10m - alias: inst_zonal_wind_height10m - canonical_units: m s-1 - description: atmosphere export - zonal wind height 10m - - standard_name: Sa_u10m - alias: eastward_wind_at_10m_height - # - - standard_name: Sa_v10m - alias: inst_merid_wind_height10m - canonical_units: m s-1 - description: atmosphere export - meridional wind height 10m - - standard_name: Sa_v10m - alias: northward_wind_at_10m_height - # - - standard_name: Sa_wspd10m - alias: inst_wind_speed_height10m - canonical_units: m s-1 - description: atmosphere export - wind speed height 10m - # - - standard_name: Sa_t2m - alias: inst_temp_height2m - canonical_units: K - description: atmosphere export - temperature height 2m - # - - standard_name: Sa_q2m - alias: inst_spec_humid_height2m - canonical_units: kg kg -1 - description: atmosphere export - specifc humidity height 2m - # - - standard_name: canopy_moisture_storage - canonical_units: m - description: canopy moisture content - # - - standard_name: inst_aerodynamic_conductance - canonical_units: m - description: aerodynamic conductance - # - - standard_name: inst_canopy_resistance - canonical_units: s m-1 - description: canopy aerodynamic resistance - # - - standard_name: leaf_area_index - canonical_units: 1 - description: leaf area index - # - - standard_name: temperature_of_soil_layer - canonical_units: K - description: temperature in soil layer - # - - standard_name: height - canonical_units: m - description: orography - # - - standard_name: Sa_exner - alias: inst_exner_function_height_lowest - canonical_units: 1 - description: dimensionless exner function at surface adjacent layer - # - - standard_name: Sa_ustar - alias: surface_friction_velocity - canonical_units: m s-1 - description: surface friction velocity - # - #----------------------------------- - # section: sea-ice export - #----------------------------------- - # - - standard_name: Faii_evap - alias: evap_rate_atm_into_ice - canonical_units: kg m-2 s-1 - description: sea-ice export - # - - standard_name: Faii_lat - alias: laten_heat_flx_atm_into_ice - canonical_units: W m-2 - description: sea-ice export to atm - atm/ice latent heat flux - # - - standard_name: Faii_sen - alias: sensi_heat_flx_atm_into_ice - canonical_units: W m-2 - description: sea-ice export to atm - atm/ice sensible heat flux - # - - standard_name: Faii_lwup - alias: lwup_flx_ice - canonical_units: W m-2 - description: sea-ice export - outgoing logwave radiation - # - - standard_name: Faii_swnet - canonical_units: W m-2 - description: sea-ice export to atm - # - - standard_name: Faii_taux - alias: stress_on_air_ice_zonal - canonical_units: N m-2 - description: sea-ice export to atm - air ice zonal stress - # - - standard_name: Faii_tauy - alias: stress_on_air_ice_merid - canonical_units: N m-2 - description: sea-ice export - air ice meridional stress - # - - standard_name: Fioi_bcphi - canonical_units: kg m-2 s-1 - description: sea-ice export to ocean - hydrophilic black carbon flux to ocean - # - - standard_name: Fioi_bcpho - canonical_units: kg m-2 s-1 - description: sea-ice export to ocean - hydrophobic black carbon flux to ocean - # - - standard_name: Fioi_flxdst - canonical_units: kg m-2 s-1 - description: sea-ice export to ocean - dust aerosol flux to ocean - # - - standard_name: Fioi_melth - alias: net_heat_flx_to_ocn - canonical_units: W m-2 - description: sea-ice export to ocean - net heat flux to ocean - # - - standard_name: Fioi_meltw - alias: mean_fresh_water_to_ocean_rate - canonical_units: kg m-2 s-1 - description: sea-ice export to ocean - fresh water to ocean (h2o flux from melting) - # - - standard_name: Fioi_meltw_wiso - alias: mean_fresh_water_to_ocean_rate_wiso - canonical_units: kg m-2 s-1 - description: sea-ice export to ocean - fresh water to ocean (h2o flux from melting) for 16O, 18O, HDO - # - - standard_name: Fioi_salt - alias: mean_salt_rate - canonical_units: kg m-2 s-1 - description: sea-ice export to ocean - salt to ocean (salt flux from melting) - # - - standard_name: Fioi_swpen - alias: mean_sw_pen_to_ocn - canonical_units: W m-2 - description: sea-ice export to ocean - flux of shortwave through ice to ocean - # - - standard_name: Fioi_swpen_vdr - alias: mean_sw_pen_to_ocn_vis_dir_flx - canonical_units: W m-2 - description: sea-ice export to ocean - flux of vis dir shortwave through ice to ocean - # - - standard_name: Fioi_swpen_vdf - alias: mean_sw_pen_to_ocn_vis_dif_flx - canonical_units: W m-2 - description: sea-ice export to ocean - flux of vif dir shortwave through ice to ocean - # - - standard_name: Fioi_swpen_idr - alias: mean_sw_pen_to_ocn_ir_dir_flx - canonical_units: W m-2 - description: sea-ice export to ocean - flux of ir dir shortwave through ice to ocean - # - - standard_name: Fioi_swpen_idf - alias: mean_sw_pen_to_ocn_ir_dif_flx - canonical_units: W m-2 - description: sea-ice export to ocean - flux of ir dif shortwave through ice to ocean - # - - standard_name: Fioi_taux - alias: stress_on_ocn_ice_zonal - canonical_units: N m-2 - description: sea-ice export to ocean - ice ocean zonal stress - # - - standard_name: Fioi_tauy - alias: stress_on_ocn_ice_merid - canonical_units: N m-2 - description: sea-ice export to ocean - ice ocean meridional stress - # - - standard_name: Si_anidf - alias: inst_ice_ir_dif_albedo - canonical_units: 1 - description: sea-ice export to atm - # - - standard_name: Si_anidr - alias: inst_ice_ir_dir_albedo - canonical_units: 1 - description: sea-ice export to atm - # - - standard_name: Si_avsdf - alias: inst_ice_vis_dif_albedo - canonical_units: 1 - description: sea-ice export to atm - # - - standard_name: Si_avsdr - alias: inst_ice_vis_dir_albedo - canonical_units: 1 - description: sea-ice export to atm - # - - standard_name: Si_ifrac - alias: ice_fraction - canonical_units: 1 - description: sea-ice export to atm - ice fraction (varies with time) - # - - standard_name: Si_imask - alias: ice_mask - canonical_units: 1 - description: sea-ice export - ice mask - # - - standard_name: Si_qref - canonical_units: kg kg-1 - description: sea-ice export to atm - # - - standard_name: Si_t - alias: sea_ice_surface_temperature - canonical_units: K - description: sea-ice export - # - - standard_name: Si_tref - canonical_units: K - description: sea-ice export - # - - standard_name: Si_u10 - canonical_units: m/s - description: sea-ice export - # - - standard_name: Si_vice - alias: sea_ice_volume - canonical_units: m - description: sea-ice export - volume of ice per unit area - # - - standard_name: Si_snowh - canonical_units: m - description: sea-ice export - surface_snow_water_equivalent - # - - standard_name: Si_vsno - alias: snow_volume_on_sea_ice - canonical_units: m - description: sea-ice export - volume of snow per unit area - # - - standard_name: Si_thick - canonical_units: m - description: sea-ice export - ice thickness - # - - standard_name: Si_floediam - canonical_units: m - description: sea-ice export - ice floe diameter - # - #----------------------------------- - # section: ocean export to mediator - #----------------------------------- - # - - standard_name: Fioo_q - alias: freezing_melting_potential - canonical_units: W m-2 - description: ocean export - # - - standard_name: So_bldepth - alias: mixed_layer_depth - canonical_units: m - description: ocean export - # - - standard_name: So_h - alias: sea_surface_height_above_sea_level - canonical_units: m - description: ocean export - - standard_name: So_h - alias: seahgt - # - - standard_name: So_dhdx - alias: sea_surface_slope_zonal - canonical_units: m m-1 - description: ocean export - # - - standard_name: So_dhdy - alias: sea_surface_slope_merid - canonical_units: m m-1 - description: ocean export - # - - standard_name: So_duu10n - canonical_units: m2 s-2 - description: ocean export - # - - standard_name: So_fswpen - canonical_units: 1 - description: ocean export - # - - standard_name: So_ofrac - canonical_units: 1 - description: ocean export - # - - standard_name: So_omask - alias: ocean_mask - canonical_units: 1 - description: ocean export - # - - standard_name: So_qref - canonical_units: kg kg-1 - description: ocean export - # - - standard_name: So_re - canonical_units: 1 - description: ocean export - # - - standard_name: So_s - alias: s_surf - canonical_units: g kg-1 - description: ocean export - # - - standard_name: So_ssq - canonical_units: kg kg-1 - description: ocean export - # - - standard_name: So_t - alias: sea_surface_temperature - canonical_units: K - description: ocean export - # - - standard_name: So_tref - canonical_units: K - description: ocean export - # - - standard_name: So_u - alias: ocn_current_zonal - canonical_units: m s-1 - description: ocean export - # - - standard_name: So_u10 - canonical_units: m - description: ocean export - # - - standard_name: So_ustar - canonical_units: m s-1 - description: ocean export - # - - standard_name: So_v - alias: ocn_current_merid - canonical_units: m s-1 - description: ocean export - # - #----------------------------------- - # section: ocean import - #----------------------------------- - # - - standard_name: Foxx_hrain - canonical_units: W m-2 - description: to ocn heat content of rain - # - - standard_name: Foxx_hsnow - canonical_units: W m-2 - description: to ocn heat content of snow - # - - standard_name: Foxx_hevap - canonical_units: W m-2 - description: to ocn heat content of evaporation - # - - standard_name: Foxx_hcond - canonical_units: W m-2 - description: to ocn heat content of condensation - # - - standard_name: Foxx_hrofl - canonical_units: W m-2 - description: to ocn heat content of liquid runoff - # - - standard_name: Foxx_hrofi - canonical_units: W m-2 - description: to ocn heat content of ice runoff - # - - standard_name: Foxx_rofi - canonical_units: kg m-2 s-1 - description: ocean import - water flux due to runoff (frozen) - # - - standard_name: Foxx_rofl - canonical_units: kg m-2 s-1 - description: ocean import - water flux due to runoff (liquid) - # - - standard_name: Foxx_swnet - alias: mean_net_sw_flx - canonical_units: W m-2 - description: ocean import - net shortwave radiation to ocean - # - - standard_name: Foxx_swnet_vdr - alias: mean_net_sw_vis_dir_flx - canonical_units: W m-2 - description: ocean import - net shortwave visible direct radiation to ocean - # - - standard_name: Foxx_swnet_vdf - alias: mean_net_sw_vis_dif_flx - canonical_units: W m-2 - description: ocean import - net shortwave visible diffuse radiation to ocean - # - - standard_name: Foxx_swnet_idr - alias: mean_net_sw_ir_dir_flx - canonical_units: W m-2 - description: ocean import - net shortwave ir direct radiation to ocean - # - - standard_name: Foxx_swnet_idf - alias: mean_net_sw_ir_dif_flx - canonical_units: W m-2 - description: ocean import - net shortwave ir diffuse radiation to ocean - # - - standard_name: Foxx_sen - alias: mean_sensi_heat_flx - canonical_units: W m-2 - description: ocean import - sensible heat flux into ocean - # - - standard_name: Foxx_lat - canonical_units: W m-2 - description: ocean import - latent heat flux into ocean - # - - standard_name: Foxx_taux - alias: mean_zonal_moment_flx - canonical_units: N m-2 - description: ocean import - zonal surface stress to ocean - # - - standard_name: Foxx_tauy - alias: mean_merid_moment_flx - canonical_units: N m-2 - description: ocean import - meridional surface stress to ocean - # - #----------------------------------- - # mediator fields - #----------------------------------- - # - - standard_name: cpl_scalars - canonical_units: unitless - # - - standard_name: frac - canonical_units: 1 - # - - standard_name: mask - canonical_units: 1 - # - #----------------------------------- - # fields to use fluxes from mediator - #----------------------------------- - # - - standard_name: Faox_lat - alias: laten_heat_flx_atm_into_ocn - canonical_units: W m-2 - description: mediator export - atm/ocn surface latent heat flux - # - - standard_name: Faox_sen - alias: sensi_heat_flx_atm_into_ocn - canonical_units: W m-2 - description: mediator export - atm/ocn surface sensible heat flux - # - - standard_name: Faox_lwup - alias: lwup_flx_ocn - canonical_units: W m-2 - description: mediator export - long wave radiation flux over the ocean - # - - standard_name: Faox_taux - alias: stress_on_air_ocn_zonal - canonical_units: N m-2 - description: mediator export - # - - standard_name: Faox_tauy - alias: stress_on_air_ocn_merid - canonical_units: N m-2 - description: mediator export - # - #----------------------------------- - # section: atmosphere fields that need to be defined but are not used - #----------------------------------- - # - - standard_name: mean_prec_rate - canonical_units: kg m-2 s-1 - - standard_name: mean_fprec_rate - canonical_units: kg m-2 s-1 - - standard_name: mean_prec_rate_conv - canonical_units: kg m-2 s-1 - - standard_name: mean_down_lw_flx - canonical_units: W m-2 - - standard_name: inst_net_lw_flx - canonical_units: W m-2 - - standard_name: mean_down_sw_flx - canonical_units: W m-2 - - standard_name: mean_net_sw_flx - canonical_units: W m-2 - - standard_name: inst_net_sw_ir_dir_flx - canonical_units: W m-2 - - standard_name: inst_net_sw_ir_dif_flx - canonical_units: W m-2 - - standard_name: inst_net_sw_vis_dir_flx - canonical_units: W m-2 - - standard_name: inst_net_sw_vis_dif_flx - canonical_units: W m-2 - - standard_name: mean_down_sw_ir_dif_flx - canonical_units: W m-2 - - standard_name: mean_down_sw_ir_dir_flx - canonical_units: W m-2 - - standard_name: mean_down_sw_vis_dif_flx - canonical_units: W m-2 - - standard_name: mean_down_sw_vis_dir_flx - canonical_units: W m-2 - - standard_name: inst_surface_height - canonical_units: m - - standard_name: mean_zonal_moment_flx_atm - canonical_units: N m-2 - - standard_name: mean_merid_moment_flx_atm - canonical_units: N m-2 - - standard_name: inst_zonal_moment_flx_atm - canonical_units: N m-2 - - standard_name: inst_merid_moment_flx_atm - canonical_units: N m-2 - - standard_name: inst_sensi_heat_flx - canonical_units: N m-2 - - standard_name: inst_laten_heat_flx - canonical_units: N m-2 - - standard_name: inst_evap_rate - canonical_units: kg m-2 s-1 - - standard_name: inst_tracer_mass_frac - canonical_units: 1 - - standard_name: inst_tracer_up_surface_flx - canonical_units: kg m-2 s-1 - - standard_name: inst_tracer_down_surface_flx - canonical_units: kg m-2 s-1 - - standard_name: inst_tracer_clmn_mass_dens - canonical_units: g m-2 - - standard_name: inst_tracer_anth_biom_flx - canonical_units: ug m-2 s-1 - description: atmosphere export - - standard_name: inst_pres_interface - canonical_units: Pa - - standard_name: inst_pres_levels - canonical_units: Pa - - standard_name: inst_geop_interface - canonical_units: tbd - - standard_name: inst_geop_levels - canonical_units: tbd - - standard_name: inst_temp_interface - canonical_units: K - - standard_name: inst_temp_levels - canonical_units: K - - standard_name: inst_zonal_wind_levels - canonical_units: m s-1 - - standard_name: inst_merid_wind_levels - canonical_units: m s-1 - - standard_name: inst_omega_levels - canonical_units: tbd - - standard_name: inst_tracer_mass_frac - canonical_units: 1 - - standard_name: inst_soil_moisture_content - canonical_units: tbd - - standard_name: soil_type - canonical_units: tbd - - standard_name: inst_pbl_height - canonical_units: tbd - - standard_name: surface_cell_area - canonical_units: tbd - - standard_name: inst_convective_rainfall_amount - canonical_units: tbd - - standard_name: inst_spec_humid_conv_tendency_levels - canonical_units: tbd - - standard_name: inst_exchange_coefficient_heat_levels - canonical_units: tbd - - standard_name: inst_friction_velocity - canonical_units: tbd - - standard_name: inst_rainfall_amount - canonical_units: tbd - - standard_name: inst_land_sea_mask - canonical_units: tbd - - standard_name: inst_temp_height_surface - canonical_units: tbd - - standard_name: inst_up_sensi_heat_flx - canonical_units: tbd - - standard_name: inst_lwe_snow_thickness - canonical_units: tbd - - standard_name: vegetation_type - canonical_units: tbd - - standard_name: inst_vegetation_area_frac - canonical_units: tbd - - standard_name: inst_surface_roughness - canonical_units: tbd - - standard_name: inst_laten_heat_flx - canonical_units: W m-2 - - standard_name: inst_sensi_heat_flx - canonical_units: W m-2 - - standard_name: land_mask - canonical_units: 1 - - standard_name: inst_cloud_frac_levels - canonical_units: 1 - - standard_name: inst_ice_nonconv_tendency_levels - canonical_units: kg m-2 s-1 - - standard_name: inst_liq_nonconv_tendency_levels - canonical_units: kg m-2 s-1 - - standard_name: inst_surface_soil_wetness - canonical_units: 1 - - standard_name: lake_fraction - canonical_units: 1 - - standard_name: ice_fraction_in_atm - alias: sea_ice_area_fraction - canonical_units: 1 - - standard_name: ocean_fraction - canonical_units: 1 - - standard_name: surface_snow_area_fraction - canonical_units: 1 - # - #----------------------------------- - # WW3 import - #----------------------------------- - # - - standard_name: sea_surface_height_above_sea_level - canonical_units: m - description: ww3 import - # - - standard_name: sea_surface_salinity - alias: s_surf - canonical_units: g kg-1 - description: ww3 import - # - - standard_name: surface_eastward_sea_water_velocity - alias: ocn_current_zonal - canonical_units: m s-1 - description: ww3 import - # - - standard_name: surface_northward_sea_water_velocity - alias: ocn_current_merid - canonical_units: m s-1 - description: ww3 import - # - - standard_name: eastward_wind_at_10m_height - alias: inst_zonal_wind_height10m - canonical_units: m s-1 - description: ww3 import - # - - standard_name: northward_wind_at_10m_height - alias: inst_merid_wind_height10m - canonical_units: m s-1 - description: ww3 import - # - - standard_name: sea_ice_concentration - alias: ice_fraction - canonical_units: 1 - description: ww3 import - # - #----------------------------------- - # WW3 export - #----------------------------------- - # - - standard_name: Sw_z0 - alias: wave_z0_roughness_length - canonical_units: 1 - description: ww3 export - - standard_name: Sw_z0 - alias: z0rlen - # - - standard_name: Sw_pstokes_x - alias: eastward_partitioned_stokes_drift_current - canonical_units: m s-1 - description: ww3 export partitioned drift components using ungridded dimension - # - - standard_name: Sw_pstokes_y - alias: northward_partitioned_stokes_drift_current - canonical_units: m s-1 - description: ww3 export partitioned drift components using ungridded dimension - # - - standard_name: Sw_elevation_spectrum - alias: wave_elevation_spectrum - canonical_units: m2/s - description: wave elevation spectrum - # - # remaining fields are unused but required to be present - # - - standard_name: Sw_ch - alias: wave_induced_charnock_parameter - canonical_units: 1 - description: ww3 export - - standard_name: Sw_ch - alias: charno - # - - standard_name: eastward_stokes_drift_current - alias: uscurr - canonical_units: m s-1 - description: ww3 export spectrum of drift components - # - - standard_name: northward_stokes_drift_current - alias: vscurr - canonical_units: m s-1 - description: ww3 export spectrum of drift components - # - - standard_name: Sw_ustokes - alias: eastward_surface_stokes_drift_current - canonical_units: m s-1 - description: ww3 export surface drift components - - standard_name: Sw_ustokes - alias: ussx - # - - standard_name: Sw_vstokes - alias: northward_surface_stokes_drift_current - canonical_units: m s-1 - description: ww3 export using surface drift components - - standard_name: Sw_vstokes - alias: ussy - # - - standard_name: Sw_wbcuru - alias: eastward_wave_bottom_current - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_wbcuru - alias: wbcuru - # - - standard_name: Sw_wbcurv - alias: northward_wave_bottom_current - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_wbcurv - alias: wbcurv - # - - standard_name: Sw_wbcurp - alias: wave_bottom_current_period - canonical_units: s - description: ww3 export - - standard_name: Sw_wbcurp - alias: wbcurp - # - - standard_name: Sw_wavsuu - alias: eastward_wave_radiation_stress - canonical_units: N m-1 - description: ww3 export - - standard_name: Sw_wavsuu - alias: wavsuu - # - - standard_name: Sw_wavsuv - alias: eastward_northward_wave_radiation_stress - canonical_units: N m-1 - description: ww3 export - - standard_name: Sw_wavsuv - alias: wavsuv - # - - standard_name: Sw_wavsvv - alias: northward_wave_radiation_stress - canonical_units: Pa - description: ww3 export - - standard_name: Sw_wavsvv - alias: wavsvv - # - - standard_name: Sw_ustokes1 - alias: eastward_partitioned_stokes_drift_1 - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_ustokes1 - alias: x1pstk - # - - standard_name: Sw_ustokes2 - alias: eastward_partitioned_stokes_drift_2 - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_ustokes2 - alias: x2pstk - # - - standard_name: Sw_ustokes3 - alias: eastward_partitioned_stokes_drift_3 - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_ustokes3 - alias: x3pstk - # - - standard_name: Sw_vstokes1 - alias: northward_partitioned_stokes_drift_1 - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_vstokes1 - alias: y1pstk - # - - standard_name: Sw_vstokes2 - alias: northward_partitioned_stokes_drift_2 - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_vstokes2 - alias: y2pstk - # - - standard_name: Sw_vstokes3 - alias: northward_partitioned_stokes_drift_3 - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_vstokes3 - alias: y3pstk - # - #----------------------------------- - # section: FV3 atm export/import to/from JEDI - #----------------------------------- - # - - standard_name: u - canonical_units: m s-1 - alias: u_component_of_native_D_grid_wind - # - - standard_name: v - canonical_units: m s-1 - alias: v_component_of_native_D_grid_wind - # - - standard_name: ua - canonical_units: m s-1 - alias: eastward_wind - # - - standard_name: va - canonical_units: m s-1 - alias: northward_wind - # - - standard_name: t - canonical_units: K - alias: air_temperature - # - - standard_name: delp - canonical_units: Pa - alias: air_pressure_thickness - # - - standard_name: ps - canonical_units: Pa - alias: surface_pressure - # - - standard_name: sphum - canonical_units: kg kg-1 - alias: specific_humidity - # - - standard_name: ice_wat - canonical_units: kg kg-1 - alias: cloud_liquid_ice - # - - standard_name: liq_wat - canonical_units: kg kg-1 - alias: cloud_liquid_water - # - - standard_name: rainwat - canonical_units: kg kg-1 - alias: rain_water - # - - standard_name: snowwat - canonical_units: kg kg-1 - alias: snow_water - # - - standard_name: graupel - canonical_units: kg kg-1 - alias: graupel - # - - standard_name: o3mr - canonical_units: kg kg-1 - alias: ozone_mass_mixing_ratio - # - - standard_name: phis - canonical_units: m2 s-2 - alias: sfc_geopotential_height_times_grav - # - - standard_name: u_srf - canonical_units: m s-1 - alias: surface_eastward_wind - # - - standard_name: v_srf - canonical_units: m s-1 - alias: surface_northward_wind - # - # - - standard_name: t2m - canonical_units: K - alias: surface_temperature - # - - standard_name: slmsk - canonical_units: flag - description: landmask sea/land/ice=0/1/2 - # - - standard_name: weasd - canonical_units: mm - description: water equiv of acc snow depth over land and sea ice - alias: sheleg - # - - standard_name: tsea - canonical_units: K - description: surface skin temperature - # - - standard_name: vtype - canonical_units: index - description: vegetation type - # - - standard_name: stype - canonical_units: index - description: soil type - # - - standard_name: Sa_vfrac - canonical_units: frac - description: areal fractional cover of green vegetation - - standard_name: Sa_vfrac - alias: vfrac - # - - standard_name: stc - canonical_units: K - description: soil temperature content - # - - standard_name: smc - canonical_units: m3 m-3 - description: soil moisture content - # - - standard_name: snwdph - canonical_units: mm - description: snow depth in mm - # - - standard_name: f10m - canonical_units: ratio - description: fm at 10m - Ratio of sigma level 1 wind and 10m wind - # - - standard_name: Sa_zorl - canonical_units: cm - description: composite surface roughness in cm - - standard_name: Sa_zorl - alias: zorl - # - - standard_name: t2m - canonical_units: K - description: two meter temperature - # - #----------------------------------- - # section: land export - #----------------------------------- - # - - standard_name: Sl_lfrac - alias: land_fraction - canonical_units: 1 - description: land export - # - - standard_name: Sl_lfrin - canonical_units: 1 - description: land export - # - - standard_name: Sl_t - canonical_units: K - description: land export - # - - standard_name: inst_tracer_diag_aod - canonical_units: 1 - description: AOD - # - - standard_name: Sl_sfrac - alias: inst_snow_area_fraction_lnd - canonical_units: 1 - description: land export - # - - standard_name: Sl_tref - alias: inst_temp_height2m_lnd - canonical_units: K - description: mediator export to glc - no levation classes - # - - standard_name: Sl_qref - alias: inst_spec_humid_height2m_lnd - canonical_units: kg kg-1 - description: land export - # - - standard_name: Sl_q - alias: inst_spec_humid_lnd - canonical_units: kg kg-1 - description: land export - # - - standard_name: Fall_lat - alias: inst_laten_heat_flx_lnd - canonical_units: kg kg-1 m s-1 - description: land export to atm - atm/lnd latent heat flux - # - - standard_name: Fall_sen - alias: inst_sensi_heat_flx_lnd - canonical_units: K m s-1 - description: land export to atm - atm/lnd sensible heat flux - # - - standard_name: Fall_evap - alias: inst_potential_laten_heat_flx_lnd - canonical_units: W m-2 - description: land export - # - - standard_name: Fall_gflx - alias: inst_upward_heat_flux_lnd - canonical_units: W m-2 - description: land export - # - - standard_name: Fall_roff - alias: inst_runoff_rate_lnd - canonical_units: kg m-2 s-1 - description: land export - # - - standard_name: Fall_soff - alias: inst_subsurface_runoff_rate_lnd - canonical_units: kg m-2 s-1 - description: land export - # - - standard_name: Sl_cmm - alias: inst_drag_wind_speed_for_momentum - canonical_units: m s-1 - description: land export - # - - standard_name: Sl_chh - alias: inst_drag_mass_flux_for_heat_and_moisture - canonical_units: kg m-2 s-1 - description: land export - # - - standard_name: Sl_zvfun - alias: inst_func_of_roughness_length_and_vfrac - canonical_units: 1 - description: land export +field_dictionary: + version_number: 0.0.0 + institution: National ESPC, CSC & MCL Working Groups + source: automatically generated by the NUOPC Layer + description: Community-based dictionary for shared coupling fields + entries: + # + #----------------------------------- + # section: mediator calculation for atm/ocn flux calculation + #----------------------------------- + # + - standard_name: Faox_lat + alias: mean_laten_heat_flx_atm_into_ocn + canonical_units: W m-2 + description: mediator calculation - atm/ocn surface latent heat flux + # + - standard_name: Faox_lwup + alias: mean_up_lw_flx_ocn + canonical_units: W m-2 + description: mediator calculation - long wave radiation flux over the ocean + # + - standard_name: Faox_taux + alias: stress_on_air_ocn_zonal + canonical_units: N m-2 + description: mediator calculation + # + - standard_name: Faox_tauy + alias: stress_on_air_ocn_merid + canonical_units: N m-2 + description: mediator calculation + # + - standard_name: Foxx_lwnet + alias: mean_net_lw_flx + canonical_units: W m-2 + description: mediator calculation - atm/ocn net longwave flux + # + - standard_name: Foxx_sen + canonical_units: W m-2 + alias: mean_sensi_heat_flx + description: mediator calculation - atm/ocn surface sensible heat flux + # + - standard_name: Foxx_evap + canonical_units: kg m-2 s-1 + alias: mean_evap_rate + description: mediator calculation - atm/ocn specific humidity flux + # + - standard_name: Faox_evap + canonical_units: kg m-2 s-1 + description: mediator calculation - atm/ocn specific humidity flux + #----------------------------------- + # section: atmosphere export + #----------------------------------- + # + - standard_name: Faxa_bcph + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_ocph + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_dstdry + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_dstwet + canonical_units: kg m-2 s-1 + description: atmosphere export + # + #----------------------------------- + # section: atmosphere export + #----------------------------------- + # + - standard_name: Faxa_swdn + alias: inst_down_sw_flx + canonical_units: W m-2 + description: atmosphere export - mean downward SW heat flux + # + - standard_name: Faxa_lwdn + alias: inst_down_lw_flx + canonical_units: W m-2 + description: atmosphere export - mean downward LW heat flux + # + - standard_name: Faxa_rain + alias: inst_prec_rate + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_rainc + alias: inst_prec_rate_conv + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_rainl + alias: inst_prec_rate_large + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_snow + alias: inst_fprec_rate + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_snowc + alias: inst_fprec_rate_conv + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_snowl + alias: inst_fprec_rate_large + canonical_units: kg m-2 s-1 + description: atmosphere export + # + - standard_name: Faxa_swnet + alias: inst_net_sw_flx + canonical_units: W m-2 + description: atmosphere export + # + - standard_name: Faxa_swndf + alias: inst_down_sw_ir_dif_flx + canonical_units: W m-2 + description: atmosphere export - mean surface downward nir diffuse flux + # + - standard_name: Faxa_swndr + alias: inst_down_sw_ir_dir_flx + canonical_units: W m-2 + description: atmosphere export - mean surface downward nir direct flux + # + - standard_name: Faxa_swvdf + alias: inst_down_sw_vis_dif_flx + canonical_units: W m-2 + description: atmosphere export - mean surface downward uv+vis diffuse flux + # + - standard_name: Faxa_swvdr + alias: inst_down_sw_vis_dir_flx + canonical_units: W m-2 + description: atmosphere export - mean surface downward uv+visvdirect flux + # + - standard_name: Sa_dens + alias: air_density_height_lowest + canonical_units: kg m-3 + description: atmosphere export- density at the lowest model layer + # + - standard_name: Sa_pbot + alias: inst_pres_height_lowest + canonical_units: Pa + description: atmosphere export - pressure at lowest model layer + # + - standard_name: Sa_prsl + alias: inst_pres_height_lowest_from_phys + canonical_units: Pa + description: atmosphere export - pressure at lowest model layer + # + - standard_name: Sa_pslv + alias: inst_pres_height_surface + canonical_units: Pa + description: atmosphere export - instantaneous pressure land and sea surface + # + - standard_name: Sa_ptem + canonical_units: K + description: atmosphere export - bottom layer potential temperature + # + - standard_name: Sa_shum + alias: inst_spec_humid_height_lowest + canonical_units: kg kg-1 + description: atmosphere export - bottom layer specific humidity + # + - standard_name: Sa_qa + alias: inst_spec_humid_height_lowest_from_phys + canonical_units: kg kg-1 + description: atmosphere export - bottom layer specific humidity + # + - standard_name: Sa_tbot + alias: inst_temp_height_lowest + canonical_units: K + description: atmosphere export - bottom layer temperature + # + - standard_name: Sa_tskn + alias: inst_temp_height_surface + - standard_name: Sa_tskn + alias: inst_temp_skin_temperature + canonical_units: K + description: atmosphere export - sea surface skin temperature + # + - standard_name: Sa_ta + alias: inst_temp_height_lowest_from_phys + canonical_units: K + description: atmosphere export - bottom layer temperature + # + - standard_name: Sa_u + alias: inst_zonal_wind_height_lowest + canonical_units: m s-1 + description: atmosphere export - bottom layer zonal wind + # + - standard_name: Sa_v + alias: inst_merid_wind_height_lowest + canonical_units: m s-1 + description: atmosphere export - bottom layer meridional wind + # + - standard_name: Sa_wspd + alias: inst_wind_speed_height_lowest + canonical_units: m s-1 + description: atmosphere export - bottom layer wind speed + # + - standard_name: Sa_z + alias: inst_height_lowest + canonical_units: m + description: atmosphere export - bottom layer height + # + - standard_name: Sa_topo + alias: inst_surface_height + canonical_units: m + description: atmosphere export - topographic height + # + - standard_name: Faxa_taux + alias: inst_zonal_moment_flx + - standard_name: Faxa_taux + alias: inst_zonal_moment_flx_atm + canonical_units: N m-2 + description: atmosphere export- zonal component of momentum flux + # + - standard_name: Faxa_tauy + alias: inst_merid_moment_flx + - standard_name: Faxa_tauy + alias: inst_merid_moment_flx_atm + canonical_units: N m-2 + description: atmosphere export - meridional component of momentum flux + # + - standard_name: Faxa_lwnet + canonical_units: W m-2 + alias: inst_net_lw_flx + description: atmosphere export - mean net longwave flux from atm + # + - standard_name: Faxa_sen + canonical_units: W m-2 + alias: inst_sensi_heat_flx + description: atmosphere export - sensible heat flux + # + - standard_name: Faxa_evap + canonical_units: kg m-2 s-1 + alias: inst_evap_rate + description: atmosphere export - latent heat flux conversion + # + - standard_name: Faxx_evap + canonical_units: kg m-2 s-1 + description: atmosphere import + # + - standard_name: Faxa_lat + alias: inst_laten_heat_flx + canonical_units: W m-2 + description: atmosphere export - latent heat flux + # + - standard_name: Faxx_lat + alias: mean_laten_heat_flx + canonical_units: W m-2 + description: atmosphere import + # + - standard_name: Faxx_lwup + alias: mean_up_lw_flx + canonical_units: W m-2 + description: atmosphere import - merged ocn/ice flux + # + - standard_name: Faxx_sen + alias: mean_sensi_heat_flx + canonical_units: W m-2 + description: atmosphere import + # + - standard_name: Faxx_taux + alias: mean_zonal_moment_flx + canonical_units: N m-2 + description: atmosphere import - zonal component of momentum flux + # + - standard_name: Faxx_tauy + alias: mean_merid_moment_flx + canonical_units: N m-2 + description: atmosphere import - meridional component of momentum flux + # + - standard_name: Sa_ofrac + alias: openwater_frac_in_atm + canonical_units: 1 + description: atm export to mediator - open water ocean fraction (varies with time) + # + - standard_name: Sa_u10m + alias: inst_zonal_wind_height10m + canonical_units: m s-1 + description: atmosphere export - zonal wind height 10m + - standard_name: Sa_u10m + alias: eastward_wind_at_10m_height + # + - standard_name: Sa_v10m + alias: inst_merid_wind_height10m + canonical_units: m s-1 + description: atmosphere export - meridional wind height 10m + - standard_name: Sa_v10m + alias: northward_wind_at_10m_height + # + - standard_name: Sa_wspd10m + alias: inst_wind_speed_height10m + canonical_units: m s-1 + description: atmosphere export - wind speed height 10m + # + - standard_name: Sa_t2m + alias: inst_temp_height2m + canonical_units: K + description: atmosphere export - temperature height 2m + # + - standard_name: Sa_q2m + alias: inst_spec_humid_height2m + canonical_units: kg kg -1 + description: atmosphere export - specifc humidity height 2m + # + - standard_name: canopy_moisture_storage + canonical_units: m + description: canopy moisture content + # + - standard_name: inst_aerodynamic_conductance + canonical_units: m + description: aerodynamic conductance + # + - standard_name: inst_canopy_resistance + canonical_units: s m-1 + description: canopy aerodynamic resistance + # + - standard_name: leaf_area_index + canonical_units: 1 + description: leaf area index + # + - standard_name: temperature_of_soil_layer + canonical_units: K + description: temperature in soil layer + # + - standard_name: height + canonical_units: m + description: orography + # + - standard_name: Sa_exner + alias: inst_exner_function_height_lowest + canonical_units: 1 + description: dimensionless exner function at surface adjacent layer + # + - standard_name: Sa_ustar + alias: surface_friction_velocity + canonical_units: m s-1 + description: surface friction velocity + # + #----------------------------------- + # section: sea-ice export + #----------------------------------- + # + - standard_name: Faii_evap + alias: evap_rate_atm_into_ice + canonical_units: kg m-2 s-1 + description: sea-ice export + # + - standard_name: Faii_lat + alias: laten_heat_flx_atm_into_ice + canonical_units: W m-2 + description: sea-ice export to atm - atm/ice latent heat flux + # + - standard_name: Faii_sen + alias: sensi_heat_flx_atm_into_ice + canonical_units: W m-2 + description: sea-ice export to atm - atm/ice sensible heat flux + # + - standard_name: Faii_lwup + alias: lwup_flx_ice + canonical_units: W m-2 + description: sea-ice export - outgoing logwave radiation + # + - standard_name: Faii_swnet + canonical_units: W m-2 + description: sea-ice export to atm + # + - standard_name: Faii_taux + alias: stress_on_air_ice_zonal + canonical_units: N m-2 + description: sea-ice export to atm - air ice zonal stress + # + - standard_name: Faii_tauy + alias: stress_on_air_ice_merid + canonical_units: N m-2 + description: sea-ice export - air ice meridional stress + # + - standard_name: Fioi_bcphi + canonical_units: kg m-2 s-1 + description: sea-ice export to ocean - hydrophilic black carbon flux to ocean + # + - standard_name: Fioi_bcpho + canonical_units: kg m-2 s-1 + description: sea-ice export to ocean - hydrophobic black carbon flux to ocean + # + - standard_name: Fioi_flxdst + canonical_units: kg m-2 s-1 + description: sea-ice export to ocean - dust aerosol flux to ocean + # + - standard_name: Fioi_melth + alias: net_heat_flx_to_ocn + canonical_units: W m-2 + description: sea-ice export to ocean - net heat flux to ocean + # + - standard_name: Fioi_meltw + alias: mean_fresh_water_to_ocean_rate + canonical_units: kg m-2 s-1 + description: sea-ice export to ocean - fresh water to ocean (h2o flux from melting) + # + - standard_name: Fioi_meltw_wiso + alias: mean_fresh_water_to_ocean_rate_wiso + canonical_units: kg m-2 s-1 + description: sea-ice export to ocean - fresh water to ocean (h2o flux from melting) for 16O, 18O, HDO + # + - standard_name: Fioi_salt + alias: mean_salt_rate + canonical_units: kg m-2 s-1 + description: sea-ice export to ocean - salt to ocean (salt flux from melting) + # + - standard_name: Fioi_swpen + alias: mean_sw_pen_to_ocn + canonical_units: W m-2 + description: sea-ice export to ocean - flux of shortwave through ice to ocean + # + - standard_name: Fioi_swpen_vdr + alias: mean_sw_pen_to_ocn_vis_dir_flx + canonical_units: W m-2 + description: sea-ice export to ocean - flux of vis dir shortwave through ice to ocean + # + - standard_name: Fioi_swpen_vdf + alias: mean_sw_pen_to_ocn_vis_dif_flx + canonical_units: W m-2 + description: sea-ice export to ocean - flux of vif dir shortwave through ice to ocean + # + - standard_name: Fioi_swpen_idr + alias: mean_sw_pen_to_ocn_ir_dir_flx + canonical_units: W m-2 + description: sea-ice export to ocean - flux of ir dir shortwave through ice to ocean + # + - standard_name: Fioi_swpen_idf + alias: mean_sw_pen_to_ocn_ir_dif_flx + canonical_units: W m-2 + description: sea-ice export to ocean - flux of ir dif shortwave through ice to ocean + # + - standard_name: Fioi_taux + alias: stress_on_ocn_ice_zonal + canonical_units: N m-2 + description: sea-ice export to ocean - ice ocean zonal stress + # + - standard_name: Fioi_tauy + alias: stress_on_ocn_ice_merid + canonical_units: N m-2 + description: sea-ice export to ocean - ice ocean meridional stress + # + - standard_name: Si_anidf + alias: inst_ice_ir_dif_albedo + canonical_units: 1 + description: sea-ice export to atm + # + - standard_name: Si_anidr + alias: inst_ice_ir_dir_albedo + canonical_units: 1 + description: sea-ice export to atm + # + - standard_name: Si_avsdf + alias: inst_ice_vis_dif_albedo + canonical_units: 1 + description: sea-ice export to atm + # + - standard_name: Si_avsdr + alias: inst_ice_vis_dir_albedo + canonical_units: 1 + description: sea-ice export to atm + # + - standard_name: Si_ifrac + alias: ice_fraction + canonical_units: 1 + description: sea-ice export to atm - ice fraction (varies with time) + # + - standard_name: Si_imask + alias: ice_mask + canonical_units: 1 + description: sea-ice export - ice mask + # + - standard_name: Si_qref + canonical_units: kg kg-1 + description: sea-ice export to atm + # + - standard_name: Si_t + alias: sea_ice_surface_temperature + canonical_units: K + description: sea-ice export + # + - standard_name: Si_tref + canonical_units: K + description: sea-ice export + # + - standard_name: Si_u10 + canonical_units: m/s + description: sea-ice export + # + - standard_name: Si_vice + alias: sea_ice_volume + canonical_units: m + description: sea-ice export - volume of ice per unit area + # + - standard_name: Si_snowh + canonical_units: m + description: sea-ice export - surface_snow_water_equivalent + # + - standard_name: Si_vsno + alias: snow_volume_on_sea_ice + canonical_units: m + description: sea-ice export - volume of snow per unit area + # + - standard_name: Si_thick + canonical_units: m + description: sea-ice export - ice thickness + # + - standard_name: Si_floediam + canonical_units: m + description: sea-ice export - ice floe diameter + # + #----------------------------------- + # section: ocean export to mediator + #----------------------------------- + # + - standard_name: Fioo_q + alias: freezing_melting_potential + canonical_units: W m-2 + description: ocean export + # + - standard_name: So_bldepth + alias: mixed_layer_depth + canonical_units: m + description: ocean export + # + - standard_name: So_h + alias: sea_surface_height_above_sea_level + canonical_units: m + description: ocean export + - standard_name: So_h + alias: seahgt + # + - standard_name: So_dhdx + alias: sea_surface_slope_zonal + canonical_units: m m-1 + description: ocean export + # + - standard_name: So_dhdy + alias: sea_surface_slope_merid + canonical_units: m m-1 + description: ocean export + # + - standard_name: So_duu10n + canonical_units: m2 s-2 + description: ocean export + # + - standard_name: So_fswpen + canonical_units: 1 + description: ocean export + # + - standard_name: So_ofrac + canonical_units: 1 + description: ocean export + # + - standard_name: So_omask + alias: ocean_mask + canonical_units: 1 + description: ocean export + # + - standard_name: So_qref + canonical_units: kg kg-1 + description: ocean export + # + - standard_name: So_re + canonical_units: 1 + description: ocean export + # + - standard_name: So_s + alias: s_surf + canonical_units: g kg-1 + description: ocean export + # + - standard_name: So_ssq + canonical_units: kg kg-1 + description: ocean export + # + - standard_name: So_t + alias: sea_surface_temperature + canonical_units: K + description: ocean export + # + - standard_name: So_tref + canonical_units: K + description: ocean export + # + - standard_name: So_u + alias: ocn_current_zonal + canonical_units: m s-1 + description: ocean export + # + - standard_name: So_u10 + canonical_units: m + description: ocean export + # + - standard_name: So_ustar + canonical_units: m s-1 + description: ocean export + # + - standard_name: So_v + alias: ocn_current_merid + canonical_units: m s-1 + description: ocean export + # + #----------------------------------- + # section: ocean import + #----------------------------------- + # + - standard_name: Foxx_hrain + canonical_units: W m-2 + description: to ocn heat content of rain + # + - standard_name: Foxx_hsnow + canonical_units: W m-2 + description: to ocn heat content of snow + # + - standard_name: Foxx_hevap + canonical_units: W m-2 + description: to ocn heat content of evaporation + # + - standard_name: Foxx_hcond + canonical_units: W m-2 + description: to ocn heat content of condensation + # + - standard_name: Foxx_hrofl + canonical_units: W m-2 + description: to ocn heat content of liquid runoff + # + - standard_name: Foxx_hrofi + canonical_units: W m-2 + description: to ocn heat content of ice runoff + # + - standard_name: Foxx_rofi + canonical_units: kg m-2 s-1 + description: ocean import - water flux due to runoff (frozen) + # + - standard_name: Foxx_rofl + canonical_units: kg m-2 s-1 + description: ocean import - water flux due to runoff (liquid) + # + - standard_name: Foxx_swnet + alias: mean_net_sw_flx + canonical_units: W m-2 + description: ocean import - net shortwave radiation to ocean + # + - standard_name: Foxx_swnet_vdr + alias: mean_net_sw_vis_dir_flx + canonical_units: W m-2 + description: ocean import - net shortwave visible direct radiation to ocean + # + - standard_name: Foxx_swnet_vdf + alias: mean_net_sw_vis_dif_flx + canonical_units: W m-2 + description: ocean import - net shortwave visible diffuse radiation to ocean + # + - standard_name: Foxx_swnet_idr + alias: mean_net_sw_ir_dir_flx + canonical_units: W m-2 + description: ocean import - net shortwave ir direct radiation to ocean + # + - standard_name: Foxx_swnet_idf + alias: mean_net_sw_ir_dif_flx + canonical_units: W m-2 + description: ocean import - net shortwave ir diffuse radiation to ocean + # + - standard_name: Foxx_sen + alias: mean_sensi_heat_flx + canonical_units: W m-2 + description: ocean import - sensible heat flux into ocean + # + - standard_name: Foxx_lat + canonical_units: W m-2 + description: ocean import - latent heat flux into ocean + # + - standard_name: Foxx_taux + alias: mean_zonal_moment_flx + canonical_units: N m-2 + description: ocean import - zonal surface stress to ocean + # + - standard_name: Foxx_tauy + alias: mean_merid_moment_flx + canonical_units: N m-2 + description: ocean import - meridional surface stress to ocean + # + #----------------------------------- + # mediator fields + #----------------------------------- + # + - standard_name: cpl_scalars + canonical_units: unitless + # + - standard_name: frac + canonical_units: 1 + # + - standard_name: mask + canonical_units: 1 + # + #----------------------------------- + # fields to use fluxes from mediator + #----------------------------------- + # + - standard_name: Faox_lat + alias: laten_heat_flx_atm_into_ocn + canonical_units: W m-2 + description: mediator export - atm/ocn surface latent heat flux + # + - standard_name: Faox_sen + alias: sensi_heat_flx_atm_into_ocn + canonical_units: W m-2 + description: mediator export - atm/ocn surface sensible heat flux + # + - standard_name: Faox_lwup + alias: lwup_flx_ocn + canonical_units: W m-2 + description: mediator export - long wave radiation flux over the ocean + # + - standard_name: Faox_taux + alias: stress_on_air_ocn_zonal + canonical_units: N m-2 + description: mediator export + # + - standard_name: Faox_tauy + alias: stress_on_air_ocn_merid + canonical_units: N m-2 + description: mediator export + # + #----------------------------------- + # section: atmosphere fields that need to be defined but are not used + #----------------------------------- + # + - standard_name: mean_prec_rate + canonical_units: kg m-2 s-1 + - standard_name: mean_fprec_rate + canonical_units: kg m-2 s-1 + - standard_name: mean_prec_rate_conv + canonical_units: kg m-2 s-1 + - standard_name: mean_down_lw_flx + canonical_units: W m-2 + - standard_name: inst_net_lw_flx + canonical_units: W m-2 + - standard_name: mean_down_sw_flx + canonical_units: W m-2 + - standard_name: mean_net_sw_flx + canonical_units: W m-2 + - standard_name: inst_net_sw_ir_dir_flx + canonical_units: W m-2 + - standard_name: inst_net_sw_ir_dif_flx + canonical_units: W m-2 + - standard_name: inst_net_sw_vis_dir_flx + canonical_units: W m-2 + - standard_name: inst_net_sw_vis_dif_flx + canonical_units: W m-2 + - standard_name: mean_down_sw_ir_dif_flx + canonical_units: W m-2 + - standard_name: mean_down_sw_ir_dir_flx + canonical_units: W m-2 + - standard_name: mean_down_sw_vis_dif_flx + canonical_units: W m-2 + - standard_name: mean_down_sw_vis_dir_flx + canonical_units: W m-2 + - standard_name: inst_surface_height + canonical_units: m + - standard_name: mean_zonal_moment_flx_atm + canonical_units: N m-2 + - standard_name: mean_merid_moment_flx_atm + canonical_units: N m-2 + - standard_name: inst_zonal_moment_flx_atm + canonical_units: N m-2 + - standard_name: inst_merid_moment_flx_atm + canonical_units: N m-2 + - standard_name: inst_sensi_heat_flx + canonical_units: N m-2 + - standard_name: inst_laten_heat_flx + canonical_units: N m-2 + - standard_name: inst_evap_rate + canonical_units: kg m-2 s-1 + - standard_name: inst_tracer_mass_frac + canonical_units: 1 + - standard_name: inst_tracer_up_surface_flx + canonical_units: kg m-2 s-1 + - standard_name: inst_tracer_down_surface_flx + canonical_units: kg m-2 s-1 + - standard_name: inst_tracer_clmn_mass_dens + canonical_units: g m-2 + - standard_name: inst_tracer_anth_biom_flx + canonical_units: ug m-2 s-1 + description: atmosphere export + - standard_name: inst_pres_interface + canonical_units: Pa + - standard_name: inst_pres_levels + canonical_units: Pa + - standard_name: inst_geop_interface + canonical_units: tbd + - standard_name: inst_geop_levels + canonical_units: tbd + - standard_name: inst_temp_interface + canonical_units: K + - standard_name: inst_temp_levels + canonical_units: K + - standard_name: inst_zonal_wind_levels + canonical_units: m s-1 + - standard_name: inst_merid_wind_levels + canonical_units: m s-1 + - standard_name: inst_omega_levels + canonical_units: tbd + - standard_name: inst_tracer_mass_frac + canonical_units: 1 + - standard_name: inst_soil_moisture_content + canonical_units: tbd + - standard_name: soil_type + canonical_units: tbd + - standard_name: inst_pbl_height + canonical_units: tbd + - standard_name: surface_cell_area + canonical_units: tbd + - standard_name: inst_convective_rainfall_amount + canonical_units: tbd + - standard_name: inst_spec_humid_conv_tendency_levels + canonical_units: tbd + - standard_name: inst_exchange_coefficient_heat_levels + canonical_units: tbd + - standard_name: inst_friction_velocity + canonical_units: tbd + - standard_name: inst_rainfall_amount + canonical_units: tbd + - standard_name: inst_land_sea_mask + canonical_units: tbd + - standard_name: inst_temp_height_surface + canonical_units: tbd + - standard_name: inst_up_sensi_heat_flx + canonical_units: tbd + - standard_name: inst_lwe_snow_thickness + canonical_units: tbd + - standard_name: vegetation_type + canonical_units: tbd + - standard_name: inst_vegetation_area_frac + canonical_units: tbd + - standard_name: inst_surface_roughness + canonical_units: tbd + - standard_name: inst_laten_heat_flx + canonical_units: W m-2 + - standard_name: inst_sensi_heat_flx + canonical_units: W m-2 + - standard_name: land_mask + canonical_units: 1 + - standard_name: inst_cloud_frac_levels + canonical_units: 1 + - standard_name: inst_ice_nonconv_tendency_levels + canonical_units: kg m-2 s-1 + - standard_name: inst_liq_nonconv_tendency_levels + canonical_units: kg m-2 s-1 + - standard_name: inst_surface_soil_wetness + canonical_units: 1 + - standard_name: lake_fraction + canonical_units: 1 + - standard_name: ice_fraction_in_atm + alias: sea_ice_area_fraction + canonical_units: 1 + - standard_name: ocean_fraction + canonical_units: 1 + - standard_name: surface_snow_area_fraction + canonical_units: 1 + # + #----------------------------------- + # WW3 import + #----------------------------------- + # + - standard_name: sea_surface_height_above_sea_level + canonical_units: m + description: ww3 import + # + - standard_name: sea_surface_salinity + alias: s_surf + canonical_units: g kg-1 + description: ww3 import + # + - standard_name: surface_eastward_sea_water_velocity + alias: ocn_current_zonal + canonical_units: m s-1 + description: ww3 import + # + - standard_name: surface_northward_sea_water_velocity + alias: ocn_current_merid + canonical_units: m s-1 + description: ww3 import + # + - standard_name: eastward_wind_at_10m_height + alias: inst_zonal_wind_height10m + canonical_units: m s-1 + description: ww3 import + # + - standard_name: northward_wind_at_10m_height + alias: inst_merid_wind_height10m + canonical_units: m s-1 + description: ww3 import + # + - standard_name: sea_ice_concentration + alias: ice_fraction + canonical_units: 1 + description: ww3 import + # + #----------------------------------- + # WW3 export + #----------------------------------- + # + - standard_name: Sw_z0 + alias: wave_z0_roughness_length + canonical_units: 1 + description: ww3 export + - standard_name: Sw_z0 + alias: z0rlen + # + - standard_name: Sw_pstokes_x + alias: eastward_partitioned_stokes_drift_current + canonical_units: m s-1 + description: ww3 export partitioned drift components using ungridded dimension + # + - standard_name: Sw_pstokes_y + alias: northward_partitioned_stokes_drift_current + canonical_units: m s-1 + description: ww3 export partitioned drift components using ungridded dimension + # + - standard_name: Sw_elevation_spectrum + alias: wave_elevation_spectrum + canonical_units: m2/s + description: wave elevation spectrum + # + # remaining fields are unused but required to be present + # + - standard_name: Sw_ch + alias: wave_induced_charnock_parameter + canonical_units: 1 + description: ww3 export + - standard_name: Sw_ch + alias: charno + # + - standard_name: eastward_stokes_drift_current + alias: uscurr + canonical_units: m s-1 + description: ww3 export spectrum of drift components + # + - standard_name: northward_stokes_drift_current + alias: vscurr + canonical_units: m s-1 + description: ww3 export spectrum of drift components + # + - standard_name: Sw_ustokes + alias: eastward_surface_stokes_drift_current + canonical_units: m s-1 + description: ww3 export surface drift components + - standard_name: Sw_ustokes + alias: ussx + # + - standard_name: Sw_vstokes + alias: northward_surface_stokes_drift_current + canonical_units: m s-1 + description: ww3 export using surface drift components + - standard_name: Sw_vstokes + alias: ussy + # + - standard_name: Sw_wbcuru + alias: eastward_wave_bottom_current + canonical_units: m s-1 + description: ww3 export + - standard_name: Sw_wbcuru + alias: wbcuru + # + - standard_name: Sw_wbcurv + alias: northward_wave_bottom_current + canonical_units: m s-1 + description: ww3 export + - standard_name: Sw_wbcurv + alias: wbcurv + # + - standard_name: Sw_wbcurp + alias: wave_bottom_current_period + canonical_units: s + description: ww3 export + - standard_name: Sw_wbcurp + alias: wbcurp + # + - standard_name: Sw_wavsuu + alias: eastward_wave_radiation_stress + canonical_units: N m-1 + description: ww3 export + - standard_name: Sw_wavsuu + alias: wavsuu + # + - standard_name: Sw_wavsuv + alias: eastward_northward_wave_radiation_stress + canonical_units: N m-1 + description: ww3 export + - standard_name: Sw_wavsuv + alias: wavsuv + # + - standard_name: Sw_wavsvv + alias: northward_wave_radiation_stress + canonical_units: Pa + description: ww3 export + - standard_name: Sw_wavsvv + alias: wavsvv + # + - standard_name: Sw_ustokes1 + alias: eastward_partitioned_stokes_drift_1 + canonical_units: m s-1 + description: ww3 export + - standard_name: Sw_ustokes1 + alias: x1pstk + # + - standard_name: Sw_ustokes2 + alias: eastward_partitioned_stokes_drift_2 + canonical_units: m s-1 + description: ww3 export + - standard_name: Sw_ustokes2 + alias: x2pstk + # + - standard_name: Sw_ustokes3 + alias: eastward_partitioned_stokes_drift_3 + canonical_units: m s-1 + description: ww3 export + - standard_name: Sw_ustokes3 + alias: x3pstk + # + - standard_name: Sw_vstokes1 + alias: northward_partitioned_stokes_drift_1 + canonical_units: m s-1 + description: ww3 export + - standard_name: Sw_vstokes1 + alias: y1pstk + # + - standard_name: Sw_vstokes2 + alias: northward_partitioned_stokes_drift_2 + canonical_units: m s-1 + description: ww3 export + - standard_name: Sw_vstokes2 + alias: y2pstk + # + - standard_name: Sw_vstokes3 + alias: northward_partitioned_stokes_drift_3 + canonical_units: m s-1 + description: ww3 export + - standard_name: Sw_vstokes3 + alias: y3pstk + # + #----------------------------------- + # section: FV3 atm export/import to/from JEDI + #----------------------------------- + # + - standard_name: u + canonical_units: m s-1 + alias: u_component_of_native_D_grid_wind + # + - standard_name: v + canonical_units: m s-1 + alias: v_component_of_native_D_grid_wind + # + - standard_name: ua + canonical_units: m s-1 + alias: eastward_wind + # + - standard_name: va + canonical_units: m s-1 + alias: northward_wind + # + - standard_name: t + canonical_units: K + alias: air_temperature + # + - standard_name: delp + canonical_units: Pa + alias: air_pressure_thickness + # + - standard_name: ps + canonical_units: Pa + alias: surface_pressure + # + - standard_name: sphum + canonical_units: kg kg-1 + alias: specific_humidity + # + - standard_name: ice_wat + canonical_units: kg kg-1 + alias: cloud_liquid_ice + # + - standard_name: liq_wat + canonical_units: kg kg-1 + alias: cloud_liquid_water + # + - standard_name: rainwat + canonical_units: kg kg-1 + alias: rain_water + # + - standard_name: snowwat + canonical_units: kg kg-1 + alias: snow_water + # + - standard_name: graupel + canonical_units: kg kg-1 + alias: graupel + # + - standard_name: o3mr + canonical_units: kg kg-1 + alias: ozone_mass_mixing_ratio + # + - standard_name: phis + canonical_units: m2 s-2 + alias: sfc_geopotential_height_times_grav + # + - standard_name: u_srf + canonical_units: m s-1 + alias: surface_eastward_wind + # + - standard_name: v_srf + canonical_units: m s-1 + alias: surface_northward_wind + # + # + - standard_name: t2m + canonical_units: K + alias: surface_temperature + # + - standard_name: slmsk + canonical_units: flag + description: landmask sea/land/ice=0/1/2 + # + - standard_name: weasd + canonical_units: mm + description: water equiv of acc snow depth over land and sea ice + alias: sheleg + # + - standard_name: tsea + canonical_units: K + description: surface skin temperature + # + - standard_name: vtype + canonical_units: index + description: vegetation type + # + - standard_name: stype + canonical_units: index + description: soil type + # + - standard_name: Sa_vfrac + canonical_units: frac + description: areal fractional cover of green vegetation + - standard_name: Sa_vfrac + alias: vfrac + # + - standard_name: stc + canonical_units: K + description: soil temperature content + # + - standard_name: smc + canonical_units: m3 m-3 + description: soil moisture content + # + - standard_name: snwdph + canonical_units: mm + description: snow depth in mm + # + - standard_name: f10m + canonical_units: ratio + description: fm at 10m - Ratio of sigma level 1 wind and 10m wind + # + - standard_name: Sa_zorl + canonical_units: cm + description: composite surface roughness in cm + - standard_name: Sa_zorl + alias: zorl + # + - standard_name: t2m + canonical_units: K + description: two meter temperature + # + #----------------------------------- + # section: land export + #----------------------------------- + # + - standard_name: Sl_lfrac + alias: land_fraction + canonical_units: 1 + description: land export + # + - standard_name: Sl_lfrin + canonical_units: 1 + description: land export + # + - standard_name: Sl_t + canonical_units: K + description: land export + # + - standard_name: inst_tracer_diag_aod + canonical_units: 1 + description: AOD + # + - standard_name: Sl_sfrac + alias: inst_snow_area_fraction_lnd + canonical_units: 1 + description: land export + # + - standard_name: Sl_tref + alias: inst_temp_height2m_lnd + canonical_units: K + description: mediator export to glc - no levation classes + # + - standard_name: Sl_qref + alias: inst_spec_humid_height2m_lnd + canonical_units: kg kg-1 + description: land export + # + - standard_name: Sl_q + alias: inst_spec_humid_lnd + canonical_units: kg kg-1 + description: land export + # + - standard_name: Fall_lat + alias: inst_laten_heat_flx_lnd + canonical_units: kg kg-1 m s-1 + description: land export to atm - atm/lnd latent heat flux + # + - standard_name: Fall_sen + alias: inst_sensi_heat_flx_lnd + canonical_units: K m s-1 + description: land export to atm - atm/lnd sensible heat flux + # + - standard_name: Fall_evap + alias: inst_potential_laten_heat_flx_lnd + canonical_units: W m-2 + description: land export + # + - standard_name: Fall_gflx + alias: inst_upward_heat_flux_lnd + canonical_units: W m-2 + description: land export + # + - standard_name: Fall_roff + alias: inst_runoff_rate_lnd + canonical_units: kg m-2 s-1 + description: land export + # + - standard_name: Fall_soff + alias: inst_subsurface_runoff_rate_lnd + canonical_units: kg m-2 s-1 + description: land export + # + - standard_name: Sl_cmm + alias: inst_drag_wind_speed_for_momentum + canonical_units: m s-1 + description: land export + # + - standard_name: Sl_chh + alias: inst_drag_mass_flux_for_heat_and_moisture + canonical_units: kg m-2 s-1 + description: land export + # + - standard_name: Sl_zvfun + alias: inst_func_of_roughness_length_and_vfrac + canonical_units: 1 + description: land export diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index c82ee2d1b8..6f049cf161 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -451,7 +451,7 @@ EOF fi cat << EOF >> "${ROCOTO_XML}" - ${BUILD_CORES} + 1:ppn=${BUILD_CORES} ${BUILD_WALLTIME} &RUNDIR_ROOT;/compile_${COMPILE_ID}.log ${NATIVE} From 6d0454cb9a07f679e6d6fbf83a83d8e4add998c5 Mon Sep 17 00:00:00 2001 From: jiandewang Date: Sat, 17 Aug 2024 14:18:14 -0400 Subject: [PATCH 5/6] update to MOM6 main 20240729 commit (gfdl-to-main-2024-05-31) (#2381) * using MOM6 test branch add MOM_dynamics_split_RK2b.F90 and MOM_EOS_base_type.F90 in cmake list add extra 8PE for cpld_debug_pdlib job set DEFAULT_ANSWER_DATE=20231231 in 5x5 case add USE_HUYNH_STENCIL_BUG = True in MOM_input using MOM6 restart file as BL for sfs and hafs_mom jobs * remove USE_HUYNH_STENCIL_BUG = True in MOM_input switch FIX_USTAR_GUSTLESS_BUG=F to USTAR_GUSTLESS_BUG=T * switch FIX_USTAR_GUSTLESS_BUG to USTAR_GUSTLESS_BUG for MOM_input_hafs * set USE_HUYNH_STENCIL_BUG = True --- MOM6-interface/MOM6 | 2 +- MOM6-interface/mom6_files.cmake | 2 + tests/bl_date.conf | 2 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_derecho.log | 629 +++++++-------- tests/logs/RegressionTests_gaea.log | 550 ++++++------- tests/logs/RegressionTests_hera.log | 709 ++++++++--------- tests/logs/RegressionTests_hercules.log | 732 +++++++++--------- tests/logs/RegressionTests_orion.log | 546 ++++++------- tests/logs/RegressionTests_wcoss2.log | 460 +++++------ tests/parm/MOM_input_025.IN | 6 +- tests/parm/MOM_input_050.IN | 6 +- tests/parm/MOM_input_100.IN | 6 +- tests/parm/MOM_input_500.IN | 5 + tests/parm/MOM_input_hafs | 6 +- tests/test_changes.list | 52 ++ tests/tests/cpld_control_sfs | 3 +- tests/tests/cpld_debug_pdlib_p8 | 1 + ...nal_storm_following_1nest_atm_ocn_wav_mom6 | 3 +- 21 files changed, 1904 insertions(+), 1918 deletions(-) diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 4b8777eb08..00f8ea2023 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 4b8777eb08b065d8a95e5317b6270a7a67ccf93e +Subproject commit 00f8ea2023f5ed58f0605cea373094f65ee90f64 diff --git a/MOM6-interface/mom6_files.cmake b/MOM6-interface/mom6_files.cmake index fbe95fdce7..98fb78776e 100644 --- a/MOM6-interface/mom6_files.cmake +++ b/MOM6-interface/mom6_files.cmake @@ -36,6 +36,7 @@ list(APPEND mom6_src_files MOM6/src/core/MOM_continuity_PPM.F90 MOM6/src/core/MOM_density_integrals.F90 MOM6/src/core/MOM_dynamics_split_RK2.F90 + MOM6/src/core/MOM_dynamics_split_RK2b.F90 MOM6/src/core/MOM_dynamics_unsplit.F90 MOM6/src/core/MOM_dynamics_unsplit_RK2.F90 MOM6/src/core/MOM_forcing_type.F90 @@ -59,6 +60,7 @@ list(APPEND mom6_src_files MOM6/src/diagnostics/MOM_sum_output.F90 MOM6/src/diagnostics/MOM_wave_speed.F90 + MOM6/src/equation_of_state/MOM_EOS_base_type.F90 MOM6/src/equation_of_state/MOM_EOS.F90 MOM6/src/equation_of_state/MOM_EOS_Jackett06.F90 MOM6/src/equation_of_state/MOM_EOS_Roquet_SpV.F90 diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 2fc1026343..cab475be3a 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240730 +export BL_DATE=20240813 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 5fc896fd29..9c5a701824 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Fri Aug 9 04:00:06 UTC 2024 +Wed Aug 14 04:49:29 UTC 2024 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_3660377/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1991485/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 = 279.679964 - 0: The maximum resident set size (KB) = 1460412 + 0: The total amount of wall time = 284.606332 + 0: The maximum resident set size (KB) = 1454664 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_3660377/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1991485/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 = 986.199169 - 0: The maximum resident set size (KB) = 1426460 + 0: The total amount of wall time = 963.742336 + 0: The maximum resident set size (KB) = 1417032 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_3660377/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1991485/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 = 250.630229 - 0: The maximum resident set size (KB) = 1408568 + 0: The total amount of wall time = 244.954476 + 0: The maximum resident set size (KB) = 1425708 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_3660377/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1991485/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 = 248.429764 - 0: The maximum resident set size (KB) = 1428500 + 0: The total amount of wall time = 246.793628 + 0: The maximum resident set size (KB) = 1424252 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_3660377/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1991485/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 = 255.808429 - 0: The maximum resident set size (KB) = 1426564 + 0: The total amount of wall time = 246.591406 + 0: The maximum resident set size (KB) = 1425312 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_3660377/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1991485/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 = 248.579185 - 0: The maximum resident set size (KB) = 1433372 + 0: The total amount of wall time = 253.919221 + 0: The maximum resident set size (KB) = 1425460 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_3660377/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_1991485/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 = 253.035278 - 0: The maximum resident set size (KB) = 1426628 + 0: The total amount of wall time = 247.819336 + 0: The maximum resident set size (KB) = 1425916 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Aug 9 05:05:03 UTC 2024 -Elapsed time: 01h:04m:57s. Have a nice day! +Wed Aug 14 05:57:13 UTC 2024 +Elapsed time: 01h:07m:47s. 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 fbada5b633..9f82d1cb58 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Fri Aug 9 02:56:32 UTC 2024 +Wed Aug 14 03:34:34 UTC 2024 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_2767517/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_802869/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 = 1360.287918 - 0: The maximum resident set size (KB) = 1522784 + 0: The total amount of wall time = 1485.131443 + 0: The maximum resident set size (KB) = 1540540 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_2767517/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_802869/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 = 431.635030 - 0: The maximum resident set size (KB) = 1531952 + 0: The total amount of wall time = 679.652936 + 0: The maximum resident set size (KB) = 1529736 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_2767517/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_802869/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 = 432.002387 - 0: The maximum resident set size (KB) = 1541276 + 0: The total amount of wall time = 432.966302 + 0: The maximum resident set size (KB) = 1528124 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Aug 9 04:00:06 UTC 2024 -Elapsed time: 01h:03m:35s. Have a nice day! +Wed Aug 14 04:49:26 UTC 2024 +Elapsed time: 01h:14m:53s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index b99fa78e5c..d77ab86262 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Fri Aug 9 00:27:51 UTC 2024 +Tue Aug 13 21:40:20 UTC 2024 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_2714443/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3112206/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 = 1379.789847 - 0: The maximum resident set size (KB) = 770252 + 0: The total amount of wall time = 1417.012128 + 0: The maximum resident set size (KB) = 777980 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_2714443/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3112206/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 = 2222.469710 - 0: The maximum resident set size (KB) = 742740 + 0: The total amount of wall time = 2254.022804 + 0: The maximum resident set size (KB) = 743156 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_2714443/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3112206/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 = 2152.921801 - 0: The maximum resident set size (KB) = 742124 + 0: The total amount of wall time = 2149.586191 + 0: The maximum resident set size (KB) = 720988 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_2714443/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3112206/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 = 2261.335740 - 0: The maximum resident set size (KB) = 720504 + 0: The total amount of wall time = 2187.962794 + 0: The maximum resident set size (KB) = 719432 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Aug 9 02:56:30 UTC 2024 -Elapsed time: 02h:28m:41s. Have a nice day! +Wed Aug 14 03:34:33 UTC 2024 +Elapsed time: 05h:54m:14s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index a80a8b4b99..2cf8485615 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: -8cb23af867d56961352ff5fab97656c3a4c6b936 +09690a092f727349365fac81c2d2096127bb8f12 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) - d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) + 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,363 +35,286 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_85245 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240813 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_80910 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 +* (-a) - HPC PROJECT ACCOUNT: scsg0002 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [26:18, 24:28] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:33, 06:05](3203 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [28:22, 26:54] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:09, 15:04](1909 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:04, 16:38](1937 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:08, 08:13](1072 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:09, 16:55](1881 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [29:23, 26:26] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:24, 14:34](1910 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:15, 15:08] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:13, 23:04](1933 MB) - -PASS -- COMPILE 's2swa_intel' [25:21, 24:03] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:15, 06:30](3221 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:39, 06:44](3221 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:05, 04:19](3149 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:15, 06:38](3247 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:03, 04:06](3176 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:32, 06:12](3732 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:47, 06:39](3219 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:27, 05:38](3534 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:37, 06:38](3228 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:14, 09:52](3816 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:01, 07:00](3618 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [34:56, 10:59](4518 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_restart_bmark_p8_intel' [, ]( MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:24, 06:10](3202 MB) - -PASS -- COMPILE 's2sw_intel' [24:21, 22:14] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:56, 05:03](1919 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:08, 05:21](1986 MB) - -PASS -- COMPILE 's2swa_debug_intel' [18:20, 14:52] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:14, 08:23](3304 MB) - -PASS -- COMPILE 's2sw_debug_intel' [16:19, 13:52] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:00, 06:10](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [21:20, 18:17] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:08, 05:11](1991 MB) - -PASS -- COMPILE 's2s_intel' [22:18, 18:46] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [35:35, 07:02](2891 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [31:33, 02:44](2902 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:42, 01:46](2309 MB) - -PASS -- COMPILE 's2swa_faster_intel' [27:20, 26:11] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [11:56, 06:29](3231 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [26:24, 24:46] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:17, 15:03](1929 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:29, 08:30](1088 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:01, 16:58](1905 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:25, 13:32] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:06, 24:45](1944 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:26, 15:20] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [08:03, 03:33](671 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:48, 02:29](1565 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:10, 02:35](1571 MB) -PASS -- TEST 'control_latlon_intel' [09:47, 02:32](1562 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:45, 02:33](1562 MB) -PASS -- TEST 'control_c48_intel' [19:47, 06:10](1575 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [18:59, 05:22](708 MB) -PASS -- TEST 'control_c192_intel' [16:56, 08:51](1674 MB) -PASS -- TEST 'control_c384_intel' [19:16, 09:02](1958 MB) -PASS -- TEST 'control_c384gdas_intel' [19:56, 07:31](1175 MB) -PASS -- TEST 'control_stochy_intel' [06:06, 01:36](621 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:47, 00:55](438 MB) -PASS -- TEST 'control_lndp_intel' [06:07, 01:26](622 MB) -PASS -- TEST 'control_iovr4_intel' [07:08, 02:12](622 MB) -PASS -- TEST 'control_iovr5_intel' [07:08, 02:14](623 MB) -PASS -- TEST 'control_p8_intel' [09:19, 03:19](1858 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [10:22, 03:21](1859 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [11:03, 03:15](1861 MB) -PASS -- TEST 'control_restart_p8_intel' [05:47, 02:08](1004 MB) -PASS -- TEST 'control_noqr_p8_intel' [10:43, 03:15](1851 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:30, 02:17](1011 MB) -PASS -- TEST 'control_decomp_p8_intel' [10:40, 03:26](1852 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:01, 03:12](1937 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:41, 05:08](1857 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:54, 04:09](1912 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:59, 03:18](1863 MB) -PASS -- TEST 'merra2_thompson_intel' [07:55, 03:28](1858 MB) -PASS -- TEST 'regional_control_intel' [08:30, 05:03](858 MB) -PASS -- TEST 'regional_restart_intel' [05:11, 03:29](862 MB) -PASS -- TEST 'regional_decomp_intel' [08:58, 05:27](870 MB) -PASS -- TEST 'regional_noquilt_intel' [07:56, 05:02](1181 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:02, 05:03](863 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:03, 05:18](868 MB) -PASS -- TEST 'regional_wofs_intel' [08:13, 05:46](1595 MB) - -PASS -- COMPILE 'rrfs_intel' [42:28, 14:11] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:16, 06:18](1004 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:26, 03:57](1156 MB) -PASS -- TEST 'rap_decomp_intel' [11:16, 06:32](1004 MB) -PASS -- TEST 'rap_2threads_intel' [09:26, 05:52](1081 MB) -PASS -- TEST 'rap_restart_intel' [05:27, 03:17](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:15, 06:16](1002 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:15, 06:32](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:25, 04:47](875 MB) -PASS -- TEST 'hrrr_control_intel' [07:40, 03:18](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:39, 03:29](996 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:14, 02:55](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:01, 01:56](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:30, 06:10](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:50, 07:32](1957 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:54, 07:14](1947 MB) - -PASS -- COMPILE 'csawmg_intel' [39:31, 13:00] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:22, 06:31](955 MB) -PASS -- TEST 'control_ras_intel' [04:39, 03:00](658 MB) - -PASS -- COMPILE 'wam_intel' [38:32, 12:52] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:20, 10:23](1644 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [37:22, 13:24] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:46, 03:15](1857 MB) -PASS -- TEST 'regional_control_faster_intel' [07:14, 05:06](858 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [37:32, 15:50] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:22, 02:43](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:18, 02:34](1610 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:47, 02:57](808 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:49, 02:46](807 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:23, 04:48](1115 MB) -PASS -- TEST 'control_ras_debug_intel' [03:58, 02:43](815 MB) -PASS -- TEST 'control_diag_debug_intel' [06:57, 02:43](1660 MB) -PASS -- TEST 'control_debug_p8_intel' [06:17, 03:28](1906 MB) -PASS -- TEST 'regional_debug_intel' [19:34, 16:34](919 MB) -PASS -- TEST 'rap_control_debug_intel' [06:51, 04:56](1191 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:54, 04:46](1186 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:54, 04:49](1189 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:39, 04:46](1193 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:51, 04:45](1193 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:18, 04:58](1271 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:51, 04:54](1192 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:49, 04:58](1192 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:51, 04:46](1196 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:57, 04:46](1188 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:53, 04:42](1187 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:49, 04:45](1189 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:45, 07:32](1186 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:50, 04:42](1185 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:01, 05:52](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:52, 04:54](1187 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:27, 08:02](1199 MB) - -PASS -- COMPILE 'wam_debug_intel' [30:27, 08:42] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:09, 12:08](1694 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:26, 12:50] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:10, 03:47](1019 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:25, 05:11](884 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:36, 02:57](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:25, 04:55](944 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:38, 02:33](938 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:36, 03:00](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:33, 03:59](790 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:47, 01:37](775 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [26:23, 12:50] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [08:35, 02:04](1073 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:59, 01:12](1070 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:56, 01:15](958 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [21:18, 13:09] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 03:43](902 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [17:17, 09:08] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:46, 04:39](1068 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:45, 04:30](1070 MB) -PASS -- TEST 'conus13km_debug_intel' [17:24, 13:50](1148 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:30, 14:23](830 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:14, 08:16](1145 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:12, 13:54](1215 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:13, 09:00] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:49, 04:47](1087 MB) - -PASS -- COMPILE 'hafsw_intel' [21:21, 19:58] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:49, 04:51](704 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:40, 05:25](1043 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:57, 06:45](756 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:11, 11:15](770 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:28, 12:29](794 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:53, 04:47](461 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:58, 05:55](475 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:18, 02:27](387 MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_global_multiple_4nests_atm_intel' [, ]( MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:20, 03:28](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:58, 03:15](499 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:54, 04:05](567 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:43, 01:21](418 MB) -PASS -- TEST 'gnv1_nested_intel' [08:48, 04:30](1713 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [12:22, 10:46] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:45, 12:38](620 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:25, 18:59] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:55, 07:27](614 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:24, 07:25](679 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:24, 20:24] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:32, 05:33](665 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:18, 17:52] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:25, 06:03](737 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:27, 06:00](720 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:42, 16:24](894 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:22, 09:42] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:47, 02:34](757 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:04, 01:36](759 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:52, 02:25](645 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:55, 02:29](653 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:49, 02:27](649 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:51, 02:32](769 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:55, 02:36](768 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:48, 02:26](648 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [15:46, 05:50](696 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [15:44, 05:51](680 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:29, 02:34](770 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:00, 03:59](2033 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:07, 04:02](2033 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [13:19, 07:30] ( 7 warnings 2 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'datm_cdeps_debug_cfsr_intel' [, ]( MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [15:15, 09:59] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:46, 02:34](767 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [08:19, 03:20] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:58, 01:26](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:09, 01:17](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:00, 01:12](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:36, 15:38] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:09, 04:25](1906 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:20, 14:24] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:52, 04:06](1902 MB) - -PASS -- COMPILE 'atml_intel' [17:31, 16:32] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:30, 08:44](1891 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:37, 08:16](1889 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:06, 04:01](1037 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:27, 12:28] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:38, 06:45](1927 MB) - -PASS -- COMPILE 'atmw_intel' [16:21, 15:23] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:07, 02:31](1882 MB) - -PASS -- COMPILE 'atmaero_intel' [15:23, 14:46] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:20, 04:32](3122 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:26, 04:29](3003 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:20, 04:33](3008 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:14, 09:50] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [29:41, 22:29](4542 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:18, 21:22] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:54, 05:54](3206 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:17, 23:23] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:22, 14:30](1911 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:21, 15:56](1944 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:14, 08:13](1058 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:10, 16:52](1886 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:19, 23:19] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:57, 14:25](1909 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:15, 11:55] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:04, 22:45](1937 MB) + +PASS -- COMPILE 's2swa_intel' [22:18, 21:07] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:46, 06:28](3220 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:05, 06:33](3223 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:04, 04:23](3147 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:45, 06:35](3247 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:17, 04:08](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:37, 06:08](3733 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:37, 06:15](3218 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:37, 05:33](3536 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:05, 06:32](3234 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:49, 09:38](3815 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:31, 06:52](3620 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [28:56, 10:39](4519 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [31:12, 07:10](4666 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:30, 06:13](3205 MB) + +PASS -- COMPILE 's2sw_intel' [20:18, 19:28] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:42, 04:56](1925 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:52, 04:57](1986 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:16, 11:44] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:10, 08:19](3299 MB) + +PASS -- COMPILE 's2sw_debug_intel' [12:16, 10:56] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:34, 05:53](1959 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:16, 15:49] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:05, 04:58](1989 MB) + +PASS -- COMPILE 's2s_intel' [17:15, 16:00] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:14, 06:45](2889 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:16, 02:25](2890 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:08, 01:32](2312 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:23, 24:27] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:46, 06:20](3231 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:22, 22:21] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:02, 14:41](1924 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:16, 07:58](1105 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:46, 16:38](1893 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:18, 10:47] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:49, 24:44](1961 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:21, 14:06] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:50, 03:26](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:08, 02:27](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:29, 02:28](1573 MB) +PASS -- TEST 'control_latlon_intel' [04:11, 02:25](1563 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:14, 02:28](1564 MB) +PASS -- TEST 'control_c48_intel' [08:18, 06:10](1576 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:56, 05:20](711 MB) +PASS -- TEST 'control_c192_intel' [12:10, 08:48](1679 MB) +PASS -- TEST 'control_c384_intel' [17:12, 08:55](1945 MB) +PASS -- TEST 'control_c384gdas_intel' [17:01, 07:14](1189 MB) +PASS -- TEST 'control_stochy_intel' [02:43, 01:29](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:40, 00:53](435 MB) +PASS -- TEST 'control_lndp_intel' [02:41, 01:24](624 MB) +PASS -- TEST 'control_iovr4_intel' [03:55, 02:08](619 MB) +PASS -- TEST 'control_iovr5_intel' [03:49, 02:08](623 MB) +PASS -- TEST 'control_p8_intel' [05:31, 03:18](1861 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:21, 03:02](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:22, 03:09](1856 MB) +PASS -- TEST 'control_restart_p8_intel' [04:38, 02:02](989 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:13, 03:08](1846 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:42, 02:06](1010 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:01, 03:24](1848 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:01, 02:58](1934 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:51, 05:02](1856 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:04, 03:55](1909 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:07, 03:19](1858 MB) +PASS -- TEST 'merra2_thompson_intel' [06:02, 03:33](1864 MB) +PASS -- TEST 'regional_control_intel' [07:17, 04:52](858 MB) +PASS -- TEST 'regional_restart_intel' [05:03, 02:57](860 MB) +PASS -- TEST 'regional_decomp_intel' [07:23, 05:03](856 MB) +PASS -- TEST 'regional_noquilt_intel' [06:04, 04:46](1188 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:51, 04:48](862 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:58, 04:53](864 MB) +PASS -- TEST 'regional_wofs_intel' [07:05, 05:40](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [13:19, 12:32] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:36, 06:12](1003 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:56, 03:42](1143 MB) +PASS -- TEST 'rap_decomp_intel' [08:36, 06:26](1007 MB) +PASS -- TEST 'rap_2threads_intel' [08:37, 05:43](1085 MB) +PASS -- TEST 'rap_restart_intel' [05:34, 03:15](879 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:42, 06:09](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:42, 06:25](1006 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:26, 04:37](878 MB) +PASS -- TEST 'hrrr_control_intel' [05:13, 03:15](999 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:13, 03:18](1001 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:13, 02:48](1078 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:53, 01:48](828 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:43, 06:02](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:11, 07:28](1952 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:15, 07:13](1943 MB) + +PASS -- COMPILE 'csawmg_intel' [12:19, 11:26] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:14, 06:26](960 MB) +PASS -- TEST 'control_ras_intel' [04:47, 02:52](654 MB) + +PASS -- COMPILE 'wam_intel' [13:19, 11:42] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [12:54, 10:13](1643 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:19, 11:59] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:48, 03:07](1853 MB) +PASS -- TEST 'regional_control_faster_intel' [06:20, 04:45](857 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [15:20, 14:21] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:23, 02:33](1607 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:21, 02:31](1600 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:40, 02:52](810 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:43, 02:38](808 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:04, 04:42](1111 MB) +PASS -- TEST 'control_ras_debug_intel' [03:45, 02:42](814 MB) +PASS -- TEST 'control_diag_debug_intel' [05:30, 02:35](1658 MB) +PASS -- TEST 'control_debug_p8_intel' [05:08, 03:21](1892 MB) +PASS -- TEST 'regional_debug_intel' [19:01, 16:48](925 MB) +PASS -- TEST 'rap_control_debug_intel' [06:38, 04:46](1187 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:39, 04:37](1185 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 04:39](1192 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:42, 04:49](1189 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:46, 04:47](1189 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:30, 04:58](1269 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:52, 04:44](1187 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:01, 04:53](1193 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:03, 04:46](1191 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:48, 04:41](1189 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:58, 04:40](1184 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:53, 04:45](1187 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:55, 07:32](1184 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:51, 04:42](1181 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:48, 05:51](1193 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:50, 04:43](1185 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:15, 07:59](1198 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:13, 07:33] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:33, 12:12](1685 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:19, 11:10] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:52, 03:31](1021 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:23, 05:09](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:51, 02:49](881 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:24, 04:54](948 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:41, 02:26](941 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:39, 02:55](876 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:11, 03:55](793 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:38, 01:33](777 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:19, 11:27] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:38, 01:54](1076 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:47, 01:00](1069 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:03, 01:09](960 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:23, 11:35] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:54, 03:39](905 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:18, 07:36] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:54, 04:33](1064 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:44, 04:34](1062 MB) +PASS -- TEST 'conus13km_debug_intel' [17:08, 13:39](1151 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:56, 13:45](829 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:48, 07:56](1140 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:59, 13:40](1208 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:17, 07:17] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:43, 04:39](1091 MB) + +PASS -- COMPILE 'hafsw_intel' [18:20, 17:34] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:46, 04:36](697 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:02, 05:07](1052 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:45, 06:30](749 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:55, 11:04](769 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:19, 12:14](791 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:19, 04:37](463 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:49, 05:46](476 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:05, 02:18](387 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:11, 06:13](451 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:32, 03:19](499 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:06](500 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:36, 03:50](568 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:41, 01:13](419 MB) +PASS -- TEST 'gnv1_nested_intel' [07:31, 04:15](1712 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:18, 08:47] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:28, 12:30](619 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:20, 17:07] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:43, 07:16](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:40, 07:19](678 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:23, 18:28] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:32, 05:26](668 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:19, 15:40] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:30, 05:43](738 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:25, 05:45](722 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:57, 16:14](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:24, 08:22] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:39, 02:29](766 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:34, 01:34](755 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:49, 02:21](649 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:45, 02:25](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:30, 02:24](646 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:35, 02:31](767 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:33, 02:30](767 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:41, 02:21](646 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:43, 05:45](697 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:48, 05:48](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:22, 02:28](767 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:54, 03:55](2034 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:56, 03:58](2038 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:17, 05:53] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:43, 05:13](751 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 08:24] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:45, 02:28](768 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:16, 02:44] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:40, 01:12](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:38, 01:07](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:39, 00:44](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:20, 13:36] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:48, 03:48](1907 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:20, 12:21] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:29, 03:56](1898 MB) + +PASS -- COMPILE 'atml_intel' [15:32, 14:32] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:45, 06:42](1885 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:41, 06:56](1882 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:15, 03:50](1033 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:20, 10:41] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:42, 06:13](1919 MB) + +PASS -- COMPILE 'atmw_intel' [14:24, 13:39] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:22, 02:16](1874 MB) + +PASS -- COMPILE 'atmaero_intel' [14:22, 12:52] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:03, 04:07](3124 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:52, 04:19](2998 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:25](3015 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:19, 07:54] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [27:10, 22:09](4545 MB) SYNOPSIS: -Starting Date/Time: 20240808 18:27:21 -Ending Date/Time: 20240808 20:33:18 -Total Time: 02h:07m:14s +Starting Date/Time: 20240816 07:35:36 +Ending Date/Time: 20240816 09:14:55 +Total Time: 01h:40m:14s Compiles Completed: 41/41 -Tests Completed: 181/184 -Failed Tests: -* TEST cpld_restart_bmark_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2278/tests/logs/log_derecho/run_cpld_restart_bmark_p8_intel.log -* TEST hafs_global_multiple_4nests_atm_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2278/tests/logs/log_derecho/run_hafs_global_multiple_4nests_atm_intel.log -* TEST datm_cdeps_debug_cfsr_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /glade/derecho/scratch/epicufsrt/jenkins/workspace/s-weather-model_pipeline_PR-2278/tests/logs/log_derecho/run_datm_cdeps_debug_cfsr_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF DERECHO REGRESSION TESTING LOG==== -====START OF DERECHO REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -be00f82a5b69e02f347d8334d4b13292804e83f5 - -Submodule hashes used in testing: - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) - d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) - 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) - fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_65928 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: nral0032 -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_intel' [25:26, 23:56] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_bmark_p8_intel' [26:43, 11:15](4518 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:58, 07:56](4664 MB) - -PASS -- COMPILE 'hafsw_intel' [21:24, 19:55] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:03, 06:30](449 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:12, 07:28] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:35, 05:15](738 MB) - -SYNOPSIS: -Starting Date/Time: 20240809 07:25:10 -Ending Date/Time: 20240809 08:43:35 -Total Time: 01h:18m:42s -Compiles Completed: 3/3 -Tests Completed: 4/4 +Tests Completed: 184/184 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index f9064a2595..a21c4acb72 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -8cb23af867d56961352ff5fab97656c3a4c6b936 +09690a092f727349365fac81c2d2096127bb8f12 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) - d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) + 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,285 +35,285 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/role.epic/RT_RUNDIRS/role.epic/FV3_RT/rt_110577 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240813 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_12729 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:13, 18:58] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:58, 08:02](3205 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:15, 22:46] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:37, 14:17](1913 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [34:13, 14:16](1935 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [26:36, 06:52](1070 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:27, 14:54](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:13, 23:42] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [22:53, 14:19](1910 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:16, 13:04] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [40:21, 25:16](1917 MB) - -PASS -- COMPILE 's2swa_intel' [19:13, 18:42] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:53, 08:33](3224 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:51, 08:39](3220 MB) -PASS -- TEST 'cpld_restart_p8_intel' [31:08, 05:21](3156 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [17:41, 08:32](3247 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [30:07, 05:06](3172 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:46, 06:59](3464 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:35, 08:32](3222 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:33, 07:54](3167 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:59, 08:38](3224 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [22:06, 11:38](3449 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [29:26, 07:27](3607 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [46:33, 13:06](4208 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:29, 09:15](4359 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [16:40, 08:18](3211 MB) - -PASS -- COMPILE 's2sw_intel' [19:13, 18:14] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [14:41, 05:33](1929 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:41, 05:59](1988 MB) - -PASS -- COMPILE 's2swa_debug_intel' [14:12, 13:37] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [23:35, 10:08](3281 MB) - -PASS -- COMPILE 's2sw_debug_intel' [13:16, 12:18] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [21:13, 06:14](1954 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:14, 15:42] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [17:49, 05:42](1995 MB) - -PASS -- COMPILE 's2s_intel' [15:14, 15:02] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [19:17, 06:32](2871 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [14:30, 02:07](2876 MB) -PASS -- TEST 'cpld_restart_c48_intel' [13:13, 01:13](2288 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:15, 19:40] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [28:55, 07:57](3223 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:17, 22:35] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [40:48, 15:19](1927 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:18, 07:47](1090 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:40, 17:37](1904 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:10, 14:23] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [39:22, 27:07](1956 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:12, 14:26] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [21:47, 04:04](664 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [25:17, 03:26](1560 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [25:15, 03:10](1565 MB) -PASS -- TEST 'control_latlon_intel' [25:05, 03:07](1564 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [21:17, 03:05](1563 MB) -PASS -- TEST 'control_c48_intel' [27:23, 06:37](1568 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [16:56, 05:42](697 MB) -PASS -- TEST 'control_c192_intel' [31:07, 09:49](1670 MB) -PASS -- TEST 'control_c384_intel' [40:31, 18:39](1928 MB) -PASS -- TEST 'control_c384gdas_intel' [38:25, 14:39](1153 MB) -PASS -- TEST 'control_stochy_intel' [23:35, 02:02](619 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:40, 01:02](425 MB) -PASS -- TEST 'control_lndp_intel' [23:41, 01:49](619 MB) -PASS -- TEST 'control_iovr4_intel' [25:39, 02:48](616 MB) -PASS -- TEST 'control_iovr5_intel' [25:37, 02:40](616 MB) -PASS -- TEST 'control_p8_intel' [28:42, 03:19](1848 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [29:02, 03:36](1850 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [27:46, 03:22](1852 MB) -PASS -- TEST 'control_restart_p8_intel' [06:36, 02:37](997 MB) -PASS -- TEST 'control_noqr_p8_intel' [27:05, 03:17](1843 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:37, 02:22](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [18:30, 03:25](1850 MB) -PASS -- TEST 'control_2threads_p8_intel' [17:30, 02:49](1928 MB) -PASS -- TEST 'control_p8_lndp_intel' [17:58, 05:16](1849 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [14:37, 04:11](1905 MB) -PASS -- TEST 'control_p8_mynn_intel' [12:46, 03:21](1863 MB) -PASS -- TEST 'merra2_thompson_intel' [11:35, 03:38](1856 MB) -PASS -- TEST 'regional_control_intel' [09:42, 04:35](848 MB) -PASS -- TEST 'regional_restart_intel' [07:01, 02:56](849 MB) -PASS -- TEST 'regional_decomp_intel' [09:43, 04:45](851 MB) -PASS -- TEST 'regional_2threads_intel' [08:45, 02:59](987 MB) -PASS -- TEST 'regional_noquilt_intel' [07:45, 04:27](1179 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:56, 04:38](856 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:20, 04:42](849 MB) -PASS -- TEST 'regional_wofs_intel' [08:38, 06:26](1580 MB) - -PASS -- COMPILE 'rrfs_intel' [15:14, 14:32] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:46, 07:14](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:21, 04:13](1152 MB) -PASS -- TEST 'rap_decomp_intel' [09:25, 07:34](1006 MB) -PASS -- TEST 'rap_2threads_intel' [09:33, 06:42](1087 MB) -PASS -- TEST 'rap_restart_intel' [05:06, 03:48](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:52, 07:26](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:50, 07:33](1004 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:43, 05:25](877 MB) -PASS -- TEST 'hrrr_control_intel' [06:22, 04:20](1001 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:22, 04:19](1001 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:20, 03:10](1075 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:48, 02:16](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:41, 06:50](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:54, 09:10](1959 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:47, 08:46](1947 MB) - -PASS -- COMPILE 'csawmg_intel' [16:12, 15:37] -PASS -- TEST 'control_csawmg_intel' [10:56, 07:03](957 MB) -PASS -- TEST 'control_ras_intel' [06:37, 03:32](653 MB) - -PASS -- COMPILE 'wam_intel' [14:12, 13:52] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:21, 11:58](1657 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:12, 14:07] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:59, 03:42](1847 MB) -PASS -- TEST 'regional_control_faster_intel' [06:54, 04:30](844 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [15:15, 14:33] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:26, 03:03](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:06, 03:13](1592 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:42, 03:27](793 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:34, 03:07](794 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:45, 04:30](1099 MB) -PASS -- TEST 'control_ras_debug_intel' [04:43, 03:04](801 MB) -PASS -- TEST 'control_diag_debug_intel' [03:56, 03:02](1652 MB) -PASS -- TEST 'control_debug_p8_intel' [04:43, 03:17](1888 MB) -PASS -- TEST 'regional_debug_intel' [17:52, 16:21](888 MB) -PASS -- TEST 'rap_control_debug_intel' [07:08, 05:22](1182 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:53, 05:16](1173 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:36, 05:09](1177 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:35, 05:08](1177 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:45, 05:11](1182 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:54, 05:18](1261 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:44, 05:14](1176 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:52, 05:15](1182 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:53, 05:08](1182 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:00, 05:05](1182 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:01, 04:58](1176 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:49, 05:04](1180 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:55, 07:56](1175 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:03, 04:55](1170 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:41, 05:52](1178 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:41, 05:05](1179 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:53, 09:21](1179 MB) - -PASS -- COMPILE 'wam_debug_intel' [11:12, 10:18] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [17:16, 14:15](1674 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:12, 14:25] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:21, 04:40](1004 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:02, 06:54](878 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:21, 04:14](875 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:11, 06:18](933 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:42, 03:47](924 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:20, 04:01](875 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:19, 05:13](773 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:42, 02:07](757 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 13:36] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:06, 02:13](1086 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:42, 01:16](1062 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:08, 02:40](964 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 14:26] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:25, 04:34](906 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:12, 10:37] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:45, 04:56](1051 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:48, 05:08](1052 MB) -PASS -- TEST 'conus13km_debug_intel' [17:11, 14:12](1136 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:50, 14:35](807 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:27, 08:25](1113 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:37, 14:07](1200 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:12, 10:30] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:48, 05:07](1079 MB) - -PASS -- COMPILE 'hafsw_intel' [18:11, 17:42] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:00, 05:30](683 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:42, 04:37](1033 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:38, 07:43](728 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:24, 11:54](758 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:02, 13:17](784 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:09, 05:28](462 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:57, 06:48](484 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:00, 03:04](369 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:48, 08:04](430 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:28, 03:56](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:48, 03:36](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:32, 05:00](557 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:32, 01:47](399 MB) -PASS -- TEST 'gnv1_nested_intel' [12:01, 06:51](1706 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:11, 13:08] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:11, 14:04](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:14, 17:25] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:04, 08:34](598 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:15, 08:01](777 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:13, 18:10] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:48, 06:10](778 MB) - -PASS -- COMPILE 'hafs_all_intel' [18:19, 17:20] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:03, 06:19](719 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:55, 06:24](707 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:43, 20:04](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:13, 13:06] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:31, 02:39](761 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:30, 01:42](751 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:28, 02:27](643 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:35, 02:28](640 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:26, 02:31](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:26, 02:34](749 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:27, 02:36](749 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:38, 02:25](640 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:09, 06:09](694 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:33, 06:00](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:30, 02:34](761 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:48, 04:39](2029 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:34, 04:39](2029 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 08:36] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:03, 05:36](733 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [14:11, 13:20] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:29, 02:33](752 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:11, 03:25] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:24, 02:30](316 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:15, 01:34](455 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:14, 02:11](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:15, 15:37] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:02, 04:31](1917 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:14, 14:55] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:09, 04:17](1903 MB) - -PASS -- COMPILE 'atml_intel' [16:12, 15:46] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:58, 08:20](1881 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:54, 08:31](1882 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:56, 05:16](1023 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:17, 11:39] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:48, 06:37](1922 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 14:04] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:20, 02:23](1884 MB) - -PASS -- COMPILE 'atmaero_intel' [16:15, 15:29] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:25, 07:16](3118 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:28, 07:15](3009 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:19, 07:12](3018 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [12:15, 11:37] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 18:16](4485 MB) +PASS -- COMPILE 's2swa_32bit_intel' [23:16, 22:20] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:13, 08:33](3207 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:12, 24:20] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:29, 14:29](1913 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:55, 15:04](1934 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:51, 07:24](1069 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:53, 15:32](1887 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:12, 25:36] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:00, 13:31](1909 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [18:12, 17:16] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:17, 25:03](1941 MB) + +PASS -- COMPILE 's2swa_intel' [22:12, 21:57] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:43, 08:51](3222 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:59, 08:08](3223 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:32, 05:32](3157 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:36, 08:36](3246 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:39, 05:51](3172 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:45, 07:21](3464 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:24, 08:34](3222 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [12:17, 08:16](3168 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:55, 08:55](3224 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:41, 11:32](3447 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:55, 08:12](3604 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [24:51, 13:16](4205 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:54, 09:53](4361 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:36, 08:54](3212 MB) + +PASS -- COMPILE 's2sw_intel' [22:12, 21:21] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:25, 05:20](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:31, 05:43](1995 MB) + +PASS -- COMPILE 's2swa_debug_intel' [17:16, 16:14] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:01, 10:23](3284 MB) + +PASS -- COMPILE 's2sw_debug_intel' [17:16, 16:11] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:50, 06:07](1950 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:14, 17:33] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:00, 05:32](1993 MB) + +PASS -- COMPILE 's2s_intel' [19:14, 18:52] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:25, 06:31](2873 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:48, 02:01](2877 MB) +PASS -- TEST 'cpld_restart_c48_intel' [07:37, 01:13](2288 MB) + +PASS -- COMPILE 's2swa_faster_intel' [24:12, 23:20] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:15, 08:33](3223 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:12, 22:50] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:49, 15:26](1926 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:53, 07:23](1098 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:40, 17:55](1903 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:13, 15:51] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:11, 27:55](1945 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:11, 15:51] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:42, 03:50](665 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:17, 03:52](1560 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:46, 03:55](1565 MB) +PASS -- TEST 'control_latlon_intel' [07:22, 03:46](1565 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:47, 03:49](1563 MB) +PASS -- TEST 'control_c48_intel' [08:49, 06:43](1568 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:47, 05:47](697 MB) +PASS -- TEST 'control_c192_intel' [16:23, 10:44](1670 MB) +PASS -- TEST 'control_c384_intel' [21:20, 19:02](1928 MB) +PASS -- TEST 'control_c384gdas_intel' [17:28, 14:51](1153 MB) +PASS -- TEST 'control_stochy_intel' [03:39, 02:11](619 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:46, 01:02](425 MB) +PASS -- TEST 'control_lndp_intel' [03:47, 02:10](619 MB) +PASS -- TEST 'control_iovr4_intel' [03:46, 02:43](615 MB) +PASS -- TEST 'control_iovr5_intel' [03:45, 02:52](616 MB) +PASS -- TEST 'control_p8_intel' [05:51, 03:26](1848 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:21, 03:24](1849 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:57, 03:21](1851 MB) +PASS -- TEST 'control_restart_p8_intel' [06:20, 02:09](1005 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:47, 03:27](1844 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:20, 02:37](1015 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:34, 03:28](1849 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:41, 02:51](1926 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:08, 05:44](1849 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:53, 04:23](1904 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:52, 03:54](1863 MB) +PASS -- TEST 'merra2_thompson_intel' [06:35, 03:49](1856 MB) +PASS -- TEST 'regional_control_intel' [06:02, 04:41](849 MB) +PASS -- TEST 'regional_restart_intel' [05:43, 03:10](847 MB) +PASS -- TEST 'regional_decomp_intel' [08:18, 05:21](850 MB) +PASS -- TEST 'regional_2threads_intel' [05:53, 03:02](990 MB) +PASS -- TEST 'regional_noquilt_intel' [08:14, 04:55](1175 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:08, 04:59](849 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:46, 04:47](855 MB) +PASS -- TEST 'regional_wofs_intel' [09:47, 06:04](1580 MB) + +PASS -- COMPILE 'rrfs_intel' [15:11, 15:02] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:48, 06:55](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:27, 04:10](1151 MB) +PASS -- TEST 'rap_decomp_intel' [10:18, 07:22](1007 MB) +PASS -- TEST 'rap_2threads_intel' [08:48, 06:15](1089 MB) +PASS -- TEST 'rap_restart_intel' [08:15, 03:33](878 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:50, 07:02](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:18, 07:19](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:13, 04:58](877 MB) +PASS -- TEST 'hrrr_control_intel' [05:41, 03:54](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:40, 04:03](997 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:40, 03:15](1077 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:43, 02:07](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:50, 06:48](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:22, 08:05](1959 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:22, 07:47](1946 MB) + +PASS -- COMPILE 'csawmg_intel' [15:12, 14:50] +PASS -- TEST 'control_csawmg_intel' [09:41, 06:55](958 MB) +PASS -- TEST 'control_ras_intel' [07:38, 04:00](653 MB) + +PASS -- COMPILE 'wam_intel' [16:12, 15:15] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:23, 12:28](1649 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:14, 16:13] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:27, 03:37](1847 MB) +PASS -- TEST 'regional_control_faster_intel' [07:48, 04:58](844 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [17:14, 16:20] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:03, 03:34](1591 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:55, 03:11](1596 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:26, 03:34](795 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:51](796 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:45, 04:20](1101 MB) +PASS -- TEST 'control_ras_debug_intel' [05:32, 03:10](802 MB) +PASS -- TEST 'control_diag_debug_intel' [06:55, 03:17](1660 MB) +PASS -- TEST 'control_debug_p8_intel' [06:46, 03:29](1890 MB) +PASS -- TEST 'regional_debug_intel' [19:52, 16:27](899 MB) +PASS -- TEST 'rap_control_debug_intel' [09:15, 05:25](1184 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:52, 05:26](1175 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:07, 05:21](1179 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:13, 05:23](1178 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:14, 05:23](1184 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:44, 05:18](1263 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:39, 05:26](1179 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:38, 05:35](1184 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:41, 05:30](1184 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 05:18](1184 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:32, 05:11](1178 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 05:31](1182 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 08:12](1177 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:36, 04:56](1172 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:38, 05:59](1183 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:36, 05:09](1181 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:15, 08:30](1181 MB) + +PASS -- COMPILE 'wam_debug_intel' [12:15, 11:49] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:15, 13:37](1674 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:15, 14:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:09, 03:53](1010 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:19, 06:04](878 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:15, 03:30](875 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:11, 05:17](936 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:04, 03:34](921 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:50, 03:41](875 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:07, 04:10](773 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:44, 02:14](757 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:15, 14:45] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:03, 02:38](1085 MB) +PASS -- TEST 'conus13km_2threads_intel' [08:08, 01:09](1062 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [08:19, 01:46](963 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:17, 14:35] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:32, 04:34](905 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:13, 11:40] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:39, 05:04](1051 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:33, 05:00](1052 MB) +PASS -- TEST 'conus13km_debug_intel' [18:48, 14:17](1136 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:47, 14:50](807 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:15, 08:36](1114 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:51, 14:40](1200 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:15, 11:57] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:39, 05:09](1080 MB) + +PASS -- COMPILE 'hafsw_intel' [19:11, 18:56] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:24, 05:23](686 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:49, 04:52](1035 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:52, 07:42](726 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:26, 11:43](758 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:56, 12:57](784 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:23, 05:27](461 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:34, 06:54](482 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:39, 03:11](369 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [19:01, 08:10](432 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:09, 03:48](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:18, 03:45](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [12:28, 04:44](557 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:53, 01:42](399 MB) +PASS -- TEST 'gnv1_nested_intel' [15:04, 05:46](1706 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:14, 14:44] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [20:32, 12:55](586 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:15, 19:40] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:51, 07:53](604 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:40, 07:48](780 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:24, 19:25] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:58, 06:00](776 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:17, 18:23] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [15:27, 06:32](720 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:26, 06:35](705 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:30, 20:05](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [16:14, 15:47] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:30, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:27, 02:39](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:58, 02:33](641 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:59, 02:28](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:57, 02:32](651 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:59, 02:34](763 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:56, 02:35](763 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:02, 02:25](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:17, 06:14](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:10, 06:07](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:36, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:30, 04:42](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:32, 04:39](2030 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:16, 10:09] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:29, 05:35](746 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [16:15, 14:46] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:28, 02:39](763 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 05:01] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [07:02, 03:37](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:56, 02:46](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:53, 01:05](456 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:19, 17:14] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:37, 05:00](1910 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [17:16, 16:42] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:55, 03:56](1896 MB) + +PASS -- COMPILE 'atml_intel' [18:12, 17:30] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:26, 07:18](1882 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:16, 07:20](1882 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:54, 03:54](1031 MB) + +PASS -- COMPILE 'atml_debug_intel' [16:13, 15:38] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:58, 06:17](1922 MB) + +PASS -- COMPILE 'atmw_intel' [18:11, 17:10] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:56, 02:32](1883 MB) + +PASS -- COMPILE 'atmaero_intel' [17:20, 16:30] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:30, 06:30](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:23, 06:41](3009 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:38, 07:04](3018 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [14:18, 13:34] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [20:57, 18:19](4491 MB) SYNOPSIS: -Starting Date/Time: 20240808 20:31:36 -Ending Date/Time: 20240808 22:33:34 -Total Time: 02h:03m:10s +Starting Date/Time: 20240816 00:57:59 +Ending Date/Time: 20240816 02:44:27 +Total Time: 01h:47m:39s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index c585b44b12..353d884173 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: -47a543052e09892e0825465e5699e061faf068cb +a47ca68b4eeb1b3b20286c3aa830c1ab471df18e Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,10 +9,10 @@ Submodule hashes used in testing: 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -24,374 +24,375 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2101635 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240813 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_470521 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:13, 13:08] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [24:24, 05:44](3306 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:13, 16:41] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [41:08, 17:26](1979 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:10, 18:00](2148 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:06, 08:20](1246 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:05, 19:28](1876 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:13, 16:50] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [40:45, 16:56](1966 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:25] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [32:10, 23:16](1931 MB) - -PASS -- COMPILE 's2swa_intel' [14:13, 13:09] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [23:12, 05:51](3338 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [32:30, 05:58](3333 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:16, 03:34](3255 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [24:09, 05:54](3378 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:15, 03:30](3282 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [23:13, 05:29](3635 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [24:08, 05:50](3335 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [25:09, 04:47](3222 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [25:19, 05:51](3356 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [37:17, 10:15](3537 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:40, 06:23](3631 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [41:40, 09:31](4298 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:41, 06:03](4378 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [23:10, 05:26](3304 MB) - -PASS -- COMPILE 's2sw_intel' [13:14, 12:13] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [16:53, 04:53](2001 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:00, 04:22](2061 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:24] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [20:16, 08:38](3391 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:18] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [15:03, 05:52](1965 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:13, 12:01] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [15:01, 04:19](2058 MB) - -PASS -- COMPILE 's2s_intel' [13:13, 11:30] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:48, 09:05](3051 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [08:48, 02:41](3042 MB) -PASS -- TEST 'cpld_restart_c48_intel' [14:39, 01:33](2491 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:35] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [22:08, 05:31](3333 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 16:12] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [34:02, 17:30](1999 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:07, 08:21](1267 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:00, 20:00](1923 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 05:40] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [52:12, 26:05](1971 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:13, 11:07] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [16:26, 03:21](699 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [14:39, 02:54](1601 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:42, 03:01](1605 MB) -PASS -- TEST 'control_latlon_intel' [08:33, 02:55](1593 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:49, 02:58](1600 MB) -PASS -- TEST 'control_c48_intel' [12:45, 07:34](1722 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:29, 06:28](846 MB) -PASS -- TEST 'control_c192_intel' [13:57, 10:48](1740 MB) -PASS -- TEST 'control_c384_intel' [14:13, 10:39](1958 MB) -PASS -- TEST 'control_c384gdas_intel' [11:50, 08:01](1378 MB) -PASS -- TEST 'control_stochy_intel' [03:21, 01:40](659 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:22, 01:00](499 MB) -PASS -- TEST 'control_lndp_intel' [02:23, 01:36](662 MB) -PASS -- TEST 'control_iovr4_intel' [03:23, 02:30](656 MB) -PASS -- TEST 'control_iovr5_intel' [03:22, 02:30](657 MB) -PASS -- TEST 'control_p8_intel' [04:54, 03:07](1885 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:00, 03:11](1877 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:51, 03:02](1887 MB) -PASS -- TEST 'control_restart_p8_intel' [03:48, 01:46](1124 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:51, 03:02](1881 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:49, 01:45](1167 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:47, 03:13](1873 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:47, 02:56](1975 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:43, 05:25](1886 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:54, 04:06](1949 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:52, 03:10](1891 MB) -PASS -- TEST 'merra2_thompson_intel' [04:46, 03:29](1888 MB) -PASS -- TEST 'regional_control_intel' [06:32, 05:33](1087 MB) -PASS -- TEST 'regional_restart_intel' [03:31, 02:50](1090 MB) -PASS -- TEST 'regional_decomp_intel' [06:33, 05:48](1081 MB) -PASS -- TEST 'regional_2threads_intel' [04:37, 03:30](1090 MB) -PASS -- TEST 'regional_noquilt_intel' [06:37, 05:17](1392 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:39, 05:19](1095 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:32, 05:22](1099 MB) -PASS -- TEST 'regional_wofs_intel' [07:34, 06:52](1906 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 10:02] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [23:39, 07:49](1112 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [20:06, 04:12](1258 MB) -PASS -- TEST 'rap_decomp_intel' [23:39, 08:11](1033 MB) -PASS -- TEST 'rap_2threads_intel' [22:45, 07:21](1170 MB) -PASS -- TEST 'rap_restart_intel' [04:46, 04:07](1098 MB) -PASS -- TEST 'rap_sfcdiff_intel' [22:43, 07:47](1104 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [23:40, 08:11](1040 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:44, 05:55](1136 MB) -PASS -- TEST 'hrrr_control_intel' [19:41, 04:01](1042 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [17:52, 04:10](1026 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:43, 03:47](1104 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:30, 02:15](994 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:52, 07:42](1095 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:29, 09:21](1991 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 09:10](2073 MB) - -PASS -- COMPILE 'csawmg_intel' [14:11, 09:54] -PASS -- TEST 'control_csawmg_intel' [07:37, 06:09](1019 MB) -PASS -- TEST 'control_ras_intel' [04:21, 03:17](748 MB) - -PASS -- COMPILE 'csawmg_gnu' [18:13, 04:20] -PASS -- TEST 'control_csawmg_gnu' [09:37, 08:30](742 MB) - -PASS -- COMPILE 'wam_intel' [20:14, 09:50] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:53, 11:13](1675 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [24:15, 10:11] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:54, 02:48](1889 MB) -PASS -- TEST 'regional_control_faster_intel' [05:36, 04:50](1084 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [23:12, 07:28] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:42, 02:40](1629 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:42, 02:40](1631 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:05](833 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:52](830 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:33, 04:27](1142 MB) -PASS -- TEST 'control_ras_debug_intel' [03:23, 02:51](831 MB) -PASS -- TEST 'control_diag_debug_intel' [03:44, 02:46](1680 MB) -PASS -- TEST 'control_debug_p8_intel' [03:39, 03:05](1915 MB) -PASS -- TEST 'regional_debug_intel' [18:35, 17:57](1091 MB) -PASS -- TEST 'rap_control_debug_intel' [06:23, 05:09](1217 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:24, 05:01](1214 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:22, 04:59](1221 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:22, 05:04](1216 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 05:09](1218 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:36, 05:17](1300 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 05:13](1216 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:21, 05:06](1222 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:22, 05:01](1223 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:23, 05:06](1217 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:26, 05:01](1213 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 04:59](1212 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 08:14](1213 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 05:00](1214 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 06:10](1215 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:25, 05:04](1219 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:39, 08:53](1222 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [20:12, 04:29] -PASS -- TEST 'control_csawmg_debug_gnu' [03:32, 02:19](724 MB) - -PASS -- COMPILE 'wam_debug_intel' [17:12, 04:46] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:49, 13:43](1697 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:12, 09:46] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:02, 03:53](1121 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:31, 06:26](1068 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:36, 03:23](988 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:37, 06:08](1088 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:30, 03:08](963 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:29, 03:36](935 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:46, 04:54](1037 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:26, 01:51](931 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [24:11, 09:56] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:52, 02:08](1195 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:45, 00:53](1111 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:44, 01:15](1101 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [24:12, 09:58] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:37, 04:10](985 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [18:13, 04:42] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 05:03](1096 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 04:52](1105 MB) -PASS -- TEST 'conus13km_debug_intel' [16:51, 15:11](1240 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:51, 15:15](944 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:43, 08:26](1168 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:43, 15:08](1315 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:11, 04:31] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 05:01](1141 MB) - -PASS -- COMPILE 'hafsw_intel' [19:12, 11:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:14, 04:55](717 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:27, 05:54](1093 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:18, 06:52](808 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:15, 13:36](856 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:30, 15:08](869 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:55, 05:27](487 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:19, 06:35](507 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:45, 02:41](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:03, 07:08](483 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:47, 03:40](519 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:51, 03:28](523 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:54, 04:04](585 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:30, 01:14](404 MB) -PASS -- TEST 'gnv1_nested_intel' [11:34, 04:04](1726 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:12, 05:09] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:51, 12:42](589 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:12, 11:07] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:57, 08:36](627 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:04, 08:35](734 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 11:22] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:59, 06:22](736 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:12, 10:40] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [17:19, 06:27](814 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:22, 06:27](806 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:57, 16:02](1218 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:57] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:45](1175 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [06:20, 01:37](1126 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:38](1034 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 02:40](1023 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:19, 02:36](1028 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:19, 02:39](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:19, 02:44](1162 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:22, 02:32](1022 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:23, 06:09](1073 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:13, 06:02](1054 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:16, 02:43](1163 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:18, 03:49](2473 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:20, 03:53](2464 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:40] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:20](1089 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 07:15] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 02:38](1146 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:32] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 00:47](260 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:49](330 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:32](329 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:12, 10:35] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:58, 03:56](1975 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:12, 10:18] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:58, 03:33](1956 MB) - -PASS -- COMPILE 'atml_intel' [11:12, 10:44] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:58, 04:16](1871 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:00, 04:14](1862 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:45, 02:23](1100 MB) - -PASS -- COMPILE 'atml_debug_intel' [06:12, 05:51] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:54, 05:46](1902 MB) - -PASS -- COMPILE 'atmw_intel' [11:12, 10:53] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:47, 01:50](1923 MB) - -PASS -- COMPILE 'atmaero_intel' [11:12, 10:12] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:58, 04:11](3208 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:52, 04:54](3104 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:42, 04:54](3114 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:11, 04:39] ( 884 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [05:11, 04:39] -PASS -- TEST 'control_c48_gnu' [12:41, 11:17](1513 MB) -PASS -- TEST 'control_stochy_gnu' [04:20, 03:27](472 MB) -PASS -- TEST 'control_ras_gnu' [05:21, 04:47](500 MB) -PASS -- TEST 'control_p8_gnu' [05:54, 04:48](1455 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:48, 04:38](1455 MB) -PASS -- TEST 'control_flake_gnu' [11:24, 10:15](539 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:12, 04:34] -PASS -- TEST 'rap_control_gnu' [11:37, 10:47](844 MB) -PASS -- TEST 'rap_decomp_gnu' [11:35, 10:58](844 MB) -PASS -- TEST 'rap_2threads_gnu' [10:42, 09:56](931 MB) -PASS -- TEST 'rap_restart_gnu' [06:44, 05:33](575 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:41, 10:52](810 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:38, 11:06](807 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:43, 08:12](583 MB) -PASS -- TEST 'hrrr_control_gnu' [06:38, 05:37](814 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:33, 05:39](798 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [06:29, 05:01](908 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:31, 05:37](844 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:28, 02:54](563 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:26, 02:53](655 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:44, 10:35](809 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:12, 06:23] -PASS -- TEST 'control_diag_debug_gnu' [02:48, 01:40](1275 MB) -PASS -- TEST 'regional_debug_gnu' [12:40, 11:53](758 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:24, 02:36](827 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:23, 02:36](824 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:21, 02:33](831 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:22, 02:39](829 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:36, 02:51](909 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:21, 04:05](828 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:21, 02:37](826 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:20, 03:03](818 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:18, 01:35](457 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:19, 01:45](450 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:37, 01:53](1433 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:21, 02:38](828 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:20, 02:51](832 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:40, 04:19](833 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:34] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 04:08] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:31, 09:28](711 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:36, 04:54](706 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:33, 08:29](758 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:30, 04:30](752 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:28, 05:04](703 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [08:33, 07:01](554 MB) +PASS -- COMPILE 's2swa_32bit_intel' [37:15, 12:47] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:11, 05:45](3297 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [42:16, 16:58] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [50:08, 17:27](1976 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [01:38, 18:13](2128 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [51:39, 08:25](1226 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:06, 19:29](1849 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [42:16, 17:00] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [52:59, 17:07](1948 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [31:14, 06:00] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:55, 23:32](1893 MB) + +PASS -- COMPILE 's2swa_intel' [38:14, 13:19] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:12, 05:59](3325 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:23, 06:38](3319 MB) +PASS -- TEST 'cpld_restart_p8_intel' [19:52, 03:33](3262 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [19:12, 05:56](3369 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [19:52, 03:35](3280 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [19:11, 05:36](3622 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [19:11, 05:55](3341 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [17:18, 04:54](3218 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [42:24, 06:06](3350 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [24:12, 10:22](3539 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [00:43, 06:28](3628 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [51:42, 10:01](4325 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [35:43, 06:04](4377 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [17:18, 05:32](3312 MB) + +PASS -- COMPILE 's2sw_intel' [37:14, 12:23] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [17:06, 04:55](1979 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:09, 04:29](2031 MB) + +PASS -- COMPILE 's2swa_debug_intel' [31:14, 05:55] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:02, 09:14](3400 MB) + +PASS -- COMPILE 's2sw_debug_intel' [30:15, 05:46] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:08, 05:55](2012 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [36:17, 11:17] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:00, 04:25](2014 MB) + +PASS -- COMPILE 's2s_intel' [36:14, 11:19] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:47, 09:09](3039 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:50, 02:44](3044 MB) +PASS -- TEST 'cpld_restart_c48_intel' [34:58, 01:38](2474 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:15, 16:56] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [03:37, 05:41](3350 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:15, 15:54] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [00:36, 17:36](2012 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [32:16, 08:23](1273 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:01, 20:04](1911 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:12, 05:45] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [04:10, 29:40](1960 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:14, 11:14] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [08:44, 03:24](708 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [08:04, 02:56](1601 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:06, 03:02](1607 MB) +PASS -- TEST 'control_latlon_intel' [07:57, 02:56](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:03, 03:00](1600 MB) +PASS -- TEST 'control_c48_intel' [13:03, 07:36](1717 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:47, 06:31](858 MB) +PASS -- TEST 'control_c192_intel' [30:38, 10:44](1731 MB) +PASS -- TEST 'control_c384_intel' [11:13, 10:44](1960 MB) +PASS -- TEST 'control_c384gdas_intel' [50:14, 08:05](1378 MB) +PASS -- TEST 'control_stochy_intel' [20:11, 01:43](661 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:29, 01:05](500 MB) +PASS -- TEST 'control_lndp_intel' [18:02, 01:35](660 MB) +PASS -- TEST 'control_iovr4_intel' [18:54, 02:30](657 MB) +PASS -- TEST 'control_iovr5_intel' [17:55, 02:30](650 MB) +PASS -- TEST 'control_p8_intel' [01:14, 03:08](1880 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [56:26, 03:09](1877 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [51:20, 02:58](1889 MB) +PASS -- TEST 'control_restart_p8_intel' [14:49, 01:48](1129 MB) +PASS -- TEST 'control_noqr_p8_intel' [45:06, 03:03](1897 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [11:49, 01:46](1158 MB) +PASS -- TEST 'control_decomp_p8_intel' [37:18, 03:12](1854 MB) +PASS -- TEST 'control_2threads_p8_intel' [24:09, 02:55](1966 MB) +PASS -- TEST 'control_p8_lndp_intel' [26:59, 05:24](1893 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [25:06, 04:03](1954 MB) +PASS -- TEST 'control_p8_mynn_intel' [24:11, 03:08](1869 MB) +PASS -- TEST 'merra2_thompson_intel' [23:58, 03:25](1900 MB) +PASS -- TEST 'regional_control_intel' [48:44, 05:23](1104 MB) +PASS -- TEST 'regional_restart_intel' [38:41, 02:55](1087 MB) +PASS -- TEST 'regional_decomp_intel' [22:44, 05:39](1091 MB) +PASS -- TEST 'regional_2threads_intel' [43:44, 03:29](1075 MB) +PASS -- TEST 'regional_noquilt_intel' [21:54, 05:20](1390 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [21:02, 05:21](1098 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [19:49, 05:20](1104 MB) +PASS -- TEST 'regional_wofs_intel' [19:47, 06:53](1890 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 10:19] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [23:46, 07:51](1108 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [16:23, 04:44](1249 MB) +PASS -- TEST 'rap_decomp_intel' [45:45, 08:13](1030 MB) +PASS -- TEST 'rap_2threads_intel' [42:40, 07:23](1174 MB) +PASS -- TEST 'rap_restart_intel' [07:42, 04:07](1099 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:42, 07:52](1090 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:34, 08:12](1040 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:46, 05:54](1122 MB) +PASS -- TEST 'hrrr_control_intel' [08:43, 04:00](1046 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:31, 04:08](1040 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [16:37, 03:41](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [08:29, 02:14](1002 MB) +PASS -- TEST 'rrfs_v1beta_intel' [19:48, 07:41](1093 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [18:30, 09:22](1990 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [18:27, 09:06](2069 MB) + +PASS -- COMPILE 'csawmg_intel' [10:15, 09:56] +PASS -- TEST 'control_csawmg_intel' [12:57, 06:10](1015 MB) +PASS -- TEST 'control_ras_intel' [09:43, 03:17](746 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:13, 04:29] +PASS -- TEST 'control_csawmg_gnu' [44:54, 08:34](739 MB) + +PASS -- COMPILE 'wam_intel' [10:12, 09:54] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:17, 11:15](1663 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [21:13, 09:47] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [12:50, 02:47](1872 MB) +PASS -- TEST 'regional_control_faster_intel' [14:36, 04:54](1088 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [40:17, 07:42] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:39, 02:43](1632 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:39, 02:38](1626 MB) +PASS -- TEST 'control_stochy_debug_intel' [10:24, 03:07](838 MB) +PASS -- TEST 'control_lndp_debug_intel' [10:23, 02:48](839 MB) +PASS -- TEST 'control_csawmg_debug_intel' [11:36, 04:32](1136 MB) +PASS -- TEST 'control_ras_debug_intel' [10:22, 02:47](845 MB) +PASS -- TEST 'control_diag_debug_intel' [09:45, 02:45](1691 MB) +PASS -- TEST 'control_debug_p8_intel' [10:40, 03:04](1922 MB) +PASS -- TEST 'regional_debug_intel' [26:36, 18:47](1110 MB) +PASS -- TEST 'rap_control_debug_intel' [11:25, 05:07](1220 MB) +PASS -- TEST 'hrrr_control_debug_intel' [12:26, 05:01](1218 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [11:23, 05:08](1225 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [11:23, 05:05](1220 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:23, 05:11](1220 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:39, 05:20](1305 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:24, 05:15](1227 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:22, 05:10](1223 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:23, 05:03](1221 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 05:02](1224 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:54](1219 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 05:05](1221 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 08:14](1218 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 05:08](1216 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 06:19](1225 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:23, 05:04](1222 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:45, 08:48](1225 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [36:18, 04:20] +PASS -- TEST 'control_csawmg_debug_gnu' [03:36, 02:22](727 MB) + +PASS -- COMPILE 'wam_debug_intel' [37:19, 05:03] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:49, 13:49](1693 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:24, 10:01] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:05, 03:57](1134 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 06:27](1056 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:42, 03:28](984 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:41, 06:09](1080 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:33, 03:10](959 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:33, 03:35](931 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:43, 04:54](1029 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 01:51](931 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:25, 10:00] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:59, 02:06](1198 MB) +PASS -- TEST 'conus13km_2threads_intel' [09:45, 00:55](1108 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [09:45, 01:15](1099 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:23, 09:59] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:45, 04:12](981 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:24, 04:56] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:25, 04:54](1094 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:24, 04:53](1091 MB) +PASS -- TEST 'conus13km_debug_intel' [16:55, 15:23](1245 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:51, 15:14](932 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:49, 08:37](1168 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 15:21](1296 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:23, 04:55] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 05:01](1147 MB) + +PASS -- COMPILE 'hafsw_intel' [15:22, 11:38] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:19, 05:00](721 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:31, 05:59](1090 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:25, 06:59](815 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:20, 13:26](850 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:30, 15:19](873 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:16, 05:31](490 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:24, 06:46](508 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:47, 02:39](371 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:18, 07:26](471 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:45, 03:46](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:54, 03:30](514 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [11:55, 04:07](590 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:31, 01:14](401 MB) +PASS -- TEST 'gnv1_nested_intel' [12:45, 04:09](1706 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [40:30, 05:32] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [20:55, 13:03](587 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [06:28, 10:58] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:04, 08:40](627 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:08, 08:42](739 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [05:25, 11:34] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:43, 06:34](694 MB) + +PASS -- COMPILE 'hafs_all_intel' [02:28, 10:54] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [14:23, 06:45](818 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:24, 06:31](801 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:59, 15:58](1233 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [25:19, 06:39] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:23, 02:43](1180 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:41](1125 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:21, 02:36](1023 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:23, 02:40](1053 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:20, 02:39](1034 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:20, 02:35](1160 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [09:21, 02:40](1175 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:19, 02:35](1038 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:23, 06:08](1068 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:09, 06:12](1046 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:17, 02:42](1169 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:21, 03:44](2511 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:19, 03:56](2455 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [22:27, 03:25] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:18, 06:15](1084 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [20:17, 06:36] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 02:43](1158 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [15:16, 01:18] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:34, 00:46](263 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:24, 00:54](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [24:29, 00:34](320 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [24:26, 10:37] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:03, 03:44](1949 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [23:17, 10:07] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:05, 03:39](1964 MB) + +PASS -- COMPILE 'atml_intel' [51:14, 10:31] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:03, 04:23](1864 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:02, 04:20](1860 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [24:46, 02:25](1103 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:13, 05:38] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:57, 05:57](1870 MB) + +PASS -- COMPILE 'atmw_intel' [19:13, 10:22] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:51, 01:54](1925 MB) + +PASS -- COMPILE 'atmaero_intel' [17:12, 10:21] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:58, 04:11](3189 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:58, 04:58](3102 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:42, 05:06](3112 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:11, 04:41] ( 884 warnings 6 remarks ) + +PASS -- COMPILE 'atm_gnu' [10:11, 04:46] +PASS -- TEST 'control_c48_gnu' [12:40, 11:11](1510 MB) +PASS -- TEST 'control_stochy_gnu' [05:25, 03:26](495 MB) +PASS -- TEST 'control_ras_gnu' [07:22, 04:51](501 MB) +PASS -- TEST 'control_p8_gnu' [07:55, 04:49](1452 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:50, 04:42](1465 MB) +PASS -- TEST 'control_flake_gnu' [13:26, 10:17](538 MB) + +PASS -- COMPILE 'rrfs_gnu' [11:11, 04:13] +PASS -- TEST 'rap_control_gnu' [35:38, 10:55](811 MB) +PASS -- TEST 'rap_decomp_gnu' [35:37, 11:09](845 MB) +PASS -- TEST 'rap_2threads_gnu' [33:41, 10:02](922 MB) +PASS -- TEST 'rap_restart_gnu' [06:42, 05:35](573 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [34:44, 10:56](815 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [34:40, 11:05](845 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:42, 08:01](578 MB) +PASS -- TEST 'hrrr_control_gnu' [28:42, 05:42](813 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [28:38, 05:50](799 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [28:38, 05:14](909 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [28:37, 05:55](816 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [06:30, 02:57](565 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [06:31, 02:53](653 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [33:45, 10:38](813 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [14:11, 06:34] +PASS -- TEST 'control_diag_debug_gnu' [23:44, 01:48](1270 MB) +PASS -- TEST 'regional_debug_gnu' [34:37, 12:16](755 MB) +PASS -- TEST 'rap_control_debug_gnu' [24:24, 02:48](824 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [24:23, 02:46](819 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [24:28, 02:51](829 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [26:27, 02:38](824 MB) +PASS -- TEST 'rap_diag_debug_gnu' [26:38, 02:49](908 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [27:23, 04:07](818 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [25:26, 02:40](828 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [24:23, 02:37](818 MB) +PASS -- TEST 'control_ras_debug_gnu' [22:22, 01:36](457 MB) +PASS -- TEST 'control_stochy_debug_gnu' [22:21, 01:45](450 MB) +PASS -- TEST 'control_debug_p8_gnu' [22:42, 01:50](1444 MB) +PASS -- TEST 'rap_flake_debug_gnu' [22:27, 02:41](827 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [23:28, 02:55](829 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [21:39, 04:21](832 MB) + +PASS -- COMPILE 'wam_debug_gnu' [06:11, 02:27] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:11, 04:10] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [26:31, 09:26](710 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [19:31, 04:58](709 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:35, 08:41](751 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:37, 04:33](743 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:30, 05:05](700 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:37, 06:59](558 MB) PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:26, 02:34](539 MB) -PASS -- TEST 'conus13km_control_gnu' [03:57, 03:09](874 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:49, 05:58](879 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:48, 01:56](567 MB) +PASS -- TEST 'conus13km_control_gnu' [04:52, 03:12](873 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:43, 06:07](879 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:43, 01:47](556 MB) -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 09:43] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:36, 05:44](731 MB) +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:13, 09:42] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:37, 05:46](727 MB) -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 06:30] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:23, 02:33](717 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:22, 02:30](714 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:47, 06:53](888 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:41, 06:59](583 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:39, 07:30](889 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:40, 07:07](958 MB) +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 06:35] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:23, 02:31](717 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [05:22, 02:31](718 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:45, 06:56](892 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [14:47, 11:02](579 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:42, 07:34](898 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:43, 06:58](958 MB) -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 06:28] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:22, 02:36](747 MB) +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:12, 06:30] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [06:25, 02:36](734 MB) -PASS -- COMPILE 's2swa_gnu' [17:12, 16:29] +PASS -- COMPILE 's2swa_gnu' [17:12, 16:16] -PASS -- COMPILE 's2s_gnu' [16:13, 15:53] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:03, 07:17](1529 MB) +PASS -- COMPILE 's2s_gnu' [16:12, 16:08] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:07, 07:21](1519 MB) -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:09] +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:14] -PASS -- COMPILE 's2sw_pdlib_gnu' [16:14, 15:58] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:54, 19:58](1462 MB) +PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 16:06] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:55, 25:53](1450 MB) -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:55] +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:57] -PASS -- COMPILE 'datm_cdeps_gnu' [17:13, 15:37] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:17, 02:58](698 MB) +PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:36] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:18, 03:02](695 MB) SYNOPSIS: -Starting Date/Time: 20240808 21:45:57 -Ending Date/Time: 20240808 23:40:22 -Total Time: 01h:54m:44s +Starting Date/Time: 20240815 00:39:24 +Ending Date/Time: 20240815 08:36:33 +Total Time: 07h:57m:26s Compiles Completed: 57/57 Tests Completed: 243/243 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 48ebe99b39..1788a9a78f 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -8cb23af867d56961352ff5fab97656c3a4c6b936 +09690a092f727349365fac81c2d2096127bb8f12 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) - d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) + 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,376 +35,376 @@ 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-20240730 -COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_3225805 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240813 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_605583 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:10] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:50, 07:35](2128 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 16:56] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:58, 14:11](2001 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:44, 15:42](2301 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [20:37, 07:19](1316 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:55, 15:28](1918 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:10, 15:29] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [22:30, 14:19](1996 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:10, 06:45] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:00, 21:32](1982 MB) - -PASS -- COMPILE 's2swa_intel' [15:10, 14:11] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:49, 08:47](2175 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:56, 08:25](2179 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:05, 05:08](1971 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:54, 09:03](2201 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:13, 04:31](1734 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [18:50, 09:49](2542 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:53, 08:40](2184 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:51, 07:08](2094 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:56, 08:43](2171 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [20:42, 16:13](2988 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:07, 07:14](2920 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:24, 11:54](3835 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:27, 07:00](3625 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:47, 06:18](2157 MB) - -PASS -- COMPILE 's2sw_intel' [10:10, 10:08] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:52, 07:49](2017 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:54, 04:27](2087 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:44] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [09:56, 08:10](2211 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:58] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:56, 05:21](2049 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:18] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:53, 04:21](2088 MB) - -PASS -- COMPILE 's2s_intel' [10:10, 09:51] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:40, 07:41](3056 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:37, 02:10](3036 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:31, 01:16](2466 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:10, 12:12] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:59, 08:23](2184 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:10, 20:37] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:49, 14:38](2029 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:58, 07:51](1401 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:48, 16:16](1949 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 06:00] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:47, 23:07](2012 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:10, 08:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [08:23, 02:55](720 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:32, 02:29](1603 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:35, 02:35](1628 MB) -PASS -- TEST 'control_latlon_intel' [08:29, 02:29](1608 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:37, 02:36](1604 MB) -PASS -- TEST 'control_c48_intel' [12:33, 06:54](1713 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:26, 05:51](841 MB) -PASS -- TEST 'control_c192_intel' [15:44, 09:20](1749 MB) -PASS -- TEST 'control_c384_intel' [22:42, 10:19](2008 MB) -PASS -- TEST 'control_c384gdas_intel' [18:47, 07:23](1493 MB) -PASS -- TEST 'control_stochy_intel' [12:19, 01:28](663 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:26, 00:53](540 MB) -PASS -- TEST 'control_lndp_intel' [12:18, 01:25](669 MB) -PASS -- TEST 'control_iovr4_intel' [11:19, 02:12](661 MB) -PASS -- TEST 'control_iovr5_intel' [10:21, 02:11](662 MB) -PASS -- TEST 'control_p8_intel' [11:45, 03:37](1905 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:57, 03:22](1914 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:56, 03:30](1901 MB) -PASS -- TEST 'control_restart_p8_intel' [02:40, 01:39](1148 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:52, 03:25](1890 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:57, 02:23](1220 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:49, 03:43](1886 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:43, 03:17](1973 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:29, 05:28](1903 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:56, 03:46](1964 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:03, 02:40](1901 MB) -PASS -- TEST 'merra2_thompson_intel' [04:55, 03:03](1894 MB) -PASS -- TEST 'regional_control_intel' [05:25, 04:38](1203 MB) -PASS -- TEST 'regional_restart_intel' [09:25, 03:46](1168 MB) -PASS -- TEST 'regional_decomp_intel' [06:24, 05:07](1187 MB) -PASS -- TEST 'regional_2threads_intel' [04:27, 03:01](1151 MB) -PASS -- TEST 'regional_noquilt_intel' [07:35, 05:15](1514 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:30, 04:36](1201 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:27, 05:07](1198 MB) -PASS -- TEST 'regional_wofs_intel' [09:30, 08:32](2078 MB) - -PASS -- COMPILE 'rrfs_intel' [09:10, 08:37] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:58, 07:25](1236 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:05, 04:07](1348 MB) -PASS -- TEST 'rap_decomp_intel' [08:40, 07:59](1175 MB) -PASS -- TEST 'rap_2threads_intel' [09:51, 07:16](1369 MB) -PASS -- TEST 'rap_restart_intel' [15:07, 03:55](1159 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:49, 07:37](1225 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:35, 08:06](1159 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [13:00, 05:38](1208 MB) -PASS -- TEST 'hrrr_control_intel' [06:59, 03:50](1099 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:40, 03:58](1049 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [12:44, 03:36](1116 MB) -PASS -- TEST 'hrrr_control_restart_intel' [12:28, 02:15](1040 MB) -PASS -- TEST 'rrfs_v1beta_intel' [15:54, 06:50](1223 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [17:21, 08:15](2019 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [16:23, 07:52](2169 MB) - -PASS -- COMPILE 'csawmg_intel' [09:10, 08:21] -PASS -- TEST 'control_csawmg_intel' [16:27, 06:31](1062 MB) -PASS -- TEST 'control_ras_intel' [14:19, 02:57](851 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 04:01] -PASS -- TEST 'control_csawmg_gnu' [16:31, 08:00](1068 MB) - -PASS -- COMPILE 'wam_intel' [12:10, 11:16] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [21:35, 09:57](1663 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:10, 08:16] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [13:52, 03:10](1908 MB) -PASS -- TEST 'regional_control_faster_intel' [10:25, 05:10](1194 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:10, 06:07] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [12:29, 02:26](1644 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [14:33, 02:13](1639 MB) -PASS -- TEST 'control_stochy_debug_intel' [14:23, 02:51](844 MB) -PASS -- TEST 'control_lndp_debug_intel' [14:22, 02:23](842 MB) -PASS -- TEST 'control_csawmg_debug_intel' [16:29, 04:40](1145 MB) -PASS -- TEST 'control_ras_debug_intel' [14:27, 02:31](850 MB) -PASS -- TEST 'control_diag_debug_intel' [14:35, 02:22](1699 MB) -PASS -- TEST 'control_debug_p8_intel' [13:31, 03:20](1940 MB) -PASS -- TEST 'regional_debug_intel' [26:30, 16:16](1132 MB) -PASS -- TEST 'rap_control_debug_intel' [13:20, 04:14](1227 MB) -PASS -- TEST 'hrrr_control_debug_intel' [12:24, 04:20](1221 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:17, 04:15](1230 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:18, 04:15](1224 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:21, 04:14](1232 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:27, 04:29](1312 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:17, 04:26](1235 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:25](1230 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:17, 04:23](1237 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:17, 04:28](1236 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:17, 04:20](1230 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 04:11](1241 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:19, 07:34](1230 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:17, 04:31](1221 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 05:18](1232 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:17, 04:43](1238 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:50, 07:18](1238 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [07:10, 04:12] -PASS -- TEST 'control_csawmg_debug_gnu' [02:28, 02:03](1045 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 04:10] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 07:53] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:43, 03:16](1234 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:37, 05:25](1161 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:02, 02:53](1038 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:35, 05:02](1292 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:42, 02:45](1041 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:38, 03:03](974 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [24:51, 04:04](1094 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [22:28, 01:35](961 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 08:03] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:38, 01:45](1282 MB) -PASS -- TEST 'conus13km_2threads_intel' [16:34, 00:52](1206 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [16:36, 01:06](1148 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:10, 08:10] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:35, 04:04](1080 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:10, 03:46] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:18, 04:05](1106 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:18, 03:58](1106 MB) -PASS -- TEST 'conus13km_debug_intel' [13:33, 12:32](1328 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [13:30, 12:44](997 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:28, 07:16](1241 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:35, 12:28](1409 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 03:54] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 04:20](1171 MB) - -PASS -- COMPILE 'hafsw_intel' [12:11, 10:53] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:03, 05:26](854 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:21, 05:07](1260 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:20, 06:36](950 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [29:04, 14:12](975 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:10, 15:17](1117 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [21:47, 05:33](596 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [23:16, 07:01](609 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [21:38, 02:41](431 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [26:53, 07:38](547 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [24:38, 03:52](606 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [23:42, 03:42](605 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [26:42, 05:00](666 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [21:28, 01:15](447 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:10, 03:57] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [32:51, 11:58](640 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:11, 10:15] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [36:47, 16:11](738 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [36:48, 16:26](894 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 10:14] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:50, 09:27](809 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:11, 15:04] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [26:05, 05:44](931 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [29:03, 05:56](916 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [37:47, 16:30](1348 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:10, 05:10] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [22:18, 02:11](1169 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [16:20, 01:21](1096 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [22:16, 02:06](1025 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [25:18, 02:08](1013 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [24:16, 02:09](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [26:16, 02:12](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [30:18, 02:16](1162 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [29:19, 02:09](1016 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [27:52, 04:59](1167 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [28:52, 04:53](1151 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [24:21, 02:13](1160 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:15, 03:05](2406 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [22:17, 03:18](2405 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:48] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [24:16, 05:15](1067 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:01] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [21:18, 02:15](1153 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:45] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [18:27, 00:57](338 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [19:22, 00:52](574 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:24, 00:35](576 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:10, 09:03] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [22:46, 04:06](2015 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:11, 08:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [21:46, 04:15](1982 MB) - -PASS -- COMPILE 'atml_intel' [09:11, 08:41] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [22:53, 06:25](1890 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [21:56, 06:37](1897 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:34, 03:44](1154 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 04:42] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [20:51, 06:02](1914 MB) - -PASS -- COMPILE 'atmw_intel' [10:11, 09:34] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [17:47, 02:35](1939 MB) - -PASS -- COMPILE 'atmaero_intel' [09:10, 08:42] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [19:46, 04:38](2025 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [19:43, 04:24](1822 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [19:40, 04:47](1820 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 03:48] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:31, 17:12](4607 MB) - -PASS -- COMPILE 'atm_gnu' [10:10, 05:37] -PASS -- TEST 'control_c48_gnu' [20:37, 09:27](1531 MB) -PASS -- TEST 'control_stochy_gnu' [12:21, 02:31](728 MB) -PASS -- TEST 'control_ras_gnu' [13:19, 03:50](731 MB) -PASS -- TEST 'control_p8_gnu' [13:44, 04:44](1750 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [12:40, 04:30](1708 MB) -PASS -- TEST 'control_flake_gnu' [12:20, 04:50](806 MB) - -PASS -- COMPILE 'rrfs_gnu' [10:10, 05:48] -PASS -- TEST 'rap_control_gnu' [17:47, 08:33](1085 MB) -PASS -- TEST 'rap_decomp_gnu' [17:35, 08:53](1085 MB) -PASS -- TEST 'rap_2threads_gnu' [16:47, 07:39](1138 MB) -PASS -- TEST 'rap_restart_gnu' [06:57, 04:28](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [15:48, 08:18](1084 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [17:21, 08:36](1081 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:53, 06:11](884 MB) -PASS -- TEST 'hrrr_control_gnu' [11:32, 04:17](1069 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [11:32, 04:24](1137 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [10:45, 03:54](1015 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [10:31, 04:14](1070 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [07:21, 02:53](883 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [07:21, 02:46](933 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [15:09, 08:02](1087 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [12:10, 07:35] -PASS -- TEST 'control_diag_debug_gnu' [07:40, 01:22](1626 MB) -PASS -- TEST 'regional_debug_gnu' [14:26, 08:34](1133 MB) -PASS -- TEST 'rap_control_debug_gnu' [07:19, 02:20](1097 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [07:20, 02:14](1088 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [08:21, 02:09](1097 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [09:17, 02:15](1095 MB) -PASS -- TEST 'rap_diag_debug_gnu' [09:26, 02:19](1271 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [12:21, 04:25](1098 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [10:32, 02:09](1101 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [10:23, 02:09](1092 MB) -PASS -- TEST 'control_ras_debug_gnu' [08:19, 01:13](727 MB) -PASS -- TEST 'control_stochy_debug_gnu' [08:17, 01:27](724 MB) -PASS -- TEST 'control_debug_p8_gnu' [10:34, 02:58](1699 MB) -PASS -- TEST 'rap_flake_debug_gnu' [09:37, 02:10](1097 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [10:18, 03:06](1099 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [11:52, 04:02](1103 MB) - -PASS -- COMPILE 'wam_debug_gnu' [08:10, 04:13] -PASS -- TEST 'control_wam_debug_gnu' [13:35, 05:55](1561 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:10, 04:05] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [13:32, 07:59](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [09:40, 04:42](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:44, 07:25](1000 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [08:59, 04:17](889 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [09:37, 04:41](948 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:57, 05:54](865 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:30, 02:06](875 MB) -PASS -- TEST 'conus13km_control_gnu' [07:40, 03:29](1268 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:34, 01:10](1176 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:32, 01:38](933 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 08:48] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:32, 05:23](987 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 06:18] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [05:18, 02:47](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:20, 02:38](969 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:35, 05:52](1286 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:31, 06:10](958 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:29, 04:26](1191 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:27, 06:09](1351 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:10, 06:46] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:19, 02:20](1005 MB) - -PASS -- COMPILE 's2swa_gnu' [24:10, 19:14] - -PASS -- COMPILE 's2s_gnu' [20:11, 15:52] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:57, 06:07](3090 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [06:10, 05:08] - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:10, 16:44] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [30:53, 27:07](3046 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [09:10, 04:47] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:53, 12:39](2901 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [21:10, 17:15] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [07:17, 02:17](769 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:09] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [24:05, 08:39](2126 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 16:22] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:03, 14:13](1999 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [32:13, 14:34](2304 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [25:13, 07:12](1302 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:43, 15:59](1907 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:10, 16:35] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [26:30, 14:41](1986 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:36] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:01, 21:10](1978 MB) + +PASS -- COMPILE 's2swa_intel' [11:10, 10:29] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [17:02, 08:42](2172 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:15, 08:32](2183 MB) +PASS -- TEST 'cpld_restart_p8_intel' [16:01, 05:16](1988 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:09, 08:48](2210 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [15:05, 05:14](1734 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:09, 09:47](2552 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [17:01, 08:32](2162 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:03, 08:16](2091 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:16, 08:18](2174 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [23:39, 16:11](2979 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [27:58, 06:48](2922 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:20, 11:13](3862 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:57, 07:32](3635 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:03, 06:56](2148 MB) + +PASS -- COMPILE 's2sw_intel' [11:10, 10:23] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:57, 08:03](2020 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:02, 04:40](2079 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:36] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [08:51, 07:12](2201 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:44] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:48, 04:55](2049 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:36] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:53, 05:46](2091 MB) + +PASS -- COMPILE 's2s_intel' [11:10, 10:07] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [18:50, 09:26](3051 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [11:52, 03:04](3030 MB) +PASS -- TEST 'cpld_restart_c48_intel' [11:37, 02:12](2487 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:10, 12:37] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [20:57, 08:08](2172 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:10, 15:20] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:02, 14:43](2034 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [20:56, 07:20](1406 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:42, 15:44](1959 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 05:11] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:43, 23:23](2019 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:10, 08:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [11:19, 02:53](704 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [11:28, 02:32](1610 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:34, 02:36](1615 MB) +PASS -- TEST 'control_latlon_intel' [11:25, 02:28](1605 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [12:33, 02:33](1601 MB) +PASS -- TEST 'control_c48_intel' [16:29, 06:57](1713 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [15:23, 05:53](841 MB) +PASS -- TEST 'control_c192_intel' [18:36, 09:12](1766 MB) +PASS -- TEST 'control_c384_intel' [19:23, 09:33](2002 MB) +PASS -- TEST 'control_c384gdas_intel' [17:42, 07:21](1493 MB) +PASS -- TEST 'control_stochy_intel' [10:18, 01:30](661 MB) +PASS -- TEST 'control_stochy_restart_intel' [22:33, 00:54](542 MB) +PASS -- TEST 'control_lndp_intel' [13:17, 01:22](669 MB) +PASS -- TEST 'control_iovr4_intel' [13:19, 02:08](658 MB) +PASS -- TEST 'control_iovr5_intel' [17:19, 02:09](669 MB) +PASS -- TEST 'control_p8_intel' [17:51, 03:38](1902 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [17:52, 03:37](1903 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [24:55, 03:16](1896 MB) +PASS -- TEST 'control_restart_p8_intel' [15:42, 02:04](1153 MB) +PASS -- TEST 'control_noqr_p8_intel' [25:46, 03:24](1890 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:48, 02:28](1210 MB) +PASS -- TEST 'control_decomp_p8_intel' [25:41, 03:24](1906 MB) +PASS -- TEST 'control_2threads_p8_intel' [25:37, 03:06](1981 MB) +PASS -- TEST 'control_p8_lndp_intel' [28:31, 05:55](1908 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [26:50, 04:32](1962 MB) +PASS -- TEST 'control_p8_mynn_intel' [26:48, 03:48](1909 MB) +PASS -- TEST 'merra2_thompson_intel' [26:58, 04:03](1903 MB) +PASS -- TEST 'regional_control_intel' [16:24, 05:38](1193 MB) +PASS -- TEST 'regional_restart_intel' [08:26, 03:06](1169 MB) +PASS -- TEST 'regional_decomp_intel' [16:22, 05:56](1182 MB) +PASS -- TEST 'regional_2threads_intel' [13:24, 04:00](1153 MB) +PASS -- TEST 'regional_noquilt_intel' [14:27, 05:26](1515 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [14:29, 05:51](1193 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [23:29, 05:08](1203 MB) +PASS -- TEST 'regional_wofs_intel' [26:24, 08:22](2084 MB) + +PASS -- COMPILE 'rrfs_intel' [13:10, 08:44] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [24:46, 07:27](1229 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [21:50, 04:28](1355 MB) +PASS -- TEST 'rap_decomp_intel' [25:31, 08:02](1151 MB) +PASS -- TEST 'rap_2threads_intel' [24:32, 07:20](1368 MB) +PASS -- TEST 'rap_restart_intel' [04:52, 03:59](1161 MB) +PASS -- TEST 'rap_sfcdiff_intel' [23:48, 07:43](1224 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [23:33, 08:05](1155 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:00, 05:37](1233 MB) +PASS -- TEST 'hrrr_control_intel' [15:37, 03:55](1114 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:38, 03:56](1056 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:45, 03:35](1119 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:23, 02:08](1039 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:54, 06:53](1198 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:20, 08:08](2020 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:18, 07:40](2189 MB) + +PASS -- COMPILE 'csawmg_intel' [13:10, 08:24] +PASS -- TEST 'control_csawmg_intel' [08:26, 06:36](1041 MB) +PASS -- TEST 'control_ras_intel' [04:19, 02:53](840 MB) + +PASS -- COMPILE 'csawmg_gnu' [08:10, 04:06] +PASS -- TEST 'control_csawmg_gnu' [18:31, 07:48](1078 MB) + +PASS -- COMPILE 'wam_intel' [11:10, 08:02] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [19:30, 09:49](1676 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:10, 08:39] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:47, 03:12](1899 MB) +PASS -- TEST 'regional_control_faster_intel' [06:24, 04:49](1191 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:10, 06:29] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:25, 02:23](1643 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:29, 02:10](1634 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:44](846 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:24](839 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:22, 04:43](1156 MB) +PASS -- TEST 'control_ras_debug_intel' [03:23, 02:30](843 MB) +PASS -- TEST 'control_diag_debug_intel' [04:39, 02:24](1704 MB) +PASS -- TEST 'control_debug_p8_intel' [05:33, 03:28](1936 MB) +PASS -- TEST 'regional_debug_intel' [18:26, 16:42](1155 MB) +PASS -- TEST 'rap_control_debug_intel' [05:16, 04:15](1232 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:19, 04:11](1220 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:16, 04:18](1231 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:18, 04:20](1225 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 04:25](1225 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:23, 04:25](1311 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 04:25](1231 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 04:17](1228 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:16, 04:31](1243 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 04:20](1230 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:16, 04:29](1229 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 04:07](1237 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 07:13](1228 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 04:28](1216 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 05:03](1236 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:17, 04:33](1233 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:48, 07:26](1241 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [08:10, 04:46] +PASS -- TEST 'control_csawmg_debug_gnu' [03:28, 02:44](1053 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:10, 04:37] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 08:25] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:48, 03:31](1235 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:42, 05:22](1137 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:44, 02:55](1021 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:34, 05:04](1275 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:36, 02:40](1039 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 03:02](994 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:47, 04:03](1096 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:18, 01:38](958 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:10, 07:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:36, 01:53](1296 MB) +PASS -- TEST 'conus13km_2threads_intel' [11:29, 00:51](1195 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [11:25, 01:06](1134 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:10, 09:51] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:29, 04:06](1090 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 05:34] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:17, 04:00](1103 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:18, 04:00](1092 MB) +PASS -- TEST 'conus13km_debug_intel' [19:31, 12:21](1350 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:33, 12:40](994 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [16:24, 07:10](1253 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:25, 12:28](1407 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:07] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [13:20, 04:15](1161 MB) + +PASS -- COMPILE 'hafsw_intel' [12:10, 10:35] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [12:02, 05:37](851 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:19, 05:08](1249 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:16, 06:39](949 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [23:01, 14:13](947 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:17, 15:01](988 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:50, 05:27](592 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [17:18, 06:59](607 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [11:36, 02:35](437 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:51, 07:36](551 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:39, 03:50](606 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:42, 03:44](606 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [12:44, 04:50](669 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:23, 01:10](450 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:25] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:44, 12:02](631 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:11, 09:40] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:48, 17:30](754 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [26:59, 15:58](839 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [15:10, 10:05] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:47, 09:55](810 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:10, 10:14] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [15:03, 05:41](929 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:06, 05:52](913 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:43, 16:28](1347 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 06:41] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:16, 02:10](1162 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:16, 01:23](1117 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:14, 02:04](1020 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:14, 02:10](1017 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:15, 02:08](1027 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:14, 02:09](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:14, 02:10](1146 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:15, 02:07](1014 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:50, 04:56](1152 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:47, 04:56](1160 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [08:13, 02:14](1160 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:15, 03:03](2392 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:16, 03:05](2455 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 03:46] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:15, 05:13](1090 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 05:55] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [07:14, 02:16](1149 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 00:46] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:26, 00:57](339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:55](573 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:34](573 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 08:44] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:43, 04:32](2016 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 08:57] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:45, 04:55](1997 MB) + +PASS -- COMPILE 'atml_intel' [14:11, 09:56] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:57, 06:08](1898 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:53, 06:25](1887 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:34, 03:24](1145 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:11, 05:59] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:51, 06:00](1923 MB) + +PASS -- COMPILE 'atmw_intel' [14:10, 09:56] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:48, 02:30](1938 MB) + +PASS -- COMPILE 'atmaero_intel' [09:11, 08:27] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:47, 05:10](2023 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:44, 04:51](1793 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:39, 04:38](1826 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:11, 03:43] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [19:21, 17:06](4587 MB) + +PASS -- COMPILE 'atm_gnu' [09:11, 04:19] +PASS -- TEST 'control_c48_gnu' [13:36, 09:23](1530 MB) +PASS -- TEST 'control_stochy_gnu' [05:23, 02:20](722 MB) +PASS -- TEST 'control_ras_gnu' [06:16, 03:58](734 MB) +PASS -- TEST 'control_p8_gnu' [07:43, 04:48](1719 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:39, 04:20](1722 MB) +PASS -- TEST 'control_flake_gnu' [07:18, 04:49](810 MB) + +PASS -- COMPILE 'rrfs_gnu' [10:11, 05:22] +PASS -- TEST 'rap_control_gnu' [10:31, 08:15](1084 MB) +PASS -- TEST 'rap_decomp_gnu' [10:34, 08:30](1082 MB) +PASS -- TEST 'rap_2threads_gnu' [08:43, 07:19](1115 MB) +PASS -- TEST 'rap_restart_gnu' [06:40, 04:16](884 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:45, 08:06](1081 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:33, 08:12](1083 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:41, 05:53](883 MB) +PASS -- TEST 'hrrr_control_gnu' [05:30, 04:09](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:31, 04:15](1133 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:48, 03:41](1020 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:31, 04:10](1077 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:21, 02:12](884 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:28, 02:05](932 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:50, 08:20](1088 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [14:11, 10:58] +PASS -- TEST 'control_diag_debug_gnu' [02:29, 01:14](1626 MB) +PASS -- TEST 'regional_debug_gnu' [08:27, 07:23](1125 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:17, 02:01](1098 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 01:57](1089 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 02:08](1095 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:16, 02:02](1095 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:29, 02:23](1268 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:16, 03:16](1095 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 02:04](1100 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:17, 02:01](1105 MB) +PASS -- TEST 'control_ras_debug_gnu' [04:16, 01:17](722 MB) +PASS -- TEST 'control_stochy_debug_gnu' [04:16, 01:23](726 MB) +PASS -- TEST 'control_debug_p8_gnu' [04:29, 02:03](1716 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:16, 02:03](1097 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:16, 02:21](1102 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:45, 03:24](1103 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:18] +PASS -- TEST 'control_wam_debug_gnu' [07:31, 05:25](1560 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [12:10, 09:01] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:44, 07:36](960 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:36, 04:05](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:33, 06:53](968 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:55, 03:32](879 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:36, 04:09](949 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:38, 05:50](864 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:17, 02:06](862 MB) +PASS -- TEST 'conus13km_control_gnu' [04:34, 02:42](1271 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:25, 01:04](1176 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:26, 01:28](929 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [17:10, 14:39] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:28, 04:40](988 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [15:10, 13:20] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:16, 02:00](977 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:16, 02:00](971 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:29, 05:45](1285 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:28, 05:56](961 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:26, 03:27](1195 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:27, 05:33](1352 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [14:10, 13:26] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 02:14](1004 MB) + +PASS -- COMPILE 's2swa_gnu' [17:10, 16:22] + +PASS -- COMPILE 's2s_gnu' [16:10, 15:51] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:51, 04:58](2737 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [09:10, 04:36] + +PASS -- COMPILE 's2sw_pdlib_gnu' [22:10, 17:05] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:45, 26:44](3035 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [13:10, 08:57] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:45, 12:39](2920 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [20:10, 15:28] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:20](768 MB) SYNOPSIS: -Starting Date/Time: 20240808 19:25:49 -Ending Date/Time: 20240808 21:56:56 -Total Time: 02h:32m:09s +Starting Date/Time: 20240816 07:59:44 +Ending Date/Time: 20240816 10:15:45 +Total Time: 02h:16m:31s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index df924a66e7..568d6ae430 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: -2ef6b2a03b85a89d4029566f29f0ad99dbdda7a0 +09690a092f727349365fac81c2d2096127bb8f12 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) - d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) + 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,285 +35,285 @@ 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-20240730 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2089570 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240813 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2094749 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [16:12, 15:46] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:43, 14:23](2084 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:12, 25:48] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:46, 18:00](1952 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:16, 18:51](2134 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:14, 08:52](1198 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:56, 20:17](1880 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 20:48] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:40, 17:39](1944 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 08:21] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:48, 27:20](1938 MB) - -PASS -- COMPILE 's2swa_intel' [16:11, 15:58] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:33, 14:26](2123 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:43, 14:25](2132 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:50, 07:57](1814 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:33, 14:28](2160 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:49, 08:01](1700 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:19, 13:07](2435 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:33, 14:15](2126 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:34, 11:50](2033 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:41, 14:04](2127 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:44, 16:33](2718 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:03, 09:00](2725 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [17:57, 11:35](3689 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:24, 07:18](3491 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:30, 05:56](2105 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 15:31] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:23, 13:44](1981 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:30, 04:43](2042 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:11, 08:19] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:21, 09:08](2165 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:11, 08:10] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:12, 06:20](1993 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:11, 14:28] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:12, 04:43](2041 MB) - -PASS -- COMPILE 's2s_intel' [15:11, 14:12] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:57, 10:03](3043 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:54, 03:14](3027 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:49, 02:18](2488 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:13, 16:26] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:27, 14:46](2131 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:12, 18:47] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:12, 18:18](1993 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:24, 09:04](1246 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:12, 20:25](1904 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:11, 18:10] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:38, 14:25](2084 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 23:45] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:36, 18:08](1948 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:11, 18:59](2129 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:13, 08:52](1218 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:38, 20:16](1873 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:11, 22:23] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:43, 17:45](1944 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 09:09] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:52, 27:29](1925 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 17:23] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:30, 14:25](2129 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:38, 14:14](2130 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:48, 07:48](1819 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:30, 14:22](2154 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:48, 08:01](1705 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:31, 13:06](2431 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:29, 14:19](2119 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:30, 12:29](2040 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:42, 14:04](2134 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:27, 16:32](2720 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:54, 08:36](2714 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:14, 11:38](3687 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:42, 07:09](3497 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:25, 05:52](2101 MB) + +PASS -- COMPILE 's2sw_intel' [17:11, 16:38] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:59, 13:59](1976 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:10, 04:47](2041 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:11, 09:08] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:28, 08:39](2165 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:11, 08:31] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:08, 06:10](2003 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:11, 15:41] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:16, 04:46](2041 MB) + +PASS -- COMPILE 's2s_intel' [16:11, 15:56] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [11:56, 10:11](3053 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:56, 03:23](3030 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:57, 02:12](2480 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:11, 17:27] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:26, 14:34](2133 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 19:56] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:15, 18:14](1995 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:17, 08:58](1242 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:06, 20:25](1910 MB) PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 08:21] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:15, 29:21](1969 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:13, 13:44] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:27, 03:47](685 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:47, 03:10](1582 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:52, 03:15](1592 MB) -PASS -- TEST 'control_latlon_intel' [03:38, 03:09](1583 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:55, 03:15](1584 MB) -PASS -- TEST 'control_c48_intel' [10:52, 09:28](1697 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:37, 08:05](838 MB) -PASS -- TEST 'control_c192_intel' [12:56, 11:43](1720 MB) -PASS -- TEST 'control_c384_intel' [14:57, 12:45](1967 MB) -PASS -- TEST 'control_c384gdas_intel' [12:40, 09:51](1327 MB) -PASS -- TEST 'control_stochy_intel' [02:33, 01:51](647 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:42, 01:05](478 MB) -PASS -- TEST 'control_lndp_intel' [02:30, 01:46](644 MB) -PASS -- TEST 'control_iovr4_intel' [03:26, 02:44](644 MB) -PASS -- TEST 'control_iovr5_intel' [03:31, 02:41](638 MB) -PASS -- TEST 'control_p8_intel' [05:25, 03:31](1876 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:21, 03:42](1872 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:31, 03:30](1876 MB) -PASS -- TEST 'control_restart_p8_intel' [03:14, 02:02](1085 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:12, 03:29](1870 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:39, 01:58](1129 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:16, 03:34](1860 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:08, 03:38](1959 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:50, 05:57](1874 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:29, 05:01](1940 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:25, 03:34](1889 MB) -PASS -- TEST 'merra2_thompson_intel' [05:38, 03:57](1880 MB) -PASS -- TEST 'regional_control_intel' [07:40, 06:32](1086 MB) -PASS -- TEST 'regional_restart_intel' [04:42, 03:33](1073 MB) -PASS -- TEST 'regional_decomp_intel' [07:41, 06:57](1083 MB) -PASS -- TEST 'regional_2threads_intel' [05:37, 04:49](1064 MB) -PASS -- TEST 'regional_noquilt_intel' [07:41, 06:34](1389 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:40, 06:36](1090 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 06:29](1078 MB) -PASS -- TEST 'regional_wofs_intel' [08:33, 07:50](1901 MB) - -PASS -- COMPILE 'rrfs_intel' [13:15, 13:10] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:01, 08:26](1053 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:57, 05:09](1263 MB) -PASS -- TEST 'rap_decomp_intel' [10:02, 08:34](1026 MB) -PASS -- TEST 'rap_2threads_intel' [10:01, 08:32](1157 MB) -PASS -- TEST 'rap_restart_intel' [06:38, 04:23](1046 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:02, 08:21](1057 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:03, 08:40](1026 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:31, 06:18](1071 MB) -PASS -- TEST 'hrrr_control_intel' [06:00, 04:22](1026 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:02, 04:26](1024 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:01, 04:11](1094 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:40, 02:24](948 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:16, 08:20](1046 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:23, 10:00](1986 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 09:43](2026 MB) - -PASS -- COMPILE 'csawmg_intel' [12:12, 12:00] -PASS -- TEST 'control_csawmg_intel' [07:37, 06:35](1015 MB) -PASS -- TEST 'control_ras_intel' [04:24, 03:31](716 MB) - -PASS -- COMPILE 'wam_intel' [13:14, 12:33] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:47, 12:43](1665 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:13, 12:24] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:26, 03:19](1880 MB) -PASS -- TEST 'regional_control_faster_intel' [07:33, 06:11](1075 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:12, 09:50] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:43, 03:02](1615 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:45, 02:38](1611 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:30, 03:07](818 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:20, 02:49](817 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:32, 04:21](1134 MB) -PASS -- TEST 'control_ras_debug_intel' [03:25, 02:57](823 MB) -PASS -- TEST 'control_diag_debug_intel' [03:46, 02:47](1676 MB) -PASS -- TEST 'control_debug_p8_intel' [03:45, 03:07](1913 MB) -PASS -- TEST 'regional_debug_intel' [18:41, 17:27](1092 MB) -PASS -- TEST 'rap_control_debug_intel' [05:27, 04:58](1213 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:25, 05:03](1198 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:28, 04:54](1208 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 05:24](1213 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:23, 05:03](1209 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:32, 05:12](1294 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:24, 05:02](1205 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:25, 05:00](1205 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:26, 05:18](1204 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:25, 04:54](1212 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:56](1208 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 05:03](1196 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:29, 07:55](1205 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:24, 04:56](1203 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:24, 06:13](1208 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:21, 05:01](1213 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:25, 08:41](1213 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:12, 06:40] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:45, 13:17](1678 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:12, 12:05] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:55, 04:51](1131 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:14, 07:09](1000 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:38, 03:47](932 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:14, 07:21](1074 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:40, 03:41](945 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:17, 03:56](900 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:20, 05:24](969 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:39, 02:02](880 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:13, 12:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:52, 02:37](1183 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:41, 01:13](1113 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:47, 01:36](1067 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:12, 12:57] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:40, 04:36](972 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:12, 07:04] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:22, 04:49](1080 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:29, 04:49](1083 MB) -PASS -- TEST 'conus13km_debug_intel' [15:50, 14:48](1232 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:45, 14:53](931 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:40, 08:31](1175 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:44, 15:09](1296 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 07:04] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:25, 05:02](1142 MB) - -PASS -- COMPILE 'hafsw_intel' [15:13, 15:04] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:12, 06:05](740 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:28, 06:24](1116 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 07:29](820 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [25:13, 24:07](851 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:20, 28:43](873 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 07:01](495 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:30, 08:23](502 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:56, 03:24](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:28, 09:30](479 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:50, 04:40](523 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:57, 04:25](523 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:52, 05:42](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:31](399 MB) -PASS -- TEST 'gnv1_nested_intel' [07:16, 04:23](1714 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:11, 08:01] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:02, 13:15](582 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:12, 14:39] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:09, 13:01](666 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:00, 12:58](731 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:13, 15:05] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:00, 08:32](711 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:12, 14:16] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:19, 07:28](818 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:12, 07:30](799 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:54, 16:22](1202 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:12, 08:54] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:20, 03:00](1149 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:21, 02:01](1112 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:20, 02:49](1015 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:54](1020 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:53](1023 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 02:57](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:20, 02:59](1156 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:19, 02:49](1023 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:10, 06:31](1030 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:06, 06:28](999 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:58](1158 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 04:20](2449 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 04:21](2408 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:13, 05:01] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 06:31](1075 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:41] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:58](1157 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:12, 01:23] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:29, 01:01](255 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:25, 00:57](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:35](321 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 13:12] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:06, 04:12](1969 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:12, 12:53] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:09, 03:56](1956 MB) - -PASS -- COMPILE 'atml_intel' [14:12, 13:29] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:31, 04:54](1850 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:29, 04:51](1863 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:54, 02:48](1052 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:12, 07:38] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:29, 05:50](1894 MB) - -PASS -- COMPILE 'atmw_intel' [14:12, 13:37] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:21, 02:08](1908 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 13:17] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:22, 04:33](1986 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:12, 05:18](1767 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:04, 05:24](1783 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:34] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:53, 20:23](4561 MB) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:19, 29:35](1975 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:25, 03:45](690 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:45, 03:09](1591 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:48, 03:19](1594 MB) +PASS -- TEST 'control_latlon_intel' [04:38, 03:10](1588 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:47, 03:11](1582 MB) +PASS -- TEST 'control_c48_intel' [10:48, 09:29](1709 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:31, 08:07](834 MB) +PASS -- TEST 'control_c192_intel' [12:50, 11:41](1717 MB) +PASS -- TEST 'control_c384_intel' [14:45, 12:45](1959 MB) +PASS -- TEST 'control_c384gdas_intel' [12:25, 09:48](1326 MB) +PASS -- TEST 'control_stochy_intel' [02:24, 01:50](642 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:36, 01:05](476 MB) +PASS -- TEST 'control_lndp_intel' [02:20, 01:45](650 MB) +PASS -- TEST 'control_iovr4_intel' [03:24, 02:43](640 MB) +PASS -- TEST 'control_iovr5_intel' [03:23, 02:42](642 MB) +PASS -- TEST 'control_p8_intel' [05:15, 03:28](1870 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:16, 03:28](1874 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:28, 03:19](1878 MB) +PASS -- TEST 'control_restart_p8_intel' [03:01, 02:03](1089 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:05, 03:23](1870 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:12, 02:02](1123 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:00, 03:34](1869 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:55, 03:44](1954 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:46, 05:55](1874 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:23, 04:56](1934 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:18, 03:28](1883 MB) +PASS -- TEST 'merra2_thompson_intel' [05:31, 03:48](1877 MB) +PASS -- TEST 'regional_control_intel' [07:37, 06:26](1080 MB) +PASS -- TEST 'regional_restart_intel' [04:35, 03:33](1075 MB) +PASS -- TEST 'regional_decomp_intel' [07:37, 07:03](1070 MB) +PASS -- TEST 'regional_2threads_intel' [05:34, 04:33](1065 MB) +PASS -- TEST 'regional_noquilt_intel' [07:37, 06:22](1383 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:37, 06:23](1087 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:33, 06:24](1077 MB) +PASS -- TEST 'regional_wofs_intel' [08:32, 07:51](1900 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 13:12] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:15, 08:27](1056 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:53, 05:10](1235 MB) +PASS -- TEST 'rap_decomp_intel' [09:56, 08:41](1027 MB) +PASS -- TEST 'rap_2threads_intel' [10:19, 08:29](1160 MB) +PASS -- TEST 'rap_restart_intel' [06:28, 04:23](1044 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:55, 08:19](1046 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:55, 08:37](1027 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:29, 06:17](1079 MB) +PASS -- TEST 'hrrr_control_intel' [06:08, 04:20](1028 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:58, 04:25](1021 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:55, 04:09](1090 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:48, 02:21](944 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:20, 08:16](1050 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 10:00](1987 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:25, 09:43](2031 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 12:27] +PASS -- TEST 'control_csawmg_intel' [07:36, 06:36](1017 MB) +PASS -- TEST 'control_ras_intel' [04:22, 03:29](712 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 12:40] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:44, 12:37](1666 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 13:02] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:17, 03:20](1885 MB) +PASS -- TEST 'regional_control_faster_intel' [07:34, 06:17](1071 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 10:12] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:49, 02:47](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:41](1619 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:25, 03:04](816 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:46](820 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:45, 04:19](1127 MB) +PASS -- TEST 'control_ras_debug_intel' [03:25, 02:48](818 MB) +PASS -- TEST 'control_diag_debug_intel' [03:49, 02:50](1673 MB) +PASS -- TEST 'control_debug_p8_intel' [04:49, 03:09](1907 MB) +PASS -- TEST 'regional_debug_intel' [18:45, 17:28](1093 MB) +PASS -- TEST 'rap_control_debug_intel' [05:28, 05:02](1212 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:40](1198 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:27, 04:50](1205 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:24, 04:59](1198 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 05:20](1211 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:29, 05:13](1287 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 05:02](1209 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:19, 05:08](1211 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:23, 05:02](1201 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:27, 04:58](1212 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:51](1197 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:25, 04:56](1211 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 08:07](1198 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:20, 04:48](1203 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 06:07](1207 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:55](1205 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:38](1213 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:10, 06:21] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:47, 13:18](1679 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:10, 12:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:01, 04:53](1130 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:23, 07:08](999 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:23, 03:48](933 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:09, 07:18](1067 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:04, 03:41](938 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:03, 03:55](904 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:31, 05:20](973 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:29, 02:03](879 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 12:33] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:49, 02:44](1168 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:41, 01:14](1116 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:31](1065 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:42] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:41, 04:34](974 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 06:40] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:22, 04:54](1083 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:49](1086 MB) +PASS -- TEST 'conus13km_debug_intel' [15:47, 15:03](1229 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:51, 15:14](926 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:52, 08:28](1168 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:48, 14:49](1306 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 06:32] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 05:01](1140 MB) + +PASS -- COMPILE 'hafsw_intel' [15:10, 14:38] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:17, 06:01](732 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:30, 06:18](1123 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:24, 07:35](828 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:16, 24:27](848 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:18, 28:16](867 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:00, 07:00](520 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:30, 08:17](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:54, 03:26](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:20, 09:25](483 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:54, 04:37](520 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:51, 04:23](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:54, 05:37](576 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:32](402 MB) +PASS -- TEST 'gnv1_nested_intel' [07:14, 04:24](1730 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:10, 06:43] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:04, 13:11](587 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:10, 14:38] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:02, 13:09](642 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:10, 13:04](724 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 14:06] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:22, 08:40](707 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:11, 13:36] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:16, 07:24](814 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:12, 07:31](799 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:21](1203 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:19] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:58](1153 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:57](1112 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 02:50](1024 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:53](1020 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:54](1019 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:58](1139 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:59](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:51](1019 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:07, 06:34](1024 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:01, 06:30](1005 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 03:01](1149 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:19](2451 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:24](2448 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 06:04] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:17, 06:31](1085 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 08:57] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:57](1154 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:35] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:02](256 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:56](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:36](319 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:10, 13:15] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:09, 04:12](1963 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:10, 13:10] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:57](1947 MB) + +PASS -- COMPILE 'atml_intel' [14:11, 13:51] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:30, 04:48](1865 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:20, 04:51](1865 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:50, 02:45](1048 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:10, 07:26] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:21, 05:49](1896 MB) + +PASS -- COMPILE 'atmw_intel' [14:11, 13:17] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:17, 02:07](1908 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 12:35] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:14, 04:33](1983 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:13, 05:21](1782 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:58, 05:24](1779 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:55] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:55, 20:19](4564 MB) SYNOPSIS: -Starting Date/Time: 20240808 22:06:22 -Ending Date/Time: 20240808 23:39:07 -Total Time: 01h:33m:34s +Starting Date/Time: 20240816 07:58:43 +Ending Date/Time: 20240816 09:32:32 +Total Time: 01h:34m:18s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 82b2351fcc..7c0ec9e0c0 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: -2b4a599fc5da5cda16fc82974e07f353b6760f77 +09690a092f727349365fac81c2d2096127bb8f12 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/HEAD-5-gfd59004) - d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (201912_public_release-405-gd92b739) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) + 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,239 +35,239 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_46914 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240813 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/dusan.jovic/FV3_RT/rt_219249 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [12:28, 11:14] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:43, 02:10](3103 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [37:08, 35:52] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [44:03, 02:02](1806 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:56, 01:44](1839 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [25:51, 02:15](973 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [43:58, 01:37](1784 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:25, 23:07] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [56:46, 01:09](1806 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:39, 15:18] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [04:33, 01:19](1845 MB) - -PASS -- COMPILE 's2swa_intel' [12:28, 11:22] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:43, 01:23](3132 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:43, 01:29](3132 MB) -PASS -- TEST 'cpld_restart_p8_intel' [00:23, 02:10](3059 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:43, 01:20](3154 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [00:23, 02:09](3080 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:43, 01:47](3367 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:43, 01:29](3127 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:44, 02:20](3077 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:43, 01:30](3131 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [08:52, 03:43](4123 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [50:28, 04:22](4266 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:43, 01:35](3110 MB) - -PASS -- COMPILE 's2sw_intel' [31:01, 29:46] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [50:11, 01:02](1827 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [50:11, 01:11](1896 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:28, 11:06] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:43, 01:22](1885 MB) - -PASS -- COMPILE 's2s_intel' [12:28, 10:05] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:42, 00:43](2865 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [08:42, 01:47](2870 MB) -PASS -- TEST 'cpld_restart_c48_intel' [04:07, 01:36](2274 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:24, 21:01] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [57:47, 01:54](3130 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [24:26, 22:52] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [56:46, 01:11](1817 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [39:18, 01:36](984 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [39:19, 00:55](1798 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:55, 08:10] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [57:48, 01:36](1860 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [20:34, 19:21] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [48:08, 00:31](568 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [48:08, 00:35](1473 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [48:08, 00:27](1480 MB) -PASS -- TEST 'control_latlon_intel' [48:08, 00:28](1469 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [48:08, 00:37](1468 MB) -PASS -- TEST 'control_c48_intel' [48:07, 00:58](1557 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [48:07, 00:57](690 MB) -PASS -- TEST 'control_c192_intel' [48:08, 01:14](1579 MB) -PASS -- TEST 'control_c384_intel' [48:12, 02:00](1862 MB) -PASS -- TEST 'control_c384gdas_intel' [48:12, 02:43](1065 MB) -PASS -- TEST 'control_stochy_intel' [47:51, 00:23](525 MB) -PASS -- TEST 'control_stochy_restart_intel' [45:23, 01:02](329 MB) -PASS -- TEST 'control_lndp_intel' [46:39, 00:34](529 MB) -PASS -- TEST 'control_iovr4_intel' [45:22, 00:41](523 MB) -PASS -- TEST 'control_iovr5_intel' [45:19, 00:40](519 MB) -PASS -- TEST 'control_p8_intel' [45:08, 01:01](1755 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [45:08, 01:02](1762 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [45:08, 01:05](1761 MB) -PASS -- TEST 'control_restart_p8_intel' [40:23, 00:57](895 MB) -PASS -- TEST 'control_noqr_p8_intel' [44:57, 01:29](1750 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [39:35, 00:50](916 MB) -PASS -- TEST 'control_decomp_p8_intel' [44:43, 01:23](1750 MB) -PASS -- TEST 'control_2threads_p8_intel' [44:42, 01:41](1848 MB) -PASS -- TEST 'control_p8_lndp_intel' [44:08, 01:01](1761 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [44:08, 01:55](1808 MB) -PASS -- TEST 'control_p8_mynn_intel' [44:06, 01:52](1773 MB) -PASS -- TEST 'merra2_thompson_intel' [44:06, 01:44](1766 MB) -PASS -- TEST 'regional_control_intel' [43:46, 01:10](845 MB) -PASS -- TEST 'regional_restart_intel' [37:08, 00:27](841 MB) -PASS -- TEST 'regional_decomp_intel' [43:32, 00:53](842 MB) -PASS -- TEST 'regional_2threads_intel' [43:19, 00:52](904 MB) -PASS -- TEST 'regional_noquilt_intel' [43:17, 00:22](1168 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [42:56, 00:25](844 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [41:53, 00:14](841 MB) -PASS -- TEST 'regional_wofs_intel' [41:50, 00:43](1572 MB) - -PASS -- COMPILE 'rrfs_intel' [14:26, 11:53] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [54:16, 01:28](909 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [54:17, 01:05](1058 MB) -PASS -- TEST 'rap_decomp_intel' [54:16, 01:39](911 MB) -PASS -- TEST 'rap_2threads_intel' [54:16, 02:08](994 MB) -PASS -- TEST 'rap_restart_intel' [41:10, 01:02](782 MB) -PASS -- TEST 'rap_sfcdiff_intel' [54:16, 01:20](906 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [54:16, 01:41](911 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [40:22, 01:45](777 MB) -PASS -- TEST 'hrrr_control_intel' [54:16, 01:21](909 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [54:16, 01:17](906 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [54:17, 01:46](983 MB) -PASS -- TEST 'hrrr_control_restart_intel' [48:38, 01:02](735 MB) -PASS -- TEST 'rrfs_v1beta_intel' [54:16, 01:18](906 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [54:16, 01:04](1870 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [54:16, 00:19](1857 MB) - -PASS -- COMPILE 'csawmg_intel' [17:30, 16:22] -PASS -- TEST 'control_csawmg_intel' [51:13, 00:32](864 MB) -PASS -- TEST 'control_ras_intel' [51:13, 00:49](559 MB) - -PASS -- COMPILE 'wam_intel' [14:20, 13:20] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [50:11, 00:30](1562 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:39, 09:33] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [40:22, 01:57](1750 MB) -PASS -- TEST 'regional_control_faster_intel' [39:54, 00:22](837 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [18:47, 17:59] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [38:42, 01:18](1501 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [38:39, 01:26](1496 MB) -PASS -- TEST 'control_stochy_debug_intel' [38:26, 00:46](702 MB) -PASS -- TEST 'control_lndp_debug_intel' [37:43, 01:11](699 MB) -PASS -- TEST 'control_csawmg_debug_intel' [37:36, 00:31](1007 MB) -PASS -- TEST 'control_ras_debug_intel' [37:22, 01:18](706 MB) -PASS -- TEST 'control_diag_debug_intel' [37:12, 01:22](1565 MB) -PASS -- TEST 'control_debug_p8_intel' [37:08, 01:00](1791 MB) -PASS -- TEST 'regional_debug_intel' [37:07, 00:39](885 MB) -PASS -- TEST 'rap_control_debug_intel' [36:56, 00:48](1089 MB) -PASS -- TEST 'hrrr_control_debug_intel' [36:54, 00:56](1079 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [36:15, 00:51](1080 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [36:14, 00:49](1082 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [35:57, 00:45](1084 MB) -PASS -- TEST 'rap_diag_debug_intel' [35:50, 00:41](1168 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [35:49, 00:39](1087 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [35:28, 00:41](1084 MB) -PASS -- TEST 'rap_lndp_debug_intel' [34:58, 00:42](1086 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [34:06, 00:49](1088 MB) -PASS -- TEST 'rap_noah_debug_intel' [34:06, 00:55](1078 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [34:03, 00:51](1085 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [33:57, 00:46](1081 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [33:55, 00:42](1077 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [33:48, 00:41](1081 MB) -PASS -- TEST 'rap_flake_debug_intel' [33:40, 00:32](1084 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [33:22, 01:56](1088 MB) - -PASS -- COMPILE 'wam_debug_intel' [20:52, 19:56] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [33:22, 00:32](1581 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [25:03, 23:52] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [30:20, 01:29](921 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [30:18, 01:07](783 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [30:14, 02:24](779 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [30:07, 01:25](839 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [29:31, 02:05](830 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [29:30, 01:40](780 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [23:03, 01:32](676 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [24:22, 00:19](659 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:51, 10:21] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [39:53, 01:08](992 MB) -PASS -- TEST 'conus13km_2threads_intel' [33:10, 00:56](997 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [32:48, 00:43](871 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:29, 08:21] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [39:35, 01:23](810 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [16:46, 15:53] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [32:40, 00:51](961 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [32:20, 00:59](957 MB) -PASS -- TEST 'conus13km_debug_intel' [32:16, 00:50](1044 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [31:57, 00:33](717 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [29:19, 00:26](1046 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [29:14, 00:44](1118 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:34, 11:55] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [29:12, 00:49](984 MB) - -PASS -- COMPILE 'hafsw_intel' [11:32, 11:10] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [29:09, 01:31](600 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [28:54, 01:13](952 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [28:48, 01:50](652 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [28:12, 01:45](669 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:24, 01:40](698 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [27:23, 01:05](377 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [27:24, 02:13](393 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [27:23, 01:33](292 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [27:15, 02:36](368 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [26:17, 01:32](405 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [26:11, 00:58](411 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [24:17, 00:45](477 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [24:16, 00:28](310 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:29, 09:21] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:08, 01:16](513 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:38, 09:25] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [24:06, 00:58](519 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [23:55, 01:45](701 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:47, 15:17] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [23:06, 00:56](703 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:34, 12:01] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [22:40, 02:12](649 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [22:22, 02:09](625 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:47, 00:34](878 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:53, 14:47] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [21:47, 00:40](1822 MB) - -PASS -- COMPILE 'atml_intel' [15:44, 14:59] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [10:36, 09:49] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [16:42, 16:12] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [19:53, 01:19](3028 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [19:53, 01:46](2908 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [19:53, 01:54](2921 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:33, 07:21] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [21:41, 01:58](4442 MB) +PASS -- COMPILE 's2swa_32bit_intel' [11:25, 11:06] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [55:42, 01:36](3102 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:29, 11:54] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [54:38, 01:57](1819 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [36:32, 01:41](1843 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [36:19, 02:18](973 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [54:39, 01:38](1791 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:29, 11:49] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [54:38, 01:15](1805 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:19, 05:20] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [00:49, 01:54](1843 MB) + +PASS -- COMPILE 's2swa_intel' [11:25, 10:57] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [55:42, 01:31](3132 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [55:42, 01:46](3129 MB) +PASS -- TEST 'cpld_restart_p8_intel' [47:28, 01:01](3061 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [55:42, 01:23](3153 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [47:27, 00:59](3082 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [55:42, 01:09](3371 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [55:42, 01:28](3121 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [55:43, 01:40](3075 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [55:42, 01:46](3135 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [55:51, 04:19](4118 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [36:58, 04:03](4263 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [55:42, 01:46](3117 MB) + +PASS -- COMPILE 's2sw_intel' [11:24, 10:34] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [55:43, 00:49](1831 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [55:43, 01:00](1891 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:24, 10:32] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [55:43, 01:03](1885 MB) + +PASS -- COMPILE 's2s_intel' [11:24, 10:27] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [55:42, 00:53](2866 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [55:42, 01:27](2873 MB) +PASS -- TEST 'cpld_restart_c48_intel' [51:39, 01:11](2293 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:34, 16:29] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [49:33, 01:47](3132 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:29, 11:41] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [54:38, 00:59](1817 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [37:08, 01:24](983 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [36:51, 01:46](1802 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 05:13] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [54:30, 01:43](1860 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:22, 08:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [46:20, 01:17](571 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [46:20, 00:26](1467 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [46:20, 00:28](1475 MB) +PASS -- TEST 'control_latlon_intel' [46:20, 00:29](1473 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [46:20, 00:33](1475 MB) +PASS -- TEST 'control_c48_intel' [46:19, 00:50](1563 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [46:19, 00:41](692 MB) +PASS -- TEST 'control_c192_intel' [46:20, 01:11](1572 MB) +PASS -- TEST 'control_c384_intel' [46:24, 01:50](1865 MB) +PASS -- TEST 'control_c384gdas_intel' [46:24, 01:57](1063 MB) +PASS -- TEST 'control_stochy_intel' [46:20, 00:24](526 MB) +PASS -- TEST 'control_stochy_restart_intel' [43:54, 01:01](330 MB) +PASS -- TEST 'control_lndp_intel' [46:20, 00:30](527 MB) +PASS -- TEST 'control_iovr4_intel' [46:20, 00:38](522 MB) +PASS -- TEST 'control_iovr5_intel' [46:20, 00:40](518 MB) +PASS -- TEST 'control_p8_intel' [43:54, 01:48](1753 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [42:52, 01:57](1761 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [42:51, 02:00](1769 MB) +PASS -- TEST 'control_restart_p8_intel' [38:32, 00:57](908 MB) +PASS -- TEST 'control_noqr_p8_intel' [42:51, 01:49](1759 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [37:30, 01:08](920 MB) +PASS -- TEST 'control_decomp_p8_intel' [42:34, 01:30](1753 MB) +PASS -- TEST 'control_2threads_p8_intel' [42:31, 01:47](1840 MB) +PASS -- TEST 'control_p8_lndp_intel' [42:25, 01:02](1756 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [42:20, 01:47](1817 MB) +PASS -- TEST 'control_p8_mynn_intel' [41:54, 01:47](1773 MB) +PASS -- TEST 'merra2_thompson_intel' [41:54, 01:41](1761 MB) +PASS -- TEST 'regional_control_intel' [41:45, 01:10](844 MB) +PASS -- TEST 'regional_restart_intel' [35:04, 00:25](836 MB) +PASS -- TEST 'regional_decomp_intel' [41:37, 00:55](842 MB) +PASS -- TEST 'regional_2threads_intel' [41:25, 00:51](898 MB) +PASS -- TEST 'regional_noquilt_intel' [41:10, 00:26](1172 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [40:47, 01:19](844 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [39:34, 00:11](845 MB) +PASS -- TEST 'regional_wofs_intel' [39:33, 00:23](1569 MB) + +PASS -- COMPILE 'rrfs_intel' [09:22, 08:28] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [38:20, 01:35](911 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [37:31, 01:06](1065 MB) +PASS -- TEST 'rap_decomp_intel' [37:30, 01:14](916 MB) +PASS -- TEST 'rap_2threads_intel' [37:27, 01:27](992 MB) +PASS -- TEST 'rap_restart_intel' [29:07, 01:15](783 MB) +PASS -- TEST 'rap_sfcdiff_intel' [37:21, 02:01](908 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [37:21, 01:42](909 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [27:56, 01:48](778 MB) +PASS -- TEST 'hrrr_control_intel' [36:34, 01:12](907 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [35:59, 00:57](907 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [35:43, 01:14](981 MB) +PASS -- TEST 'hrrr_control_restart_intel' [31:09, 01:02](736 MB) +PASS -- TEST 'rrfs_v1beta_intel' [35:26, 02:05](904 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [35:07, 00:40](1865 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [35:01, 01:02](1858 MB) + +PASS -- COMPILE 'csawmg_intel' [08:21, 07:54] +PASS -- TEST 'control_csawmg_intel' [47:21, 00:23](865 MB) +PASS -- TEST 'control_ras_intel' [47:21, 00:50](557 MB) + +PASS -- COMPILE 'wam_intel' [08:21, 07:50] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [47:20, 00:26](1564 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:21, 08:05] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [47:20, 02:03](1762 MB) +PASS -- TEST 'regional_control_faster_intel' [47:19, 00:23](838 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:22, 07:26] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [34:42, 01:17](1498 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [34:23, 01:26](1493 MB) +PASS -- TEST 'control_stochy_debug_intel' [34:22, 00:41](703 MB) +PASS -- TEST 'control_lndp_debug_intel' [34:11, 01:01](702 MB) +PASS -- TEST 'control_csawmg_debug_intel' [34:05, 00:28](1003 MB) +PASS -- TEST 'control_ras_debug_intel' [33:58, 01:07](705 MB) +PASS -- TEST 'control_diag_debug_intel' [33:58, 01:11](1556 MB) +PASS -- TEST 'control_debug_p8_intel' [33:12, 00:51](1787 MB) +PASS -- TEST 'regional_debug_intel' [33:02, 00:21](886 MB) +PASS -- TEST 'rap_control_debug_intel' [32:34, 00:47](1082 MB) +PASS -- TEST 'hrrr_control_debug_intel' [31:55, 00:48](1078 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [31:18, 00:41](1080 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [31:17, 00:41](1081 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [30:50, 00:40](1083 MB) +PASS -- TEST 'rap_diag_debug_intel' [30:34, 00:36](1164 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [29:51, 00:33](1085 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [29:47, 00:34](1082 MB) +PASS -- TEST 'rap_lndp_debug_intel' [29:45, 00:37](1085 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [29:26, 00:43](1082 MB) +PASS -- TEST 'rap_noah_debug_intel' [29:23, 00:46](1081 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [29:07, 00:44](1080 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [29:05, 00:27](1076 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [28:30, 00:50](1078 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [28:28, 00:58](1083 MB) +PASS -- TEST 'rap_flake_debug_intel' [28:23, 00:41](1086 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [27:56, 01:53](1085 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:21, 04:26] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [49:17, 01:16](1577 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:23, 07:53] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:40, 01:16](917 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [26:46, 01:54](781 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [26:00, 02:19](781 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [25:58, 01:42](838 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [25:44, 02:23](827 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [25:34, 01:45](779 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:38, 01:28](680 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [20:13, 00:20](660 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:22, 07:50] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [25:24, 01:06](993 MB) +PASS -- TEST 'conus13km_2threads_intel' [21:32, 00:56](994 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [20:44, 00:44](869 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:24, 07:50] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [25:21, 01:27](808 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:19, 04:34] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [25:07, 00:56](959 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [24:50, 00:54](957 MB) +PASS -- TEST 'conus13km_debug_intel' [24:48, 01:16](1045 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:22, 01:04](716 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:59, 01:07](1046 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:37, 01:17](1115 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:19, 04:40] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [23:23, 00:48](981 MB) + +PASS -- COMPILE 'hafsw_intel' [10:25, 09:21] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [23:24, 02:14](599 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [23:20, 01:01](947 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [22:55, 01:51](647 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [22:55, 02:21](674 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:35, 02:14](698 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [21:54, 01:05](376 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [21:50, 02:15](391 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [21:39, 01:38](302 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:29, 03:43](376 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [20:13, 01:40](404 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [20:13, 00:56](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [19:55, 00:47](483 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [19:36, 00:28](319 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:19, 04:52] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:32, 01:09](511 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:24, 09:06] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:49, 01:39](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:41, 01:31](703 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:25, 09:32] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:38, 01:10](707 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:22, 08:32] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [18:21, 02:48](644 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [18:00, 02:40](622 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:44, 01:07](879 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:25, 09:33] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [17:05, 00:39](1828 MB) + +PASS -- COMPILE 'atml_intel' [09:23, 08:52] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:20, 05:28] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [08:27, 08:03] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [17:04, 01:18](3026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [16:53, 01:47](2912 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [16:36, 01:42](2921 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:19, 04:27] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [16:21, 01:22](4447 MB) SYNOPSIS: -Starting Date/Time: 20240809 15:38:32 -Ending Date/Time: 20240809 17:05:15 -Total Time: 01h:27m:22s +Starting Date/Time: 20240816 11:52:28 +Ending Date/Time: 20240816 13:09:44 +Total Time: 01h:17m:47s Compiles Completed: 33/33 Tests Completed: 156/156 diff --git a/tests/parm/MOM_input_025.IN b/tests/parm/MOM_input_025.IN index 0898e1def4..2a0ef86fcb 100644 --- a/tests/parm/MOM_input_025.IN +++ b/tests/parm/MOM_input_025.IN @@ -882,9 +882,7 @@ CD_TIDES = 0.0018 ! [nondim] default = 1.0E-04 ! The drag coefficient that applies to the tides. GUST_CONST = 0.0 ! [Pa] default = 0.02 ! The background gustiness in the winds. -FIX_USTAR_GUSTLESS_BUG = False ! [Boolean] default = False - ! If true correct a bug in the time-averaging of the gustless wind friction - ! velocity +USTAR_GUSTLESS_BUG = True ! [Boolean] default = False USE_RIGID_SEA_ICE = True ! [Boolean] default = False ! If true, sea-ice is rigid enough to exert a nonhydrostatic pressure that ! resist vertical motion. @@ -902,3 +900,5 @@ PERT_EPBL = @[PERT_EPBL] ! [Boolean] default = False ! === module MOM_restart === RESTART_CHECKSUMS_REQUIRED = False ! === module MOM_file_parser === + +USE_HUYNH_STENCIL_BUG = True diff --git a/tests/parm/MOM_input_050.IN b/tests/parm/MOM_input_050.IN index 3974f87cfe..d26b887e9a 100644 --- a/tests/parm/MOM_input_050.IN +++ b/tests/parm/MOM_input_050.IN @@ -927,9 +927,7 @@ CD_TIDES = 0.0018 ! [nondim] default = 1.0E-04 ! The drag coefficient that applies to the tides. GUST_CONST = 0.0 ! [Pa] default = 0.02 ! The background gustiness in the winds. -FIX_USTAR_GUSTLESS_BUG = False ! [Boolean] default = False - ! If true correct a bug in the time-averaging of the gustless wind friction - ! velocity +USTAR_GUSTLESS_BUG = True ! [Boolean] default = False USE_RIGID_SEA_ICE = True ! [Boolean] default = False ! If true, sea-ice is rigid enough to exert a nonhydrostatic pressure that ! resist vertical motion. @@ -947,3 +945,5 @@ PERT_EPBL = @[PERT_EPBL] ! [Boolean] default = False ! === module MOM_restart === ! === module MOM_file_parser === + +USE_HUYNH_STENCIL_BUG = True diff --git a/tests/parm/MOM_input_100.IN b/tests/parm/MOM_input_100.IN index 70efc8da9d..315cbe8995 100644 --- a/tests/parm/MOM_input_100.IN +++ b/tests/parm/MOM_input_100.IN @@ -854,9 +854,7 @@ CD_TIDES = 0.0018 ! [nondim] default = 1.0E-04 ! The drag coefficient that applies to the tides. GUST_CONST = 0.02 ! [Pa] default = 0.0 ! The background gustiness in the winds. -FIX_USTAR_GUSTLESS_BUG = False ! [Boolean] default = True - ! If true correct a bug in the time-averaging of the gustless wind friction - ! velocity +USTAR_GUSTLESS_BUG = True ! [Boolean] default = False ! === module ocean_stochastics === DO_SPPT = @[DO_OCN_SPPT] ! [Boolean] default = False ! If true perturb the diabatic tendencies in MOM_diabadic_driver @@ -866,3 +864,5 @@ PERT_EPBL = @[PERT_EPBL] ! [Boolean] default = False ! === module MOM_restart === ! === module MOM_file_parser === + +USE_HUYNH_STENCIL_BUG = True diff --git a/tests/parm/MOM_input_500.IN b/tests/parm/MOM_input_500.IN index bf474652ee..aa1befa83e 100644 --- a/tests/parm/MOM_input_500.IN +++ b/tests/parm/MOM_input_500.IN @@ -49,6 +49,9 @@ NJGLOBAL = @[NY_GLB] ! ! The total number of thickness grid points in the y-direction in the physical ! domain. With STATIC_MEMORY_ this is set in MOM_memory.h at compile time. +DEFAULT_ANSWER_DATE = 20231231 ! default = 99991231 + ! This sets the default value for the various _ANSWER_DATE parameters. + ! === module MOM_hor_index === ! Sets the horizontal array index types. @@ -592,3 +595,5 @@ WIND_STAGGER = "A" ! default = "C" ! === module MOM_restart === ! === module MOM_file_parser === + +USE_HUYNH_STENCIL_BUG = True diff --git a/tests/parm/MOM_input_hafs b/tests/parm/MOM_input_hafs index b7fd7e72bc..1b79ea777a 100644 --- a/tests/parm/MOM_input_hafs +++ b/tests/parm/MOM_input_hafs @@ -942,9 +942,7 @@ LATENT_HEAT_VAPORIZATION = 2.5E+06 ! [J/kg] default = 2.5E+06 ! surface anomaly (akin to a piston velocity). Note the non-MKS units. GUST_CONST = 0.0 ! [Pa] default = 0.0 ! The background gustiness in the winds. -FIX_USTAR_GUSTLESS_BUG = True ! [Boolean] default = True - ! If true correct a bug in the time-averaging of the gustless wind friction - ! velocity +USTAR_GUSTLESS_BUG = False ! [Boolean] default = True ! These parameters are used in CORE mode but should not be used in ! the coupled model (CM4). @@ -974,3 +972,5 @@ USE_NET_FW_ADJUSTMENT_SIGN_BUG = False ! [Boolean] default = True ! === module MOM_restart === ! === module MOM_file_parser === + +USE_HUYNH_STENCIL_BUG = True diff --git a/tests/test_changes.list b/tests/test_changes.list index e498af5875..af65968c39 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1 +1,53 @@ +cpld_control_p8_mixedmode intel +cpld_control_gfsv17 intel +cpld_control_gfsv17_iau intel +cpld_restart_gfsv17 intel +cpld_mpi_gfsv17 intel +cpld_control_sfs intel +cpld_debug_gfsv17 intel +cpld_control_p8 intel +cpld_control_p8.v2.sfc intel +cpld_restart_p8 intel +cpld_control_qr_p8 intel +cpld_restart_qr_p8 intel +cpld_2threads_p8 intel +cpld_decomp_p8 intel +cpld_mpi_p8 intel +cpld_control_ciceC_p8 intel +cpld_control_c192_p8 intel +cpld_restart_c192_p8 intel +cpld_bmark_p8 intel +cpld_restart_bmark_p8 intel +cpld_s2sa_p8 intel +cpld_control_noaero_p8 intel +cpld_control_nowave_noaero_p8 intel +cpld_debug_p8 intel +cpld_debug_noaero_p8 intel +cpld_control_noaero_p8_agrid intel +cpld_control_c48 intel +cpld_warmstart_c48 intel +cpld_restart_c48 intel +cpld_control_p8_faster intel +cpld_control_pdlib_p8 intel +cpld_restart_pdlib_p8 intel +cpld_mpi_pdlib_p8 intel +cpld_debug_pdlib_p8 intel +hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 intel +datm_cdeps_control_cfsr intel +datm_cdeps_restart_cfsr intel +datm_cdeps_control_gefs intel +datm_cdeps_iau_gefs intel +datm_cdeps_stochy_gefs intel +datm_cdeps_ciceC_cfsr intel +datm_cdeps_bulk_cfsr intel +datm_cdeps_bulk_gefs intel +datm_cdeps_mx025_cfsr intel +datm_cdeps_mx025_gefs intel +datm_cdeps_3072x1536_cfsr intel +datm_cdeps_gfs intel +datm_cdeps_debug_cfsr intel +datm_cdeps_control_cfsr_faster intel +cpld_control_nowave_noaero_p8 gnu +cpld_control_pdlib_p8 gnu cpld_debug_pdlib_p8 gnu +datm_cdeps_control_cfsr gnu diff --git a/tests/tests/cpld_control_sfs b/tests/tests/cpld_control_sfs index 362e5a112d..c4ddae40b3 100644 --- a/tests/tests/cpld_control_sfs +++ b/tests/tests/cpld_control_sfs @@ -14,7 +14,8 @@ export LIST_FILES="sfcf021.nc \ GFSFLX.GrbF21 \ GFSFLX.GrbF24 \ GFSPRS.GrbF21 \ - GFSPRS.GrbF24" + GFSPRS.GrbF24 \ + RESTART/20210323.060000.MOM.res.nc" export_fv3 export_cpl diff --git a/tests/tests/cpld_debug_pdlib_p8 b/tests/tests/cpld_debug_pdlib_p8 index e0a2383ce5..9f577a1b92 100644 --- a/tests/tests/cpld_debug_pdlib_p8 +++ b/tests/tests/cpld_debug_pdlib_p8 @@ -74,6 +74,7 @@ ICE_tasks=$ICE_tasks_cpl_unstr WAV_tasks=$WAV_tasks_cpl_unstr # bump resources for debug test WAV_tasks="$(($WAV_tasks_cpl_unstr + 18))" +OCN_tasks="$((OCN_tasks_cpl_unstr + 16))" export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads diff --git a/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 b/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 index 60ce05b605..a0bd1aba05 100644 --- a/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 +++ b/tests/tests/hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 @@ -12,7 +12,8 @@ export LIST_FILES="atmf003.nc \ sfcf003.nc \ atm.nest02.f003.nc \ sfc.nest02.f003.nc \ - ocn_2020_08_25_15.nc \ + RESTART/20200825.150000.MOM.res.nc \ + RESTART/20200825.150000.MOM.res_1.nc \ 20200825.150000.out_grd.ww3 \ 20200825.150000.out_pnt.ww3" From b3cdd8e2453133d073bbeca100fa605a35febc67 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Wed, 21 Aug 2024 08:23:16 -0400 Subject: [PATCH 6/6] Allow use of downscaled warmstart files for cpld_control_sfs test (#2375) * UFSWM - Update the MOM_input templates and RT scripts to allow use of downscaled MOM6 and CICE6 warmstarts. * update script variables and sfs test --- .github/workflows/aux.yml | 2 +- .github/workflows/build_test.yml | 4 +- tests/bl_date.conf | 2 +- tests/default_vars.sh | 27 +- tests/fv3_conf/cpld_control_run.IN | 11 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 30 +- tests/logs/RegressionTests_acorn.log | 601 +++++++------- tests/logs/RegressionTests_derecho.log | 548 ++++++------- tests/logs/RegressionTests_gaea.log | 546 ++++++------- tests/logs/RegressionTests_hera.log | 719 +++++++++-------- tests/logs/RegressionTests_hercules.log | 733 +++++++++--------- tests/logs/RegressionTests_jet.log | 495 ++++++------ tests/logs/RegressionTests_orion.log | 536 ++++++------- tests/logs/RegressionTests_wcoss2.log | 460 +++++------ tests/parm/MOM_input_050.IN | 91 ++- tests/parm/MOM_input_100.IN | 91 ++- tests/rt.sh | 2 +- tests/test_changes.list | 54 +- tests/tests/cpld_control_sfs | 7 + 21 files changed, 2621 insertions(+), 2410 deletions(-) diff --git a/.github/workflows/aux.yml b/.github/workflows/aux.yml index b9262bd816..816c7fc28b 100644 --- a/.github/workflows/aux.yml +++ b/.github/workflows/aux.yml @@ -21,7 +21,7 @@ jobs: - name: Share helper id run: echo -n ${{ github.run_id }} >~/id_file - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ~/id_file key: helperid-${{ github.event.workflow_run.id }} diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 94df20a235..21de1f26bc 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -16,12 +16,12 @@ jobs: current: ${{ steps.check.outputs.current }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Wait for caching source run: sleep 30 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ~/id_file key: helperid-${{ github.run_id }} diff --git a/tests/bl_date.conf b/tests/bl_date.conf index cab475be3a..157bf4a50b 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240813 +export BL_DATE=20240819 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 78a89ec8e6..facee8e4b1 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -10,7 +10,7 @@ THRD=1 export INPES_atmaero=4 - export JNPES_atmaero=8 + export JNPES_atmaero=8 export WPG_atmaero=6 export THRD_cpl_atmw=1 @@ -121,12 +121,12 @@ if [[ ${MACHINE_ID} = wcoss2 || ${MACHINE_ID} = acorn ]]; then export TPN=128 - export INPES_dflt=3 + export INPES_dflt=3 export JNPES_dflt=8 export INPES_thrd=3 export JNPES_thrd=4 export INPES_c384=8 - export JNPES_c384=6 + export JNPES_c384=6 export THRD_c384=2 export INPES_c768=8 export JNPES_c768=16 @@ -144,7 +144,7 @@ elif [[ ${MACHINE_ID} = orion ]]; then export INPES_dflt=3 export JNPES_dflt=8 - export INPES_thrd=3 + export INPES_thrd=3 export JNPES_thrd=4 export INPES_c384=8 export JNPES_c384=6 @@ -168,7 +168,7 @@ elif [[ ${MACHINE_ID} = hercules ]]; then export INPES_thrd=3 export JNPES_thrd=4 export INPES_c384=8 - export JNPES_c384=6 + export JNPES_c384=6 export THRD_c384=2 export INPES_c768=8 export JNPES_c768=16 @@ -187,10 +187,10 @@ elif [[ ${MACHINE_ID} = hera ]]; then export INPES_dflt=3 export JNPES_dflt=8 - export INPES_thrd=3 + export INPES_thrd=3 export JNPES_thrd=4 export INPES_c384=6 - export JNPES_c384=8 + export JNPES_c384=8 export THRD_c384=2 export INPES_c768=8 export JNPES_c768=16 @@ -274,7 +274,7 @@ elif [[ ${MACHINE_ID} = s4 ]]; then export TPN=32 - export INPES_dflt=3 + export INPES_dflt=3 export JNPES_dflt=8 export INPES_thrd=3 export JNPES_thrd=4 @@ -325,10 +325,10 @@ elif [[ ${MACHINE_ID} = derecho ]]; then export TPN=128 export INPES_dflt=3 export JNPES_dflt=8 - export INPES_thrd=3 + export INPES_thrd=3 export JNPES_thrd=4 export INPES_c384=8 - export JNPES_c384=6 + export JNPES_c384=6 export THRD_c384=2 export INPES_c768=8 export JNPES_c768=16 @@ -916,6 +916,8 @@ export_cice6() { export CICE_USE_RESTART_TIME=.false. export CICE_RESTART_DIR=./RESTART/ export CICE_RESTART_FILE=iced + # CICE6 warmstarts + export OCNICE_WARMSTART=.false. export CICE_RESTART_FORMAT='pnetcdf2' export CICE_RESTART_IOTASKS=-99 @@ -1004,6 +1006,11 @@ export_mom6() { export PERT_EPBL=False export OCN_SPPT=-999. export EPBL=-999. + # MOM6 warmstarts + export OCNICE_WARMSTART=.false. + export MOM6_INIT_FROM_Z=True + export MOM6_INIT_UV="zero" + export MOM6_WARMSTART_FILE="none" } # Defaults for the WW3 global model diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 816516d7a0..fda28f6d11 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -33,7 +33,7 @@ else FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_mx${OCNRES} fi MOM_IC=@[INPUTDATA_ROOT]/MOM6_IC - ICE_IC=@[INPUTDATA_ROOT]/CICE_IC/${OCNRES} + ICE_IC=@[INPUTDATA_ROOT]/CICE_IC fi fi @@ -90,8 +90,13 @@ if [ $WARM_START = .false. ]; then cp ${MOM_IC}/MOM.res.nc ./INPUT cp ${ICE_IC}/cice_model_@[ICERES].cpc.res_* ./cice_model.res.nc else - cp ${MOM_IC}/MOM6_IC_TS_${SYEAR}${SMONTH}${SDAY}${SHOUR}.nc ./INPUT/MOM6_IC_TS.nc - cp ${ICE_IC}/cice_model_@[ICERES].cpc.res_${SYEAR}${SMONTH}${SDAY}.nc ./cice_model.res.nc + if [[ $OCNICE_WARMSTART == .true. ]]; then + cp ${MOM_IC}/mom6.mx@[OCNRES].${SYEAR}${SMONTH}${SDAY}${SHOUR}.warmstart.nc ./INPUT/mom6.warmstart.nc + cp ${ICE_IC}/cice.mx@[OCNRES].${SYEAR}${SMONTH}${SDAY}${SHOUR}.warmstart.nc ./cice.warmstart.nc + else + cp ${MOM_IC}/MOM6_IC_TS_${SYEAR}${SMONTH}${SDAY}${SHOUR}.nc ./INPUT/MOM6_IC_TS.nc + cp ${ICE_IC}/${OCNRES}/cice_model_@[ICERES].cpc.res_${SYEAR}${SMONTH}${SDAY}.nc ./cice_model.res.nc + fi fi fi else diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 9c5a701824..c9b50e6883 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Aug 14 04:49:29 UTC 2024 +Mon Aug 19 23:31:13 UTC 2024 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_1991485/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_541162/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 = 284.606332 - 0: The maximum resident set size (KB) = 1454664 + 0: The total amount of wall time = 287.839117 + 0: The maximum resident set size (KB) = 1460536 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_1991485/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_541162/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 = 963.742336 - 0: The maximum resident set size (KB) = 1417032 + 0: The total amount of wall time = 976.777842 + 0: The maximum resident set size (KB) = 1413764 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_1991485/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_541162/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 = 244.954476 - 0: The maximum resident set size (KB) = 1425708 + 0: The total amount of wall time = 258.107962 + 0: The maximum resident set size (KB) = 1430104 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_1991485/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_541162/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 = 246.793628 - 0: The maximum resident set size (KB) = 1424252 + 0: The total amount of wall time = 256.322579 + 0: The maximum resident set size (KB) = 1419972 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_1991485/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_541162/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 = 246.591406 - 0: The maximum resident set size (KB) = 1425312 + 0: The total amount of wall time = 251.588379 + 0: The maximum resident set size (KB) = 1423556 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_1991485/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_541162/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 = 253.919221 - 0: The maximum resident set size (KB) = 1425460 + 0: The total amount of wall time = 259.349362 + 0: The maximum resident set size (KB) = 1425980 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_1991485/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_541162/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 = 247.819336 - 0: The maximum resident set size (KB) = 1425916 + 0: The total amount of wall time = 271.924255 + 0: The maximum resident set size (KB) = 1426080 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 14 05:57:13 UTC 2024 -Elapsed time: 01h:07m:47s. Have a nice day! +Tue Aug 20 00:36:54 UTC 2024 +Elapsed time: 01h:05m:42s. 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 9f82d1cb58..a1d74982f1 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Aug 14 03:34:34 UTC 2024 +Mon Aug 19 22:27:02 UTC 2024 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_802869/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3480289/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 = 1485.131443 - 0: The maximum resident set size (KB) = 1540540 + 0: The total amount of wall time = 1390.344099 + 0: The maximum resident set size (KB) = 1534724 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_802869/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3480289/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 = 679.652936 - 0: The maximum resident set size (KB) = 1529736 + 0: The total amount of wall time = 497.678068 + 0: The maximum resident set size (KB) = 1527568 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_802869/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3480289/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 = 432.966302 - 0: The maximum resident set size (KB) = 1528124 + 0: The total amount of wall time = 434.165467 + 0: The maximum resident set size (KB) = 1524884 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 14 04:49:26 UTC 2024 -Elapsed time: 01h:14m:53s. Have a nice day! +Mon Aug 19 23:31:12 UTC 2024 +Elapsed time: 01h:04m:11s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index d77ab86262..15f2c54c42 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue Aug 13 21:40:20 UTC 2024 +Mon Aug 19 17:06:27 UTC 2024 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_3112206/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3485589/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 = 1417.012128 - 0: The maximum resident set size (KB) = 777980 + 0: The total amount of wall time = 1462.378045 + 0: The maximum resident set size (KB) = 778120 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_3112206/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3485589/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 = 2254.022804 - 0: The maximum resident set size (KB) = 743156 + 0: The total amount of wall time = 2184.968736 + 0: The maximum resident set size (KB) = 721156 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_3112206/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3485589/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 = 2149.586191 - 0: The maximum resident set size (KB) = 720988 + 0: The total amount of wall time = 2182.336233 + 0: The maximum resident set size (KB) = 739780 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_3112206/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_3485589/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 = 2187.962794 - 0: The maximum resident set size (KB) = 719432 + 0: The total amount of wall time = 2264.402737 + 0: The maximum resident set size (KB) = 719596 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 14 03:34:33 UTC 2024 -Elapsed time: 05h:54m:14s. Have a nice day! +Mon Aug 19 22:27:01 UTC 2024 +Elapsed time: 05h:20m:34s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index cf536a8d6c..a12d38fe74 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,31 +1,31 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -1d72e10c471068cdf993bc535757009c7d8230d0 +b31bee9d28f985abeb40e588121d2e2ee86ab1ec Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 503991a4ae44ee3c36690cd5761b9a230620aa4b CICE-interface/CICE (CICE6.0.0-451-g503991a) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (remotes/origin/HEAD) + 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 8d05f394d31f63d08970d7c4899447d70b63f1b1 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10052-g8d05f394d) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 72fe2ad6fb4fa10e6e39e7e1163766545c4dc4fe WW3 (6.07.1-346-g72fe2ad6) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -35,274 +35,341 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3669415 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_4144766 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:23, 11:02] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [40:52, 02:10](3214 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:29, 16:07] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [35:47, 02:46](1922 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [09:50, 02:31](1965 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:49, 03:11](1071 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:48, 02:38](1901 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:29, 16:15] ( 2 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [35:47, 00:52](1922 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:17, 04:50] ( 1526 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [46:59, 02:37](1965 MB) - -PASS -- COMPILE 's2swa_intel' [11:23, 10:52] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [40:52, 01:34](3243 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [40:52, 02:25](3238 MB) -PASS -- TEST 'cpld_restart_p8_intel' [25:50, 02:07](3175 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [40:52, 01:10](3266 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [28:01, 02:07](3194 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [40:52, 01:55](3479 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [40:52, 01:51](3235 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [40:53, 01:17](3185 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [40:52, 02:22](3244 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [40:52, 02:03](3223 MB) - -PASS -- COMPILE 's2sw_intel' [11:24, 10:35] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [40:51, 01:54](1932 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [40:51, 02:14](2004 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:23, 09:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [41:52, 02:19](1993 MB) - -PASS -- COMPILE 's2s_intel' [10:23, 09:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [41:51, 00:56](2944 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [41:51, 01:28](2952 MB) -PASS -- TEST 'cpld_restart_c48_intel' [37:24, 01:27](2363 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:30, 15:39] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [35:45, 02:28](3240 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:30, 15:50] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [35:45, 01:34](1939 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:47, 01:50](1122 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [08:30, 01:35](1905 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:17, 04:30] ( 1561 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:41, 01:34](1983 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:24, 10:14] ( 2 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [28:55, 00:52](669 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [25:37, 01:04](1572 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [25:37, 00:30](1579 MB) -PASS -- TEST 'control_latlon_intel' [25:32, 00:44](1575 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [25:22, 01:10](1575 MB) -PASS -- TEST 'control_c48_intel' [24:57, 01:02](1617 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [23:59, 01:05](734 MB) -PASS -- TEST 'control_c192_intel' [22:34, 00:51](1692 MB) -PASS -- TEST 'control_c384_intel' [22:34, 01:56](2002 MB) -PASS -- TEST 'control_c384gdas_intel' [21:56, 03:08](1198 MB) -PASS -- TEST 'control_stochy_intel' [19:36, 01:07](628 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:57, 00:44](433 MB) -PASS -- TEST 'control_lndp_intel' [18:32, 01:03](630 MB) -PASS -- TEST 'control_iovr4_intel' [15:37, 00:38](624 MB) -PASS -- TEST 'control_iovr5_intel' [15:43, 00:59](623 MB) -PASS -- TEST 'control_p8_intel' [15:39, 02:32](1869 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [15:36, 02:25](1871 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [13:52, 02:00](1870 MB) -PASS -- TEST 'control_restart_p8_intel' [03:09, 02:20](1021 MB) -PASS -- TEST 'control_noqr_p8_intel' [13:33, 02:03](1860 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:50, 02:04](1002 MB) -PASS -- TEST 'control_decomp_p8_intel' [13:32, 02:24](1856 MB) -PASS -- TEST 'control_2threads_p8_intel' [13:28, 01:59](1957 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:41, 00:27](1868 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [11:24, 02:20](1924 MB) -PASS -- TEST 'control_p8_mynn_intel' [10:29, 02:36](1882 MB) -PASS -- TEST 'merra2_thompson_intel' [10:27, 03:01](1871 MB) -PASS -- TEST 'regional_control_intel' [10:10, 00:16](870 MB) -PASS -- TEST 'regional_restart_intel' [02:17, 00:35](861 MB) -PASS -- TEST 'regional_decomp_intel' [08:26, 00:53](872 MB) -PASS -- TEST 'regional_2threads_intel' [07:56, 00:50](1005 MB) -PASS -- TEST 'regional_noquilt_intel' [07:12, 01:11](1196 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:05, 00:33](872 MB) -PASS -- TEST 'regional_wofs_intel' [07:04, 01:03](1599 MB) - -PASS -- COMPILE 'ifi_intel' [09:22, 08:32] ( 1 warnings ) -PASS -- TEST 'regional_ifi_control_intel' [32:29, 00:20](872 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [32:29, 00:12](875 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [32:30, 00:38](1011 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 09:36] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [31:17, 01:14](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [31:18, 01:11](1189 MB) -PASS -- TEST 'rap_decomp_intel' [31:17, 01:47](1010 MB) -PASS -- TEST 'rap_2threads_intel' [31:17, 02:37](1094 MB) -PASS -- TEST 'rap_restart_intel' [06:59, 02:34](888 MB) -PASS -- TEST 'rap_sfcdiff_intel' [31:17, 02:42](1009 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [31:17, 01:25](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:21, 02:16](889 MB) -PASS -- TEST 'hrrr_control_intel' [31:17, 02:24](1001 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [31:17, 02:38](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [31:18, 02:47](1086 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:03, 00:25](841 MB) -PASS -- TEST 'rrfs_v1beta_intel' [31:17, 02:43](1004 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [03:37, 00:37](1969 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [03:28, 00:31](1957 MB) - -PASS -- COMPILE 'csawmg_intel' [09:22, 08:56] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [31:29, 00:52](967 MB) -PASS -- TEST 'control_ras_intel' [31:29, 00:53](659 MB) - -PASS -- COMPILE 'wam_intel' [09:22, 08:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [31:30, 00:19](1666 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:27, 12:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:22, 02:11](1866 MB) -PASS -- TEST 'regional_control_faster_intel' [03:08, 00:49](866 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [33:47, 05:42] ( 885 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [01:59, 00:34](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [01:37, 01:24](1618 MB) -PASS -- TEST 'control_stochy_debug_intel' [01:28, 01:02](815 MB) -PASS -- TEST 'control_lndp_debug_intel' [01:28, 00:18](812 MB) -PASS -- TEST 'control_csawmg_debug_intel' [01:06, 00:30](1124 MB) -PASS -- TEST 'control_ras_debug_intel' [00:43, 01:14](828 MB) -PASS -- TEST 'control_diag_debug_intel' [00:26, 01:02](1680 MB) -PASS -- TEST 'control_debug_p8_intel' [00:13, 01:00](1910 MB) -PASS -- TEST 'regional_debug_intel' [00:03, 00:50](933 MB) -PASS -- TEST 'rap_control_debug_intel' [59:57, 00:34](1197 MB) -PASS -- TEST 'hrrr_control_debug_intel' [59:34, 00:43](1194 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [57:50, 01:00](1197 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [57:58, 01:07](1199 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [57:21, 00:17](1195 MB) -PASS -- TEST 'rap_diag_debug_intel' [57:06, 01:09](1278 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [57:00, 00:54](1196 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [56:59, 01:09](1201 MB) -PASS -- TEST 'rap_lndp_debug_intel' [55:58, 01:10](1198 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [55:53, 00:22](1197 MB) -PASS -- TEST 'rap_noah_debug_intel' [55:35, 00:38](1193 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [55:17, 00:37](1193 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [55:12, 00:23](1195 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [54:20, 01:00](1190 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [54:29, 00:50](1199 MB) -PASS -- TEST 'rap_flake_debug_intel' [54:14, 00:53](1203 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [53:59, 03:04](1199 MB) - -PASS -- COMPILE 'wam_debug_intel' [50:05, 03:49] ( 840 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [45:41, 00:55](1706 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [56:14, 09:00] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [39:32, 00:53](1055 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [39:31, 02:06](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [39:31, 04:15](888 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [39:31, 02:15](951 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [39:32, 02:44](940 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [39:31, 03:44](883 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [19:41, 02:41](796 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:22, 00:15](769 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [58:16, 11:55] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [37:29, 00:40](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:40, 00:39](1078 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:39, 01:14](978 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [53:11, 09:04] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [39:19, 01:29](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [47:01, 03:53] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [44:28, 00:46](1074 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [44:28, 00:55](1067 MB) -PASS -- TEST 'conus13km_debug_intel' [44:28, 00:25](1168 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [44:28, 01:01](855 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [44:29, 00:57](1150 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [44:28, 00:39](1251 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [47:03, 03:47] ( 788 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [44:26, 00:39](1093 MB) - -PASS -- COMPILE 'hafsw_intel' [54:10, 10:23] ( 2 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [37:10, 01:30](706 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [37:10, 00:27](1055 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [37:08, 01:24](763 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [37:08, 01:48](798 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:09, 01:53](955 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [37:08, 00:56](483 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [37:09, 01:41](502 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [37:09, 01:19](386 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [37:12, 03:01](458 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [37:08, 01:14](514 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [37:08, 01:27](515 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [37:09, 00:48](578 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [37:08, 01:20](415 MB) -PASS -- TEST 'gnv1_nested_intel' [37:07, 03:37](1712 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [47:05, 04:15] ( 1468 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [43:25, 00:44](685 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [53:11, 13:45] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [33:19, 01:34](625 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [33:19, 01:47](798 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [25:40, 10:13] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [36:20, 01:40](796 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:23, 09:49] ( 1 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [30:46, 01:53](758 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [29:15, 01:57](743 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [29:09, 00:44](896 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:23, 09:17] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [27:02, 00:50](769 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [19:35, 00:34](756 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [25:18, 00:45](652 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [24:52, 00:55](647 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [24:02, 00:52](649 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [22:15, 00:42](768 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [22:07, 01:02](756 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [22:02, 00:50](648 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [20:33, 01:52](693 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [18:53, 01:13](680 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [18:07, 00:28](767 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [17:30, 00:25](2037 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [17:25, 00:58](2034 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:24, 09:22] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [16:46, 00:47](768 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [09:22, 01:05] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [16:39, 01:14](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [15:52, 00:38](451 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [11:19, 01:10](450 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:29, 09:43] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [14:43, 01:02](1930 MB) - -PASS -- COMPILE 'atml_intel' [16:30, 10:38] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:44, 02:25](1895 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [14:34, 02:16](1895 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:05, 01:14](1047 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:23, 04:33] ( 883 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [13:39, 02:08](1934 MB) - -PASS -- COMPILE 'atmw_intel' [15:29, 09:26] ( 1 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [13:07, 02:40](1905 MB) - -PASS -- COMPILE 'atmaero_intel' [39:55, 09:21] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [56:22, 01:51](3130 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [56:22, 02:01](3015 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [56:22, 02:10](3025 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [33:47, 03:52] ( 885 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [01:30, 01:45](4543 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:35, 10:23] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:45, 01:43](3316 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:40, 15:55] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [01:40, 02:33](2097 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [41:02, 03:17](2122 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [41:00, 03:07](1230 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [01:41, 01:38](2160 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:41, 16:07] ( 2 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [01:38, 01:16](2071 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:31, 05:55] ( 1526 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [11:49, 02:50](2174 MB) + +PASS -- COMPILE 's2swa_intel' [20:36, 10:17] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:43, 01:16](3339 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:43, 02:22](3338 MB) +PASS -- TEST 'cpld_restart_p8_intel' [58:53, 01:46](3263 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:43, 01:11](3341 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [58:54, 01:54](3282 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:43, 01:32](3619 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [07:43, 01:56](3333 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:44, 01:42](3450 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:43, 01:49](3339 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:43, 01:56](3266 MB) + +PASS -- COMPILE 's2sw_intel' [20:34, 09:49] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:45, 01:44](2006 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:45, 02:13](2024 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [20:35, 09:43] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:44, 02:18](2044 MB) + +PASS -- COMPILE 's2s_intel' [20:36, 09:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:42, 01:00](2889 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [07:42, 01:30](2899 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:01, 01:29](2307 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:41, 15:07] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [02:38, 01:45](3340 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:42, 15:39] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [01:37, 01:28](2097 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [41:49, 01:04](1274 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [41:33, 01:16](2160 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 05:34] ( 1561 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [05:30, 01:40](2197 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:22, 09:04] ( 2 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [58:23, 00:31](651 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [58:23, 00:47](1546 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [58:23, 00:39](1552 MB) +PASS -- TEST 'control_latlon_intel' [58:23, 00:59](1556 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [58:23, 01:08](1547 MB) +PASS -- TEST 'control_c48_intel' [58:22, 01:25](1578 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [58:22, 00:47](711 MB) +PASS -- TEST 'control_c192_intel' [58:23, 00:47](1776 MB) +PASS -- TEST 'control_c384_intel' [58:27, 02:38](3083 MB) +PASS -- TEST 'control_c384gdas_intel' [58:27, 02:37](2302 MB) +PASS -- TEST 'control_stochy_intel' [58:23, 00:32](605 MB) +PASS -- TEST 'control_stochy_restart_intel' [44:37, 00:38](411 MB) +PASS -- TEST 'control_lndp_intel' [58:23, 01:07](609 MB) +PASS -- TEST 'control_iovr4_intel' [58:23, 01:15](599 MB) +PASS -- TEST 'control_iovr5_intel' [57:28, 00:32](604 MB) +PASS -- TEST 'control_p8_intel' [56:29, 02:46](1826 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [53:36, 02:23](1840 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [53:22, 02:40](1841 MB) +PASS -- TEST 'control_restart_p8_intel' [36:48, 01:18](991 MB) +PASS -- TEST 'control_noqr_p8_intel' [52:19, 02:41](1830 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [36:48, 02:11](1001 MB) +PASS -- TEST 'control_decomp_p8_intel' [51:34, 01:42](1812 MB) +PASS -- TEST 'control_2threads_p8_intel' [51:25, 02:00](1930 MB) +PASS -- TEST 'control_p8_lndp_intel' [50:25, 00:57](1839 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [46:38, 01:56](1888 MB) +PASS -- TEST 'control_p8_mynn_intel' [46:20, 02:25](1852 MB) +PASS -- TEST 'merra2_thompson_intel' [44:38, 02:19](1829 MB) +PASS -- TEST 'regional_control_intel' [43:35, 00:45](874 MB) +PASS -- TEST 'regional_restart_intel' [26:54, 00:27](866 MB) +PASS -- TEST 'regional_decomp_intel' [41:50, 01:05](864 MB) +PASS -- TEST 'regional_2threads_intel' [40:42, 01:08](1183 MB) +PASS -- TEST 'regional_noquilt_intel' [40:36, 00:55](1191 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [40:34, 00:28](868 MB) +PASS -- TEST 'regional_wofs_intel' [40:13, 00:16](1595 MB) + +PASS -- COMPILE 'ifi_intel' [08:21, 07:51] ( 1 warnings ) +PASS -- TEST 'regional_ifi_control_intel' [59:21, 01:10](863 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [59:21, 01:05](859 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [59:22, 01:00](1174 MB) + +PASS -- COMPILE 'rrfs_intel' [09:23, 08:33] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [39:26, 02:45](990 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [39:20, 00:39](1656 MB) +PASS -- TEST 'rap_decomp_intel' [39:07, 02:06](993 MB) +PASS -- TEST 'rap_2threads_intel' [39:02, 01:32](1093 MB) +PASS -- TEST 'rap_restart_intel' [29:01, 02:35](836 MB) +PASS -- TEST 'rap_sfcdiff_intel' [38:54, 02:22](993 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [38:00, 02:03](990 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'rap_sfcdiff_restart_intel' [, ]( MB) +PASS -- TEST 'hrrr_control_intel' [37:06, 02:20](987 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [36:54, 02:11](983 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [36:49, 02:54](1218 MB) +PASS -- TEST 'hrrr_control_restart_intel' [29:32, 01:14](787 MB) +PASS -- TEST 'rrfs_v1beta_intel' [36:40, 02:14](983 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [35:21, 01:01](1951 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [35:15, 01:13](1938 MB) + +PASS -- COMPILE 'csawmg_intel' [09:23, 08:17] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [34:43, 00:39](941 MB) +PASS -- TEST 'control_ras_intel' [34:39, 00:50](641 MB) + +PASS -- COMPILE 'wam_intel' [12:25, 08:17] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [34:03, 00:29](1641 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:27, 08:28] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [33:49, 02:27](1837 MB) +PASS -- TEST 'regional_control_faster_intel' [33:01, 00:48](862 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:24, 07:08] ( 885 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [31:42, 00:28](1584 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [31:20, 00:50](1585 MB) +PASS -- TEST 'control_stochy_debug_intel' [30:03, 00:33](794 MB) +PASS -- TEST 'control_lndp_debug_intel' [29:51, 00:59](795 MB) +PASS -- TEST 'control_csawmg_debug_intel' [29:32, 00:39](1096 MB) +PASS -- TEST 'control_ras_debug_intel' [28:28, 00:23](800 MB) +PASS -- TEST 'control_diag_debug_intel' [28:31, 00:45](1654 MB) +PASS -- TEST 'control_debug_p8_intel' [27:34, 00:39](1864 MB) +PASS -- TEST 'regional_debug_intel' [27:06, 00:23](926 MB) +PASS -- TEST 'rap_control_debug_intel' [26:46, 00:39](1173 MB) +PASS -- TEST 'hrrr_control_debug_intel' [26:28, 00:31](1166 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [26:18, 00:18](1172 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [26:17, 00:25](1169 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [25:54, 01:13](1173 MB) +PASS -- TEST 'rap_diag_debug_intel' [25:33, 01:27](1261 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [25:27, 00:23](1173 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [25:21, 01:15](1177 MB) +PASS -- TEST 'rap_lndp_debug_intel' [24:57, 00:50](1176 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [23:56, 00:18](1176 MB) +PASS -- TEST 'rap_noah_debug_intel' [23:47, 01:00](1169 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [23:30, 00:58](1173 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [23:31, 00:21](1168 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [22:44, 00:39](1168 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [22:42, 00:21](1174 MB) +PASS -- TEST 'rap_flake_debug_intel' [22:34, 00:46](1172 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [21:39, 02:29](1174 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:21, 04:50] ( 840 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [21:35, 00:34](1674 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:24, 08:14] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [20:40, 01:11](1522 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [20:13, 02:24](864 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [19:53, 04:04](860 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [19:44, 02:47](935 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [19:45, 02:26](1063 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [18:55, 03:47](859 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:27, 02:20](759 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:19, 01:14](743 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:24, 08:16] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [18:23, 01:22](1069 MB) +PASS -- TEST 'conus13km_2threads_intel' [13:11, 01:10](1399 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [13:10, 00:51](911 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:22, 08:13] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [17:55, 00:52](893 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [50:06, 04:54] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:16, 00:46](1051 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:16, 00:54](1048 MB) +PASS -- TEST 'conus13km_debug_intel' [08:16, 00:54](1158 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [08:16, 00:58](840 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:17, 00:57](1471 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [08:16, 00:35](1229 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [49:07, 04:48] ( 788 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:12, 00:28](1075 MB) + +PASS -- COMPILE 'hafsw_intel' [54:13, 09:38] ( 2 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [03:41, 02:12](1669 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [03:26, 01:06](2019 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [02:40, 02:02](1196 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [02:07, 01:31](1229 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [01:46, 02:17](1375 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [01:42, 00:55](922 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [57:44, 01:47](1212 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [56:55, 01:46](1100 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [55:57, 03:04](1993 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [55:21, 01:32](957 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [54:17, 00:53](964 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [52:47, 01:15](1549 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [51:46, 01:05](1128 MB) +PASS -- TEST 'gnv1_nested_intel' [49:48, 03:17](1897 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [46:03, 05:30] ( 1468 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [08:20, 01:13](1627 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [49:07, 09:06] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [04:15, 00:54](1587 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [04:15, 01:28](1765 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [48:06, 09:32] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [49:38, 01:33](1764 MB) + +PASS -- COMPILE 'hafs_all_intel' [46:02, 08:54] ( 1 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [05:01, 01:27](1185 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [05:01, 02:13](1167 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [04:59, 01:12](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [46:02, 09:15] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:10, 01:05](769 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [33:13, 00:23](758 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:10, 00:27](649 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:10, 01:09](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:10, 00:44](647 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:10, 00:13](769 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:10, 00:13](770 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:10, 01:09](645 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [04:11, 00:57](813 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [04:11, 01:36](796 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:10, 00:45](768 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:10, 01:13](2035 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:10, 01:04](2036 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [46:03, 09:15] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:09, 01:05](756 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [38:55, 01:05] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [11:04, 00:46](610 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:04, 00:42](747 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [08:33, 01:02](750 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:23, 09:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [49:34, 01:19](1959 MB) + +PASS -- COMPILE 'atml_intel' [09:22, 09:10] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [48:53, 02:30](2169 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [47:50, 02:13](2169 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [35:18, 01:04](1317 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:19, 05:42] ( 883 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [47:34, 02:07](2225 MB) + +PASS -- COMPILE 'atmw_intel' [09:23, 08:42] ( 1 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [44:34, 02:31](1937 MB) + +PASS -- COMPILE 'atmaero_intel' [09:22, 08:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [44:29, 02:27](3216 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [43:05, 02:19](3001 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [42:29, 02:19](3005 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [32:47, 04:54] ( 885 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [31:25, 01:16](4820 MB) SYNOPSIS: -Starting Date/Time: 20240805 16:07:25 -Ending Date/Time: 20240805 18:26:20 -Total Time: 02h:19m:22s +Starting Date/Time: 20240820 19:31:22 +Ending Date/Time: 20240820 21:55:29 +Total Time: 02h:24m:34s Compiles Completed: 38/38 -Tests Completed: 179/179 +Tests Completed: 178/179 +Failed Tests: +* TEST rap_sfcdiff_restart_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /lfs/h1/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_acorn/run_rap_sfcdiff_restart_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF ACORN REGRESSION TESTING LOG==== +====START OF ACORN REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +b31bee9d28f985abeb40e588121d2e2ee86ab1ec + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) + 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (remotes/origin/HEAD) + 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) + 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) + 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_571598 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: GFS-DEV +* (-n) - RUN SINGLE TEST: rap_sfcdiff_restart +* (-e) - USE ECFLOW + +PASS -- COMPILE 'rrfs_intel' [09:21, 08:32] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_sfcdiff_intel' [52:22, 02:53](991 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [41:56, 01:35](838 MB) + +SYNOPSIS: +Starting Date/Time: 20240820 21:58:16 +Ending Date/Time: 20240820 22:26:55 +Total Time: 00h:28m:48s +Compiles Completed: 1/1 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 2cf8485615..dfcdfb1844 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: -09690a092f727349365fac81c2d2096127bb8f12 +005f5bb75deef6080db91a19b536b11d94dec8cf Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) - 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) + aa1484378de6cc665910b63a691a1475809f6bb3 FV3 (remotes/origin/production/HREF.v3beta-334-gaa14843) + 7c3102fccc493d4c006c936ea88e4b512f6f5251 FV3/atmos_cubed_sphere (201912_public_release-403-g7c3102f) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,284 +35,284 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240813 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_80910 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_77059 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: scsg0002 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:18, 21:22] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:54, 05:54](3206 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:17, 23:23] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:22, 14:30](1911 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:21, 15:56](1944 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:14, 08:13](1058 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:10, 16:52](1886 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:19, 23:19] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:57, 14:25](1909 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:15, 11:55] ( 1530 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:04, 22:45](1937 MB) - -PASS -- COMPILE 's2swa_intel' [22:18, 21:07] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:46, 06:28](3220 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:05, 06:33](3223 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:04, 04:23](3147 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:45, 06:35](3247 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:17, 04:08](3176 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:37, 06:08](3733 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:37, 06:15](3218 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:37, 05:33](3536 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:05, 06:32](3234 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:49, 09:38](3815 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:31, 06:52](3620 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [28:56, 10:39](4519 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [31:12, 07:10](4666 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:30, 06:13](3205 MB) - -PASS -- COMPILE 's2sw_intel' [20:18, 19:28] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:42, 04:56](1925 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:52, 04:57](1986 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:16, 11:44] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:10, 08:19](3299 MB) - -PASS -- COMPILE 's2sw_debug_intel' [12:16, 10:56] ( 1455 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:34, 05:53](1959 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:16, 15:49] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:05, 04:58](1989 MB) - -PASS -- COMPILE 's2s_intel' [17:15, 16:00] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:14, 06:45](2889 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:16, 02:25](2890 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:08, 01:32](2312 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:23, 24:27] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [09:46, 06:20](3231 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:22, 22:21] ( 5 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:02, 14:41](1924 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:16, 07:58](1105 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:46, 16:38](1893 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:18, 10:47] ( 1565 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:49, 24:44](1961 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:21, 14:06] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:50, 03:26](666 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:08, 02:27](1565 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:29, 02:28](1573 MB) -PASS -- TEST 'control_latlon_intel' [04:11, 02:25](1563 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:14, 02:28](1564 MB) -PASS -- TEST 'control_c48_intel' [08:18, 06:10](1576 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:56, 05:20](711 MB) -PASS -- TEST 'control_c192_intel' [12:10, 08:48](1679 MB) -PASS -- TEST 'control_c384_intel' [17:12, 08:55](1945 MB) -PASS -- TEST 'control_c384gdas_intel' [17:01, 07:14](1189 MB) -PASS -- TEST 'control_stochy_intel' [02:43, 01:29](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:40, 00:53](435 MB) -PASS -- TEST 'control_lndp_intel' [02:41, 01:24](624 MB) -PASS -- TEST 'control_iovr4_intel' [03:55, 02:08](619 MB) -PASS -- TEST 'control_iovr5_intel' [03:49, 02:08](623 MB) -PASS -- TEST 'control_p8_intel' [05:31, 03:18](1861 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:21, 03:02](1856 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:22, 03:09](1856 MB) -PASS -- TEST 'control_restart_p8_intel' [04:38, 02:02](989 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:13, 03:08](1846 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:42, 02:06](1010 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:01, 03:24](1848 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:01, 02:58](1934 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:51, 05:02](1856 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:04, 03:55](1909 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:07, 03:19](1858 MB) -PASS -- TEST 'merra2_thompson_intel' [06:02, 03:33](1864 MB) -PASS -- TEST 'regional_control_intel' [07:17, 04:52](858 MB) -PASS -- TEST 'regional_restart_intel' [05:03, 02:57](860 MB) -PASS -- TEST 'regional_decomp_intel' [07:23, 05:03](856 MB) -PASS -- TEST 'regional_noquilt_intel' [06:04, 04:46](1188 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:51, 04:48](862 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:58, 04:53](864 MB) -PASS -- TEST 'regional_wofs_intel' [07:05, 05:40](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [13:19, 12:32] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:36, 06:12](1003 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:56, 03:42](1143 MB) -PASS -- TEST 'rap_decomp_intel' [08:36, 06:26](1007 MB) -PASS -- TEST 'rap_2threads_intel' [08:37, 05:43](1085 MB) -PASS -- TEST 'rap_restart_intel' [05:34, 03:15](879 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:42, 06:09](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:42, 06:25](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:26, 04:37](878 MB) -PASS -- TEST 'hrrr_control_intel' [05:13, 03:15](999 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:13, 03:18](1001 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:13, 02:48](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:53, 01:48](828 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:43, 06:02](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:11, 07:28](1952 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:15, 07:13](1943 MB) - -PASS -- COMPILE 'csawmg_intel' [12:19, 11:26] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:14, 06:26](960 MB) -PASS -- TEST 'control_ras_intel' [04:47, 02:52](654 MB) - -PASS -- COMPILE 'wam_intel' [13:19, 11:42] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [12:54, 10:13](1643 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:19, 11:59] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:48, 03:07](1853 MB) -PASS -- TEST 'regional_control_faster_intel' [06:20, 04:45](857 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [15:20, 14:21] ( 889 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:23, 02:33](1607 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:21, 02:31](1600 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:40, 02:52](810 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:43, 02:38](808 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:04, 04:42](1111 MB) -PASS -- TEST 'control_ras_debug_intel' [03:45, 02:42](814 MB) -PASS -- TEST 'control_diag_debug_intel' [05:30, 02:35](1658 MB) -PASS -- TEST 'control_debug_p8_intel' [05:08, 03:21](1892 MB) -PASS -- TEST 'regional_debug_intel' [19:01, 16:48](925 MB) -PASS -- TEST 'rap_control_debug_intel' [06:38, 04:46](1187 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:39, 04:37](1185 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:34, 04:39](1192 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:42, 04:49](1189 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:46, 04:47](1189 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:30, 04:58](1269 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:52, 04:44](1187 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:01, 04:53](1193 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:03, 04:46](1191 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:48, 04:41](1189 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:58, 04:40](1184 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:53, 04:45](1187 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:55, 07:32](1184 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:51, 04:42](1181 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:48, 05:51](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:50, 04:43](1185 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:15, 07:59](1198 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:13, 07:33] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:33, 12:12](1685 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:19, 11:10] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:52, 03:31](1021 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:23, 05:09](885 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:51, 02:49](881 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:24, 04:54](948 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:41, 02:26](941 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:39, 02:55](876 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:11, 03:55](793 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:38, 01:33](777 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:19, 11:27] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:38, 01:54](1076 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:47, 01:00](1069 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:03, 01:09](960 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:23, 11:35] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:54, 03:39](905 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:18, 07:36] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:54, 04:33](1064 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:44, 04:34](1062 MB) -PASS -- TEST 'conus13km_debug_intel' [17:08, 13:39](1151 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:56, 13:45](829 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:48, 07:56](1140 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:59, 13:40](1208 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:17, 07:17] ( 792 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:43, 04:39](1091 MB) - -PASS -- COMPILE 'hafsw_intel' [18:20, 17:34] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:46, 04:36](697 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:02, 05:07](1052 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:45, 06:30](749 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:55, 11:04](769 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:19, 12:14](791 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:19, 04:37](463 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:49, 05:46](476 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:05, 02:18](387 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:11, 06:13](451 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:32, 03:19](499 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:06](500 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:36, 03:50](568 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:41, 01:13](419 MB) -PASS -- TEST 'gnv1_nested_intel' [07:31, 04:15](1712 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:18, 08:47] ( 1472 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:28, 12:30](619 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:20, 17:07] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:43, 07:16](614 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:40, 07:19](678 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:23, 18:28] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:32, 05:26](668 MB) - -PASS -- COMPILE 'hafs_all_intel' [17:19, 15:40] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:30, 05:43](738 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:25, 05:45](722 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:57, 16:14](892 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:24, 08:22] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:39, 02:29](766 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:34, 01:34](755 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:49, 02:21](649 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:45, 02:25](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:30, 02:24](646 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:35, 02:31](767 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:33, 02:30](767 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:41, 02:21](646 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:43, 05:45](697 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:48, 05:48](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:22, 02:28](767 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:54, 03:55](2034 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:56, 03:58](2038 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:17, 05:53] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:43, 05:13](751 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:18, 08:24] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:45, 02:28](768 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:16, 02:44] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:40, 01:12](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:38, 01:07](451 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:39, 00:44](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:20, 13:36] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:48, 03:48](1907 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:20, 12:21] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:29, 03:56](1898 MB) - -PASS -- COMPILE 'atml_intel' [15:32, 14:32] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:45, 06:42](1885 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:41, 06:56](1882 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:15, 03:50](1033 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:20, 10:41] ( 887 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:42, 06:13](1919 MB) - -PASS -- COMPILE 'atmw_intel' [14:24, 13:39] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:22, 02:16](1874 MB) - -PASS -- COMPILE 'atmaero_intel' [14:22, 12:52] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:03, 04:07](3124 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:52, 04:19](2998 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:25](3015 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:19, 07:54] ( 889 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:10, 22:09](4545 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:27, 21:22] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:40, 05:32](3206 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:35, 23:38] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:10, 14:33](1911 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:47, 15:42](1943 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:26, 07:43](1057 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:01, 16:23](1885 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:25, 23:14] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:29, 14:14](1914 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:27, 12:00] ( 1530 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:47, 22:41](1934 MB) + +PASS -- COMPILE 's2swa_intel' [22:22, 21:05] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:34, 06:14](3225 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:30, 06:21](3220 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:28, 03:49](3149 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:21, 06:15](3251 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:07, 04:01](3177 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:52, 05:54](3733 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:51, 06:07](3217 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:11, 05:21](3535 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:12, 06:21](3228 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [13:28, 09:23](3816 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:50, 06:27](3620 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:32, 10:19](4519 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [20:52, 06:57](4670 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:16, 06:14](3208 MB) + +PASS -- COMPILE 's2sw_intel' [21:24, 20:00] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:32, 04:51](1920 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:47, 05:03](1988 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:17, 11:56] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:14, 08:07](3298 MB) + +PASS -- COMPILE 's2sw_debug_intel' [12:16, 11:04] ( 1455 warnings 1209 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:28, 05:37](1959 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:18, 16:00] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:04, 04:46](1986 MB) + +PASS -- COMPILE 's2s_intel' [17:18, 15:56] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:10, 06:34](2892 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:10, 02:15](2898 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:49, 01:25](2311 MB) + +PASS -- COMPILE 's2swa_faster_intel' [24:21, 23:52] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:20, 06:09](3230 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:19, 22:01] ( 5 warnings 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:02, 14:48](1924 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:46, 07:40](1102 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:32, 16:34](1906 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:16, 11:14] ( 1565 warnings 1948 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:05, 24:08](1957 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:48, 14:05] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:59, 03:24](669 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:27, 02:25](1559 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:38, 02:29](1567 MB) +PASS -- TEST 'control_latlon_intel' [04:28, 02:22](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:31, 02:23](1564 MB) +PASS -- TEST 'control_c48_intel' [08:23, 06:08](1570 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:36, 05:19](713 MB) +PASS -- TEST 'control_c192_intel' [11:03, 08:50](1672 MB) +PASS -- TEST 'control_c384_intel' [14:09, 08:48](1945 MB) +PASS -- TEST 'control_c384gdas_intel' [14:52, 07:05](1172 MB) +PASS -- TEST 'control_stochy_intel' [02:34, 01:25](623 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:34, 00:52](436 MB) +PASS -- TEST 'control_lndp_intel' [02:39, 01:22](624 MB) +PASS -- TEST 'control_iovr4_intel' [03:51, 02:15](618 MB) +PASS -- TEST 'control_iovr5_intel' [03:47, 02:04](619 MB) +PASS -- TEST 'control_p8_intel' [05:45, 03:04](1856 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:44, 03:10](1855 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:16, 02:55](1855 MB) +PASS -- TEST 'control_restart_p8_intel' [04:15, 02:01](1007 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:24, 03:05](1851 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:49, 02:01](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:15, 03:13](1851 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:11, 03:01](1936 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:21, 05:02](1857 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:37, 03:51](1913 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:59, 03:09](1864 MB) +PASS -- TEST 'merra2_thompson_intel' [07:10, 03:17](1864 MB) +PASS -- TEST 'regional_control_intel' [06:33, 04:43](862 MB) +PASS -- TEST 'regional_restart_intel' [04:25, 02:50](864 MB) +PASS -- TEST 'regional_decomp_intel' [06:32, 04:57](862 MB) +PASS -- TEST 'regional_noquilt_intel' [06:28, 04:39](1185 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:35, 04:41](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:29, 04:43](870 MB) +PASS -- TEST 'regional_wofs_intel' [07:11, 05:37](1592 MB) + +PASS -- COMPILE 'rrfs_intel' [14:20, 12:53] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:59, 06:10](1001 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:13, 03:42](1146 MB) +PASS -- TEST 'rap_decomp_intel' [09:17, 06:25](1004 MB) +PASS -- TEST 'rap_2threads_intel' [09:17, 05:41](1083 MB) +PASS -- TEST 'rap_restart_intel' [06:34, 03:13](874 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:19, 06:05](1001 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:18, 06:25](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:32, 04:35](876 MB) +PASS -- TEST 'hrrr_control_intel' [05:56, 03:15](1000 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:59, 03:36](1000 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:54, 02:49](1078 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:38, 01:44](828 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:03, 05:59](1005 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:10, 07:29](1954 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:07, 07:10](1949 MB) + +PASS -- COMPILE 'csawmg_intel' [13:16, 11:55] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [07:56, 06:25](957 MB) +PASS -- TEST 'control_ras_intel' [03:56, 02:53](657 MB) + +PASS -- COMPILE 'wam_intel' [12:19, 11:38] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [11:25, 10:07](1646 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:27, 11:40] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:51, 03:04](1857 MB) +PASS -- TEST 'regional_control_faster_intel' [06:11, 04:25](860 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [14:19, 13:49] ( 889 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:14, 02:35](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:18, 02:27](1611 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:42, 02:50](805 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:40, 02:36](806 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:22, 04:41](1110 MB) +PASS -- TEST 'control_ras_debug_intel' [03:37, 02:38](813 MB) +PASS -- TEST 'control_diag_debug_intel' [04:54, 02:34](1665 MB) +PASS -- TEST 'control_debug_p8_intel' [05:12, 03:16](1896 MB) +PASS -- TEST 'regional_debug_intel' [18:14, 16:10](920 MB) +PASS -- TEST 'rap_control_debug_intel' [05:35, 04:37](1188 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:45, 04:37](1186 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:47, 04:36](1189 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:39, 04:40](1188 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:39, 04:40](1188 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:32, 04:50](1273 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:39, 04:46](1187 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:29, 04:57](1189 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:28, 04:42](1194 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:25, 04:38](1187 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:40, 04:32](1189 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:36, 04:40](1188 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:38, 07:28](1187 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:25, 04:36](1180 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:34, 05:26](1191 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:34, 04:38](1191 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:59, 08:07](1191 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:15, 07:32] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:20, 12:23](1685 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:20, 11:30] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:29, 03:29](1015 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:55, 05:07](885 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:47, 02:45](877 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:50, 04:45](939 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:05, 02:24](932 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:52, 02:55](880 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:47, 03:52](791 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:48, 01:32](773 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:52, 12:59] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:14, 01:51](1074 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:06, 00:55](1067 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:57, 01:07](961 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:15, 11:40] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:19, 03:36](907 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:20, 07:35] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:48, 04:33](1065 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:47, 04:43](1062 MB) +PASS -- TEST 'conus13km_debug_intel' [15:37, 13:28](1147 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:18, 13:43](826 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:25, 07:59](1138 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:09, 13:30](1211 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:18, 07:29] ( 792 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 04:32](1089 MB) + +PASS -- COMPILE 'hafsw_intel' [18:17, 17:11] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:33, 04:29](699 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:57, 04:56](1053 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:32, 06:23](749 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:37, 10:57](767 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:33, 12:09](794 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:12, 04:34](462 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:26, 05:37](479 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:51, 02:14](383 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:49, 06:00](453 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:59, 03:15](496 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:20, 03:00](494 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:15, 03:45](568 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:28, 01:10](418 MB) +PASS -- TEST 'gnv1_nested_intel' [07:09, 04:04](1704 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [09:19, 08:16] ( 1472 warnings 1481 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:08, 12:16](625 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:21, 16:47] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:18, 07:04](609 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:10, 07:13](674 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:19, 18:44] ( 5 warnings 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:12, 05:19](666 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:06, 15:48] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:24, 05:36](740 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:31, 05:39](722 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:15, 16:12](908 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:23, 08:15] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:32, 02:27](770 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:41, 01:30](746 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:25, 02:20](653 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:32, 02:22](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:25, 02:23](646 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:24, 02:28](755 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:37, 02:29](770 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:26, 02:18](657 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:03, 05:37](697 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:08, 05:36](679 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:20, 02:27](767 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:24, 03:51](2036 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:26, 03:51](2032 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:14, 05:46] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:35, 05:10](751 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:06, 08:19] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:32, 02:26](768 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:13, 02:43] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:39, 01:08](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:33, 01:02](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:38, 00:42](449 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:38, 13:06] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:22, 03:55](1910 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:15, 12:26] ( 5 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:26, 03:45](1901 MB) + +PASS -- COMPILE 'atml_intel' [15:14, 14:21] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:38, 06:10](1886 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:41, 06:29](1880 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:01, 04:11](1034 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:22, 10:25] ( 887 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:26, 06:16](1918 MB) + +PASS -- COMPILE 'atmw_intel' [14:15, 13:31] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 02:12](1875 MB) + +PASS -- COMPILE 'atmaero_intel' [14:14, 12:51] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:19, 04:23](3125 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:24, 04:17](3001 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:12, 04:21](3015 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:19, 08:03] ( 889 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [25:21, 21:40](4544 MB) SYNOPSIS: -Starting Date/Time: 20240816 07:35:36 -Ending Date/Time: 20240816 09:14:55 -Total Time: 01h:40m:14s +Starting Date/Time: 20240819 13:51:21 +Ending Date/Time: 20240819 15:28:45 +Total Time: 01h:38m:33s Compiles Completed: 41/41 Tests Completed: 184/184 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index a21c4acb72..9c7cc0b61a 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -09690a092f727349365fac81c2d2096127bb8f12 +ed15c21712242a15f47d8e809925de16e2a3c5d6 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,285 +35,285 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240813 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_12729 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_215585 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:16, 22:20] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:13, 08:33](3207 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:12, 24:20] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:29, 14:29](1913 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:55, 15:04](1934 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:51, 07:24](1069 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:53, 15:32](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [26:12, 25:36] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:00, 13:31](1909 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [18:12, 17:16] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:17, 25:03](1941 MB) - -PASS -- COMPILE 's2swa_intel' [22:12, 21:57] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:43, 08:51](3222 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:59, 08:08](3223 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:32, 05:32](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:36, 08:36](3246 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:39, 05:51](3172 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:45, 07:21](3464 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:24, 08:34](3222 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:17, 08:16](3168 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:55, 08:55](3224 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:41, 11:32](3447 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:55, 08:12](3604 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:51, 13:16](4205 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:54, 09:53](4361 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:36, 08:54](3212 MB) - -PASS -- COMPILE 's2sw_intel' [22:12, 21:21] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:25, 05:20](1928 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:31, 05:43](1995 MB) - -PASS -- COMPILE 's2swa_debug_intel' [17:16, 16:14] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:01, 10:23](3284 MB) - -PASS -- COMPILE 's2sw_debug_intel' [17:16, 16:11] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:50, 06:07](1950 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:14, 17:33] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:00, 05:32](1993 MB) - -PASS -- COMPILE 's2s_intel' [19:14, 18:52] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [08:25, 06:31](2873 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:48, 02:01](2877 MB) -PASS -- TEST 'cpld_restart_c48_intel' [07:37, 01:13](2288 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:12, 23:20] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:15, 08:33](3223 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:12, 22:50] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:49, 15:26](1926 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:53, 07:23](1098 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:40, 17:55](1903 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:13, 15:51] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:11, 27:55](1945 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:11, 15:51] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:42, 03:50](665 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:17, 03:52](1560 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:46, 03:55](1565 MB) -PASS -- TEST 'control_latlon_intel' [07:22, 03:46](1565 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:47, 03:49](1563 MB) -PASS -- TEST 'control_c48_intel' [08:49, 06:43](1568 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:47, 05:47](697 MB) -PASS -- TEST 'control_c192_intel' [16:23, 10:44](1670 MB) -PASS -- TEST 'control_c384_intel' [21:20, 19:02](1928 MB) -PASS -- TEST 'control_c384gdas_intel' [17:28, 14:51](1153 MB) -PASS -- TEST 'control_stochy_intel' [03:39, 02:11](619 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:46, 01:02](425 MB) -PASS -- TEST 'control_lndp_intel' [03:47, 02:10](619 MB) -PASS -- TEST 'control_iovr4_intel' [03:46, 02:43](615 MB) -PASS -- TEST 'control_iovr5_intel' [03:45, 02:52](616 MB) -PASS -- TEST 'control_p8_intel' [05:51, 03:26](1848 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:21, 03:24](1849 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:57, 03:21](1851 MB) -PASS -- TEST 'control_restart_p8_intel' [06:20, 02:09](1005 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:47, 03:27](1844 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:20, 02:37](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:34, 03:28](1849 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:41, 02:51](1926 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:08, 05:44](1849 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:53, 04:23](1904 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:52, 03:54](1863 MB) -PASS -- TEST 'merra2_thompson_intel' [06:35, 03:49](1856 MB) -PASS -- TEST 'regional_control_intel' [06:02, 04:41](849 MB) -PASS -- TEST 'regional_restart_intel' [05:43, 03:10](847 MB) -PASS -- TEST 'regional_decomp_intel' [08:18, 05:21](850 MB) -PASS -- TEST 'regional_2threads_intel' [05:53, 03:02](990 MB) -PASS -- TEST 'regional_noquilt_intel' [08:14, 04:55](1175 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:08, 04:59](849 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:46, 04:47](855 MB) -PASS -- TEST 'regional_wofs_intel' [09:47, 06:04](1580 MB) - -PASS -- COMPILE 'rrfs_intel' [15:11, 15:02] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:48, 06:55](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:27, 04:10](1151 MB) -PASS -- TEST 'rap_decomp_intel' [10:18, 07:22](1007 MB) -PASS -- TEST 'rap_2threads_intel' [08:48, 06:15](1089 MB) -PASS -- TEST 'rap_restart_intel' [08:15, 03:33](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:50, 07:02](1005 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:18, 07:19](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:13, 04:58](877 MB) -PASS -- TEST 'hrrr_control_intel' [05:41, 03:54](1001 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:40, 04:03](997 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:40, 03:15](1077 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:43, 02:07](832 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:50, 06:48](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:22, 08:05](1959 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:22, 07:47](1946 MB) - -PASS -- COMPILE 'csawmg_intel' [15:12, 14:50] -PASS -- TEST 'control_csawmg_intel' [09:41, 06:55](958 MB) -PASS -- TEST 'control_ras_intel' [07:38, 04:00](653 MB) - -PASS -- COMPILE 'wam_intel' [16:12, 15:15] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:23, 12:28](1649 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:14, 16:13] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:27, 03:37](1847 MB) -PASS -- TEST 'regional_control_faster_intel' [07:48, 04:58](844 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:14, 16:20] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:03, 03:34](1591 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:55, 03:11](1596 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:26, 03:34](795 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:51](796 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:45, 04:20](1101 MB) -PASS -- TEST 'control_ras_debug_intel' [05:32, 03:10](802 MB) -PASS -- TEST 'control_diag_debug_intel' [06:55, 03:17](1660 MB) -PASS -- TEST 'control_debug_p8_intel' [06:46, 03:29](1890 MB) -PASS -- TEST 'regional_debug_intel' [19:52, 16:27](899 MB) -PASS -- TEST 'rap_control_debug_intel' [09:15, 05:25](1184 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:52, 05:26](1175 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:07, 05:21](1179 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:13, 05:23](1178 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:14, 05:23](1184 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:44, 05:18](1263 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:39, 05:26](1179 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:38, 05:35](1184 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:41, 05:30](1184 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:31, 05:18](1184 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:32, 05:11](1178 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 05:31](1182 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 08:12](1177 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:36, 04:56](1172 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:38, 05:59](1183 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:36, 05:09](1181 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:15, 08:30](1181 MB) - -PASS -- COMPILE 'wam_debug_intel' [12:15, 11:49] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:15, 13:37](1674 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:15, 14:48] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:09, 03:53](1010 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:19, 06:04](878 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:15, 03:30](875 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:11, 05:17](936 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:04, 03:34](921 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:50, 03:41](875 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:07, 04:10](773 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:44, 02:14](757 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:15, 14:45] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:03, 02:38](1085 MB) -PASS -- TEST 'conus13km_2threads_intel' [08:08, 01:09](1062 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [08:19, 01:46](963 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:17, 14:35] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:32, 04:34](905 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:13, 11:40] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:39, 05:04](1051 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:33, 05:00](1052 MB) -PASS -- TEST 'conus13km_debug_intel' [18:48, 14:17](1136 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:47, 14:50](807 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:15, 08:36](1114 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:51, 14:40](1200 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:15, 11:57] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:39, 05:09](1080 MB) - -PASS -- COMPILE 'hafsw_intel' [19:11, 18:56] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:24, 05:23](686 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:49, 04:52](1035 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:52, 07:42](726 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:26, 11:43](758 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:56, 12:57](784 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:23, 05:27](461 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:34, 06:54](482 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:39, 03:11](369 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [19:01, 08:10](432 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:09, 03:48](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:18, 03:45](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [12:28, 04:44](557 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:53, 01:42](399 MB) -PASS -- TEST 'gnv1_nested_intel' [15:04, 05:46](1706 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [15:14, 14:44] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [20:32, 12:55](586 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [21:15, 19:40] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:51, 07:53](604 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:40, 07:48](780 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:24, 19:25] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:58, 06:00](776 MB) - -PASS -- COMPILE 'hafs_all_intel' [19:17, 18:23] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [15:27, 06:32](720 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:26, 06:35](705 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [27:30, 20:05](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [16:14, 15:47] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:30, 02:36](763 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:27, 02:39](753 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:58, 02:33](641 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:59, 02:28](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:57, 02:32](651 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:59, 02:34](763 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:56, 02:35](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:02, 02:25](641 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:17, 06:14](694 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:10, 06:07](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:36, 02:36](763 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:30, 04:42](2032 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:32, 04:39](2030 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [10:16, 10:09] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:29, 05:35](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [16:15, 14:46] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:28, 02:39](763 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 05:01] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [07:02, 03:37](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:56, 02:46](454 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:53, 01:05](456 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:19, 17:14] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:37, 05:00](1910 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [17:16, 16:42] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:55, 03:56](1896 MB) - -PASS -- COMPILE 'atml_intel' [18:12, 17:30] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:26, 07:18](1882 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:16, 07:20](1882 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:54, 03:54](1031 MB) - -PASS -- COMPILE 'atml_debug_intel' [16:13, 15:38] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:58, 06:17](1922 MB) - -PASS -- COMPILE 'atmw_intel' [18:11, 17:10] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:56, 02:32](1883 MB) - -PASS -- COMPILE 'atmaero_intel' [17:20, 16:30] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:30, 06:30](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:23, 06:41](3009 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:38, 07:04](3018 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [14:18, 13:34] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [20:57, 18:19](4491 MB) +PASS -- COMPILE 's2swa_32bit_intel' [24:13, 23:35] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:06, 08:30](3208 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:17, 24:56] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [15:56, 13:42](1914 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:02, 14:36](1934 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:55, 07:05](1070 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:55, 15:03](1886 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [27:14, 25:26] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:04, 13:32](1906 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:16, 16:47] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:37, 25:44](1939 MB) + +PASS -- COMPILE 's2swa_intel' [22:14, 21:45] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:34, 08:13](3223 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:06, 08:14](3222 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:07, 05:24](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:16, 08:14](3249 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:48, 05:31](3172 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:24, 07:01](3464 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:42, 08:37](3223 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:21, 07:18](3168 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:06, 08:22](3223 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:29, 10:37](3446 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:40, 07:31](3605 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:17, 13:15](4207 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:28, 09:15](4364 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:21, 08:04](3211 MB) + +PASS -- COMPILE 's2sw_intel' [22:14, 21:02] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:24, 05:13](1927 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:34, 05:42](1993 MB) + +PASS -- COMPILE 's2swa_debug_intel' [17:16, 16:35] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:29, 09:55](3283 MB) + +PASS -- COMPILE 's2sw_debug_intel' [17:16, 16:01] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:21, 06:03](1949 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [21:13, 19:36] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:53, 05:30](1996 MB) + +PASS -- COMPILE 's2s_intel' [19:16, 18:20] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [08:24, 06:31](2871 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:38, 02:06](2877 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:11, 01:11](2288 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:13, 22:40] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:58, 08:35](3223 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:13, 23:22] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:46, 15:53](1924 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:33, 07:27](1085 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:55, 17:17](1903 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:11, 14:52] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:44, 27:30](1949 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:13, 16:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:43, 03:49](664 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:01, 03:24](1560 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:11, 03:45](1565 MB) +PASS -- TEST 'control_latlon_intel' [07:30, 03:03](1565 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:38, 03:43](1563 MB) +PASS -- TEST 'control_c48_intel' [09:16, 06:33](1561 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:01, 05:44](697 MB) +PASS -- TEST 'control_c192_intel' [16:07, 10:34](1670 MB) +PASS -- TEST 'control_c384_intel' [24:29, 18:39](1928 MB) +PASS -- TEST 'control_c384gdas_intel' [20:16, 14:42](1154 MB) +PASS -- TEST 'control_stochy_intel' [02:54, 02:02](618 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:36, 01:06](425 MB) +PASS -- TEST 'control_lndp_intel' [04:03, 01:53](618 MB) +PASS -- TEST 'control_iovr4_intel' [03:55, 02:39](616 MB) +PASS -- TEST 'control_iovr5_intel' [05:03, 03:09](616 MB) +PASS -- TEST 'control_p8_intel' [08:10, 03:54](1860 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [09:47, 03:44](1848 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:16, 03:19](1851 MB) +PASS -- TEST 'control_restart_p8_intel' [04:32, 02:17](1004 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:10, 03:20](1843 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:32, 02:08](1013 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:28, 03:57](1849 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:47, 02:48](1926 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:13, 05:46](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:44, 04:39](1905 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:38, 04:18](1863 MB) +PASS -- TEST 'merra2_thompson_intel' [06:24, 04:32](1855 MB) +PASS -- TEST 'regional_control_intel' [07:15, 05:18](848 MB) +PASS -- TEST 'regional_restart_intel' [03:41, 02:31](847 MB) +PASS -- TEST 'regional_decomp_intel' [07:37, 05:00](850 MB) +PASS -- TEST 'regional_2threads_intel' [06:14, 03:12](987 MB) +PASS -- TEST 'regional_noquilt_intel' [07:59, 04:51](1177 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:07, 04:50](849 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:50, 04:56](855 MB) +PASS -- TEST 'regional_wofs_intel' [08:46, 06:21](1580 MB) + +PASS -- COMPILE 'rrfs_intel' [16:17, 15:09] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:04, 07:06](1010 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:28, 04:06](1147 MB) +PASS -- TEST 'rap_decomp_intel' [10:10, 07:29](1007 MB) +PASS -- TEST 'rap_2threads_intel' [09:21, 06:27](1082 MB) +PASS -- TEST 'rap_restart_intel' [07:00, 03:54](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:15, 07:16](1005 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:20, 07:06](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:04, 05:16](875 MB) +PASS -- TEST 'hrrr_control_intel' [06:18, 03:49](1001 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:09, 04:14](1001 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:02, 03:09](1077 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:40, 02:17](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:12, 06:48](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:43, 08:39](1944 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:41, 08:07](1946 MB) + +PASS -- COMPILE 'csawmg_intel' [15:16, 14:48] +PASS -- TEST 'control_csawmg_intel' [08:45, 06:52](957 MB) +PASS -- TEST 'control_ras_intel' [05:30, 03:29](653 MB) + +PASS -- COMPILE 'wam_intel' [15:16, 14:27] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:37, 11:46](1657 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:14, 15:19] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:11, 03:11](1847 MB) +PASS -- TEST 'regional_control_faster_intel' [05:41, 04:33](852 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [17:13, 16:18] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:55, 02:58](1591 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:55, 03:09](1594 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:35, 03:14](795 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:30, 02:53](796 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:44, 04:28](1101 MB) +PASS -- TEST 'control_ras_debug_intel' [05:31, 03:07](802 MB) +PASS -- TEST 'control_diag_debug_intel' [05:49, 02:57](1654 MB) +PASS -- TEST 'control_debug_p8_intel' [05:37, 03:27](1884 MB) +PASS -- TEST 'regional_debug_intel' [18:42, 16:21](900 MB) +PASS -- TEST 'rap_control_debug_intel' [08:35, 05:22](1184 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:36, 05:22](1176 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:35, 05:05](1179 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:33, 05:18](1179 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:28, 05:19](1180 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:41, 05:25](1263 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:33, 05:18](1178 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:10, 05:22](1181 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:13, 05:14](1183 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:10, 05:17](1180 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:13, 05:15](1178 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:08, 05:19](1182 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:33, 08:02](1177 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:04, 05:15](1172 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:33, 06:00](1183 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:55, 05:08](1181 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:16, 08:35](1181 MB) + +PASS -- COMPILE 'wam_debug_intel' [13:15, 12:52] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:19, 13:16](1673 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:14, 16:19] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:38, 03:52](1008 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:54, 05:57](878 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:26, 03:54](875 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:05, 05:22](933 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:18, 02:43](921 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:02, 03:31](876 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:05, 04:39](773 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:37, 02:37](759 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:13, 15:02] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:25, 02:43](1086 MB) +PASS -- TEST 'conus13km_2threads_intel' [11:02, 01:10](1064 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [13:03, 01:57](964 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:13, 15:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:09, 04:45](903 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:13, 11:18] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:36, 05:30](1051 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:36, 05:39](1051 MB) +PASS -- TEST 'conus13km_debug_intel' [17:04, 15:00](1136 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:22, 14:38](807 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [18:49, 08:44](1113 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:40, 14:55](1201 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:13, 11:24] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:07, 05:15](1080 MB) + +PASS -- COMPILE 'hafsw_intel' [18:14, 17:52] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:14, 05:22](682 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:56, 04:34](1031 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:55, 07:50](725 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:40, 11:55](757 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:50, 13:43](780 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:21, 05:25](463 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:35, 06:44](479 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:32, 03:03](369 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [18:14, 08:14](433 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:17, 03:56](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [13:29, 04:11](496 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [18:16, 04:55](558 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [12:51, 01:53](399 MB) +PASS -- TEST 'gnv1_nested_intel' [19:15, 06:10](1706 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [14:14, 13:36] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [25:16, 13:27](586 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:14, 19:01] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:25, 07:46](601 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:31, 07:53](777 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:15, 17:56] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:41, 06:07](775 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:13, 18:30] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [21:19, 06:30](718 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [21:31, 06:33](705 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [31:24, 20:04](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:17, 12:47] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [14:28, 02:36](763 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:29, 01:35](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [14:35, 02:30](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [14:35, 02:31](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [13:31, 02:36](641 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [12:28, 02:40](763 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [11:29, 02:37](751 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [11:34, 02:33](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [14:11, 06:22](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [14:24, 05:55](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [09:32, 02:43](763 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:28, 04:40](2029 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [12:27, 04:40](2032 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [08:11, 08:03] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [13:29, 05:39](747 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:12, 12:50] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [10:26, 02:36](763 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:16, 03:32] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [09:08, 02:01](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [07:59, 01:33](454 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:55, 01:04](454 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 16:03] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:38, 04:16](1914 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:14, 15:06] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [10:48, 04:07](1898 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 15:59] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:51, 07:37](1882 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [13:51, 07:43](1881 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:50, 04:04](1031 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:14, 13:00] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:39, 06:33](1922 MB) + +PASS -- COMPILE 'atmw_intel' [17:13, 16:16] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:12, 02:48](1883 MB) + +PASS -- COMPILE 'atmaero_intel' [16:13, 15:12] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:23, 06:42](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:23, 07:08](3008 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:15, 07:16](3018 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [15:11, 13:15] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [22:45, 18:17](4491 MB) SYNOPSIS: -Starting Date/Time: 20240816 00:57:59 -Ending Date/Time: 20240816 02:44:27 -Total Time: 01h:47m:39s +Starting Date/Time: 20240819 18:26:08 +Ending Date/Time: 20240819 20:20:13 +Total Time: 01h:55m:26s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 353d884173..d4da07de43 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: -a47ca68b4eeb1b3b20286c3aa830c1ab471df18e +ed15c21712242a15f47d8e809925de16e2a3c5d6 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -12,7 +12,7 @@ Submodule hashes used in testing: 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) 7f548c795a348bbb0fe4967dd25692c79036dc73 WW3 (6.07.1-346-g7f548c79) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -24,375 +24,374 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240813 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_470521 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_537572 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf +* (-a) - HPC PROJECT ACCOUNT: nems * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [37:15, 12:47] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:11, 05:45](3297 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [42:16, 16:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [50:08, 17:27](1976 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [01:38, 18:13](2128 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [51:39, 08:25](1226 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:06, 19:29](1849 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [42:16, 17:00] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [52:59, 17:07](1948 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [31:14, 06:00] ( 1525 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:55, 23:32](1893 MB) - -PASS -- COMPILE 's2swa_intel' [38:14, 13:19] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:12, 05:59](3325 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:23, 06:38](3319 MB) -PASS -- TEST 'cpld_restart_p8_intel' [19:52, 03:33](3262 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [19:12, 05:56](3369 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [19:52, 03:35](3280 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [19:11, 05:36](3622 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [19:11, 05:55](3341 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [17:18, 04:54](3218 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [42:24, 06:06](3350 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [24:12, 10:22](3539 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [00:43, 06:28](3628 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [51:42, 10:01](4325 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [35:43, 06:04](4377 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [17:18, 05:32](3312 MB) - -PASS -- COMPILE 's2sw_intel' [37:14, 12:23] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [17:06, 04:55](1979 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:09, 04:29](2031 MB) - -PASS -- COMPILE 's2swa_debug_intel' [31:14, 05:55] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:02, 09:14](3400 MB) - -PASS -- COMPILE 's2sw_debug_intel' [30:15, 05:46] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:08, 05:55](2012 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [36:17, 11:17] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:00, 04:25](2014 MB) - -PASS -- COMPILE 's2s_intel' [36:14, 11:19] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [10:47, 09:09](3039 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:50, 02:44](3044 MB) -PASS -- TEST 'cpld_restart_c48_intel' [34:58, 01:38](2474 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:15, 16:56] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [03:37, 05:41](3350 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:15, 15:54] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [00:36, 17:36](2012 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [32:16, 08:23](1273 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:01, 20:04](1911 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:12, 05:45] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [04:10, 29:40](1960 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:14, 11:14] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [08:44, 03:24](708 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:04, 02:56](1601 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:06, 03:02](1607 MB) -PASS -- TEST 'control_latlon_intel' [07:57, 02:56](1608 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:03, 03:00](1600 MB) -PASS -- TEST 'control_c48_intel' [13:03, 07:36](1717 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:47, 06:31](858 MB) -PASS -- TEST 'control_c192_intel' [30:38, 10:44](1731 MB) -PASS -- TEST 'control_c384_intel' [11:13, 10:44](1960 MB) -PASS -- TEST 'control_c384gdas_intel' [50:14, 08:05](1378 MB) -PASS -- TEST 'control_stochy_intel' [20:11, 01:43](661 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:29, 01:05](500 MB) -PASS -- TEST 'control_lndp_intel' [18:02, 01:35](660 MB) -PASS -- TEST 'control_iovr4_intel' [18:54, 02:30](657 MB) -PASS -- TEST 'control_iovr5_intel' [17:55, 02:30](650 MB) -PASS -- TEST 'control_p8_intel' [01:14, 03:08](1880 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [56:26, 03:09](1877 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [51:20, 02:58](1889 MB) -PASS -- TEST 'control_restart_p8_intel' [14:49, 01:48](1129 MB) -PASS -- TEST 'control_noqr_p8_intel' [45:06, 03:03](1897 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [11:49, 01:46](1158 MB) -PASS -- TEST 'control_decomp_p8_intel' [37:18, 03:12](1854 MB) -PASS -- TEST 'control_2threads_p8_intel' [24:09, 02:55](1966 MB) -PASS -- TEST 'control_p8_lndp_intel' [26:59, 05:24](1893 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [25:06, 04:03](1954 MB) -PASS -- TEST 'control_p8_mynn_intel' [24:11, 03:08](1869 MB) -PASS -- TEST 'merra2_thompson_intel' [23:58, 03:25](1900 MB) -PASS -- TEST 'regional_control_intel' [48:44, 05:23](1104 MB) -PASS -- TEST 'regional_restart_intel' [38:41, 02:55](1087 MB) -PASS -- TEST 'regional_decomp_intel' [22:44, 05:39](1091 MB) -PASS -- TEST 'regional_2threads_intel' [43:44, 03:29](1075 MB) -PASS -- TEST 'regional_noquilt_intel' [21:54, 05:20](1390 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [21:02, 05:21](1098 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [19:49, 05:20](1104 MB) -PASS -- TEST 'regional_wofs_intel' [19:47, 06:53](1890 MB) - -PASS -- COMPILE 'rrfs_intel' [12:12, 10:19] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [23:46, 07:51](1108 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [16:23, 04:44](1249 MB) -PASS -- TEST 'rap_decomp_intel' [45:45, 08:13](1030 MB) -PASS -- TEST 'rap_2threads_intel' [42:40, 07:23](1174 MB) -PASS -- TEST 'rap_restart_intel' [07:42, 04:07](1099 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:42, 07:52](1090 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:34, 08:12](1040 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:46, 05:54](1122 MB) -PASS -- TEST 'hrrr_control_intel' [08:43, 04:00](1046 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:31, 04:08](1040 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [16:37, 03:41](1112 MB) -PASS -- TEST 'hrrr_control_restart_intel' [08:29, 02:14](1002 MB) -PASS -- TEST 'rrfs_v1beta_intel' [19:48, 07:41](1093 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [18:30, 09:22](1990 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [18:27, 09:06](2069 MB) - -PASS -- COMPILE 'csawmg_intel' [10:15, 09:56] -PASS -- TEST 'control_csawmg_intel' [12:57, 06:10](1015 MB) -PASS -- TEST 'control_ras_intel' [09:43, 03:17](746 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:13, 04:29] -PASS -- TEST 'control_csawmg_gnu' [44:54, 08:34](739 MB) - -PASS -- COMPILE 'wam_intel' [10:12, 09:54] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:17, 11:15](1663 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [21:13, 09:47] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [12:50, 02:47](1872 MB) -PASS -- TEST 'regional_control_faster_intel' [14:36, 04:54](1088 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [40:17, 07:42] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:39, 02:43](1632 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:39, 02:38](1626 MB) -PASS -- TEST 'control_stochy_debug_intel' [10:24, 03:07](838 MB) -PASS -- TEST 'control_lndp_debug_intel' [10:23, 02:48](839 MB) -PASS -- TEST 'control_csawmg_debug_intel' [11:36, 04:32](1136 MB) -PASS -- TEST 'control_ras_debug_intel' [10:22, 02:47](845 MB) -PASS -- TEST 'control_diag_debug_intel' [09:45, 02:45](1691 MB) -PASS -- TEST 'control_debug_p8_intel' [10:40, 03:04](1922 MB) -PASS -- TEST 'regional_debug_intel' [26:36, 18:47](1110 MB) -PASS -- TEST 'rap_control_debug_intel' [11:25, 05:07](1220 MB) -PASS -- TEST 'hrrr_control_debug_intel' [12:26, 05:01](1218 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:23, 05:08](1225 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [11:23, 05:05](1220 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:23, 05:11](1220 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:39, 05:20](1305 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:24, 05:15](1227 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:22, 05:10](1223 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 05:03](1221 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:24, 05:02](1224 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:23, 04:54](1219 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:24, 05:05](1221 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 08:14](1218 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 05:08](1216 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 06:19](1225 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:23, 05:04](1222 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:45, 08:48](1225 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [36:18, 04:20] -PASS -- TEST 'control_csawmg_debug_gnu' [03:36, 02:22](727 MB) - -PASS -- COMPILE 'wam_debug_intel' [37:19, 05:03] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:49, 13:49](1693 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:24, 10:01] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:05, 03:57](1134 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 06:27](1056 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:42, 03:28](984 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:41, 06:09](1080 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:33, 03:10](959 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:33, 03:35](931 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:43, 04:54](1029 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:28, 01:51](931 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:25, 10:00] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:59, 02:06](1198 MB) -PASS -- TEST 'conus13km_2threads_intel' [09:45, 00:55](1108 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [09:45, 01:15](1099 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:23, 09:59] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:45, 04:12](981 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:24, 04:56] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:25, 04:54](1094 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:24, 04:53](1091 MB) -PASS -- TEST 'conus13km_debug_intel' [16:55, 15:23](1245 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:51, 15:14](932 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:49, 08:37](1168 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 15:21](1296 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:23, 04:55] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 05:01](1147 MB) - -PASS -- COMPILE 'hafsw_intel' [15:22, 11:38] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:19, 05:00](721 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:31, 05:59](1090 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:25, 06:59](815 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:20, 13:26](850 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:30, 15:19](873 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:16, 05:31](490 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:24, 06:46](508 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:47, 02:39](371 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:18, 07:26](471 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:45, 03:46](524 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:54, 03:30](514 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [11:55, 04:07](590 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:31, 01:14](401 MB) -PASS -- TEST 'gnv1_nested_intel' [12:45, 04:09](1706 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [40:30, 05:32] ( 1467 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [20:55, 13:03](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [06:28, 10:58] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:04, 08:40](627 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:08, 08:42](739 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [05:25, 11:34] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:43, 06:34](694 MB) - -PASS -- COMPILE 'hafs_all_intel' [02:28, 10:54] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [14:23, 06:45](818 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:24, 06:31](801 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:59, 15:58](1233 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [25:19, 06:39] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [09:23, 02:43](1180 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:23, 01:41](1125 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:21, 02:36](1023 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:23, 02:40](1053 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:20, 02:39](1034 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:20, 02:35](1160 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [09:21, 02:40](1175 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:19, 02:35](1038 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:23, 06:08](1068 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:09, 06:12](1046 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:17, 02:42](1169 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:21, 03:44](2511 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:19, 03:56](2455 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [22:27, 03:25] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:18, 06:15](1084 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [20:17, 06:36] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 02:43](1158 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [15:16, 01:18] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:34, 00:46](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:24, 00:54](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [24:29, 00:34](320 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [24:26, 10:37] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:03, 03:44](1949 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [23:17, 10:07] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:05, 03:39](1964 MB) - -PASS -- COMPILE 'atml_intel' [51:14, 10:31] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:03, 04:23](1864 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:02, 04:20](1860 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [24:46, 02:25](1103 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:13, 05:38] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:57, 05:57](1870 MB) - -PASS -- COMPILE 'atmw_intel' [19:13, 10:22] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:51, 01:54](1925 MB) - -PASS -- COMPILE 'atmaero_intel' [17:12, 10:21] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:58, 04:11](3189 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:58, 04:58](3102 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:42, 05:06](3112 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:11, 04:41] ( 884 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [10:11, 04:46] -PASS -- TEST 'control_c48_gnu' [12:40, 11:11](1510 MB) -PASS -- TEST 'control_stochy_gnu' [05:25, 03:26](495 MB) -PASS -- TEST 'control_ras_gnu' [07:22, 04:51](501 MB) -PASS -- TEST 'control_p8_gnu' [07:55, 04:49](1452 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:50, 04:42](1465 MB) -PASS -- TEST 'control_flake_gnu' [13:26, 10:17](538 MB) - -PASS -- COMPILE 'rrfs_gnu' [11:11, 04:13] -PASS -- TEST 'rap_control_gnu' [35:38, 10:55](811 MB) -PASS -- TEST 'rap_decomp_gnu' [35:37, 11:09](845 MB) -PASS -- TEST 'rap_2threads_gnu' [33:41, 10:02](922 MB) -PASS -- TEST 'rap_restart_gnu' [06:42, 05:35](573 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [34:44, 10:56](815 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [34:40, 11:05](845 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:42, 08:01](578 MB) -PASS -- TEST 'hrrr_control_gnu' [28:42, 05:42](813 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [28:38, 05:50](799 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [28:38, 05:14](909 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [28:37, 05:55](816 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [06:30, 02:57](565 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [06:31, 02:53](653 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [33:45, 10:38](813 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [14:11, 06:34] -PASS -- TEST 'control_diag_debug_gnu' [23:44, 01:48](1270 MB) -PASS -- TEST 'regional_debug_gnu' [34:37, 12:16](755 MB) -PASS -- TEST 'rap_control_debug_gnu' [24:24, 02:48](824 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [24:23, 02:46](819 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [24:28, 02:51](829 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [26:27, 02:38](824 MB) -PASS -- TEST 'rap_diag_debug_gnu' [26:38, 02:49](908 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [27:23, 04:07](818 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [25:26, 02:40](828 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [24:23, 02:37](818 MB) -PASS -- TEST 'control_ras_debug_gnu' [22:22, 01:36](457 MB) -PASS -- TEST 'control_stochy_debug_gnu' [22:21, 01:45](450 MB) -PASS -- TEST 'control_debug_p8_gnu' [22:42, 01:50](1444 MB) -PASS -- TEST 'rap_flake_debug_gnu' [22:27, 02:41](827 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [23:28, 02:55](829 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [21:39, 04:21](832 MB) - -PASS -- COMPILE 'wam_debug_gnu' [06:11, 02:27] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [08:11, 04:10] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [26:31, 09:26](710 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [19:31, 04:58](709 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:35, 08:41](751 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:37, 04:33](743 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:30, 05:05](700 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:37, 06:59](558 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:26, 02:34](539 MB) -PASS -- TEST 'conus13km_control_gnu' [04:52, 03:12](873 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:43, 06:07](879 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:43, 01:47](556 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:13, 09:42] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:37, 05:46](727 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 06:35] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:23, 02:31](717 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [05:22, 02:31](718 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:45, 06:56](892 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [14:47, 11:02](579 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:42, 07:34](898 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:43, 06:58](958 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:12, 06:30] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [06:25, 02:36](734 MB) - -PASS -- COMPILE 's2swa_gnu' [17:12, 16:16] - -PASS -- COMPILE 's2s_gnu' [16:12, 16:08] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:07, 07:21](1519 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:10, 12:23] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:20, 05:40](3316 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:10, 16:05] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:05, 17:24](1973 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:19, 18:16](2159 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:13, 08:17](1249 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:03, 19:33](1881 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:10, 15:36] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:46, 17:04](1972 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:57] ( 1525 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:01, 23:26](1890 MB) + +PASS -- COMPILE 's2swa_intel' [13:10, 12:30] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [07:17, 06:00](3359 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:25, 05:59](3349 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:46, 03:37](3260 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [07:17, 06:01](3367 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:46, 03:39](3271 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:14, 05:34](3635 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:09, 06:26](3344 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:07, 04:48](3201 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:25, 06:02](3355 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:05, 10:30](3536 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:32, 06:31](3624 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:26, 09:38](4293 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:24, 06:04](4385 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:14, 05:25](3335 MB) + +PASS -- COMPILE 's2sw_intel' [12:10, 11:42] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:54, 04:50](1995 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:02, 04:28](2038 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:55] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:04, 08:36](3371 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:23] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:00, 05:48](1985 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:10, 11:05] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:05, 04:25](2023 MB) + +PASS -- COMPILE 's2s_intel' [11:10, 10:57] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:41, 09:03](3050 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [03:38, 02:50](2991 MB) +PASS -- TEST 'cpld_restart_c48_intel' [02:42, 01:35](2483 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:12, 16:42] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [07:21, 05:48](3357 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 16:15] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:06, 17:42](2020 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:16, 08:24](1271 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:07, 20:07](1915 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 05:28] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:54, 26:37](1953 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 10:26] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:36, 04:05](703 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:04, 03:06](1607 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:15, 03:09](1605 MB) +PASS -- TEST 'control_latlon_intel' [05:57, 03:01](1598 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:05, 03:06](1596 MB) +PASS -- TEST 'control_c48_intel' [08:57, 07:33](1726 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:28, 06:33](856 MB) +PASS -- TEST 'control_c192_intel' [14:20, 10:54](1736 MB) +PASS -- TEST 'control_c384_intel' [15:19, 11:52](1976 MB) +PASS -- TEST 'control_c384gdas_intel' [13:13, 08:44](1367 MB) +PASS -- TEST 'control_stochy_intel' [04:25, 01:41](659 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:36, 01:04](496 MB) +PASS -- TEST 'control_lndp_intel' [02:25, 01:36](658 MB) +PASS -- TEST 'control_iovr4_intel' [05:34, 02:30](656 MB) +PASS -- TEST 'control_iovr5_intel' [05:33, 02:32](652 MB) +PASS -- TEST 'control_p8_intel' [06:18, 03:19](1862 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:24, 03:21](1861 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:25, 03:13](1887 MB) +PASS -- TEST 'control_restart_p8_intel' [02:49, 01:47](1130 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:17, 03:16](1880 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:58, 01:53](1158 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:17, 03:26](1879 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:58, 03:01](1967 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:53, 05:28](1896 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:55, 04:09](1959 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:04, 03:20](1895 MB) +PASS -- TEST 'merra2_thompson_intel' [05:00, 03:28](1896 MB) +PASS -- TEST 'regional_control_intel' [06:42, 05:25](1097 MB) +PASS -- TEST 'regional_restart_intel' [04:39, 02:53](1087 MB) +PASS -- TEST 'regional_decomp_intel' [06:40, 05:43](1088 MB) +PASS -- TEST 'regional_2threads_intel' [04:41, 03:31](1081 MB) +PASS -- TEST 'regional_noquilt_intel' [06:43, 05:20](1382 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:42, 06:09](1102 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:40, 05:22](1093 MB) +PASS -- TEST 'regional_wofs_intel' [09:38, 08:12](1902 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 10:24] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:39, 07:50](1102 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:06, 04:15](1256 MB) +PASS -- TEST 'rap_decomp_intel' [09:33, 08:13](1036 MB) +PASS -- TEST 'rap_2threads_intel' [08:34, 07:21](1165 MB) +PASS -- TEST 'rap_restart_intel' [06:40, 04:07](1106 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:40, 07:57](1084 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:33, 08:21](1045 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:46, 05:54](1133 MB) +PASS -- TEST 'hrrr_control_intel' [05:38, 04:14](1041 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:37, 04:12](1028 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:43, 03:46](1103 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:27, 02:10](1004 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:43, 07:53](1099 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:25, 09:37](1987 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:32, 09:22](2057 MB) + +PASS -- COMPILE 'csawmg_intel' [10:10, 09:53] +PASS -- TEST 'control_csawmg_intel' [09:41, 06:13](1020 MB) +PASS -- TEST 'control_ras_intel' [06:23, 03:17](746 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:10, 04:17] +PASS -- TEST 'control_csawmg_gnu' [11:54, 10:59](742 MB) + +PASS -- COMPILE 'wam_intel' [10:10, 09:50] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:51, 11:13](1671 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:10, 10:02] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:58, 02:47](1853 MB) +PASS -- TEST 'regional_control_faster_intel' [05:38, 04:51](1084 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 07:26] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:45, 02:45](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:42, 02:40](1616 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:22, 03:04](832 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:21, 02:47](828 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:36, 04:20](1147 MB) +PASS -- TEST 'control_ras_debug_intel' [03:21, 02:48](835 MB) +PASS -- TEST 'control_diag_debug_intel' [03:43, 02:44](1684 MB) +PASS -- TEST 'control_debug_p8_intel' [03:38, 03:03](1895 MB) +PASS -- TEST 'regional_debug_intel' [18:35, 17:38](1084 MB) +PASS -- TEST 'rap_control_debug_intel' [07:22, 05:06](1217 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:24, 04:54](1212 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:20, 05:02](1223 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:22, 08:54](1216 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 05:04](1220 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:40, 05:21](1303 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:24](1221 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 05:08](1217 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:22, 05:08](1225 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:20, 05:04](1227 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:21, 05:00](1209 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:23, 05:05](1209 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:23, 08:12](1211 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 04:54](1208 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:29, 06:24](1221 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:21, 05:11](1224 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:38, 08:41](1229 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:15] +PASS -- TEST 'control_csawmg_debug_gnu' [03:35, 02:20](728 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 04:55] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:41, 13:46](1668 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 09:43] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:03, 03:57](1129 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:37, 06:30](1051 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:46, 03:25](982 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:34, 06:11](1086 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:38, 03:16](964 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:31, 04:16](932 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:40, 04:57](1032 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:48, 01:53](933 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:10, 09:56] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [09:02, 02:04](1186 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:45, 00:56](1117 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:46, 01:15](1104 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 09:57] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:43, 04:16](989 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 04:49] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:25, 04:58](1095 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:24, 04:56](1096 MB) +PASS -- TEST 'conus13km_debug_intel' [22:59, 15:09](1226 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [22:57, 15:20](941 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [15:49, 08:35](1169 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:49, 15:24](1315 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 04:38] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [12:26, 05:08](1138 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 11:27] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [11:31, 05:05](720 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:36, 05:55](1090 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [15:30, 07:09](814 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:26, 13:53](850 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:59, 15:24](880 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:10, 05:37](490 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:35, 06:52](496 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:47, 02:46](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:52, 07:26](484 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:47, 03:42](521 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:47, 03:34](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:55, 04:05](577 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:32, 01:14](402 MB) +PASS -- TEST 'gnv1_nested_intel' [06:41, 04:15](1740 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:12, 05:23] ( 1467 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:54, 13:24](595 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:11, 11:08] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:03, 08:42](661 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:08, 08:51](746 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:19] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:32, 06:29](732 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 11:01] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:20, 06:49](796 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:17, 06:37](808 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:06, 16:19](1220 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 06:50] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:24, 02:45](1167 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 01:39](1110 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:21, 02:37](1026 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:20, 02:37](1029 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 02:37](1027 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 02:43](1177 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:42](1165 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:37](1029 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:25, 06:15](1072 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:18, 06:08](1037 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:18, 02:43](1163 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:22, 03:56](2491 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:22, 03:59](2467 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:21] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:20, 06:19](1083 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 06:40] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:19, 02:42](1149 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:09] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:31, 00:45](258 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:55](323 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:26, 00:31](323 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:12, 10:50] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 03:43](1988 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 10:37] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:13, 03:39](1975 MB) + +PASS -- COMPILE 'atml_intel' [11:11, 10:47] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:08, 04:23](1854 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:06, 04:36](1868 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:44, 02:24](1097 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 05:46] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:57, 05:49](1860 MB) + +PASS -- COMPILE 'atmw_intel' [11:12, 10:34] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:52, 01:50](1930 MB) + +PASS -- COMPILE 'atmaero_intel' [11:11, 10:23] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:00, 04:11](3211 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:58, 05:01](3101 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:44, 05:09](3090 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 05:27] ( 884 warnings 6 remarks ) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:34] +PASS -- TEST 'control_c48_gnu' [12:39, 11:24](1513 MB) +PASS -- TEST 'control_stochy_gnu' [06:24, 03:31](495 MB) +PASS -- TEST 'control_ras_gnu' [08:23, 04:50](509 MB) +PASS -- TEST 'control_p8_gnu' [07:55, 04:54](1433 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:48, 04:43](1448 MB) +PASS -- TEST 'control_flake_gnu' [13:23, 10:25](538 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:26] +PASS -- TEST 'rap_control_gnu' [12:34, 10:56](811 MB) +PASS -- TEST 'rap_decomp_gnu' [12:32, 11:10](809 MB) +PASS -- TEST 'rap_2threads_gnu' [11:36, 09:59](920 MB) +PASS -- TEST 'rap_restart_gnu' [07:40, 05:34](574 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:40, 10:57](814 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:33, 11:25](812 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:47, 07:59](576 MB) +PASS -- TEST 'hrrr_control_gnu' [06:37, 05:38](812 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:29, 05:41](797 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:31, 05:04](910 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:29, 05:37](807 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:24, 02:57](562 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:25, 02:56](650 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [13:49, 10:43](805 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 06:48] +PASS -- TEST 'control_diag_debug_gnu' [04:49, 01:42](1275 MB) +PASS -- TEST 'regional_debug_gnu' [13:38, 11:31](749 MB) +PASS -- TEST 'rap_control_debug_gnu' [05:24, 02:42](826 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [05:23, 02:42](826 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [05:21, 02:43](833 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:22, 02:41](833 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:38, 02:55](914 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:22, 04:13](826 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:22, 02:42](828 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:21, 02:39](822 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:19, 01:41](458 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:21, 01:49](454 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:40, 01:51](1430 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:23, 02:42](829 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:22, 03:00](828 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:39, 04:20](833 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 02:35] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 04:10] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:29, 09:33](702 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:33, 05:02](708 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:37, 08:34](750 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:32, 04:36](747 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:32, 05:03](704 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:36, 07:05](563 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:22, 02:37](539 MB) +PASS -- TEST 'conus13km_control_gnu' [06:01, 03:14](873 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:46, 06:16](873 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:45, 01:55](559 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:10, 09:48] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:43, 05:41](730 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:11] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:24, 02:32](715 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [06:24, 03:49](710 MB) +PASS -- TEST 'conus13km_debug_gnu' [09:49, 06:59](890 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:44, 07:09](581 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [09:41, 07:59](895 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:40, 07:10](958 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:12, 07:05] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [05:24, 02:38](733 MB) + +PASS -- COMPILE 's2swa_gnu' [17:11, 16:19] + +PASS -- COMPILE 's2s_gnu' [17:11, 16:05] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:11, 07:24](1513 MB) PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:14] -PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 16:06] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:55, 25:53](1450 MB) +PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 16:09] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:59, 19:25](1448 MB) -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 02:57] +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 03:12] -PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 15:36] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:18, 03:02](695 MB) +PASS -- COMPILE 'datm_cdeps_gnu' [23:13, 15:56] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:19, 03:02](695 MB) SYNOPSIS: -Starting Date/Time: 20240815 00:39:24 -Ending Date/Time: 20240815 08:36:33 -Total Time: 07h:57m:26s +Starting Date/Time: 20240819 23:11:40 +Ending Date/Time: 20240820 00:49:59 +Total Time: 01h:38m:44s Compiles Completed: 57/57 Tests Completed: 243/243 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 1788a9a78f..9407438f00 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -09690a092f727349365fac81c2d2096127bb8f12 +ed15c21712242a15f47d8e809925de16e2a3c5d6 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,376 +35,375 @@ 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-20240813 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_605583 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_1519162 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [12:10, 11:09] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [24:05, 08:39](2126 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:10, 16:22] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [26:03, 14:13](1999 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [32:13, 14:34](2304 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [25:13, 07:12](1302 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:43, 15:59](1907 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:10, 16:35] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [26:30, 14:41](1986 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 05:36] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:01, 21:10](1978 MB) - -PASS -- COMPILE 's2swa_intel' [11:10, 10:29] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [17:02, 08:42](2172 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:15, 08:32](2183 MB) -PASS -- TEST 'cpld_restart_p8_intel' [16:01, 05:16](1988 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:09, 08:48](2210 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [15:05, 05:14](1734 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [18:09, 09:47](2552 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:01, 08:32](2162 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [15:03, 08:16](2091 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:16, 08:18](2174 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [23:39, 16:11](2979 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [27:58, 06:48](2922 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [21:20, 11:13](3862 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:57, 07:32](3635 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:03, 06:56](2148 MB) - -PASS -- COMPILE 's2sw_intel' [11:10, 10:23] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [14:57, 08:03](2020 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:02, 04:40](2079 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 05:36] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [08:51, 07:12](2201 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:44] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:48, 04:55](2049 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:10, 09:36] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:53, 05:46](2091 MB) - -PASS -- COMPILE 's2s_intel' [11:10, 10:07] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [18:50, 09:26](3051 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [11:52, 03:04](3030 MB) -PASS -- TEST 'cpld_restart_c48_intel' [11:37, 02:12](2487 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:10, 12:37] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [20:57, 08:08](2172 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:10, 15:20] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:02, 14:43](2034 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [20:56, 07:20](1406 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:42, 15:44](1959 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 05:11] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:43, 23:23](2019 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:10, 08:58] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [11:19, 02:53](704 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [11:28, 02:32](1610 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:34, 02:36](1615 MB) -PASS -- TEST 'control_latlon_intel' [11:25, 02:28](1605 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [12:33, 02:33](1601 MB) -PASS -- TEST 'control_c48_intel' [16:29, 06:57](1713 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [15:23, 05:53](841 MB) -PASS -- TEST 'control_c192_intel' [18:36, 09:12](1766 MB) -PASS -- TEST 'control_c384_intel' [19:23, 09:33](2002 MB) -PASS -- TEST 'control_c384gdas_intel' [17:42, 07:21](1493 MB) -PASS -- TEST 'control_stochy_intel' [10:18, 01:30](661 MB) -PASS -- TEST 'control_stochy_restart_intel' [22:33, 00:54](542 MB) -PASS -- TEST 'control_lndp_intel' [13:17, 01:22](669 MB) -PASS -- TEST 'control_iovr4_intel' [13:19, 02:08](658 MB) -PASS -- TEST 'control_iovr5_intel' [17:19, 02:09](669 MB) -PASS -- TEST 'control_p8_intel' [17:51, 03:38](1902 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [17:52, 03:37](1903 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [24:55, 03:16](1896 MB) -PASS -- TEST 'control_restart_p8_intel' [15:42, 02:04](1153 MB) -PASS -- TEST 'control_noqr_p8_intel' [25:46, 03:24](1890 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:48, 02:28](1210 MB) -PASS -- TEST 'control_decomp_p8_intel' [25:41, 03:24](1906 MB) -PASS -- TEST 'control_2threads_p8_intel' [25:37, 03:06](1981 MB) -PASS -- TEST 'control_p8_lndp_intel' [28:31, 05:55](1908 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [26:50, 04:32](1962 MB) -PASS -- TEST 'control_p8_mynn_intel' [26:48, 03:48](1909 MB) -PASS -- TEST 'merra2_thompson_intel' [26:58, 04:03](1903 MB) -PASS -- TEST 'regional_control_intel' [16:24, 05:38](1193 MB) -PASS -- TEST 'regional_restart_intel' [08:26, 03:06](1169 MB) -PASS -- TEST 'regional_decomp_intel' [16:22, 05:56](1182 MB) -PASS -- TEST 'regional_2threads_intel' [13:24, 04:00](1153 MB) -PASS -- TEST 'regional_noquilt_intel' [14:27, 05:26](1515 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [14:29, 05:51](1193 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [23:29, 05:08](1203 MB) -PASS -- TEST 'regional_wofs_intel' [26:24, 08:22](2084 MB) - -PASS -- COMPILE 'rrfs_intel' [13:10, 08:44] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [24:46, 07:27](1229 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [21:50, 04:28](1355 MB) -PASS -- TEST 'rap_decomp_intel' [25:31, 08:02](1151 MB) -PASS -- TEST 'rap_2threads_intel' [24:32, 07:20](1368 MB) -PASS -- TEST 'rap_restart_intel' [04:52, 03:59](1161 MB) -PASS -- TEST 'rap_sfcdiff_intel' [23:48, 07:43](1224 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [23:33, 08:05](1155 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:00, 05:37](1233 MB) -PASS -- TEST 'hrrr_control_intel' [15:37, 03:55](1114 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [10:38, 03:56](1056 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:45, 03:35](1119 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:23, 02:08](1039 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:54, 06:53](1198 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:20, 08:08](2020 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:18, 07:40](2189 MB) - -PASS -- COMPILE 'csawmg_intel' [13:10, 08:24] -PASS -- TEST 'control_csawmg_intel' [08:26, 06:36](1041 MB) -PASS -- TEST 'control_ras_intel' [04:19, 02:53](840 MB) - -PASS -- COMPILE 'csawmg_gnu' [08:10, 04:06] -PASS -- TEST 'control_csawmg_gnu' [18:31, 07:48](1078 MB) - -PASS -- COMPILE 'wam_intel' [11:10, 08:02] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [19:30, 09:49](1676 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:10, 08:39] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:47, 03:12](1899 MB) -PASS -- TEST 'regional_control_faster_intel' [06:24, 04:49](1191 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:10, 06:29] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:25, 02:23](1643 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:29, 02:10](1634 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:44](846 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:24](839 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:22, 04:43](1156 MB) -PASS -- TEST 'control_ras_debug_intel' [03:23, 02:30](843 MB) -PASS -- TEST 'control_diag_debug_intel' [04:39, 02:24](1704 MB) -PASS -- TEST 'control_debug_p8_intel' [05:33, 03:28](1936 MB) -PASS -- TEST 'regional_debug_intel' [18:26, 16:42](1155 MB) -PASS -- TEST 'rap_control_debug_intel' [05:16, 04:15](1232 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:19, 04:11](1220 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:16, 04:18](1231 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:18, 04:20](1225 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 04:25](1225 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:23, 04:25](1311 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 04:25](1231 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 04:17](1228 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:16, 04:31](1243 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 04:20](1230 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:16, 04:29](1229 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 04:07](1237 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 07:13](1228 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 04:28](1216 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 05:03](1236 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:17, 04:33](1233 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:48, 07:26](1241 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [08:10, 04:46] -PASS -- TEST 'control_csawmg_debug_gnu' [03:28, 02:44](1053 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:10, 04:37] ( 839 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 08:25] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:48, 03:31](1235 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:42, 05:22](1137 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:44, 02:55](1021 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:34, 05:04](1275 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:36, 02:40](1039 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 03:02](994 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:47, 04:03](1096 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:18, 01:38](958 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:10, 07:48] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:36, 01:53](1296 MB) -PASS -- TEST 'conus13km_2threads_intel' [11:29, 00:51](1195 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [11:25, 01:06](1134 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:10, 09:51] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:29, 04:06](1090 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 05:34] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:17, 04:00](1103 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:18, 04:00](1092 MB) -PASS -- TEST 'conus13km_debug_intel' [19:31, 12:21](1350 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:33, 12:40](994 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:24, 07:10](1253 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:25, 12:28](1407 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 05:07] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [13:20, 04:15](1161 MB) - -PASS -- COMPILE 'hafsw_intel' [12:10, 10:35] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [12:02, 05:37](851 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:19, 05:08](1249 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:16, 06:39](949 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [23:01, 14:13](947 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:17, 15:01](988 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:50, 05:27](592 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [17:18, 06:59](607 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [11:36, 02:35](437 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:51, 07:36](551 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:39, 03:50](606 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:42, 03:44](606 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [12:44, 04:50](669 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [09:23, 01:10](450 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 05:25] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:44, 12:02](631 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:11, 09:40] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:48, 17:30](754 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [26:59, 15:58](839 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:10, 10:05] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:47, 09:55](810 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:10, 10:14] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [15:03, 05:41](929 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:06, 05:52](913 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:43, 16:28](1347 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 06:41] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:16, 02:10](1162 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:16, 01:23](1117 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:14, 02:04](1020 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:14, 02:10](1017 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:15, 02:08](1027 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:14, 02:09](1156 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:14, 02:10](1146 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:15, 02:07](1014 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:50, 04:56](1152 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:47, 04:56](1160 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [08:13, 02:14](1160 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:15, 03:03](2392 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:16, 03:05](2455 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 03:46] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:15, 05:13](1090 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:11, 05:55] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [07:14, 02:16](1149 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 00:46] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:26, 00:57](339 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:55](573 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:20, 00:34](573 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 08:44] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:43, 04:32](2016 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 08:57] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:45, 04:55](1997 MB) - -PASS -- COMPILE 'atml_intel' [14:11, 09:56] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:57, 06:08](1898 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:53, 06:25](1887 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:34, 03:24](1145 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:11, 05:59] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:51, 06:00](1923 MB) - -PASS -- COMPILE 'atmw_intel' [14:10, 09:56] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:48, 02:30](1938 MB) - -PASS -- COMPILE 'atmaero_intel' [09:11, 08:27] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:47, 05:10](2023 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:44, 04:51](1793 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:39, 04:38](1826 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:11, 03:43] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [19:21, 17:06](4587 MB) - -PASS -- COMPILE 'atm_gnu' [09:11, 04:19] -PASS -- TEST 'control_c48_gnu' [13:36, 09:23](1530 MB) -PASS -- TEST 'control_stochy_gnu' [05:23, 02:20](722 MB) -PASS -- TEST 'control_ras_gnu' [06:16, 03:58](734 MB) -PASS -- TEST 'control_p8_gnu' [07:43, 04:48](1719 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:39, 04:20](1722 MB) -PASS -- TEST 'control_flake_gnu' [07:18, 04:49](810 MB) - -PASS -- COMPILE 'rrfs_gnu' [10:11, 05:22] -PASS -- TEST 'rap_control_gnu' [10:31, 08:15](1084 MB) -PASS -- TEST 'rap_decomp_gnu' [10:34, 08:30](1082 MB) -PASS -- TEST 'rap_2threads_gnu' [08:43, 07:19](1115 MB) -PASS -- TEST 'rap_restart_gnu' [06:40, 04:16](884 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:45, 08:06](1081 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:33, 08:12](1083 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:41, 05:53](883 MB) -PASS -- TEST 'hrrr_control_gnu' [05:30, 04:09](1072 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:31, 04:15](1133 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:48, 03:41](1020 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:31, 04:10](1077 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:21, 02:12](884 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:28, 02:05](932 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:50, 08:20](1088 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [14:11, 10:58] -PASS -- TEST 'control_diag_debug_gnu' [02:29, 01:14](1626 MB) -PASS -- TEST 'regional_debug_gnu' [08:27, 07:23](1125 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:17, 02:01](1098 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 01:57](1089 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 02:08](1095 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:16, 02:02](1095 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:29, 02:23](1268 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:16, 03:16](1095 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 02:04](1100 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:17, 02:01](1105 MB) -PASS -- TEST 'control_ras_debug_gnu' [04:16, 01:17](722 MB) -PASS -- TEST 'control_stochy_debug_gnu' [04:16, 01:23](726 MB) -PASS -- TEST 'control_debug_p8_gnu' [04:29, 02:03](1716 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:16, 02:03](1097 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:16, 02:21](1102 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:45, 03:24](1103 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:18] -PASS -- TEST 'control_wam_debug_gnu' [07:31, 05:25](1560 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [12:10, 09:01] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:44, 07:36](960 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:36, 04:05](952 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:33, 06:53](968 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:55, 03:32](879 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:36, 04:09](949 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:38, 05:50](864 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:17, 02:06](862 MB) -PASS -- TEST 'conus13km_control_gnu' [04:34, 02:42](1271 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:25, 01:04](1176 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:26, 01:28](929 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [17:10, 14:39] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:28, 04:40](988 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [15:10, 13:20] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:16, 02:00](977 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:16, 02:00](971 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:29, 05:45](1285 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:28, 05:56](961 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:26, 03:27](1195 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:27, 05:33](1352 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [14:10, 13:26] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 02:14](1004 MB) - -PASS -- COMPILE 's2swa_gnu' [17:10, 16:22] - -PASS -- COMPILE 's2s_gnu' [16:10, 15:51] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [05:51, 04:58](2737 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [09:10, 04:36] - -PASS -- COMPILE 's2sw_pdlib_gnu' [22:10, 17:05] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:45, 26:44](3035 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [13:10, 08:57] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:45, 12:39](2920 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [20:10, 15:28] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:20](768 MB) +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [12:07, 12:07] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:26, 07:39](2109 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:58, 16:58] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:35, 13:48](2007 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:14, 14:07](2278 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:47, 06:38](1311 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:52, 15:05](1906 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:09, 17:09] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:17, 13:53](1992 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 06:12] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:48, 22:04](1980 MB) + +PASS -- COMPILE 's2swa_intel' [12:05, 12:05] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:36, 07:50](2183 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:24, 07:44](2172 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:18, 04:28](1999 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:26, 07:43](2198 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [29:12, 28:14](1745 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:22, 08:51](2549 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:25, 07:43](2163 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:49, 06:26](2093 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:55, 08:14](2178 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:46, 15:20](2984 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [07:49, 06:05](2924 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [16:47, 12:16](3833 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:41, 07:20](3633 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:38, 05:55](2154 MB) + +PASS -- COMPILE 's2sw_intel' [11:50, 11:50] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:56, 07:14](2020 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:22, 04:43](2083 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:35, 05:35] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [07:50, 07:05](2199 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:14, 05:14] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:30, 04:54](2045 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:05, 10:05] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:06, 04:23](2074 MB) + +PASS -- COMPILE 's2s_intel' [09:54, 09:54] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [07:28, 07:01](3052 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:42, 02:10](3039 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:27, 01:12](2477 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:06, 14:05] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:21, 07:35](2181 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [16:28, 16:28] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:28, 13:49](2036 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:20, 06:54](1368 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:01, 15:25](1962 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:53, 04:53] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:41, 22:58](2007 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:32, 09:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:06, 02:54](710 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [02:48, 02:28](1604 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:53, 02:33](1611 MB) +PASS -- TEST 'control_latlon_intel' [02:52, 02:30](1618 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:01, 02:31](1600 MB) +PASS -- TEST 'control_c48_intel' [08:01, 07:33](1705 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:45, 06:29](837 MB) +PASS -- TEST 'control_c192_intel' [09:43, 09:13](1752 MB) +PASS -- TEST 'control_c384_intel' [10:26, 09:20](1986 MB) +PASS -- TEST 'control_c384gdas_intel' [08:44, 07:23](1507 MB) +PASS -- TEST 'control_stochy_intel' [01:40, 01:28](660 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:16, 00:57](531 MB) +PASS -- TEST 'control_lndp_intel' [01:37, 01:28](668 MB) +PASS -- TEST 'control_iovr4_intel' [02:32, 02:15](665 MB) +PASS -- TEST 'control_iovr5_intel' [02:17, 02:07](668 MB) +PASS -- TEST 'control_p8_intel' [03:20, 02:37](1893 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:21, 02:40](1907 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:15, 02:39](1894 MB) +PASS -- TEST 'control_restart_p8_intel' [02:36, 01:45](1151 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:11, 02:40](1899 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:07, 01:32](1203 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:15, 02:40](1901 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:17, 02:30](1979 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:09, 04:41](1906 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:29, 03:42](1972 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:23, 02:47](1914 MB) +PASS -- TEST 'merra2_thompson_intel' [03:30, 02:52](1908 MB) +PASS -- TEST 'regional_control_intel' [05:04, 04:45](1200 MB) +PASS -- TEST 'regional_restart_intel' [02:58, 02:39](1169 MB) +PASS -- TEST 'regional_decomp_intel' [05:24, 05:06](1185 MB) +PASS -- TEST 'regional_2threads_intel' [03:18, 03:00](1152 MB) +PASS -- TEST 'regional_noquilt_intel' [04:44, 04:24](1522 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:09, 04:47](1192 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:00, 04:39](1194 MB) +PASS -- TEST 'regional_wofs_intel' [08:18, 07:59](2077 MB) + +PASS -- COMPILE 'rrfs_intel' [10:37, 10:37] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [08:06, 07:26](1216 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:52, 04:09](1352 MB) +PASS -- TEST 'rap_decomp_intel' [08:34, 07:58](1159 MB) +PASS -- TEST 'rap_2threads_intel' [07:59, 07:23](1370 MB) +PASS -- TEST 'rap_restart_intel' [04:41, 03:58](1162 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:05, 07:27](1233 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:28, 07:55](1152 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:23, 05:43](1210 MB) +PASS -- TEST 'hrrr_control_intel' [04:26, 03:48](1108 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:38, 04:02](1051 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:36, 08:54](1116 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:25, 02:06](1045 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:46, 06:59](1203 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:17, 08:09](2015 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:58, 07:44](2172 MB) + +PASS -- COMPILE 'csawmg_intel' [08:03, 08:03] +PASS -- TEST 'control_csawmg_intel' [06:03, 05:42](1054 MB) +PASS -- TEST 'control_ras_intel' [03:22, 03:07](832 MB) + +PASS -- COMPILE 'csawmg_gnu' [03:59, 03:59] +PASS -- TEST 'control_csawmg_gnu' [07:48, 07:26](1080 MB) + +PASS -- COMPILE 'wam_intel' [09:14, 09:14] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:19, 09:56](1675 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:05, 09:05] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:15, 02:32](1893 MB) +PASS -- TEST 'regional_control_faster_intel' [04:42, 04:23](1191 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:02, 07:02] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:37, 02:17](1644 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:46, 02:14](1649 MB) +PASS -- TEST 'control_stochy_debug_intel' [02:48, 02:42](842 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:36, 02:23](843 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:02, 03:41](1158 MB) +PASS -- TEST 'control_ras_debug_intel' [02:38, 02:25](856 MB) +PASS -- TEST 'control_diag_debug_intel' [02:39, 02:19](1699 MB) +PASS -- TEST 'control_debug_p8_intel' [02:59, 02:43](1926 MB) +PASS -- TEST 'regional_debug_intel' [16:13, 15:57](1145 MB) +PASS -- TEST 'rap_control_debug_intel' [04:23, 04:16](1234 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:37, 04:25](1219 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:26, 04:13](1229 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:37, 04:25](1231 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:33, 04:21](1228 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:39, 04:25](1322 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:43, 04:36](1228 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:27, 04:19](1237 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:31, 04:22](1232 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:28, 04:17](1234 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:22, 04:10](1230 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:28, 04:18](1232 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:48, 07:37](1234 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:32, 04:21](1228 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:19, 05:06](1249 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:51, 04:38](1236 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:53, 07:17](1235 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:20, 05:20] +PASS -- TEST 'control_csawmg_debug_gnu' [02:24, 02:09](1049 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:30, 04:30] ( 839 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:30, 08:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:46, 03:13](1241 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:57, 05:26](1144 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:39, 02:52](1020 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:37, 05:05](1291 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:45, 07:59](1033 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:48, 03:03](993 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:39, 04:05](1093 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:52, 01:35](970 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:57, 07:57] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:10, 01:46](1282 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:04, 00:44](1196 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:23, 01:03](1144 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:30, 09:29] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:20, 03:59](1091 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:28, 05:28] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:13, 04:03](1104 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:06, 03:54](1105 MB) +PASS -- TEST 'conus13km_debug_intel' [12:26, 12:03](1350 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:08, 12:43](1006 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [07:31, 07:12](1251 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:30, 12:11](1417 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:15, 04:15] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:31, 04:19](1175 MB) + +PASS -- COMPILE 'hafsw_intel' [10:08, 10:08] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:14, 05:22](862 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:13, 04:56](1264 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:29, 06:25](936 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:58, 14:02](953 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:18, 15:12](997 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:58, 05:20](598 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:57, 06:51](610 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:11, 02:36](436 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:16, 07:37](546 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:29, 03:55](611 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:20, 03:42](606 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:24, 04:48](666 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:33, 01:16](448 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:47, 04:46] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:35, 11:53](638 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:57, 09:57] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:26, 15:43](732 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:54, 16:01](840 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:39, 09:39] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:22, 10:04](819 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:04, 10:04] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:26, 05:31](932 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:30, 05:35](924 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:56, 16:22](1341 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [05:49, 05:49] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:02, 02:54](1128 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:24, 01:18](1100 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:13, 02:07](1009 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:18, 03:11](1001 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:12, 02:09](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:23, 03:16](1125 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:19, 02:12](1158 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:14, 02:07](1018 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:34, 04:57](1155 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:30, 04:52](1147 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:15, 02:11](1163 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:10, 03:05](2450 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:13, 03:06](2396 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:20, 05:20] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 05:11](1070 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [05:16, 05:16] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:09, 03:05](1143 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:05, 01:05] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:09, 00:54](336 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:02, 00:49](559 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:53, 00:36](576 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [09:29, 09:29] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:14, 03:31](2016 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:22, 09:22] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:19, 03:35](1996 MB) + +PASS -- COMPILE 'atml_intel' [09:36, 09:36] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:11, 06:23](1892 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:50, 06:00](1888 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:25, 02:58](1143 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:39, 04:39] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:32, 05:42](1929 MB) + +PASS -- COMPILE 'atmw_intel' [09:31, 09:31] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:38, 02:00](1947 MB) + +PASS -- COMPILE 'atmaero_intel' [10:04, 10:04] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:30, 03:57](2013 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:01, 04:23](1801 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [04:59, 04:28](1819 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:46, 04:46] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [17:42, 16:36](4575 MB) + +PASS -- COMPILE 'atm_gnu' [04:54, 04:54] +PASS -- TEST 'control_c48_gnu' [10:06, 09:34](1527 MB) +PASS -- TEST 'control_stochy_gnu' [02:36, 02:26](723 MB) +PASS -- TEST 'control_ras_gnu' [03:56, 03:44](728 MB) +PASS -- TEST 'control_p8_gnu' [04:42, 04:02](1719 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:13, 03:40](1721 MB) +PASS -- TEST 'control_flake_gnu' [05:02, 04:50](812 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:45, 04:44] +PASS -- TEST 'rap_control_gnu' [08:57, 08:25](1089 MB) +PASS -- TEST 'rap_decomp_gnu' [08:45, 08:13](1085 MB) +PASS -- TEST 'rap_2threads_gnu' [08:03, 07:26](1137 MB) +PASS -- TEST 'rap_restart_gnu' [04:54, 04:11](884 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:45, 08:10](1083 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:55, 08:21](1080 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:30, 05:52](884 MB) +PASS -- TEST 'hrrr_control_gnu' [04:36, 04:02](1068 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [04:54, 04:24](1138 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:22, 03:45](1043 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [04:57, 04:14](1069 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:23, 02:08](881 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:29, 02:10](932 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:47, 08:03](1079 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:49, 06:49] +PASS -- TEST 'control_diag_debug_gnu' [01:42, 01:18](1629 MB) +PASS -- TEST 'regional_debug_gnu' [06:53, 06:34](1151 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:18, 02:07](1096 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:08, 01:55](1089 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:28, 02:08](1093 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:20, 02:08](1092 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:30, 02:13](1273 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:38, 03:27](1095 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:18, 02:06](1094 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:07, 02:00](1092 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:19, 01:13](725 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:37, 01:27](720 MB) +PASS -- TEST 'control_debug_p8_gnu' [01:55, 01:32](1720 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:16, 02:08](1098 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:31, 02:19](1098 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:04, 03:25](1099 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:22, 02:22] +PASS -- TEST 'control_wam_debug_gnu' [05:56, 05:33](1560 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:04, 04:04] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:29, 07:53](962 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:53, 04:07](951 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:27, 06:45](968 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:39, 03:50](881 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:44, 03:57](949 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:31, 05:47](864 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:18, 02:00](866 MB) +PASS -- TEST 'conus13km_control_gnu' [02:55, 02:32](1272 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:41, 01:13](1182 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:50, 01:29](928 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:40, 08:40] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:11, 04:36](993 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:23, 06:23] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:27, 02:14](976 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:06, 01:57](970 MB) +PASS -- TEST 'conus13km_debug_gnu' [05:58, 05:36](1285 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:24, 06:00](960 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [04:08, 03:43](1195 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [06:20, 05:59](1353 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:36, 07:29] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:26, 02:11](1002 MB) + +PASS -- COMPILE 's2swa_gnu' [17:30, 17:30] + +PASS -- COMPILE 's2s_gnu' [16:16, 16:16] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [06:09, 05:23](3086 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:31, 03:31] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:48, 16:48] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:30, 26:41](3019 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:00, 04:00] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:49, 12:07](3056 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:02, 17:02] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:29, 02:22](774 MB) SYNOPSIS: -Starting Date/Time: 20240816 07:59:44 -Ending Date/Time: 20240816 10:15:45 -Total Time: 02h:16m:31s +Starting Date/Time: 20240819 15:40:05 +Ending Date/Time: 20240819 21:39:49 +Total Time: 06h:00m:22s Compiles Completed: 57/57 Tests Completed: 244/244 diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 6afe601a58..75d85aa171 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -8cb23af867d56961352ff5fab97656c3a4c6b936 +ed15c21712242a15f47d8e809925de16e2a3c5d6 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,8 +11,8 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - fd590042f958cae20968eb2221bdbbcedd931bea FV3 (remotes/origin/skeb_hydrostatic) - d92b739ed0c7d7d676c5906a66d626cb3178c817 FV3/atmos_cubed_sphere (remotes/origin/skeb_hydrostatic) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) + 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 4b8777eb08b065d8a95e5317b6270a7a67ccf93e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10053-g4b8777eb0) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,253 +35,254 @@ 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: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_1259533 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1955508 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [43:50, 43:50] ( 1 warnings 1378 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:46, 08:18](2002 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [51:36, 51:36] ( 1 warnings 1425 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:13, 22:04](1884 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:57, 23:48](2021 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:18, 11:22](1114 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:08, 25:13](1849 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:59, 49:59] ( 1 warnings 1422 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [22:15, 21:38](1880 MB) - -PASS -- COMPILE 's2swa_intel' [44:02, 44:02] ( 1379 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:08, 08:29](2052 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:40, 08:55](2053 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:18, 05:22](1708 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:19, 08:48](2067 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:55, 05:02](1733 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:03, 08:38](2316 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:26, 09:04](2032 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:37, 07:37](2004 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:12, 08:42](1974 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:03, 08:37](2020 MB) - -PASS -- COMPILE 's2sw_intel' [41:26, 41:26] ( 1277 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 07:21](1892 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:13, 07:34](1953 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:08, 07:08] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:04, 11:18](2079 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:45, 06:45] ( 1450 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:27, 07:57](1918 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [37:28, 37:28] ( 1008 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:33, 06:51](1966 MB) - -PASS -- COMPILE 's2s_intel' [38:10, 38:10] ( 1013 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [13:18, 12:21](3013 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:31, 03:32](3006 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:15, 02:14](2431 MB) - -PASS -- COMPILE 's2swa_faster_intel' [33:32, 33:32] ( 1607 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:25, 08:52](2042 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [47:33, 47:33] ( 1337 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:52, 22:27](1915 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:51, 13:18](1123 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:51, 25:31](1885 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:27, 06:27] ( 1560 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:37, 34:03](1934 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [38:50, 38:50] ( 1 warnings 1124 remarks ) -PASS -- TEST 'control_flake_intel' [05:05, 04:45](643 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:05, 04:24](1543 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:25, 04:26](1552 MB) -PASS -- TEST 'control_latlon_intel' [05:03, 04:26](1545 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:21, 04:32](1545 MB) -PASS -- TEST 'control_c48_intel' [12:34, 11:51](1700 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:46, 10:25](834 MB) -PASS -- TEST 'control_c192_intel' [16:26, 15:27](1661 MB) -PASS -- TEST 'control_c384_intel' [20:53, 18:49](1794 MB) -PASS -- TEST 'control_c384gdas_intel' [17:08, 14:23](1001 MB) -PASS -- TEST 'control_stochy_intel' [02:56, 02:41](604 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:54, 01:34](426 MB) -PASS -- TEST 'control_lndp_intel' [02:58, 02:36](599 MB) -PASS -- TEST 'control_iovr4_intel' [04:21, 03:51](599 MB) -PASS -- TEST 'control_iovr5_intel' [04:03, 03:37](601 MB) -PASS -- TEST 'control_p8_intel' [06:54, 05:44](1838 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:47, 05:30](1833 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:10, 05:05](1840 MB) -PASS -- TEST 'control_restart_p8_intel' [04:23, 03:18](1048 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:24, 05:16](1837 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:20, 03:09](1073 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:52, 05:45](1822 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:45, 05:34](1914 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:46, 08:26](1837 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:32, 06:24](1888 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:20, 05:09](1831 MB) -PASS -- TEST 'merra2_thompson_intel' [07:16, 05:43](1841 MB) -PASS -- TEST 'regional_control_intel' [09:22, 08:44](1012 MB) -PASS -- TEST 'regional_restart_intel' [05:15, 04:37](1002 MB) -PASS -- TEST 'regional_decomp_intel' [09:29, 08:50](1000 MB) -PASS -- TEST 'regional_2threads_intel' [07:09, 06:29](987 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:42, 08:02](1003 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:50, 08:16](1000 MB) - -PASS -- COMPILE 'rrfs_intel' [38:59, 38:58] ( 3 warnings 1100 remarks ) -PASS -- TEST 'rap_control_intel' [11:35, 10:26](988 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:53, 05:48](1166 MB) -PASS -- TEST 'rap_decomp_intel' [12:04, 10:55](979 MB) -PASS -- TEST 'rap_2threads_intel' [11:19, 10:05](1070 MB) -PASS -- TEST 'rap_restart_intel' [06:40, 05:36](985 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:37, 10:27](985 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:17, 11:02](976 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:18, 08:08](994 MB) -PASS -- TEST 'hrrr_control_intel' [06:39, 05:19](986 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:00, 05:47](976 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:14, 04:57](1056 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:19, 02:57](918 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:58, 10:32](981 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:26, 13:00](1942 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:10, 12:54](1936 MB) - -PASS -- COMPILE 'csawmg_intel' [35:25, 35:25] ( 1089 remarks ) -PASS -- TEST 'control_csawmg_intel' [10:14, 09:36](957 MB) -PASS -- TEST 'control_ras_intel' [05:01, 04:42](667 MB) - -PASS -- COMPILE 'wam_intel' [35:56, 35:56] ( 992 remarks ) -PASS -- TEST 'control_wam_intel' [16:10, 15:21](1600 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [38:03, 38:03] ( 1292 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:04, 04:43](1825 MB) -PASS -- TEST 'regional_control_faster_intel' [08:50, 08:10](996 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:23, 09:23] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:16, 03:39](1565 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:18, 03:34](1571 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:29, 04:08](778 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:59, 03:42](776 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:43, 06:06](1087 MB) -PASS -- TEST 'control_ras_debug_intel' [04:05, 03:43](784 MB) -PASS -- TEST 'control_diag_debug_intel' [04:43, 03:49](1621 MB) -PASS -- TEST 'control_debug_p8_intel' [05:25, 04:36](1870 MB) -PASS -- TEST 'regional_debug_intel' [23:43, 23:12](1037 MB) -PASS -- TEST 'rap_control_debug_intel' [07:03, 06:38](1161 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:53, 06:28](1155 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:06, 06:41](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:17, 06:48](1159 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:01, 06:24](1160 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:10, 06:38](1243 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:44, 06:29](1160 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:49, 06:33](1162 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:41, 06:25](1173 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:44, 06:23](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:22, 06:09](1161 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:30, 06:16](1160 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 10:08](1164 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:28, 06:13](1164 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:48, 07:30](1159 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:31, 06:14](1158 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:58, 10:47](1162 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:47, 05:46] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [17:24, 16:42](1616 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:56, 31:56] ( 3 warnings 1024 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:47, 05:44](1044 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:05, 08:52](895 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:12, 04:36](871 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:42, 09:08](943 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:50, 04:14](902 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:00, 04:59](852 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:59, 06:40](892 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:32, 02:51](845 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [27:44, 27:43] ( 3 warnings 1197 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:08, 03:16](1092 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:45, 01:45](1037 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:57, 02:00](1007 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:25, 32:25] ( 3 warnings 1044 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:11, 05:52](905 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:47, 05:47] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:36, 06:14](1033 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:39, 06:16](1029 MB) -PASS -- TEST 'conus13km_debug_intel' [20:11, 19:05](1145 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:27, 19:34](853 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:46, 11:07](1088 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:33, 18:57](1207 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:46, 05:46] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:33, 06:17](1078 MB) - -PASS -- COMPILE 'hafsw_intel' [40:45, 40:44] ( 1 warnings 1416 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:53, 07:21](676 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:38, 06:58](1073 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:32, 09:43](754 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:46, 17:19](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:33, 18:43](800 MB) -PASS -- TEST 'gnv1_nested_intel' [10:32, 08:18](1678 MB) - -PASS -- COMPILE 'hafs_all_intel' [36:41, 36:41] ( 1263 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:48, 09:34](749 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:42, 09:26](730 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:56, 08:56] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:11, 03:52](1060 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:34, 02:21](1031 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:53, 03:39](927 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:54, 03:40](928 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:53, 03:42](929 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:08, 03:41](1065 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:52, 03:42](1071 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:51, 03:41](936 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:37, 09:20](890 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:53, 08:48](842 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:53, 03:47](1068 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:24, 05:14](2357 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:24, 05:14](2299 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:50, 03:50] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:13, 08:05](1029 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:30, 08:30] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:58, 03:48](1087 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:57, 01:57] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:40, 02:06](232 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:10, 01:43](259 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:29, 01:09](257 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [37:14, 37:14] ( 1013 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:58, 06:29](1883 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [36:44, 36:44] ( 1013 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:45, 06:26](1880 MB) - -PASS -- COMPILE 'atml_intel' [42:33, 42:32] ( 8 warnings 1165 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:29, 10:02](1849 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:47, 10:29](1851 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:24, 06:37](1061 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:10, 07:08] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:03, 08:19](1874 MB) - -PASS -- COMPILE 'atmw_intel' [38:43, 38:42] ( 1258 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:36, 03:22](1856 MB) - -PASS -- COMPILE 'atmaero_intel' [36:55, 36:54] ( 1096 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:19, 06:09](1924 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:02, 06:40](1701 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:56, 06:51](1724 MB) +* (-a) - HPC PROJECT ACCOUNT: h-nems +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [43:14, 42:44] ( 1 warnings 1378 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:54, 07:15](2009 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [54:15, 53:18] ( 1 warnings 1425 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:06, 21:35](1889 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [47:18, 23:13](1985 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [22:55, 11:15](1117 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:46, 24:30](1836 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [50:15, 49:35] ( 1 warnings 1422 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:58, 20:53](1876 MB) + +PASS -- COMPILE 's2swa_intel' [42:14, 41:24] ( 1379 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:19, 07:56](2057 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:43, 08:05](2059 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:49, 04:56](1720 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:20, 08:05](2073 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:48, 04:55](1740 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:14, 07:49](2317 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:13, 08:00](2050 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:41, 06:52](2015 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:39, 08:04](2014 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:30, 07:34](2040 MB) + +PASS -- COMPILE 's2sw_intel' [41:14, 40:41] ( 1277 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:33, 06:25](1903 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:45, 06:25](1968 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:24] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:32, 10:49](2071 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 06:00] ( 1450 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:22, 07:34](1932 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [39:15, 36:32] ( 1008 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [29:51, 06:11](1969 MB) + +PASS -- COMPILE 's2s_intel' [39:15, 37:04] ( 1013 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:11, 12:30](3018 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [19:13, 03:55](3010 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:05, 02:10](2454 MB) + +PASS -- COMPILE 's2swa_faster_intel' [39:18, 34:06] ( 1607 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:59, 07:41](2051 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [10:16, 47:39] ( 1337 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:33, 21:13](1910 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:38, 10:50](1134 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:33, 24:33](1888 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [27:13, 06:17] ( 1560 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [57:36, 33:40](1929 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [46:14, 38:03] ( 1 warnings 1124 remarks ) +PASS -- TEST 'control_flake_intel' [05:34, 04:29](646 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:10, 03:57](1542 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:14, 04:09](1546 MB) +PASS -- TEST 'control_latlon_intel' [05:05, 03:53](1549 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:17, 04:04](1553 MB) +PASS -- TEST 'control_c48_intel' [13:16, 11:45](1702 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:41, 10:16](834 MB) +PASS -- TEST 'control_c192_intel' [20:27, 14:21](1667 MB) +PASS -- TEST 'control_c384_intel' [23:18, 18:00](1802 MB) +PASS -- TEST 'control_c384gdas_intel' [20:23, 13:23](1003 MB) +PASS -- TEST 'control_stochy_intel' [03:32, 02:11](603 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:32, 01:22](434 MB) +PASS -- TEST 'control_lndp_intel' [03:32, 02:05](597 MB) +PASS -- TEST 'control_iovr4_intel' [04:34, 03:20](600 MB) +PASS -- TEST 'control_iovr5_intel' [04:34, 03:19](600 MB) +PASS -- TEST 'control_p8_intel' [06:30, 04:39](1838 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:59, 04:35](1833 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:49, 04:29](1843 MB) +PASS -- TEST 'control_restart_p8_intel' [05:07, 02:55](1049 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:35, 04:31](1837 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:20, 02:44](1072 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:37, 04:36](1826 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:37, 04:23](1912 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:12, 07:27](1838 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:03, 05:55](1889 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:50, 04:33](1849 MB) +PASS -- TEST 'merra2_thompson_intel' [07:07, 04:53](1842 MB) +PASS -- TEST 'regional_control_intel' [09:03, 07:43](1009 MB) +PASS -- TEST 'regional_restart_intel' [06:38, 04:28](1002 MB) +PASS -- TEST 'regional_decomp_intel' [09:03, 08:00](998 MB) +PASS -- TEST 'regional_2threads_intel' [07:02, 06:05](995 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:10, 07:44](999 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:47, 07:54](999 MB) + +PASS -- COMPILE 'rrfs_intel' [48:14, 38:17] ( 3 warnings 1100 remarks ) +PASS -- TEST 'rap_control_intel' [12:05, 10:07](990 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:16, 05:37](1169 MB) +PASS -- TEST 'rap_decomp_intel' [12:01, 10:45](981 MB) +PASS -- TEST 'rap_2threads_intel' [11:25, 09:41](1070 MB) +PASS -- TEST 'rap_restart_intel' [07:26, 05:22](989 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:22, 10:05](983 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:05, 10:37](981 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:35, 07:35](992 MB) +PASS -- TEST 'hrrr_control_intel' [07:22, 05:10](988 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:00, 05:19](980 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:54, 04:49](1062 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:31, 02:52](914 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:42, 09:59](981 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:26, 12:28](1945 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:38, 12:11](1940 MB) + +PASS -- COMPILE 'csawmg_intel' [49:15, 35:07] ( 1089 remarks ) +PASS -- TEST 'control_csawmg_intel' [10:37, 08:55](935 MB) +PASS -- TEST 'control_ras_intel' [05:24, 04:27](661 MB) + +PASS -- COMPILE 'wam_intel' [36:13, 35:28] ( 992 remarks ) +PASS -- TEST 'control_wam_intel' [15:58, 14:23](1612 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [38:13, 37:15] ( 1292 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:34, 04:06](1816 MB) +PASS -- TEST 'regional_control_faster_intel' [07:45, 06:46](994 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 08:34] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:50, 03:19](1566 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:56, 03:19](1569 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:31, 03:49](772 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:31, 03:26](775 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:47, 05:43](1084 MB) +PASS -- TEST 'control_ras_debug_intel' [05:29, 03:28](780 MB) +PASS -- TEST 'control_diag_debug_intel' [07:53, 03:24](1628 MB) +PASS -- TEST 'control_debug_p8_intel' [08:59, 04:04](1857 MB) +PASS -- TEST 'regional_debug_intel' [27:55, 22:31](1029 MB) +PASS -- TEST 'rap_control_debug_intel' [10:27, 06:12](1156 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:27, 06:08](1155 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [10:27, 06:15](1161 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:28, 06:16](1160 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:28, 06:16](1165 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:41, 06:33](1241 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:27, 06:24](1159 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:25, 06:22](1158 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:26, 06:13](1168 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:26, 06:12](1161 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:25, 06:04](1157 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:26, 06:11](1161 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:29, 10:08](1138 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:26, 06:09](1154 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:27, 07:28](1165 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:25, 06:11](1153 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:28, 10:43](1162 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 05:29] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:00, 16:39](1644 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:13, 31:21] ( 3 warnings 1024 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:18, 05:13](1044 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:02, 08:16](897 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:04, 04:23](866 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:23, 07:56](943 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:36, 04:01](898 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:04, 04:39](855 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:29, 06:27](895 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:30, 02:23](847 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [35:13, 32:52] ( 3 warnings 1197 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:58, 02:54](1097 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:50, 01:38](1037 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:48, 01:47](1008 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:13, 31:50] ( 3 warnings 1044 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:02, 05:32](907 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 05:08] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:30, 06:06](1040 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 05:58](1043 MB) +PASS -- TEST 'conus13km_debug_intel' [20:02, 18:49](1145 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:00, 19:14](860 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [11:55, 10:52](1094 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:54, 18:56](1215 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:17] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:28, 06:22](1059 MB) + +PASS -- COMPILE 'hafsw_intel' [40:13, 39:34] ( 1 warnings 1416 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:28, 06:57](698 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:39, 06:21](1050 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:42, 09:20](757 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:30, 16:40](784 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:44, 18:07](796 MB) +PASS -- TEST 'gnv1_nested_intel' [09:46, 07:06](1664 MB) + +PASS -- COMPILE 'hafs_all_intel' [37:13, 36:17] ( 1263 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:22, 08:40](744 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:26, 08:43](733 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:11, 08:22] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:25, 03:41](1065 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 02:10](1035 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:25, 03:41](940 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:25, 03:38](923 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:25, 03:40](927 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:25, 03:39](1064 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:25, 03:40](1066 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:24, 03:37](942 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:19, 07:58](893 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:18, 07:48](853 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:22, 03:38](1066 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:25, 05:07](2420 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:24, 05:19](2407 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 03:38] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:22, 08:10](1015 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 08:27] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:23, 03:37](1066 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:46] ( 60 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:37, 01:39](232 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:30, 01:23](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:28, 00:53](252 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [37:13, 36:36] ( 1013 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:17, 05:29](1893 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [36:13, 35:44] ( 1013 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:33, 05:42](1894 MB) + +PASS -- COMPILE 'atml_intel' [37:13, 37:05] ( 8 warnings 1165 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:46, 07:57](1845 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:46, 07:56](1854 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:54, 04:13](1065 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:11, 06:07] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:48, 08:01](1888 MB) + +PASS -- COMPILE 'atmw_intel' [38:14, 37:55] ( 1258 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:35, 02:33](1851 MB) + +PASS -- COMPILE 'atmaero_intel' [36:13, 35:42] ( 1096 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:26, 05:41](1933 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:20, 06:20](1712 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:09, 06:33](1722 MB) SYNOPSIS: -Starting Date/Time: 20240809 11:54:43 -Ending Date/Time: 20240809 19:34:18 -Total Time: 07h:40m:12s +Starting Date/Time: 20240819 22:24:20 +Ending Date/Time: 20240820 02:44:40 +Total Time: 04h:22m:30s Compiles Completed: 36/36 Tests Completed: 164/164 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 568d6ae430..55bab8d4bc 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: -09690a092f727349365fac81c2d2096127bb8f12 +4507a4e71f5490cf64ae981fd7b9facf85867858 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,285 +35,285 @@ 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-20240813 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2094749 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_742584 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:11, 18:10] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:38, 14:25](2084 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:11, 17:28] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:52, 14:42](2081 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 23:45] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:36, 18:08](1948 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:11, 18:59](2129 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:13, 08:52](1218 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:38, 20:16](1873 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:11, 25:21] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:56, 18:06](1959 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:06, 19:04](2131 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:59, 09:03](1204 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:50, 20:16](1874 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:11, 22:23] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:43, 17:45](1944 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 20:55] ( 1 warnings 10 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:48, 17:43](1940 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:11, 09:09] ( 1525 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [29:52, 27:29](1925 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:11, 09:19] ( 1525 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:39, 27:32](1940 MB) PASS -- COMPILE 's2swa_intel' [18:11, 17:23] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:30, 14:25](2129 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:38, 14:14](2130 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:48, 07:48](1819 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:30, 14:22](2154 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:48, 08:01](1705 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:31, 13:06](2431 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [16:29, 14:19](2119 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:30, 12:29](2040 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:42, 14:04](2134 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:27, 16:32](2720 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:54, 08:36](2714 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:14, 11:38](3687 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:42, 07:09](3497 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:25, 05:52](2101 MB) - -PASS -- COMPILE 's2sw_intel' [17:11, 16:38] ( 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [14:59, 13:59](1976 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:10, 04:47](2041 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:11, 09:08] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:28, 08:39](2165 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:11, 08:31] ( 1450 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:08, 06:10](2003 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:11, 15:41] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:16, 04:46](2041 MB) - -PASS -- COMPILE 's2s_intel' [16:11, 15:56] ( 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [11:56, 10:11](3053 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:56, 03:23](3030 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:57, 02:12](2480 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:11, 17:27] ( 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:26, 14:34](2133 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 19:56] ( 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:15, 18:14](1995 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:17, 08:58](1242 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:06, 20:25](1910 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 08:21] ( 1560 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:19, 29:35](1975 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:25, 03:45](690 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:45, 03:09](1591 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:48, 03:19](1594 MB) -PASS -- TEST 'control_latlon_intel' [04:38, 03:10](1588 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:47, 03:11](1582 MB) -PASS -- TEST 'control_c48_intel' [10:48, 09:29](1709 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:31, 08:07](834 MB) -PASS -- TEST 'control_c192_intel' [12:50, 11:41](1717 MB) -PASS -- TEST 'control_c384_intel' [14:45, 12:45](1959 MB) -PASS -- TEST 'control_c384gdas_intel' [12:25, 09:48](1326 MB) -PASS -- TEST 'control_stochy_intel' [02:24, 01:50](642 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:36, 01:05](476 MB) -PASS -- TEST 'control_lndp_intel' [02:20, 01:45](650 MB) -PASS -- TEST 'control_iovr4_intel' [03:24, 02:43](640 MB) -PASS -- TEST 'control_iovr5_intel' [03:23, 02:42](642 MB) -PASS -- TEST 'control_p8_intel' [05:15, 03:28](1870 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:16, 03:28](1874 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:28, 03:19](1878 MB) -PASS -- TEST 'control_restart_p8_intel' [03:01, 02:03](1089 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:05, 03:23](1870 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:12, 02:02](1123 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:00, 03:34](1869 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:55, 03:44](1954 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:46, 05:55](1874 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:23, 04:56](1934 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:18, 03:28](1883 MB) -PASS -- TEST 'merra2_thompson_intel' [05:31, 03:48](1877 MB) -PASS -- TEST 'regional_control_intel' [07:37, 06:26](1080 MB) -PASS -- TEST 'regional_restart_intel' [04:35, 03:33](1075 MB) -PASS -- TEST 'regional_decomp_intel' [07:37, 07:03](1070 MB) -PASS -- TEST 'regional_2threads_intel' [05:34, 04:33](1065 MB) -PASS -- TEST 'regional_noquilt_intel' [07:37, 06:22](1383 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:37, 06:23](1087 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:33, 06:24](1077 MB) -PASS -- TEST 'regional_wofs_intel' [08:32, 07:51](1900 MB) - -PASS -- COMPILE 'rrfs_intel' [14:11, 13:12] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:15, 08:27](1056 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:53, 05:10](1235 MB) -PASS -- TEST 'rap_decomp_intel' [09:56, 08:41](1027 MB) -PASS -- TEST 'rap_2threads_intel' [10:19, 08:29](1160 MB) -PASS -- TEST 'rap_restart_intel' [06:28, 04:23](1044 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:55, 08:19](1046 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:55, 08:37](1027 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:29, 06:17](1079 MB) -PASS -- TEST 'hrrr_control_intel' [06:08, 04:20](1028 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:58, 04:25](1021 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:55, 04:09](1090 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:48, 02:21](944 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:20, 08:16](1050 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 10:00](1987 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:25, 09:43](2031 MB) - -PASS -- COMPILE 'csawmg_intel' [13:11, 12:27] -PASS -- TEST 'control_csawmg_intel' [07:36, 06:36](1017 MB) -PASS -- TEST 'control_ras_intel' [04:22, 03:29](712 MB) - -PASS -- COMPILE 'wam_intel' [13:11, 12:40] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:44, 12:37](1666 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 13:02] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:17, 03:20](1885 MB) -PASS -- TEST 'regional_control_faster_intel' [07:34, 06:17](1071 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 10:12] ( 884 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:49, 02:47](1610 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:53, 02:41](1619 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:25, 03:04](816 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:25, 02:46](820 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:45, 04:19](1127 MB) -PASS -- TEST 'control_ras_debug_intel' [03:25, 02:48](818 MB) -PASS -- TEST 'control_diag_debug_intel' [03:49, 02:50](1673 MB) -PASS -- TEST 'control_debug_p8_intel' [04:49, 03:09](1907 MB) -PASS -- TEST 'regional_debug_intel' [18:45, 17:28](1093 MB) -PASS -- TEST 'rap_control_debug_intel' [05:28, 05:02](1212 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:27, 04:40](1198 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:27, 04:50](1205 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:24, 04:59](1198 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 05:20](1211 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:29, 05:13](1287 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 05:02](1209 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:19, 05:08](1211 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 05:02](1201 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:27, 04:58](1212 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:25, 04:51](1197 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:25, 04:56](1211 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 08:07](1198 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:20, 04:48](1203 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 06:07](1207 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:26, 04:55](1205 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:28, 08:38](1213 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:10, 06:21] ( 839 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:47, 13:18](1679 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:10, 12:33] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:01, 04:53](1130 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:23, 07:08](999 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:23, 03:48](933 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:09, 07:18](1067 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:04, 03:41](938 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:03, 03:55](904 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:31, 05:20](973 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:29, 02:03](879 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 12:33] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:49, 02:44](1168 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:41, 01:14](1116 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:45, 01:31](1065 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:42] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:41, 04:34](974 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 06:40] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:22, 04:54](1083 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:23, 04:49](1086 MB) -PASS -- TEST 'conus13km_debug_intel' [15:47, 15:03](1229 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:51, 15:14](926 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:52, 08:28](1168 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:48, 14:49](1306 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 06:32] ( 787 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:26, 05:01](1140 MB) - -PASS -- COMPILE 'hafsw_intel' [15:10, 14:38] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:17, 06:01](732 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:30, 06:18](1123 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:24, 07:35](828 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [26:16, 24:27](848 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:18, 28:16](867 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:00, 07:00](520 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:30, 08:17](502 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:54, 03:26](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:20, 09:25](483 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:54, 04:37](520 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:51, 04:23](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:54, 05:37](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:31, 01:32](402 MB) -PASS -- TEST 'gnv1_nested_intel' [07:14, 04:24](1730 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:10, 06:43] ( 1467 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:04, 13:11](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:10, 14:38] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:02, 13:09](642 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:10, 13:04](724 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 14:06] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:22, 08:40](707 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:11, 13:36] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:16, 07:24](814 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:12, 07:31](799 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:21](1203 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:19] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:18, 02:58](1153 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:19, 01:57](1112 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 02:50](1024 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:53](1020 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:54](1019 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 02:58](1139 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:59](1159 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:51](1019 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:07, 06:34](1024 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:01, 06:30](1005 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 03:01](1149 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 04:19](2451 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:24](2448 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 06:04] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:17, 06:31](1085 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 08:57] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:57](1154 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:35] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:30, 01:02](256 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 00:56](325 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:26, 00:36](319 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:10, 13:15] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:09, 04:12](1963 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:10, 13:10] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:05, 03:57](1947 MB) - -PASS -- COMPILE 'atml_intel' [14:11, 13:51] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:30, 04:48](1865 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:20, 04:51](1865 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:50, 02:45](1048 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:10, 07:26] ( 882 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:21, 05:49](1896 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 13:17] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:17, 02:07](1908 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 12:35] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:14, 04:33](1983 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:13, 05:21](1782 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:58, 05:24](1779 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [07:11, 06:55] ( 884 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:55, 20:19](4564 MB) +PASS -- TEST 'cpld_control_p8_intel' [16:42, 15:01](2125 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:50, 14:32](2129 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:47, 08:09](1822 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:42, 14:26](2159 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:47, 08:04](1705 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:42, 13:15](2428 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:42, 14:19](2124 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:50, 12:17](2036 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:50, 14:37](2135 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [19:44, 16:20](2717 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:00, 09:05](2719 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:40, 11:40](3691 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:49, 07:17](3497 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:33, 06:00](2117 MB) + +PASS -- COMPILE 's2sw_intel' [16:11, 15:33] ( 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:04, 13:49](1973 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:13, 04:48](2044 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:10, 09:18] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:13, 08:49](2153 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:11, 08:30] ( 1450 warnings 1230 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:05, 06:07](2005 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:11, 14:57] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:14, 04:49](2046 MB) + +PASS -- COMPILE 's2s_intel' [15:11, 14:50] ( 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [10:57, 10:04](3051 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:56, 03:30](3029 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:02, 02:17](2487 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:31] ( 10 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:24, 14:49](2136 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:11, 18:20] ( 10 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:13, 18:29](1994 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:26, 09:00](1244 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:04, 20:31](1916 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:11, 08:05] ( 1560 warnings 2000 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:14, 29:33](1971 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:11, 13:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:29, 03:49](691 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:52, 03:09](1582 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:53, 03:16](1586 MB) +PASS -- TEST 'control_latlon_intel' [04:44, 03:12](1592 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:54, 03:14](1588 MB) +PASS -- TEST 'control_c48_intel' [10:50, 09:31](1705 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:34, 08:09](844 MB) +PASS -- TEST 'control_c192_intel' [12:52, 11:45](1731 MB) +PASS -- TEST 'control_c384_intel' [14:49, 12:51](1964 MB) +PASS -- TEST 'control_c384gdas_intel' [12:34, 09:52](1339 MB) +PASS -- TEST 'control_stochy_intel' [02:22, 01:51](639 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:43, 01:04](477 MB) +PASS -- TEST 'control_lndp_intel' [02:27, 01:43](644 MB) +PASS -- TEST 'control_iovr4_intel' [03:26, 02:46](638 MB) +PASS -- TEST 'control_iovr5_intel' [03:28, 02:43](641 MB) +PASS -- TEST 'control_p8_intel' [05:13, 03:38](1891 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:15, 03:41](1887 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:24, 03:28](1884 MB) +PASS -- TEST 'control_restart_p8_intel' [03:15, 02:02](1091 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:20, 03:26](1879 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:11, 02:00](1127 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:04, 03:33](1863 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:59, 03:38](1960 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:40, 05:59](1872 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:22, 04:58](1950 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:14, 03:34](1889 MB) +PASS -- TEST 'merra2_thompson_intel' [05:32, 03:52](1885 MB) +PASS -- TEST 'regional_control_intel' [07:34, 06:30](1077 MB) +PASS -- TEST 'regional_restart_intel' [04:37, 03:33](1077 MB) +PASS -- TEST 'regional_decomp_intel' [07:31, 06:48](1073 MB) +PASS -- TEST 'regional_2threads_intel' [05:36, 04:41](1062 MB) +PASS -- TEST 'regional_noquilt_intel' [07:33, 06:27](1388 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:39, 06:25](1077 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:38, 06:29](1080 MB) +PASS -- TEST 'regional_wofs_intel' [08:31, 07:57](1899 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 13:38] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [10:16, 08:26](1054 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:55, 05:19](1258 MB) +PASS -- TEST 'rap_decomp_intel' [10:10, 08:40](1020 MB) +PASS -- TEST 'rap_2threads_intel' [09:55, 08:29](1165 MB) +PASS -- TEST 'rap_restart_intel' [06:34, 04:23](1039 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:54, 08:22](1049 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:53, 08:38](1018 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:29, 06:17](1066 MB) +PASS -- TEST 'hrrr_control_intel' [05:58, 04:23](1029 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:58, 04:26](1022 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:55, 04:11](1096 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:39, 02:23](950 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:17, 08:17](1051 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:23, 10:05](1986 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:24, 09:43](2024 MB) + +PASS -- COMPILE 'csawmg_intel' [13:11, 12:47] +PASS -- TEST 'control_csawmg_intel' [07:39, 06:38](1020 MB) +PASS -- TEST 'control_ras_intel' [04:31, 03:30](714 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 12:24] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:50, 12:35](1655 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:11, 12:45] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:20, 03:23](1884 MB) +PASS -- TEST 'regional_control_faster_intel' [07:31, 06:16](1071 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 09:27] ( 884 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:47, 02:46](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:51, 02:47](1616 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:04](817 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:24, 02:51](822 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:46, 04:23](1127 MB) +PASS -- TEST 'control_ras_debug_intel' [03:24, 02:51](818 MB) +PASS -- TEST 'control_diag_debug_intel' [03:48, 02:52](1680 MB) +PASS -- TEST 'control_debug_p8_intel' [04:48, 03:09](1906 MB) +PASS -- TEST 'regional_debug_intel' [18:44, 17:36](1094 MB) +PASS -- TEST 'rap_control_debug_intel' [05:25, 05:03](1213 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:26, 05:15](1208 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:26, 04:56](1204 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:24, 05:00](1207 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:20, 05:02](1209 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:30, 05:17](1290 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:26, 05:03](1214 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:06](1204 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:27, 05:00](1206 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:27, 04:56](1210 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:28, 04:43](1207 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 04:53](1204 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:20, 08:00](1209 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:22, 04:55](1197 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:29, 06:11](1201 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:21, 04:59](1210 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:22, 08:36](1210 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:11, 06:33] ( 839 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:52, 13:13](1687 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 13:04] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:53, 04:52](1121 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:15, 07:10](1000 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:32, 03:47](933 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:50, 07:18](1069 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:05, 03:40](943 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:04, 03:54](897 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:23, 05:22](975 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:26, 02:03](874 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:13, 13:10] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:56, 02:41](1172 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:45, 01:16](1110 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:44, 01:32](1071 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 12:23] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:44, 04:33](968 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:10, 06:30] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:21, 04:53](1083 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:24, 04:47](1069 MB) +PASS -- TEST 'conus13km_debug_intel' [15:49, 14:35](1228 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:46, 15:01](932 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:45, 08:50](1169 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:45, 14:35](1293 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:10, 07:26] ( 787 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:25, 05:05](1132 MB) + +PASS -- COMPILE 'hafsw_intel' [16:11, 15:16] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:16, 06:00](743 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:30, 06:23](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:27, 07:33](819 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:14, 24:38](848 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:18, 28:17](871 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:07, 07:02](494 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:26, 08:21](507 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:52, 03:27](378 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:20, 09:29](482 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:55, 04:42](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:57, 04:26](525 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:56, 05:41](578 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:30, 01:37](400 MB) +PASS -- TEST 'gnv1_nested_intel' [07:17, 04:23](1727 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:10, 07:55] ( 1467 warnings 1502 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:04, 13:16](584 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:11, 15:07] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:06, 13:00](639 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [15:10, 13:14](727 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:12, 14:07] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:18, 08:41](713 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:11, 14:01] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:20, 07:30](816 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:13, 07:32](793 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:54, 16:17](1202 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 09:49] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:19, 03:00](1161 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:22, 02:00](1110 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 02:53](1023 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:17, 02:53](1024 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 02:55](1020 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:17, 02:59](1154 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 03:02](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:17, 02:52](1021 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:12, 06:35](1012 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:11, 06:26](1004 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:15, 03:04](1163 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:18, 04:20](2446 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:18, 04:23](2388 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 05:07] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:18, 06:31](1066 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:12, 09:54] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:17, 02:58](1151 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:37] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:31, 01:02](251 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:23, 01:00](323 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:27, 00:36](322 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 13:34] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:07, 04:08](1976 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 13:17] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:12, 03:56](1943 MB) + +PASS -- COMPILE 'atml_intel' [15:10, 14:12] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:23, 04:52](1870 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:21, 04:50](1861 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:09, 02:45](1075 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:10, 08:15] ( 882 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:27, 06:06](1899 MB) + +PASS -- COMPILE 'atmw_intel' [14:10, 13:27] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:18, 02:10](1906 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 13:09] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:12, 04:39](1995 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:14, 05:22](1774 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:00, 05:24](1785 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:10, 06:27] ( 884 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:00, 20:26](4557 MB) SYNOPSIS: -Starting Date/Time: 20240816 07:58:43 -Ending Date/Time: 20240816 09:32:32 -Total Time: 01h:34m:18s +Starting Date/Time: 20240819 14:15:54 +Ending Date/Time: 20240819 15:49:36 +Total Time: 01h:34m:22s Compiles Completed: 41/41 Tests Completed: 185/185 diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 7c0ec9e0c0..f9edcb1f64 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: -09690a092f727349365fac81c2d2096127bb8f12 +4507a4e71f5490cf64ae981fd7b9facf85867858 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,9 +9,9 @@ Submodule hashes used in testing: fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) 2ffee5cd48e0c389bdf75c0d910b3f6d53263563 CICE-interface/CICE (CICE6.0.0-451-g2ffee5c) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e4) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop) + 66bded5b3e6fefc181f7df433acd18c392267311 FV3 (heads/develop-66-g66bded5) 3f81533642be6060e1ac382ac99ce1481892dddd FV3/atmos_cubed_sphere (201912_public_release-404-g3f81533) 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) 1d9b076503c27cd4cfa8b22a977a71e889cbb149 FV3/ccpp/physics (EP4-851-g1d9b0765) @@ -21,7 +21,7 @@ Submodule hashes used in testing: -7476b8f2790a47d788f79cebfdbb551567ae7cf8 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) - 5c9aee9ab1f61281bc62f38e0a22c13fb23c520a MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10196-g5c9aee9ab) + 00f8ea2023f5ed58f0605cea373094f65ee90f64 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10197-g00f8ea202) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) @@ -35,239 +35,239 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240813 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/dusan.jovic/FV3_RT/rt_219249 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240819 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_237615 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:25, 11:06] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [55:42, 01:36](3102 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:29, 11:54] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [54:38, 01:57](1819 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [36:32, 01:41](1843 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [36:19, 02:18](973 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [54:39, 01:38](1791 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [12:29, 11:49] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [54:38, 01:15](1805 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:19, 05:20] ( 1505 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [00:49, 01:54](1843 MB) - -PASS -- COMPILE 's2swa_intel' [11:25, 10:57] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [55:42, 01:31](3132 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [55:42, 01:46](3129 MB) -PASS -- TEST 'cpld_restart_p8_intel' [47:28, 01:01](3061 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [55:42, 01:23](3153 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [47:27, 00:59](3082 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [55:42, 01:09](3371 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [55:42, 01:28](3121 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [55:43, 01:40](3075 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [55:42, 01:46](3135 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [55:51, 04:19](4118 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [36:58, 04:03](4263 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [55:42, 01:46](3117 MB) - -PASS -- COMPILE 's2sw_intel' [11:24, 10:34] ( 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [55:43, 00:49](1831 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [55:43, 01:00](1891 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:24, 10:32] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [55:43, 01:03](1885 MB) - -PASS -- COMPILE 's2s_intel' [11:24, 10:27] ( 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [55:42, 00:53](2866 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [55:42, 01:27](2873 MB) -PASS -- TEST 'cpld_restart_c48_intel' [51:39, 01:11](2293 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:34, 16:29] ( 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [49:33, 01:47](3132 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [12:29, 11:41] ( 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [54:38, 00:59](1817 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [37:08, 01:24](983 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [36:51, 01:46](1802 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 05:13] ( 1541 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [54:30, 01:43](1860 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:22, 08:49] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [46:20, 01:17](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [46:20, 00:26](1467 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [46:20, 00:28](1475 MB) -PASS -- TEST 'control_latlon_intel' [46:20, 00:29](1473 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [46:20, 00:33](1475 MB) -PASS -- TEST 'control_c48_intel' [46:19, 00:50](1563 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [46:19, 00:41](692 MB) -PASS -- TEST 'control_c192_intel' [46:20, 01:11](1572 MB) -PASS -- TEST 'control_c384_intel' [46:24, 01:50](1865 MB) -PASS -- TEST 'control_c384gdas_intel' [46:24, 01:57](1063 MB) -PASS -- TEST 'control_stochy_intel' [46:20, 00:24](526 MB) -PASS -- TEST 'control_stochy_restart_intel' [43:54, 01:01](330 MB) -PASS -- TEST 'control_lndp_intel' [46:20, 00:30](527 MB) -PASS -- TEST 'control_iovr4_intel' [46:20, 00:38](522 MB) -PASS -- TEST 'control_iovr5_intel' [46:20, 00:40](518 MB) -PASS -- TEST 'control_p8_intel' [43:54, 01:48](1753 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [42:52, 01:57](1761 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [42:51, 02:00](1769 MB) -PASS -- TEST 'control_restart_p8_intel' [38:32, 00:57](908 MB) -PASS -- TEST 'control_noqr_p8_intel' [42:51, 01:49](1759 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [37:30, 01:08](920 MB) -PASS -- TEST 'control_decomp_p8_intel' [42:34, 01:30](1753 MB) -PASS -- TEST 'control_2threads_p8_intel' [42:31, 01:47](1840 MB) -PASS -- TEST 'control_p8_lndp_intel' [42:25, 01:02](1756 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [42:20, 01:47](1817 MB) -PASS -- TEST 'control_p8_mynn_intel' [41:54, 01:47](1773 MB) -PASS -- TEST 'merra2_thompson_intel' [41:54, 01:41](1761 MB) -PASS -- TEST 'regional_control_intel' [41:45, 01:10](844 MB) -PASS -- TEST 'regional_restart_intel' [35:04, 00:25](836 MB) -PASS -- TEST 'regional_decomp_intel' [41:37, 00:55](842 MB) -PASS -- TEST 'regional_2threads_intel' [41:25, 00:51](898 MB) -PASS -- TEST 'regional_noquilt_intel' [41:10, 00:26](1172 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [40:47, 01:19](844 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [39:34, 00:11](845 MB) -PASS -- TEST 'regional_wofs_intel' [39:33, 00:23](1569 MB) - -PASS -- COMPILE 'rrfs_intel' [09:22, 08:28] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [38:20, 01:35](911 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [37:31, 01:06](1065 MB) -PASS -- TEST 'rap_decomp_intel' [37:30, 01:14](916 MB) -PASS -- TEST 'rap_2threads_intel' [37:27, 01:27](992 MB) -PASS -- TEST 'rap_restart_intel' [29:07, 01:15](783 MB) -PASS -- TEST 'rap_sfcdiff_intel' [37:21, 02:01](908 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [37:21, 01:42](909 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [27:56, 01:48](778 MB) -PASS -- TEST 'hrrr_control_intel' [36:34, 01:12](907 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [35:59, 00:57](907 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [35:43, 01:14](981 MB) -PASS -- TEST 'hrrr_control_restart_intel' [31:09, 01:02](736 MB) -PASS -- TEST 'rrfs_v1beta_intel' [35:26, 02:05](904 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [35:07, 00:40](1865 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [35:01, 01:02](1858 MB) - -PASS -- COMPILE 'csawmg_intel' [08:21, 07:54] -PASS -- TEST 'control_csawmg_intel' [47:21, 00:23](865 MB) -PASS -- TEST 'control_ras_intel' [47:21, 00:50](557 MB) - -PASS -- COMPILE 'wam_intel' [08:21, 07:50] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [47:20, 00:26](1564 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [08:21, 08:05] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [47:20, 02:03](1762 MB) -PASS -- TEST 'regional_control_faster_intel' [47:19, 00:23](838 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:22, 07:26] ( 869 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [34:42, 01:17](1498 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [34:23, 01:26](1493 MB) -PASS -- TEST 'control_stochy_debug_intel' [34:22, 00:41](703 MB) -PASS -- TEST 'control_lndp_debug_intel' [34:11, 01:01](702 MB) -PASS -- TEST 'control_csawmg_debug_intel' [34:05, 00:28](1003 MB) -PASS -- TEST 'control_ras_debug_intel' [33:58, 01:07](705 MB) -PASS -- TEST 'control_diag_debug_intel' [33:58, 01:11](1556 MB) -PASS -- TEST 'control_debug_p8_intel' [33:12, 00:51](1787 MB) -PASS -- TEST 'regional_debug_intel' [33:02, 00:21](886 MB) -PASS -- TEST 'rap_control_debug_intel' [32:34, 00:47](1082 MB) -PASS -- TEST 'hrrr_control_debug_intel' [31:55, 00:48](1078 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [31:18, 00:41](1080 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [31:17, 00:41](1081 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [30:50, 00:40](1083 MB) -PASS -- TEST 'rap_diag_debug_intel' [30:34, 00:36](1164 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [29:51, 00:33](1085 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [29:47, 00:34](1082 MB) -PASS -- TEST 'rap_lndp_debug_intel' [29:45, 00:37](1085 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [29:26, 00:43](1082 MB) -PASS -- TEST 'rap_noah_debug_intel' [29:23, 00:46](1081 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [29:07, 00:44](1080 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [29:05, 00:27](1076 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [28:30, 00:50](1078 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [28:28, 00:58](1083 MB) -PASS -- TEST 'rap_flake_debug_intel' [28:23, 00:41](1086 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [27:56, 01:53](1085 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:21, 04:26] ( 825 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [49:17, 01:16](1577 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:23, 07:53] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:40, 01:16](917 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [26:46, 01:54](781 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [26:00, 02:19](781 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [25:58, 01:42](838 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [25:44, 02:23](827 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [25:34, 01:45](779 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:38, 01:28](680 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [20:13, 00:20](660 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:22, 07:50] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [25:24, 01:06](993 MB) -PASS -- TEST 'conus13km_2threads_intel' [21:32, 00:56](994 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [20:44, 00:44](869 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:24, 07:50] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [25:21, 01:27](808 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:19, 04:34] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [25:07, 00:56](959 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [24:50, 00:54](957 MB) -PASS -- TEST 'conus13km_debug_intel' [24:48, 01:16](1045 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:22, 01:04](716 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:59, 01:07](1046 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:37, 01:17](1115 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:19, 04:40] ( 773 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [23:23, 00:48](981 MB) - -PASS -- COMPILE 'hafsw_intel' [10:25, 09:21] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [23:24, 02:14](599 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [23:20, 01:01](947 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [22:55, 01:51](647 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [22:55, 02:21](674 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:35, 02:14](698 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [21:54, 01:05](376 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [21:50, 02:15](391 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [21:39, 01:38](302 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [20:29, 03:43](376 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [20:13, 01:40](404 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [20:13, 00:56](417 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [19:55, 00:47](483 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [19:36, 00:28](319 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:19, 04:52] ( 1449 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [19:32, 01:09](511 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [09:24, 09:06] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:49, 01:39](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:41, 01:31](703 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:25, 09:32] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:38, 01:10](707 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:22, 08:32] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [18:21, 02:48](644 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [18:00, 02:40](622 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:44, 01:07](879 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:25, 09:33] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [17:05, 00:39](1828 MB) - -PASS -- COMPILE 'atml_intel' [09:23, 08:52] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [06:20, 05:28] ( 868 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [08:27, 08:03] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [17:04, 01:18](3026 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [16:53, 01:47](2912 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [16:36, 01:42](2921 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:19, 04:27] ( 870 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [16:21, 01:22](4447 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:27, 11:21] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [52:47, 01:27](3103 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:29, 11:50] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [52:45, 01:54](1805 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [34:40, 01:40](1837 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [34:37, 02:13](973 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:46, 02:25](1792 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:30, 12:21] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [51:45, 01:08](1812 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:21, 05:25] ( 1505 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [58:55, 01:51](1839 MB) + +PASS -- COMPILE 's2swa_intel' [12:29, 12:08] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [52:45, 01:37](3134 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [52:45, 01:54](3127 MB) +PASS -- TEST 'cpld_restart_p8_intel' [44:26, 01:14](3059 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [52:45, 01:34](3149 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [44:26, 01:42](3077 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [52:45, 01:01](3372 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [52:45, 01:39](3122 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [52:46, 01:29](3073 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [52:45, 01:50](3132 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [52:54, 04:22](4125 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [33:53, 05:26](4265 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [52:45, 01:54](3109 MB) + +PASS -- COMPILE 's2sw_intel' [11:27, 11:07] ( 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [53:49, 00:44](1821 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [53:49, 01:54](1888 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:27, 10:15] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [53:48, 01:59](1894 MB) + +PASS -- COMPILE 's2s_intel' [11:27, 10:49] ( 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [53:48, 00:52](2867 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [53:48, 01:22](2879 MB) +PASS -- TEST 'cpld_restart_c48_intel' [49:42, 01:14](2286 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:34, 16:04] ( 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [48:41, 02:02](3132 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:25, 11:32] ( 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [52:49, 00:58](1820 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [35:23, 01:22](981 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:24, 01:42](1805 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:30, 05:14] ( 1541 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [52:24, 01:23](1858 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:29, 09:04] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [44:19, 01:24](568 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [44:19, 00:25](1470 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [44:19, 01:25](1478 MB) +PASS -- TEST 'control_latlon_intel' [44:19, 01:21](1470 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [44:19, 01:28](1476 MB) +PASS -- TEST 'control_c48_intel' [44:18, 00:48](1558 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [44:18, 00:40](692 MB) +PASS -- TEST 'control_c192_intel' [44:19, 01:09](1575 MB) +PASS -- TEST 'control_c384_intel' [44:23, 02:01](1846 MB) +PASS -- TEST 'control_c384gdas_intel' [44:23, 02:45](1065 MB) +PASS -- TEST 'control_stochy_intel' [44:19, 00:23](523 MB) +PASS -- TEST 'control_stochy_restart_intel' [41:53, 01:05](331 MB) +PASS -- TEST 'control_lndp_intel' [44:19, 00:29](526 MB) +PASS -- TEST 'control_iovr4_intel' [44:19, 00:42](521 MB) +PASS -- TEST 'control_iovr5_intel' [44:19, 00:41](522 MB) +PASS -- TEST 'control_p8_intel' [44:18, 02:00](1765 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [44:10, 01:58](1754 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [44:06, 02:03](1769 MB) +PASS -- TEST 'control_restart_p8_intel' [38:39, 00:47](909 MB) +PASS -- TEST 'control_noqr_p8_intel' [41:53, 01:40](1752 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [36:34, 01:02](917 MB) +PASS -- TEST 'control_decomp_p8_intel' [40:49, 01:33](1758 MB) +PASS -- TEST 'control_2threads_p8_intel' [40:48, 01:56](1841 MB) +PASS -- TEST 'control_p8_lndp_intel' [40:47, 00:57](1755 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [40:29, 01:47](1813 MB) +PASS -- TEST 'control_p8_mynn_intel' [40:02, 01:39](1774 MB) +PASS -- TEST 'merra2_thompson_intel' [39:31, 01:38](1765 MB) +PASS -- TEST 'regional_control_intel' [39:23, 00:15](841 MB) +PASS -- TEST 'regional_restart_intel' [33:29, 00:22](841 MB) +PASS -- TEST 'regional_decomp_intel' [39:19, 00:59](842 MB) +PASS -- TEST 'regional_2threads_intel' [39:17, 00:50](893 MB) +PASS -- TEST 'regional_noquilt_intel' [38:42, 00:16](1170 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [38:28, 01:20](840 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [38:27, 01:17](844 MB) +PASS -- TEST 'regional_wofs_intel' [38:26, 00:27](1573 MB) + +PASS -- COMPILE 'rrfs_intel' [09:29, 08:33] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [37:53, 02:11](910 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [37:38, 01:01](1059 MB) +PASS -- TEST 'rap_decomp_intel' [37:35, 01:43](910 MB) +PASS -- TEST 'rap_2threads_intel' [36:19, 01:19](991 MB) +PASS -- TEST 'rap_restart_intel' [28:07, 01:21](779 MB) +PASS -- TEST 'rap_sfcdiff_intel' [35:26, 01:54](907 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [35:26, 01:37](909 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [25:56, 01:26](777 MB) +PASS -- TEST 'hrrr_control_intel' [34:43, 01:52](906 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [34:31, 01:46](906 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [34:04, 01:46](982 MB) +PASS -- TEST 'hrrr_control_restart_intel' [28:33, 00:58](737 MB) +PASS -- TEST 'rrfs_v1beta_intel' [33:58, 02:09](904 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [33:51, 00:36](1866 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [33:02, 01:01](1852 MB) + +PASS -- COMPILE 'csawmg_intel' [08:27, 07:53] +PASS -- TEST 'control_csawmg_intel' [45:21, 00:20](863 MB) +PASS -- TEST 'control_ras_intel' [45:21, 00:48](557 MB) + +PASS -- COMPILE 'wam_intel' [08:29, 07:51] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [33:00, 00:20](1554 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:27, 08:01] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [32:28, 01:13](1757 MB) +PASS -- TEST 'regional_control_faster_intel' [32:22, 00:25](827 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:25, 07:17] ( 869 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [32:10, 01:17](1496 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [31:41, 01:18](1499 MB) +PASS -- TEST 'control_stochy_debug_intel' [31:40, 00:42](702 MB) +PASS -- TEST 'control_lndp_debug_intel' [31:39, 01:01](701 MB) +PASS -- TEST 'control_csawmg_debug_intel' [31:37, 00:25](1002 MB) +PASS -- TEST 'control_ras_debug_intel' [31:36, 00:59](708 MB) +PASS -- TEST 'control_diag_debug_intel' [31:29, 01:06](1557 MB) +PASS -- TEST 'control_debug_p8_intel' [30:37, 00:44](1790 MB) +PASS -- TEST 'regional_debug_intel' [30:11, 00:18](886 MB) +PASS -- TEST 'rap_control_debug_intel' [29:41, 00:36](1086 MB) +PASS -- TEST 'hrrr_control_debug_intel' [28:33, 00:41](1078 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [28:31, 00:35](1082 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [28:07, 00:38](1081 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [28:00, 00:42](1087 MB) +PASS -- TEST 'rap_diag_debug_intel' [27:39, 00:37](1168 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [27:14, 00:33](1084 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [27:10, 00:37](1083 MB) +PASS -- TEST 'rap_lndp_debug_intel' [27:10, 00:40](1082 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [27:09, 00:41](1083 MB) +PASS -- TEST 'rap_noah_debug_intel' [26:45, 00:43](1078 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [26:43, 00:39](1083 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [26:33, 00:37](1080 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [25:56, 00:50](1079 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [25:55, 00:56](1087 MB) +PASS -- TEST 'rap_flake_debug_intel' [25:42, 00:37](1083 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [25:03, 01:51](1087 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 04:29] ( 825 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [47:27, 00:20](1591 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:22, 07:47] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [24:54, 01:27](919 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [24:39, 02:07](781 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [24:24, 01:55](783 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [24:11, 01:48](841 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [23:28, 02:03](826 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [23:21, 01:30](780 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [16:12, 01:36](681 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [18:55, 00:23](665 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:26, 07:55] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [23:12, 01:07](996 MB) +PASS -- TEST 'conus13km_2threads_intel' [19:05, 00:50](993 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [18:27, 00:43](865 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:25, 08:02] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [22:26, 01:32](809 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:17, 04:43] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [21:57, 00:48](957 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [21:57, 01:00](956 MB) +PASS -- TEST 'conus13km_debug_intel' [21:37, 00:43](1046 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:23, 00:25](714 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [20:58, 01:02](1047 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:42, 00:26](1113 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 04:36] ( 773 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [20:37, 00:44](981 MB) + +PASS -- COMPILE 'hafsw_intel' [10:25, 09:20] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [20:40, 01:51](601 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [20:39, 00:50](947 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [20:19, 01:42](651 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [20:16, 02:18](674 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:02, 01:19](693 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [19:20, 01:08](378 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [19:13, 02:15](390 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [18:28, 01:35](292 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [18:23, 02:42](366 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [18:08, 01:34](406 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [18:08, 00:57](407 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [16:52, 00:46](485 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [16:42, 00:26](318 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:19, 05:02] ( 1449 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:25, 01:27](514 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:24, 09:09] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:17, 00:53](522 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [16:02, 01:38](704 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:25, 09:19] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:31, 01:21](704 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:24, 08:45] ( 7 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [15:18, 01:55](643 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:16, 01:56](630 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [15:11, 00:25](880 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:26, 10:07] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [15:02, 01:45](1817 MB) + +PASS -- COMPILE 'atml_intel' [09:24, 09:03] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:20, 05:15] ( 868 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [08:29, 08:13] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [14:43, 01:17](3026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [14:05, 01:59](2909 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:03, 01:56](2924 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:26, 04:26] ( 870 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [13:16, 01:38](4452 MB) SYNOPSIS: -Starting Date/Time: 20240816 11:52:28 -Ending Date/Time: 20240816 13:09:44 -Total Time: 01h:17m:47s +Starting Date/Time: 20240819 19:54:30 +Ending Date/Time: 20240819 21:13:14 +Total Time: 01h:19m:26s Compiles Completed: 33/33 Tests Completed: 156/156 diff --git a/tests/parm/MOM_input_050.IN b/tests/parm/MOM_input_050.IN index d26b887e9a..6712c11877 100644 --- a/tests/parm/MOM_input_050.IN +++ b/tests/parm/MOM_input_050.IN @@ -306,7 +306,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. @@ -328,7 +328,96 @@ 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. +! === 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 NUM_DIAG_COORDS = 1 ! default = 1 diff --git a/tests/parm/MOM_input_100.IN b/tests/parm/MOM_input_100.IN index 315cbe8995..9f68d0515b 100644 --- a/tests/parm/MOM_input_100.IN +++ b/tests/parm/MOM_input_100.IN @@ -289,7 +289,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. @@ -310,7 +310,96 @@ Z_INIT_ALE_REMAPPING = True ! [Boolean] default = False Z_INIT_REMAP_OLD_ALG = True ! [Boolean] default = False ! If false, uses the preferred remapping algorithm for initialization. If true, ! use an older, less robust algorithm for remapping. +! === 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 NUM_DIAG_COORDS = 1 diff --git a/tests/rt.sh b/tests/rt.sh index 8d2ed7a467..ff3808ac0e 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -16,7 +16,7 @@ usage() { echo " -a to use on for HPC queue" echo " -b create new baselines only for tests listed in " echo " -c create new baseline results" - echo " -d delete run direcotries that are not used by other tests" + echo " -d delete run directories that are not used by other tests" echo " -e use ecFlow workflow manager" echo " -h display this help" echo " -k keep run directory after rt.sh is completed" diff --git a/tests/test_changes.list b/tests/test_changes.list index af65968c39..462c09af4f 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,53 +1 @@ -cpld_control_p8_mixedmode intel -cpld_control_gfsv17 intel -cpld_control_gfsv17_iau intel -cpld_restart_gfsv17 intel -cpld_mpi_gfsv17 intel -cpld_control_sfs intel -cpld_debug_gfsv17 intel -cpld_control_p8 intel -cpld_control_p8.v2.sfc intel -cpld_restart_p8 intel -cpld_control_qr_p8 intel -cpld_restart_qr_p8 intel -cpld_2threads_p8 intel -cpld_decomp_p8 intel -cpld_mpi_p8 intel -cpld_control_ciceC_p8 intel -cpld_control_c192_p8 intel -cpld_restart_c192_p8 intel -cpld_bmark_p8 intel -cpld_restart_bmark_p8 intel -cpld_s2sa_p8 intel -cpld_control_noaero_p8 intel -cpld_control_nowave_noaero_p8 intel -cpld_debug_p8 intel -cpld_debug_noaero_p8 intel -cpld_control_noaero_p8_agrid intel -cpld_control_c48 intel -cpld_warmstart_c48 intel -cpld_restart_c48 intel -cpld_control_p8_faster intel -cpld_control_pdlib_p8 intel -cpld_restart_pdlib_p8 intel -cpld_mpi_pdlib_p8 intel -cpld_debug_pdlib_p8 intel -hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 intel -datm_cdeps_control_cfsr intel -datm_cdeps_restart_cfsr intel -datm_cdeps_control_gefs intel -datm_cdeps_iau_gefs intel -datm_cdeps_stochy_gefs intel -datm_cdeps_ciceC_cfsr intel -datm_cdeps_bulk_cfsr intel -datm_cdeps_bulk_gefs intel -datm_cdeps_mx025_cfsr intel -datm_cdeps_mx025_gefs intel -datm_cdeps_3072x1536_cfsr intel -datm_cdeps_gfs intel -datm_cdeps_debug_cfsr intel -datm_cdeps_control_cfsr_faster intel -cpld_control_nowave_noaero_p8 gnu -cpld_control_pdlib_p8 gnu -cpld_debug_pdlib_p8 gnu -datm_cdeps_control_cfsr gnu +cpld_control_sfs intel \ No newline at end of file diff --git a/tests/tests/cpld_control_sfs b/tests/tests/cpld_control_sfs index c4ddae40b3..1d2f12753a 100644 --- a/tests/tests/cpld_control_sfs +++ b/tests/tests/cpld_control_sfs @@ -46,6 +46,13 @@ OCN_tasks=$OCN_tasks_cpl_unstr ICE_tasks=$ICE_tasks_cpl_unstr WAV_tasks=$WAV_tasks_cpl_unstr +# use downscaled warmstarts for ocean and ice +export OCNICE_WARMSTART=.true. +export MOM6_INIT_FROM_Z=False +export MOM6_INIT_UV=file +export MOM6_WARMSTART_FILE=mom6.warmstart.nc +export CICE_ICE_IC=cice.warmstart.nc + export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads