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