From e4961eb278ac0eb4d8f672851092e2cd4d072e0d Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 14 Mar 2024 16:38:41 -0400 Subject: [PATCH] Incorporate csawMG update and pass both intel and GNU RT tests (#2180) * UFSWM - Update the CS convection scheme * FV3 - Update the CS convection scheme * ccpp-physics - Update the CS convection scheme --- FV3 | 2 +- modulefiles/ufs_noaacloud.intel.lua | 2 +- tests/bl_date.conf | 2 +- tests/ci/repo_check.sh | 24 +- tests/logs/OpnReqTests_control_p8_hera.log | 48 +- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +- .../OpnReqTests_regional_control_hera.log | 24 +- tests/logs/RegressionTests_derecho.log | 530 ++++++------- tests/logs/RegressionTests_gaea.log | 544 ++++++------- tests/logs/RegressionTests_hera.log | 730 +++++++++--------- tests/logs/RegressionTests_hercules.log | 716 ++++++++--------- tests/logs/RegressionTests_jet.log | 478 ++++++------ tests/logs/RegressionTests_orion.log | 632 +++++++-------- tests/logs/RegressionTests_wcoss2.log | 462 +++++------ tests/parm/control_csawmg.nml.IN | 10 +- tests/parm/csawmg3shoc127.nml.IN | 10 +- tests/parm/csawmgshoc.nml.IN | 10 +- tests/rt.conf | 9 + tests/test_changes.list | 8 + 19 files changed, 2116 insertions(+), 2149 deletions(-) diff --git a/FV3 b/FV3 index 062f7958cc..21744e21f2 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 062f7958ccd9bd97b8737432f75b06ec734777a7 +Subproject commit 21744e21f2b05c4e327d17ce4d088611403eab7a diff --git a/modulefiles/ufs_noaacloud.intel.lua b/modulefiles/ufs_noaacloud.intel.lua index b2f1d6b759..64ef71a38c 100644 --- a/modulefiles/ufs_noaacloud.intel.lua +++ b/modulefiles/ufs_noaacloud.intel.lua @@ -3,7 +3,7 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel ]]) -prepend_path("MODULEPATH", "/contrib/EPIC/spack-stack/spack-stack-1.5.0/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/tests/bl_date.conf b/tests/bl_date.conf index cb675814bb..3aa4f1969a 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240301 +export BL_DATE=20240312 diff --git a/tests/ci/repo_check.sh b/tests/ci/repo_check.sh index b8d0487e61..fe42ac0403 100755 --- a/tests/ci/repo_check.sh +++ b/tests/ci/repo_check.sh @@ -13,8 +13,8 @@ result() { } # Declare variables -declare -A base fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake -submodules="fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake" +declare -A base fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake ccpp-framework ccpp-physics upp atmos_cubed_sphere +submodules="fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake ccpp-framework ccpp-physics upp atmos_cubed_sphere" comment='' ownerID=$1 @@ -39,12 +39,12 @@ ww3[repo]='https://github.com/NOAA-EMC/WW3' ww3[branch]='dev/ufs-weather-model' ww3[dir]='WW3' -stoch[repo]='https://github.com/noaa-psd/stochastic_physics' +stoch[repo]='https://github.com/noaa-psl/stochastic_physics' stoch[branch]='master' stoch[dir]='stochastic_physics' gocart[repo]='https://github.com/GEOS-ESM/GOCART' -gocart[branch]='develop' +gocart[branch]='main' gocart[dir]='GOCART' cmeps[repo]='https://github.com/NOAA-EMC/CMEPS' @@ -63,6 +63,22 @@ cmake[repo]='https://github.com/NOAA-EMC/CMakeModules' cmake[branch]='develop' cmake[dir]='CMakeModules' +ccpp-framework[repo]='https://github.com/NCAR/ccpp-framework' +ccpp-framework[branch]='main' +ccpp-framework[dir]='ccpp/framework' + +ccpp-physics[repo]='https://github.com/ufs-community/ccpp-physics' +ccpp-physics[branch]='ufs/dev' +ccpp-physics[dir]='ccpp/physics' + +upp[repo]='https://github.com/NOAA-EMC/UPP' +upp[branch]='develop' +upp[dir]='upp' + +atmos_cubed_sphere[repo]='https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere' +atmos_cubed_sphere[branch]='main' +atmos_cubed_sphere[dir]='atmos_cubed_sphere' + # Get sha-1's of the top of develop of ufs-weather-model app="Accept: application/vnd.github.v3+json" url="https://api.github.com/repos/ufs-community/ufs-weather-model/branches/develop" diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 7607e38a6e..3fc707bec8 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Mon Mar 11 20:39:48 UTC 2024 +Wed Mar 13 16:00:32 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_185088/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 280.439132 - 0: The maximum resident set size (KB) = 1308136 + 0: The total amount of wall time = 330.604077 + 0: The maximum resident set size (KB) = 1306700 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_185088/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 913.067093 - 0: The maximum resident set size (KB) = 1275248 + 0: The total amount of wall time = 929.248031 + 0: The maximum resident set size (KB) = 1291568 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_185088/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 251.823722 - 0: The maximum resident set size (KB) = 1279488 + 0: The total amount of wall time = 250.255270 + 0: The maximum resident set size (KB) = 1278404 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_185088/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 252.776253 - 0: The maximum resident set size (KB) = 1282664 + 0: The total amount of wall time = 252.275080 + 0: The maximum resident set size (KB) = 1281536 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_185088/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 245.047404 - 0: The maximum resident set size (KB) = 1282668 + 0: The total amount of wall time = 257.921526 + 0: The maximum resident set size (KB) = 1278656 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_185088/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 250.468466 - 0: The maximum resident set size (KB) = 1286552 + 0: The total amount of wall time = 248.830644 + 0: The maximum resident set size (KB) = 1281968 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_185088/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 247.887313 - 0: The maximum resident set size (KB) = 1284976 + 0: The total amount of wall time = 250.246300 + 0: The maximum resident set size (KB) = 1282284 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Mar 12 00:01:04 UTC 2024 -Elapsed time: 03h:21m:16s. Have a nice day! +Wed Mar 13 17:40:13 UTC 2024 +Elapsed time: 01h:39m:42s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index afe5991427..b33f69d226 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Tue Mar 12 13:26:39 UTC 2024 +Wed Mar 13 18:29:02 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_221711/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_216513/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 = 1222.768545 - 0: The maximum resident set size (KB) = 1415220 + 0: The total amount of wall time = 1390.651720 + 0: The maximum resident set size (KB) = 1411516 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_221711/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_216513/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 = 523.989093 - 0: The maximum resident set size (KB) = 1403904 + 0: The total amount of wall time = 388.568533 + 0: The maximum resident set size (KB) = 1404964 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_221711/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_216513/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 = 383.103653 - 0: The maximum resident set size (KB) = 1405844 + 0: The total amount of wall time = 429.798207 + 0: The maximum resident set size (KB) = 1403184 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Mar 12 14:29:39 UTC 2024 -Elapsed time: 01h:03m:01s. Have a nice day! +Wed Mar 13 19:38:16 UTC 2024 +Elapsed time: 01h:09m:15s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 2bb766aa05..67221b9610 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue Mar 12 03:42:07 UTC 2024 +Wed Mar 13 19:39:46 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_136710/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_294049/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 = 524.495732 - 0: The maximum resident set size (KB) = 589572 + 0: The total amount of wall time = 518.481376 + 0: The maximum resident set size (KB) = 589344 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_136710/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_294049/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 = 522.595246 - 0: The maximum resident set size (KB) = 589600 + 0: The total amount of wall time = 511.698032 + 0: The maximum resident set size (KB) = 588824 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_136710/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_294049/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 = 514.250208 - 0: The maximum resident set size (KB) = 591872 + 0: The total amount of wall time = 514.740790 + 0: The maximum resident set size (KB) = 590320 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Mar 12 04:20:05 UTC 2024 -Elapsed time: 00h:37m:59s. Have a nice day! +Wed Mar 13 20:34:36 UTC 2024 +Elapsed time: 00h:54m:51s. Have a nice day! diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 08c81925e1..6ecce4c81b 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,20 +1,20 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -0993150ece5c5e28868602030dd75601a1277888 +19159d93d74d6f3c37fdf74fb3475e000435f07e 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) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 221788f4e2539af797eb02efe42465b153533201 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-613-g221788f) - cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + bbdec2ffceeb0cda70aaaa4f44e619a5468e7be3 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5134-gbbdec2ff) 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 @@ -29,10 +29,10 @@ Submodule hashes used in testing: a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) @@ -47,271 +47,271 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240301 -COMPARISON DIRECTORY: /glade/derecho/scratch/epicufsrt/FV3_RT/rt_63518 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_114022 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:39, 20:12] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:38, 04:59](3075 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:42, 20:56] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:06, 13:52](1683 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:16, 15:19](1819 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:15, 07:25](955 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:02, 15:49](1655 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:37, 09:41] -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:23, 21:38](1697 MB) - -PASS -- COMPILE 's2swa_intel' [20:33, 19:45] -PASS -- TEST 'cpld_control_p8_intel' [10:05, 05:41](3091 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:10, 05:37](3089 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:21, 03:19](3150 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:05, 05:41](3122 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:05, 03:24](3176 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:49, 05:34](3088 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:07, 04:36](3383 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:11, 05:40](3099 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:53, 08:47](3634 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:25, 06:20](3615 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [30:33, 09:50](4339 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [27:10, 07:17](4645 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:39, 05:19](3063 MB) - -PASS -- COMPILE 's2sw_intel' [20:45, 19:08] -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:50, 04:13](1679 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:48, 04:17](1732 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:37, 09:46] -PASS -- TEST 'cpld_debug_p8_intel' [12:17, 07:43](3148 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:34, 09:12] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:00, 05:19](1698 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:39, 14:34] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:40, 04:17](1721 MB) - -PASS -- COMPILE 's2s_intel' [15:39, 14:39] -PASS -- TEST 'cpld_control_c48_intel' [08:35, 06:36](2667 MB) - -PASS -- COMPILE 's2swa_faster_intel' [24:41, 23:35] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:55, 05:33](3100 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:32, 19:37] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:13, 14:04](1689 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:04, 07:24](1015 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:39, 16:01](1659 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:29, 09:05] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:03, 22:47](1715 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:27, 12:40] -PASS -- TEST 'control_flake_intel' [04:58, 03:27](667 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:04, 02:04](617 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:29, 02:12](624 MB) -PASS -- TEST 'control_latlon_intel' [04:16, 02:07](617 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:25, 02:09](617 MB) -PASS -- TEST 'control_c48_intel' [07:05, 05:15](737 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:06, 05:15](740 MB) -PASS -- TEST 'control_c192_intel' [11:15, 07:55](741 MB) -PASS -- TEST 'control_c384_intel' [15:10, 08:14](1059 MB) -PASS -- TEST 'control_c384gdas_intel' [17:12, 07:27](1200 MB) -PASS -- TEST 'control_stochy_intel' [03:18, 01:28](623 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:49, 00:52](439 MB) -PASS -- TEST 'control_lndp_intel' [03:18, 01:24](622 MB) -PASS -- TEST 'control_iovr4_intel' [04:04, 02:06](620 MB) -PASS -- TEST 'control_iovr5_intel' [03:55, 02:07](619 MB) -PASS -- TEST 'control_p8_intel' [05:01, 02:32](1601 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:56, 02:30](1595 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:57, 02:32](1600 MB) -PASS -- TEST 'control_restart_p8_intel' [04:45, 01:28](795 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:02, 02:30](1589 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:46, 01:25](804 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:00, 02:35](1587 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:54, 04:25](1591 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:00, 03:18](1658 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:13, 02:34](1602 MB) -PASS -- TEST 'merra2_thompson_intel' [06:09, 03:00](1599 MB) -PASS -- TEST 'regional_control_intel' [06:34, 04:32](631 MB) -PASS -- TEST 'regional_restart_intel' [04:26, 02:30](801 MB) -PASS -- TEST 'regional_decomp_intel' [06:34, 04:45](628 MB) -PASS -- TEST 'regional_noquilt_intel' [06:31, 04:29](1162 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:25, 04:30](1255 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 04:30](629 MB) -PASS -- TEST 'regional_wofs_intel' [07:23, 05:41](1599 MB) - -PASS -- COMPILE 'rrfs_intel' [12:34, 11:17] -PASS -- TEST 'rap_control_intel' [08:38, 06:11](1003 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:19, 03:51](1193 MB) -PASS -- TEST 'rap_decomp_intel' [08:32, 06:23](1002 MB) -PASS -- TEST 'rap_restart_intel' [05:36, 03:13](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:30, 06:06](1003 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:28, 06:23](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:42, 04:34](881 MB) -PASS -- TEST 'hrrr_control_intel' [05:38, 03:14](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:45, 03:19](999 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:27, 02:50](1091 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:06, 01:47](834 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:26, 05:57](997 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:56, 07:23](1953 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:53, 07:10](1945 MB) - -PASS -- COMPILE 'csawmg_intel' [11:38, 10:22] -PASS -- TEST 'control_csawmg_intel' [07:35, 05:12](692 MB) -PASS -- TEST 'control_csawmgt_intel' [07:32, 05:08](693 MB) -PASS -- TEST 'control_ras_intel' [06:05, 02:54](654 MB) - -PASS -- COMPILE 'wam_intel' [10:32, 09:36] -PASS -- TEST 'control_wam_intel' [04:53, 01:56](380 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:33, 12:42] -PASS -- TEST 'control_p8_faster_intel' [05:09, 02:26](1595 MB) -PASS -- TEST 'regional_control_faster_intel' [06:29, 04:17](628 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:28, 08:43] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:48, 02:34](793 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:01, 02:37](792 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:54, 02:53](799 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:37, 02:40](795 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:35, 03:54](840 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [05:47, 03:51](835 MB) -PASS -- TEST 'control_ras_debug_intel' [03:56, 02:37](805 MB) -PASS -- TEST 'control_diag_debug_intel' [04:33, 02:40](849 MB) -PASS -- TEST 'control_debug_p8_intel' [05:28, 02:38](1621 MB) -PASS -- TEST 'regional_debug_intel' [17:31, 15:59](661 MB) -PASS -- TEST 'rap_control_debug_intel' [06:47, 04:39](1179 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:11, 04:32](1174 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:02, 04:46](1179 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:47, 04:39](1177 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:01, 04:38](1177 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:09, 04:59](1262 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:05, 04:50](1178 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:55, 04:47](1182 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:53, 04:42](1177 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:46, 04:39](1178 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:09, 04:33](1180 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:01, 04:40](1180 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:49, 07:34](1179 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:54, 04:35](1171 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:48, 05:26](1181 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:03, 04:48](1178 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:13, 07:53](1185 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:32, 05:29] -PASS -- TEST 'control_wam_debug_intel' [05:43, 04:37](420 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:35, 09:45] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:15, 03:39](1053 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:26, 05:09](880 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:29, 02:48](879 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:27, 02:57](882 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:31, 03:51](794 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:57, 01:34](775 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:38, 11:54] -PASS -- TEST 'conus13km_control_intel' [05:10, 01:54](1083 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:57, 00:59](1080 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:54, 01:08](973 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:34, 09:57] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:15, 03:40](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:40, 05:48] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:53, 04:31](1061 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:48, 04:31](1057 MB) -PASS -- TEST 'conus13km_debug_intel' [17:03, 13:25](1130 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:36, 13:32](816 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:20, 13:26](1201 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:25, 05:33] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:01, 04:36](1078 MB) - -PASS -- COMPILE 'hafsw_intel' [16:30, 15:56] -PASS -- TEST 'hafs_regional_atm_intel' [07:16, 04:37](714 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:40, 05:10](1064 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:48, 06:33](780 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:37, 11:01](793 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:49, 12:00](805 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:57, 04:42](472 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:04, 05:46](494 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:29, 02:20](388 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:34, 06:22](1537 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:30, 03:21](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:44, 03:07](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:43, 03:53](581 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:50, 01:19](426 MB) -PASS -- TEST 'gnv1_nested_intel' [05:28, 03:26](788 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:21, 07:09] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:33, 12:06](614 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [21:29, 20:11] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:54, 07:16](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:06, 07:18](688 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [18:25, 16:49] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:10, 05:29](671 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:36, 14:11] -PASS -- TEST 'hafs_regional_docn_intel' [08:04, 05:42](749 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:41, 05:37](732 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:45, 16:05](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:36, 07:47] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:00, 02:34](762 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:00, 01:33](736 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:53, 02:24](646 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:53, 02:25](643 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:35, 02:26](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:36, 02:31](760 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:46, 02:30](760 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:40, 02:22](642 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:54, 05:48](689 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:25, 05:47](670 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:26, 02:31](1255 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:53, 03:57](2019 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:55, 03:56](1955 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:37, 05:10] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:39, 05:10](746 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:32, 07:59] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:35, 02:28](761 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:30, 02:28] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:49, 01:14](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:46, 01:08](450 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:41, 00:47](450 MB) - -PASS -- COMPILE 'atml_intel' [13:43, 13:03] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:04, 06:54](1637 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:05, 07:02](1637 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:48, 03:53](852 MB) - -PASS -- COMPILE 'atmw_intel' [13:28, 12:53] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:48, 01:36](1633 MB) - -PASS -- COMPILE 'atmwm_intel' [13:46, 12:33] -PASS -- TEST 'control_atmwav_intel' [03:16, 01:31](637 MB) - -PASS -- COMPILE 'atmaero_intel' [12:29, 10:59] -PASS -- TEST 'atmaero_control_p8_intel' [05:57, 03:38](2946 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:01, 04:16](2996 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:34](3007 MB) - -PASS -- COMPILE 'atmaq_intel' [12:23, 10:52] - -PASS -- COMPILE 'atmaq_debug_intel' [07:21, 06:29] -PASS -- TEST 'regional_atmaq_debug_intel' [26:14, 22:19](4530 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:21, 19:19] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:10, 04:57](3077 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:22, 20:04] +PASS -- TEST 'cpld_control_gfsv17_intel' [16:19, 13:50](1685 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:56, 15:11](1818 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:00, 07:13](951 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:18, 15:49](1663 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:17, 08:57] +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:14, 21:32](1695 MB) + +PASS -- COMPILE 's2swa_intel' [19:28, 19:04] +PASS -- TEST 'cpld_control_p8_intel' [09:32, 05:37](3092 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:40, 05:36](3094 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:51, 03:18](3151 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:32, 05:37](3127 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:51, 03:20](3177 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:22, 05:29](3087 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:30, 04:33](3386 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:45, 05:36](3099 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:35, 08:46](3639 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [15:24, 05:53](3616 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [29:58, 09:54](4342 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [27:00, 07:16](4650 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:08, 05:22](3067 MB) + +PASS -- COMPILE 's2sw_intel' [19:21, 18:23] +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:57, 04:13](1686 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:14, 04:14](1725 MB) + +PASS -- COMPILE 's2swa_debug_intel' [09:15, 08:54] +PASS -- TEST 'cpld_debug_p8_intel' [10:29, 07:43](3151 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:15, 08:23] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:57, 05:14](1701 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:17, 13:53] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:31, 04:16](1719 MB) + +PASS -- COMPILE 's2s_intel' [14:17, 13:51] +PASS -- TEST 'cpld_control_c48_intel' [08:19, 06:33](2664 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:22, 22:38] +PASS -- TEST 'cpld_control_p8_faster_intel' [08:22, 05:30](3098 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:26, 18:58] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:06, 14:01](1697 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:54, 07:19](1012 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:05, 16:03](1668 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:20, 08:11] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:01, 22:43](1709 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:24, 12:20] +PASS -- TEST 'control_flake_intel' [05:03, 03:26](670 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:57, 02:05](1369 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:06, 02:11](621 MB) +PASS -- TEST 'control_latlon_intel' [03:53, 02:07](618 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:59, 02:10](620 MB) +PASS -- TEST 'control_c48_intel' [06:46, 05:17](737 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:51, 05:15](734 MB) +PASS -- TEST 'control_c192_intel' [09:41, 07:53](738 MB) +PASS -- TEST 'control_c384_intel' [15:10, 08:13](1063 MB) +PASS -- TEST 'control_c384gdas_intel' [17:32, 07:16](1198 MB) +PASS -- TEST 'control_stochy_intel' [02:47, 01:28](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:43, 00:54](438 MB) +PASS -- TEST 'control_lndp_intel' [02:48, 01:25](623 MB) +PASS -- TEST 'control_iovr4_intel' [03:59, 02:07](618 MB) +PASS -- TEST 'control_iovr5_intel' [04:03, 02:08](620 MB) +PASS -- TEST 'control_p8_intel' [04:46, 02:32](1591 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:05, 02:29](1592 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:59, 02:28](1595 MB) +PASS -- TEST 'control_restart_p8_intel' [03:38, 01:25](796 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:47, 02:28](1589 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:40, 01:23](801 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:43, 02:34](1589 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:44, 04:24](1601 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:59, 03:17](1658 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:54, 02:33](1605 MB) +PASS -- TEST 'merra2_thompson_intel' [06:03, 02:59](1608 MB) +PASS -- TEST 'regional_control_intel' [06:16, 04:30](628 MB) +PASS -- TEST 'regional_restart_intel' [04:06, 02:31](799 MB) +PASS -- TEST 'regional_decomp_intel' [06:11, 04:43](630 MB) +PASS -- TEST 'regional_noquilt_intel' [06:11, 04:26](1158 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:07, 04:27](624 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:16, 04:28](633 MB) +PASS -- TEST 'regional_wofs_intel' [08:13, 05:35](1600 MB) + +PASS -- COMPILE 'rrfs_intel' [11:20, 10:46] +PASS -- TEST 'rap_control_intel' [08:32, 06:07](1003 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:59, 03:44](1190 MB) +PASS -- TEST 'rap_decomp_intel' [08:26, 06:23](1000 MB) +PASS -- TEST 'rap_restart_intel' [05:24, 03:16](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:19, 06:07](1002 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:16, 06:21](1002 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:16, 04:35](877 MB) +PASS -- TEST 'hrrr_control_intel' [05:18, 03:12](997 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:19, 03:18](998 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:21, 02:48](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:56, 01:46](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:13, 05:59](1369 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:51, 07:22](1955 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:43, 07:09](1947 MB) + +PASS -- COMPILE 'csawmg_intel' [11:21, 10:05] +PASS -- TEST 'control_csawmg_intel' [07:14, 05:52](692 MB) +PASS -- TEST 'control_csawmgt_intel' [07:20, 05:47](692 MB) +PASS -- TEST 'control_ras_intel' [03:41, 02:54](654 MB) + +PASS -- COMPILE 'wam_intel' [10:20, 09:30] +PASS -- TEST 'control_wam_intel' [02:32, 01:53](379 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:27, 12:20] +PASS -- TEST 'control_p8_faster_intel' [04:44, 02:23](1600 MB) +PASS -- TEST 'regional_control_faster_intel' [06:16, 04:19](625 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:14, 08:27] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:52, 02:33](793 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:45, 02:34](792 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:38, 02:50](798 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:43, 02:32](801 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:25, 03:56](837 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [05:19, 03:53](836 MB) +PASS -- TEST 'control_ras_debug_intel' [03:37, 02:38](806 MB) +PASS -- TEST 'control_diag_debug_intel' [04:43, 02:39](851 MB) +PASS -- TEST 'control_debug_p8_intel' [04:19, 02:37](1624 MB) +PASS -- TEST 'regional_debug_intel' [18:09, 16:01](664 MB) +PASS -- TEST 'rap_control_debug_intel' [05:44, 04:38](1180 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:39, 04:33](1174 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:35, 04:36](1179 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:37, 04:47](1177 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:31, 04:40](1179 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:48, 04:54](1260 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:42, 04:52](1175 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:32, 04:45](1179 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:39, 04:40](1365 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:50, 04:38](1178 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:43, 04:36](1180 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:48, 04:41](1174 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:33, 07:31](1177 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:36, 04:39](1172 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:43, 05:27](1182 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:45, 04:40](1181 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:14, 07:57](1183 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:20, 05:14] +PASS -- TEST 'control_wam_debug_intel' [05:32, 04:37](419 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:26, 09:30] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:18, 03:31](1060 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:13, 05:08](881 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:35, 02:46](880 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:21, 02:54](881 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:15, 03:54](794 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:51, 01:33](776 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:26, 11:47] +PASS -- TEST 'conus13km_control_intel' [04:08, 01:53](1081 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:11, 00:58](1081 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [04:09, 01:10](970 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:25, 09:30] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:11, 03:38](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:18, 05:26] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:37, 04:40](1055 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:40, 04:23](1054 MB) +PASS -- TEST 'conus13km_debug_intel' [16:34, 13:17](1131 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:23, 13:27](816 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:12, 13:18](1199 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:24, 05:29] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:52, 04:34](1080 MB) + +PASS -- COMPILE 'hafsw_intel' [16:29, 15:28] +PASS -- TEST 'hafs_regional_atm_intel' [07:08, 04:34](718 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:27, 05:04](1064 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:31, 06:30](776 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:10, 10:55](793 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:13, 11:59](811 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:49, 04:39](473 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:01, 05:47](494 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:17, 02:21](389 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:31, 06:18](459 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:18, 03:19](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:54, 03:06](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:41, 03:51](586 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:46, 01:16](423 MB) +PASS -- TEST 'gnv1_nested_intel' [05:32, 03:26](781 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:24, 06:33] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:26, 12:01](608 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [20:23, 19:10] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:42, 07:15](633 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:49, 07:15](688 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:22, 16:13] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:56, 05:24](675 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:21, 13:36] +PASS -- TEST 'hafs_regional_docn_intel' [07:59, 05:39](752 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:40, 05:40](735 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:24, 16:10](895 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:19, 07:31] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:41, 02:29](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:48, 01:34](748 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:44, 02:22](924 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:37, 02:25](638 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:43, 02:26](639 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:37, 02:31](760 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:41, 02:30](761 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:33, 02:22](637 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:44, 05:45](686 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:48, 05:43](670 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:27, 02:28](760 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:59, 03:54](2016 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:58, 03:55](2017 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:18, 04:41] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:36, 05:09](746 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:26, 07:28] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:41, 02:28](748 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:12, 02:13] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:48, 01:08](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:41, 01:03](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:37, 00:43](450 MB) + +PASS -- COMPILE 'atml_intel' [13:16, 12:28] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:59, 06:25](1637 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:01, 06:14](1638 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:28, 03:21](846 MB) + +PASS -- COMPILE 'atmw_intel' [13:20, 12:07] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:41, 01:34](1628 MB) + +PASS -- COMPILE 'atmwm_intel' [12:25, 12:04] +PASS -- TEST 'control_atmwav_intel' [02:51, 01:28](636 MB) + +PASS -- COMPILE 'atmaero_intel' [11:20, 10:38] +PASS -- TEST 'atmaero_control_p8_intel' [06:13, 03:39](2947 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:07, 04:15](3001 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:24, 04:29](3009 MB) + +PASS -- COMPILE 'atmaq_intel' [11:21, 10:42] + +PASS -- COMPILE 'atmaq_debug_intel' [06:18, 06:02] +PASS -- TEST 'regional_atmaq_debug_intel' [26:41, 22:12](4528 MB) SYNOPSIS: -Starting Date/Time: 20240311 16:25:09 -Ending Date/Time: 20240311 17:56:20 -Total Time: 01h:32m:13s +Starting Date/Time: 20240314 08:25:10 +Ending Date/Time: 20240314 09:53:23 +Total Time: 01h:29m:02s Compiles Completed: 39/39 Tests Completed: 175/175 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 7e53960d28..9d9ca9cdaf 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,20 +1,20 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -741c59602c902cd90becadf85cad7f493f510284 +c3745cd3e1ac1ebcc5578002003501f1a674414f 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) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 221788f4e2539af797eb02efe42465b153533201 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-613-g221788f) - cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + bbdec2ffceeb0cda70aaaa4f44e619a5468e7be3 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5134-gbbdec2ff) 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 @@ -29,10 +29,10 @@ Submodule hashes used in testing: a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) @@ -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-20240301 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/role.epic/FV3_RT/rt_175871 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/FV3_RT/rt_42607 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:10, 19:57] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:05, 07:48](3071 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:15, 23:35] -PASS -- TEST 'cpld_control_gfsv17_intel' [18:07, 14:02](1702 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:35, 14:31](1814 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:00, 07:28](952 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:26, 14:58](1673 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:12, 15:39] -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:26, 24:13](1700 MB) - -PASS -- COMPILE 's2swa_intel' [22:11, 20:03] -PASS -- TEST 'cpld_control_p8_intel' [13:13, 08:30](3100 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:23, 08:33](3099 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:13, 05:30](3157 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:04, 08:25](3124 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:16, 05:34](3178 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:42, 06:59](3415 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:59, 08:20](3100 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:34, 07:23](3022 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:22, 08:28](3101 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [16:13, 10:40](3268 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:33, 07:47](3602 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:06, 13:15](4039 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:22, 09:45](4343 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [13:10, 08:15](3068 MB) - -PASS -- COMPILE 's2sw_intel' [23:15, 21:38] -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:20, 05:06](1682 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:31, 05:30](1729 MB) - -PASS -- COMPILE 's2swa_debug_intel' [16:12, 14:09] -PASS -- TEST 'cpld_debug_p8_intel' [14:10, 10:16](3131 MB) - -PASS -- COMPILE 's2sw_debug_intel' [16:12, 14:34] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:07, 06:08](1700 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [53:23, 51:29] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:30, 05:29](1730 MB) - -PASS -- COMPILE 's2s_intel' [19:10, 17:54] -PASS -- TEST 'cpld_control_c48_intel' [09:24, 06:54](2661 MB) - -PASS -- COMPILE 's2swa_faster_intel' [25:15, 23:08] -PASS -- TEST 'cpld_control_p8_faster_intel' [12:32, 08:29](3100 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:17, 23:39] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:07, 15:41](1702 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:57, 07:57](999 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:03, 17:57](1680 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:12, 13:55] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:09, 27:10](1709 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:10, 16:28] -PASS -- TEST 'control_flake_intel' [05:45, 03:47](674 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:15, 02:37](619 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:07, 02:44](627 MB) -PASS -- TEST 'control_latlon_intel' [04:41, 02:37](622 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:14, 02:44](623 MB) -PASS -- TEST 'control_c48_intel' [09:08, 05:39](727 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:16, 05:38](727 MB) -PASS -- TEST 'control_c192_intel' [11:18, 08:57](739 MB) -PASS -- TEST 'control_c384_intel' [19:38, 16:34](1042 MB) -PASS -- TEST 'control_c384gdas_intel' [19:47, 15:18](1184 MB) -PASS -- TEST 'control_stochy_intel' [04:50, 02:00](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:09, 01:01](430 MB) -PASS -- TEST 'control_lndp_intel' [04:46, 01:59](628 MB) -PASS -- TEST 'control_iovr4_intel' [06:12, 03:10](623 MB) -PASS -- TEST 'control_iovr5_intel' [06:10, 03:11](622 MB) -PASS -- TEST 'control_p8_intel' [07:36, 04:30](1605 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:08, 03:50](1608 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:47, 03:54](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [05:12, 01:56](789 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:55, 03:44](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:20, 01:40](792 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:01, 04:00](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:03, 02:44](1687 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:24, 05:32](1607 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:37, 04:39](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:59, 03:26](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [07:43, 03:59](1615 MB) -PASS -- TEST 'regional_control_intel' [08:30, 04:54](615 MB) -PASS -- TEST 'regional_restart_intel' [05:09, 02:32](789 MB) -PASS -- TEST 'regional_decomp_intel' [08:19, 04:51](615 MB) -PASS -- TEST 'regional_2threads_intel' [05:27, 02:50](758 MB) -PASS -- TEST 'regional_noquilt_intel' [08:16, 04:55](1153 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:15, 04:35](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:16, 04:43](615 MB) -PASS -- TEST 'regional_wofs_intel' [09:34, 06:08](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [15:09, 14:04] -PASS -- TEST 'rap_control_intel' [11:03, 07:22](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:41, 04:04](1190 MB) -PASS -- TEST 'rap_decomp_intel' [11:03, 07:04](1009 MB) -PASS -- TEST 'rap_2threads_intel' [10:35, 06:16](1093 MB) -PASS -- TEST 'rap_restart_intel' [07:23, 03:28](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:05, 07:28](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:05, 07:14](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:35, 05:21](879 MB) -PASS -- TEST 'hrrr_control_intel' [06:44, 03:57](1004 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:44, 03:54](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:44, 03:11](1081 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:45, 01:57](838 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:19, 07:14](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:17, 08:09](1962 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:10, 08:01](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [15:14, 13:34] -PASS -- TEST 'control_csawmg_intel' [08:58, 06:03](695 MB) -PASS -- TEST 'control_csawmgt_intel' [07:44, 05:59](693 MB) -PASS -- TEST 'control_ras_intel' [05:52, 03:29](657 MB) - -PASS -- COMPILE 'wam_intel' [14:12, 12:25] -PASS -- TEST 'control_wam_intel' [04:48, 02:11](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:14, 17:28] -PASS -- TEST 'control_p8_faster_intel' [07:36, 04:07](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [06:53, 04:44](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:08, 11:43] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:47, 03:05](778 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:02, 03:27](781 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:35, 03:23](785 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:21, 03:14](789 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:29, 04:36](823 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [07:23, 04:18](823 MB) -PASS -- TEST 'control_ras_debug_intel' [05:02, 02:59](795 MB) -PASS -- TEST 'control_diag_debug_intel' [05:49, 03:18](843 MB) -PASS -- TEST 'control_debug_p8_intel' [06:12, 03:23](1619 MB) -PASS -- TEST 'regional_debug_intel' [19:56, 16:28](633 MB) -PASS -- TEST 'rap_control_debug_intel' [07:54, 05:12](1165 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:53, 05:12](1163 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:41, 05:14](1166 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:51, 05:14](1165 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:39, 05:26](1164 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:38, 05:19](1250 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:34, 05:47](1165 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:36, 05:19](1166 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:36, 05:14](1166 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:35, 05:08](1165 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:34, 05:13](1166 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:43, 05:13](1163 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:33, 08:10](1164 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:42, 05:00](1161 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:43, 05:57](1167 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:34, 05:15](1164 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:15, 08:50](1170 MB) - -PASS -- COMPILE 'wam_debug_intel' [11:08, 09:39] -PASS -- TEST 'control_wam_debug_intel' [07:33, 05:19](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:18, 13:50] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:08, 03:56](1053 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:11, 06:24](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:08, 03:56](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:18, 05:20](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:11, 02:45](938 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:15, 03:43](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:13, 04:29](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:39, 02:03](763 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [18:19, 16:45] -PASS -- TEST 'conus13km_control_intel' [05:13, 02:14](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:42, 01:26](1076 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:50, 01:29](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:19, 13:19] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:25, 04:26](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:15, 10:23] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:34, 05:06](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:40, 05:00](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [17:11, 14:16](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:11, 14:40](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:27, 08:36](1111 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:49, 13:59](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:15, 10:41] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:40, 05:07](1066 MB) - -PASS -- COMPILE 'hafsw_intel' [20:18, 18:32] -PASS -- TEST 'hafs_regional_atm_intel' [08:26, 05:21](705 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:41, 04:34](1060 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:04, 08:00](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:32, 12:09](785 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:43, 13:02](798 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:25, 05:24](476 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:06, 06:52](496 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:33, 02:59](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:31, 09:06](432 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:10, 04:00](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:18, 03:30](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:05, 04:39](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:03, 01:42](402 MB) -PASS -- TEST 'gnv1_nested_intel' [07:50, 04:09](769 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [14:14, 12:36] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:31, 13:01](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [26:17, 24:09] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:23, 07:36](617 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:34, 07:59](787 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [40:25, 38:29] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:31, 06:26](786 MB) - -PASS -- COMPILE 'hafs_all_intel' [19:10, 16:57] -PASS -- TEST 'hafs_regional_docn_intel' [09:30, 06:03](747 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:32, 06:28](732 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:22, 20:11](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [15:13, 13:39] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:31, 02:39](759 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 01:34](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:30, 02:30](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:40, 02:26](635 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:32, 02:56](639 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:24, 02:34](756 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:29, 02:37](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:29, 02:28](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:09, 07:29](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:10, 07:20](674 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:53, 02:49](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:36, 04:38](2011 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:28, 04:35](2013 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [11:11, 09:29] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:26, 05:42](739 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [15:13, 13:25] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:26, 02:33](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [06:10, 04:23] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:03, 02:29](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:59, 02:05](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:56, 01:24](456 MB) - -PASS -- COMPILE 'atml_intel' [18:17, 16:43] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:12, 08:14](1639 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:06, 07:44](1640 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:52, 04:54](835 MB) - -PASS -- COMPILE 'atmw_intel' [30:22, 28:45] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:35, 02:21](1649 MB) - -PASS -- COMPILE 'atmwm_intel' [17:18, 15:01] -PASS -- TEST 'control_atmwav_intel' [04:58, 02:00](641 MB) - -PASS -- COMPILE 'atmaero_intel' [17:10, 15:25] -PASS -- TEST 'atmaero_control_p8_intel' [09:29, 06:50](2943 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:22, 06:55](3012 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:10, 07:09](3019 MB) - -PASS -- COMPILE 'atmaq_intel' [16:09, 14:49] - -PASS -- COMPILE 'atmaq_debug_intel' [13:10, 11:48] -PASS -- TEST 'regional_atmaq_debug_intel' [22:02, 18:15](4479 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:11, 20:44] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:16, 11:07](3071 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [36:25, 34:46] +PASS -- TEST 'cpld_control_gfsv17_intel' [17:41, 13:41](1700 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:41, 14:26](1812 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:17, 06:47](949 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:23, 14:52](1668 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:13, 14:00] +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:59, 24:41](1700 MB) + +PASS -- COMPILE 's2swa_intel' [21:10, 19:45] +PASS -- TEST 'cpld_control_p8_intel' [17:10, 11:50](3097 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:51, 11:42](3096 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:37, 05:55](3155 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:37, 11:58](3123 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:50, 05:27](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:03, 06:37](3414 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:52, 12:06](3097 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:52, 11:14](3019 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:21, 11:41](3097 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:48, 14:01](3271 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:01, 07:17](3600 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:00, 13:08](4036 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:33, 09:16](4345 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:25, 08:18](3066 MB) + +PASS -- COMPILE 's2sw_intel' [19:09, 17:47] +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:45, 05:01](1682 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:48, 05:26](1730 MB) + +PASS -- COMPILE 's2swa_debug_intel' [16:09, 14:33] +PASS -- TEST 'cpld_debug_p8_intel' [12:51, 10:04](3131 MB) + +PASS -- COMPILE 's2sw_debug_intel' [16:09, 14:20] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:40, 06:07](1698 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:13, 16:03] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:50, 05:30](1731 MB) + +PASS -- COMPILE 's2s_intel' [18:13, 16:40] +PASS -- TEST 'cpld_control_c48_intel' [09:23, 06:55](2661 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:15, 23:59] +PASS -- TEST 'cpld_control_p8_faster_intel' [15:01, 11:40](3099 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:14, 22:26] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:48, 15:12](1704 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:25, 07:47](1001 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:49, 17:27](1680 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:13, 12:36] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:38, 27:08](1714 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [20:15, 18:06] +PASS -- TEST 'control_flake_intel' [06:14, 03:40](675 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:04, 02:37](620 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:55, 02:38](627 MB) +PASS -- TEST 'control_latlon_intel' [05:51, 02:33](622 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:51, 02:34](623 MB) +PASS -- TEST 'control_c48_intel' [08:27, 05:38](727 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:38, 05:42](727 MB) +PASS -- TEST 'control_c192_intel' [11:16, 08:55](739 MB) +PASS -- TEST 'control_c384_intel' [20:02, 16:21](1042 MB) +PASS -- TEST 'control_c384gdas_intel' [20:02, 14:17](1184 MB) +PASS -- TEST 'control_stochy_intel' [04:02, 01:59](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:58, 01:01](430 MB) +PASS -- TEST 'control_lndp_intel' [04:03, 01:51](628 MB) +PASS -- TEST 'control_iovr4_intel' [05:52, 02:34](623 MB) +PASS -- TEST 'control_iovr5_intel' [05:52, 02:38](622 MB) +PASS -- TEST 'control_p8_intel' [08:10, 04:11](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:24, 04:02](1608 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:40, 03:58](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [05:11, 02:07](790 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:32, 03:48](1595 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:15, 01:44](792 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:13, 03:24](1594 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:12, 02:44](1685 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:24, 05:43](1606 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:28, 04:13](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:23, 03:19](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [06:21, 03:57](1616 MB) +PASS -- TEST 'regional_control_intel' [06:59, 04:40](615 MB) +PASS -- TEST 'regional_restart_intel' [04:40, 02:52](785 MB) +PASS -- TEST 'regional_decomp_intel' [06:57, 04:50](615 MB) +PASS -- TEST 'regional_2threads_intel' [04:50, 02:54](758 MB) +PASS -- TEST 'regional_noquilt_intel' [06:49, 04:35](1153 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:55, 04:56](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:45, 04:43](614 MB) +PASS -- TEST 'regional_wofs_intel' [08:50, 06:09](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [16:16, 14:22] +PASS -- TEST 'rap_control_intel' [10:08, 07:02](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:09, 03:56](1187 MB) +PASS -- TEST 'rap_decomp_intel' [09:57, 07:21](1009 MB) +PASS -- TEST 'rap_2threads_intel' [09:51, 06:12](1098 MB) +PASS -- TEST 'rap_restart_intel' [06:05, 03:26](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:45, 06:40](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:45, 07:03](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:04, 05:11](880 MB) +PASS -- TEST 'hrrr_control_intel' [06:08, 03:49](1005 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:04, 03:57](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:58, 03:06](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:30, 01:58](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:08, 06:42](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:53, 08:15](1967 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:50, 08:05](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [18:13, 16:06] +PASS -- TEST 'control_csawmg_intel' [08:49, 06:41](695 MB) +PASS -- TEST 'control_csawmgt_intel' [08:44, 06:30](694 MB) +PASS -- TEST 'control_ras_intel' [05:33, 03:25](656 MB) + +PASS -- COMPILE 'wam_intel' [17:15, 15:08] +PASS -- TEST 'control_wam_intel' [04:32, 02:12](369 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [23:15, 20:55] +PASS -- TEST 'control_p8_faster_intel' [07:34, 03:16](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [06:48, 04:26](614 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [18:09, 15:47] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:30, 02:48](779 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:09, 02:50](782 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:30, 03:13](786 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:50](790 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:47, 04:35](825 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [07:01, 04:26](825 MB) +PASS -- TEST 'control_ras_debug_intel' [05:27, 03:02](796 MB) +PASS -- TEST 'control_diag_debug_intel' [05:44, 03:16](844 MB) +PASS -- TEST 'control_debug_p8_intel' [05:37, 03:50](1622 MB) +PASS -- TEST 'regional_debug_intel' [18:55, 16:41](635 MB) +PASS -- TEST 'rap_control_debug_intel' [07:28, 05:33](1167 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:32, 05:43](1165 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:31, 05:25](1168 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:31, 05:33](1167 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:34, 05:30](1167 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:03, 05:34](1253 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:54, 05:06](1167 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:44, 05:13](1168 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:38, 05:03](1169 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:39, 05:10](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:28, 05:01](1167 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:34, 05:03](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:32, 07:51](1166 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:33, 04:56](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:41, 06:15](1169 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:39, 05:03](1167 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:14, 08:23](1172 MB) + +PASS -- COMPILE 'wam_debug_intel' [15:09, 13:16] +PASS -- TEST 'control_wam_debug_intel' [06:40, 04:55](397 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:15, 13:56] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:08, 03:49](1054 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:17, 06:20](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:06, 03:28](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:58, 05:27](945 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:00, 02:48](941 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:08, 03:43](887 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:03, 04:10](784 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 01:43](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:33] +PASS -- TEST 'conus13km_control_intel' [05:00, 02:02](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:22, 01:18](1075 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:54, 01:21](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:15, 13:16] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:07, 04:22](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:13, 09:15] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:32, 05:00](1048 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 04:59](1048 MB) +PASS -- TEST 'conus13km_debug_intel' [16:55, 14:09](1130 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:53, 14:30](805 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:40, 08:17](1112 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:42, 14:03](1196 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:13, 09:19] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:35, 04:56](1066 MB) + +PASS -- COMPILE 'hafsw_intel' [19:14, 17:54] +PASS -- TEST 'hafs_regional_atm_intel' [08:46, 05:17](707 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:01, 04:28](1055 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:37, 07:53](752 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:21, 11:46](788 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:17, 12:57](796 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:23, 05:26](473 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:37, 06:41](499 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:04, 02:54](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:03, 08:07](443 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:00, 03:50](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:14, 03:39](507 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:24, 04:42](575 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:45, 02:49](401 MB) +PASS -- TEST 'gnv1_nested_intel' [07:24, 04:21](764 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:13, 13:22] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:58, 12:50](584 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:19, 19:29] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:50, 07:58](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:59, 07:54](786 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:15, 18:33] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:44, 06:03](786 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:13, 17:07] +PASS -- TEST 'hafs_regional_docn_intel' [11:02, 06:10](747 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:58, 06:12](730 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [24:24, 21:56](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:16, 11:29] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:24, 02:36](759 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 01:34](747 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 02:25](637 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:36](635 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:21, 02:38](635 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:22, 02:36](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:22, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:30, 02:26](637 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:00, 06:18](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:01, 06:10](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:20, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:35, 04:36](2013 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:32, 04:42](2013 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [11:13, 09:40] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:24, 05:39](740 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [16:13, 13:46] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:25, 02:34](756 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [07:17, 04:50] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:21, 02:30](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:52, 01:37](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:29, 01:02](456 MB) + +PASS -- COMPILE 'atml_intel' [18:21, 16:21] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [16:20, 11:27](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:03, 08:49](1640 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:51, 03:56](835 MB) + +PASS -- COMPILE 'atmw_intel' [18:12, 16:35] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:02, 02:23](1647 MB) + +PASS -- COMPILE 'atmwm_intel' [16:10, 14:45] +PASS -- TEST 'control_atmwav_intel' [04:00, 01:56](640 MB) + +PASS -- COMPILE 'atmaero_intel' [17:10, 14:51] +PASS -- TEST 'atmaero_control_p8_intel' [12:18, 09:05](2944 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [13:54, 09:06](3012 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [13:23, 09:08](3019 MB) + +PASS -- COMPILE 'atmaq_intel' [17:14, 15:16] + +PASS -- COMPILE 'atmaq_debug_intel' [13:18, 11:05] +PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 19:38](4485 MB) SYNOPSIS: -Starting Date/Time: 20240312 00:16:27 -Ending Date/Time: 20240312 01:58:17 -Total Time: 01h:43m:05s +Starting Date/Time: 20240314 08:29:02 +Ending Date/Time: 20240314 10:21:41 +Total Time: 01h:53m:35s Compiles Completed: 39/39 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 724232d0fa..6804aeec40 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,15 +1,15 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -c30e3efb994177f1c3cc322339ae7778e864c222 +0d7aa189232097602b4a7b5cdab9caad9aba58ad Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-1413-gfa78b464) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-1412-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) @@ -24,369 +24,377 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240301 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_217417 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_21606 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nems * (-l) - USE CONFIG FILE: rt.conf -* (-r) - USE ROCOTO - -PASS -- COMPILE 's2swa_32bit_intel' [11:59, 11:58] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:12, 05:17](3175 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:57, 15:56] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:58, 16:12](1714 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:57, 16:52](1977 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:41, 07:39](1073 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:08, 18:26](1613 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:08, 04:08] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:27, 22:29](1667 MB) - -PASS -- COMPILE 's2swa_intel' [11:50, 11:49] -PASS -- TEST 'cpld_control_p8_intel' [06:38, 05:45](3135 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:39, 05:40](3187 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:32, 03:26](3193 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:41, 05:48](3156 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:31, 03:29](3235 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:23, 05:28](3533 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:36, 05:46](3165 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:32, 04:43](3040 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:45, 05:47](3136 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [11:21, 09:41](3321 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [08:24, 06:08](3568 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:27, 09:52](4084 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:46, 06:56](4303 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:19, 05:26](3144 MB) - -PASS -- COMPILE 's2sw_intel' [11:25, 11:25] -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:25, 04:34](1704 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:24, 04:31](1749 MB) - -PASS -- COMPILE 's2swa_debug_intel' [04:09, 04:08] -PASS -- TEST 'cpld_debug_p8_intel' [09:17, 08:17](3162 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:01, 04:01] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:40, 05:44](1723 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:19, 10:19] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:14, 04:24](1764 MB) - -PASS -- COMPILE 's2s_intel' [10:18, 10:18] -PASS -- TEST 'cpld_control_c48_intel' [09:59, 09:28](2818 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:06, 16:06] -PASS -- TEST 'cpld_control_p8_faster_intel' [06:27, 05:30](3180 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:54, 14:53] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:09, 16:19](1709 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:46, 07:43](1136 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:27, 18:40](1615 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [03:41, 03:41] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:53, 24:00](1701 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:54, 10:53] -PASS -- TEST 'control_flake_intel' [03:33, 03:17](664 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:39, 02:24](649 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:44, 02:28](653 MB) -PASS -- TEST 'control_latlon_intel' [02:37, 02:25](621 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:45, 02:27](645 MB) -PASS -- TEST 'control_c48_intel' [06:29, 06:16](874 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:24, 06:12](879 MB) -PASS -- TEST 'control_c192_intel' [09:27, 09:00](850 MB) -PASS -- TEST 'control_c384_intel' [10:01, 08:57](1287 MB) -PASS -- TEST 'control_c384gdas_intel' [10:20, 08:03](1381 MB) -PASS -- TEST 'control_stochy_intel' [01:53, 01:37](653 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:16, 00:58](472 MB) -PASS -- TEST 'control_lndp_intel' [01:47, 01:31](647 MB) -PASS -- TEST 'control_iovr4_intel' [02:41, 02:26](618 MB) -PASS -- TEST 'control_iovr5_intel' [02:41, 02:25](626 MB) -PASS -- TEST 'control_p8_intel' [03:37, 02:59](1579 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:40, 02:56](1624 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:38, 02:56](1620 MB) -PASS -- TEST 'control_restart_p8_intel' [02:15, 01:38](875 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:37, 02:57](1590 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:15, 01:36](909 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:39, 03:04](1571 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:20, 02:44](1682 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:44, 05:06](1618 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:35, 03:55](1655 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:44, 03:03](1608 MB) -PASS -- TEST 'merra2_thompson_intel' [04:10, 03:31](1616 MB) -PASS -- TEST 'regional_control_intel' [05:43, 05:15](818 MB) -PASS -- TEST 'regional_restart_intel' [03:17, 02:47](1013 MB) -PASS -- TEST 'regional_decomp_intel' [05:55, 05:29](828 MB) -PASS -- TEST 'regional_2threads_intel' [03:45, 03:16](812 MB) -PASS -- TEST 'regional_noquilt_intel' [05:32, 05:05](1354 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:34, 05:05](825 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:37, 05:10](837 MB) -PASS -- TEST 'regional_wofs_intel' [07:09, 06:38](1875 MB) - -PASS -- COMPILE 'rrfs_intel' [09:41, 09:41] -PASS -- TEST 'rap_control_intel' [08:13, 07:40](1096 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:49, 04:02](1280 MB) -PASS -- TEST 'rap_decomp_intel' [08:25, 08:02](1017 MB) -PASS -- TEST 'rap_2threads_intel' [07:42, 07:15](1166 MB) -PASS -- TEST 'rap_restart_intel' [04:41, 04:00](1103 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:12, 07:41](1080 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:32, 08:05](1017 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:24, 05:46](1108 MB) -PASS -- TEST 'hrrr_control_intel' [04:29, 04:02](1010 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:31, 04:08](985 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:09, 03:38](1109 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:31, 02:10](976 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:05, 07:34](1100 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:29, 09:11](1960 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:17, 08:53](2060 MB) - -PASS -- COMPILE 'csawmg_intel' [09:32, 09:32] -PASS -- TEST 'control_csawmg_intel' [06:23, 05:52](710 MB) -PASS -- TEST 'control_csawmgt_intel' [06:17, 05:49](730 MB) -PASS -- TEST 'control_ras_intel' [03:27, 03:14](734 MB) - -PASS -- COMPILE 'wam_intel' [09:04, 09:03] -PASS -- TEST 'control_wam_intel' [02:11, 02:01](650 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:54, 09:54] -PASS -- TEST 'control_p8_faster_intel' [03:24, 02:42](1584 MB) -PASS -- TEST 'regional_control_faster_intel' [05:10, 04:42](843 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [04:22, 04:22] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:54, 02:38](787 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:57, 02:40](807 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:08, 02:57](793 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:00, 02:48](782 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:32, 04:04](825 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [04:31, 04:02](825 MB) -PASS -- TEST 'control_ras_debug_intel' [02:58, 02:44](799 MB) -PASS -- TEST 'control_diag_debug_intel' [03:12, 02:48](867 MB) -PASS -- TEST 'control_debug_p8_intel' [03:26, 02:53](1607 MB) -PASS -- TEST 'regional_debug_intel' [17:08, 16:39](842 MB) -PASS -- TEST 'rap_control_debug_intel' [05:05, 04:49](1169 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:57, 04:43](1181 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:04, 04:51](1189 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:02, 04:48](1180 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:03, 04:48](1197 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:31, 05:02](1283 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:05, 04:49](1207 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:04, 04:53](1167 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:03, 04:48](1203 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:00, 04:46](1205 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:55, 04:40](1187 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:06, 04:51](1199 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:55, 07:41](1192 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:09, 04:52](1158 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:04, 05:49](1199 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:05, 04:47](1173 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:43, 08:13](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:05, 03:04] -PASS -- TEST 'control_wam_debug_intel' [04:58, 04:47](482 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 09:09] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:47, 03:54](1121 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:53, 06:19](1043 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:47, 03:19](977 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:33, 06:04](1058 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:28, 03:06](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:54, 03:31](922 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:13, 04:45](1033 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:08, 01:51](896 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:24, 11:24] -PASS -- TEST 'conus13km_control_intel' [02:41, 02:05](1178 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:28, 00:55](1118 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:49, 01:13](1107 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:26, 09:26] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:43, 04:12](953 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:09, 03:09] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:59, 04:44](1055 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:53, 04:38](1070 MB) -PASS -- TEST 'conus13km_debug_intel' [14:28, 13:52](1194 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:28, 13:51](917 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:03, 07:35](1145 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:53, 13:23](1285 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:14, 03:14] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:05, 04:52](1112 MB) - -PASS -- COMPILE 'hafsw_intel' [10:35, 10:35] -PASS -- TEST 'hafs_regional_atm_intel' [05:44, 04:50](736 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:15, 05:56](1113 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [08:00, 06:57](813 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:00, 13:01](833 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:03, 14:51](875 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:56, 05:14](498 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:31, 06:25](514 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:06, 02:33](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:37, 06:59](483 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:10, 03:38](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:06, 03:25](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:44, 04:01](587 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:29, 01:11](402 MB) -PASS -- TEST 'gnv1_nested_intel' [04:28, 03:55](767 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:32, 03:32] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:02, 12:20](554 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:16, 11:15] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:23, 08:33](637 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:23, 08:30](699 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:35, 10:35] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:10, 06:18](684 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:27, 10:27] -PASS -- TEST 'hafs_regional_docn_intel' [07:12, 06:14](828 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:19, 06:19](785 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:43, 16:05](1214 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:08, 06:07] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:49, 02:41](1113 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:47, 01:38](1063 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:43, 02:35](998 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:45, 02:36](996 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:43, 02:36](1009 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:44, 02:38](1122 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:46, 02:39](1121 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:37, 02:30](1000 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:39, 06:40](1046 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:49, 06:53](1040 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:42, 02:37](1135 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:55, 03:47](2502 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [03:59, 03:51](2489 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [02:48, 02:47] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:19, 06:09](1047 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:09, 06:09] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:42, 02:35](1128 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:01, 01:01] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:06, 00:46](246 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:00, 00:46](319 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:45, 00:30](321 MB) - -PASS -- COMPILE 'atml_intel' [10:52, 10:52] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:00, 04:14](1589 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:10, 04:23](1534 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [02:51, 02:15](867 MB) - -PASS -- COMPILE 'atmw_intel' [10:43, 10:43] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:29, 01:47](1636 MB) - -PASS -- COMPILE 'atmwm_intel' [10:18, 10:18] -PASS -- TEST 'control_atmwav_intel' [02:03, 01:39](638 MB) - -PASS -- COMPILE 'atmaero_intel' [10:15, 10:15] -PASS -- TEST 'atmaero_control_p8_intel' [04:46, 03:59](3001 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:38, 04:50](3020 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:37, 05:03](3094 MB) - -PASS -- COMPILE 'atmaq_intel' [09:58, 09:58] - -PASS -- COMPILE 'atmaq_debug_intel' [04:57, 04:57] -PASS -- TEST 'regional_atmaq_debug_intel' [21:50, 20:11](4354 MB) - -PASS -- COMPILE 'atm_gnu' [03:48, 03:46] -PASS -- TEST 'control_c48_gnu' [12:04, 11:45](789 MB) -PASS -- TEST 'control_stochy_gnu' [04:27, 04:14](551 MB) -PASS -- TEST 'control_ras_gnu' [05:32, 05:15](557 MB) -PASS -- TEST 'control_p8_gnu' [05:49, 04:57](1310 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:41, 04:51](1309 MB) -PASS -- TEST 'control_flake_gnu' [06:22, 06:02](596 MB) - -PASS -- COMPILE 'rrfs_gnu' [03:47, 03:46] -PASS -- TEST 'rap_control_gnu' [12:11, 11:48](897 MB) -PASS -- TEST 'rap_decomp_gnu' [12:09, 11:45](897 MB) -PASS -- TEST 'rap_2threads_gnu' [10:57, 10:26](978 MB) -PASS -- TEST 'rap_restart_gnu' [06:35, 06:02](624 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [12:13, 11:41](897 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:28, 11:57](899 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:23, 08:52](628 MB) -PASS -- TEST 'hrrr_control_gnu' [06:19, 05:57](888 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:17, 05:54](879 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:36, 05:11](979 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:24, 06:01](891 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:29, 03:13](609 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:28, 03:10](704 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [11:48, 11:18](894 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [04:20, 04:20] -PASS -- TEST 'control_diag_debug_gnu' [01:58, 01:37](591 MB) -PASS -- TEST 'regional_debug_gnu' [08:00, 07:31](602 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:45, 02:32](909 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:44, 02:29](904 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:43, 02:33](906 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:43, 02:31](909 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:07, 02:42](994 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:02, 03:51](904 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:44, 02:33](911 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:41, 02:30](903 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:42, 01:30](543 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:23, 02:12](537 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:11, 01:41](1294 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:45, 02:32](908 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:59, 02:47](913 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:29, 04:03](912 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 03:08] -PASS -- TEST 'control_wam_debug_gnu' [02:38, 02:27](240 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:16, 04:16] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [12:11, 11:50](749 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:26, 06:06](750 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [11:03, 10:36](804 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:44, 05:20](805 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:25, 06:05](751 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:30, 08:58](601 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:29, 03:12](583 MB) -PASS -- TEST 'conus13km_control_gnu' [04:58, 04:15](898 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:18, 01:52](937 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:49, 02:17](597 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:53, 05:52] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:24, 06:56](784 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [04:17, 04:16] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:44, 02:30](761 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:39, 02:28](759 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:46, 07:13](914 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:37, 07:06](632 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [04:55, 04:25](952 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:39, 07:10](982 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:56, 03:56] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:51, 02:38](786 MB) - -PASS -- COMPILE 's2swa_gnu' [15:11, 15:11] -PASS -- TEST 'cpld_control_p8_gnu' [11:47, 10:48](1504 MB) - -PASS -- COMPILE 's2s_gnu' [13:44, 13:43] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [07:30, 06:33](1399 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [02:17, 02:17] -PASS -- TEST 'cpld_debug_p8_gnu' [07:08, 06:13](1516 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [13:46, 13:45] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:56, 22:06](1369 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:12, 02:11] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:42, 12:57](1387 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [13:21, 13:19] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:15, 03:07](698 MB) +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2swa_32bit_intel' [14:10, 12:33] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:52, 05:21](3107 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:11, 15:47] +PASS -- TEST 'cpld_control_gfsv17_intel' [26:36, 17:24](1737 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:42, 17:02](2016 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [15:39, 07:46](1076 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:36, 19:36](1635 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 05:04] +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:31, 22:32](1673 MB) + +PASS -- COMPILE 's2swa_intel' [14:10, 12:27] +PASS -- TEST 'cpld_control_p8_intel' [15:54, 05:39](3186 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:05, 05:43](3173 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:49, 03:59](3241 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:54, 05:47](3209 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:49, 04:15](3252 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:43, 05:26](3538 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:54, 05:46](3172 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:43, 04:49](3044 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:07, 05:40](3166 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:48, 09:47](3320 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:46, 06:56](3602 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:55, 09:51](4102 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [22:46, 06:58](4341 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:49, 05:20](3129 MB) + +PASS -- COMPILE 's2sw_intel' [13:10, 11:35] +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:14, 04:31](1714 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:32, 04:26](1766 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:09, 04:53] +PASS -- TEST 'cpld_debug_p8_intel' [11:30, 08:19](3195 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:09, 04:02] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:55, 05:33](1718 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:11, 11:10] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:21, 04:28](1766 MB) + +PASS -- COMPILE 's2s_intel' [12:12, 10:59] +PASS -- TEST 'cpld_control_c48_intel' [11:54, 09:17](2817 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:15, 16:13] +PASS -- TEST 'cpld_control_p8_faster_intel' [15:18, 05:22](3191 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:10, 15:12] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:24, 17:11](1778 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:52, 07:43](1164 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:14, 18:45](1663 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:12] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:33, 26:09](1667 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:08, 10:45] +PASS -- TEST 'control_flake_intel' [11:29, 03:18](689 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [10:32, 02:27](649 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:35, 02:30](652 MB) +PASS -- TEST 'control_latlon_intel' [10:27, 02:28](641 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:36, 02:28](632 MB) +PASS -- TEST 'control_c48_intel' [15:05, 06:20](870 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [15:04, 06:22](874 MB) +PASS -- TEST 'control_c192_intel' [17:48, 09:38](833 MB) +PASS -- TEST 'control_c384_intel' [16:49, 09:48](1275 MB) +PASS -- TEST 'control_c384gdas_intel' [16:34, 08:56](1358 MB) +PASS -- TEST 'control_stochy_intel' [07:26, 01:36](647 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:29, 00:59](497 MB) +PASS -- TEST 'control_lndp_intel' [06:22, 01:36](635 MB) +PASS -- TEST 'control_iovr4_intel' [05:06, 02:26](642 MB) +PASS -- TEST 'control_iovr5_intel' [04:35, 02:27](644 MB) +PASS -- TEST 'control_p8_intel' [06:24, 03:41](1614 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:20, 03:31](1622 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:19, 03:28](1608 MB) +PASS -- TEST 'control_restart_p8_intel' [04:47, 01:37](888 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:16, 03:35](1605 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:16, 02:15](923 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:08, 03:11](1605 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:07, 02:56](1703 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:22, 05:21](1614 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:01, 03:53](1645 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:13, 03:15](1597 MB) +PASS -- TEST 'merra2_thompson_intel' [10:02, 03:34](1613 MB) +PASS -- TEST 'regional_control_intel' [10:01, 05:08](819 MB) +PASS -- TEST 'regional_restart_intel' [06:47, 04:45](1017 MB) +PASS -- TEST 'regional_decomp_intel' [08:50, 05:24](842 MB) +PASS -- TEST 'regional_2threads_intel' [06:37, 03:12](826 MB) +PASS -- TEST 'regional_noquilt_intel' [07:56, 05:01](1362 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:58, 05:47](853 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:46, 05:50](850 MB) +PASS -- TEST 'regional_wofs_intel' [09:52, 07:31](1910 MB) + +PASS -- COMPILE 'rrfs_intel' [11:10, 09:49] +PASS -- TEST 'rap_control_intel' [12:08, 09:20](1084 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:10, 04:52](1280 MB) +PASS -- TEST 'rap_decomp_intel' [12:00, 09:28](1023 MB) +PASS -- TEST 'rap_2threads_intel' [11:54, 09:20](1172 MB) +PASS -- TEST 'rap_restart_intel' [07:55, 04:07](1093 MB) +PASS -- TEST 'rap_sfcdiff_intel' [11:57, 09:17](1108 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:57, 09:52](1040 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:53, 05:54](1130 MB) +PASS -- TEST 'hrrr_control_intel' [06:48, 04:51](1024 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:48, 05:07](989 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:39, 05:17](1115 MB) +PASS -- TEST 'hrrr_control_restart_intel' [08:38, 02:18](982 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:54, 09:31](1090 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:36, 10:43](1957 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:34, 10:31](2063 MB) + +PASS -- COMPILE 'csawmg_intel' [11:10, 09:45] +PASS -- TEST 'control_csawmg_intel' [09:49, 07:43](745 MB) +PASS -- TEST 'control_csawmgt_intel' [09:48, 07:22](734 MB) +PASS -- TEST 'control_ras_intel' [06:27, 03:54](722 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:07, 03:23] +PASS -- TEST 'control_csawmg_gnu' [17:51, 09:21](587 MB) +PASS -- TEST 'control_csawmgt_gnu' [17:51, 09:21](586 MB) + +PASS -- COMPILE 'wam_intel' [11:08, 09:11] +PASS -- TEST 'control_wam_intel' [04:26, 02:34](653 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:09, 09:51] +PASS -- TEST 'control_p8_faster_intel' [07:20, 04:08](1605 MB) +PASS -- TEST 'regional_control_faster_intel' [08:57, 06:26](852 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:07, 04:29] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:31, 03:51](811 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:32, 03:36](809 MB) +PASS -- TEST 'control_stochy_debug_intel' [09:25, 06:34](785 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:21, 03:35](816 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:39, 05:02](865 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [07:44, 05:55](827 MB) +PASS -- TEST 'control_ras_debug_intel' [06:23, 03:44](827 MB) +PASS -- TEST 'control_diag_debug_intel' [10:36, 03:01](866 MB) +PASS -- TEST 'control_debug_p8_intel' [08:51, 02:54](1633 MB) +PASS -- TEST 'regional_debug_intel' [22:48, 16:20](839 MB) +PASS -- TEST 'rap_control_debug_intel' [10:28, 04:49](1188 MB) +PASS -- TEST 'hrrr_control_debug_intel' [09:22, 04:40](1190 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:23, 04:51](1176 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:29, 04:52](1197 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:35, 04:51](1190 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:45, 05:06](1299 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:21, 04:59](1188 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:29, 04:49](1199 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:23, 04:50](1204 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:29, 04:51](1197 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:38](1188 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:26, 04:52](1199 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 07:37](1192 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:28, 04:49](1185 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:33, 06:04](1205 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:32, 04:52](1198 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:42, 08:08](1181 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:07, 02:29] +PASS -- TEST 'control_csawmg_debug_gnu' [04:47, 02:14](564 MB) +PASS -- TEST 'control_csawmgt_debug_gnu' [04:47, 02:15](565 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:10, 03:11] +PASS -- TEST 'control_wam_debug_intel' [06:20, 04:43](514 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:11, 09:32] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:03, 03:57](1153 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:43, 06:32](1044 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:37, 03:28](973 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:38, 06:15](1051 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:40, 03:15](953 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:33, 03:37](909 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:40, 04:47](1000 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 01:51](897 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [19:13, 11:49] +PASS -- TEST 'conus13km_control_intel' [04:55, 02:10](1191 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:46, 00:52](1105 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:46, 01:13](1086 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [16:10, 09:40] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:48, 04:20](977 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:07, 03:06] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:25, 04:47](1059 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:23, 04:41](1058 MB) +PASS -- TEST 'conus13km_debug_intel' [15:54, 13:53](1210 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:53, 14:02](897 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:50, 07:50](1147 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:54, 13:42](1262 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:10, 03:17] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:27, 04:46](1125 MB) + +PASS -- COMPILE 'hafsw_intel' [14:15, 10:40] +PASS -- TEST 'hafs_regional_atm_intel' [08:23, 04:51](736 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:34, 05:54](1111 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:27, 06:51](831 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:20, 13:04](843 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:33, 14:42](876 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:59, 05:20](500 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:20, 06:23](516 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:47, 02:39](371 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:12, 06:58](470 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:46, 03:34](525 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:48, 03:24](527 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:57, 04:02](580 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:09](400 MB) +PASS -- TEST 'gnv1_nested_intel' [06:45, 03:54](772 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:13, 03:43] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:54, 12:12](568 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:30, 12:00] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:08, 08:23](670 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [15:06, 08:28](738 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 10:55] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:05, 06:15](725 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:14, 11:24] +PASS -- TEST 'hafs_regional_docn_intel' [54:34, 06:13](832 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [54:39, 06:20](808 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [03:09, 16:17](1219 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:13, 06:43] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [49:29, 02:42](1122 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:41](1074 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [49:30, 02:36](1008 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [49:29, 02:39](1016 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [49:23, 02:36](1023 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [49:25, 02:41](1121 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [49:29, 02:41](1115 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [47:25, 02:37](991 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [52:44, 06:39](1051 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [52:42, 06:58](1025 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [47:24, 02:42](1116 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [14:20, 03:58](2483 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [48:28, 04:12](2421 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [07:09, 03:08] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [49:25, 06:08](1046 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:10, 06:47] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [45:30, 02:40](1106 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:06, 01:00] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [43:38, 00:50](258 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [43:29, 00:52](320 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:32](315 MB) + +PASS -- COMPILE 'atml_intel' [14:17, 13:01] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [46:17, 04:27](1583 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [46:22, 04:27](1567 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [10:14, 05:11](888 MB) + +PASS -- COMPILE 'atmw_intel' [13:13, 11:54] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [43:06, 01:53](1643 MB) + +PASS -- COMPILE 'atmwm_intel' [13:12, 11:56] +PASS -- TEST 'control_atmwav_intel' [42:41, 01:46](669 MB) + +PASS -- COMPILE 'atmaero_intel' [14:13, 12:14] +PASS -- TEST 'atmaero_control_p8_intel' [43:13, 04:04](3020 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [43:18, 04:53](3092 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [41:59, 05:09](3115 MB) + +PASS -- COMPILE 'atmaq_intel' [13:14, 11:46] + +PASS -- COMPILE 'atmaq_debug_intel' [09:16, 07:26] +PASS -- TEST 'regional_atmaq_debug_intel' [57:29, 20:19](4434 MB) + +PASS -- COMPILE 'atm_gnu' [08:07, 06:17] +PASS -- TEST 'control_c48_gnu' [46:34, 11:45](787 MB) +PASS -- TEST 'control_stochy_gnu' [38:27, 04:15](546 MB) +PASS -- TEST 'control_ras_gnu' [39:32, 05:00](554 MB) +PASS -- TEST 'control_p8_gnu' [36:27, 05:06](1303 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [08:09, 04:44](1309 MB) +PASS -- TEST 'control_flake_gnu' [07:28, 05:55](595 MB) + +PASS -- COMPILE 'rrfs_gnu' [09:08, 07:17] +PASS -- TEST 'rap_control_gnu' [13:38, 11:53](894 MB) +PASS -- TEST 'rap_decomp_gnu' [14:43, 11:52](895 MB) +PASS -- TEST 'rap_2threads_gnu' [12:44, 10:37](983 MB) +PASS -- TEST 'rap_restart_gnu' [03:04, 07:25](622 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [14:51, 11:46](895 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [14:39, 11:57](899 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:03, 10:11](627 MB) +PASS -- TEST 'hrrr_control_gnu' [08:44, 06:02](895 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [08:38, 05:59](877 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [14:59, 08:52](971 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [08:36, 06:02](888 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:40, 04:49](608 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:40, 04:38](702 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [21:01, 14:35](887 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:09, 07:48] +PASS -- TEST 'control_diag_debug_gnu' [09:46, 04:34](587 MB) +PASS -- TEST 'regional_debug_gnu' [15:58, 10:31](595 MB) +PASS -- TEST 'rap_control_debug_gnu' [09:42, 04:43](904 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [09:46, 05:56](902 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [09:44, 04:59](907 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [09:49, 05:11](903 MB) +PASS -- TEST 'rap_diag_debug_gnu' [10:10, 05:58](991 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [09:52, 06:05](901 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [09:48, 05:12](904 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [08:45, 04:58](898 MB) +PASS -- TEST 'control_ras_debug_gnu' [07:39, 04:02](541 MB) +PASS -- TEST 'control_stochy_debug_gnu' [07:37, 04:29](534 MB) +PASS -- TEST 'control_debug_p8_gnu' [06:56, 04:06](1287 MB) +PASS -- TEST 'rap_flake_debug_gnu' [07:40, 04:57](908 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [06:50, 05:08](907 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [08:05, 06:32](907 MB) + +PASS -- COMPILE 'wam_debug_gnu' [06:06, 04:36] +PASS -- TEST 'control_wam_debug_gnu' [03:36, 04:00](242 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:08, 03:32] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [12:50, 13:39](752 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [03:49, 07:45](741 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:55, 12:19](798 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [01:52, 07:18](804 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [01:43, 07:31](743 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [34:07, 09:08](594 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [33:56, 03:19](581 MB) +PASS -- TEST 'conus13km_control_gnu' [55:12, 05:25](894 MB) +PASS -- TEST 'conus13km_2threads_gnu' [34:12, 01:55](935 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [35:15, 02:23](595 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:07, 05:15] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [40:17, 07:06](779 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:09, 03:38] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [34:47, 02:39](756 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [34:46, 02:36](754 MB) +PASS -- TEST 'conus13km_debug_gnu' [41:25, 07:17](913 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [39:23, 07:13](630 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [36:12, 04:27](946 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [41:16, 07:20](979 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [05:07, 03:28] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [36:58, 02:41](784 MB) + +PASS -- COMPILE 's2swa_gnu' [15:10, 13:56] +PASS -- TEST 'cpld_control_p8_gnu' [46:03, 11:08](1511 MB) + +PASS -- COMPILE 's2s_gnu' [15:10, 13:48] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [42:00, 06:54](1399 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:07, 02:32] +PASS -- TEST 'cpld_debug_p8_gnu' [40:44, 06:12](1512 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [15:08, 13:53] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [56:39, 22:12](1378 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:07, 02:15] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [47:29, 13:12](1391 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [15:12, 13:43] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [53:32, 03:04](703 MB) SYNOPSIS: -Starting Date/Time: 20240312 03:57:40 -Ending Date/Time: 20240312 06:17:43 -Total Time: 02h:21m:24s -Compiles Completed: 53/53 -Tests Completed: 243/243 +Starting Date/Time: 20240313 18:46:26 +Ending Date/Time: 20240313 23:52:57 +Total Time: 05h:09m:02s +Compiles Completed: 55/55 +Tests Completed: 247/247 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 c00049f6d3..0c7977b8c3 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,20 +1,20 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -602e838bbc0b6f3a1c6f4d2fcc5ebe1be0e047bd +19159d93d74d6f3c37fdf74fb3475e000435f07e 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) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca34) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 221788f4e2539af797eb02efe42465b153533201 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-613-g221788f) - cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + bbdec2ffceeb0cda70aaaa4f44e619a5468e7be3 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5134-gbbdec2ff) 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 @@ -29,10 +29,10 @@ Submodule hashes used in testing: a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca34) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) @@ -47,360 +47,368 @@ 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-20240301 -COMPARISON DIRECTORY: /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_1334135 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_941138 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:06, 11:14] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:59, 07:24](1889 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:06, 16:14] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:17, 13:21](1766 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:24, 14:04](2175 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:17, 06:27](1189 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:57, 15:01](1688 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:06, 05:45] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:15, 20:20](1732 MB) - -PASS -- COMPILE 's2swa_intel' [13:06, 11:41] -PASS -- TEST 'cpld_control_p8_intel' [09:56, 07:31](2079 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:00, 07:31](2077 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:13, 04:10](1949 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:56, 07:41](1976 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:12, 04:15](1744 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:51, 08:44](2496 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:52, 07:27](2069 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:54, 06:12](1906 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:58, 07:33](2070 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:39, 15:12](2820 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:09, 05:47](2921 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:29, 08:43](3633 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:52, 05:43](3614 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:55, 04:52](2026 MB) - -PASS -- COMPILE 's2sw_intel' [13:06, 11:27] -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:50, 07:14](1766 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:56, 03:53](1827 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:06, 04:13] -PASS -- TEST 'cpld_debug_p8_intel' [09:01, 06:57](2047 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:06, 05:23] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:47, 04:43](1793 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:06, 07:48] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:50, 03:58](1812 MB) - -PASS -- COMPILE 's2s_intel' [11:06, 09:50] -PASS -- TEST 'cpld_control_c48_intel' [09:36, 07:16](2826 MB) - -PASS -- COMPILE 's2swa_faster_intel' [15:06, 13:57] -PASS -- TEST 'cpld_control_p8_faster_intel' [10:06, 07:29](2083 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:06, 16:47] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:53, 13:54](1801 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:08, 06:41](1298 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:52, 15:17](1733 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:05, 04:18] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:51, 21:23](1774 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:06, 07:22] -PASS -- TEST 'control_flake_intel' [04:17, 02:55](715 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:16, 02:10](658 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:21, 02:21](664 MB) -PASS -- TEST 'control_latlon_intel' [04:15, 02:13](659 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:21, 02:18](671 MB) -PASS -- TEST 'control_c48_intel' [07:19, 05:47](854 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:19, 05:46](858 MB) -PASS -- TEST 'control_c192_intel' [09:26, 07:55](968 MB) -PASS -- TEST 'control_c384_intel' [11:03, 08:12](1445 MB) -PASS -- TEST 'control_c384gdas_intel' [10:53, 07:25](1507 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:30](682 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:27, 00:52](546 MB) -PASS -- TEST 'control_lndp_intel' [03:19, 01:26](672 MB) -PASS -- TEST 'control_iovr4_intel' [04:17, 02:12](665 MB) -PASS -- TEST 'control_iovr5_intel' [04:19, 02:07](663 MB) -PASS -- TEST 'control_p8_intel' [04:46, 02:33](1634 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:51, 02:33](1635 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:53, 02:26](1635 MB) -PASS -- TEST 'control_restart_p8_intel' [03:51, 01:29](926 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:45, 02:31](1627 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:51, 01:25](990 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:42, 02:35](1622 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:41, 02:20](1728 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:33, 04:24](1639 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:50, 03:30](1714 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:48, 02:31](1643 MB) -PASS -- TEST 'merra2_thompson_intel' [04:56, 02:55](1664 MB) -PASS -- TEST 'regional_control_intel' [06:25, 04:29](955 MB) -PASS -- TEST 'regional_restart_intel' [04:31, 02:30](1109 MB) -PASS -- TEST 'regional_decomp_intel' [06:22, 04:44](947 MB) -PASS -- TEST 'regional_2threads_intel' [04:23, 02:54](919 MB) -PASS -- TEST 'regional_noquilt_intel' [06:26, 04:21](1486 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:28, 04:27](959 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:28, 04:30](957 MB) -PASS -- TEST 'regional_wofs_intel' [07:25, 05:36](2076 MB) - -PASS -- COMPILE 'rrfs_intel' [08:06, 06:52] -PASS -- TEST 'rap_control_intel' [08:40, 06:32](1191 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:45, 03:28](1405 MB) -PASS -- TEST 'rap_decomp_intel' [08:38, 06:48](1132 MB) -PASS -- TEST 'rap_2threads_intel' [08:35, 06:13](1374 MB) -PASS -- TEST 'rap_restart_intel' [05:56, 03:25](1135 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:49, 06:34](1206 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:33, 06:56](1124 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:58, 04:53](1203 MB) -PASS -- TEST 'hrrr_control_intel' [05:50, 03:24](1070 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:34, 03:28](1040 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:29, 03:12](1126 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:49](1031 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:48, 06:21](1187 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:21, 07:41](2006 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:19, 07:28](2200 MB) - -PASS -- COMPILE 'csawmg_intel' [09:06, 07:16] -PASS -- TEST 'control_csawmg_intel' [07:24, 05:06](821 MB) -PASS -- TEST 'control_csawmgt_intel' [07:26, 05:05](845 MB) -PASS -- TEST 'control_ras_intel' [04:15, 02:56](805 MB) - -PASS -- COMPILE 'wam_intel' [08:06, 06:47] -PASS -- TEST 'control_wam_intel' [03:22, 01:49](780 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:06, 09:59] -PASS -- TEST 'control_p8_faster_intel' [05:04, 02:24](1631 MB) -PASS -- TEST 'regional_control_faster_intel' [06:34, 04:06](961 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:06, 04:06] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:23, 02:18](833 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:21, 02:12](826 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:14, 02:29](837 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:13, 02:15](829 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:26, 03:23](874 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [05:26, 03:17](869 MB) -PASS -- TEST 'control_ras_debug_intel' [04:16, 02:18](837 MB) -PASS -- TEST 'control_diag_debug_intel' [04:18, 02:19](896 MB) -PASS -- TEST 'control_debug_p8_intel' [04:30, 02:21](1651 MB) -PASS -- TEST 'regional_debug_intel' [16:27, 14:10](891 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 03:57](1230 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:15, 03:55](1220 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 03:58](1222 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 03:57](1224 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:23, 04:00](1218 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:24, 04:06](1304 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 04:02](1218 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:15, 04:03](1212 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:15, 03:57](1225 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 04:00](1218 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:55](1217 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 04:02](1225 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:16, 06:28](1224 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:17, 03:55](1222 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:17, 04:45](1235 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:16, 04:03](1214 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:46, 06:55](1223 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:06, 02:51] - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:06, 06:41] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:48, 03:15](1282 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:44, 05:36](1140 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:53, 02:54](1025 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:38, 05:11](1277 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:35, 02:40](1041 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:37, 03:04](992 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:50, 04:07](1096 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:15, 01:34](958 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:06, 08:54] -PASS -- TEST 'conus13km_control_intel' [03:39, 01:44](1291 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:27, 00:42](1208 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:26, 01:04](1150 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:06, 06:42] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:37, 03:41](1071 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:05, 02:39] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:19, 03:56](1097 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:57](1089 MB) -PASS -- TEST 'conus13km_debug_intel' [13:36, 11:46](1344 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [13:36, 11:50](998 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:29, 06:41](1239 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:32, 11:34](1394 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:05, 02:46] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 04:01](1151 MB) - -PASS -- COMPILE 'hafsw_intel' [12:06, 10:07] -PASS -- TEST 'hafs_regional_atm_intel' [08:05, 05:25](874 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:15, 04:57](1269 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:09, 06:15](967 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:01, 13:52](986 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:06, 14:55](1013 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:53, 05:37](604 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:18, 07:02](615 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:41, 02:57](432 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:00, 08:10](544 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:40, 03:59](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:48, 03:39](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:49, 04:54](672 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:21, 01:31](447 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:05, 03:01] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:46, 11:14](633 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:06, 10:31] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:50, 16:33](726 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:54, 17:10](813 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 09:05] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:53, 10:12](792 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:06, 09:26] -PASS -- TEST 'hafs_regional_docn_intel' [08:03, 05:30](952 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:59, 05:32](930 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:39, 16:18](1341 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:05, 06:21] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:11, 02:10](1160 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:12, 01:24](1103 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:10, 02:05](1007 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:10, 02:08](1008 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:09, 02:08](1011 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:10, 02:09](1131 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:08](1153 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:11, 02:05](1011 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:47, 04:58](1169 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:42, 04:55](1142 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:09, 02:07](1147 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:10, 03:01](2435 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:11, 03:04](2433 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:06, 03:51] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:09, 05:11](1057 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:06, 06:15] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:09, 02:09](1154 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:06, 00:50] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:20, 00:54](338 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:15, 00:51](562 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:16, 00:32](563 MB) - -PASS -- COMPILE 'atml_intel' [09:06, 07:54] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:03, 05:59](1641 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:56, 05:50](1647 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:39, 03:12](939 MB) - -PASS -- COMPILE 'atmw_intel' [11:07, 09:36] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:47, 01:31](1697 MB) - -PASS -- COMPILE 'atmwm_intel' [11:09, 09:11] -PASS -- TEST 'control_atmwav_intel' [03:39, 01:26](698 MB) - -PASS -- COMPILE 'atmaero_intel' [09:07, 07:09] -PASS -- TEST 'atmaero_control_p8_intel' [05:46, 03:32](1776 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:48, 04:15](1804 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:40, 04:26](1821 MB) - -PASS -- COMPILE 'atmaq_intel' [09:07, 07:08] - -PASS -- COMPILE 'atmaq_debug_intel' [04:06, 02:53] -PASS -- TEST 'regional_atmaq_debug_intel' [19:22, 16:21](4597 MB) - -PASS -- COMPILE 'atm_gnu' [07:06, 05:06] -PASS -- TEST 'control_c48_gnu' [11:25, 09:43](872 MB) -PASS -- TEST 'control_stochy_gnu' [04:17, 02:17](728 MB) -PASS -- TEST 'control_ras_gnu' [05:14, 03:41](730 MB) -PASS -- TEST 'control_p8_gnu' [05:50, 03:38](1513 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:42, 03:27](1514 MB) -PASS -- TEST 'control_flake_gnu' [06:15, 04:24](812 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:06, 04:29] -PASS -- TEST 'rap_control_gnu' [09:45, 07:37](1084 MB) -PASS -- TEST 'rap_decomp_gnu' [09:31, 07:59](1086 MB) -PASS -- TEST 'rap_2threads_gnu' [09:30, 07:16](1147 MB) -PASS -- TEST 'rap_restart_gnu' [05:55, 03:57](888 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:47, 07:46](1084 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:31, 07:46](1087 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:50, 05:47](883 MB) -PASS -- TEST 'hrrr_control_gnu' [05:34, 04:00](1074 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:29, 04:06](1135 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:32, 03:40](1041 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:30, 04:04](1071 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:15, 02:03](881 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 02:00](933 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:48, 07:37](1089 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:05, 07:07] -PASS -- TEST 'control_diag_debug_gnu' [03:20, 01:16](774 MB) -PASS -- TEST 'regional_debug_gnu' [08:26, 06:14](923 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:15, 01:54](1096 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:13, 02:04](1088 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:13, 02:02](1091 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:12, 02:01](1096 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:23, 02:05](1271 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:15, 03:13](1095 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:21, 02:02](1095 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:21, 02:01](1091 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:14, 01:09](723 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:15, 01:16](727 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:26, 01:17](1503 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:17, 02:05](1102 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:15, 02:07](1099 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:43, 03:15](1105 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:06, 03:17] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:06, 05:36] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:30, 07:10](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:49, 03:46](953 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:44, 06:46](969 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:32, 03:28](891 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:35, 03:48](953 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:44, 05:30](859 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:16, 02:03](857 MB) -PASS -- TEST 'conus13km_control_gnu' [04:37, 02:29](1267 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:25, 01:04](1170 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:23, 01:25](943 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:06, 12:13] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:32, 04:21](993 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [13:06, 11:27] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:15, 02:01](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:13, 01:53](968 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:29, 05:22](1279 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:25, 05:30](966 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:30, 03:16](1186 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:33, 05:32](1346 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [13:06, 12:04] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:21, 01:58](1003 MB) - -PASS -- COMPILE 's2swa_gnu' [18:06, 16:56] - -PASS -- COMPILE 's2s_gnu' [18:06, 16:48] - -PASS -- COMPILE 's2swa_debug_gnu' [14:06, 12:49] - -PASS -- COMPILE 's2sw_pdlib_gnu' [19:05, 17:06] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [13:06, 11:11] - -PASS -- COMPILE 'datm_cdeps_gnu' [18:05, 16:24] +PASS -- COMPILE 's2swa_32bit_intel' [13:06, 11:07] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:56, 07:44](1889 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:06, 18:08] +PASS -- TEST 'cpld_control_gfsv17_intel' [21:02, 13:18](1769 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:15, 14:04](2183 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:19, 06:33](1189 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:08, 14:54](1692 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:06, 04:43] +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:11, 20:23](1739 MB) + +PASS -- COMPILE 's2swa_intel' [13:06, 12:00] +PASS -- TEST 'cpld_control_p8_intel' [09:46, 07:40](2088 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:57, 07:36](2063 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:08, 04:17](1960 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:45, 07:45](1977 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:10, 04:18](1731 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:44, 08:52](2499 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:43, 07:43](2064 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:50, 06:28](1906 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:58, 07:35](2063 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [25:31, 15:20](2810 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:01, 05:51](2926 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:33, 08:57](3635 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:45, 05:12](3617 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:45, 05:00](2033 MB) + +PASS -- COMPILE 's2sw_intel' [13:06, 11:09] +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:47, 07:10](1772 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:47, 03:59](1816 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:06, 05:19] +PASS -- TEST 'cpld_debug_p8_intel' [08:47, 06:56](2052 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:06, 05:17] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:47, 04:47](1799 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:06, 09:13] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:44, 04:04](1817 MB) + +PASS -- COMPILE 's2s_intel' [10:06, 08:12] +PASS -- TEST 'cpld_control_c48_intel' [09:34, 07:17](2838 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:06, 11:39] +PASS -- TEST 'cpld_control_p8_faster_intel' [09:59, 07:14](2065 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:06, 15:48] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:47, 13:49](1808 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:11, 06:47](1285 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:51, 15:26](1729 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:05, 04:03] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:43, 21:41](1761 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:05, 07:54] +PASS -- TEST 'control_flake_intel' [15:20, 02:50](713 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [14:20, 02:09](659 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:24, 02:11](671 MB) +PASS -- TEST 'control_latlon_intel' [13:17, 02:07](661 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:24, 02:10](665 MB) +PASS -- TEST 'control_c48_intel' [10:22, 05:41](860 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [18:38, 05:45](855 MB) +PASS -- TEST 'control_c192_intel' [15:27, 08:12](982 MB) +PASS -- TEST 'control_c384_intel' [15:13, 08:15](1442 MB) +PASS -- TEST 'control_c384gdas_intel' [14:51, 07:19](1520 MB) +PASS -- TEST 'control_stochy_intel' [09:16, 01:27](680 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:19, 00:52](532 MB) +PASS -- TEST 'control_lndp_intel' [11:18, 01:23](665 MB) +PASS -- TEST 'control_iovr4_intel' [14:18, 02:08](658 MB) +PASS -- TEST 'control_iovr5_intel' [11:15, 02:07](655 MB) +PASS -- TEST 'control_p8_intel' [11:49, 02:32](1643 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [11:48, 02:34](1626 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:49, 02:28](1658 MB) +PASS -- TEST 'control_restart_p8_intel' [03:45, 01:25](922 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:46, 02:33](1625 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:42, 01:26](973 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:42, 02:40](1618 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:41, 02:22](1730 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:36, 04:31](1644 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:52, 03:36](1717 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:47, 02:31](1644 MB) +PASS -- TEST 'merra2_thompson_intel' [06:55, 02:59](1658 MB) +PASS -- TEST 'regional_control_intel' [06:23, 04:33](957 MB) +PASS -- TEST 'regional_restart_intel' [04:28, 02:29](1105 MB) +PASS -- TEST 'regional_decomp_intel' [06:22, 04:46](945 MB) +PASS -- TEST 'regional_2threads_intel' [04:26, 03:00](915 MB) +PASS -- TEST 'regional_noquilt_intel' [06:25, 04:29](1488 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:39](955 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:22, 04:30](959 MB) +PASS -- TEST 'regional_wofs_intel' [07:23, 05:36](2089 MB) + +PASS -- COMPILE 'rrfs_intel' [08:05, 07:03] +PASS -- TEST 'rap_control_intel' [08:47, 06:46](1207 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:38, 03:47](1439 MB) +PASS -- TEST 'rap_decomp_intel' [08:28, 06:51](1163 MB) +PASS -- TEST 'rap_2threads_intel' [08:31, 06:12](1368 MB) +PASS -- TEST 'rap_restart_intel' [05:52, 03:27](1147 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:47, 06:39](1203 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:30, 06:50](1151 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:50, 05:06](1187 MB) +PASS -- TEST 'hrrr_control_intel' [05:35, 03:21](1081 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:26](1035 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:28, 03:03](1125 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:56](1035 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:48, 06:19](1184 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:18, 07:38](2006 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:20, 07:30](2156 MB) + +PASS -- COMPILE 'csawmg_intel' [08:05, 06:35] +PASS -- TEST 'control_csawmg_intel' [07:25, 05:21](833 MB) +PASS -- TEST 'control_csawmgt_intel' [07:23, 05:14](848 MB) +PASS -- TEST 'control_ras_intel' [04:13, 02:53](806 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:05, 04:08] +PASS -- TEST 'control_csawmg_gnu' [08:26, 06:27](811 MB) +PASS -- TEST 'control_csawmgt_gnu' [08:25, 06:18](811 MB) + +PASS -- COMPILE 'wam_intel' [08:05, 06:33] +PASS -- TEST 'control_wam_intel' [03:17, 01:48](796 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:06, 09:30] +PASS -- TEST 'control_p8_faster_intel' [04:46, 02:15](1641 MB) +PASS -- TEST 'regional_control_faster_intel' [06:21, 04:02](961 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:05, 03:43] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:16, 02:16](819 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:18, 02:12](825 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:12, 02:26](823 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:12, 02:20](821 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:24, 03:24](882 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [05:22, 03:20](879 MB) +PASS -- TEST 'control_ras_debug_intel' [04:11, 02:19](834 MB) +PASS -- TEST 'control_diag_debug_intel' [04:20, 02:20](880 MB) +PASS -- TEST 'control_debug_p8_intel' [04:27, 02:22](1657 MB) +PASS -- TEST 'regional_debug_intel' [16:30, 14:13](891 MB) +PASS -- TEST 'rap_control_debug_intel' [05:18, 03:59](1218 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:15, 03:57](1218 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:12, 03:59](1220 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:13, 04:05](1218 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:13, 03:58](1221 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:22, 04:13](1299 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 04:08](1218 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:16, 04:09](1212 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:15, 04:04](1218 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:14, 04:03](1222 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:57](1213 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:15, 04:05](1227 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 06:31](1223 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:15, 04:00](1209 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:15, 04:51](1211 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:15, 04:03](1222 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:45, 06:56](1220 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:05, 03:19] +PASS -- TEST 'control_csawmg_debug_gnu' [05:26, 01:45](788 MB) +PASS -- TEST 'control_csawmgt_debug_gnu' [05:27, 01:45](786 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:06, 02:46] + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:06, 06:52] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:45, 03:38](1273 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:49, 05:28](1146 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:53, 02:52](1034 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:32, 05:11](1274 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:33, 02:42](1039 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:31, 03:03](1001 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:46, 04:12](1104 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:20, 01:39](960 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:06, 09:19] +PASS -- TEST 'conus13km_control_intel' [03:34, 01:44](1285 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:24, 00:53](1209 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [07:25, 01:04](1156 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:06, 06:58] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:29, 03:45](1070 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:06, 02:56] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 03:56](1108 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:13, 03:52](1085 MB) +PASS -- TEST 'conus13km_debug_intel' [18:28, 11:50](1346 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:27, 12:09](999 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:26, 06:50](1246 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:31, 11:56](1400 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:06, 02:52] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:16, 03:58](1148 MB) + +PASS -- COMPILE 'hafsw_intel' [15:06, 09:36] +PASS -- TEST 'hafs_regional_atm_intel' [08:59, 05:30](878 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:16, 05:24](1265 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [15:09, 06:34](956 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [22:01, 14:00](989 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:07, 15:27](991 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [13:47, 05:36](607 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:13, 07:11](619 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [10:34, 02:54](438 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:54, 08:02](543 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:36, 03:58](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:38, 03:47](621 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:43, 04:54](675 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:21, 01:21](447 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:06, 02:57] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:43, 11:20](636 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:05, 10:14] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:54, 17:50](731 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [23:51, 16:02](845 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:05, 09:03] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:53, 10:01](814 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:05, 09:24] +PASS -- TEST 'hafs_regional_docn_intel' [13:04, 05:34](948 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:59, 05:41](920 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:39, 16:31](1342 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:06, 05:43] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:11, 02:08](1150 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:11, 01:21](1094 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:10, 02:04](1010 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:10, 02:05](1011 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:11, 02:08](1010 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:10, 02:10](1147 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [08:10, 02:08](1143 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:09, 02:06](1008 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:46, 04:51](1168 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:46, 04:56](1142 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [08:13, 02:10](1143 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:14, 03:01](2441 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [09:10, 03:04](2388 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:05, 03:36] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:11, 05:02](1083 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:05, 05:03] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [09:12, 02:10](1147 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:05, 00:43] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:21, 00:52](336 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:17, 00:51](560 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:15, 00:36](560 MB) + +PASS -- COMPILE 'atml_intel' [10:05, 07:27] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:54, 06:07](1644 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:56, 06:06](1653 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:36, 02:58](956 MB) + +PASS -- COMPILE 'atmw_intel' [10:05, 08:56] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:49, 01:36](1688 MB) + +PASS -- COMPILE 'atmwm_intel' [12:06, 10:06] +PASS -- TEST 'control_atmwav_intel' [03:39, 01:29](700 MB) + +PASS -- COMPILE 'atmaero_intel' [10:06, 08:34] +PASS -- TEST 'atmaero_control_p8_intel' [06:48, 03:36](1801 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:46, 04:16](1807 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:38, 04:29](1818 MB) + +PASS -- COMPILE 'atmaq_intel' [08:05, 07:02] + +PASS -- COMPILE 'atmaq_debug_intel' [04:05, 02:34] +PASS -- TEST 'regional_atmaq_debug_intel' [20:18, 16:36](4591 MB) + +PASS -- COMPILE 'atm_gnu' [06:06, 03:53] +PASS -- TEST 'control_c48_gnu' [13:23, 09:28](882 MB) +PASS -- TEST 'control_stochy_gnu' [05:13, 02:20](729 MB) +PASS -- TEST 'control_ras_gnu' [07:13, 03:50](732 MB) +PASS -- TEST 'control_p8_gnu' [07:53, 03:39](1515 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:37, 03:29](1517 MB) +PASS -- TEST 'control_flake_gnu' [07:13, 04:25](808 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:06, 03:49] +PASS -- TEST 'rap_control_gnu' [10:47, 07:44](1084 MB) +PASS -- TEST 'rap_decomp_gnu' [10:32, 07:53](1085 MB) +PASS -- TEST 'rap_2threads_gnu' [09:31, 07:16](1124 MB) +PASS -- TEST 'rap_restart_gnu' [05:37, 03:55](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:47, 07:39](1086 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:32, 07:54](1086 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:38, 05:47](884 MB) +PASS -- TEST 'hrrr_control_gnu' [06:29, 04:07](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:34, 04:01](1139 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:32, 03:39](1038 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:35, 04:04](1072 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:15, 02:07](881 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:14, 02:03](934 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:47, 07:37](1081 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:06, 04:58] +PASS -- TEST 'control_diag_debug_gnu' [03:22, 01:11](774 MB) +PASS -- TEST 'regional_debug_gnu' [08:24, 06:27](921 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:14, 01:58](1097 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:12, 02:00](1088 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:14, 02:03](1094 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:14, 02:00](1093 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:24, 02:03](1268 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:15, 03:07](1094 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:15, 01:58](1097 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:15, 01:56](1092 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:12, 01:13](722 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:13, 01:15](721 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:26, 01:16](1502 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:16, 01:58](1096 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:17, 02:10](1097 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:44, 03:17](1101 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:05, 02:17] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:05, 04:35] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:32, 07:21](965 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:49, 03:50](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:45, 06:46](975 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:31, 03:27](873 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 03:49](953 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:39, 05:31](858 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [06:22, 02:06](857 MB) +PASS -- TEST 'conus13km_control_gnu' [04:38, 02:31](1266 MB) +PASS -- TEST 'conus13km_2threads_gnu' [04:23, 01:12](1175 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [05:24, 01:33](926 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:05, 08:53] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:31, 04:21](987 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:05, 04:26] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:15, 02:01](976 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:14, 01:56](968 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:27, 05:28](1281 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:27, 05:37](970 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:26, 03:15](1192 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:26, 05:20](1348 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:05, 04:43] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:15, 01:59](1005 MB) + +PASS -- COMPILE 's2swa_gnu' [16:06, 14:49] + +PASS -- COMPILE 's2s_gnu' [16:06, 14:39] + +PASS -- COMPILE 's2swa_debug_gnu' [07:05, 05:54] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:07, 15:02] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:05, 03:47] + +PASS -- COMPILE 'datm_cdeps_gnu' [16:06, 14:52] SYNOPSIS: -Starting Date/Time: 20240311 19:30:53 -Ending Date/Time: 20240311 20:51:18 -Total Time: 01h:21m:01s -Compiles Completed: 53/53 -Tests Completed: 234/234 +Starting Date/Time: 20240314 07:27:36 +Ending Date/Time: 20240314 09:02:12 +Total Time: 01h:35m:02s +Compiles Completed: 55/55 +Tests Completed: 238/238 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 baab0a3452..66824eba57 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,20 +1,20 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -0993150ece5c5e28868602030dd75601a1277888 +0d7aa189232097602b4a7b5cdab9caad9aba58ad 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) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 221788f4e2539af797eb02efe42465b153533201 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-613-g221788f) - cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + bbdec2ffceeb0cda70aaaa4f44e619a5468e7be3 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5134-gbbdec2ff) 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 @@ -29,10 +29,10 @@ Submodule hashes used in testing: a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) @@ -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-20240301 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1350785 +BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2771308 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:16, 37:43] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:31, 06:50](1791 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [48:19, 46:58] -PASS -- TEST 'cpld_control_gfsv17_intel' [24:01, 20:34](1667 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:08, 22:03](1885 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:09, 10:10](993 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:42, 23:46](1631 MB) - -PASS -- COMPILE 's2swa_intel' [40:16, 38:21] -PASS -- TEST 'cpld_control_p8_intel' [10:21, 07:28](1823 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:39, 07:33](1832 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:46, 04:20](1716 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:22, 07:32](1858 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:46, 04:27](1728 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:17, 07:10](2266 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:17, 07:35](1833 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:34, 06:22](1785 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:39, 07:26](1815 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:32, 07:07](1795 MB) - -PASS -- COMPILE 's2sw_intel' [37:16, 35:41] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:16, 05:49](1665 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:31, 05:42](1714 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:07, 05:00] -PASS -- TEST 'cpld_debug_p8_intel' [13:33, 10:27](1843 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:07, 04:26] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:20, 07:14](1674 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [33:15, 31:39] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:36, 05:38](1722 MB) - -PASS -- COMPILE 's2s_intel' [33:14, 32:03] -PASS -- TEST 'cpld_control_c48_intel' [15:06, 12:43](2802 MB) - -PASS -- COMPILE 's2swa_faster_intel' [34:32, 32:51] -PASS -- TEST 'cpld_control_p8_faster_intel' [09:40, 07:00](1828 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [46:19, 45:12] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:27, 20:39](1682 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:29, 10:16](1032 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:27, 23:51](1661 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:07, 04:29] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:23, 31:59](1697 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [35:17, 33:49] -PASS -- TEST 'control_flake_intel' [06:25, 04:29](645 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:27, 03:15](597 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:33, 03:44](610 MB) -PASS -- TEST 'control_latlon_intel' [05:25, 03:19](603 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:34, 03:24](600 MB) -PASS -- TEST 'control_c48_intel' [11:34, 10:05](843 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:35, 10:11](839 MB) -PASS -- TEST 'control_c192_intel' [14:44, 12:19](727 MB) -PASS -- TEST 'control_c384_intel' [18:42, 15:47](898 MB) -PASS -- TEST 'control_c384gdas_intel' [18:13, 13:29](1009 MB) -PASS -- TEST 'control_stochy_intel' [04:25, 02:15](606 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:20, 01:17](432 MB) -PASS -- TEST 'control_lndp_intel' [04:25, 02:08](594 MB) -PASS -- TEST 'control_iovr4_intel' [05:28, 03:22](598 MB) -PASS -- TEST 'control_iovr5_intel' [05:28, 03:18](597 MB) -PASS -- TEST 'control_p8_intel' [06:18, 04:01](1579 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:30, 03:58](1578 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:49, 03:50](1579 MB) -PASS -- TEST 'control_restart_p8_intel' [05:18, 02:08](810 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:27, 03:50](1565 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:09, 02:05](838 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:28, 04:03](1561 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:28, 03:39](1660 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:03, 06:53](1579 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:44, 05:10](1642 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:46, 04:00](1579 MB) -PASS -- TEST 'merra2_thompson_intel' [08:00, 04:32](1584 MB) -PASS -- TEST 'regional_control_intel' [08:50, 07:02](765 MB) -PASS -- TEST 'regional_restart_intel' [05:41, 03:48](938 MB) -PASS -- TEST 'regional_decomp_intel' [09:50, 07:25](760 MB) -PASS -- TEST 'regional_2threads_intel' [06:41, 04:18](754 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:40, 07:01](767 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:34, 06:57](763 MB) - -PASS -- COMPILE 'rrfs_intel' [33:16, 32:07] -PASS -- TEST 'rap_control_intel' [12:07, 09:59](993 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:06, 05:29](1217 MB) -PASS -- TEST 'rap_decomp_intel' [13:02, 10:35](988 MB) -PASS -- TEST 'rap_2threads_intel' [12:04, 09:29](1084 MB) -PASS -- TEST 'rap_restart_intel' [08:29, 05:21](984 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:28, 09:57](994 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:03, 10:41](986 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:35, 07:33](1000 MB) -PASS -- TEST 'hrrr_control_intel' [07:56, 05:08](992 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:54, 05:26](988 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:21, 04:44](1061 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:22, 02:48](927 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:15, 09:52](982 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:27, 12:16](1943 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:29, 11:59](1940 MB) - -PASS -- COMPILE 'csawmg_intel' [32:15, 30:33] -PASS -- TEST 'control_csawmg_intel' [09:46, 07:46](694 MB) -PASS -- TEST 'control_csawmgt_intel' [09:46, 07:41](696 MB) -PASS -- TEST 'control_ras_intel' [06:24, 04:20](671 MB) - -PASS -- COMPILE 'wam_intel' [31:13, 29:25] -PASS -- TEST 'control_wam_intel' [04:18, 02:41](501 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [33:14, 31:16] -PASS -- TEST 'control_p8_faster_intel' [06:32, 03:29](1574 MB) -PASS -- TEST 'regional_control_faster_intel' [08:41, 06:29](766 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:07, 05:10] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:23, 03:18](763 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:29, 03:19](759 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:21, 03:42](761 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:21, 03:22](769 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:40, 05:10](810 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [07:40, 05:11](809 MB) -PASS -- TEST 'control_ras_debug_intel' [05:20, 03:26](776 MB) -PASS -- TEST 'control_diag_debug_intel' [05:29, 03:29](822 MB) -PASS -- TEST 'control_debug_p8_intel' [05:45, 03:33](1601 MB) -PASS -- TEST 'regional_debug_intel' [23:45, 21:39](776 MB) -PASS -- TEST 'rap_control_debug_intel' [07:21, 06:00](1157 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:24, 05:53](1148 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 05:57](1151 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:20, 05:58](1150 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:19, 05:58](1159 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:36, 06:17](1231 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:22, 06:07](1148 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:20, 06:08](1150 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:22, 06:07](1151 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:21, 05:59](1158 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:21, 05:55](1151 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:21, 06:00](1148 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:27, 09:48](1147 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:24, 05:54](1143 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:23, 07:09](1145 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:21, 06:02](1152 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:32, 10:22](1157 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:07, 03:36] -PASS -- TEST 'control_wam_debug_intel' [08:19, 06:08](443 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:13, 29:29] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:02, 05:07](1073 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:51, 08:12](898 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:06, 04:18](873 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:23, 07:50](944 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:51, 04:00](913 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:06, 04:38](858 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:24, 06:13](900 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:23, 02:22](850 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:17, 42:14] -PASS -- TEST 'conus13km_control_intel' [04:55, 02:52](1109 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:43, 01:20](1053 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:41, 01:38](1023 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:15, 30:00] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:44, 05:27](910 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:07, 03:58] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:24, 05:53](1031 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:25, 05:51](1029 MB) -PASS -- TEST 'conus13km_debug_intel' [20:59, 18:23](1142 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:59, 18:31](885 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:49, 10:43](1085 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:54, 18:23](1207 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:07, 03:45] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:25, 06:03](1075 MB) - -PASS -- COMPILE 'hafsw_intel' [35:19, 34:08] -PASS -- TEST 'hafs_regional_atm_intel' [09:19, 06:52](717 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:25, 06:22](1080 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:34, 09:16](776 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [19:24, 16:18](798 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:38, 18:07](822 MB) -PASS -- TEST 'gnv1_nested_intel' [08:05, 05:42](774 MB) - -PASS -- COMPILE 'hafs_all_intel' [32:16, 31:02] -PASS -- TEST 'hafs_regional_docn_intel' [11:25, 08:30](770 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:25, 08:42](752 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:08, 07:47] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:18, 03:35](1051 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:18, 02:10](1016 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:18, 03:31](940 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:18, 03:30](920 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:18, 03:37](921 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:18, 03:36](1064 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:18, 03:37](1051 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:19, 03:31](917 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:13, 07:50](882 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:11, 07:45](860 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:16, 03:37](1054 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 05:01](2415 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 04:56](2404 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:06, 03:03] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:17, 07:58](1012 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:08, 07:44] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:16, 03:32](1046 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:07, 01:48] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:28, 01:32](233 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:24, 01:16](252 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:25, 00:49](254 MB) - -PASS -- COMPILE 'atml_intel' [35:15, 33:55] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:43, 08:10](1596 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:42, 08:06](1596 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:42, 04:20](873 MB) - -PASS -- COMPILE 'atmw_intel' [33:14, 32:10] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:24, 02:17](1606 MB) - -PASS -- COMPILE 'atmwm_intel' [33:17, 31:50] -PASS -- TEST 'control_atmwav_intel' [05:10, 02:10](614 MB) - -PASS -- COMPILE 'atmaero_intel' [32:14, 30:26] -PASS -- TEST 'atmaero_control_p8_intel' [08:26, 05:10](1693 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:23, 06:19](1719 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:12, 06:36](1734 MB) +PASS -- COMPILE 's2swa_32bit_intel' [39:25, 38:12] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:43, 06:41](1789 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [54:32, 53:08] +PASS -- TEST 'cpld_control_gfsv17_intel' [24:07, 20:38](1669 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:20, 22:05](1874 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:06, 10:25](995 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:40, 23:43](1628 MB) + +PASS -- COMPILE 's2swa_intel' [40:25, 38:23] +PASS -- TEST 'cpld_control_p8_intel' [10:23, 07:29](1825 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:42, 07:26](1830 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:47, 04:17](1714 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:23, 07:30](1852 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:47, 04:19](1733 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:16, 07:09](2265 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:17, 07:33](1830 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:40, 06:24](1784 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:41, 07:28](1825 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:31, 07:09](1797 MB) + +PASS -- COMPILE 's2sw_intel' [37:24, 35:45] +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:29, 05:49](1666 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:37, 05:38](1715 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:10, 05:11] +PASS -- TEST 'cpld_debug_p8_intel' [13:54, 10:27](1844 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:09, 04:41] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:26, 07:10](1680 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [33:21, 32:02] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:54, 05:34](1721 MB) + +PASS -- COMPILE 's2s_intel' [33:21, 31:57] +PASS -- TEST 'cpld_control_c48_intel' [15:11, 12:39](2795 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:52, 32:51] +PASS -- TEST 'cpld_control_p8_faster_intel' [10:08, 07:02](1832 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [47:30, 45:45] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:46, 20:43](1687 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:48, 10:17](1035 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:48, 23:52](1656 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:07, 04:41] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:50, 32:03](1691 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [36:21, 34:21] +PASS -- TEST 'control_flake_intel' [06:29, 04:30](644 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:29, 03:15](596 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:37, 03:47](600 MB) +PASS -- TEST 'control_latlon_intel' [05:25, 03:18](600 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:35, 03:28](595 MB) +PASS -- TEST 'control_c48_intel' [11:35, 10:04](840 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:35, 10:04](842 MB) +PASS -- TEST 'control_c192_intel' [14:46, 12:19](726 MB) +PASS -- TEST 'control_c384_intel' [18:40, 15:44](897 MB) +PASS -- TEST 'control_c384gdas_intel' [18:24, 13:23](1016 MB) +PASS -- TEST 'control_stochy_intel' [04:29, 02:11](606 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:27, 01:17](434 MB) +PASS -- TEST 'control_lndp_intel' [04:28, 02:08](602 MB) +PASS -- TEST 'control_iovr4_intel' [05:31, 03:18](593 MB) +PASS -- TEST 'control_iovr5_intel' [05:31, 03:19](593 MB) +PASS -- TEST 'control_p8_intel' [06:43, 03:57](1570 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:46, 03:52](1577 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:41, 03:51](1583 MB) +PASS -- TEST 'control_restart_p8_intel' [04:59, 02:07](816 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:13, 03:48](1572 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:21, 02:03](847 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:11, 04:00](1569 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:09, 03:38](1653 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:50, 06:55](1575 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:32, 05:07](1643 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:26, 03:57](1579 MB) +PASS -- TEST 'merra2_thompson_intel' [07:48, 04:30](1581 MB) +PASS -- TEST 'regional_control_intel' [08:41, 06:58](770 MB) +PASS -- TEST 'regional_restart_intel' [05:47, 03:42](937 MB) +PASS -- TEST 'regional_decomp_intel' [09:41, 07:24](768 MB) +PASS -- TEST 'regional_2threads_intel' [06:40, 04:18](751 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:43, 06:53](763 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:38, 07:01](762 MB) + +PASS -- COMPILE 'rrfs_intel' [34:24, 32:34] +PASS -- TEST 'rap_control_intel' [12:10, 10:07](990 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:23, 05:39](1215 MB) +PASS -- TEST 'rap_decomp_intel' [13:16, 10:38](981 MB) +PASS -- TEST 'rap_2threads_intel' [12:10, 09:30](1096 MB) +PASS -- TEST 'rap_restart_intel' [08:29, 05:14](992 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:35, 10:04](985 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:11, 10:38](983 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:31, 07:30](993 MB) +PASS -- TEST 'hrrr_control_intel' [08:02, 05:14](992 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:03, 05:28](984 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:34, 04:47](1064 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:30, 02:48](923 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:35, 09:57](991 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:36, 12:07](1940 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:36, 11:57](1941 MB) + +PASS -- COMPILE 'csawmg_intel' [32:17, 30:54] +PASS -- TEST 'control_csawmg_intel' [09:44, 07:57](698 MB) +PASS -- TEST 'control_csawmgt_intel' [09:42, 07:51](696 MB) +PASS -- TEST 'control_ras_intel' [06:24, 04:22](669 MB) + +PASS -- COMPILE 'wam_intel' [31:18, 29:34] +PASS -- TEST 'control_wam_intel' [04:21, 02:45](496 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [33:19, 31:20] +PASS -- TEST 'control_p8_faster_intel' [06:51, 03:35](1574 MB) +PASS -- TEST 'regional_control_faster_intel' [08:51, 06:31](763 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:09, 05:23] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:22, 03:18](765 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:27, 03:25](760 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:20, 03:41](764 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:20, 03:19](768 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:44, 05:13](808 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [07:41, 05:14](806 MB) +PASS -- TEST 'control_ras_debug_intel' [05:22, 03:22](773 MB) +PASS -- TEST 'control_diag_debug_intel' [05:31, 03:25](816 MB) +PASS -- TEST 'control_debug_p8_intel' [05:53, 03:31](1597 MB) +PASS -- TEST 'regional_debug_intel' [23:53, 21:36](778 MB) +PASS -- TEST 'rap_control_debug_intel' [07:26, 05:58](1154 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:25, 05:53](1145 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:25, 05:58](1153 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:26, 06:00](1152 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:26, 06:00](1151 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:41, 06:17](1232 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:25, 06:07](1154 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:26, 06:07](1151 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:31, 06:02](1153 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:27, 06:05](1157 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:26, 05:52](1148 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:28, 06:00](1146 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:30, 09:49](1149 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:28, 05:56](1145 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:31, 07:13](1155 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:28, 06:00](1144 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:36, 10:25](1157 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:07, 04:00] +PASS -- TEST 'control_wam_debug_intel' [08:26, 06:08](439 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:17, 29:53] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:16, 05:07](1074 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:03, 08:12](896 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:11, 04:22](862 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:30, 07:50](945 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:11, 04:05](910 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:11, 04:33](857 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:32, 06:21](902 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:29, 02:20](848 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [43:22, 42:04] +PASS -- TEST 'conus13km_control_intel' [05:07, 02:56](1106 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:47, 01:20](1054 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:44, 01:34](1028 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [31:22, 30:09] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:59, 05:27](909 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:07, 03:51] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:27, 05:56](1029 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:27, 05:51](1032 MB) +PASS -- TEST 'conus13km_debug_intel' [21:05, 18:18](1144 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:05, 18:28](845 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:55, 10:39](1083 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:01, 18:16](1206 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:09, 03:40] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:30, 06:01](1074 MB) + +PASS -- COMPILE 'hafsw_intel' [36:21, 34:41] +PASS -- TEST 'hafs_regional_atm_intel' [09:19, 07:02](715 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:31, 06:20](1084 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:42, 09:10](769 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:29, 16:17](797 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:51, 18:05](825 MB) +PASS -- TEST 'gnv1_nested_intel' [08:16, 05:40](774 MB) + +PASS -- COMPILE 'hafs_all_intel' [33:19, 31:41] +PASS -- TEST 'hafs_regional_docn_intel' [11:31, 08:34](769 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:29, 08:39](751 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [09:09, 07:49] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:20, 03:35](1059 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 02:13](1023 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:20, 03:31](924 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 03:35](923 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:20, 03:34](917 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:20, 03:35](1056 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:20, 03:39](1059 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:20, 03:29](938 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:19, 07:52](886 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:17, 07:50](844 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:16, 03:35](1061 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:22, 05:08](2403 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 05:06](2401 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:09, 03:21] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:20, 07:57](1014 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 07:57] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:21, 03:36](1061 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:06, 01:50] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:31, 01:33](228 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:24, 01:17](249 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:46](249 MB) + +PASS -- COMPILE 'atml_intel' [35:19, 33:55] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [12:41, 08:35](1608 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [13:53, 09:09](1600 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [09:08, 05:48](868 MB) + +PASS -- COMPILE 'atmw_intel' [33:20, 32:10] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:41, 02:15](1601 MB) + +PASS -- COMPILE 'atmwm_intel' [33:18, 31:26] +PASS -- TEST 'control_atmwav_intel' [05:23, 02:10](612 MB) + +PASS -- COMPILE 'atmaero_intel' [33:25, 32:08] +PASS -- TEST 'atmaero_control_p8_intel' [10:04, 06:30](1694 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:06, 07:10](1717 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:48, 07:45](1747 MB) SYNOPSIS: -Starting Date/Time: 20240311 20:36:45 -Ending Date/Time: 20240312 00:02:36 -Total Time: 03h:26m:28s +Starting Date/Time: 20240313 18:37:03 +Ending Date/Time: 20240313 22:09:37 +Total Time: 03h:33m:10s Compiles Completed: 33/33 Tests Completed: 161/161 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index f82c2e41f7..189562e4fc 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,20 +1,20 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -6865423137e59e6b2343fada23bfe5582e2fedfa +0d7aa189232097602b4a7b5cdab9caad9aba58ad 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) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) - c315e47876057228ee105b348b8653f40836dbbb FV3/ccpp/framework (v0.1.0-1371-gc315e47) - cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + 221788f4e2539af797eb02efe42465b153533201 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-613-g221788f) + bbdec2ffceeb0cda70aaaa4f44e619a5468e7be3 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5134-gbbdec2ff) 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 @@ -29,10 +29,10 @@ Submodule hashes used in testing: a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 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) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) @@ -47,362 +47,280 @@ 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-20240301 -COMPARISON DIRECTORY: /work/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_11060 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_318497 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:08, 15:39] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:01, 05:21](3182 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:10, 21:30] -PASS -- TEST 'cpld_control_gfsv17_intel' [20:18, 16:26](1747 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:08, 17:16](2025 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:05, 08:07](1063 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:58, 18:37](1649 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:07, 06:23] -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:52, 22:49](1690 MB) - -PASS -- COMPILE 's2swa_intel' [17:08, 15:35] -PASS -- TEST 'cpld_control_p8_intel' [08:40, 05:44](3208 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:02, 05:45](3206 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:06, 03:33](3254 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:40, 05:46](3237 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:03, 03:21](3273 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:57, 06:11](3558 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:40, 05:45](3204 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:56, 04:46](3068 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:03, 05:49](3213 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:01, 09:54](3345 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:32, 06:12](3623 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:42, 11:41](4114 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:50, 06:54](4353 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:52, 05:20](3175 MB) - -PASS -- COMPILE 's2sw_intel' [16:08, 14:31] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:30, 04:30](1736 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 04:25](1778 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:07, 06:22] -PASS -- TEST 'cpld_debug_p8_intel' [12:35, 08:36](3240 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:07, 05:27] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:21, 06:10](1752 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:08, 13:40] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:35, 04:21](1778 MB) - -PASS -- COMPILE 's2s_intel' [15:08, 13:30] -FAIL TO COMPARE -- TEST 'cpld_control_c48_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_faster_intel' [22:09, 20:05] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:44, 05:41](3209 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [19:07, 17:08] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:20, 16:34](1774 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:36, 08:01](1175 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:24, 18:28](1679 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:45] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:08, 24:45](1714 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:07, 12:28] -PASS -- TEST 'control_flake_intel' [06:24, 03:52](697 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:25, 02:39](655 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:34, 02:44](659 MB) -PASS -- TEST 'control_latlon_intel' [05:25, 02:47](652 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:30, 02:57](649 MB) -PASS -- TEST 'control_c48_intel' [08:28, 06:09](876 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:42, 06:03](872 MB) -PASS -- TEST 'control_c192_intel' [11:37, 09:30](858 MB) -PASS -- TEST 'control_c384_intel' [14:46, 10:31](1246 MB) -PASS -- TEST 'control_c384gdas_intel' [14:12, 09:50](1358 MB) -PASS -- TEST 'control_stochy_intel' [04:24, 01:58](658 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:23, 01:00](503 MB) -PASS -- TEST 'control_lndp_intel' [04:24, 01:50](656 MB) -PASS -- TEST 'control_iovr4_intel' [05:29, 02:50](646 MB) -PASS -- TEST 'control_iovr5_intel' [05:29, 02:32](648 MB) -PASS -- TEST 'control_p8_intel' [06:24, 02:57](1632 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:30, 03:08](1632 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:46, 02:53](1634 MB) -PASS -- TEST 'control_restart_p8_intel' [04:29, 01:36](893 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:18, 02:53](1620 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:29, 01:38](934 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:15, 03:04](1620 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:21, 03:01](1718 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:49, 05:16](1636 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:37, 03:58](1698 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:30, 03:01](1640 MB) -PASS -- TEST 'merra2_thompson_intel' [07:48, 03:27](1633 MB) -PASS -- TEST 'regional_control_intel' [07:41, 05:12](858 MB) -PASS -- TEST 'regional_restart_intel' [05:47, 02:43](1024 MB) -PASS -- TEST 'regional_decomp_intel' [07:40, 05:35](850 MB) -PASS -- TEST 'regional_2threads_intel' [06:30, 03:41](848 MB) -PASS -- TEST 'regional_noquilt_intel' [07:41, 05:10](1370 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:43, 05:09](855 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:42, 05:07](857 MB) -PASS -- TEST 'regional_wofs_intel' [09:39, 06:40](1921 MB) - -PASS -- COMPILE 'rrfs_intel' [13:07, 12:03] -PASS -- TEST 'rap_control_intel' [11:34, 07:42](1101 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:00, 04:40](1299 MB) -PASS -- TEST 'rap_decomp_intel' [11:09, 08:08](1035 MB) -PASS -- TEST 'rap_2threads_intel' [11:07, 07:54](1181 MB) -PASS -- TEST 'rap_restart_intel' [07:27, 04:02](1095 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:35, 07:43](1103 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:29, 08:08](1029 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:32, 05:48](1128 MB) -PASS -- TEST 'hrrr_control_intel' [07:05, 03:59](1046 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:53, 04:04](1020 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:57, 03:22](1111 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:23, 02:12](988 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:26, 07:35](1099 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:26, 09:10](1997 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:25, 08:55](2073 MB) - -PASS -- COMPILE 'csawmg_intel' [14:06, 12:12] -PASS -- TEST 'control_csawmg_intel' [08:52, 05:55](750 MB) -PASS -- TEST 'control_csawmgt_intel' [08:45, 05:51](747 MB) -PASS -- TEST 'control_ras_intel' [05:20, 03:17](739 MB) - -PASS -- COMPILE 'wam_intel' [13:06, 11:47] -PASS -- TEST 'control_wam_intel' [04:20, 02:02](658 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:06, 11:47] -PASS -- TEST 'control_p8_faster_intel' [06:38, 02:37](1630 MB) -PASS -- TEST 'regional_control_faster_intel' [06:45, 04:35](854 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:07, 04:42] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:24, 02:45](812 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:29, 02:49](811 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:19, 03:06](818 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:19, 02:48](815 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:41, 04:06](863 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [06:41, 04:10](862 MB) -PASS -- TEST 'control_ras_debug_intel' [04:19, 02:45](823 MB) -PASS -- TEST 'control_diag_debug_intel' [04:27, 02:50](872 MB) -PASS -- TEST 'control_debug_p8_intel' [05:46, 02:54](1642 MB) -PASS -- TEST 'regional_debug_intel' [19:43, 17:09](841 MB) -PASS -- TEST 'rap_control_debug_intel' [06:24, 04:49](1205 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:32, 04:45](1208 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:25, 04:48](1199 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:23, 04:52](1201 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 04:55](1203 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:32, 05:06](1279 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:24, 04:57](1191 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:20, 05:00](1198 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:21, 04:56](1197 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:54](1207 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:25, 04:49](1200 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:25, 04:51](1205 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 07:57](1194 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:22, 04:59](1195 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:24, 05:45](1197 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:25, 04:51](1197 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:34, 08:25](1206 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:05, 03:52] -PASS -- TEST 'control_wam_debug_intel' [07:19, 05:03](514 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:07, 11:32] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:58, 04:25](1165 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:23, 06:32](1006 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:40, 03:22](985 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:25, 06:41](1096 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:48, 03:17](965 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:08, 03:35](921 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:18, 04:48](1028 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:22, 01:52](923 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:09, 14:15] -PASS -- TEST 'conus13km_control_intel' [04:58, 02:05](1202 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:45, 01:05](1122 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:40, 01:15](1109 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:09, 10:51] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:56, 04:11](993 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:06, 03:37] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:25, 04:58](1087 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:23, 04:48](1075 MB) -PASS -- TEST 'conus13km_debug_intel' [17:01, 14:22](1228 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:55, 14:28](925 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:48, 08:26](1154 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:47, 14:21](1298 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:06, 03:30] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:22, 05:01](1132 MB) - -PASS -- COMPILE 'hafsw_intel' [16:07, 13:39] -PASS -- TEST 'hafs_regional_atm_intel' [08:13, 05:36](747 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:28, 06:04](1121 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:28, 07:48](832 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:25, 12:50](974 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:26, 14:33](882 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:01, 06:07](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:29, 07:23](517 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:51, 03:16](370 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:45, 08:14](477 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:50, 04:07](533 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:52, 04:02](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:57, 05:21](587 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:26, 01:30](402 MB) -PASS -- TEST 'gnv1_nested_intel' [15:02, 04:31](805 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:06, 04:08] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:52, 13:46](615 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:07, 13:43] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:00, 09:30](675 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:10, 09:33](741 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:07, 13:12] -FAIL TO COMPARE -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [, ]( MB) - -PASS -- COMPILE 'hafs_all_intel' [15:07, 13:00] -PASS -- TEST 'hafs_regional_docn_intel' [09:11, 06:15](830 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:20, 06:18](813 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:56, 16:07](1208 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:06, 06:34] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:38](1151 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [13:18, 01:40](1089 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:15, 02:30](1021 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:16, 02:44](1018 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:13, 02:41](1020 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:14, 02:43](1137 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:46](1135 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:14, 02:38](1011 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [19:15, 05:56](1051 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [19:09, 05:56](1031 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [15:14, 02:42](1132 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [15:17, 03:30](2447 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [15:17, 03:38](2437 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:06, 03:55] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [17:17, 06:16](1067 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:06, 07:38] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [14:15, 02:43](1129 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:06, 00:57] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:47](257 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:24, 00:48](318 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:31](320 MB) - -PASS -- COMPILE 'atml_intel' [14:07, 12:15] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [15:43, 04:13](1613 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [14:35, 04:16](1604 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:47, 02:24](896 MB) - -PASS -- COMPILE 'atmw_intel' [14:07, 11:45] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [12:24, 01:41](1663 MB) - -PASS -- COMPILE 'atmwm_intel' [14:07, 12:04] -PASS -- TEST 'control_atmwav_intel' [12:07, 01:39](671 MB) - -PASS -- COMPILE 'atmaero_intel' [14:06, 12:07] -PASS -- TEST 'atmaero_control_p8_intel' [13:31, 03:52](3029 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [14:29, 04:47](3087 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:11, 05:00](3110 MB) - -PASS -- COMPILE 'atmaq_intel' [13:06, 10:48] - -PASS -- COMPILE 'atmaq_debug_intel' [05:06, 03:13] -PASS -- TEST 'regional_atmaq_debug_intel' [29:56, 21:02](4579 MB) +PASS -- COMPILE 's2swa_32bit_intel' [16:07, 14:21] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:43, 05:11](3187 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:07, 23:32] +PASS -- TEST 'cpld_control_gfsv17_intel' [19:47, 16:54](1737 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:55, 17:26](2024 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:01, 08:09](1113 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:51, 18:32](1639 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:06, 05:17] +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:47, 22:58](1691 MB) + +PASS -- COMPILE 's2swa_intel' [16:07, 14:43] +PASS -- TEST 'cpld_control_p8_intel' [08:33, 05:41](3213 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:40, 05:40](3213 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:54, 03:18](3258 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:33, 05:44](3233 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:54, 03:21](3274 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:45, 06:13](3559 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:32, 05:39](3199 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:34, 04:47](3076 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:44, 05:46](3214 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:32, 10:08](3337 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:03, 06:47](3621 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [19:37, 11:16](4084 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:03, 06:56](4368 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:36, 05:28](3172 MB) + +PASS -- COMPILE 's2sw_intel' [15:06, 13:06] +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:01, 04:31](1736 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:18, 04:20](1779 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:06, 04:52] +PASS -- TEST 'cpld_debug_p8_intel' [11:34, 08:34](3250 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:06, 04:41] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:02, 06:03](1750 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:07, 12:55] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:17, 04:18](1782 MB) + +PASS -- COMPILE 's2s_intel' [14:06, 12:34] +PASS -- TEST 'cpld_control_c48_intel' [09:51, 08:02](2831 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:07, 17:08] +PASS -- TEST 'cpld_control_p8_faster_intel' [08:23, 05:16](3212 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:07, 17:26] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:09, 16:33](1722 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:16, 08:12](1171 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:18, 18:27](1679 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:37] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:08, 24:09](1716 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:06, 11:32] +PASS -- TEST 'control_flake_intel' [05:21, 03:30](700 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 02:28](651 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:26, 02:38](654 MB) +PASS -- TEST 'control_latlon_intel' [04:20, 02:30](650 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:28, 02:34](650 MB) +PASS -- TEST 'control_c48_intel' [07:25, 05:58](878 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:28, 05:57](864 MB) +PASS -- TEST 'control_c192_intel' [11:34, 09:08](860 MB) +PASS -- TEST 'control_c384_intel' [13:33, 10:04](1242 MB) +PASS -- TEST 'control_c384gdas_intel' [13:42, 09:03](1360 MB) +PASS -- TEST 'control_stochy_intel' [03:19, 01:46](655 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:20, 01:00](504 MB) +PASS -- TEST 'control_lndp_intel' [03:20, 01:38](658 MB) +PASS -- TEST 'control_iovr4_intel' [04:25, 02:33](650 MB) +PASS -- TEST 'control_iovr5_intel' [04:21, 02:30](655 MB) +PASS -- TEST 'control_p8_intel' [05:03, 02:57](1638 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:14, 02:57](1639 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:25, 02:51](1626 MB) +PASS -- TEST 'control_restart_p8_intel' [04:09, 01:39](892 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:13, 02:57](1612 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:17, 01:36](930 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:20, 03:03](1609 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:28, 03:06](1722 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:56, 05:11](1624 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:42, 03:58](1693 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:41, 03:02](1639 MB) +PASS -- TEST 'merra2_thompson_intel' [07:01, 03:31](1644 MB) +PASS -- TEST 'regional_control_intel' [07:54, 05:09](860 MB) +PASS -- TEST 'regional_restart_intel' [04:43, 02:43](977 MB) +PASS -- TEST 'regional_decomp_intel' [07:51, 05:28](853 MB) +PASS -- TEST 'regional_2threads_intel' [05:46, 03:39](847 MB) +PASS -- TEST 'regional_noquilt_intel' [06:39, 05:03](1364 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:36, 05:05](859 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:35, 05:06](856 MB) +PASS -- TEST 'regional_wofs_intel' [08:37, 06:32](1920 MB) + +PASS -- COMPILE 'rrfs_intel' [12:06, 10:51] +PASS -- TEST 'rap_control_intel' [10:29, 07:41](1101 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:53, 04:46](1295 MB) +PASS -- TEST 'rap_decomp_intel' [10:58, 08:07](1024 MB) +PASS -- TEST 'rap_2threads_intel' [10:09, 07:54](1180 MB) +PASS -- TEST 'rap_restart_intel' [06:18, 04:00](1110 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:26, 07:43](1109 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:05, 08:11](1039 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:23, 05:47](1136 MB) +PASS -- TEST 'hrrr_control_intel' [06:02, 03:58](1038 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:01, 04:05](1022 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:53, 03:29](1114 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:20, 02:10](995 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:18, 07:34](1106 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:26, 09:12](1998 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:23, 08:56](2077 MB) + +PASS -- COMPILE 'csawmg_intel' [13:07, 11:27] +PASS -- TEST 'control_csawmg_intel' [08:34, 06:04](750 MB) +PASS -- TEST 'control_csawmgt_intel' [07:47, 05:57](749 MB) +PASS -- TEST 'control_ras_intel' [05:20, 03:18](738 MB) + +PASS -- COMPILE 'wam_intel' [12:07, 10:18] +PASS -- TEST 'control_wam_intel' [04:19, 02:09](659 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:07, 11:17] +PASS -- TEST 'control_p8_faster_intel' [05:40, 02:39](1617 MB) +PASS -- TEST 'regional_control_faster_intel' [06:40, 04:36](852 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:05, 04:23] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:23, 02:47](816 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:25, 02:46](819 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:17, 03:08](814 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:49](815 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:15](817 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:39, 04:06](859 MB) +PASS -- TEST 'control_ras_debug_intel' [04:20, 02:52](825 MB) +PASS -- TEST 'control_diag_debug_intel' [04:24, 02:59](871 MB) +PASS -- TEST 'control_debug_p8_intel' [04:44, 02:57](1633 MB) +PASS -- TEST 'regional_debug_intel' [18:38, 16:57](838 MB) +PASS -- TEST 'rap_control_debug_intel' [06:22, 04:57](1200 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:17, 04:44](1199 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:17, 04:56](1201 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:19, 04:58](1197 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 04:54](1201 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:31, 05:14](1285 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:20, 05:00](1201 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:21, 05:01](1199 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:21, 05:02](1199 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 04:55](1208 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:20, 04:56](1205 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 04:53](1164 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:19, 07:59](1200 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:23, 04:52](1201 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:19, 06:12](1200 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:19, 04:58](1204 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:25, 08:30](1199 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:05, 03:13] +PASS -- TEST 'control_wam_debug_intel' [07:17, 05:04](502 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:06, 11:16] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:52, 04:43](1162 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:24, 06:27](1052 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:05, 03:22](988 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:56, 06:40](1089 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:22, 02:58](964 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:42, 03:37](923 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:13, 04:49](1033 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:52](935 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:07, 13:23] +PASS -- TEST 'conus13km_control_intel' [04:53, 02:07](1202 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:41, 01:02](1119 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:33, 01:16](1114 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:07, 11:09] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:42, 04:18](996 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:06, 03:00] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 05:00](1082 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:50](1080 MB) +PASS -- TEST 'conus13km_debug_intel' [16:50, 14:33](1231 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:50, 14:36](952 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:35, 08:49](1158 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:41, 14:26](1299 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:06, 03:03] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:22, 04:59](1077 MB) + +PASS -- COMPILE 'hafsw_intel' [14:08, 12:54] +PASS -- TEST 'hafs_regional_atm_intel' [08:11, 05:38](740 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:24, 05:58](1116 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:30, 07:00](833 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:12, 12:50](861 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:21, 14:28](884 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:58, 06:09](498 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:20, 07:36](518 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:50, 03:09](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:18, 08:02](482 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:46, 04:09](532 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:48, 03:55](531 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:54, 05:20](592 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:25, 01:26](403 MB) +PASS -- TEST 'gnv1_nested_intel' [06:57, 04:27](807 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:06, 04:07] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:47, 12:50](531 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [15:08, 13:31] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:57, 09:27](636 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:04, 09:35](744 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:08, 12:55] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:58, 06:56](729 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:08, 12:12] +PASS -- TEST 'hafs_regional_docn_intel' [09:14, 06:17](830 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:11, 06:24](814 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:57, 16:04](1210 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:07, 08:13] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:41](1081 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:15, 01:41](1088 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:13, 02:34](1018 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:14, 02:41](1013 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:12, 02:37](1016 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:13, 02:39](1125 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:36](1139 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:13, 02:37](1014 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:11, 05:55](1055 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:11, 05:54](1029 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:12, 02:41](1104 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:14, 03:34](2494 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:14, 03:38](2498 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:06, 04:17] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:14, 06:07](1063 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:07, 08:21] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:12, 02:33](1130 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:06, 00:57] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:51](251 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:49](320 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:33](321 MB) + +PASS -- COMPILE 'atml_intel' [14:08, 12:10] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:34, 04:19](1607 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:26, 04:16](1595 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:44, 02:16](895 MB) + +PASS -- COMPILE 'atmw_intel' [14:09, 12:12] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:17, 01:47](1664 MB) + +PASS -- COMPILE 'atmwm_intel' [13:07, 11:59] +PASS -- TEST 'control_atmwav_intel' [04:05, 01:40](670 MB) + +PASS -- COMPILE 'atmaero_intel' [13:07, 11:08] +PASS -- TEST 'atmaero_control_p8_intel' [06:17, 03:57](3024 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:17, 04:48](3088 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:00, 05:05](3108 MB) + +PASS -- COMPILE 'atmaq_intel' [12:06, 10:44] + +PASS -- COMPILE 'atmaq_debug_intel' [04:06, 03:04] +PASS -- TEST 'regional_atmaq_debug_intel' [24:50, 21:20](4578 MB) SYNOPSIS: -Starting Date/Time: 20240308 10:08:28 -Ending Date/Time: 20240308 11:48:33 -Total Time: 01h:40m:51s +Starting Date/Time: 20240314 09:08:52 +Ending Date/Time: 20240314 10:37:33 +Total Time: 01h:29m:30s Compiles Completed: 39/39 -Tests Completed: 180/182 -Failed Tests: -* TEST cpld_control_c48_intel: FAIL TO COMPARE --- LOG: /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2164/tests/logs/log_orion/rt_cpld_control_c48_intel.log -* TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel: FAIL TO COMPARE --- LOG: /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2164/tests/logs/log_orion/rt_hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel.log - -NOTES: -A file 'test_changes.list' was generated with list of all failed tests. -You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: FAILURE - -====END OF ORION REGRESSION TESTING LOG==== -====START OF ORION REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -8eee1bc778ec0b6d8a357341c859edb8799367da - -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) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) - 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) - c315e47876057228ee105b348b8653f40836dbbb FV3/ccpp/framework (v0.1.0-1371-gc315e47) - cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) - 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) - 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) - 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) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) - a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) - 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 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) - cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - cc8a4167094b3c2059271ec4c6dd64e3a8aa90ef FV3 (remotes/origin/bugfix/wetness) - 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) - 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) - - -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-20240301 -COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_221010 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf - -PASS -- COMPILE 's2s_intel' [14:06, 12:08] -PASS -- TEST 'cpld_control_c48_intel' [10:46, 08:07](2823 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:07, 13:21] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:53, 07:13](731 MB) - -SYNOPSIS: -Starting Date/Time: 20240308 14:10:08 -Ending Date/Time: 20240308 15:01:01 -Total Time: 00h:51m:04s -Compiles Completed: 2/2 -Tests Completed: 2/2 +Tests Completed: 182/182 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 4e665fc535..f55d8421ed 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,20 +1,20 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -8f3ed3644cc80b29dc60d07e7a9946d233a2d6d5 +0d7aa189232097602b4a7b5cdab9caad9aba58ad 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) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop-40-g062f795) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 221788f4e2539af797eb02efe42465b153533201 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-613-g221788f) - cc114f40bef4ca8d19ccd739cbaec3fc829a607c FV3/ccpp/physics (EP4-682-gcc114f40) + bbdec2ffceeb0cda70aaaa4f44e619a5468e7be3 FV3/ccpp/physics (remotes/origin/HEAD-432-gbbdec2ff) 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 @@ -29,10 +29,10 @@ Submodule hashes used in testing: a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - bac6ca34539d9f704f31ee5555d8364f634163e1 CICE-interface/CICE (CICE6.0.0-447-gbac6ca3) - fa78b4647e480ed96ad4c692473c6f76210e0ec5 CMEPS-interface/CMEPS (cmeps_v0.4.1-2306-gfa78b464) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 062f7958ccd9bd97b8737432f75b06ec734777a7 FV3 (heads/develop-40-g062f795) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) @@ -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-20240301 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_149173 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_69973 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [21:55, 20:46] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [25:37, 01:22](2971 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [34:27, 34:10] -PASS -- TEST 'cpld_control_gfsv17_intel' [13:05, 02:16](1585 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [54:41, 01:26](1706 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [54:25, 02:00](845 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:06, 01:57](1569 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [30:18, 29:58] -PASS -- TEST 'cpld_debug_gfsv17_intel' [17:15, 01:24](1599 MB) - -PASS -- COMPILE 's2swa_intel' [18:49, 18:04] -PASS -- TEST 'cpld_control_p8_intel' [28:43, 01:27](3002 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:43, 01:42](3003 MB) -PASS -- TEST 'cpld_restart_p8_intel' [20:15, 02:02](3060 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [28:43, 01:23](3027 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [20:15, 01:58](3079 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [28:43, 01:07](3317 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [28:43, 01:31](2999 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [28:44, 01:31](2924 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [28:43, 01:41](3000 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [28:52, 04:33](3950 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [09:44, 04:16](4245 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [28:43, 01:55](2968 MB) - -PASS -- COMPILE 's2sw_intel' [11:34, 10:29] -PASS -- TEST 'cpld_control_noaero_p8_intel' [35:58, 00:53](1587 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [35:58, 02:11](1635 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:36, 10:53] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [35:56, 01:01](1635 MB) - -PASS -- COMPILE 's2s_intel' [10:32, 09:48] -PASS -- TEST 'cpld_control_c48_intel' [36:59, 00:49](2657 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:54, 18:47] -PASS -- TEST 'cpld_control_p8_faster_intel' [27:38, 01:51](3003 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:06, 23:58] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:13, 01:21](1604 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [03:30, 00:41](899 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [01:53, 00:58](1583 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:21, 04:15] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [42:12, 01:09](1617 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:51, 18:07] -PASS -- TEST 'control_flake_intel' [23:20, 00:24](578 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [23:21, 00:47](522 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [23:20, 00:41](528 MB) -PASS -- TEST 'control_latlon_intel' [23:21, 00:43](520 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [23:20, 00:51](523 MB) -PASS -- TEST 'control_c48_intel' [23:20, 00:51](716 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [23:19, 00:58](717 MB) -PASS -- TEST 'control_c192_intel' [23:20, 00:32](636 MB) -PASS -- TEST 'control_c384_intel' [23:24, 01:51](953 MB) -PASS -- TEST 'control_c384gdas_intel' [23:25, 02:27](1092 MB) -PASS -- TEST 'control_stochy_intel' [23:21, 00:22](526 MB) -PASS -- TEST 'control_stochy_restart_intel' [20:52, 01:04](335 MB) -PASS -- TEST 'control_lndp_intel' [23:20, 00:27](526 MB) -PASS -- TEST 'control_iovr4_intel' [23:20, 00:45](526 MB) -PASS -- TEST 'control_iovr5_intel' [23:20, 00:46](521 MB) -PASS -- TEST 'control_p8_intel' [23:20, 02:03](1506 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [23:21, 01:58](1498 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [23:21, 02:05](1511 MB) -PASS -- TEST 'control_restart_p8_intel' [17:41, 00:41](695 MB) -PASS -- TEST 'control_noqr_p8_intel' [23:20, 02:02](1488 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [17:41, 00:42](699 MB) -PASS -- TEST 'control_decomp_p8_intel' [21:13, 01:32](1500 MB) -PASS -- TEST 'control_2threads_p8_intel' [20:53, 00:54](1598 MB) -PASS -- TEST 'control_p8_lndp_intel' [20:15, 01:15](1499 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [20:08, 02:05](1556 MB) -PASS -- TEST 'control_p8_mynn_intel' [20:02, 01:48](1518 MB) -PASS -- TEST 'merra2_thompson_intel' [20:00, 01:33](1513 MB) -PASS -- TEST 'regional_control_intel' [19:49, 00:17](609 MB) -PASS -- TEST 'regional_restart_intel' [13:55, 00:25](777 MB) -PASS -- TEST 'regional_decomp_intel' [19:47, 00:52](610 MB) -PASS -- TEST 'regional_2threads_intel' [19:48, 00:52](673 MB) -PASS -- TEST 'regional_noquilt_intel' [19:46, 00:31](1140 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [19:44, 00:24](611 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [19:39, 01:10](608 MB) -PASS -- TEST 'regional_wofs_intel' [18:53, 00:58](1580 MB) - -PASS -- COMPILE 'rrfs_intel' [21:57, 21:33] -PASS -- TEST 'rap_control_intel' [15:03, 01:28](921 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [15:04, 01:05](1094 MB) -PASS -- TEST 'rap_decomp_intel' [15:03, 01:41](917 MB) -PASS -- TEST 'rap_2threads_intel' [15:03, 02:00](1012 MB) -PASS -- TEST 'rap_restart_intel' [06:16, 01:19](787 MB) -PASS -- TEST 'rap_sfcdiff_intel' [15:03, 01:14](913 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [15:03, 01:40](916 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:28, 01:53](785 MB) -PASS -- TEST 'hrrr_control_intel' [15:03, 01:08](911 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [15:03, 01:03](906 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [15:02, 01:25](994 MB) -PASS -- TEST 'hrrr_control_restart_intel' [09:53, 01:03](743 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:35, 01:16](908 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:32, 01:02](1877 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:32, 01:17](1863 MB) - -PASS -- COMPILE 'csawmg_intel' [25:11, 23:56] -PASS -- TEST 'control_csawmg_intel' [10:46, 00:29](600 MB) -PASS -- TEST 'control_csawmgt_intel' [10:46, 00:32](598 MB) -PASS -- TEST 'control_ras_intel' [10:46, 00:55](560 MB) - -PASS -- COMPILE 'wam_intel' [14:41, 14:08] -PASS -- TEST 'control_wam_intel' [18:46, 00:50](270 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:40, 12:32] -PASS -- TEST 'control_p8_faster_intel' [14:18, 02:04](1517 MB) -PASS -- TEST 'regional_control_faster_intel' [13:51, 00:32](610 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [22:02, 20:47] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:36, 01:17](688 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:36, 01:26](689 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:36, 00:56](692 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:36, 01:14](690 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:36, 00:43](736 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [05:36, 00:50](730 MB) -PASS -- TEST 'control_ras_debug_intel' [05:36, 01:11](702 MB) -PASS -- TEST 'control_diag_debug_intel' [05:36, 01:17](744 MB) -PASS -- TEST 'control_debug_p8_intel' [05:36, 01:05](1516 MB) -PASS -- TEST 'regional_debug_intel' [05:35, 01:07](629 MB) -PASS -- TEST 'rap_control_debug_intel' [05:36, 01:01](1076 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:36, 01:08](1068 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:49, 01:02](1070 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:49, 00:59](1071 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [03:47, 00:57](1077 MB) -PASS -- TEST 'rap_diag_debug_intel' [03:46, 00:47](1158 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [01:28, 00:54](1076 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [01:26, 00:54](1073 MB) -PASS -- TEST 'rap_lndp_debug_intel' [01:07, 01:02](1078 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [01:06, 01:04](1076 MB) -PASS -- TEST 'rap_noah_debug_intel' [01:06, 01:10](1073 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [01:02, 01:02](1077 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [00:58, 00:58](1071 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [00:56, 01:06](1078 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [00:53, 01:14](1074 MB) -PASS -- TEST 'rap_flake_debug_intel' [00:50, 01:01](1080 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [00:26, 01:21](1078 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:21, 04:54] -PASS -- TEST 'control_wam_debug_intel' [18:25, 00:55](299 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:46, 15:42] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:35, 01:25](954 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:34, 01:24](790 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:34, 01:41](787 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:34, 01:49](852 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:35, 01:34](842 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:34, 01:32](791 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [59:05, 01:42](692 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [00:00, 00:16](669 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [23:07, 22:14] -PASS -- TEST 'conus13km_control_intel' [59:05, 01:01](1001 MB) -PASS -- TEST 'conus13km_2threads_intel' [55:08, 00:59](1006 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [54:53, 00:43](880 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [22:00, 21:22] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [59:00, 01:32](810 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [16:50, 16:08] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [59:50, 01:04](953 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [59:49, 01:13](951 MB) -PASS -- TEST 'conus13km_debug_intel' [58:59, 00:37](1038 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [58:57, 00:30](711 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [58:08, 00:41](1039 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [58:06, 00:38](1103 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:35, 09:26] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:38, 01:05](980 MB) - -PASS -- COMPILE 'hafsw_intel' [11:40, 10:51] -PASS -- TEST 'hafs_regional_atm_intel' [57:36, 01:58](619 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [57:18, 01:18](967 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [57:05, 01:58](661 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [54:54, 01:43](697 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [54:27, 01:18](708 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [54:26, 01:11](390 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [54:24, 02:14](405 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [54:22, 01:26](283 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [54:21, 02:36](375 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [54:00, 01:36](421 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [53:15, 00:54](424 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [53:17, 00:44](490 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [53:16, 01:22](315 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [18:56, 18:23] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [53:08, 00:54](498 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [18:59, 17:54] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [53:07, 01:44](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [52:36, 00:52](713 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:48, 16:22] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [52:35, 00:58](719 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:40, 11:31] -PASS -- TEST 'hafs_regional_docn_intel' [52:12, 01:22](661 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [52:10, 01:25](650 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [51:20, 00:50](882 MB) - -PASS -- COMPILE 'atml_intel' [22:04, 21:04] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [44:30, 02:17](1549 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [44:30, 02:20](1542 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [36:36, 00:19](744 MB) - -PASS -- COMPILE 'atmaero_intel' [11:38, 10:31] -PASS -- TEST 'atmaero_control_p8_intel' [51:14, 01:37](2850 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [49:47, 01:00](2912 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [49:38, 01:39](2922 MB) - -PASS -- COMPILE 'atmaq_intel' [12:39, 12:23] - -PASS -- COMPILE 'atmaq_debug_intel' [10:36, 09:50] -PASS -- TEST 'regional_atmaq_debug_intel' [49:32, 01:35](4432 MB) +PASS -- COMPILE 's2swa_32bit_intel' [26:11, 25:55] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [53:52, 01:35](2976 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [27:13, 26:28] +PASS -- TEST 'cpld_control_gfsv17_intel' [52:50, 01:33](1590 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [32:16, 01:50](1707 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [32:01, 02:04](847 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [52:51, 02:22](1578 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [22:02, 21:48] +PASS -- TEST 'cpld_debug_gfsv17_intel' [58:02, 01:43](1606 MB) + +PASS -- COMPILE 's2swa_intel' [22:02, 21:22] +PASS -- TEST 'cpld_control_p8_intel' [58:01, 01:39](3002 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [58:01, 01:34](3000 MB) +PASS -- TEST 'cpld_restart_p8_intel' [46:26, 01:04](3060 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [58:01, 01:13](3025 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [46:26, 01:40](3082 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [58:01, 01:15](3315 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [58:01, 01:30](3002 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [58:02, 01:28](2924 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [58:01, 01:38](3004 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [58:10, 03:54](3957 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [34:27, 04:08](4253 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [58:01, 01:40](2971 MB) + +PASS -- COMPILE 's2sw_intel' [14:48, 14:22] +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:15, 01:04](1581 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:15, 01:14](1640 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [22:02, 20:51] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [58:01, 01:27](1636 MB) + +PASS -- COMPILE 's2s_intel' [11:41, 11:12] +PASS -- TEST 'cpld_control_c48_intel' [08:22, 00:57](2643 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:14, 26:35] +PASS -- TEST 'cpld_control_p8_faster_intel' [52:50, 01:17](3002 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [11:43, 10:31] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [08:20, 01:37](1608 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [47:21, 01:32](903 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [47:22, 01:24](1584 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [28:24, 27:15] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [51:41, 01:30](1616 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [31:19, 27:57] +PASS -- TEST 'control_flake_intel' [37:03, 00:35](572 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [37:03, 00:52](523 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [37:03, 00:47](533 MB) +PASS -- TEST 'control_latlon_intel' [37:03, 00:48](524 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [37:03, 00:55](522 MB) +PASS -- TEST 'control_c48_intel' [37:02, 01:10](713 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [37:02, 01:16](719 MB) +PASS -- TEST 'control_c192_intel' [37:03, 00:53](639 MB) +PASS -- TEST 'control_c384_intel' [36:58, 01:52](948 MB) +PASS -- TEST 'control_c384gdas_intel' [36:44, 03:09](1094 MB) +PASS -- TEST 'control_stochy_intel' [35:43, 00:28](529 MB) +PASS -- TEST 'control_stochy_restart_intel' [33:12, 00:33](331 MB) +PASS -- TEST 'control_lndp_intel' [34:57, 01:06](526 MB) +PASS -- TEST 'control_iovr4_intel' [34:57, 01:30](527 MB) +PASS -- TEST 'control_iovr5_intel' [34:41, 00:22](524 MB) +PASS -- TEST 'control_p8_intel' [34:37, 01:52](1496 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [34:37, 02:01](1499 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [34:24, 02:29](1507 MB) +PASS -- TEST 'control_restart_p8_intel' [27:53, 01:26](689 MB) +PASS -- TEST 'control_noqr_p8_intel' [34:21, 01:36](1489 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [27:53, 01:24](694 MB) +PASS -- TEST 'control_decomp_p8_intel' [34:21, 01:34](1502 MB) +PASS -- TEST 'control_2threads_p8_intel' [34:21, 01:59](1595 MB) +PASS -- TEST 'control_p8_lndp_intel' [34:21, 01:12](1504 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [34:04, 01:41](1565 MB) +PASS -- TEST 'control_p8_mynn_intel' [33:21, 02:07](1518 MB) +PASS -- TEST 'merra2_thompson_intel' [33:19, 02:49](1508 MB) +PASS -- TEST 'regional_control_intel' [33:16, 00:53](609 MB) +PASS -- TEST 'regional_restart_intel' [26:12, 00:17](778 MB) +PASS -- TEST 'regional_decomp_intel' [33:11, 00:49](607 MB) +PASS -- TEST 'regional_2threads_intel' [32:18, 01:26](665 MB) +PASS -- TEST 'regional_noquilt_intel' [31:18, 01:22](1140 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [31:07, 01:26](608 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [30:41, 00:21](609 MB) +PASS -- TEST 'regional_wofs_intel' [30:08, 00:58](1581 MB) + +PASS -- COMPILE 'rrfs_intel' [24:03, 20:33] +PASS -- TEST 'rap_control_intel' [44:16, 01:33](920 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [44:17, 01:21](1095 MB) +PASS -- TEST 'rap_decomp_intel' [44:16, 01:19](919 MB) +PASS -- TEST 'rap_2threads_intel' [44:16, 01:33](1012 MB) +PASS -- TEST 'rap_restart_intel' [30:05, 02:12](787 MB) +PASS -- TEST 'rap_sfcdiff_intel' [44:16, 01:57](912 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [44:16, 01:43](915 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [29:55, 01:51](787 MB) +PASS -- TEST 'hrrr_control_intel' [44:16, 01:55](910 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [44:16, 01:47](910 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [44:17, 01:59](993 MB) +PASS -- TEST 'hrrr_control_restart_intel' [37:58, 00:51](744 MB) +PASS -- TEST 'rrfs_v1beta_intel' [44:16, 01:53](910 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [44:16, 00:56](1874 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [44:16, 01:17](1862 MB) + +PASS -- COMPILE 'csawmg_intel' [21:58, 19:57] +PASS -- TEST 'control_csawmg_intel' [43:17, 01:11](599 MB) +PASS -- TEST 'control_csawmgt_intel' [43:17, 01:18](598 MB) +PASS -- TEST 'control_ras_intel' [43:17, 01:15](562 MB) + +PASS -- COMPILE 'wam_intel' [14:40, 11:04] +PASS -- TEST 'control_wam_intel' [43:20, 01:17](275 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:38, 10:18] +PASS -- TEST 'control_p8_faster_intel' [44:23, 01:51](1510 MB) +PASS -- TEST 'regional_control_faster_intel' [44:22, 00:30](610 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [26:10, 22:40] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [29:53, 01:15](687 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [29:01, 00:40](691 MB) +PASS -- TEST 'control_stochy_debug_intel' [28:54, 00:41](690 MB) +PASS -- TEST 'control_lndp_debug_intel' [27:53, 00:38](694 MB) +PASS -- TEST 'control_csawmg_debug_intel' [27:52, 00:18](732 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [27:44, 01:18](730 MB) +PASS -- TEST 'control_ras_debug_intel' [27:16, 01:05](702 MB) +PASS -- TEST 'control_diag_debug_intel' [27:08, 00:34](748 MB) +PASS -- TEST 'control_debug_p8_intel' [27:04, 01:03](1521 MB) +PASS -- TEST 'regional_debug_intel' [27:00, 01:09](630 MB) +PASS -- TEST 'rap_control_debug_intel' [26:52, 00:50](1076 MB) +PASS -- TEST 'hrrr_control_debug_intel' [26:28, 01:13](1069 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [26:07, 01:04](1073 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [26:01, 01:01](1073 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [25:51, 00:46](1075 MB) +PASS -- TEST 'rap_diag_debug_intel' [24:38, 01:53](1160 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [24:15, 00:32](1074 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [24:10, 00:28](1078 MB) +PASS -- TEST 'rap_lndp_debug_intel' [24:00, 00:35](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [23:38, 00:28](1077 MB) +PASS -- TEST 'rap_noah_debug_intel' [23:12, 01:09](1071 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [22:57, 01:06](1071 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [22:24, 01:19](1074 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [22:17, 00:36](1068 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [22:17, 00:29](1075 MB) +PASS -- TEST 'rap_flake_debug_intel' [22:15, 00:30](1076 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [21:39, 02:02](1077 MB) + +PASS -- COMPILE 'wam_debug_intel' [16:47, 13:14] +PASS -- TEST 'control_wam_debug_intel' [37:04, 01:12](304 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [27:13, 23:47] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [21:40, 01:28](956 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [21:10, 01:20](790 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [21:05, 01:53](785 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [20:43, 01:17](853 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [20:33, 01:20](837 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [20:13, 02:16](789 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:24, 01:14](688 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [14:12, 00:22](670 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:44, 11:23] +PASS -- TEST 'conus13km_control_intel' [38:05, 00:55](1003 MB) +PASS -- TEST 'conus13km_2threads_intel' [20:13, 01:13](1011 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [20:04, 01:10](880 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:38, 10:45] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [38:01, 01:32](811 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:32, 09:06] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [19:45, 00:37](954 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [19:20, 00:54](950 MB) +PASS -- TEST 'conus13km_debug_intel' [17:58, 00:46](1038 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:30, 00:32](710 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:13, 00:54](1037 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:11, 00:58](1104 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:29, 07:26] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [17:03, 01:22](992 MB) + +PASS -- COMPILE 'hafsw_intel' [27:11, 25:41] +PASS -- TEST 'hafs_regional_atm_intel' [15:28, 01:55](618 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [15:27, 00:54](970 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [15:15, 01:49](664 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:13, 01:21](703 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:48, 01:30](708 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:16, 01:08](393 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:14, 02:13](413 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [14:14, 00:53](281 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:16, 02:20](370 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:12, 01:34](420 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:07, 01:16](423 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [14:02, 01:42](491 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:00, 00:30](316 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:49, 14:01] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:55, 01:18](501 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:50, 11:47] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:29, 01:26](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:27, 01:30](710 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:46, 11:07] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:25, 01:38](709 MB) + +PASS -- COMPILE 'hafs_all_intel' [21:08, 20:19] +PASS -- TEST 'hafs_regional_docn_intel' [12:12, 01:24](663 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:00, 01:57](645 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [10:35, 01:03](881 MB) + +PASS -- COMPILE 'atml_intel' [25:18, 24:45] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:20, 01:33](1551 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:33, 02:16](1550 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [58:48, 00:22](740 MB) + +PASS -- COMPILE 'atmaero_intel' [16:56, 16:13] +PASS -- TEST 'atmaero_control_p8_intel' [09:08, 01:14](2854 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:48, 01:35](2909 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:18, 01:22](2921 MB) + +PASS -- COMPILE 'atmaq_intel' [10:40, 09:00] + +PASS -- COMPILE 'atmaq_debug_intel' [08:29, 08:04] +PASS -- TEST 'regional_atmaq_debug_intel' [07:33, 01:05](4437 MB) SYNOPSIS: -Starting Date/Time: 20240312 13:12:07 -Ending Date/Time: 20240312 14:37:13 -Total Time: 01h:25m:44s +Starting Date/Time: 20240313 17:39:39 +Ending Date/Time: 20240313 19:20:18 +Total Time: 01h:41m:22s Compiles Completed: 31/31 Tests Completed: 157/157 diff --git a/tests/parm/control_csawmg.nml.IN b/tests/parm/control_csawmg.nml.IN index 373c25683d..6729ed1031 100644 --- a/tests/parm/control_csawmg.nml.IN +++ b/tests/parm/control_csawmg.nml.IN @@ -69,11 +69,11 @@ mountain = @[MOUNTAIN] ncep_ic = .false. d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 13 + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 adjust_dry_mass = .false. consv_te = 1. do_sat_adj = .false. diff --git a/tests/parm/csawmg3shoc127.nml.IN b/tests/parm/csawmg3shoc127.nml.IN index a2b5b0b71b..b01ba5f205 100644 --- a/tests/parm/csawmg3shoc127.nml.IN +++ b/tests/parm/csawmg3shoc127.nml.IN @@ -73,11 +73,11 @@ mountain = @[MOUNTAIN] ncep_ic = .false. d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 13 + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 adjust_dry_mass = .false. consv_te = 1. consv_am = .false. diff --git a/tests/parm/csawmgshoc.nml.IN b/tests/parm/csawmgshoc.nml.IN index 75927577b9..3f77e6fd0f 100644 --- a/tests/parm/csawmgshoc.nml.IN +++ b/tests/parm/csawmgshoc.nml.IN @@ -73,11 +73,11 @@ mountain = @[MOUNTAIN] ncep_ic = .false. d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 13 + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 adjust_dry_mass = .false. consv_te = 1. consv_am = .false. diff --git a/tests/rt.conf b/tests/rt.conf index 854c935c7a..df432cff3d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -148,6 +148,10 @@ RUN | control_csawmg | - noaacloud RUN | control_csawmgt | - noaacloud | baseline | RUN | control_ras | - noaacloud acorn | baseline | +COMPILE | csawmg | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | + hera hercules | fv3 | +RUN | control_csawmg | + hera hercules | baseline | +RUN | control_csawmgt | + hera hercules | baseline | + # Run WAM test in REPRO mode to avoid numerical instability in the deep atmosphere COMPILE | wam | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON | - noaacloud | fv3 | RUN | control_wam | - noaacloud | baseline | @@ -185,6 +189,11 @@ RUN | rrfs_v1beta_debug | - noaacloud RUN | rap_clm_lake_debug | - noaacloud | baseline | RUN | rap_flake_debug | - noaacloud | baseline | RUN | gnv1_c96_no_nest_debug | - noaacloud | baseline | +### DEBUG ATM tests ### +COMPILE | atm_debug_dyn32 | gnu | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1 | + hera hercules | fv3 | +RUN | control_csawmg_debug | + hera hercules | baseline | +RUN | control_csawmgt_debug | + hera hercules | baseline | + COMPILE | wam_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | - noaacloud | fv3 | RUN | control_wam_debug | - noaacloud hercules | baseline | diff --git a/tests/test_changes.list b/tests/test_changes.list index e69de29bb2..b961de3298 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -0,0 +1,8 @@ +control_csawmg intel +control_csawmgt intel +control_csawmg gnu +control_csawmgt gnu +control_csawmg_debug intel +control_csawmgt_debug intel +control_csawmg_debug gnu +control_csawmgt_debug gnu