From 26e6db63cd73649681a8884c82b5c0260c6f9b39 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Wed, 3 Apr 2024 19:57:08 -0400 Subject: [PATCH] Enable cpl_scalars export from ATM and NoahMP for use by CMEPS (#2175) * CMEPS - allow additional dimension in cpl_scalars for CSG and regional ATM domains for use in mediator history files * CMEPS - fix mapping mask for lnd->atm * FV3 - add export of cpl_scalars * NOAHMP - add export of cpl_scalars --- .github/workflows/aux.yml | 8 +- CMEPS-interface/CMEPS | 2 +- FV3 | 2 +- NOAHMP-interface/CMakeLists.txt | 7 +- NOAHMP-interface/noahmp | 2 +- tests/bl_date.conf | 2 +- tests/default_vars.sh | 1 - tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 22 +- .../OpnReqTests_regional_control_hera.log | 24 +- tests/logs/RegressionTests_acorn.log | 547 ++++++------ tests/logs/RegressionTests_gaea.log | 540 ++++++------ tests/logs/RegressionTests_hera.log | 790 +++++++++-------- tests/logs/RegressionTests_hercules.log | 813 ++++++++++-------- tests/logs/RegressionTests_jet.log | 472 +++++----- tests/logs/RegressionTests_orion.log | 638 ++++++++------ tests/logs/RegressionTests_wcoss2.log | 460 +++++----- tests/parm/ufs.configure.atm_lnd.IN | 9 +- tests/parm/ufs.configure.atmw.IN | 4 +- tests/parm/ufs.configure.hafs_atm_docn.IN | 5 +- tests/parm/ufs.configure.hafs_atm_ocn.IN | 5 +- tests/parm/ufs.configure.hafs_atm_ocn_wav.IN | 5 +- .../ufs.configure.hafs_atm_ocn_wav_inline.IN | 5 +- .../ufs.configure.hafs_atm_ocn_wav_mom6.IN | 3 +- tests/parm/ufs.configure.hafs_atm_wav.IN | 5 +- tests/parm/ufs.configure.s2s.IN | 4 +- tests/parm/ufs.configure.s2s_aoflux_esmf.IN | 4 +- tests/parm/ufs.configure.s2s_esmf.IN | 4 +- tests/parm/ufs.configure.s2sa.IN | 4 +- tests/parm/ufs.configure.s2sa_esmf.IN | 4 +- tests/parm/ufs.configure.s2sw.IN | 4 +- tests/parm/ufs.configure.s2sw_esmf.IN | 4 +- tests/parm/ufs.configure.s2sw_fast_esmf.IN | 4 +- tests/parm/ufs.configure.s2swa.IN | 4 +- tests/parm/ufs.configure.s2swa_esmf.IN | 4 +- tests/parm/ufs.configure.s2swa_fast_esmf.IN | 4 +- tests/test_changes.list | 5 + tests/tests/atmwav_control_noaero_p8 | 1 - tests/tests/cpld_bmark_p8 | 1 - tests/tests/cpld_bmark_p8_35d | 1 - tests/tests/cpld_control_c192_p8 | 2 - tests/tests/cpld_control_c48 | 1 - tests/tests/cpld_debug_pdlib_p8 | 2 +- tests/tests/cpld_restart_bmark_p8 | 1 - tests/tests/cpld_restart_c192_p8 | 1 - tests/tests/cpld_restart_c48 | 1 - tests/tests/cpld_warmstart_c48 | 1 - tests/tests/regional_atmaq_debug | 1 + 48 files changed, 2378 insertions(+), 2103 deletions(-) diff --git a/.github/workflows/aux.yml b/.github/workflows/aux.yml index 11f4172c18..edb07c400f 100644 --- a/.github/workflows/aux.yml +++ b/.github/workflows/aux.yml @@ -30,8 +30,10 @@ jobs: steps: - name: Check up-to-dateness and post comment run: | - head_sha=${{ github.event.workflow_run.head_sha }} - git clone -q ${{ github.event.workflow_run.head_repository.html_url }} . + head_sha=${{ github.event.pull_request.head.sha }} + head_brc=${{ github.event.pull_request.head.ref }} + head_url=${{ github.event.pull_request.head.repo.html_url }} + git clone -q -b $head_brc $head_url . git checkout -q $head_sha git submodule -q update --init --recursive cd ${{ github.workspace }}/tests/ci @@ -39,7 +41,7 @@ jobs: pr_number=$(curl -sS -H $app $url/pulls \ | jq -r '.[] | select(.head.sha == "'"$head_sha"'") | .number') echo "pr_number is $pr_number" - pr_uid=${{ github.event.workflow_run.head_repository.owner.login }} + pr_uid=${{ github.event.pull_request.head.repo.owner.login }} echo "pr_uid is $pr_uid" comment="$(./repo_check.sh $pr_uid 2>/dev/null)" echo "comment is $comment" diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 758491ed66..4e19850cb0 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 758491ed6681dd6054b1ff877027e6da381e86f8 +Subproject commit 4e19850cb083bc474b7cde5dc2f8506ec74cc442 diff --git a/FV3 b/FV3 index 1b75fe2c90..1cac9d31d1 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 1b75fe2c90f2a0abf03844d867bd2afa00e86de9 +Subproject commit 1cac9d31d139b0069deb31034e2257a2a945a573 diff --git a/NOAHMP-interface/CMakeLists.txt b/NOAHMP-interface/CMakeLists.txt index e27a1e37ec..fa533818fb 100644 --- a/NOAHMP-interface/CMakeLists.txt +++ b/NOAHMP-interface/CMakeLists.txt @@ -8,9 +8,10 @@ list(APPEND _noahmp_cap_files noahmp/drivers/nuopc/lnd_comp_kind.F90 noahmp/drivers/nuopc/lnd_comp_domain.F90 noahmp/drivers/nuopc/lnd_comp_import_export.F90 noahmp/drivers/nuopc/lnd_comp_nuopc.F90 - noahmp/drivers/nuopc/lnd_comp_driver.F90) + noahmp/drivers/nuopc/lnd_comp_driver.F90 + noahmp/drivers/nuopc/lnd_comp_cplscalars.F90) -# CCPP interface +# CCPP interface list(APPEND _noahmp_ccpp_files noahmp/drivers/ccpp/noahmpdrv.F90 noahmp/drivers/ccpp/sfc_diff.f noahmp/drivers/ccpp/machine.F @@ -25,7 +26,7 @@ list(APPEND _noahmp_files noahmp/src/module_sf_noahmplsm.F90 noahmp/src/module_sf_noahmp_glacier.F90) #------------------------------------------------------------------------------ -# Set CCPP flags for C/C++/Fortran preprocessor +# Set CCPP flags for C/C++/Fortran preprocessor add_definitions(-DCCPP) #------------------------------------------------------------------------------ diff --git a/NOAHMP-interface/noahmp b/NOAHMP-interface/noahmp index 0cd3e23ae5..6a51f0295b 160000 --- a/NOAHMP-interface/noahmp +++ b/NOAHMP-interface/noahmp @@ -1 +1 @@ -Subproject commit 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 +Subproject commit 6a51f0295bc1a877475b527157a33aa86eb532fe diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 636b26b827..046381c5ba 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240315 +export BL_DATE=20240401 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index f46e790668..9bd6d6355e 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -825,7 +825,6 @@ export_ww3 # Set CMEPS component defauls export_cmeps -export ATMTILESIZE=`expr $NPX - 1` # FV3 defaults export FRAC_GRID=.true. diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index b7445431fe..88dbc1ba12 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon Apr 1 12:58:41 UTC 2024 +Wed Apr 3 13:03:42 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3809779/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1734208/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 = 268.251032 - 0: The maximum resident set size (KB) = 1265156 + 0: The total amount of wall time = 270.499708 + 0: The maximum resident set size (KB) = 1267976 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3809779/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1734208/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 = 965.834768 - 0: The maximum resident set size (KB) = 1256504 + 0: The total amount of wall time = 949.421879 + 0: The maximum resident set size (KB) = 1254204 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3809779/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1734208/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 = 246.586805 - 0: The maximum resident set size (KB) = 1233548 + 0: The total amount of wall time = 238.203503 + 0: The maximum resident set size (KB) = 1247000 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3809779/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1734208/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 = 235.970450 - 0: The maximum resident set size (KB) = 1247740 + 0: The total amount of wall time = 238.209192 + 0: The maximum resident set size (KB) = 1246248 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3809779/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1734208/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 = 242.245564 - 0: The maximum resident set size (KB) = 1242900 + 0: The total amount of wall time = 239.223169 + 0: The maximum resident set size (KB) = 1247272 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3809779/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1734208/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 = 237.390294 - 0: The maximum resident set size (KB) = 1248812 + 0: The total amount of wall time = 242.202633 + 0: The maximum resident set size (KB) = 1247172 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3809779/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1734208/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 = 242.382720 - 0: The maximum resident set size (KB) = 1242900 + 0: The total amount of wall time = 242.018158 + 0: The maximum resident set size (KB) = 1247888 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Apr 1 14:07:52 UTC 2024 -Elapsed time: 01h:09m:14s. Have a nice day! +Wed Apr 3 14:13:02 UTC 2024 +Elapsed time: 01h:09m:20s. 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 2b21c64d86..d9a81cb48a 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Mon Apr 1 18:08:14 UTC 2024 +Wed Apr 3 18:01:51 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4186917/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1612891/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 = 1299.447405 - 0: The maximum resident set size (KB) = 1367532 + 0: The total amount of wall time = 1309.881667 + 0: The maximum resident set size (KB) = 1366736 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4186917/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1612891/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 = 604.635134 - 0: The maximum resident set size (KB) = 1359688 + 0: The total amount of wall time = 385.164336 + 0: The maximum resident set size (KB) = 1359652 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_4186917/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1612891/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 = 385.824022 - 0: The maximum resident set size (KB) = 1360152 + 0: The total amount of wall time = 386.874326 + 0: The maximum resident set size (KB) = 1362372 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Apr 1 19:12:24 UTC 2024 +Wed Apr 3 19:06:01 UTC 2024 Elapsed time: 01h:04m:10s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 2c2b774530..458da1602a 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Mon Apr 1 16:00:46 UTC 2024 +Wed Apr 3 15:46:00 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3322710/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1137011/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -14,14 +14,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2150.095224 - 0: The maximum resident set size (KB) = 553404 + 0: The total amount of wall time = 2148.497446 + 0: The maximum resident set size (KB) = 557116 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3322710/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1137011/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -33,14 +33,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2151.572064 - 0: The maximum resident set size (KB) = 563124 + 0: The total amount of wall time = 2165.195419 + 0: The maximum resident set size (KB) = 563120 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3322710/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1137011/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -51,11 +51,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2129.213652 - 0: The maximum resident set size (KB) = 560932 + 0: The total amount of wall time = 2186.776168 + 0: The maximum resident set size (KB) = 554324 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Mon Apr 1 17:59:32 UTC 2024 -Elapsed time: 01h:58m:47s. Have a nice day! +Wed Apr 3 17:45:29 UTC 2024 +Elapsed time: 01h:59m:30s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 1949d65587..42fbe6350b 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,21 +1,44 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -681a70733ad51929905514527b6d5a497cd17776 +63a49c307df0bb8a28e7e8ae12200b0284d63022 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) - 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0fe9ba3020ad2f744ead7323bda414497aa33632 FV3 (remotes/origin/HEAD) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - c8a7325c040b4cb1327c55c8248e8e66972239a5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9878-gc8a7325c0) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) - a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) NOTES: @@ -24,267 +47,267 @@ 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/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240213 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_93964 +BASELINE DIRECTORY: /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_34194 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [10:30, 10:13] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [53:37, 01:21](2973 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:44, 17:13] -PASS -- TEST 'cpld_control_gfsv17_intel' [45:51, 01:24](1593 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:19, 01:23](1720 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:07, 01:23](847 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [44:53, 01:41](1570 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:20, 04:30] -PASS -- TEST 'cpld_debug_gfsv17_intel' [58:48, 02:08](1607 MB) - -PASS -- COMPILE 's2swa_intel' [10:30, 10:12] -PASS -- TEST 'cpld_control_p8_intel' [53:37, 00:52](3004 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [53:37, 01:41](2999 MB) -PASS -- TEST 'cpld_restart_p8_intel' [38:53, 01:18](3060 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [53:37, 01:46](3027 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [37:44, 00:53](3077 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [53:37, 01:15](3315 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [53:37, 01:43](2997 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [53:38, 01:36](2927 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [53:37, 01:37](3003 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [53:37, 01:06](2967 MB) - -PASS -- COMPILE 's2sw_intel' [10:30, 09:53] -PASS -- TEST 'cpld_control_noaero_p8_intel' [53:37, 00:53](1588 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [53:37, 01:01](1637 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:28, 09:11] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [54:39, 01:00](1635 MB) - -PASS -- COMPILE 's2s_intel' [12:34, 11:41] -PASS -- TEST 'cpld_control_c48_intel' [51:32, 01:12](2650 MB) - -PASS -- COMPILE 's2swa_faster_intel' [15:40, 15:01] -PASS -- TEST 'cpld_control_p8_faster_intel' [48:25, 01:38](3002 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:40, 15:29] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [47:13, 00:46](1609 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:14, 01:20](912 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:31, 01:24](1589 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:17, 03:37] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [59:51, 01:07](1617 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:29, 09:13] -PASS -- TEST 'control_flake_intel' [50:21, 00:15](576 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [50:21, 01:04](526 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [50:21, 01:09](531 MB) -PASS -- TEST 'control_latlon_intel' [50:21, 00:38](526 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [50:21, 00:40](530 MB) -PASS -- TEST 'control_c48_intel' [50:20, 01:02](722 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [50:20, 01:14](721 MB) -PASS -- TEST 'control_c192_intel' [50:21, 01:13](642 MB) -PASS -- TEST 'control_c384_intel' [50:25, 00:57](956 MB) -PASS -- TEST 'control_c384gdas_intel' [50:25, 01:43](1099 MB) -PASS -- TEST 'control_stochy_intel' [50:21, 01:07](537 MB) -PASS -- TEST 'control_stochy_restart_intel' [31:14, 00:48](337 MB) -PASS -- TEST 'control_lndp_intel' [50:21, 01:10](532 MB) -PASS -- TEST 'control_iovr4_intel' [50:21, 00:35](529 MB) -PASS -- TEST 'control_iovr5_intel' [50:21, 00:40](528 MB) -PASS -- TEST 'control_p8_intel' [50:21, 01:26](1507 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [47:00, 01:04](1501 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [44:51, 01:03](1513 MB) -PASS -- TEST 'control_restart_p8_intel' [29:23, 01:04](696 MB) -PASS -- TEST 'control_noqr_p8_intel' [42:24, 00:58](1495 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [28:06, 00:50](703 MB) -PASS -- TEST 'control_decomp_p8_intel' [39:45, 01:10](1501 MB) -PASS -- TEST 'control_2threads_p8_intel' [39:42, 01:33](1590 MB) -PASS -- TEST 'control_p8_lndp_intel' [38:29, 01:06](1512 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [36:46, 01:48](1559 MB) -PASS -- TEST 'control_p8_mynn_intel' [34:15, 00:55](1512 MB) -PASS -- TEST 'merra2_thompson_intel' [34:12, 01:17](1514 MB) -PASS -- TEST 'regional_control_intel' [33:32, 00:26](609 MB) -PASS -- TEST 'regional_restart_intel' [27:43, 00:46](783 MB) -PASS -- TEST 'regional_decomp_intel' [33:19, 00:56](611 MB) -PASS -- TEST 'regional_2threads_intel' [32:56, 01:01](673 MB) -PASS -- TEST 'regional_noquilt_intel' [32:47, 00:57](1148 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [32:27, 00:47](610 MB) -PASS -- TEST 'regional_wofs_intel' [32:14, 00:35](1582 MB) - -PASS -- COMPILE 'ifi_intel' [08:27, 07:59] -PASS -- TEST 'regional_ifi_control_intel' [31:13, 00:48](614 MB) -PASS -- TEST 'regional_ifi_decomp_intel' [31:12, 01:08](609 MB) -PASS -- TEST 'regional_ifi_2threads_intel' [31:10, 00:33](668 MB) - -PASS -- COMPILE 'rrfs_intel' [09:29, 08:30] -PASS -- TEST 'rap_control_intel' [31:10, 01:07](912 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [31:09, 00:39](1091 MB) -PASS -- TEST 'rap_decomp_intel' [30:24, 00:44](916 MB) -PASS -- TEST 'rap_2threads_intel' [28:10, 01:11](1005 MB) -PASS -- TEST 'rap_restart_intel' [18:36, 01:26](788 MB) -PASS -- TEST 'rap_sfcdiff_intel' [28:04, 01:08](913 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [27:24, 00:48](912 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [16:30, 01:50](784 MB) -PASS -- TEST 'hrrr_control_intel' [27:24, 01:30](908 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [26:09, 01:07](907 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [25:25, 01:58](992 MB) -PASS -- TEST 'hrrr_control_restart_intel' [18:54, 01:13](745 MB) -PASS -- TEST 'rrfs_v1beta_intel' [24:47, 01:36](910 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [24:29, 00:31](1873 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [24:22, 00:56](1858 MB) - -PASS -- COMPILE 'csawmg_intel' [09:29, 08:23] -PASS -- TEST 'control_csawmg_intel' [24:03, 01:16](603 MB) -PASS -- TEST 'control_csawmgt_intel' [24:00, 00:57](599 MB) - -PASS -- COMPILE 'wam_intel' [08:27, 08:06] -PASS -- TEST 'control_wam_intel' [23:50, 00:18](273 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:29, 08:39] -PASS -- TEST 'control_p8_faster_intel' [23:34, 01:46](1513 MB) -PASS -- TEST 'regional_control_faster_intel' [23:30, 00:12](610 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:23, 03:51] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [23:07, 00:59](685 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [23:01, 01:11](688 MB) -PASS -- TEST 'control_stochy_debug_intel' [21:58, 01:04](694 MB) -PASS -- TEST 'control_lndp_debug_intel' [21:58, 00:35](693 MB) -PASS -- TEST 'control_csawmg_debug_intel' [21:17, 00:25](727 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [19:29, 00:41](731 MB) -PASS -- TEST 'control_ras_debug_intel' [18:54, 00:15](701 MB) -PASS -- TEST 'control_diag_debug_intel' [18:19, 00:25](746 MB) -PASS -- TEST 'control_debug_p8_intel' [17:13, 01:07](1517 MB) -PASS -- TEST 'regional_debug_intel' [17:02, 00:44](628 MB) -PASS -- TEST 'rap_control_debug_intel' [16:15, 01:14](1071 MB) -PASS -- TEST 'hrrr_control_debug_intel' [14:24, 00:16](1067 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [14:20, 00:50](1068 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [14:16, 00:38](1069 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [14:06, 00:36](1075 MB) -PASS -- TEST 'rap_diag_debug_intel' [13:45, 00:47](1157 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [13:27, 00:48](1075 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [13:21, 00:36](1071 MB) -PASS -- TEST 'rap_lndp_debug_intel' [13:21, 00:38](1075 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [13:03, 00:57](1075 MB) -PASS -- TEST 'rap_noah_debug_intel' [12:46, 00:31](1067 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [12:36, 01:07](1074 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:29, 00:24](1071 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [11:39, 00:13](1063 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [11:28, 00:58](1073 MB) -PASS -- TEST 'rap_flake_debug_intel' [11:14, 00:27](1074 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:06, 01:36](1079 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:21, 02:47] -PASS -- TEST 'control_wam_debug_intel' [08:04, 00:19](300 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:38, 08:12] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:52, 01:04](963 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:48, 02:03](795 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:37, 01:30](794 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:45, 02:02](856 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:43, 02:08](839 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:33, 01:44](792 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [55:09, 00:50](692 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [57:54, 00:45](671 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:53, 10:22] -PASS -- TEST 'conus13km_control_intel' [06:01, 00:45](1007 MB) -PASS -- TEST 'conus13km_2threads_intel' [58:02, 00:27](1008 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [58:01, 01:13](882 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:48, 08:19] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:53, 00:41](816 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [50:59, 03:00] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [55:23, 01:13](949 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [55:23, 00:15](954 MB) -PASS -- TEST 'conus13km_debug_intel' [55:23, 00:32](1039 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [55:23, 00:36](706 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [55:24, 00:44](1036 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [55:23, 00:35](1104 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [49:59, 02:54] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [55:10, 01:09](974 MB) - -PASS -- COMPILE 'hafsw_intel' [57:15, 09:28] -PASS -- TEST 'hafs_regional_atm_intel' [47:56, 01:55](620 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [47:56, 00:55](968 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [47:54, 01:32](663 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [47:54, 02:00](704 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [47:55, 01:43](708 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [47:54, 00:43](391 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [47:55, 01:46](409 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [47:55, 01:36](290 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [47:58, 01:55](374 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [47:54, 01:16](415 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [47:54, 01:28](419 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [47:56, 01:03](493 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [47:55, 00:43](316 MB) -PASS -- TEST 'gnv1_nested_intel' [47:55, 01:13](680 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [51:02, 03:23] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [54:10, 01:03](507 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [58:16, 09:44] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [46:46, 01:19](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [46:46, 01:31](712 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [57:16, 09:22] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [46:54, 01:42](712 MB) - -PASS -- COMPILE 'hafs_all_intel' [57:16, 09:03] -PASS -- TEST 'hafs_regional_docn_intel' [46:52, 01:58](668 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [46:52, 01:46](652 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [46:50, 00:31](882 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [50:00, 08:36] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [46:40, 01:09](750 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [41:11, 01:07](727 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [46:24, 00:10](630 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [45:19, 00:56](632 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [42:26, 00:29](628 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [41:48, 00:40](747 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [40:09, 01:01](748 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [39:56, 00:47](630 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [39:08, 00:42](592 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [39:02, 00:51](576 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [39:01, 01:08](752 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [38:49, 00:43](2012 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [36:59, 00:48](1950 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [43:46, 08:16] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [46:51, 00:15](751 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [34:23, 00:57] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [54:10, 00:25](226 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [54:10, 00:43](368 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [47:35, 00:52](369 MB) - -PASS -- COMPILE 'atml_intel' [10:30, 09:42] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [36:47, 01:16](1552 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [36:25, 01:13](1550 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [16:28, 00:25](746 MB) - -PASS -- COMPILE 'atmw_intel' [09:30, 08:48] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [35:47, 00:53](1542 MB) - -PASS -- COMPILE 'atmwm_intel' [09:31, 08:32] -PASS -- TEST 'control_atmwav_intel' [35:23, 01:22](544 MB) - -PASS -- COMPILE 'atmaero_intel' [09:31, 08:34] -PASS -- TEST 'atmaero_control_p8_intel' [34:59, 01:18](2850 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [34:32, 01:12](2911 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [34:29, 01:45](2922 MB) - -PASS -- COMPILE 'atmaq_intel' [09:29, 08:23] - -PASS -- COMPILE 'atmaq_debug_intel' [13:37, 03:06] -PASS -- TEST 'regional_atmaq_debug_intel' [33:15, 00:48](4430 MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:32, 10:09] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:36, 01:17](3041 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:42, 15:31] +PASS -- TEST 'cpld_control_gfsv17_intel' [06:30, 01:58](1655 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [37:57, 01:25](1776 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [37:49, 01:33](907 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [06:19, 01:44](1640 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:18, 03:48] +PASS -- TEST 'cpld_debug_gfsv17_intel' [18:51, 01:11](1674 MB) + +PASS -- COMPILE 's2swa_intel' [11:34, 10:23] +PASS -- TEST 'cpld_control_p8_intel' [11:34, 01:45](3069 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:34, 01:30](3067 MB) +PASS -- TEST 'cpld_restart_p8_intel' [53:34, 00:56](3127 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:34, 01:52](3094 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [51:29, 01:05](3145 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:34, 00:46](3381 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:34, 01:39](3064 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:35, 01:26](2990 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:34, 01:10](3069 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:34, 00:48](3034 MB) + +PASS -- COMPILE 's2sw_intel' [10:30, 09:38] +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:37, 00:55](1649 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:37, 01:00](1699 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [10:32, 09:23] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:36, 00:56](1694 MB) + +PASS -- COMPILE 's2s_intel' [09:30, 09:08] +PASS -- TEST 'cpld_control_c48_intel' [13:37, 00:45](2680 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:40, 14:14] +PASS -- TEST 'cpld_control_p8_faster_intel' [06:18, 01:14](3070 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:47, 16:40] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [05:09, 01:35](1673 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [37:15, 00:55](968 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [36:49, 01:36](1636 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:19, 03:36] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:50, 00:51](1694 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:31, 09:15] +PASS -- TEST 'control_flake_intel' [09:19, 00:25](640 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:19, 00:49](589 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:19, 00:42](595 MB) +PASS -- TEST 'control_latlon_intel' [09:19, 00:41](588 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:19, 00:51](588 MB) +PASS -- TEST 'control_c48_intel' [09:18, 00:20](737 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:18, 01:15](738 MB) +PASS -- TEST 'control_c192_intel' [09:19, 01:21](703 MB) +PASS -- TEST 'control_c384_intel' [09:23, 01:35](1015 MB) +PASS -- TEST 'control_c384gdas_intel' [09:23, 01:49](1148 MB) +PASS -- TEST 'control_stochy_intel' [09:19, 00:24](596 MB) +PASS -- TEST 'control_stochy_restart_intel' [53:20, 00:59](398 MB) +PASS -- TEST 'control_lndp_intel' [09:19, 00:18](590 MB) +PASS -- TEST 'control_iovr4_intel' [05:36, 01:11](585 MB) +PASS -- TEST 'control_iovr5_intel' [04:05, 00:47](589 MB) +PASS -- TEST 'control_p8_intel' [04:03, 01:11](1568 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:30, 01:22](1562 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:04, 01:31](1563 MB) +PASS -- TEST 'control_restart_p8_intel' [49:16, 01:01](756 MB) +PASS -- TEST 'control_noqr_p8_intel' [02:30, 00:40](1557 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [49:09, 00:55](758 MB) +PASS -- TEST 'control_decomp_p8_intel' [01:28, 01:32](1563 MB) +PASS -- TEST 'control_2threads_p8_intel' [55:52, 01:14](1654 MB) +PASS -- TEST 'control_p8_lndp_intel' [54:38, 00:44](1567 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [54:35, 01:49](1622 MB) +PASS -- TEST 'control_p8_mynn_intel' [54:33, 01:17](1570 MB) +PASS -- TEST 'merra2_thompson_intel' [53:51, 02:05](1577 MB) +PASS -- TEST 'regional_control_intel' [53:27, 01:01](628 MB) +PASS -- TEST 'regional_restart_intel' [46:37, 00:13](800 MB) +PASS -- TEST 'regional_decomp_intel' [53:19, 01:05](629 MB) +PASS -- TEST 'regional_2threads_intel' [52:18, 01:00](728 MB) +PASS -- TEST 'regional_noquilt_intel' [52:14, 00:48](1166 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [52:12, 00:49](635 MB) +PASS -- TEST 'regional_wofs_intel' [52:06, 00:37](1602 MB) + +PASS -- COMPILE 'ifi_intel' [08:28, 07:58] +PASS -- TEST 'regional_ifi_control_intel' [10:20, 00:59](633 MB) +PASS -- TEST 'regional_ifi_decomp_intel' [10:20, 00:49](627 MB) +PASS -- TEST 'regional_ifi_2threads_intel' [10:21, 00:30](721 MB) + +PASS -- COMPILE 'rrfs_intel' [09:31, 08:39] +PASS -- TEST 'rap_control_intel' [51:56, 01:01](977 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [51:16, 00:29](1144 MB) +PASS -- TEST 'rap_decomp_intel' [50:46, 01:35](976 MB) +PASS -- TEST 'rap_2threads_intel' [50:16, 00:48](1058 MB) +PASS -- TEST 'rap_restart_intel' [41:26, 01:00](843 MB) +PASS -- TEST 'rap_sfcdiff_intel' [48:49, 01:46](974 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [48:46, 01:23](971 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [38:20, 01:26](841 MB) +PASS -- TEST 'hrrr_control_intel' [48:24, 01:13](968 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [48:11, 01:04](966 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [48:12, 00:50](1040 MB) +PASS -- TEST 'hrrr_control_restart_intel' [41:12, 00:23](798 MB) +PASS -- TEST 'rrfs_v1beta_intel' [47:46, 01:29](961 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [47:30, 00:24](1935 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [46:03, 01:02](1919 MB) + +PASS -- COMPILE 'csawmg_intel' [09:30, 08:25] +PASS -- TEST 'control_csawmg_intel' [45:36, 00:29](661 MB) +PASS -- TEST 'control_csawmgt_intel' [45:30, 01:15](657 MB) + +PASS -- COMPILE 'wam_intel' [08:29, 08:00] +PASS -- TEST 'control_wam_intel' [45:14, 00:16](334 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:31, 08:44] +PASS -- TEST 'control_p8_faster_intel' [45:09, 01:37](1559 MB) +PASS -- TEST 'regional_control_faster_intel' [44:53, 00:59](627 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [04:19, 03:57] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [44:52, 00:49](758 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [44:52, 00:44](762 MB) +PASS -- TEST 'control_stochy_debug_intel' [44:52, 01:13](764 MB) +PASS -- TEST 'control_lndp_debug_intel' [44:10, 00:27](763 MB) +PASS -- TEST 'control_csawmg_debug_intel' [43:02, 01:06](798 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [41:16, 00:58](806 MB) +PASS -- TEST 'control_ras_debug_intel' [41:12, 00:27](776 MB) +PASS -- TEST 'control_diag_debug_intel' [41:12, 00:57](817 MB) +PASS -- TEST 'control_debug_p8_intel' [39:45, 00:37](1590 MB) +PASS -- TEST 'regional_debug_intel' [39:42, 00:20](668 MB) +PASS -- TEST 'rap_control_debug_intel' [38:18, 01:00](1144 MB) +PASS -- TEST 'hrrr_control_debug_intel' [38:17, 00:59](1137 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [38:10, 00:21](1140 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [37:44, 00:34](1141 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [37:39, 00:27](1148 MB) +PASS -- TEST 'rap_diag_debug_intel' [37:36, 00:31](1234 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [37:19, 01:09](1142 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [37:17, 00:44](1143 MB) +PASS -- TEST 'rap_lndp_debug_intel' [36:41, 01:11](1149 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [36:39, 01:13](1146 MB) +PASS -- TEST 'rap_noah_debug_intel' [36:25, 00:16](1140 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [35:41, 00:26](1143 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [35:41, 00:43](1144 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [35:37, 00:18](1139 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [35:06, 00:31](1147 MB) +PASS -- TEST 'rap_flake_debug_intel' [35:03, 00:31](1144 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [34:15, 01:19](1151 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:24, 02:53] +PASS -- TEST 'control_wam_debug_intel' [33:27, 01:10](378 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [39:38, 08:08] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [29:42, 00:28](1019 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [29:41, 01:59](855 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [29:41, 02:11](852 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [29:41, 01:51](910 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [29:42, 01:10](905 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [29:41, 02:03](854 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [19:04, 01:18](747 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [21:39, 00:46](732 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [53:10, 10:22] +PASS -- TEST 'conus13km_control_intel' [15:17, 01:21](1057 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:17, 01:13](1042 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [05:06, 00:40](939 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [50:57, 08:13] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [16:28, 00:28](876 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [45:51, 02:58] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [21:24, 01:14](1021 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [21:24, 00:59](1021 MB) +PASS -- TEST 'conus13km_debug_intel' [21:24, 00:31](1115 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:24, 00:31](789 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [21:25, 00:43](1093 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:24, 00:25](1182 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [43:49, 02:55] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [21:32, 00:36](1044 MB) + +PASS -- COMPILE 'hafsw_intel' [48:58, 09:12] +PASS -- TEST 'hafs_regional_atm_intel' [15:12, 01:25](676 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [15:12, 00:43](1023 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [15:10, 01:55](722 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:10, 01:55](752 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:11, 01:20](779 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [15:10, 01:35](443 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [15:11, 01:24](466 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [15:11, 00:38](340 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:14, 02:17](407 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:10, 00:55](475 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:10, 01:22](473 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [15:12, 01:09](537 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [15:11, 00:48](369 MB) +PASS -- TEST 'gnv1_nested_intel' [15:11, 01:35](737 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [43:47, 03:18] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [20:21, 01:14](577 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [49:56, 09:37] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [14:04, 01:04](590 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [14:04, 01:30](755 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [48:53, 09:31] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:16, 01:12](753 MB) + +PASS -- COMPILE 'hafs_all_intel' [48:55, 09:02] +PASS -- TEST 'hafs_regional_docn_intel' [14:10, 01:58](714 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:10, 01:55](698 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [14:08, 00:31](897 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [15:42, 08:44] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:30, 01:08](759 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:54, 00:35](750 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [11:21, 01:08](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [10:47, 00:51](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:41, 00:54](644 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:04, 00:37](759 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:04, 00:35](764 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:23, 00:32](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [03:30, 00:52](646 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [02:51, 01:41](631 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:14, 00:40](762 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [02:10, 00:48](2018 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [02:08, 00:49](2020 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:31, 08:33] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [01:41, 00:13](763 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:14, 00:54] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [20:11, 00:55](271 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [20:11, 00:41](412 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [14:38, 00:24](410 MB) + +PASS -- COMPILE 'atml_intel' [10:31, 09:39] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [00:42, 01:55](1602 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [00:42, 01:37](1608 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [46:55, 00:26](810 MB) + +PASS -- COMPILE 'atmw_intel' [09:29, 08:42] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [00:35, 01:35](1603 MB) + +PASS -- COMPILE 'atmwm_intel' [09:29, 08:42] +PASS -- TEST 'control_atmwav_intel' [00:00, 01:10](603 MB) + +PASS -- COMPILE 'atmaero_intel' [09:28, 08:32] +PASS -- TEST 'atmaero_control_p8_intel' [59:41, 01:06](2916 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [58:55, 01:02](2978 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [58:47, 00:49](2991 MB) + +PASS -- COMPILE 'atmaq_intel' [09:28, 08:20] + +PASS -- COMPILE 'atmaq_debug_intel' [12:35, 03:03] +PASS -- TEST 'regional_atmaq_debug_intel' [58:22, 01:15](4509 MB) SYNOPSIS: -Starting Date/Time: 20240220 12:55:39 -Ending Date/Time: 20240220 15:02:33 -Total Time: 02h:07m:09s +Starting Date/Time: 20240402 16:36:40 +Ending Date/Time: 20240402 18:32:17 +Total Time: 01h:55m:55s Compiles Completed: 37/37 Tests Completed: 176/176 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 4b2e1b676d..fb330537da 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -be233c68ae3c7010234ed89394531449f51ee522 +2ec8af0cbe7f0ebcfc8c2211b8102911f510940e Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,9 +9,9 @@ Submodule hashes used in testing: 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) @@ -24,19 +24,19 @@ Submodule hashes used in testing: ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -47,278 +47,278 @@ 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-20240315 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_230915 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_62571 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:10, 15:34] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:32, 07:09](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:10, 20:50] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:35, 13:57](1700 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:46, 14:25](1813 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:05, 06:43](951 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:55, 15:17](1666 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [24:11, 23:03] -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:29, 25:04](1697 MB) - -PASS -- COMPILE 's2swa_intel' [18:09, 16:36] -PASS -- TEST 'cpld_control_p8_intel' [11:54, 08:05](3100 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:01, 07:55](3100 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:32, 05:31](3158 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:47, 08:05](3127 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:46, 05:02](3179 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:53, 06:29](3412 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:38, 07:54](3100 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:53, 06:56](3023 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:01, 07:48](3101 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:01, 10:28](3273 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:53, 07:48](3607 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:30, 13:22](4039 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:00, 09:48](4346 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:46, 07:35](3068 MB) - -PASS -- COMPILE 's2sw_intel' [17:10, 15:27] -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:48, 04:56](1682 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:53, 05:18](1731 MB) - -PASS -- COMPILE 's2swa_debug_intel' [12:08, 10:10] -PASS -- TEST 'cpld_debug_p8_intel' [13:00, 09:51](3130 MB) - -PASS -- COMPILE 's2sw_debug_intel' [12:08, 10:13] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:19, 06:05](1697 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:10, 14:26] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:47, 05:13](1731 MB) - -PASS -- COMPILE 's2s_intel' [16:10, 14:08] -PASS -- TEST 'cpld_control_c48_intel' [09:14, 06:54](2662 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:10, 19:36] -PASS -- TEST 'cpld_control_p8_faster_intel' [12:36, 08:23](3099 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [23:11, 21:53] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:15, 14:52](1703 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:37, 07:14](1000 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:14, 17:38](1680 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [12:09, 10:32] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:51, 26:49](1710 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:09, 13:42] -PASS -- TEST 'control_flake_intel' [05:30, 04:02](674 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:44, 02:48](620 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:47, 02:58](626 MB) -PASS -- TEST 'control_latlon_intel' [04:38, 02:54](623 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:53, 02:55](623 MB) -PASS -- TEST 'control_c48_intel' [07:55, 05:35](727 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:11, 05:36](722 MB) -PASS -- TEST 'control_c192_intel' [12:23, 09:27](738 MB) -PASS -- TEST 'control_c384_intel' [19:32, 16:26](1042 MB) -PASS -- TEST 'control_c384gdas_intel' [19:18, 14:13](1183 MB) -PASS -- TEST 'control_stochy_intel' [03:36, 01:55](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:02, 01:06](430 MB) -PASS -- TEST 'control_lndp_intel' [03:33, 01:59](628 MB) -PASS -- TEST 'control_iovr4_intel' [04:41, 02:34](623 MB) -PASS -- TEST 'control_iovr5_intel' [04:30, 02:36](623 MB) -PASS -- TEST 'control_p8_intel' [07:53, 03:37](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:55, 03:17](1608 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:53, 03:14](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [04:40, 01:45](789 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:46, 03:15](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:40, 01:57](793 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:45, 03:22](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:57, 02:46](1678 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:12, 05:15](1605 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:51, 04:15](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:59, 03:49](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [07:53, 04:16](1615 MB) -PASS -- TEST 'regional_control_intel' [07:09, 04:45](615 MB) -PASS -- TEST 'regional_restart_intel' [04:56, 02:33](789 MB) -PASS -- TEST 'regional_decomp_intel' [07:09, 04:58](615 MB) -PASS -- TEST 'regional_2threads_intel' [05:22, 03:00](757 MB) -PASS -- TEST 'regional_noquilt_intel' [06:51, 04:45](1153 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:00, 04:56](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:46, 04:44](615 MB) -PASS -- TEST 'regional_wofs_intel' [08:42, 06:08](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [14:09, 12:24] -PASS -- TEST 'rap_control_intel' [09:29, 06:47](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:12, 03:56](1186 MB) -PASS -- TEST 'rap_decomp_intel' [10:37, 07:04](1009 MB) -PASS -- TEST 'rap_2threads_intel' [09:29, 06:12](1096 MB) -PASS -- TEST 'rap_restart_intel' [06:08, 03:39](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:29, 06:44](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:29, 07:02](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:08, 05:48](879 MB) -PASS -- TEST 'hrrr_control_intel' [06:21, 03:46](1004 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:21, 03:47](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:21, 03:08](1084 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:49, 01:57](838 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:31, 06:39](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:02, 07:53](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:01, 07:53](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [14:09, 12:11] -PASS -- TEST 'control_csawmg_intel' [09:35, 06:42](695 MB) -PASS -- TEST 'control_csawmgt_intel' [09:14, 06:43](691 MB) -PASS -- TEST 'control_ras_intel' [05:44, 03:51](657 MB) - -PASS -- COMPILE 'wam_intel' [13:09, 11:34] -PASS -- TEST 'control_wam_intel' [04:34, 02:09](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:09, 15:14] -PASS -- TEST 'control_p8_faster_intel' [06:39, 03:51](1608 MB) -PASS -- TEST 'regional_control_faster_intel' [07:09, 04:43](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [12:09, 10:50] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:45, 02:53](778 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:41, 02:52](782 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:14, 03:12](785 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:11, 03:04](789 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:52, 04:23](825 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [06:51, 04:25](826 MB) -PASS -- TEST 'control_ras_debug_intel' [06:04, 03:11](796 MB) -PASS -- TEST 'control_diag_debug_intel' [05:20, 03:00](843 MB) -PASS -- TEST 'control_debug_p8_intel' [06:00, 03:16](1622 MB) -PASS -- TEST 'regional_debug_intel' [19:03, 16:29](635 MB) -PASS -- TEST 'rap_control_debug_intel' [07:42, 05:07](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:39, 04:58](1165 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:32, 05:06](1168 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:31, 05:15](1168 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:30, 05:08](1167 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:33, 05:16](1252 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:34, 05:18](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:32, 05:26](1167 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:39, 05:50](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:29, 05:57](1167 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:30, 05:18](1167 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:50, 05:17](1165 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:42, 08:13](1166 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:49, 05:03](1163 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:49, 05:52](1169 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:37, 05:11](1167 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:12, 08:36](1172 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:11, 08:25] -PASS -- TEST 'control_wam_debug_intel' [06:34, 04:59](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:14, 12:18] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:15, 03:44](1051 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:00, 05:44](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:59, 03:33](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:52, 05:23](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:03, 02:40](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:51, 03:30](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:55, 04:12](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 01:40](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [23:18, 21:15] -PASS -- TEST 'conus13km_control_intel' [04:02, 02:01](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:37, 01:03](1072 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:41, 01:30](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:09, 13:46] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:59, 04:12](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 08:38] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:33, 05:08](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:31, 04:58](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [17:07, 13:59](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:13, 14:14](803 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:57, 08:09](1112 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:41, 14:01](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:09, 08:18] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:30, 05:19](1065 MB) - -PASS -- COMPILE 'hafsw_intel' [18:09, 16:32] -PASS -- TEST 'hafs_regional_atm_intel' [08:11, 05:17](707 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:32, 04:33](1057 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:31, 07:31](753 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:40, 11:35](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:52, 12:52](797 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:08, 05:25](477 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:24, 06:45](496 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:15, 18:20] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:33, 08:03](3072 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:12, 22:25] +PASS -- TEST 'cpld_control_gfsv17_intel' [24:45, 14:26](1696 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:33, 14:30](1813 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:25, 06:47](948 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:47, 15:10](1665 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [13:12, 12:04] +PASS -- TEST 'cpld_debug_gfsv17_intel' [31:51, 24:26](1703 MB) + +PASS -- COMPILE 's2swa_intel' [19:10, 17:07] +PASS -- TEST 'cpld_control_p8_intel' [18:00, 08:08](3101 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:00, 08:02](3100 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:25, 05:02](3159 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [20:51, 09:03](3125 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:17, 05:09](3178 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:28, 06:36](3413 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [19:14, 08:19](3098 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:30, 07:07](3023 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [20:51, 08:52](3101 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:58, 10:29](3269 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:24, 07:23](3601 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [27:02, 13:08](4039 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:07, 09:16](4344 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [16:58, 07:48](3068 MB) + +PASS -- COMPILE 's2sw_intel' [19:10, 17:17] +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:32, 05:20](1684 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:36, 05:18](1729 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:12, 11:43] +PASS -- TEST 'cpld_debug_p8_intel' [17:06, 10:02](3132 MB) + +PASS -- COMPILE 's2sw_debug_intel' [12:08, 10:17] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:56, 05:59](1700 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:10, 15:30] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:39, 05:19](1732 MB) + +PASS -- COMPILE 's2s_intel' [17:09, 15:32] +PASS -- TEST 'cpld_control_c48_intel' [09:16, 06:54](2663 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:11, 21:39] +PASS -- TEST 'cpld_control_p8_faster_intel' [18:53, 08:19](3100 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:12, 21:27] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:28, 15:05](1707 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:30, 07:42](1002 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:36, 17:44](1681 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [13:12, 11:45] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:05, 26:56](1710 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:09, 14:00] +PASS -- TEST 'control_flake_intel' [08:50, 03:44](675 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [08:17, 02:32](620 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:58, 02:36](627 MB) +PASS -- TEST 'control_latlon_intel' [07:48, 02:35](623 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:05, 02:36](623 MB) +PASS -- TEST 'control_c48_intel' [11:48, 05:38](721 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:48, 05:41](728 MB) +PASS -- TEST 'control_c192_intel' [14:03, 08:54](739 MB) +PASS -- TEST 'control_c384_intel' [22:25, 16:46](1042 MB) +PASS -- TEST 'control_c384gdas_intel' [20:04, 14:13](1184 MB) +PASS -- TEST 'control_stochy_intel' [07:46, 01:50](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:51, 01:20](430 MB) +PASS -- TEST 'control_lndp_intel' [07:46, 01:48](628 MB) +PASS -- TEST 'control_iovr4_intel' [07:00, 02:19](623 MB) +PASS -- TEST 'control_iovr5_intel' [07:42, 03:00](623 MB) +PASS -- TEST 'control_p8_intel' [06:03, 03:21](1606 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:29, 04:07](1608 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:36, 03:22](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [04:36, 01:48](789 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:36, 03:19](1596 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:09, 02:15](792 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:30, 03:26](1596 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:32, 03:02](1687 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:07, 05:40](1607 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:38, 04:13](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:39, 03:42](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [06:15, 03:49](1616 MB) +PASS -- TEST 'regional_control_intel' [06:42, 04:39](615 MB) +PASS -- TEST 'regional_restart_intel' [04:39, 02:51](789 MB) +PASS -- TEST 'regional_decomp_intel' [06:42, 04:56](614 MB) +PASS -- TEST 'regional_2threads_intel' [04:36, 03:02](757 MB) +PASS -- TEST 'regional_noquilt_intel' [07:06, 04:38](1153 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:58, 04:38](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:46, 04:37](615 MB) +PASS -- TEST 'regional_wofs_intel' [08:43, 06:14](1590 MB) + +PASS -- COMPILE 'rrfs_intel' [14:09, 12:38] +PASS -- TEST 'rap_control_intel' [08:59, 06:52](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:59, 04:03](1183 MB) +PASS -- TEST 'rap_decomp_intel' [10:02, 07:11](1009 MB) +PASS -- TEST 'rap_2threads_intel' [08:52, 06:07](1095 MB) +PASS -- TEST 'rap_restart_intel' [06:07, 03:25](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:57, 06:57](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:57, 07:12](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:00, 05:01](879 MB) +PASS -- TEST 'hrrr_control_intel' [06:04, 03:58](1005 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:55, 04:08](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:57, 03:10](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:35, 02:16](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:56, 06:44](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:30, 08:14](1967 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:35, 07:50](1951 MB) + +PASS -- COMPILE 'csawmg_intel' [14:09, 12:36] +PASS -- TEST 'control_csawmg_intel' [08:43, 06:43](695 MB) +PASS -- TEST 'control_csawmgt_intel' [08:36, 06:57](691 MB) +PASS -- TEST 'control_ras_intel' [05:23, 03:50](657 MB) + +PASS -- COMPILE 'wam_intel' [14:12, 11:50] +PASS -- TEST 'control_wam_intel' [04:30, 02:25](370 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:14, 15:06] +PASS -- TEST 'control_p8_faster_intel' [06:05, 03:13](1608 MB) +PASS -- TEST 'regional_control_faster_intel' [06:47, 04:28](614 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:08, 10:37] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:38, 02:48](779 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:39, 02:51](782 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:30, 03:09](786 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:22, 03:03](790 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:58, 04:17](826 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:52, 04:17](827 MB) +PASS -- TEST 'control_ras_debug_intel' [06:04, 03:08](796 MB) +PASS -- TEST 'control_diag_debug_intel' [04:38, 02:53](844 MB) +PASS -- TEST 'control_debug_p8_intel' [05:47, 03:07](1622 MB) +PASS -- TEST 'regional_debug_intel' [18:41, 16:15](637 MB) +PASS -- TEST 'rap_control_debug_intel' [06:21, 04:59](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:26, 04:50](1166 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:28, 05:05](1169 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:24, 04:53](1169 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:29, 05:01](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:34, 05:26](1252 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:30, 05:16](1168 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:35, 05:12](1169 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:30, 05:20](1170 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:37, 05:32](1168 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:28, 05:11](1168 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:28, 05:30](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:25, 08:26](1168 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:25, 05:29](1165 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:29, 06:23](1170 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:27, 05:15](1168 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:07, 08:34](1171 MB) + +PASS -- COMPILE 'wam_debug_intel' [09:07, 07:42] +PASS -- TEST 'control_wam_debug_intel' [07:30, 05:10](394 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:10, 12:57] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:01, 03:49](1053 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:51, 05:55](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:00, 03:43](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:58, 05:14](948 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:56, 02:45](939 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:03, 03:31](886 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:53, 04:25](784 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:31, 01:43](763 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:11, 14:35] +PASS -- TEST 'conus13km_control_intel' [04:59, 02:32](1094 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:38, 01:07](1074 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:40, 01:25](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:12, 13:08] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:54, 04:22](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:09, 09:20] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:25, 04:49](1046 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 04:54](1045 MB) +PASS -- TEST 'conus13km_debug_intel' [16:47, 14:30](1127 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:48, 14:26](802 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:36, 08:27](1108 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:48, 14:03](1193 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:09, 09:17] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 05:00](1067 MB) + +PASS -- COMPILE 'hafsw_intel' [19:13, 17:29] +PASS -- TEST 'hafs_regional_atm_intel' [08:18, 05:17](709 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:33, 04:28](1056 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:33, 07:52](753 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:55, 11:49](785 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:37, 12:54](805 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:03, 05:23](477 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:26, 06:40](495 MB) PASS -- TEST 'hafs_global_1nest_atm_intel' [05:13, 02:54](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:46, 08:00](432 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:55, 03:52](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:08, 03:34](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:05, 04:40](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:37, 01:42](401 MB) -PASS -- TEST 'gnv1_nested_intel' [07:16, 04:05](768 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:14, 12:09] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:01, 13:05](588 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:10, 18:37] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:17, 07:41](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:44, 07:45](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:10, 18:45] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:14, 05:59](785 MB) - -PASS -- COMPILE 'hafs_all_intel' [27:12, 25:36] -PASS -- TEST 'hafs_regional_docn_intel' [08:17, 06:04](745 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:03, 06:12](728 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:17, 20:13](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:13, 11:54] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:24, 02:35](759 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:57, 01:33](746 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:20, 02:26](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:20, 02:29](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:33](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:29, 02:33](758 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:21, 02:33](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:25, 02:25](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 06:02](693 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:11, 06:06](676 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:40, 02:35](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:32, 04:34](2013 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:31, 04:38](2014 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [11:11, 09:45] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:26, 05:27](740 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [16:12, 14:32] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:58, 02:39](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:10, 03:29] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:06, 03:43](318 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:40, 01:56](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:00, 01:26](456 MB) - -PASS -- COMPILE 'atml_intel' [24:19, 22:31] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:58, 08:51](1640 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:30, 08:14](1640 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:42, 04:01](835 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 14:03] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:31, 02:15](1649 MB) - -PASS -- COMPILE 'atmwm_intel' [15:09, 13:54] -PASS -- TEST 'control_atmwav_intel' [05:18, 02:02](640 MB) - -PASS -- COMPILE 'atmaero_intel' [15:14, 13:52] -PASS -- TEST 'atmaero_control_p8_intel' [10:21, 07:14](2943 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:22, 07:29](3013 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:11, 07:51](3019 MB) - -PASS -- COMPILE 'atmaq_intel' [15:12, 14:04] - -PASS -- COMPILE 'atmaq_debug_intel' [12:09, 10:26] -PASS -- TEST 'regional_atmaq_debug_intel' [22:56, 19:00](4476 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:25, 08:04](433 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:48, 03:50](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:01, 03:42](507 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:10, 04:42](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:38, 01:44](401 MB) +PASS -- TEST 'gnv1_nested_intel' [06:14, 04:03](769 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [13:11, 11:30] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:06, 12:53](584 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:15, 20:02] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:29, 07:40](619 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:28, 07:43](784 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:10, 17:31] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:02, 06:00](788 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:16, 15:08] +PASS -- TEST 'hafs_regional_docn_intel' [09:49, 06:10](752 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:25, 06:09](730 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:14, 20:10](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:10, 11:13] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:21, 02:38](758 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:30, 01:37](747 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:20, 02:27](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:28](635 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:21, 02:29](637 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:23, 02:37](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:19, 02:35](759 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:20, 02:25](639 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:57, 06:16](692 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:04, 06:05](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:22, 02:34](759 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:31, 04:33](2012 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:31, 04:36](2014 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:09, 07:22] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:22, 05:26](739 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:09, 11:16] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:32, 02:34](758 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:09, 03:18] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:29, 02:00](319 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:24, 01:39](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:49, 01:04](456 MB) + +PASS -- COMPILE 'atml_intel' [17:12, 15:06] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:37, 07:45](1641 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [10:35, 07:56](1641 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:47, 04:47](837 MB) + +PASS -- COMPILE 'atmw_intel' [16:09, 14:30] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:55, 02:23](1648 MB) + +PASS -- COMPILE 'atmwm_intel' [16:10, 14:20] +PASS -- TEST 'control_atmwav_intel' [04:45, 02:02](640 MB) + +PASS -- COMPILE 'atmaero_intel' [15:11, 12:59] +PASS -- TEST 'atmaero_control_p8_intel' [09:10, 06:29](2942 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:08, 07:06](3010 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:59, 07:14](3016 MB) + +PASS -- COMPILE 'atmaq_intel' [15:11, 13:28] + +PASS -- COMPILE 'atmaq_debug_intel' [12:09, 09:43] +PASS -- TEST 'regional_atmaq_debug_intel' [22:35, 18:25](4481 MB) SYNOPSIS: -Starting Date/Time: 20240401 08:38:19 -Ending Date/Time: 20240401 10:13:48 -Total Time: 01h:36m:31s +Starting Date/Time: 20240402 02:13:47 +Ending Date/Time: 20240402 03:53:52 +Total Time: 01h:40m:57s Compiles Completed: 39/39 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 0fddf8b493..45d7d38cee 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,19 +1,19 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -be233c68ae3c7010234ed89394531449f51ee522 +2ec8af0cbe7f0ebcfc8c2211b8102911f510940e Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -24,374 +24,434 @@ 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-20240315 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_4129005 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_3566098 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [12:49, 12:49] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:27, 05:36](3164 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:24, 16:23] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:45, 17:02](1739 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:36, 17:46](2013 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:01, 08:10](1105 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:57, 19:15](1649 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:51, 04:50] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:12, 22:29](1707 MB) - -PASS -- COMPILE 's2swa_intel' [12:54, 12:52] -PASS -- TEST 'cpld_control_p8_intel' [06:41, 05:51](3216 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:01, 06:08](3191 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:26, 03:29](3250 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:41, 05:47](3244 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:25, 03:26](3277 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:17, 05:30](3552 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:33, 05:48](3204 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:29, 04:43](3063 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:40, 05:48](3203 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [11:36, 10:06](3354 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [07:59, 06:06](3627 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [14:45, 09:38](4065 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:31, 06:04](4344 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:42, 05:53](3186 MB) - -PASS -- COMPILE 's2sw_intel' [12:22, 12:22] -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:32, 04:46](1728 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:04, 04:17](1786 MB) - -PASS -- COMPILE 's2swa_debug_intel' [04:35, 04:34] -PASS -- TEST 'cpld_debug_p8_intel' [09:13, 08:22](3221 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:17, 04:16] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:33, 05:46](1769 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:36, 11:35] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:07, 04:19](1773 MB) - -PASS -- COMPILE 's2s_intel' [11:33, 11:32] -PASS -- TEST 'cpld_control_c48_intel' [10:00, 09:30](2821 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:39, 16:38] -PASS -- TEST 'cpld_control_p8_faster_intel' [06:29, 05:39](3209 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:30, 15:29] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:58, 17:14](1742 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:56, 08:03](1172 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:24, 19:48](1676 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:15, 04:14] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:51, 25:07](1711 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:11, 11:11] -PASS -- TEST 'control_flake_intel' [03:33, 03:20](708 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:39, 02:25](656 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:41, 02:29](663 MB) -PASS -- TEST 'control_latlon_intel' [02:37, 02:26](633 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:42, 02:27](651 MB) -PASS -- TEST 'control_c48_intel' [06:37, 06:25](882 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:35, 06:23](879 MB) -PASS -- TEST 'control_c192_intel' [09:28, 09:05](852 MB) -PASS -- TEST 'control_c384_intel' [10:01, 09:03](1294 MB) -PASS -- TEST 'control_c384gdas_intel' [10:25, 08:26](1405 MB) -PASS -- TEST 'control_stochy_intel' [01:49, 01:38](661 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:11, 00:58](506 MB) -PASS -- TEST 'control_lndp_intel' [01:43, 01:33](657 MB) -PASS -- TEST 'control_iovr4_intel' [02:38, 02:28](661 MB) -PASS -- TEST 'control_iovr5_intel' [02:37, 02:26](654 MB) -PASS -- TEST 'control_p8_intel' [03:39, 03:00](1631 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:34, 02:54](1636 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:30, 02:52](1633 MB) -PASS -- TEST 'control_restart_p8_intel' [02:14, 01:40](866 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:27, 02:54](1611 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:08, 01:34](927 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:35, 03:04](1618 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:15, 02:44](1718 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:45, 05:15](1608 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:32, 03:55](1685 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:39, 02:57](1623 MB) -PASS -- TEST 'merra2_thompson_intel' [04:04, 03:28](1632 MB) -PASS -- TEST 'regional_control_intel' [05:35, 05:09](853 MB) -PASS -- TEST 'regional_restart_intel' [03:05, 02:42](1018 MB) -PASS -- TEST 'regional_decomp_intel' [05:55, 05:28](853 MB) -PASS -- TEST 'regional_2threads_intel' [03:38, 03:13](846 MB) -PASS -- TEST 'regional_noquilt_intel' [05:31, 05:06](1367 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:32, 05:08](842 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:38, 05:13](853 MB) -PASS -- TEST 'regional_wofs_intel' [07:09, 06:43](1903 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 10:23] -PASS -- TEST 'rap_control_intel' [08:05, 07:43](1112 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:54, 04:10](1306 MB) -PASS -- TEST 'rap_decomp_intel' [08:31, 08:09](1043 MB) -PASS -- TEST 'rap_2threads_intel' [07:40, 07:14](1184 MB) -PASS -- TEST 'rap_restart_intel' [04:27, 04:02](1108 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:02, 07:37](1106 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:35, 08:11](1047 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:11, 05:47](1134 MB) -PASS -- TEST 'hrrr_control_intel' [04:14, 03:56](1047 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:32, 04:14](1008 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:58, 03:37](1117 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:23, 02:08](1007 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:00, 07:34](1103 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:29, 09:16](1986 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:17, 09:05](2063 MB) - -PASS -- COMPILE 'csawmg_intel' [10:13, 10:12] -PASS -- TEST 'control_csawmg_intel' [06:25, 06:00](729 MB) -PASS -- TEST 'control_csawmgt_intel' [06:18, 05:54](755 MB) -PASS -- TEST 'control_ras_intel' [03:23, 03:15](748 MB) - -PASS -- COMPILE 'csawmg_gnu' [03:35, 03:34] -PASS -- TEST 'control_csawmg_gnu' [08:39, 08:11](548 MB) -PASS -- TEST 'control_csawmgt_gnu' [08:38, 08:10](550 MB) - -PASS -- COMPILE 'wam_intel' [10:04, 10:04] -PASS -- TEST 'control_wam_intel' [02:12, 02:04](658 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:42, 10:41] -PASS -- TEST 'control_p8_faster_intel' [03:16, 02:39](1619 MB) -PASS -- TEST 'regional_control_faster_intel' [05:04, 04:41](852 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:51, 04:50] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:54, 02:41](820 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:56, 02:40](819 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:08, 02:58](823 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:02, 02:54](799 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:29, 04:06](871 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [04:27, 04:03](865 MB) -PASS -- TEST 'control_ras_debug_intel' [02:55, 02:47](830 MB) -PASS -- TEST 'control_diag_debug_intel' [03:02, 02:47](876 MB) -PASS -- TEST 'control_debug_p8_intel' [03:22, 02:54](1625 MB) -PASS -- TEST 'regional_debug_intel' [17:39, 17:10](843 MB) -PASS -- TEST 'rap_control_debug_intel' [05:10, 04:58](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:00, 04:50](1204 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:58, 04:45](1211 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:06, 04:56](1192 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:03, 04:54](1218 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:25, 05:01](1295 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:07, 04:56](1206 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:10, 05:00](1211 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:04, 04:54](1211 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:05, 04:54](1214 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:05, 04:51](1205 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:06, 04:54](1210 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:14, 08:03](1205 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:04, 04:53](1197 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:19, 06:08](1208 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:06, 04:53](1206 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:02, 08:39](1215 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [02:37, 02:35] -PASS -- TEST 'control_csawmg_debug_gnu' [02:43, 02:12](531 MB) -PASS -- TEST 'control_csawmgt_debug_gnu' [02:34, 02:12](532 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:16, 03:15] -PASS -- TEST 'control_wam_debug_intel' [05:07, 04:58](521 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 10:09] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:31, 03:49](1166 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:43, 06:25](1056 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:40, 03:20](991 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:29, 06:05](1096 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:23, 03:05](967 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:49, 03:32](944 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:08, 04:49](1038 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:04, 01:50](934 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:22, 12:22] -PASS -- TEST 'conus13km_control_intel' [02:41, 02:08](1183 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:16, 00:51](1126 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:50, 01:25](1092 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:05, 10:05] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:31, 04:08](992 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:28, 03:28] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:54, 04:42](1082 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:51, 04:42](1086 MB) -PASS -- TEST 'conus13km_debug_intel' [14:36, 14:02](1220 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:59, 14:30](933 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:29, 08:02](1158 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [14:50, 14:23](1296 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:12, 03:12] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:03, 04:52](1127 MB) - -PASS -- COMPILE 'hafsw_intel' [11:41, 11:41] -PASS -- TEST 'hafs_regional_atm_intel' [05:44, 04:51](742 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:50, 05:34](1105 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:59, 06:59](830 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:13, 13:20](864 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:02, 15:01](885 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:02, 05:22](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:32, 06:33](518 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:06, 02:37](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:32, 07:03](462 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:01, 03:35](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:01, 03:29](528 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:37, 04:00](592 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:29, 01:11](403 MB) -PASS -- TEST 'gnv1_nested_intel' [04:25, 03:59](796 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:46, 03:46] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:18, 12:37](587 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:02, 12:02] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:17, 08:38](635 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:21, 08:37](688 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:55, 11:55] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:59, 06:16](736 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:05, 11:05] -PASS -- TEST 'hafs_regional_docn_intel' [07:08, 06:16](830 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:12, 06:20](816 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:45, 16:11](1211 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:23, 06:23] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:52, 02:46](1132 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:41, 01:35](1103 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:57, 02:51](1004 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:50, 02:44](1005 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:44, 02:38](1010 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:44, 02:39](1140 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:43, 02:37](1152 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:54, 02:49](992 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:02, 06:11](1065 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:59, 06:07](1045 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:45, 02:41](1146 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:58, 03:52](2440 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:57, 03:51](2497 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [02:59, 02:59] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:11, 06:05](1059 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:04, 06:04] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:41, 02:35](1151 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [00:59, 00:59] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [00:57, 00:41](260 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [00:57, 00:44](324 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:38, 00:28](326 MB) - -PASS -- COMPILE 'atml_intel' [11:36, 11:36] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [04:52, 04:11](1595 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [04:51, 04:11](1610 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [02:43, 02:12](905 MB) - -PASS -- COMPILE 'atmw_intel' [10:55, 10:55] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:18, 01:45](1654 MB) - -PASS -- COMPILE 'atmwm_intel' [10:32, 10:32] -PASS -- TEST 'control_atmwav_intel' [01:57, 01:39](682 MB) - -PASS -- COMPILE 'atmaero_intel' [10:24, 10:23] -PASS -- TEST 'atmaero_control_p8_intel' [04:40, 04:00](3036 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:36, 04:56](3101 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:30, 05:02](3110 MB) - -PASS -- COMPILE 'atmaq_intel' [10:10, 10:10] - -PASS -- COMPILE 'atmaq_debug_intel' [03:24, 03:24] -PASS -- TEST 'regional_atmaq_debug_intel' [24:54, 23:29](4434 MB) - -PASS -- COMPILE 'atm_gnu' [03:35, 03:35] -PASS -- TEST 'control_c48_gnu' [10:54, 10:43](765 MB) -PASS -- TEST 'control_stochy_gnu' [03:26, 03:16](509 MB) -PASS -- TEST 'control_ras_gnu' [04:49, 04:41](521 MB) -PASS -- TEST 'control_p8_gnu' [05:14, 04:33](1263 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:07, 04:29](1270 MB) -PASS -- TEST 'control_flake_gnu' [10:35, 10:26](554 MB) - -PASS -- COMPILE 'rrfs_gnu' [03:35, 03:35] -PASS -- TEST 'rap_control_gnu' [11:09, 10:49](854 MB) -PASS -- TEST 'rap_decomp_gnu' [11:09, 10:49](856 MB) -PASS -- TEST 'rap_2threads_gnu' [10:20, 09:56](952 MB) -PASS -- TEST 'rap_restart_gnu' [05:52, 05:29](584 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:10, 10:46](857 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:24, 11:05](863 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:16, 07:53](590 MB) -PASS -- TEST 'hrrr_control_gnu' [05:47, 05:29](858 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:47, 05:29](848 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:19, 04:58](931 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:55, 05:36](858 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:05, 02:50](572 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:05, 02:49](665 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:09, 10:43](856 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:32, 03:32] -PASS -- TEST 'control_diag_debug_gnu' [01:50, 01:34](554 MB) -PASS -- TEST 'regional_debug_gnu' [10:43, 10:17](568 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:44, 02:32](870 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:37, 02:29](872 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:43, 02:34](874 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:46, 02:37](876 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:08, 02:48](954 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:14, 04:04](874 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:43, 02:33](872 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:44, 02:33](873 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:45, 01:36](504 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:00, 01:51](499 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:05, 01:39](1264 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:44, 02:34](873 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:03, 02:53](876 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:38, 04:16](878 MB) - -PASS -- COMPILE 'wam_debug_gnu' [01:49, 01:49] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:33, 03:33] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:43, 09:25](714 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:10, 04:54](715 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:49, 08:28](764 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:47, 04:28](756 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:11, 04:55](709 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:16, 06:55](561 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:44, 02:30](547 MB) -PASS -- TEST 'conus13km_control_gnu' [03:41, 03:05](888 MB) -PASS -- TEST 'conus13km_2threads_gnu' [05:47, 05:21](894 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:14, 01:48](560 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:17, 05:16] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:07, 05:41](741 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:32, 03:32] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:41, 02:30](724 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:36, 02:27](721 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:20, 06:49](894 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:39, 07:10](583 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:08, 07:43](899 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:27, 07:01](965 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:32, 03:32] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:45, 02:34](748 MB) - -PASS -- COMPILE 's2swa_gnu' [14:36, 14:36] - -PASS -- COMPILE 's2s_gnu' [14:27, 14:26] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:33, 06:46](1356 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [02:28, 02:28] - -PASS -- COMPILE 's2sw_pdlib_gnu' [14:22, 14:22] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:21, 26:38](1310 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:20, 02:20] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:24, 13:45](1333 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 14:11] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:11, 03:05](699 MB) +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [15:11, 12:59] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:23, 05:27](3192 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:13, 16:04] +PASS -- TEST 'cpld_control_gfsv17_intel' [19:59, 17:05](1756 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:15, 17:43](2035 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:04, 08:08](1124 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:00, 19:12](1655 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:08, 04:34] +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:08, 22:31](1703 MB) + +PASS -- COMPILE 's2swa_intel' [15:12, 12:58] +PASS -- TEST 'cpld_control_p8_intel' [08:19, 05:45](3228 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:27, 05:46](3229 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:23, 03:19](3264 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:19, 05:44](3253 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:20, 03:22](3281 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:15, 05:29](3564 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:14, 05:42](3218 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:17, 04:46](3086 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:27, 05:42](3229 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:14, 10:07](3350 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:29, 05:59](3627 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [17:32, 09:19](4132 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:31, 05:53](4367 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:18, 05:22](3191 MB) + +PASS -- COMPILE 's2sw_intel' [14:11, 12:07] +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:53, 04:42](1747 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:01, 04:17](1799 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:09, 04:34] +PASS -- TEST 'cpld_debug_p8_intel' [11:08, 08:22](3267 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:09, 04:13] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:59, 05:37](1753 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 11:26] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:00, 04:45](1782 MB) + +PASS -- COMPILE 's2s_intel' [14:11, 11:25] +PASS -- TEST 'cpld_control_c48_intel' [11:44, 09:19](2833 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:13, 16:39] +PASS -- TEST 'cpld_control_p8_faster_intel' [08:03, 05:17](3224 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 15:35] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:01, 17:12](1780 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:07, 08:01](1183 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:00, 19:38](1687 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:07, 04:10] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:58, 24:39](1733 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:10, 11:09] +PASS -- TEST 'control_flake_intel' [05:20, 03:18](707 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 02:23](659 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 02:29](662 MB) +PASS -- TEST 'control_latlon_intel' [04:21, 02:25](655 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:27, 02:30](657 MB) +PASS -- TEST 'control_c48_intel' [08:23, 06:21](872 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:24, 06:21](876 MB) +PASS -- TEST 'control_c192_intel' [11:36, 09:05](855 MB) +PASS -- TEST 'control_c384_intel' [12:27, 09:02](1296 MB) +PASS -- TEST 'control_c384gdas_intel' [12:34, 07:48](1396 MB) +PASS -- TEST 'control_stochy_intel' [04:18, 01:39](659 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:20, 00:58](508 MB) +PASS -- TEST 'control_lndp_intel' [04:17, 01:30](659 MB) +PASS -- TEST 'control_iovr4_intel' [05:18, 02:24](653 MB) +PASS -- TEST 'control_iovr5_intel' [04:19, 02:25](653 MB) +PASS -- TEST 'control_p8_intel' [04:59, 02:53](1623 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:00, 02:53](1628 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:53, 02:55](1625 MB) +PASS -- TEST 'control_restart_p8_intel' [03:46, 01:34](893 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:52, 02:50](1626 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:49, 01:33](938 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:48, 02:56](1627 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:48, 02:41](1717 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:42, 05:10](1639 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:48, 03:56](1694 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:51, 02:55](1641 MB) +PASS -- TEST 'merra2_thompson_intel' [06:49, 03:24](1648 MB) +PASS -- TEST 'regional_control_intel' [07:32, 05:08](853 MB) +PASS -- TEST 'regional_restart_intel' [04:34, 02:42](1021 MB) +PASS -- TEST 'regional_decomp_intel' [07:30, 05:26](851 MB) +PASS -- TEST 'regional_2threads_intel' [05:40, 03:11](841 MB) +PASS -- TEST 'regional_noquilt_intel' [07:38, 05:11](1360 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:36, 05:05](856 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:38, 05:07](852 MB) +PASS -- TEST 'regional_wofs_intel' [08:39, 06:42](1914 MB) + +PASS -- COMPILE 'rrfs_intel' [13:10, 10:27] +PASS -- TEST 'rap_control_intel' [09:41, 07:46](1109 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:59, 04:00](1298 MB) +PASS -- TEST 'rap_decomp_intel' [10:30, 08:06](1041 MB) +PASS -- TEST 'rap_2threads_intel' [09:33, 07:11](1187 MB) +PASS -- TEST 'rap_restart_intel' [06:37, 04:01](1109 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:39, 07:39](1108 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:32, 08:06](1043 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:41, 05:48](1139 MB) +PASS -- TEST 'hrrr_control_intel' [06:28, 03:55](1050 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:26, 04:04](1039 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:31, 03:38](1117 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:21, 02:09](1001 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:41, 07:34](1108 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 09:11](1999 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:26, 08:54](2060 MB) + +PASS -- COMPILE 'csawmg_intel' [12:09, 10:14] +PASS -- TEST 'control_csawmg_intel' [08:39, 05:57](758 MB) +PASS -- TEST 'control_csawmgt_intel' [07:37, 05:51](757 MB) +PASS -- TEST 'control_ras_intel' [05:18, 03:12](745 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:07, 03:33] +PASS -- TEST 'control_csawmg_gnu' [10:36, 08:03](549 MB) +PASS -- TEST 'control_csawmgt_gnu' [10:38, 08:08](547 MB) + +PASS -- COMPILE 'wam_intel' [12:09, 09:54] +PASS -- TEST 'control_wam_intel' [04:17, 02:02](657 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:09, 10:50] +PASS -- TEST 'control_p8_faster_intel' [05:48, 02:38](1633 MB) +PASS -- TEST 'regional_control_faster_intel' [07:37, 04:43](853 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:08, 04:34] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:20, 02:40](818 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:24, 02:40](820 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:16, 03:06](824 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:16, 02:40](822 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:34, 04:04](875 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:33, 04:05](872 MB) +PASS -- TEST 'control_ras_debug_intel' [04:16, 02:47](836 MB) +PASS -- TEST 'control_diag_debug_intel' [05:25, 02:47](877 MB) +PASS -- TEST 'control_debug_p8_intel' [05:39, 02:50](1648 MB) +PASS -- TEST 'regional_debug_intel' [18:44, 17:02](835 MB) +PASS -- TEST 'rap_control_debug_intel' [06:21, 04:49](1212 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:21, 04:44](1207 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 05:08](1208 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:19, 04:53](1212 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:18, 04:56](1217 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:33, 05:06](1297 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:20, 04:53](1217 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:20, 04:56](1217 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:22, 04:57](1211 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:20, 04:50](1217 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:20, 04:48](1209 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:19, 04:56](1213 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:19, 07:50](1213 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:19, 04:50](1210 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:19, 05:50](1219 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:21, 04:51](1215 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:36, 08:27](1217 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:07, 02:34] +PASS -- TEST 'control_csawmg_debug_gnu' [05:39, 02:13](530 MB) +PASS -- TEST 'control_csawmgt_debug_gnu' [04:36, 02:08](535 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:07, 03:08] +PASS -- TEST 'control_wam_debug_intel' [07:18, 04:58](538 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 09:58] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:59, 03:48](1162 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:37, 06:23](1060 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:33, 03:23](991 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:29, 06:03](1092 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:30, 03:06](968 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:26, 03:43](926 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:33, 04:48](1034 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:20, 01:54](935 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:19] +PASS -- TEST 'conus13km_control_intel' [04:51, 02:03](1208 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:36, 00:51](1122 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:35, 01:12](1108 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 09:55] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:36, 04:10](990 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:09, 03:14] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:19, 04:48](1089 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:43](1086 MB) +PASS -- TEST 'conus13km_debug_intel' [17:45, 14:43](1227 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:44, 14:36](939 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:39, 07:56](1156 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:40, 14:06](1297 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:08, 03:11] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:21, 04:53](1131 MB) + +PASS -- COMPILE 'hafsw_intel' [14:10, 11:30] +PASS -- TEST 'hafs_regional_atm_intel' [07:08, 04:50](746 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:26, 05:52](1119 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:17, 06:52](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:16, 13:23](870 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:23, 15:14](883 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:48, 05:28](505 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:13, 06:34](519 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:37, 02:41](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:11, 07:06](481 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:39, 03:38](530 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:42, 03:25](528 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:46, 03:57](593 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:22, 01:09](401 MB) +PASS -- TEST 'gnv1_nested_intel' [06:35, 04:00](802 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:09, 03:50] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:45, 12:47](580 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [14:10, 12:13] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:52, 08:38](671 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:58, 08:40](742 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:10, 11:49] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:54, 06:29](727 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:09, 11:10] +PASS -- TEST 'hafs_regional_docn_intel' [09:07, 06:19](833 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:12, 06:21](813 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:53, 16:01](1221 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:07, 06:04] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:13, 02:40](1169 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:14, 01:38](1100 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:14, 02:35](1017 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:13, 02:38](1035 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:15, 02:35](1023 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:13, 02:38](1145 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:14, 02:37](1152 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:12, 02:34](1025 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:07, 06:01](1055 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:05, 06:01](1040 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:11, 02:37](1148 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:14, 04:23](2424 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:15, 03:46](2436 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:07, 02:51] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:14, 06:12](1078 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:07, 05:53] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:13, 02:41](1136 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:06, 00:58] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:24, 00:42](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:18, 00:45](330 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:18, 00:29](323 MB) + +PASS -- COMPILE 'atml_intel' [13:09, 11:30] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:54, 04:04](1629 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:49, 04:05](1608 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:41, 02:13](906 MB) + +PASS -- COMPILE 'atmw_intel' [13:09, 10:49] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:42, 01:41](1681 MB) + +PASS -- COMPILE 'atmwm_intel' [13:09, 10:45] +PASS -- TEST 'control_atmwav_intel' [04:25, 01:46](678 MB) + +PASS -- COMPILE 'atmaero_intel' [12:09, 10:30] +PASS -- TEST 'atmaero_control_p8_intel' [06:50, 03:59](3039 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:50, 04:52](3109 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:37, 05:04](3117 MB) + +PASS -- COMPILE 'atmaq_intel' [12:09, 10:12] + +PASS -- COMPILE 'atmaq_debug_intel' [06:08, 03:34] +FAIL TO COMPARE -- TEST 'regional_atmaq_debug_intel' [, ]( MB) + +PASS -- COMPILE 'atm_gnu' [06:08, 03:37] +PASS -- TEST 'control_c48_gnu' [12:20, 10:38](765 MB) +PASS -- TEST 'control_stochy_gnu' [06:17, 03:26](512 MB) +PASS -- TEST 'control_ras_gnu' [07:16, 04:46](516 MB) +PASS -- TEST 'control_p8_gnu' [06:49, 04:37](1266 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:46, 04:32](1270 MB) +PASS -- TEST 'control_flake_gnu' [13:20, 10:39](553 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:07, 03:54] +PASS -- TEST 'rap_control_gnu' [13:29, 10:47](857 MB) +PASS -- TEST 'rap_decomp_gnu' [13:30, 10:56](859 MB) +PASS -- TEST 'rap_2threads_gnu' [12:35, 09:48](948 MB) +PASS -- TEST 'rap_restart_gnu' [07:33, 05:29](586 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [15:31, 13:33](860 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:38, 10:54](859 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:33, 07:59](588 MB) +PASS -- TEST 'hrrr_control_gnu' [07:29, 05:29](860 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [08:29, 05:29](842 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:25, 04:59](931 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:24, 05:23](859 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [05:19, 02:49](576 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:22, 02:49](667 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:40, 10:22](857 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:07, 03:44] +PASS -- TEST 'control_diag_debug_gnu' [03:21, 01:36](551 MB) +PASS -- TEST 'regional_debug_gnu' [13:37, 11:18](565 MB) +PASS -- TEST 'rap_control_debug_gnu' [05:18, 02:35](877 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:15, 02:36](873 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:15, 02:32](875 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:15, 02:33](875 MB) +PASS -- TEST 'rap_diag_debug_gnu' [05:29, 02:45](953 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:18, 04:01](870 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:16, 02:38](874 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:16, 02:31](871 MB) +PASS -- TEST 'control_ras_debug_gnu' [04:15, 01:34](503 MB) +PASS -- TEST 'control_stochy_debug_gnu' [04:16, 01:43](500 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:37](1260 MB) +PASS -- TEST 'rap_flake_debug_gnu' [05:17, 02:37](869 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [05:16, 02:51](879 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:29, 04:17](877 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:08, 01:54] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:07, 03:34] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [12:25, 09:21](714 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:24, 04:52](719 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:31, 08:32](771 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:28, 04:33](757 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [08:23, 05:12](718 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:30, 06:58](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:20, 02:32](549 MB) +PASS -- TEST 'conus13km_control_gnu' [05:47, 03:12](887 MB) +PASS -- TEST 'conus13km_2threads_gnu' [07:39, 05:51](888 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:38, 01:46](565 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [07:07, 05:28] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:33, 05:43](747 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:07, 03:53] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [05:17, 02:33](718 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [05:15, 02:24](724 MB) +PASS -- TEST 'conus13km_debug_gnu' [09:43, 06:43](898 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:39, 06:51](590 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [09:35, 07:12](903 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:35, 06:56](967 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [05:07, 03:40] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:18, 02:35](750 MB) + +PASS -- COMPILE 's2swa_gnu' [16:11, 14:29] + +PASS -- COMPILE 's2s_gnu' [16:09, 14:25] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:59, 07:32](1359 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:07, 02:29] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:10, 14:29] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [24:54, 21:54](1326 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:07, 02:32] +FAIL TO COMPARE -- TEST 'cpld_debug_pdlib_p8_gnu' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:10, 14:04] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:12, 03:00](697 MB) SYNOPSIS: -Starting Date/Time: 20240331 17:03:20 -Ending Date/Time: 20240331 19:10:50 -Total Time: 02h:07m:57s +Starting Date/Time: 20240402 05:54:51 +Ending Date/Time: 20240402 08:38:48 +Total Time: 02h:44m:12s Compiles Completed: 55/55 -Tests Completed: 244/244 +Tests Completed: 242/244 +Failed Tests: +* TEST regional_atmaq_debug_intel: FAIL TO COMPARE +-- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2175/ufs-weather-model/tests/logs/log_hera/rt_regional_atmaq_debug_intel.log +* TEST cpld_debug_pdlib_p8_gnu: FAIL TO COMPARE +-- LOG: /scratch2/NAGAPE/epic/Fernando.Andrade-maldonado/regression-tests/wm/2175/ufs-weather-model/tests/logs/log_hera/rt_cpld_debug_pdlib_p8_gnu.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF HERA REGRESSION TESTING LOG==== +====START OF HERA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +8db4e9acc2aed6e1901730c858d54815cede102c + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2778129 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf.fails +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atmaq_debug_intel' [05:07, 03:40] +PASS -- TEST 'regional_atmaq_debug_intel' [23:50, 20:59](4439 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:07, 02:27] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [14:55, 12:57](1333 MB) + +SYNOPSIS: +Starting Date/Time: 20240403 15:37:29 +Ending Date/Time: 20240403 16:07:53 +Total Time: 00h:30m:29s +Compiles Completed: 2/2 +Tests Completed: 2/2 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index fa70ca9657..76ec536f18 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: -be233c68ae3c7010234ed89394531449f51ee522 +2ec8af0cbe7f0ebcfc8c2211b8102911f510940e Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,9 +9,9 @@ Submodule hashes used in testing: 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) @@ -24,19 +24,19 @@ Submodule hashes used in testing: ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -47,369 +47,462 @@ 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-20240315 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2259286 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1160764 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:05, 12:48] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:00, 07:32](1892 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:10, 20:24] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:55, 13:17](1775 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:20, 13:57](2177 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:15, 06:23](1174 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:14, 15:07](1679 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:05, 06:12] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:12, 20:48](1735 MB) - -PASS -- COMPILE 's2swa_intel' [14:05, 12:56] -PASS -- TEST 'cpld_control_p8_intel' [09:51, 07:51](2090 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:03, 07:28](2071 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:13, 04:07](1966 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:51, 07:38](1973 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:13, 04:19](1733 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:47, 09:02](2497 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:47, 07:52](2063 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:53, 06:26](1887 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:03, 07:32](2091 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:37, 15:36](2816 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:45, 05:42](2920 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:47, 08:34](3635 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:39, 05:15](3614 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:43, 04:59](2057 MB) - -PASS -- COMPILE 's2sw_intel' [13:05, 11:44] -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:44, 07:10](1781 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:47, 04:00](1816 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:05, 05:44] -PASS -- TEST 'cpld_debug_p8_intel' [08:58, 06:55](2127 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:05, 05:22] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:47, 04:51](1789 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:05, 09:16] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:43, 04:00](1814 MB) - -PASS -- COMPILE 's2s_intel' [10:05, 08:04] -PASS -- TEST 'cpld_control_c48_intel' [09:35, 07:16](2824 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:05, 11:39] -PASS -- TEST 'cpld_control_p8_faster_intel' [09:51, 07:21](2072 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:06, 17:16] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:33, 13:39](1799 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:55, 06:34](1274 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:54, 16:12](1737 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:06, 03:17] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:48, 21:28](1775 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:06, 07:53] -PASS -- TEST 'control_flake_intel' [04:15, 02:54](714 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:16, 02:06](663 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:21, 02:09](670 MB) -PASS -- TEST 'control_latlon_intel' [04:14, 02:06](670 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:22, 02:09](662 MB) -PASS -- TEST 'control_c48_intel' [07:20, 05:45](848 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:20, 05:50](860 MB) -PASS -- TEST 'control_c192_intel' [09:27, 07:51](963 MB) -PASS -- TEST 'control_c384_intel' [09:58, 08:03](1438 MB) -PASS -- TEST 'control_c384gdas_intel' [10:39, 07:08](1519 MB) -PASS -- TEST 'control_stochy_intel' [03:14, 01:34](671 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:17, 00:50](533 MB) -PASS -- TEST 'control_lndp_intel' [03:15, 01:22](663 MB) -PASS -- TEST 'control_iovr4_intel' [04:17, 02:06](660 MB) -PASS -- TEST 'control_iovr5_intel' [03:20, 02:04](664 MB) -PASS -- TEST 'control_p8_intel' [04:47, 02:30](1633 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:45, 02:32](1637 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:47, 02:26](1651 MB) -PASS -- TEST 'control_restart_p8_intel' [04:20, 01:26](919 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:44, 02:29](1634 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:54, 01:25](988 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:41, 02:34](1632 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:40, 02:17](1730 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:08, 04:25](1629 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:50, 03:23](1703 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:47, 02:30](1645 MB) -PASS -- TEST 'merra2_thompson_intel' [04:53, 02:55](1652 MB) -PASS -- TEST 'regional_control_intel' [06:43, 04:29](959 MB) -PASS -- TEST 'regional_restart_intel' [04:26, 02:33](1099 MB) -PASS -- TEST 'regional_decomp_intel' [06:42, 04:41](947 MB) -PASS -- TEST 'regional_2threads_intel' [04:47, 02:55](915 MB) -PASS -- TEST 'regional_noquilt_intel' [06:37, 04:21](1486 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:37, 04:24](959 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:33, 04:27](960 MB) -PASS -- TEST 'regional_wofs_intel' [07:29, 05:36](2074 MB) - -PASS -- COMPILE 'rrfs_intel' [09:05, 07:13] -PASS -- TEST 'rap_control_intel' [08:51, 06:47](1191 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:01, 03:29](1409 MB) -PASS -- TEST 'rap_decomp_intel' [08:56, 06:56](1139 MB) -PASS -- TEST 'rap_2threads_intel' [08:34, 06:10](1359 MB) -PASS -- TEST 'rap_restart_intel' [06:34, 03:24](1145 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:52, 06:35](1194 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:51, 06:51](1163 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:56, 04:54](1192 MB) -PASS -- TEST 'hrrr_control_intel' [05:36, 03:22](1072 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:45, 03:25](1038 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:44, 03:07](1121 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:14, 01:54](1016 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:46, 06:23](1208 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:17, 07:41](2007 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:59, 07:25](2173 MB) - -PASS -- COMPILE 'csawmg_intel' [08:05, 06:47] -PASS -- TEST 'control_csawmg_intel' [07:28, 05:20](831 MB) -PASS -- TEST 'control_csawmgt_intel' [07:21, 05:16](834 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:50](805 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:05, 03:47] -PASS -- TEST 'control_csawmg_gnu' [08:31, 06:25](810 MB) -PASS -- TEST 'control_csawmgt_gnu' [08:50, 06:24](814 MB) - -PASS -- COMPILE 'wam_intel' [08:05, 06:59] -PASS -- TEST 'control_wam_intel' [03:23, 01:50](779 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:05, 09:43] -PASS -- TEST 'control_p8_faster_intel' [04:52, 02:17](1638 MB) -PASS -- TEST 'regional_control_faster_intel' [06:26, 04:06](955 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:06, 03:44] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:15, 02:17](820 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:19, 02:11](829 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:13, 02:34](836 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:14, 02:15](834 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:29, 03:23](874 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [05:36, 03:20](879 MB) -PASS -- TEST 'control_ras_debug_intel' [04:36, 02:15](832 MB) -PASS -- TEST 'control_diag_debug_intel' [04:30, 02:15](889 MB) -PASS -- TEST 'control_debug_p8_intel' [04:31, 02:20](1655 MB) -PASS -- TEST 'regional_debug_intel' [15:25, 14:02](895 MB) -PASS -- TEST 'rap_control_debug_intel' [05:20, 04:04](1217 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:29, 03:55](1211 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:14, 03:57](1229 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:14, 03:55](1224 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:12, 03:54](1216 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:21, 04:09](1312 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:53, 04:03](1219 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:32, 04:01](1220 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:23, 04:00](1219 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 03:58](1221 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:53](1212 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:14, 03:59](1228 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:25, 06:27](1225 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:14, 03:54](1211 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:05, 04:51](1232 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:17, 04:00](1214 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:49, 06:50](1215 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:05, 04:05] -PASS -- TEST 'control_csawmg_debug_gnu' [03:27, 01:45](791 MB) -PASS -- TEST 'control_csawmgt_debug_gnu' [03:27, 01:45](790 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:05, 02:41] - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:05, 06:43] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:39, 03:15](1272 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:44, 05:27](1144 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:48, 02:51](1016 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:27, 05:11](1285 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:30, 02:40](1042 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:31, 03:00](995 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:50, 04:13](1097 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:14, 01:38](979 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:24, 08:37] -PASS -- TEST 'conus13km_control_intel' [03:33, 01:43](1313 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:26, 00:45](1211 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:23, 01:03](1168 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:05, 06:51] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:33, 03:41](1082 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:05, 02:35] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 03:52](1094 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:14, 03:52](1098 MB) -PASS -- TEST 'conus13km_debug_intel' [13:28, 11:54](1344 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:27, 12:07](999 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:25, 06:36](1247 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:24, 11:34](1440 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:05, 02:35] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:17, 03:54](1152 MB) - -PASS -- COMPILE 'hafsw_intel' [11:18, 10:07] -PASS -- TEST 'hafs_regional_atm_intel' [07:58, 05:17](885 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:19, 05:01](1267 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:07, 06:19](952 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:44, 14:03](985 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:04, 15:07](993 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:46, 05:25](608 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:05, 11:13] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:12, 07:43](1892 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:06, 15:52] +PASS -- TEST 'cpld_control_gfsv17_intel' [16:12, 13:18](1772 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:28, 13:59](2177 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:25, 06:25](1165 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:57, 14:55](1691 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:05, 05:24] +PASS -- TEST 'cpld_debug_gfsv17_intel' [22:14, 20:07](1736 MB) + +PASS -- COMPILE 's2swa_intel' [13:05, 11:20] +PASS -- TEST 'cpld_control_p8_intel' [10:00, 07:43](2066 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:12, 07:39](2055 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:06, 04:15](1978 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:00, 07:45](1990 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:06, 04:18](1739 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:05, 08:51](2492 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:54, 07:40](2074 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:02, 06:27](1895 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:12, 07:35](2065 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:31, 14:57](2804 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:57, 05:40](2932 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [15:26, 08:27](3634 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:17, 04:56](3615 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:59, 05:00](2052 MB) + +PASS -- COMPILE 's2sw_intel' [13:05, 11:19] +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:58, 07:11](1770 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:03, 04:08](1822 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:05, 05:22] +PASS -- TEST 'cpld_debug_p8_intel' [09:06, 06:49](2070 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:05, 05:14] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:53, 04:42](1786 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:05, 09:05] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:53, 03:54](1828 MB) + +PASS -- COMPILE 's2s_intel' [11:05, 09:10] +PASS -- TEST 'cpld_control_c48_intel' [09:44, 07:15](2831 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:06, 12:50] +PASS -- TEST 'cpld_control_p8_faster_intel' [10:19, 07:20](2069 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:31, 17:44] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:04, 13:49](1813 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:08, 06:32](1294 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:54, 15:14](1739 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:37] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:50, 22:03](1776 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:06, 07:48] +PASS -- TEST 'control_flake_intel' [04:29, 02:49](726 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:26, 02:03](664 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:34, 02:10](663 MB) +PASS -- TEST 'control_latlon_intel' [04:29, 02:05](668 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:36, 02:07](659 MB) +PASS -- TEST 'control_c48_intel' [07:35, 05:42](856 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:34, 05:44](858 MB) +PASS -- TEST 'control_c192_intel' [09:37, 07:47](947 MB) +PASS -- TEST 'control_c384_intel' [11:10, 08:07](1450 MB) +PASS -- TEST 'control_c384gdas_intel' [10:44, 07:15](1531 MB) +PASS -- TEST 'control_stochy_intel' [03:24, 01:26](667 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:27, 00:52](548 MB) +PASS -- TEST 'control_lndp_intel' [03:23, 01:22](669 MB) +PASS -- TEST 'control_iovr4_intel' [03:44, 02:04](671 MB) +PASS -- TEST 'control_iovr5_intel' [04:19, 02:05](665 MB) +PASS -- TEST 'control_p8_intel' [04:49, 02:30](1632 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:48, 02:32](1632 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:48, 02:26](1637 MB) +PASS -- TEST 'control_restart_p8_intel' [03:44, 01:23](923 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:39, 02:31](1629 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:56, 01:24](988 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:37, 02:34](1622 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:35, 02:23](1725 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:27, 04:26](1647 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:53, 03:24](1720 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:49, 02:32](1646 MB) +PASS -- TEST 'merra2_thompson_intel' [04:58, 02:57](1646 MB) +PASS -- TEST 'regional_control_intel' [06:25, 04:31](962 MB) +PASS -- TEST 'regional_restart_intel' [04:23, 02:30](1105 MB) +PASS -- TEST 'regional_decomp_intel' [06:27, 04:47](952 MB) +PASS -- TEST 'regional_2threads_intel' [04:23, 02:53](923 MB) +PASS -- TEST 'regional_noquilt_intel' [06:30, 04:23](1487 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:33, 04:25](957 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:27, 04:30](962 MB) +PASS -- TEST 'regional_wofs_intel' [07:25, 05:35](2101 MB) + +PASS -- COMPILE 'rrfs_intel' [09:31, 07:36] +PASS -- TEST 'rap_control_intel' [08:49, 06:32](1189 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:40, 03:25](1446 MB) +PASS -- TEST 'rap_decomp_intel' [08:37, 06:53](1127 MB) +PASS -- TEST 'rap_2threads_intel' [08:36, 06:12](1376 MB) +PASS -- TEST 'rap_restart_intel' [06:40, 03:25](1162 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:41, 06:29](1192 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:39, 06:56](1133 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:00, 04:56](1194 MB) +PASS -- TEST 'hrrr_control_intel' [05:46, 03:25](1065 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:33, 03:28](1054 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:29, 03:09](1125 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:15, 01:50](1037 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:48, 06:26](1193 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:14, 07:37](2021 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:14, 07:27](2165 MB) + +PASS -- COMPILE 'csawmg_intel' [09:31, 07:12] +PASS -- TEST 'control_csawmg_intel' [07:24, 05:21](822 MB) +PASS -- TEST 'control_csawmgt_intel' [07:28, 05:16](825 MB) +PASS -- TEST 'control_ras_intel' [04:14, 02:52](828 MB) + +PASS -- COMPILE 'csawmg_gnu' [07:30, 06:06] +PASS -- TEST 'control_csawmg_gnu' [08:26, 06:28](810 MB) +PASS -- TEST 'control_csawmgt_gnu' [08:22, 06:27](812 MB) + +PASS -- COMPILE 'wam_intel' [09:30, 07:58] +PASS -- TEST 'control_wam_intel' [03:17, 01:50](781 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:30, 10:39] +PASS -- TEST 'control_p8_faster_intel' [04:48, 02:14](1641 MB) +PASS -- TEST 'regional_control_faster_intel' [06:24, 04:07](958 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:25, 05:25] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:15, 02:11](822 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:18, 02:11](827 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:12, 02:25](836 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:14, 02:10](830 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:26, 03:23](880 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [05:22, 03:23](867 MB) +PASS -- TEST 'control_ras_debug_intel' [04:12, 02:18](831 MB) +PASS -- TEST 'control_diag_debug_intel' [04:19, 02:21](882 MB) +PASS -- TEST 'control_debug_p8_intel' [04:30, 02:20](1657 MB) +PASS -- TEST 'regional_debug_intel' [15:41, 14:15](890 MB) +PASS -- TEST 'rap_control_debug_intel' [05:50, 03:53](1217 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:39, 03:52](1215 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:20, 03:58](1215 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 03:59](1214 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:57](1222 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:58, 04:08](1295 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:45, 04:05](1224 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 04:04](1225 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:35, 04:02](1225 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:30, 04:00](1222 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:56](1210 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:57](1220 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:13, 06:23](1222 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:44, 03:53](1221 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:40, 04:46](1214 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:20, 03:58](1210 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:58, 06:50](1225 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [07:31, 05:28] +PASS -- TEST 'control_csawmg_debug_gnu' [03:47, 01:42](791 MB) +PASS -- TEST 'control_csawmgt_debug_gnu' [03:46, 01:39](790 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:25, 04:09] + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:31, 08:25] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:54, 03:23](1275 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:00, 05:22](1140 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:59, 02:52](1023 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:46, 05:07](1287 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:39, 02:39](1039 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:39, 03:02](984 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:51, 04:03](1135 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:36, 01:36](950 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:06, 09:55] +PASS -- TEST 'conus13km_control_intel' [03:36, 01:45](1281 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:28, 00:42](1200 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [02:26, 01:01](1153 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:06, 06:54] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:27, 03:48](1079 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:05, 02:55] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:14, 03:55](1093 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:13, 03:53](1090 MB) +PASS -- TEST 'conus13km_debug_intel' [13:33, 11:34](1345 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:32, 11:49](987 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:26, 06:37](1240 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:29, 11:32](1401 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:05, 02:50] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 03:58](1153 MB) + +PASS -- COMPILE 'hafsw_intel' [11:06, 09:25] +PASS -- TEST 'hafs_regional_atm_intel' [08:00, 05:21](875 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:19, 05:00](1282 MB) +FAIL TO COMPARE -- TEST 'hafs_regional_atm_ocn_intel' [, ]( MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:08, 14:36](995 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:10, 15:21](998 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:47, 05:39](602 MB) PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:11, 06:57](617 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:36, 02:47](438 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:50, 07:51](538 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:35, 03:55](619 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:34, 03:38](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:42, 04:44](677 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:25, 01:25](451 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:05, 02:54] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:41, 11:12](626 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:17, 09:56] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:45, 16:49](735 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:05, 16:23](802 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:24, 10:04] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:14, 10:13](788 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:18, 10:02] -PASS -- TEST 'hafs_regional_docn_intel' [08:00, 05:25](952 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:55, 05:30](928 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:11, 16:29](1337 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:18, 07:08] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:11, 02:08](1155 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:11, 01:20](1109 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:11, 02:03](1009 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:09, 02:09](1008 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:12, 02:06](1015 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:10, 02:12](1144 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:09, 02:10](1134 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:09, 02:04](1011 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:43, 04:55](1154 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:40, 04:51](1150 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:08, 02:07](1148 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:10, 02:59](2441 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:11, 03:03](2439 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:12, 03:54] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:31, 05:09](1079 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:23, 06:46] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:11, 02:08](1144 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:44] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:22, 00:54](335 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:17, 00:50](558 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:30](563 MB) - -PASS -- COMPILE 'atml_intel' [09:18, 07:27] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:04, 05:41](1628 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:01, 05:43](1628 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:33, 02:56](944 MB) - -PASS -- COMPILE 'atmw_intel' [11:06, 09:34] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:45, 01:31](1693 MB) - -PASS -- COMPILE 'atmwm_intel' [11:06, 09:23] -PASS -- TEST 'control_atmwav_intel' [03:37, 01:29](691 MB) - -PASS -- COMPILE 'atmaero_intel' [09:06, 07:04] -PASS -- TEST 'atmaero_control_p8_intel' [06:09, 03:37](1783 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:12, 04:14](1807 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:08, 04:27](1820 MB) - -PASS -- COMPILE 'atmaq_intel' [08:06, 06:48] - -PASS -- COMPILE 'atmaq_debug_intel' [04:05, 02:47] -PASS -- TEST 'regional_atmaq_debug_intel' [18:54, 16:21](4589 MB) - -PASS -- COMPILE 'atm_gnu' [05:05, 04:03] -PASS -- TEST 'control_c48_gnu' [11:36, 09:47](881 MB) -PASS -- TEST 'control_stochy_gnu' [04:29, 02:14](730 MB) -PASS -- TEST 'control_ras_gnu' [05:26, 03:38](734 MB) -PASS -- TEST 'control_p8_gnu' [05:47, 03:32](1514 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:36, 03:27](1512 MB) -PASS -- TEST 'control_flake_gnu' [06:22, 04:18](805 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:05, 04:20] -PASS -- TEST 'rap_control_gnu' [09:36, 07:38](1088 MB) -PASS -- TEST 'rap_decomp_gnu' [09:36, 07:52](1095 MB) -PASS -- TEST 'rap_2threads_gnu' [09:09, 07:10](1146 MB) -PASS -- TEST 'rap_restart_gnu' [05:51, 03:54](886 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:09, 07:44](1092 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:47, 07:48](1083 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:48, 05:47](885 MB) -PASS -- TEST 'hrrr_control_gnu' [05:42, 03:59](1072 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:41, 03:58](1136 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:39, 03:35](1025 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:29, 04:03](1072 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:14, 02:05](880 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:14, 02:00](936 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:52, 07:34](1080 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:05, 06:03] -PASS -- TEST 'control_diag_debug_gnu' [03:22, 01:10](776 MB) -PASS -- TEST 'regional_debug_gnu' [08:26, 06:24](925 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:14, 01:56](1099 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:12, 01:54](1090 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:11, 01:58](1096 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:12, 01:57](1096 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:20, 02:04](1270 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:13, 03:04](1097 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:13, 01:59](1099 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:13, 01:57](1095 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:11, 01:11](725 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:11, 01:17](725 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:27, 01:19](1505 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:19, 01:56](1103 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:13, 02:08](1106 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:44, 03:14](1113 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:05, 02:36] -PASS -- TEST 'control_wam_debug_gnu' [03:17, 01:55](500 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:05, 04:39] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:44, 07:17](962 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:51, 03:47](962 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:42, 06:55](973 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 03:31](883 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 03:47](953 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:50, 05:21](860 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:22, 01:57](857 MB) -PASS -- TEST 'conus13km_control_gnu' [04:34, 02:35](1264 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:28, 01:03](1173 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:27, 01:24](933 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:47, 11:46] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:26, 04:17](989 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:06, 09:59] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:24, 01:57](979 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:14, 01:58](968 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:26, 05:20](1280 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:26, 05:35](973 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:24, 03:16](1189 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:29, 05:24](1350 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [14:06, 12:18] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:16, 01:55](1003 MB) - -PASS -- COMPILE 's2swa_gnu' [18:06, 16:56] - -PASS -- COMPILE 's2s_gnu' [18:06, 16:06] - -PASS -- COMPILE 's2swa_debug_gnu' [13:07, 11:51] - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:07, 17:02] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [13:06, 11:53] - -PASS -- COMPILE 'datm_cdeps_gnu' [19:08, 17:15] +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:38, 02:43](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:58, 07:46](541 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:40, 03:51](624 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:38, 03:42](623 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:42, 04:52](679 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:20, 01:24](450 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:06, 03:01] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:47, 11:17](638 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:06, 10:12] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:48, 16:26](730 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:49, 16:18](817 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:07, 10:13] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:51, 09:59](796 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:06, 10:27] +FAIL TO COMPARE -- TEST 'hafs_regional_docn_intel' [, ]( MB) +FAIL TO COMPARE -- TEST 'hafs_regional_docn_oisst_intel' [, ]( MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:39, 16:36](1338 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:06, 06:41] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:11, 02:08](1141 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:12, 01:14](1075 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:09, 02:03](1019 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:10, 02:05](1009 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:09, 01:56](1016 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:13, 02:08](1140 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:11, 02:08](1146 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:12, 02:04](1009 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:43, 04:57](1162 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:39, 04:55](1157 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:08, 02:09](1153 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:14, 03:00](2389 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:11, 03:04](2431 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:06, 03:56] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:13, 05:10](1069 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:06, 06:45] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:10, 02:06](1150 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:06, 00:48] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:22, 00:59](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:16, 00:52](562 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:19, 00:34](560 MB) + +PASS -- COMPILE 'atml_intel' [10:06, 08:23] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:58, 05:33](1631 MB) +FAIL TO COMPARE -- TEST 'control_p8_atmlnd_intel' [, ]( MB) +MISSING -- TEST 'control_restart_p8_atmlnd_intel' [, ]( MB) + +PASS -- COMPILE 'atmw_intel' [10:05, 08:45] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:28](1710 MB) + +PASS -- COMPILE 'atmwm_intel' [11:05, 09:19] +PASS -- TEST 'control_atmwav_intel' [03:37, 01:30](704 MB) + +PASS -- COMPILE 'atmaero_intel' [08:05, 07:03] +PASS -- TEST 'atmaero_control_p8_intel' [05:50, 03:35](1802 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:54, 04:18](1813 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:27](1824 MB) + +PASS -- COMPILE 'atmaq_intel' [08:05, 06:45] + +PASS -- COMPILE 'atmaq_debug_intel' [04:05, 02:37] +PASS -- TEST 'regional_atmaq_debug_intel' [19:15, 16:58](4598 MB) + +PASS -- COMPILE 'atm_gnu' [05:05, 04:01] +PASS -- TEST 'control_c48_gnu' [11:23, 09:31](868 MB) +PASS -- TEST 'control_stochy_gnu' [04:21, 02:12](728 MB) +PASS -- TEST 'control_ras_gnu' [05:16, 03:43](751 MB) +PASS -- TEST 'control_p8_gnu' [05:49, 03:41](1515 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:44, 03:32](1516 MB) +PASS -- TEST 'control_flake_gnu' [06:14, 04:32](811 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:05, 03:57] +PASS -- TEST 'rap_control_gnu' [09:45, 07:41](1090 MB) +PASS -- TEST 'rap_decomp_gnu' [09:32, 07:50](1085 MB) +PASS -- TEST 'rap_2threads_gnu' [09:28, 07:14](1124 MB) +PASS -- TEST 'rap_restart_gnu' [05:50, 03:58](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:38, 07:51](1085 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:32, 07:57](1083 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:50, 05:46](884 MB) +PASS -- TEST 'hrrr_control_gnu' [05:48, 03:59](1074 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:29, 04:04](1138 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:38, 03:44](1040 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:32, 03:59](1072 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:24, 02:04](878 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 02:00](934 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:51, 07:48](1081 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:06, 07:21] +PASS -- TEST 'control_diag_debug_gnu' [03:17, 01:15](780 MB) +PASS -- TEST 'regional_debug_gnu' [08:27, 06:18](926 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:17, 02:00](1100 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:15, 01:57](1090 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:14, 01:59](1097 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:15, 02:05](1098 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:20, 02:02](1273 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:14, 03:03](1097 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:14, 01:56](1098 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:14, 01:55](1096 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:13, 01:12](726 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:13, 01:15](726 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:29, 01:16](1506 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:18, 01:57](1100 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:15, 02:10](1104 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:48, 03:14](1106 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:06, 02:23] +PASS -- TEST 'control_wam_debug_gnu' [03:19, 01:56](501 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:06, 05:21] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:30, 07:13](964 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:41, 03:48](950 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:33, 06:44](998 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:34, 03:35](873 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:31, 03:46](961 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:57, 05:32](859 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:15, 02:06](856 MB) +PASS -- TEST 'conus13km_control_gnu' [04:34, 02:29](1265 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:30, 01:04](1172 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:27, 01:27](920 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:05, 11:05] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:26, 04:21](989 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [10:05, 08:33] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:15, 02:00](976 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:13, 01:57](968 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:26, 05:22](1283 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:24, 05:32](973 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:23, 03:20](1189 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:25, 05:29](1348 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:06, 10:29] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 02:00](1002 MB) + +PASS -- COMPILE 's2swa_gnu' [18:07, 16:50] + +PASS -- COMPILE 's2s_gnu' [17:07, 16:01] + +PASS -- COMPILE 's2swa_debug_gnu' [11:06, 09:44] + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:08, 17:00] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [10:06, 08:46] + +PASS -- COMPILE 'datm_cdeps_gnu' [16:07, 14:09] SYNOPSIS: -Starting Date/Time: 20240331 12:02:15 -Ending Date/Time: 20240331 13:24:55 -Total Time: 01h:23m:15s +Starting Date/Time: 20240402 08:21:18 +Ending Date/Time: 20240402 09:43:48 +Total Time: 01h:22m:55s Compiles Completed: 55/55 -Tests Completed: 239/239 +Tests Completed: 234/239 +Failed Tests: +* TEST hafs_regional_atm_ocn_intel: FAIL TO COMPARE +-- LOG: /work/noaa/nems/zshrader/hercules/rt-2175/tests/logs/log_hercules/rt_hafs_regional_atm_ocn_intel.log +* TEST hafs_regional_docn_intel: FAIL TO COMPARE +-- LOG: /work/noaa/nems/zshrader/hercules/rt-2175/tests/logs/log_hercules/rt_hafs_regional_docn_intel.log +* TEST hafs_regional_docn_oisst_intel: FAIL TO COMPARE +-- LOG: /work/noaa/nems/zshrader/hercules/rt-2175/tests/logs/log_hercules/rt_hafs_regional_docn_oisst_intel.log +* TEST control_p8_atmlnd_intel: FAIL TO COMPARE +-- LOG: /work/noaa/nems/zshrader/hercules/rt-2175/tests/logs/log_hercules/rt_control_p8_atmlnd_intel.log +* TEST control_restart_p8_atmlnd_intel: MISSING +-- LOG: N/A + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF HERCULES REGRESSION TESTING LOG==== +====START OF HERCULES REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +2ec8af0cbe7f0ebcfc8c2211b8102911f510940e + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_2394229 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 'hafsw_intel' [12:06, 10:33] +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:13, 06:27](932 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:06, 10:19] +PASS -- TEST 'hafs_regional_docn_intel' [08:02, 05:30](954 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:03, 05:31](917 MB) + +PASS -- COMPILE 'atml_intel' [11:06, 09:36] +PASS -- TEST 'control_p8_atmlnd_intel' [08:04, 05:30](1635 MB) + +SYNOPSIS: +Starting Date/Time: 20240402 10:33:35 +Ending Date/Time: 20240402 10:56:19 +Total Time: 00h:22m:59s +Compiles Completed: 3/3 +Tests Completed: 4/4 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index c647aedf1f..eed510da36 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: -be233c68ae3c7010234ed89394531449f51ee522 +2ec8af0cbe7f0ebcfc8c2211b8102911f510940e Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,9 +9,9 @@ Submodule hashes used in testing: 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) @@ -24,19 +24,19 @@ Submodule hashes used in testing: ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -47,245 +47,245 @@ 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-20240315 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_1584801 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1794749 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [39:26, 38:12] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:58, 07:22](1790 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [51:36, 49:40] -PASS -- TEST 'cpld_control_gfsv17_intel' [24:23, 21:05](1660 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:24, 22:09](1928 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:24, 10:21](999 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:56, 24:05](1633 MB) - -PASS -- COMPILE 's2swa_intel' [40:26, 38:36] -PASS -- TEST 'cpld_control_p8_intel' [11:52, 08:35](1827 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:26, 08:15](1822 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:38, 04:45](1708 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:58, 08:32](1857 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:32, 04:49](1730 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:40, 07:53](2263 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:34, 08:43](1827 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:01, 07:05](1778 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:28, 08:17](1824 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:04, 07:59](1783 MB) - -PASS -- COMPILE 's2sw_intel' [38:25, 36:51] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:27, 05:58](1658 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:50, 05:58](1717 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:09, 05:28] -PASS -- TEST 'cpld_debug_p8_intel' [14:04, 10:40](1840 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:07, 04:44] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:23, 07:14](1678 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [33:22, 32:09] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:26, 06:37](1712 MB) - -PASS -- COMPILE 's2s_intel' [33:23, 32:19] -PASS -- TEST 'cpld_control_c48_intel' [15:12, 12:45](2796 MB) - -PASS -- COMPILE 's2swa_faster_intel' [34:55, 33:11] -PASS -- TEST 'cpld_control_p8_faster_intel' [12:05, 08:17](1824 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [50:32, 49:12] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:39, 20:45](1681 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:46, 10:32](1034 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:45, 24:35](1664 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:12, 05:28] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [35:25, 32:13](1692 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [36:23, 34:22] -PASS -- TEST 'control_flake_intel' [06:28, 04:29](645 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:31, 03:16](597 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:35, 03:35](601 MB) -PASS -- TEST 'control_latlon_intel' [05:28, 03:19](600 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:36, 03:24](596 MB) -PASS -- TEST 'control_c48_intel' [11:43, 10:04](850 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:40, 10:08](838 MB) -PASS -- TEST 'control_c192_intel' [14:50, 12:38](726 MB) -PASS -- TEST 'control_c384_intel' [19:56, 16:29](894 MB) -PASS -- TEST 'control_c384gdas_intel' [18:41, 13:51](1018 MB) -PASS -- TEST 'control_stochy_intel' [04:28, 02:17](598 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:26, 01:17](436 MB) -PASS -- TEST 'control_lndp_intel' [04:29, 02:11](600 MB) -PASS -- TEST 'control_iovr4_intel' [05:30, 03:20](599 MB) -PASS -- TEST 'control_iovr5_intel' [05:33, 03:21](603 MB) -PASS -- TEST 'control_p8_intel' [06:31, 04:01](1572 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:53, 04:07](1571 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:52, 03:54](1577 MB) -PASS -- TEST 'control_restart_p8_intel' [05:09, 02:06](816 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:37, 03:55](1572 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:14, 02:04](841 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:37, 04:08](1570 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:39, 03:46](1662 MB) -PASS -- TEST 'control_p8_lndp_intel' [10:18, 07:07](1576 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:00, 05:20](1641 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:48, 04:03](1578 MB) -PASS -- TEST 'merra2_thompson_intel' [08:11, 04:46](1586 MB) -PASS -- TEST 'regional_control_intel' [10:06, 07:12](759 MB) -PASS -- TEST 'regional_restart_intel' [05:37, 03:51](933 MB) -PASS -- TEST 'regional_decomp_intel' [10:06, 07:33](764 MB) -PASS -- TEST 'regional_2threads_intel' [07:09, 04:27](760 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:04, 07:02](759 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:46, 07:05](761 MB) - -PASS -- COMPILE 'rrfs_intel' [34:25, 33:02] -PASS -- TEST 'rap_control_intel' [13:02, 10:08](990 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:12, 05:41](1220 MB) -PASS -- TEST 'rap_decomp_intel' [12:57, 10:41](984 MB) -PASS -- TEST 'rap_2threads_intel' [12:27, 09:39](1088 MB) -PASS -- TEST 'rap_restart_intel' [08:27, 05:19](987 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:25, 10:07](989 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:58, 10:41](980 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:19, 07:43](996 MB) -PASS -- TEST 'hrrr_control_intel' [07:53, 05:09](987 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:53, 05:25](983 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:20, 04:47](1057 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:28, 02:49](916 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:29, 09:59](990 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:32, 12:21](1944 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:29, 11:58](1941 MB) - -PASS -- COMPILE 'csawmg_intel' [32:20, 31:11] -PASS -- TEST 'control_csawmg_intel' [10:55, 08:09](697 MB) -PASS -- TEST 'control_csawmgt_intel' [09:48, 07:58](691 MB) -PASS -- TEST 'control_ras_intel' [06:26, 04:25](666 MB) +PASS -- COMPILE 's2swa_32bit_intel' [40:24, 38:34] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:50, 06:50](1795 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [55:30, 53:58] +PASS -- TEST 'cpld_control_gfsv17_intel' [24:02, 20:34](1666 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:13, 22:06](1918 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:02, 10:24](984 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:40, 23:49](1634 MB) + +PASS -- COMPILE 's2swa_intel' [40:24, 39:15] +PASS -- TEST 'cpld_control_p8_intel' [10:25, 07:29](1828 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:47, 07:31](1819 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:50, 04:18](1712 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:24, 07:33](1852 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:51, 04:23](1733 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:19, 07:07](2259 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:18, 07:35](1828 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:38, 06:17](1777 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:47, 07:30](1824 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:44, 07:03](1802 MB) + +PASS -- COMPILE 's2sw_intel' [38:23, 37:14] +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:25, 05:45](1669 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:38, 05:41](1711 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:09, 06:11] +PASS -- TEST 'cpld_debug_p8_intel' [13:57, 10:30](1853 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:09, 05:03] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:22, 07:11](1674 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [33:20, 32:02] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:51, 05:36](1717 MB) + +PASS -- COMPILE 's2s_intel' [33:20, 32:10] +PASS -- TEST 'cpld_control_c48_intel' [15:09, 12:43](2796 MB) + +PASS -- COMPILE 's2swa_faster_intel' [33:47, 32:44] +PASS -- TEST 'cpld_control_p8_faster_intel' [10:00, 07:01](1822 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [48:27, 47:21] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:35, 20:35](1677 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:50, 10:22](1032 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:44, 24:01](1650 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:07, 04:41] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:46, 32:08](1692 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [36:19, 34:42] +PASS -- TEST 'control_flake_intel' [06:30, 04:27](649 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:30, 03:18](596 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:36, 03:36](602 MB) +PASS -- TEST 'control_latlon_intel' [05:28, 03:21](598 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:36, 03:26](595 MB) +PASS -- TEST 'control_c48_intel' [11:38, 10:07](846 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:38, 10:04](851 MB) +PASS -- TEST 'control_c192_intel' [14:49, 12:21](731 MB) +PASS -- TEST 'control_c384_intel' [18:45, 15:48](892 MB) +PASS -- TEST 'control_c384gdas_intel' [18:22, 13:28](1012 MB) +PASS -- TEST 'control_stochy_intel' [04:29, 02:14](601 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:28, 01:17](437 MB) +PASS -- TEST 'control_lndp_intel' [04:30, 02:13](598 MB) +PASS -- TEST 'control_iovr4_intel' [05:32, 03:21](597 MB) +PASS -- TEST 'control_iovr5_intel' [05:31, 03:22](599 MB) +PASS -- TEST 'control_p8_intel' [06:43, 04:02](1574 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:41, 03:54](1575 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:33, 03:49](1582 MB) +PASS -- TEST 'control_restart_p8_intel' [04:59, 02:09](816 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:08, 03:53](1570 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:10, 02:04](844 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:06, 04:04](1569 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:05, 03:38](1661 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:46, 06:56](1579 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:25, 05:06](1634 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:21, 04:04](1583 MB) +PASS -- TEST 'merra2_thompson_intel' [07:39, 04:32](1589 MB) +PASS -- TEST 'regional_control_intel' [08:39, 07:02](757 MB) +PASS -- TEST 'regional_restart_intel' [05:44, 03:40](927 MB) +PASS -- TEST 'regional_decomp_intel' [09:40, 07:28](760 MB) +PASS -- TEST 'regional_2threads_intel' [06:37, 04:15](759 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:43, 06:57](766 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:38, 06:59](767 MB) + +PASS -- COMPILE 'rrfs_intel' [34:21, 32:25] +PASS -- TEST 'rap_control_intel' [12:07, 10:07](995 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:22, 05:35](1218 MB) +PASS -- TEST 'rap_decomp_intel' [13:12, 10:41](989 MB) +PASS -- TEST 'rap_2threads_intel' [12:07, 09:33](1088 MB) +PASS -- TEST 'rap_restart_intel' [08:22, 05:14](986 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:30, 10:00](996 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:06, 10:44](983 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:28, 07:33](995 MB) +PASS -- TEST 'hrrr_control_intel' [08:06, 05:12](986 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:02, 05:24](974 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:35, 04:46](1054 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:32, 02:45](912 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:35, 10:01](984 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [14:32, 12:20](1940 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:31, 12:03](1941 MB) + +PASS -- COMPILE 'csawmg_intel' [32:21, 30:55] +PASS -- TEST 'control_csawmg_intel' [09:43, 07:59](693 MB) +PASS -- TEST 'control_csawmgt_intel' [09:45, 07:53](694 MB) +PASS -- TEST 'control_ras_intel' [06:23, 04:24](667 MB) PASS -- COMPILE 'wam_intel' [31:20, 29:49] -PASS -- TEST 'control_wam_intel' [04:27, 02:47](502 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [33:18, 31:33] -PASS -- TEST 'control_p8_faster_intel' [06:38, 03:32](1579 MB) -PASS -- TEST 'regional_control_faster_intel' [08:44, 06:36](767 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:08, 05:57] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:24, 03:21](763 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:31, 03:20](761 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:22, 03:45](765 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:22, 03:22](766 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:40, 05:24](810 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [07:39, 05:13](812 MB) -PASS -- TEST 'control_ras_debug_intel' [05:21, 03:26](778 MB) -PASS -- TEST 'control_diag_debug_intel' [05:33, 03:32](816 MB) -PASS -- TEST 'control_debug_p8_intel' [05:50, 03:35](1595 MB) -PASS -- TEST 'regional_debug_intel' [23:52, 21:43](785 MB) -PASS -- TEST 'rap_control_debug_intel' [08:26, 06:11](1155 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:27, 05:59](1151 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 06:02](1153 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:22, 06:03](1155 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 06:04](1152 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:36, 06:19](1239 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:27, 06:10](1153 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:26, 06:12](1156 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:27, 06:03](1156 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:24, 06:00](1152 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:28, 05:56](1157 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:28, 06:03](1154 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:35, 09:51](1146 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:24, 06:02](1154 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:21, 07:24](1158 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:26, 06:01](1153 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:35, 10:29](1167 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:07, 04:08] -PASS -- TEST 'control_wam_debug_intel' [08:31, 06:10](441 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:20, 30:01] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:28, 05:15](1082 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:04, 08:53](898 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:07, 04:24](872 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:04, 08:24](947 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:07, 04:04](910 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:07, 04:41](860 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:48, 06:50](897 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:45, 03:01](841 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:26, 42:16] -PASS -- TEST 'conus13km_control_intel' [06:03, 03:08](1108 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:53, 01:34](1049 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:51, 01:39](1027 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:18, 30:19] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:00, 05:48](905 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:07, 03:53] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:26, 05:56](1030 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:25, 05:48](1030 MB) -PASS -- TEST 'conus13km_debug_intel' [21:03, 18:24](1143 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:03, 18:39](852 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:54, 10:34](1085 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:57, 18:30](1206 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:17] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:31, 06:05](1066 MB) - -PASS -- COMPILE 'hafsw_intel' [36:23, 34:58] -PASS -- TEST 'hafs_regional_atm_intel' [09:20, 06:57](716 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:39](1084 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:44, 09:34](775 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [19:37, 16:26](802 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:53, 18:48](823 MB) -PASS -- TEST 'gnv1_nested_intel' [08:31, 06:07](774 MB) - -PASS -- COMPILE 'hafs_all_intel' [33:21, 32:01] -PASS -- TEST 'hafs_regional_docn_intel' [11:39, 08:48](763 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:40, 08:48](745 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:10, 08:07] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:41, 03:50](1059 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 02:10](1048 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:41, 03:53](929 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 03:58](926 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:41, 03:53](924 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:42, 03:54](1064 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:42, 04:05](1061 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:20, 04:01](925 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:33, 08:11](887 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:32, 08:03](840 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:22, 03:54](1056 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:43, 05:34](2345 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:43, 05:23](2407 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:08, 03:33] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:23, 08:04](1010 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:10, 08:03] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:22, 03:43](1053 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:06, 01:52] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:31, 01:50](229 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:28, 01:38](252 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:51](251 MB) - -PASS -- COMPILE 'atml_intel' [36:22, 34:28] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:51, 09:09](1609 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:49, 09:15](1602 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:02, 04:40](870 MB) - -PASS -- COMPILE 'atmw_intel' [33:21, 31:33] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:39, 02:24](1610 MB) - -PASS -- COMPILE 'atmwm_intel' [32:21, 30:41] -PASS -- TEST 'control_atmwav_intel' [05:12, 02:28](608 MB) - -PASS -- COMPILE 'atmaero_intel' [32:19, 30:39] -PASS -- TEST 'atmaero_control_p8_intel' [08:28, 05:21](1699 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:21, 06:29](1720 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:12, 06:45](1735 MB) +PASS -- TEST 'control_wam_intel' [04:22, 02:40](502 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [32:20, 31:17] +PASS -- TEST 'control_p8_faster_intel' [06:41, 03:33](1584 MB) +PASS -- TEST 'regional_control_faster_intel' [08:45, 06:30](769 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:09, 06:09] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:24, 03:20](758 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:28, 03:19](756 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:19, 03:43](768 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:21, 03:21](761 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:42, 05:14](805 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [07:39, 05:12](808 MB) +PASS -- TEST 'control_ras_debug_intel' [05:22, 03:22](771 MB) +PASS -- TEST 'control_diag_debug_intel' [05:31, 03:30](823 MB) +PASS -- TEST 'control_debug_p8_intel' [05:52, 03:34](1591 MB) +PASS -- TEST 'regional_debug_intel' [23:56, 21:43](772 MB) +PASS -- TEST 'rap_control_debug_intel' [07:27, 06:02](1156 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:21, 05:53](1146 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:25, 05:59](1146 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:22, 06:02](1147 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:21, 06:01](1153 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:37, 06:19](1235 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:26, 06:11](1144 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:21, 06:09](1146 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:25, 06:03](1149 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:26, 06:03](1153 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:24, 05:52](1147 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:23, 06:01](1142 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:28, 09:52](1142 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:26, 05:57](1145 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:27, 07:21](1148 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:27, 06:01](1143 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:30, 10:25](1158 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:07, 03:42] +PASS -- TEST 'control_wam_debug_intel' [08:25, 06:08](440 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:21, 29:58] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:14, 05:08](1076 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:56, 08:11](905 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:02, 04:28](871 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:25, 07:50](942 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:36, 04:00](908 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:01, 04:38](858 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:32, 06:13](900 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:27, 02:24](844 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [44:24, 42:28] +PASS -- TEST 'conus13km_control_intel' [05:00, 02:56](1105 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:45, 01:30](1052 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:35](1024 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:23, 30:12] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:57, 05:26](903 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:07, 03:50] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:28, 05:57](1031 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:28, 05:50](1027 MB) +PASS -- TEST 'conus13km_debug_intel' [21:06, 18:19](1138 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:05, 18:48](855 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:57, 10:37](1085 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:00, 18:17](1204 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:09, 03:48] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:28, 06:03](1072 MB) + +PASS -- COMPILE 'hafsw_intel' [36:23, 34:38] +PASS -- TEST 'hafs_regional_atm_intel' [10:19, 07:14](709 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:29, 06:43](1092 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:43, 09:25](775 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:30, 16:13](803 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:51, 17:59](825 MB) +PASS -- TEST 'gnv1_nested_intel' [08:31, 05:51](769 MB) + +PASS -- COMPILE 'hafs_all_intel' [33:20, 31:55] +PASS -- TEST 'hafs_regional_docn_intel' [11:26, 09:03](769 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:28, 09:01](749 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:10, 08:00] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:20, 03:36](1064 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:13](1031 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:20, 03:32](927 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 03:35](923 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:20, 03:39](921 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:21, 03:36](1050 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:21, 03:36](1060 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:20, 03:31](923 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:20, 07:59](888 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:19, 07:58](847 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 03:36](1061 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:21, 05:03](2404 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:20, 05:05](2359 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:08, 03:13] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:22, 07:58](1007 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:09, 07:54] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 03:33](1058 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:07, 01:42] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:33, 01:36](229 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:29, 01:16](257 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:27, 00:48](252 MB) + +PASS -- COMPILE 'atml_intel' [35:21, 33:47] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:41, 08:10](1606 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:41, 08:13](1611 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:51, 04:06](870 MB) + +PASS -- COMPILE 'atmw_intel' [33:20, 32:02] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:38, 02:19](1597 MB) + +PASS -- COMPILE 'atmwm_intel' [33:19, 31:30] +PASS -- TEST 'control_atmwav_intel' [05:09, 02:09](606 MB) + +PASS -- COMPILE 'atmaero_intel' [32:20, 30:26] +PASS -- TEST 'atmaero_control_p8_intel' [08:34, 05:10](1698 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:28, 06:19](1722 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:14, 06:46](1746 MB) SYNOPSIS: -Starting Date/Time: 20240331 17:05:36 -Ending Date/Time: 20240331 20:36:53 -Total Time: 03h:31m:58s +Starting Date/Time: 20240402 05:55:54 +Ending Date/Time: 20240402 09:27:48 +Total Time: 03h:32m:34s Compiles Completed: 33/33 Tests Completed: 161/161 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 7ee8c1f320..6b2b500e70 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: -be233c68ae3c7010234ed89394531449f51ee522 +2ec8af0cbe7f0ebcfc8c2211b8102911f510940e Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,9 +9,9 @@ Submodule hashes used in testing: 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) @@ -24,19 +24,19 @@ Submodule hashes used in testing: ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -47,280 +47,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: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240315 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_188248 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_117842 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:07, 13:39] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:21, 05:17](3188 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:07, 19:08] -PASS -- TEST 'cpld_control_gfsv17_intel' [21:56, 16:30](1736 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:02, 18:16](2019 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:52, 08:19](1114 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:57, 18:26](1644 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:06, 05:24] -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:56, 23:12](1683 MB) - -PASS -- COMPILE 's2swa_intel' [17:07, 15:36] -PASS -- TEST 'cpld_control_p8_intel' [11:32, 05:43](3210 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:42, 05:44](3206 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:47, 03:20](3257 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:32, 05:44](3236 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:47, 03:31](3199 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:30, 06:11](3559 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:32, 05:43](3211 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:30, 04:48](3066 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:43, 05:43](3217 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:44, 09:58](3267 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:25, 06:07](3627 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [20:09, 11:03](4173 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:31, 06:51](4372 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:29, 05:23](3166 MB) - -PASS -- COMPILE 's2sw_intel' [14:07, 13:03] -PASS -- TEST 'cpld_control_noaero_p8_intel' [06:59, 04:35](1679 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:25, 04:25](1780 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:06, 05:30] -PASS -- TEST 'cpld_debug_p8_intel' [11:33, 08:30](3246 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:06, 05:06] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:10, 06:00](1753 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:12, 13:02] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:24, 04:20](1777 MB) - -PASS -- COMPILE 's2s_intel' [15:07, 13:13] -PASS -- TEST 'cpld_control_c48_intel' [10:50, 08:09](2826 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:07, 19:20] -PASS -- TEST 'cpld_control_p8_faster_intel' [10:36, 05:15](3213 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:06, 16:56] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:14, 16:39](1768 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:21, 08:14](1175 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:07, 19:07](1680 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:05, 04:07] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:03, 24:42](1721 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:06, 12:41] -PASS -- TEST 'control_flake_intel' [05:20, 03:31](703 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:21, 02:32](653 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:25, 02:38](658 MB) -PASS -- TEST 'control_latlon_intel' [04:19, 02:31](658 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 02:33](654 MB) -PASS -- TEST 'control_c48_intel' [07:25, 06:03](869 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:26, 05:56](875 MB) -PASS -- TEST 'control_c192_intel' [11:39, 09:08](836 MB) -PASS -- TEST 'control_c384_intel' [13:37, 10:04](1245 MB) -PASS -- TEST 'control_c384gdas_intel' [15:07, 09:08](1359 MB) -PASS -- TEST 'control_stochy_intel' [03:18, 01:47](660 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:17, 01:00](503 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:40](653 MB) -PASS -- TEST 'control_iovr4_intel' [06:24, 02:31](650 MB) -PASS -- TEST 'control_iovr5_intel' [04:19, 02:29](645 MB) -PASS -- TEST 'control_p8_intel' [05:07, 03:01](1637 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:03, 02:59](1629 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:25, 02:51](1637 MB) -PASS -- TEST 'control_restart_p8_intel' [04:02, 01:39](894 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:04, 02:53](1620 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:15, 01:44](929 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:00, 03:09](1616 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:14, 03:09](1722 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:44, 05:14](1638 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:26, 03:59](1687 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:28, 03:00](1633 MB) -PASS -- TEST 'merra2_thompson_intel' [06:43, 03:32](1646 MB) -PASS -- TEST 'regional_control_intel' [07:41, 05:14](820 MB) -PASS -- TEST 'regional_restart_intel' [06:40, 02:43](1023 MB) -PASS -- TEST 'regional_decomp_intel' [07:32, 05:31](854 MB) -PASS -- TEST 'regional_2threads_intel' [05:40, 03:43](846 MB) -PASS -- TEST 'regional_noquilt_intel' [07:39, 05:13](1364 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:43, 05:02](858 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:39, 05:08](859 MB) -PASS -- TEST 'regional_wofs_intel' [08:40, 06:35](1919 MB) - -PASS -- COMPILE 'rrfs_intel' [14:06, 12:21] -PASS -- TEST 'rap_control_intel' [10:22, 07:41](1109 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:56, 04:48](1296 MB) -PASS -- TEST 'rap_decomp_intel' [10:51, 08:07](1025 MB) -PASS -- TEST 'rap_2threads_intel' [10:10, 07:55](1187 MB) -PASS -- TEST 'rap_restart_intel' [07:21, 04:04](1101 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:26, 07:43](1099 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:25, 08:09](1024 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:16, 05:50](1128 MB) -PASS -- TEST 'hrrr_control_intel' [06:55, 04:02](1042 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:00, 04:07](1019 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:03, 03:43](1064 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:23, 02:12](1004 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:23, 07:35](1099 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:26, 09:15](1996 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:23, 08:58](2075 MB) - -PASS -- COMPILE 'csawmg_intel' [14:06, 12:35] -PASS -- TEST 'control_csawmg_intel' [09:38, 06:00](753 MB) -PASS -- TEST 'control_csawmgt_intel' [09:44, 05:56](750 MB) -PASS -- TEST 'control_ras_intel' [06:17, 03:18](749 MB) - -PASS -- COMPILE 'wam_intel' [12:06, 10:51] -PASS -- TEST 'control_wam_intel' [05:16, 02:06](655 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:06, 11:15] -PASS -- TEST 'control_p8_faster_intel' [06:28, 02:36](1633 MB) -PASS -- TEST 'regional_control_faster_intel' [08:41, 04:44](803 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:06, 04:30] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:23, 02:43](813 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:26, 02:43](810 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:17, 03:03](816 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:17, 02:46](813 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:15](865 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [06:38, 04:05](865 MB) -PASS -- TEST 'control_ras_debug_intel' [04:19, 02:49](819 MB) -PASS -- TEST 'control_diag_debug_intel' [04:24, 02:49](871 MB) -PASS -- TEST 'control_debug_p8_intel' [04:40, 03:02](1639 MB) -PASS -- TEST 'regional_debug_intel' [19:37, 17:13](845 MB) -PASS -- TEST 'rap_control_debug_intel' [06:18, 05:00](1201 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:18, 04:54](1196 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:17, 04:57](1193 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 04:54](1200 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:15, 04:59](1200 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:27, 05:12](1282 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:21, 05:03](1203 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:19, 05:01](1201 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:19, 05:04](1142 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:18, 04:53](1203 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:19, 04:47](1198 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:18, 04:54](1212 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:20, 09:32](1197 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:18, 04:53](1199 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:19, 05:58](1200 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:18, 04:53](1210 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:25, 08:24](1207 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:05, 03:25] -PASS -- TEST 'control_wam_debug_intel' [06:17, 04:58](519 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:06, 11:00] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:59, 04:27](1165 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:15, 06:25](1049 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:17, 03:24](978 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:11, 06:40](1085 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:02, 03:00](912 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:21, 03:34](929 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:12, 04:48](1035 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:52](923 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:06, 12:44] -PASS -- TEST 'conus13km_control_intel' [04:55, 02:10](1199 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:46, 01:02](1098 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:18](1108 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:06, 11:00] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:42, 04:17](996 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:06, 03:21] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:19, 04:50](1082 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:43](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [16:52, 14:29](1230 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:44, 14:14](916 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:39, 08:25](1152 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:40, 14:05](1297 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:06, 03:08] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:22, 05:06](1126 MB) - -PASS -- COMPILE 'hafsw_intel' [15:07, 13:07] -PASS -- TEST 'hafs_regional_atm_intel' [08:04, 05:35](738 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:24, 05:51](1060 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:23, 06:52](833 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:09, 12:44](861 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:16, 14:27](843 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:52, 06:06](503 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:18, 07:30](519 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:44, 03:41](371 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:22, 08:08](453 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:41, 04:04](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:49, 04:19](534 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:51, 05:17](587 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:23, 01:25](398 MB) -PASS -- TEST 'gnv1_nested_intel' [08:48, 04:32](807 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:06, 03:41] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:47, 13:25](569 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [17:07, 14:03] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:54, 09:24](622 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:58, 09:38](706 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:06, 13:32] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:57, 06:54](726 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:06, 12:36] -PASS -- TEST 'hafs_regional_docn_intel' [10:15, 06:15](836 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:11, 06:20](819 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:52, 16:01](1210 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:05, 07:01] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:12, 02:41](1130 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:38](1080 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:12, 02:30](1017 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:12, 02:35](1018 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:11, 02:39](1008 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:11, 02:42](1132 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:12, 02:38](1139 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:13, 02:34](1011 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:08, 05:56](1060 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:04, 06:00](1036 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:12, 02:39](1125 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:13, 03:36](2443 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:14, 03:36](2495 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:05, 04:35] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:13, 06:14](1059 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:06, 06:51] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:13, 02:37](1117 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:06, 00:58] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:47](261 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:18, 00:48](320 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:31](328 MB) - -PASS -- COMPILE 'atml_intel' [14:08, 12:58] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:31, 04:20](1603 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:24, 04:15](1605 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:41, 02:20](897 MB) - -PASS -- COMPILE 'atmw_intel' [14:07, 11:00] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:14, 01:50](1667 MB) - -PASS -- COMPILE 'atmwm_intel' [16:09, 11:42] -PASS -- TEST 'control_atmwav_intel' [04:02, 01:41](678 MB) - -PASS -- COMPILE 'atmaero_intel' [15:06, 10:47] -PASS -- TEST 'atmaero_control_p8_intel' [06:14, 03:55](3028 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:14, 04:47](3045 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:01, 05:04](3108 MB) - -PASS -- COMPILE 'atmaq_intel' [14:08, 10:39] - -PASS -- COMPILE 'atmaq_debug_intel' [05:06, 03:28] -PASS -- TEST 'regional_atmaq_debug_intel' [23:38, 20:47](4411 MB) +PASS -- COMPILE 's2swa_32bit_intel' [15:09, 13:46] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:34, 05:08](3169 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:10, 18:14] +PASS -- TEST 'cpld_control_gfsv17_intel' [32:58, 16:26](1746 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:10, 17:21](2019 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:59, 08:08](1111 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:54, 18:37](1608 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:07, 05:24] +PASS -- TEST 'cpld_debug_gfsv17_intel' [37:49, 22:54](1690 MB) + +PASS -- COMPILE 's2swa_intel' [16:10, 14:35] +PASS -- TEST 'cpld_control_p8_intel' [22:30, 05:36](3212 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [23:54, 05:41](3212 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:56, 03:19](3257 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [22:30, 05:45](3153 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:50, 03:21](3196 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [23:45, 06:02](3560 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [22:26, 05:36](3203 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [21:39, 04:42](3068 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [22:49, 05:32](3214 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [25:08, 09:50](3335 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:37, 06:20](3622 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [31:29, 10:49](4112 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:58, 06:53](4285 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [22:40, 05:18](3184 MB) + +PASS -- COMPILE 's2sw_intel' [14:09, 13:02] +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:00, 04:21](1742 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:23, 04:18](1781 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:07, 05:04] +PASS -- TEST 'cpld_debug_p8_intel' [15:32, 08:45](3246 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:07, 05:12] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [19:57, 05:54](1745 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:09, 13:10] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [16:28, 04:22](1774 MB) + +PASS -- COMPILE 's2s_intel' [15:10, 13:10] +PASS -- TEST 'cpld_control_c48_intel' [19:56, 07:58](2828 MB) + +PASS -- COMPILE 's2swa_faster_intel' [21:10, 19:33] +PASS -- TEST 'cpld_control_p8_faster_intel' [21:44, 05:24](3196 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:09, 17:50] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [28:16, 16:30](1769 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:33, 08:10](1170 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:16, 18:41](1685 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:07, 04:59] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:25, 24:38](1719 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:09, 12:22] +PASS -- TEST 'control_flake_intel' [18:26, 03:29](697 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [16:27, 02:24](650 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [17:33, 02:35](666 MB) +PASS -- TEST 'control_latlon_intel' [17:26, 02:30](655 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [16:33, 02:29](655 MB) +PASS -- TEST 'control_c48_intel' [19:33, 05:55](874 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [20:32, 05:57](875 MB) +PASS -- TEST 'control_c192_intel' [26:42, 09:05](859 MB) +PASS -- TEST 'control_c384_intel' [26:38, 10:13](1248 MB) +PASS -- TEST 'control_c384gdas_intel' [25:04, 08:51](1354 MB) +PASS -- TEST 'control_stochy_intel' [14:20, 01:37](656 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:23, 01:06](503 MB) +PASS -- TEST 'control_lndp_intel' [14:21, 01:32](654 MB) +PASS -- TEST 'control_iovr4_intel' [12:24, 02:27](648 MB) +PASS -- TEST 'control_iovr5_intel' [11:23, 02:27](656 MB) +PASS -- TEST 'control_p8_intel' [10:12, 02:56](1634 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:16, 02:58](1626 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [10:36, 02:53](1620 MB) +PASS -- TEST 'control_restart_p8_intel' [04:14, 01:42](897 MB) +PASS -- TEST 'control_noqr_p8_intel' [11:16, 02:55](1614 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:33, 01:35](932 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:19, 03:03](1607 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:10, 03:08](1710 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:49, 05:17](1629 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:33, 04:01](1689 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:32, 03:03](1628 MB) +PASS -- TEST 'merra2_thompson_intel' [09:50, 03:32](1647 MB) +PASS -- TEST 'regional_control_intel' [08:44, 05:12](858 MB) +PASS -- TEST 'regional_restart_intel' [07:40, 02:40](1023 MB) +PASS -- TEST 'regional_decomp_intel' [09:39, 05:33](849 MB) +PASS -- TEST 'regional_2threads_intel' [06:32, 03:44](857 MB) +PASS -- TEST 'regional_noquilt_intel' [07:35, 05:07](1368 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:43, 05:04](861 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 05:11](858 MB) +PASS -- TEST 'regional_wofs_intel' [08:37, 06:34](1920 MB) + +PASS -- COMPILE 'rrfs_intel' [15:07, 11:48] +PASS -- TEST 'rap_control_intel' [10:34, 07:47](1104 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:56, 04:40](1235 MB) +PASS -- TEST 'rap_decomp_intel' [11:43, 08:05](1030 MB) +PASS -- TEST 'rap_2threads_intel' [11:11, 07:52](1177 MB) +PASS -- TEST 'rap_restart_intel' [07:27, 04:02](1111 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:30, 07:43](1107 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:44, 08:08](1028 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:32, 05:50](1131 MB) +PASS -- TEST 'hrrr_control_intel' [06:15, 03:59](1033 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:55, 04:07](1023 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:12, 03:26](1111 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:21, 02:12](1000 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:42, 07:33](1099 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:24, 09:09](1992 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:23, 08:52](2079 MB) + +PASS -- COMPILE 'csawmg_intel' [13:07, 11:00] +PASS -- TEST 'control_csawmg_intel' [09:44, 05:57](744 MB) +PASS -- TEST 'control_csawmgt_intel' [09:41, 05:55](750 MB) +PASS -- TEST 'control_ras_intel' [06:19, 03:20](739 MB) + +PASS -- COMPILE 'wam_intel' [12:07, 10:33] +PASS -- TEST 'control_wam_intel' [05:19, 02:04](654 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:07, 11:07] +PASS -- TEST 'control_p8_faster_intel' [08:49, 02:38](1633 MB) +PASS -- TEST 'regional_control_faster_intel' [09:42, 04:41](854 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [11:07, 04:36] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:21, 02:42](815 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:26, 02:42](817 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:18, 03:07](812 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:25, 02:48](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:33, 04:22](864 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:39, 04:11](861 MB) +PASS -- TEST 'control_ras_debug_intel' [04:20, 02:47](823 MB) +PASS -- TEST 'control_diag_debug_intel' [04:24, 02:49](876 MB) +PASS -- TEST 'control_debug_p8_intel' [04:51, 02:56](1650 MB) +PASS -- TEST 'regional_debug_intel' [19:46, 17:17](844 MB) +PASS -- TEST 'rap_control_debug_intel' [07:19, 04:57](1201 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:20, 04:46](1195 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:18, 04:52](1212 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:17, 04:58](1209 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:20, 05:05](1200 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:30, 05:13](1286 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:21, 05:07](1207 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 04:59](1200 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:23, 05:04](1194 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 04:56](1202 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:22, 04:51](1202 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 04:54](1207 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:21, 07:47](1199 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:20, 04:50](1196 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:19, 05:44](1212 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:22, 05:01](1196 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:34, 08:17](1204 MB) + +PASS -- COMPILE 'wam_debug_intel' [10:07, 03:23] +PASS -- TEST 'control_wam_debug_intel' [07:17, 05:03](508 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:06, 10:47] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:05, 04:24](1160 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:32, 06:25](994 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:18, 03:27](984 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [14:24, 06:43](1089 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:16, 03:24](961 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:06, 03:39](873 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:54, 04:48](1033 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:56](935 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:08, 13:24] +PASS -- TEST 'conus13km_control_intel' [08:55, 02:06](1199 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:43, 01:04](1121 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:39, 01:15](1113 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:07, 11:18] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [11:46, 04:14](992 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:06, 03:03] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:21, 04:58](1088 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:19, 04:41](1077 MB) +PASS -- TEST 'conus13km_debug_intel' [19:53, 14:04](1227 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:45, 14:16](929 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [13:45, 08:23](1157 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:45, 14:18](1316 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:07, 03:52] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:23, 04:51](1116 MB) + +PASS -- COMPILE 'hafsw_intel' [18:08, 12:39] +PASS -- TEST 'hafs_regional_atm_intel' [09:13, 05:28](743 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:25, 05:54](1121 MB) +FAIL TO COMPARE -- TEST 'hafs_regional_atm_ocn_intel' [, ]( MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:12, 12:47](860 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:23, 14:30](882 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:59, 06:08](505 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:28, 07:30](522 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [07:51, 03:05](374 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:19, 08:06](485 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:50, 04:09](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:51, 04:02](525 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:55, 05:20](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:25, 01:24](353 MB) +PASS -- TEST 'gnv1_nested_intel' [06:57, 04:44](803 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:06, 03:45] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:58, 13:04](572 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [18:07, 13:03] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:54, 09:33](673 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:03, 09:36](689 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:07, 13:10] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:58, 06:56](729 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:07, 12:41] +FAIL TO COMPARE -- TEST 'hafs_regional_docn_intel' [, ]( MB) +FAIL TO COMPARE -- TEST 'hafs_regional_docn_oisst_intel' [, ]( MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:58, 16:02](1208 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:07, 06:24] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:14, 02:40](1135 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:42](1090 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:13, 02:33](1001 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:13, 02:36](1010 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:12, 02:39](1017 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:51](1109 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:35](1132 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:13, 02:36](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 05:54](1056 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:13, 05:49](1038 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:12, 02:46](1132 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:37](2448 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:14, 03:32](2433 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:06, 03:17] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:14, 06:10](1063 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:08, 06:24] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:13, 02:38](1128 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:07, 00:55] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:47](255 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:51](324 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:34](321 MB) + +PASS -- COMPILE 'atml_intel' [18:08, 13:19] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:32, 04:13](1597 MB) +FAIL TO COMPARE -- TEST 'control_p8_atmlnd_intel' [, ]( MB) +MISSING -- TEST 'control_restart_p8_atmlnd_intel' [, ]( MB) + +PASS -- COMPILE 'atmw_intel' [17:07, 12:35] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:22, 01:46](1664 MB) + +PASS -- COMPILE 'atmwm_intel' [16:07, 11:33] +PASS -- TEST 'control_atmwav_intel' [04:08, 01:39](669 MB) + +PASS -- COMPILE 'atmaero_intel' [14:08, 10:45] +PASS -- TEST 'atmaero_control_p8_intel' [06:16, 03:56](3027 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:16, 04:51](3033 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:03, 04:58](3111 MB) + +PASS -- COMPILE 'atmaq_intel' [14:07, 11:45] + +PASS -- COMPILE 'atmaq_debug_intel' [05:07, 03:26] +PASS -- TEST 'regional_atmaq_debug_intel' [23:43, 20:45](4579 MB) SYNOPSIS: -Starting Date/Time: 20240331 12:01:52 -Ending Date/Time: 20240331 13:32:26 -Total Time: 01h:31m:04s +Starting Date/Time: 20240402 08:21:43 +Ending Date/Time: 20240402 10:10:13 +Total Time: 01h:49m:15s Compiles Completed: 39/39 -Tests Completed: 182/182 +Tests Completed: 177/182 +Failed Tests: +* TEST hafs_regional_atm_ocn_intel: FAIL TO COMPARE +-- LOG: /work2/noaa/stmp/zshrader/orion/rt-2175/tests/logs/log_orion/rt_hafs_regional_atm_ocn_intel.log +* TEST hafs_regional_docn_intel: FAIL TO COMPARE +-- LOG: /work2/noaa/stmp/zshrader/orion/rt-2175/tests/logs/log_orion/rt_hafs_regional_docn_intel.log +* TEST hafs_regional_docn_oisst_intel: FAIL TO COMPARE +-- LOG: /work2/noaa/stmp/zshrader/orion/rt-2175/tests/logs/log_orion/rt_hafs_regional_docn_oisst_intel.log +* TEST control_p8_atmlnd_intel: FAIL TO COMPARE +-- LOG: /work2/noaa/stmp/zshrader/orion/rt-2175/tests/logs/log_orion/rt_control_p8_atmlnd_intel.log +* TEST control_restart_p8_atmlnd_intel: MISSING +-- LOG: N/A + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF ORION REGRESSION TESTING LOG==== +====START OF ORION REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +2ec8af0cbe7f0ebcfc8c2211b8102911f510940e + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/feature/cplscalars) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (remotes/origin/feature/cplscalars) + d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_226483 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-c) - CREATE NEW BASELINES +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 'hafsw_intel' [16:08, 14:27] +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:43, 07:00](830 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:08, 14:11] +PASS -- TEST 'hafs_regional_docn_intel' [08:27, 06:31](826 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:27, 06:22](814 MB) + +PASS -- COMPILE 'atml_intel' [17:08, 15:40] +PASS -- TEST 'control_p8_atmlnd_intel' [08:46, 04:19](1599 MB) + +SYNOPSIS: +Starting Date/Time: 20240402 10:23:05 +Ending Date/Time: 20240402 10:50:14 +Total Time: 00h:27m:23s +Compiles Completed: 3/3 +Tests Completed: 4/4 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 4f4bce119a..8fd3265890 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: -8be49df39e49439d1c10ad54ab3800070692d809 +7fb4bf1a94e195cdd18017fa981ad062ad5b826d Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,9 +9,9 @@ Submodule hashes used in testing: 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/HEAD-18-g3fa2f76) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) @@ -24,19 +24,19 @@ Submodule hashes used in testing: ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (v3.7.1-425-ge240f35) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) - 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + d2e6f997276affa7b6e334a40c22d6692c1a8515 CMEPS-interface/CMEPS (cmeps_v0.4.1-2866-gd2e6f997) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0e980b5f203e5342fbf0a3dbcddc07cf4f2172b9 FV3 (remotes/origin/rrfs_write_netcdf_hangs) + 3fa2f7604878645038a590ca9f830ccb105c5c0e FV3 (remotes/origin/HEAD-18-g3fa2f76) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) - 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + e240f35b2a8d114dd35868b23fea67352f766f65 NOAHMP-interface/noahmp (v3.7.1-425-ge240f35) d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -47,236 +47,236 @@ 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-20240315 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_39097 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240401 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_189100 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:35, 10:54] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:13, 01:16](2975 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [32:18, 32:03] -PASS -- TEST 'cpld_control_gfsv17_intel' [47:42, 02:10](1594 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:27, 01:24](1719 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [28:18, 01:48](849 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [47:08, 02:01](1566 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:30, 08:51] -PASS -- TEST 'cpld_debug_gfsv17_intel' [13:18, 01:47](1602 MB) - -PASS -- COMPILE 's2swa_intel' [30:14, 29:26] -PASS -- TEST 'cpld_control_p8_intel' [51:59, 01:10](3002 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [51:59, 01:15](3004 MB) -PASS -- TEST 'cpld_restart_p8_intel' [42:16, 01:42](3063 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [51:45, 01:58](3029 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [41:15, 01:15](3082 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [51:31, 01:17](3316 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [50:34, 01:19](3000 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [46:58, 01:45](2928 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [46:46, 02:04](3002 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [46:55, 04:07](3952 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [28:06, 03:32](4252 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [46:46, 01:27](2968 MB) - -PASS -- COMPILE 's2sw_intel' [11:35, 10:40] -PASS -- TEST 'cpld_control_noaero_p8_intel' [11:12, 00:50](1586 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:12, 01:01](1635 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [43:44, 42:49] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [38:34, 01:05](1631 MB) - -PASS -- COMPILE 's2s_intel' [10:33, 09:43] -PASS -- TEST 'cpld_control_c48_intel' [12:14, 00:45](2658 MB) - -PASS -- COMPILE 's2swa_faster_intel' [29:11, 28:56] -PASS -- TEST 'cpld_control_p8_faster_intel' [53:16, 01:18](3001 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:56, 20:40] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [56:10, 01:53](1600 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [35:16, 01:10](904 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [34:41, 01:10](1570 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:31, 08:24] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [13:17, 01:27](1627 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:32, 09:35] -PASS -- TEST 'control_flake_intel' [02:44, 00:46](572 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:44, 00:40](521 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:44, 00:55](531 MB) -PASS -- TEST 'control_latlon_intel' [02:44, 00:19](524 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:44, 00:43](527 MB) -PASS -- TEST 'control_c48_intel' [02:43, 00:30](714 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [02:43, 00:37](713 MB) -PASS -- TEST 'control_c192_intel' [02:44, 00:51](637 MB) -PASS -- TEST 'control_c384_intel' [02:48, 01:30](956 MB) -PASS -- TEST 'control_c384gdas_intel' [02:48, 01:41](1094 MB) -PASS -- TEST 'control_stochy_intel' [02:44, 00:36](527 MB) -PASS -- TEST 'control_stochy_restart_intel' [56:08, 01:10](328 MB) -PASS -- TEST 'control_lndp_intel' [02:44, 00:42](530 MB) -PASS -- TEST 'control_iovr4_intel' [02:44, 00:24](521 MB) -PASS -- TEST 'control_iovr5_intel' [02:44, 00:21](526 MB) -PASS -- TEST 'control_p8_intel' [02:44, 00:52](1511 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [02:44, 01:30](1503 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [02:44, 01:28](1511 MB) -PASS -- TEST 'control_restart_p8_intel' [53:16, 01:52](688 MB) -PASS -- TEST 'control_noqr_p8_intel' [02:44, 00:58](1490 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [53:16, 01:50](699 MB) -PASS -- TEST 'control_decomp_p8_intel' [02:44, 00:42](1500 MB) -PASS -- TEST 'control_2threads_p8_intel' [02:44, 01:25](1593 MB) -PASS -- TEST 'control_p8_lndp_intel' [02:44, 00:45](1501 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [02:44, 01:38](1558 MB) -PASS -- TEST 'control_p8_mynn_intel' [02:44, 02:00](1514 MB) -PASS -- TEST 'merra2_thompson_intel' [02:44, 01:45](1516 MB) -PASS -- TEST 'regional_control_intel' [02:43, 00:14](610 MB) -PASS -- TEST 'regional_restart_intel' [53:43, 01:05](779 MB) -PASS -- TEST 'regional_decomp_intel' [02:43, 00:58](607 MB) -PASS -- TEST 'regional_2threads_intel' [02:44, 00:41](658 MB) -PASS -- TEST 'regional_noquilt_intel' [02:43, 00:27](1145 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [56:08, 00:47](607 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [55:02, 01:02](610 MB) -PASS -- TEST 'regional_wofs_intel' [55:02, 00:33](1577 MB) - -PASS -- COMPILE 'rrfs_intel' [17:49, 16:37] -PASS -- TEST 'rap_control_intel' [55:03, 01:34](917 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [55:02, 01:25](1096 MB) -PASS -- TEST 'rap_decomp_intel' [54:55, 01:17](918 MB) -PASS -- TEST 'rap_2threads_intel' [53:44, 01:06](1012 MB) -PASS -- TEST 'rap_restart_intel' [43:32, 01:45](787 MB) -PASS -- TEST 'rap_sfcdiff_intel' [53:44, 01:43](915 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [53:16, 01:21](913 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [42:06, 01:57](783 MB) -PASS -- TEST 'hrrr_control_intel' [53:00, 01:00](911 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [53:00, 01:52](906 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [52:58, 01:12](994 MB) -PASS -- TEST 'hrrr_control_restart_intel' [45:45, 01:00](742 MB) -PASS -- TEST 'rrfs_v1beta_intel' [52:55, 01:46](905 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [52:49, 00:27](1876 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [52:42, 00:56](1863 MB) - -PASS -- COMPILE 'csawmg_intel' [09:30, 09:00] -PASS -- TEST 'control_csawmg_intel' [46:06, 00:31](598 MB) -PASS -- TEST 'control_csawmgt_intel' [45:55, 00:42](601 MB) -PASS -- TEST 'control_ras_intel' [45:45, 00:48](563 MB) - -PASS -- COMPILE 'wam_intel' [28:13, 27:01] -PASS -- TEST 'control_wam_intel' [42:36, 00:36](272 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [17:48, 16:38] -PASS -- TEST 'control_p8_faster_intel' [45:16, 00:59](1501 MB) -PASS -- TEST 'regional_control_faster_intel' [45:05, 00:55](609 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:50, 13:14] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [44:49, 00:44](684 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [44:45, 00:52](692 MB) -PASS -- TEST 'control_stochy_debug_intel' [43:54, 01:10](690 MB) -PASS -- TEST 'control_lndp_debug_intel' [43:32, 00:44](694 MB) -PASS -- TEST 'control_csawmg_debug_intel' [43:32, 01:13](734 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [42:17, 00:52](731 MB) -PASS -- TEST 'control_ras_debug_intel' [42:16, 01:06](701 MB) -PASS -- TEST 'control_diag_debug_intel' [42:15, 01:05](748 MB) -PASS -- TEST 'control_debug_p8_intel' [42:02, 01:03](1525 MB) -PASS -- TEST 'regional_debug_intel' [41:21, 00:25](631 MB) -PASS -- TEST 'rap_control_debug_intel' [41:17, 01:22](1076 MB) -PASS -- TEST 'hrrr_control_debug_intel' [41:15, 00:21](1067 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [41:03, 00:27](1071 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [40:53, 00:31](1071 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [40:52, 01:19](1078 MB) -PASS -- TEST 'rap_diag_debug_intel' [40:15, 01:23](1157 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [40:06, 00:26](1077 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [38:20, 00:46](1079 MB) -PASS -- TEST 'rap_lndp_debug_intel' [38:14, 01:03](1075 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [38:12, 01:05](1076 MB) -PASS -- TEST 'rap_noah_debug_intel' [38:12, 01:09](1074 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [38:03, 01:04](1077 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [38:01, 00:56](1073 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [38:00, 01:05](1070 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [37:11, 01:00](1075 MB) -PASS -- TEST 'rap_flake_debug_intel' [36:44, 01:01](1077 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [36:39, 01:18](1077 MB) - -PASS -- COMPILE 'wam_debug_intel' [16:46, 12:09] -PASS -- TEST 'control_wam_debug_intel' [36:15, 00:54](298 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:43, 11:42] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [36:07, 01:19](955 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [35:42, 01:11](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [35:21, 02:30](788 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [34:40, 02:10](854 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [34:40, 02:10](840 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [34:24, 01:54](786 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [28:19, 01:45](687 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [27:36, 01:07](667 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:54, 16:12] -PASS -- TEST 'conus13km_control_intel' [34:14, 00:32](1001 MB) -PASS -- TEST 'conus13km_2threads_intel' [29:21, 00:32](1009 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [27:10, 00:30](879 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:36, 08:17] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [33:35, 00:45](811 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:31, 06:31] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [33:32, 00:29](954 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [33:28, 00:30](955 MB) -PASS -- TEST 'conus13km_debug_intel' [33:16, 00:58](1038 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [32:27, 01:00](714 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [31:58, 00:28](1039 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [31:43, 00:28](1103 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [20:00, 17:27] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [31:29, 01:15](977 MB) - -PASS -- COMPILE 'hafsw_intel' [13:43, 11:34] -PASS -- TEST 'hafs_regional_atm_intel' [31:29, 01:32](620 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [31:28, 00:43](971 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [31:26, 02:08](659 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:26, 01:26](701 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:11, 01:53](704 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [29:58, 00:53](390 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [29:42, 02:07](407 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [29:38, 00:51](283 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [27:04, 02:33](370 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [26:47, 01:14](411 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [26:03, 01:19](412 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [25:59, 01:16](576 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [25:56, 00:57](323 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:31, 08:48] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [25:52, 01:22](500 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:52, 17:55] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [25:02, 00:46](530 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [24:29, 00:57](709 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [23:03, 22:01] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:52, 01:18](715 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:33, 09:09] -PASS -- TEST 'hafs_regional_docn_intel' [23:39, 01:35](665 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [23:24, 01:35](642 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:58, 00:40](882 MB) - -PASS -- COMPILE 'atml_intel' [22:03, 19:36] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [20:26, 02:09](1550 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [20:12, 01:26](1547 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [12:38, 01:12](740 MB) - -PASS -- COMPILE 'atmaero_intel' [13:42, 11:37] -PASS -- TEST 'atmaero_control_p8_intel' [22:49, 01:12](2849 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [22:05, 00:59](2909 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [19:51, 01:02](2922 MB) - -PASS -- COMPILE 'atmaq_intel' [12:39, 11:22] - -PASS -- COMPILE 'atmaq_debug_intel' [06:25, 05:38] -PASS -- TEST 'regional_atmaq_debug_intel' [19:52, 01:36](4448 MB) +PASS -- COMPILE 's2swa_32bit_intel' [34:25, 29:12] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [42:34, 02:18](2977 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [33:23, 28:09] +PASS -- TEST 'cpld_control_gfsv17_intel' [41:32, 01:58](1594 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:08, 01:59](1718 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [23:06, 01:18](849 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [41:29, 02:10](1567 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [18:53, 13:52] +PASS -- TEST 'cpld_debug_gfsv17_intel' [58:41, 02:26](1602 MB) + +PASS -- COMPILE 's2swa_intel' [30:17, 25:34] +PASS -- TEST 'cpld_control_p8_intel' [47:15, 01:21](3005 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [47:15, 02:08](3004 MB) +PASS -- TEST 'cpld_restart_p8_intel' [38:08, 01:31](3064 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [47:15, 02:18](3026 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [37:05, 01:16](3079 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [47:15, 01:50](3315 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [47:15, 02:31](2997 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [47:16, 02:13](2926 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [47:15, 02:48](3005 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [47:24, 04:52](3950 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [26:25, 04:38](4255 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [47:15, 02:05](2967 MB) + +PASS -- COMPILE 's2sw_intel' [14:41, 10:42] +PASS -- TEST 'cpld_control_noaero_p8_intel' [02:51, 01:20](1584 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [02:51, 01:36](1640 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:39, 10:13] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [03:54, 01:31](1632 MB) + +PASS -- COMPILE 's2s_intel' [13:41, 10:17] +PASS -- TEST 'cpld_control_c48_intel' [03:51, 01:44](2651 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:55, 16:44] +PASS -- TEST 'cpld_control_p8_faster_intel' [57:38, 02:05](3003 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:53, 15:12] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [58:40, 02:11](1604 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [39:35, 01:02](903 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [39:28, 01:34](1586 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [25:06, 20:44] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [52:26, 00:55](1611 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [18:47, 17:48] +PASS -- TEST 'control_flake_intel' [45:04, 01:16](573 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [45:04, 00:45](522 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [45:04, 00:28](529 MB) +PASS -- TEST 'control_latlon_intel' [45:04, 01:21](522 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [45:04, 00:38](523 MB) +PASS -- TEST 'control_c48_intel' [45:03, 00:56](715 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [45:03, 00:57](715 MB) +PASS -- TEST 'control_c192_intel' [45:04, 01:20](637 MB) +PASS -- TEST 'control_c384_intel' [45:08, 02:03](953 MB) +PASS -- TEST 'control_c384gdas_intel' [45:08, 03:19](1098 MB) +PASS -- TEST 'control_stochy_intel' [45:04, 01:08](529 MB) +PASS -- TEST 'control_stochy_restart_intel' [41:26, 00:59](330 MB) +PASS -- TEST 'control_lndp_intel' [45:04, 00:21](526 MB) +PASS -- TEST 'control_iovr4_intel' [45:04, 01:24](525 MB) +PASS -- TEST 'control_iovr5_intel' [45:04, 01:27](522 MB) +PASS -- TEST 'control_p8_intel' [45:04, 02:03](1499 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [45:04, 02:02](1504 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [45:04, 01:49](1512 MB) +PASS -- TEST 'control_restart_p8_intel' [39:08, 01:25](707 MB) +PASS -- TEST 'control_noqr_p8_intel' [45:04, 02:00](1489 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [39:08, 01:34](698 MB) +PASS -- TEST 'control_decomp_p8_intel' [41:22, 02:32](1498 MB) +PASS -- TEST 'control_2threads_p8_intel' [40:22, 01:48](1592 MB) +PASS -- TEST 'control_p8_lndp_intel' [40:22, 00:42](1498 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [40:21, 02:04](1554 MB) +PASS -- TEST 'control_p8_mynn_intel' [39:10, 01:56](1513 MB) +PASS -- TEST 'merra2_thompson_intel' [39:06, 01:44](1513 MB) +PASS -- TEST 'regional_control_intel' [38:48, 01:00](608 MB) +PASS -- TEST 'regional_restart_intel' [31:21, 00:15](782 MB) +PASS -- TEST 'regional_decomp_intel' [38:07, 00:47](608 MB) +PASS -- TEST 'regional_2threads_intel' [38:07, 00:43](663 MB) +PASS -- TEST 'regional_noquilt_intel' [38:06, 01:07](1144 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [38:06, 01:10](609 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [37:46, 01:07](608 MB) +PASS -- TEST 'regional_wofs_intel' [37:20, 00:26](1579 MB) + +PASS -- COMPILE 'rrfs_intel' [28:13, 26:57] +PASS -- TEST 'rap_control_intel' [34:43, 01:16](915 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [34:44, 01:40](1096 MB) +PASS -- TEST 'rap_decomp_intel' [34:16, 02:39](920 MB) +PASS -- TEST 'rap_2threads_intel' [34:11, 01:28](1008 MB) +PASS -- TEST 'rap_restart_intel' [25:32, 01:21](786 MB) +PASS -- TEST 'rap_sfcdiff_intel' [33:36, 02:07](912 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [33:23, 01:30](916 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [23:43, 01:48](787 MB) +PASS -- TEST 'hrrr_control_intel' [33:17, 02:00](907 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [33:12, 01:43](909 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [33:00, 01:36](995 MB) +PASS -- TEST 'hrrr_control_restart_intel' [26:54, 00:52](743 MB) +PASS -- TEST 'rrfs_v1beta_intel' [32:52, 01:57](912 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [32:42, 00:46](1878 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [31:55, 00:48](1864 MB) + +PASS -- COMPILE 'csawmg_intel' [17:47, 17:28] +PASS -- TEST 'control_csawmg_intel' [37:04, 01:09](599 MB) +PASS -- TEST 'control_csawmgt_intel' [36:39, 01:28](601 MB) +PASS -- TEST 'control_ras_intel' [30:51, 00:38](559 MB) + +PASS -- COMPILE 'wam_intel' [18:53, 18:04] +PASS -- TEST 'control_wam_intel' [30:50, 00:41](273 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [19:56, 18:41] +PASS -- TEST 'control_p8_faster_intel' [30:49, 02:01](1510 MB) +PASS -- TEST 'regional_control_faster_intel' [30:41, 01:20](611 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [17:51, 17:09] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [30:28, 01:13](688 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [30:26, 01:15](690 MB) +PASS -- TEST 'control_stochy_debug_intel' [30:18, 00:51](694 MB) +PASS -- TEST 'control_lndp_debug_intel' [29:49, 01:08](694 MB) +PASS -- TEST 'control_csawmg_debug_intel' [29:16, 00:43](735 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [27:56, 00:40](731 MB) +PASS -- TEST 'control_ras_debug_intel' [27:54, 01:04](704 MB) +PASS -- TEST 'control_diag_debug_intel' [27:37, 01:11](750 MB) +PASS -- TEST 'control_debug_p8_intel' [27:25, 01:03](1520 MB) +PASS -- TEST 'regional_debug_intel' [27:23, 00:36](630 MB) +PASS -- TEST 'rap_control_debug_intel' [27:11, 00:55](1076 MB) +PASS -- TEST 'hrrr_control_debug_intel' [26:54, 01:04](1073 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [26:54, 00:57](1074 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [26:13, 00:53](1074 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [25:53, 00:55](1077 MB) +PASS -- TEST 'rap_diag_debug_intel' [25:47, 00:49](1156 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [25:42, 00:50](1077 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [25:33, 00:49](1073 MB) +PASS -- TEST 'rap_lndp_debug_intel' [25:21, 01:05](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [25:17, 01:05](1078 MB) +PASS -- TEST 'rap_noah_debug_intel' [25:03, 01:04](1072 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [23:46, 01:00](1077 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [23:43, 00:57](1072 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [23:28, 01:04](1067 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [23:24, 01:13](1077 MB) +PASS -- TEST 'rap_flake_debug_intel' [23:22, 01:01](1077 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [23:22, 01:19](1077 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:36, 10:58] +PASS -- TEST 'control_wam_debug_intel' [23:03, 00:58](300 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:52, 17:38] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [22:57, 01:23](954 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [22:29, 01:15](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [22:04, 02:12](787 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [22:02, 01:23](851 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [20:38, 01:08](839 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [20:18, 01:49](788 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [15:05, 01:37](688 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [16:24, 00:20](669 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:59, 18:59] +PASS -- TEST 'conus13km_control_intel' [20:18, 01:04](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [16:30, 00:53](1005 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [16:24, 00:42](880 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:43, 14:58] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [20:08, 01:32](809 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:37, 10:24] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [19:53, 01:06](955 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [19:36, 01:16](950 MB) +PASS -- TEST 'conus13km_debug_intel' [19:14, 00:50](1037 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:03, 00:40](710 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [19:00, 00:46](1041 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:56, 00:41](1105 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:32, 08:33] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [18:35, 01:09](981 MB) + +PASS -- COMPILE 'hafsw_intel' [14:43, 14:12] +PASS -- TEST 'hafs_regional_atm_intel' [18:38, 01:16](617 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [18:31, 00:40](966 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [17:58, 02:03](660 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:08, 01:49](696 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:56, 01:51](713 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [16:50, 01:09](390 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:49, 02:20](407 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [16:32, 01:35](291 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [16:22, 02:24](373 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:47, 00:41](414 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:05, 00:53](414 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [15:02, 00:50](490 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:20, 00:23](315 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [14:44, 13:54] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:03, 01:01](498 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [28:23, 27:11] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:25, 00:54](527 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:59, 00:49](709 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:41, 12:59] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:02, 01:06](718 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:45, 10:50] +PASS -- TEST 'hafs_regional_docn_intel' [13:49, 01:26](663 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:47, 01:24](649 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:19, 00:45](881 MB) + +PASS -- COMPILE 'atml_intel' [20:06, 19:21] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:07, 01:22](1547 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [13:04, 01:19](1549 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:23, 00:24](745 MB) + +PASS -- COMPILE 'atmaero_intel' [13:48, 13:19] +PASS -- TEST 'atmaero_control_p8_intel' [12:47, 01:34](2850 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:56, 00:58](2909 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:51, 01:42](2924 MB) + +PASS -- COMPILE 'atmaq_intel' [12:43, 12:17] + +PASS -- COMPILE 'atmaq_debug_intel' [06:33, 05:39] +PASS -- TEST 'regional_atmaq_debug_intel' [11:49, 01:33](4435 MB) SYNOPSIS: -Starting Date/Time: 20240401 13:36:53 -Ending Date/Time: 20240401 15:08:45 -Total Time: 01h:32m:35s +Starting Date/Time: 20240402 16:42:06 +Ending Date/Time: 20240402 18:14:50 +Total Time: 01h:33m:31s Compiles Completed: 31/31 Tests Completed: 157/157 diff --git a/tests/parm/ufs.configure.atm_lnd.IN b/tests/parm/ufs.configure.atm_lnd.IN index 586e873c15..de2991fcac 100644 --- a/tests/parm/ufs.configure.atm_lnd.IN +++ b/tests/parm/ufs.configure.atm_lnd.IN @@ -45,7 +45,7 @@ LND_attributes:: Verbosity = 1 Diagnostic = 0 mosaic_file = @[mosaic_file] - input_dir = @[lnd_input_dir] + input_dir = @[lnd_input_dir] ic_type = @[lnd_ic_type] layout = @[layout_x]:@[layout_y] # need to be consistent with number of PEs num_soil_levels = 4 @@ -67,7 +67,7 @@ LND_attributes:: surface_evap_resistance_option = 1 # not used, it is fixed to 4 in sfc_noahmp_drv.F90 glacier_option = 1 surface_thermal_roughness_option = 2 - output_freq = 3600 + output_freq = 3600 restart_freq = -1 calc_snet = @[CALC_SNET] initial_albedo = @[initial_albedo] @@ -96,10 +96,11 @@ DRIVER_attributes:: :: ALLCOMP_attributes:: - ScalarFieldCount = 3 + ScalarFieldCount = 4 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 # required for data atmosphere configurations + ScalarFieldIdxGridNTile = 3 + ScalarFieldIdxNextSwCday = 4 # required for data atmosphere configurations ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.atmw.IN b/tests/parm/ufs.configure.atmw.IN index 8434d5a7cb..bd1c554ecc 100644 --- a/tests/parm/ufs.configure.atmw.IN +++ b/tests/parm/ufs.configure.atmw.IN @@ -66,14 +66,14 @@ MED_attributes:: ATM_model = @[atm_model] WAV_model = @[wav_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.hafs_atm_docn.IN b/tests/parm/ufs.configure.hafs_atm_docn.IN index 9a0cd26b3e..5f5aebefc0 100644 --- a/tests/parm/ufs.configure.hafs_atm_docn.IN +++ b/tests/parm/ufs.configure.hafs_atm_docn.IN @@ -80,10 +80,11 @@ ALLCOMP_attributes:: ATM_model = @[atm_model] OCN_model = @[ocn_model] MED_model = cmeps - ScalarFieldCount = 3 + ScalarFieldCount = 4 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 + ScalarFieldIdxGridNTile = 3 + ScalarFieldIdxNextSwCday = 4 ScalarFieldName = cpl_scalars start_type = startup case_name = ufs.hafs diff --git a/tests/parm/ufs.configure.hafs_atm_ocn.IN b/tests/parm/ufs.configure.hafs_atm_ocn.IN index 955b0c6bd2..04404e63a4 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn.IN @@ -109,10 +109,11 @@ ALLCOMP_attributes:: ATM_model = @[atm_model] OCN_model = @[ocn_model] MED_model = cmeps - ScalarFieldCount = 3 + ScalarFieldCount = 4 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 + ScalarFieldIdxGridNTile = 3 + ScalarFieldIdxNextSwCday = 4 ScalarFieldName = cpl_scalars start_type = startup case_name = ufs.hafs diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN index 20ae2f0ae5..a4398c369b 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN @@ -122,10 +122,11 @@ ALLCOMP_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] MED_model = cmeps - ScalarFieldCount = 3 + ScalarFieldCount = 4 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 + ScalarFieldIdxGridNTile = 3 + ScalarFieldIdxNextSwCday = 4 ScalarFieldName = cpl_scalars start_type = startup case_name = ufs.hafs diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN index 894f510fb1..dd24683169 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN @@ -126,10 +126,11 @@ ALLCOMP_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] MED_model = cmeps - ScalarFieldCount = 3 + ScalarFieldCount = 4 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 + ScalarFieldIdxGridNTile = 3 + ScalarFieldIdxNextSwCday = 4 ScalarFieldName = cpl_scalars start_type = startup case_name = ufs.hafs diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN index 1ca0848395..673d864573 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN @@ -113,9 +113,10 @@ ALLCOMP_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] MED_model = cmeps - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = startup case_name = ufs.hafs diff --git a/tests/parm/ufs.configure.hafs_atm_wav.IN b/tests/parm/ufs.configure.hafs_atm_wav.IN index e925a53478..b57d6c685d 100644 --- a/tests/parm/ufs.configure.hafs_atm_wav.IN +++ b/tests/parm/ufs.configure.hafs_atm_wav.IN @@ -84,10 +84,11 @@ ALLCOMP_attributes:: ATM_model = @[atm_model] WAV_model = @[wav_model] MED_model = cmeps - ScalarFieldCount = 3 + ScalarFieldCount = 4 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 - ScalarFieldIdxNextSwCday = 3 + ScalarFieldIdxGridNTile = 3 + ScalarFieldIdxNextSwCday = 4 ScalarFieldName = cpl_scalars start_type = startup case_name = ufs.hafs diff --git a/tests/parm/ufs.configure.s2s.IN b/tests/parm/ufs.configure.s2s.IN index 995d3bd750..3efa42e6fe 100644 --- a/tests/parm/ufs.configure.s2s.IN +++ b/tests/parm/ufs.configure.s2s.IN @@ -91,15 +91,15 @@ MED_attributes:: ICE_model = @[ice_model] OCN_model = @[ocn_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2s_aoflux_esmf.IN b/tests/parm/ufs.configure.s2s_aoflux_esmf.IN index 3b71b40aee..d1be7c7b86 100644 --- a/tests/parm/ufs.configure.s2s_aoflux_esmf.IN +++ b/tests/parm/ufs.configure.s2s_aoflux_esmf.IN @@ -96,7 +96,6 @@ MED_attributes:: ICE_model = @[ice_model] OCN_model = @[ocn_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] aoflux_grid = 'agrid' aoflux_code = 'ccpp' aoflux_ccpp_suite = 'FV3_sfc_ocean' @@ -112,9 +111,10 @@ MED_attributes:: :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2s_esmf.IN b/tests/parm/ufs.configure.s2s_esmf.IN index 6a0234e120..bf17be2a5e 100644 --- a/tests/parm/ufs.configure.s2s_esmf.IN +++ b/tests/parm/ufs.configure.s2s_esmf.IN @@ -95,15 +95,15 @@ MED_attributes:: ICE_model = @[ice_model] OCN_model = @[ocn_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2sa.IN b/tests/parm/ufs.configure.s2sa.IN index 0d3d3f313f..419a11f6c5 100644 --- a/tests/parm/ufs.configure.s2sa.IN +++ b/tests/parm/ufs.configure.s2sa.IN @@ -102,15 +102,15 @@ MED_attributes:: ICE_model = @[ice_model] OCN_model = @[ocn_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2sa_esmf.IN b/tests/parm/ufs.configure.s2sa_esmf.IN index 1cfe5047e9..bac867307e 100644 --- a/tests/parm/ufs.configure.s2sa_esmf.IN +++ b/tests/parm/ufs.configure.s2sa_esmf.IN @@ -107,15 +107,15 @@ MED_attributes:: ICE_model = @[ice_model] OCN_model = @[ocn_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2sw.IN b/tests/parm/ufs.configure.s2sw.IN index 885e8c3f22..95f35864bf 100644 --- a/tests/parm/ufs.configure.s2sw.IN +++ b/tests/parm/ufs.configure.s2sw.IN @@ -108,15 +108,15 @@ MED_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2sw_esmf.IN b/tests/parm/ufs.configure.s2sw_esmf.IN index 47c08442dd..e62fca65af 100644 --- a/tests/parm/ufs.configure.s2sw_esmf.IN +++ b/tests/parm/ufs.configure.s2sw_esmf.IN @@ -112,14 +112,14 @@ MED_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2sw_fast_esmf.IN b/tests/parm/ufs.configure.s2sw_fast_esmf.IN index 5c4c17a2a6..6338a000c8 100644 --- a/tests/parm/ufs.configure.s2sw_fast_esmf.IN +++ b/tests/parm/ufs.configure.s2sw_fast_esmf.IN @@ -112,14 +112,14 @@ MED_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2swa.IN b/tests/parm/ufs.configure.s2swa.IN index 5960da0118..7f6627ca37 100644 --- a/tests/parm/ufs.configure.s2swa.IN +++ b/tests/parm/ufs.configure.s2swa.IN @@ -118,14 +118,14 @@ MED_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2swa_esmf.IN b/tests/parm/ufs.configure.s2swa_esmf.IN index 69a4851dec..69156317e3 100644 --- a/tests/parm/ufs.configure.s2swa_esmf.IN +++ b/tests/parm/ufs.configure.s2swa_esmf.IN @@ -124,14 +124,14 @@ MED_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/parm/ufs.configure.s2swa_fast_esmf.IN b/tests/parm/ufs.configure.s2swa_fast_esmf.IN index cba72ec139..ce8c6607d3 100644 --- a/tests/parm/ufs.configure.s2swa_fast_esmf.IN +++ b/tests/parm/ufs.configure.s2swa_fast_esmf.IN @@ -124,15 +124,15 @@ MED_attributes:: OCN_model = @[ocn_model] WAV_model = @[wav_model] coupling_mode = @[CPLMODE] - history_tile_atm = @[ATMTILESIZE] pio_rearranger = @[pio_rearranger] ocean_albedo_limit = @[ocean_albedo_limit] :: ALLCOMP_attributes:: - ScalarFieldCount = 2 + ScalarFieldCount = 3 ScalarFieldIdxGridNX = 1 ScalarFieldIdxGridNY = 2 + ScalarFieldIdxGridNTile = 3 ScalarFieldName = cpl_scalars start_type = @[RUNTYPE] restart_dir = @[CMEPS_RESTART_DIR] diff --git a/tests/test_changes.list b/tests/test_changes.list index e69de29bb2..25c9209077 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -0,0 +1,5 @@ +hafs_regional_atm_ocn intel +hafs_regional_docn intel +hafs_regional_docn_oisst intel +control_p8_atmlnd intel +control_restart_p8_atmlnd intel diff --git a/tests/tests/atmwav_control_noaero_p8 b/tests/tests/atmwav_control_noaero_p8 index 2dde79ca1a..9924a60ff9 100644 --- a/tests/tests/atmwav_control_noaero_p8 +++ b/tests/tests/atmwav_control_noaero_p8 @@ -77,7 +77,6 @@ export med_model=cmeps export atm_model=fv3 export wav_model=ww3 -export ATMTILESIZE=`expr $NPX - 1` export WW3_MULTIGRID=false export WW3_MODDEF=mod_def.glo_1deg export MESH_WAV=mesh.glo_1deg.nc diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 810ea89113..722fa03662 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -93,7 +93,6 @@ export NPY=385 export IMO=1536 export JMO=768 export OUTPUT_GRID="'gaussian_grid'" -export ATMTILESIZE=`expr $NPX - 1` export OCNRES=025 export ICERES=0.25 diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index 47324a0cb8..6aa2ce2f5f 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -49,7 +49,6 @@ export NPY=385 export IMO=1536 export JMO=768 export OUTPUT_GRID="'gaussian_grid'" -export ATMTILESIZE=`expr $NPX - 1` export OCNRES=025 export ICERES=0.25 diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 5dc87183b2..1aec6e3e71 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -87,7 +87,6 @@ export NPX=193 export NPY=193 export IMO=768 export JMO=384 -export ATMTILESIZE=`expr $NPX - 1` export OCNRES=050 export ICERES=0.50 @@ -142,4 +141,3 @@ export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi - diff --git a/tests/tests/cpld_control_c48 b/tests/tests/cpld_control_c48 index 1b8fd090af..cf1484d37e 100644 --- a/tests/tests/cpld_control_c48 +++ b/tests/tests/cpld_control_c48 @@ -76,7 +76,6 @@ export NPX=49 export NPY=49 export IMO=192 export JMO=94 -export ATMTILESIZE=`expr $NPX - 1` export OCNRES=500 export ICERES=5.00 diff --git a/tests/tests/cpld_debug_pdlib_p8 b/tests/tests/cpld_debug_pdlib_p8 index fcede8710c..fa7be3c086 100644 --- a/tests/tests/cpld_debug_pdlib_p8 +++ b/tests/tests/cpld_debug_pdlib_p8 @@ -96,5 +96,5 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = hera && $RT_COMPILER = gnu ]] || [[ $MACHINE_ID = jet ]]; then - WLCLK=40 + WLCLK=50 fi diff --git a/tests/tests/cpld_restart_bmark_p8 b/tests/tests/cpld_restart_bmark_p8 index 2ae3534b78..0d71a41f5c 100644 --- a/tests/tests/cpld_restart_bmark_p8 +++ b/tests/tests/cpld_restart_bmark_p8 @@ -97,7 +97,6 @@ export NPY=385 export IMO=1536 export JMO=768 export OUTPUT_GRID="'gaussian_grid'" -export ATMTILESIZE=`expr $NPX - 1` export OCNRES=025 export ICERES=0.25 diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index 57f9459c64..54415221ac 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -89,7 +89,6 @@ export NPX=193 export NPY=193 export IMO=768 export JMO=384 -export ATMTILESIZE=`expr $NPX - 1` export OCNRES=050 export ICERES=0.50 diff --git a/tests/tests/cpld_restart_c48 b/tests/tests/cpld_restart_c48 index eeb2626a8f..a9e891519d 100644 --- a/tests/tests/cpld_restart_c48 +++ b/tests/tests/cpld_restart_c48 @@ -91,7 +91,6 @@ export NPX=49 export NPY=49 export IMO=192 export JMO=94 -export ATMTILESIZE=`expr $NPX - 1` export OCNRES=500 export ICERES=5.00 diff --git a/tests/tests/cpld_warmstart_c48 b/tests/tests/cpld_warmstart_c48 index ea963defc4..94aa503d8f 100644 --- a/tests/tests/cpld_warmstart_c48 +++ b/tests/tests/cpld_warmstart_c48 @@ -88,7 +88,6 @@ export NPX=49 export NPY=49 export IMO=192 export JMO=94 -export ATMTILESIZE=`expr $NPX - 1` export OCNRES=500 export ICERES=5.00 diff --git a/tests/tests/regional_atmaq_debug b/tests/tests/regional_atmaq_debug index 666598c1e7..17fcea688a 100644 --- a/tests/tests/regional_atmaq_debug +++ b/tests/tests/regional_atmaq_debug @@ -97,6 +97,7 @@ export CCPP_SUITE=FV3_GFS_v15p2 if [[ $MACHINE_ID = hera ]]; then TPN=30 + WLCLK=45 elif [[ $MACHINE_ID = gaea ]]; then TPN=16 fi