From 184097fff0b4a89a2204e2a1c332a85f0dff5910 Mon Sep 17 00:00:00 2001 From: Daniel Sarmiento Date: Tue, 14 Oct 2025 15:02:59 +0000 Subject: [PATCH 1/3] Add route handle option --- tests/default_vars.sh | 1 + tests/parm/model_configure.IN | 1 + tests/parm/model_configure_atmaq.IN | 1 + tests/parm/model_configure_fire.IN | 1 + tests/parm/model_configure_gnv1.IN | 1 + tests/parm/model_configure_hafs.IN | 1 + tests/parm/model_configure_ideal.IN | 1 + tests/parm/model_configure_regional.IN | 1 + tests/parm/model_configure_regional_rrfs_a.IN | 2 +- tests/parm/model_configure_regional_stoch.IN | 1 + tests/parm/model_configure_rrfs_conus13km.IN | 1 + 11 files changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 2b89d8fb60..52da6b25c1 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -885,6 +885,7 @@ export NTILES=6 export INPES=${INPES_dflt} export JNPES=${JNPES_dflt} export RESTART_INTERVAL=0 +export USE_FV3_ROUTEHANDLES=.false. export QUILTING=.true. export QUILTING_RESTART=.true. export WRITE_GROUP=1 diff --git a/tests/parm/model_configure.IN b/tests/parm/model_configure.IN index fb7de3eb9b..b23abadb59 100644 --- a/tests/parm/model_configure.IN +++ b/tests/parm/model_configure.IN @@ -11,6 +11,7 @@ dt_atmos: @[DT_ATMOS] restart_interval: @[RESTART_INTERVAL] restart_fh: @[RESTART_FH] +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] quilting: @[QUILTING] quilting_restart: @[QUILTING_RESTART] write_groups: @[WRITE_GROUP] diff --git a/tests/parm/model_configure_atmaq.IN b/tests/parm/model_configure_atmaq.IN index 805773be36..480d01dbdd 100644 --- a/tests/parm/model_configure_atmaq.IN +++ b/tests/parm/model_configure_atmaq.IN @@ -14,6 +14,7 @@ quantize_mode: 'quantize_bitround' quantize_nsd: @[QUANTIZE_NSD] quilting: @[QUILTING] +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] write_groups: @[WRITE_GROUP] write_tasks_per_group: @[WRTTASK_PER_GROUP] num_files: @[NUM_FILES] diff --git a/tests/parm/model_configure_fire.IN b/tests/parm/model_configure_fire.IN index 80b8078f67..cc5c2e969c 100644 --- a/tests/parm/model_configure_fire.IN +++ b/tests/parm/model_configure_fire.IN @@ -9,6 +9,7 @@ fhrot: 0 RUN_CONTINUE: .false. ENS_SPS: .false. dt_atmos: @[DT_ATMOS] +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] calendar: 'julian' memuse_verbose: .false. restart_interval: @[RESTART_INTERVAL] diff --git a/tests/parm/model_configure_gnv1.IN b/tests/parm/model_configure_gnv1.IN index 55d10df6d2..3a40c5bdfd 100644 --- a/tests/parm/model_configure_gnv1.IN +++ b/tests/parm/model_configure_gnv1.IN @@ -10,6 +10,7 @@ fhrot: @[FHROT] dt_atmos: @[DT_ATMOS] restart_interval: @[RESTART_INTERVAL] +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] quilting: @[QUILTING] quilting_restart: @[QUILTING_RESTART] write_groups: @[WRITE_GROUP] diff --git a/tests/parm/model_configure_hafs.IN b/tests/parm/model_configure_hafs.IN index 73de3b5d0f..2152f59d7d 100644 --- a/tests/parm/model_configure_hafs.IN +++ b/tests/parm/model_configure_hafs.IN @@ -8,6 +8,7 @@ nhours_fcst: @[FHMAX] dt_atmos: @[DT_ATMOS] restart_interval: @[RESTART_INTERVAL] +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] quilting: @[QUILTING] quilting_restart: @[QUILTING_RESTART] write_groups: @[WRITE_GROUP] diff --git a/tests/parm/model_configure_ideal.IN b/tests/parm/model_configure_ideal.IN index 5a1208e011..5aa74bc244 100644 --- a/tests/parm/model_configure_ideal.IN +++ b/tests/parm/model_configure_ideal.IN @@ -9,6 +9,7 @@ dt_atmos: 12 restart_interval: 0 cpl: .false. +use_saved_routehandles: .false. output_history: .true. quilting: .false. write_groups: 1 diff --git a/tests/parm/model_configure_regional.IN b/tests/parm/model_configure_regional.IN index a2180d2eae..d6a335b582 100644 --- a/tests/parm/model_configure_regional.IN +++ b/tests/parm/model_configure_regional.IN @@ -12,6 +12,7 @@ cpl: .false. write_dopost: @[WRITE_DOPOST] output_history: .true. +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] quilting: @[QUILTING] quilting_restat: @[QUILTING_RESTART] write_groups: 1 diff --git a/tests/parm/model_configure_regional_rrfs_a.IN b/tests/parm/model_configure_regional_rrfs_a.IN index 16938bdda4..ab88282e15 100644 --- a/tests/parm/model_configure_regional_rrfs_a.IN +++ b/tests/parm/model_configure_regional_rrfs_a.IN @@ -11,7 +11,7 @@ restart_interval: @[RESTART_INTERVAL] quilting: @[QUILTING] zstandard_level: @[ZSTANDARD_LEVEL] ideflate: @[IDEFLATE] - +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] # # Write-component (quilting) computational parameters. diff --git a/tests/parm/model_configure_regional_stoch.IN b/tests/parm/model_configure_regional_stoch.IN index 21226fe47a..8b73aa26df 100644 --- a/tests/parm/model_configure_regional_stoch.IN +++ b/tests/parm/model_configure_regional_stoch.IN @@ -10,6 +10,7 @@ fhrot: @[FHROT] dt_atmos: 36 restart_interval: @[RESTART_INTERVAL] +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] quilting: @[QUILTING] write_groups: 1 write_tasks_per_group: 12 diff --git a/tests/parm/model_configure_rrfs_conus13km.IN b/tests/parm/model_configure_rrfs_conus13km.IN index 97b95f17b0..94bd5a0efa 100644 --- a/tests/parm/model_configure_rrfs_conus13km.IN +++ b/tests/parm/model_configure_rrfs_conus13km.IN @@ -10,6 +10,7 @@ fhrot: @[FHROT] dt_atmos: @[DT_ATMOS] restart_interval: @[RESTART_INTERVAL] +use_saved_routehandles: @[USE_FV3_ROUTEHANDLES] quilting: @[QUILTING] quilting_restart: @[QUILTING_RESTART] write_groups: @[WRITE_GROUP] From 1cb9321cae39eed69be6ad8d478714686c268938 Mon Sep 17 00:00:00 2001 From: Daniel Sarmiento Date: Thu, 16 Oct 2025 18:11:09 +0000 Subject: [PATCH 2/3] Add logs and test_changes.list --- tests/logs/RegressionTests_ursa.log | 864 ++++++++++++++-------------- tests/test_changes.list | 2 - 2 files changed, 434 insertions(+), 432 deletions(-) diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index b52a749a20..b1f580eaca 100644 --- a/tests/logs/RegressionTests_ursa.log +++ b/tests/logs/RegressionTests_ursa.log @@ -1,7 +1,7 @@ ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -1a99e7bb029eceb5eb5635d83446898172e6bbc9 +184097fff0b4a89a2204e2a1c332a85f0dff5910 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -19,11 +19,11 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) a0363fd82ba2c4a44b3e80904f550868b321024c NOAHMP-interface/noahmp (v3.7.1-466-ga0363fd) - 2a8c1bb3433c372505f30a25ed2155e7a415a108 UFSATM (remotes/origin/feature/rte-rrtmgp-v1.8) + 12be1f2ef83c9de858899845ad0e6405ce0fc236 UFSATM (remotes/origin/production/HREF.v3beta-401-g12be1f2) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - baf9502b1cb556da735ba49fb63d4ba9c7dcb31c UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5448-gbaf9502b) + 0722a9d60cedbd837ee0d3666ea90541f7758c80 UFSATM/ccpp/physics (EP4-1943-g0722a9d6) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) - 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) @@ -40,447 +40,451 @@ 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: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20251007 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/ursa/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1031383 +BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20251002 +COMPARISON DIRECTORY: /scratch4/NCEPDEV/stmp/Daniel.Sarmiento/RT_RUNDIRS/Daniel.Sarmiento/FV3_RT/rt_1219052 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' [10:11, 08:23] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:49, 06:42](2181 MB) -PASS -- TEST 'cpld_control_gefs_intel' [35:50, 19:47](3240 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [17:12, 05:27](2949 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [49:14, 32:12](3451 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:11, 13:39] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:46, 11:46](2059 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:57, 13:13](2640 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:53, 05:17](1465 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [09:54, 06:03](2347 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:37, 20:05](1995 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:11, 13:51] ( 1 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [20:31, 12:46](2026 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:30] ( 1555 warnings 2934 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:49, 13:26](2091 MB) - -PASS -- COMPILE 's2swa_intel' [10:11, 09:06] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:57, 07:31](2483 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:56, 06:54](2511 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:50, 03:47](2302 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:55, 07:20](2362 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:50, 04:39](2011 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [20:44, 15:40](2998 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:45, 07:30](2448 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [17:52, 11:43](2325 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:54, 07:00](2468 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [24:44, 19:09](3603 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [18:12, 12:52](3492 MB) - -PASS -- COMPILE 's2swal_intel' [10:11, 08:54] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [12:55, 07:50](2555 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:58, 04:17](2325 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:49, 05:31](3155 MB) - -PASS -- COMPILE 's2sw_intel' [10:11, 08:21] ( 1 warnings 1013 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [11:42, 06:31](2087 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:49, 04:58](2993 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:53] ( 1445 warnings 2184 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:58, 09:05](2374 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:18] ( 1445 warnings 2166 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:47, 04:31](2120 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:41] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:45, 03:37](2170 MB) - -PASS -- COMPILE 's2swa_faster_intel' [11:11, 09:10] ( 1 warnings 1031 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [13:49, 06:34](2474 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 13:21] ( 1 warnings 1036 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [13:39, 10:58](2171 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:15, 05:27](1662 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:39, 15:38](2087 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:28, 04:23](3034 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:31, 01:30](3020 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:29, 00:53](2468 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:25, 00:54](2210 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:33](2209 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:24, 01:15](1533 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:27, 00:53](2209 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:25, 00:32](2209 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:25, 00:25](1532 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:25, 00:33](2137 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:25, 00:27](2136 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:23, 00:45](1488 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 03:31] ( 1555 warnings 2916 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:45, 19:29](2188 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:26] ( 1 warnings 502 remarks ) -PASS -- TEST 'control_flake_intel' [07:18, 02:31](1347 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:19, 02:28](2207 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:20, 01:46](2230 MB) -PASS -- TEST 'control_latlon_intel' [08:18, 01:44](2226 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:20, 01:45](2229 MB) -PASS -- TEST 'control_c48_intel' [07:20, 04:41](1674 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:18, 04:18](803 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:17, 04:54](1673 MB) -PASS -- TEST 'control_c192_intel' [11:28, 05:21](1842 MB) -PASS -- TEST 'control_c384_intel' [10:04, 05:48](2136 MB) -PASS -- TEST 'control_c384gdas_intel' [12:50, 06:09](1961 MB) -PASS -- TEST 'control_stochy_intel' [03:16, 01:14](1300 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:17, 00:42](1221 MB) -PASS -- TEST 'control_lndp_intel' [10:20, 08:50](1320 MB) -PASS -- TEST 'control_iovr4_intel' [06:17, 05:03](1302 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:43, 02:13](1596 MB) -PASS -- TEST 'control_iovr5_intel' [04:24, 01:48](1305 MB) -PASS -- TEST 'control_p8_intel' [05:35, 02:30](2497 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:39, 02:27](2519 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:32, 02:40](2506 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:33, 02:08](2530 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [08:34, 06:16](2555 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:35, 10:12](2399 MB) -PASS -- TEST 'control_restart_p8_intel' [03:39, 01:19](1834 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:30, 02:07](2513 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:31, 01:17](1848 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:30, 02:09](2515 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:30, 01:49](2022 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:31, 03:35](2520 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:33, 03:00](2587 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:34, 02:15](2535 MB) -PASS -- TEST 'merra2_thompson_intel' [04:32, 02:31](2530 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:52](2546 MB) -PASS -- TEST 'regional_control_intel' [05:25, 03:35](1727 MB) -PASS -- TEST 'regional_restart_intel' [03:26, 02:01](1699 MB) -PASS -- TEST 'regional_decomp_intel' [05:24, 03:45](1717 MB) -PASS -- TEST 'regional_2threads_intel' [04:24, 02:19](1569 MB) -PASS -- TEST 'regional_noquilt_intel' [13:32, 11:13](1992 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:26, 03:34](1721 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [13:25, 11:30](1698 MB) -PASS -- TEST 'regional_wofs_intel' [06:27, 04:31](2635 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:12, 06:09] ( 1 warnings 482 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:36, 02:45](2568 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 05:45] ( 4 warnings 449 remarks ) -PASS -- TEST 'rap_control_intel' [04:27, 02:45](1779 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:45, 02:48](1624 MB) -PASS -- TEST 'rap_decomp_intel' [04:23, 02:52](1718 MB) -PASS -- TEST 'rap_2threads_intel' [04:24, 02:41](1186 MB) -PASS -- TEST 'rap_restart_intel' [03:26, 01:31](1747 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:27, 03:06](1774 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:32, 02:50](1718 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:25, 01:30](1759 MB) -PASS -- TEST 'hrrr_control_intel' [04:30, 02:42](1782 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:23, 02:46](1688 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:23, 02:16](1171 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:19, 01:27](1702 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:31, 04:58](1929 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:19, 06:29](2659 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:20, 06:09](2907 MB) - -PASS -- COMPILE 'csawmg_intel' [07:11, 05:35] ( 1 warnings 418 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:26, 04:23](1753 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:19](1572 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 05:27] ( 1 warnings 396 remarks ) -PASS -- TEST 'control_wam_intel' [09:33, 08:07](2404 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:12, 05:47] ( 1 warnings 412 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:33, 02:04](2515 MB) -PASS -- TEST 'regional_control_faster_intel' [05:25, 03:24](1710 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 03:28] ( 903 warnings 590 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 01:37](2241 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 01:39](2247 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:12](1480 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:17, 01:59](1472 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:25, 03:05](1795 MB) -PASS -- TEST 'control_ras_debug_intel' [03:17, 02:00](1488 MB) -PASS -- TEST 'control_diag_debug_intel' [03:23, 01:59](2321 MB) -PASS -- TEST 'control_debug_p8_intel' [03:27, 02:04](2563 MB) -PASS -- TEST 'regional_debug_intel' [13:26, 11:56](1644 MB) -PASS -- TEST 'rap_control_debug_intel' [05:18, 03:34](1877 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:28](1866 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:33](1884 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:18, 03:33](1870 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:18, 03:35](1882 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:25, 03:45](1962 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 03:40](1872 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 03:39](1874 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:18, 03:51](1883 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:18, 03:46](1884 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:18, 03:42](1875 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:18, 03:46](1876 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 05:55](1877 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:58](1869 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:18, 03:45](1872 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:28, 06:17](1878 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:07] ( 860 warnings 396 remarks ) -PASS -- TEST 'control_wam_debug_intel' [11:35, 09:01](2306 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:19] ( 4 warnings 416 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:13, 02:39](1472 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:27, 02:45](1723 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:07, 02:16](1732 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:52, 01:55](1072 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:26, 01:51](1051 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:23, 02:21](1652 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:25, 01:17](1662 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:15](1647 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:20] ( 4 warnings 393 remarks ) -PASS -- TEST 'conus13km_control_intel' [09:45, 08:01](1786 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:38, 00:52](1793 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:39, 01:59](1825 MB) -PASS -- TEST 'conus13km_restart_intel' [03:36, 01:10](1564 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:25] ( 4 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:29, 02:53](1807 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:12] ( 794 warnings 422 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:19, 03:24](1752 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:22, 03:25](1747 MB) -PASS -- TEST 'conus13km_debug_intel' [17:41, 15:26](1848 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:41, 16:01](1432 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:37, 08:14](1841 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [17:32, 15:22](1838 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:48, 14:30](1895 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 02:39] ( 794 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:25, 03:30](1856 MB) - -PASS -- COMPILE 'hafsw_intel' [10:10, 07:59] ( 1 warnings 696 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:51, 02:42](1193 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:13, 03:57](1391 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:43, 02:30](1473 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:40, 04:19](1328 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [36:36, 31:56](1357 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [28:43, 23:27](1376 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:31, 03:17](814 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:35, 03:58](805 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:29, 01:36](534 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:56, 04:20](619 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:28, 02:20](747 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:28, 02:09](758 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:30, 02:41](812 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:21, 00:49](532 MB) -PASS -- TEST 'gnv1_nested_intel' [05:46, 02:28](1726 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:10, 02:38] ( 1500 warnings 2058 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:28, 08:11](736 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:10, 08:01] ( 1 warnings 661 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [29:45, 27:53](870 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [29:39, 27:51](1067 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 08:07] ( 1 warnings 929 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:04, 17:47](1086 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:10, 08:14] ( 1 warnings 638 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [05:31, 04:02](1311 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [05:32, 04:02](1303 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:51, 11:49](1809 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:10, 04:49] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [18:17, 16:26](1947 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [10:18, 08:16](1878 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [17:17, 16:08](1185 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:16, 02:01](1194 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 01:49](1197 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:08](1935 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 01:53](1941 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 01:56](1194 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:54, 05:32](1833 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:00, 05:25](1374 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:25, 01:54](1950 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:14](4787 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:22, 03:09](4787 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:27] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:20, 04:01](1843 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 04:40] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:16, 01:51](1944 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:40] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:45](364 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:32](619 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:21, 00:23](622 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [07:10, 05:52] ( 1 warnings 612 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:39, 02:35](2842 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:49] ( 1 warnings 500 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:34, 03:30](2863 MB) - -PASS -- COMPILE 'atml_intel' [08:11, 06:18] ( 9 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:36, 02:34](1917 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:26](1322 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:11, 03:08] ( 908 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:42, 03:56](1956 MB) - -PASS -- COMPILE 'atmw_intel' [09:15, 08:00] ( 1 warnings 521 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:32, 02:14](2703 MB) - -PASS -- COMPILE 'atmaero_intel' [08:14, 06:06] ( 1 warnings 414 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:39, 03:30](2013 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:03, 03:15](2413 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:36, 03:20](2416 MB) - -PASS -- COMPILE 'atmaq_intel' [07:12, 05:30] ( 9 warnings 611 remarks ) -PASS -- TEST 'regional_atmaq_intel' [13:30, 11:09](2876 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [15:07, 13:01](2876 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:20] ( 885 warnings 611 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:02, 27:14](2890 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:12, 05:30] ( 4 warnings 423 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:22, 06:56](1133 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:14, 13:38] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [13:44, 11:58](2049 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:10, 03:25] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:38, 13:22](2088 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [15:12, 13:30] -PASS -- TEST 'cpld_control_sfs_intelllvm' [14:31, 12:40](1996 MB) - -PASS -- COMPILE 's2swa_intelllvm' [10:15, 08:45] -PASS -- TEST 'cpld_control_p8_intelllvm' [09:54, 07:25](2516 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:17] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:31, 02:22](1733 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:16] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:28, 02:53](1807 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [09:12, 07:38] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [04:36, 02:52](818 MB) - -PASS -- COMPILE 'hafsw_debug_intelllvm' [04:11, 02:34] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [10:33, 08:13](715 MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:48] ( 1044 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:04, 06:55](2238 MB) +PASS -- TEST 'cpld_control_gefs_intel' [31:22, 20:31](3261 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [19:11, 06:58](2960 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [43:02, 33:27](3475 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:35] ( 1042 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:03, 12:01](2054 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:02, 13:15](2625 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:56, 05:15](1488 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:20, 06:03](2352 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:00, 20:09](1993 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:11, 12:52] ( 1042 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:44, 12:29](2030 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:38] ( 1554 warnings 2933 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:55, 13:24](2090 MB) + +PASS -- COMPILE 's2swa_intel' [10:11, 08:29] ( 1044 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:02, 07:51](2510 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:13, 06:50](2499 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:55, 03:49](2300 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:03, 07:04](2361 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:54, 03:47](1992 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:04, 15:48](3002 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:03, 07:04](2466 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:49, 11:45](2308 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:12, 07:07](2540 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:53, 18:44](3590 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:19, 12:28](3465 MB) + +PASS -- COMPILE 's2swal_intel' [10:11, 08:31] ( 1065 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [10:07, 07:33](2543 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:05, 03:52](2302 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:06, 05:59](3093 MB) + +PASS -- COMPILE 's2sw_intel' [10:11, 08:12] ( 1012 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:59, 06:46](2084 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:06, 04:49](2986 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:40] ( 1444 warnings 2183 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [11:09, 09:06](2394 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:22] ( 1444 warnings 2165 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:02, 04:39](2111 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:46] ( 948 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:57, 03:24](2187 MB) + +PASS -- COMPILE 's2swa_faster_intel' [11:11, 09:23] ( 1030 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [09:08, 06:40](2475 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:11, 12:53] ( 1035 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:58, 11:02](2168 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:12, 05:21](1705 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:56, 15:29](2120 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [06:33, 04:26](3032 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:37, 01:27](3018 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:35, 00:56](2467 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:32, 00:53](2209 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:33, 00:31](2212 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:30, 00:26](1534 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:33, 00:51](2211 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:34, 00:33](2210 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:30, 00:25](1532 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:32, 00:34](2138 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:31, 00:27](2138 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:28, 00:24](1490 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:25] ( 1554 warnings 2915 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:00, 19:50](2198 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:26] ( 501 remarks ) +PASS -- TEST 'control_flake_intel' [04:20, 02:33](1346 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:21, 01:38](2206 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:24, 01:44](2235 MB) +PASS -- TEST 'control_latlon_intel' [03:19, 01:48](2225 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:21, 01:59](2222 MB) +PASS -- TEST 'control_c48_intel' [06:21, 04:45](1668 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:23, 04:21](800 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:21, 04:51](1670 MB) +PASS -- TEST 'control_c192_intel' [06:35, 04:58](1829 MB) +PASS -- TEST 'control_c384_intel' [08:19, 05:54](2097 MB) +PASS -- TEST 'control_c384gdas_intel' [10:25, 06:14](1939 MB) +PASS -- TEST 'control_stochy_intel' [03:23, 01:13](1296 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:19, 00:41](1227 MB) +PASS -- TEST 'control_lndp_intel' [02:22, 01:07](1307 MB) +PASS -- TEST 'control_iovr4_intel' [10:21, 08:49](1322 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:33, 02:12](1598 MB) +PASS -- TEST 'control_iovr5_intel' [12:20, 10:29](1321 MB) +PASS -- TEST 'control_p8_intel' [04:49, 02:10](2500 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:50, 05:43](2528 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:40, 02:07](2536 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:42, 02:06](2537 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:45, 02:18](2553 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:43, 10:20](2384 MB) +PASS -- TEST 'control_restart_p8_intel' [03:34, 01:18](1843 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:35, 02:20](2501 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:40, 05:33](1910 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:33, 02:23](2504 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:39, 01:57](2025 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:45, 03:38](2516 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:50, 02:53](2576 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:48, 02:20](2529 MB) +PASS -- TEST 'merra2_thompson_intel' [04:41, 02:34](2539 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:31, 03:43](2536 MB) +FAILED: TEST TIMED OUT -- TEST 'regional_control_intel' [, ]( MB) +FAILED: UNABLE TO START TEST -- TEST 'regional_restart_intel' [, ]( MB) +PASS -- TEST 'regional_decomp_intel' [05:28, 03:42](1711 MB) +PASS -- TEST 'regional_2threads_intel' [05:27, 02:08](1567 MB) +PASS -- TEST 'regional_noquilt_intel' [06:33, 03:32](1996 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:28, 03:35](1729 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:27, 03:35](1717 MB) +PASS -- TEST 'regional_wofs_intel' [06:29, 04:26](2645 MB) + +PASS -- COMPILE 'rrfs_intel' [07:11, 05:49] ( 3 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [04:33, 02:47](1776 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:50, 02:50](1618 MB) +PASS -- TEST 'rap_decomp_intel' [04:24, 02:52](1715 MB) +PASS -- TEST 'rap_2threads_intel' [10:32, 02:17](1183 MB) +PASS -- TEST 'rap_restart_intel' [10:29, 01:30](1738 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:32, 02:48](1780 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:25, 02:50](1716 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:34, 01:30](1736 MB) +PASS -- TEST 'hrrr_control_intel' [12:34, 02:40](1765 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [13:29, 02:44](1705 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [13:25, 02:10](1174 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:19, 01:28](1735 MB) +PASS -- TEST 'rrfs_v1beta_intel' [15:54, 05:00](1941 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [16:23, 06:28](2670 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [16:20, 06:10](2922 MB) + +PASS -- COMPILE 'csawmg_intel' [07:11, 05:26] ( 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [14:33, 04:25](1763 MB) +PASS -- TEST 'control_ras_intel' [12:18, 02:18](1596 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 05:16] ( 395 remarks ) +PASS -- TEST 'control_wam_intel' [17:40, 08:07](2408 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 05:35] ( 411 remarks ) +PASS -- TEST 'control_p8_faster_intel' [10:39, 02:03](2521 MB) +PASS -- TEST 'regional_control_faster_intel' [15:29, 13:31](1702 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:33] ( 902 warnings 589 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:26, 01:39](2246 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:24, 01:40](2256 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:21, 02:11](1481 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:21, 01:59](1485 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:32, 06:33](1800 MB) +PASS -- TEST 'control_ras_debug_intel' [03:21, 02:01](1487 MB) +PASS -- TEST 'control_diag_debug_intel' [03:28, 01:59](2319 MB) +PASS -- TEST 'control_debug_p8_intel' [03:38, 02:01](2541 MB) +PASS -- TEST 'regional_debug_intel' [28:34, 26:09](1635 MB) +PASS -- TEST 'rap_control_debug_intel' [05:19, 03:36](1878 MB) +PASS -- TEST 'hrrr_control_debug_intel' [12:19, 03:31](1863 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [12:18, 03:32](1875 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [11:18, 03:45](1878 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [12:18, 03:38](1885 MB) +PASS -- TEST 'rap_diag_debug_intel' [12:25, 03:47](1959 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:19, 03:39](1876 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:18, 03:42](1872 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:37, 03:39](1877 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:25, 03:41](1874 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:18, 03:41](1879 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 03:44](1871 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:19, 05:46](1876 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 03:34](1890 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:34, 03:37](1877 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:43, 06:05](1876 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 02:10] ( 859 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [11:38, 08:58](2293 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:23] ( 3 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:48, 02:39](1500 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:29, 02:21](1713 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:28, 02:18](1738 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:23, 01:56](1076 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:22, 01:51](1055 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:22, 02:21](1657 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:20](1656 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:15](1612 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:11, 05:34] ( 3 warnings 392 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:49, 01:54](1795 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:39, 00:49](1793 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:36, 02:01](1821 MB) +PASS -- TEST 'conus13km_restart_intel' [03:35, 01:10](1552 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:29] ( 3 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:30, 02:52](1813 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:16] ( 793 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:18, 03:23](1753 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:18, 03:18](1738 MB) +PASS -- TEST 'conus13km_debug_intel' [16:39, 14:56](1844 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:36, 14:35](1465 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:33, 08:16](1846 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:32, 15:00](1863 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:32, 15:01](1919 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:19] ( 793 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 03:29](1856 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 08:15] ( 695 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:36, 02:37](1197 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:56, 03:58](1386 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:24, 02:28](1481 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:44, 04:17](1336 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [33:37, 31:44](1353 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [25:46, 23:20](1420 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:44, 03:18](819 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:44, 03:54](813 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:37, 01:33](542 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:22, 04:19](610 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:35, 02:18](754 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:38, 02:08](759 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:40, 02:37](797 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:19, 00:47](531 MB) +PASS -- TEST 'gnv1_nested_intel' [05:03, 02:26](1738 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:11, 02:45] ( 1499 warnings 2057 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:36, 08:07](733 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:13, 08:15] ( 660 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [28:38, 25:48](896 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [29:45, 27:19](1067 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:11, 07:43] ( 928 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:35, 18:13](1096 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:11, 08:03] ( 637 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:35, 04:01](1328 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:33, 04:00](1284 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:41, 11:33](1817 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [05:11, 04:05] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [12:16, 10:39](1946 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [08:17, 06:28](1885 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 01:54](1200 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 02:02](1199 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:15, 01:47](1199 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:13](1937 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 01:57](1947 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 01:46](1202 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:59, 05:30](1846 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:55, 05:25](1366 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 01:45](1941 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 02:58](4788 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:00](4787 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:27] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:16, 04:03](1844 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:11, 04:36] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 01:52](1947 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:43] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:27, 00:47](359 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:20, 00:32](620 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:20, 00:27](620 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:11, 06:13] ( 611 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:51, 02:41](2854 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:13, 05:52] ( 499 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:42, 03:26](2868 MB) + +PASS -- COMPILE 'atml_intel' [08:11, 06:40] ( 8 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:45, 02:28](1904 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:31, 01:28](1301 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:12, 03:25] ( 907 warnings 552 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:43, 03:37](1951 MB) + +PASS -- COMPILE 'atmw_intel' [09:11, 07:46] ( 520 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:39, 01:46](2709 MB) + +PASS -- COMPILE 'atmaero_intel' [07:12, 05:53] ( 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:46, 03:07](1989 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:36, 03:15](2399 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:37, 03:17](2417 MB) + +PASS -- COMPILE 'atmaq_intel' [07:11, 05:42] ( 8 warnings 610 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:33, 10:51](2874 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [17:20, 13:11](2870 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:10] ( 884 warnings 610 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [31:14, 27:19](2889 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:20] ( 3 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:22, 06:47](1138 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [14:11, 12:46] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [14:58, 11:59](2060 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:11, 03:15] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:52, 13:21](2083 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [14:11, 13:03] +PASS -- TEST 'cpld_control_sfs_intelllvm' [14:43, 12:42](2006 MB) + +PASS -- COMPILE 's2swa_intelllvm' [10:11, 08:20] +PASS -- TEST 'cpld_control_p8_intelllvm' [10:15, 07:41](2477 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [06:11, 05:07] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:29, 02:22](1722 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:19] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:31, 02:53](1831 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [09:11, 07:55] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [07:45, 02:37](814 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [04:11, 02:32] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [12:38, 08:09](729 MB) -PASS -- COMPILE 'datm_cdeps_intelllvm' [06:11, 04:35] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:16, 01:43](1933 MB) +PASS -- COMPILE 'datm_cdeps_intelllvm' [06:11, 04:27] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [12:16, 10:38](1937 MB) -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:11, 02:29] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [05:16, 04:08](1842 MB) +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:11, 02:24] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [05:16, 03:58](1843 MB) -PASS -- COMPILE 'atm_gnu' [04:11, 02:49] -PASS -- TEST 'control_c48_gnu' [07:29, 05:46](1512 MB) -PASS -- TEST 'control_stochy_gnu' [03:17, 01:57](515 MB) -PASS -- TEST 'control_ras_gnu' [04:17, 03:06](520 MB) -PASS -- TEST 'control_p8_gnu' [04:38, 03:01](1476 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:36, 03:01](1463 MB) -PASS -- TEST 'control_flake_gnu' [05:18, 04:02](559 MB) +PASS -- COMPILE 'atm_gnu' [05:11, 03:14] +PASS -- TEST 'control_c48_gnu' [07:21, 05:53](1512 MB) +PASS -- TEST 'control_stochy_gnu' [03:18, 01:56](515 MB) +PASS -- TEST 'control_ras_gnu' [05:17, 03:07](520 MB) +PASS -- TEST 'control_p8_gnu' [04:51, 03:00](1477 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:42, 03:00](1474 MB) +PASS -- TEST 'control_flake_gnu' [05:19, 03:59](559 MB) -PASS -- COMPILE 'rrfs_gnu' [04:11, 02:49] -PASS -- TEST 'rap_control_gnu' [05:23, 03:24](852 MB) -PASS -- TEST 'rap_decomp_gnu' [05:23, 03:22](854 MB) -PASS -- TEST 'rap_2threads_gnu' [04:27, 02:51](909 MB) +PASS -- COMPILE 'rrfs_gnu' [05:11, 02:52] +PASS -- TEST 'rap_control_gnu' [05:23, 03:27](854 MB) +PASS -- TEST 'rap_decomp_gnu' [05:23, 03:25](854 MB) +PASS -- TEST 'rap_2threads_gnu' [04:32, 02:39](911 MB) PASS -- TEST 'rap_restart_gnu' [03:26, 01:49](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:27, 03:27](854 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:23, 03:23](854 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:25, 01:49](580 MB) -PASS -- TEST 'hrrr_control_gnu' [05:26, 03:18](856 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:23, 03:19](841 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:22, 02:34](902 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:23, 03:20](856 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:19, 01:46](581 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:19, 01:49](669 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:28, 06:19](849 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:11, 02:47] -PASS -- TEST 'control_csawmg_gnu' [07:25, 05:32](758 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:13, 04:46] -PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:16](1286 MB) -PASS -- TEST 'regional_debug_gnu' [07:28, 05:42](764 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:18, 01:50](862 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:18, 01:46](863 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 01:48](867 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:18, 01:49](865 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:07](946 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 02:50](859 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:18, 01:48](862 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:17, 01:06](506 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:32, 03:25](854 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:23, 03:24](854 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:27, 01:50](580 MB) +PASS -- TEST 'hrrr_control_gnu' [05:23, 03:22](855 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:22, 03:18](841 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:30, 02:33](902 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:23, 03:21](856 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:19, 01:45](580 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:19, 01:45](668 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:35, 06:11](851 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 02:47] +PASS -- TEST 'control_csawmg_gnu' [07:29, 05:36](758 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 04:54] +PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:22](1287 MB) +PASS -- TEST 'regional_debug_gnu' [07:29, 05:41](755 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:19, 01:49](861 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 01:47](863 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 01:49](867 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:18, 01:50](865 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:02](949 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:19, 02:48](859 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 01:49](859 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:07](506 MB) PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:12](498 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:27, 01:24](1446 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:18, 01:49](862 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:49](862 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:28, 02:57](871 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:26] -PASS -- TEST 'control_wam_debug_gnu' [06:34, 04:31](1309 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 02:32] -PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:45](740 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:41] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:25, 03:12](709 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:24, 03:09](712 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [06:23, 02:29](740 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:22, 02:24](735 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:22, 03:08](710 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:24, 01:43](552 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:19, 01:39](558 MB) -PASS -- TEST 'conus13km_control_gnu' [04:36, 02:54](906 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:31, 01:15](908 MB) -PASS -- TEST 'conus13km_decomp_gnu' [04:32, 03:04](910 MB) -PASS -- TEST 'conus13km_restart_gnu' [03:31, 01:40](583 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 06:14] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:27, 03:37](738 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:12, 04:48] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 01:47](717 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:46](720 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:35, 06:51](923 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [17:32, 16:00](649 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:30, 04:09](924 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [09:30, 07:19](926 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:31, 07:06](991 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:11, 04:59] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:19, 01:51](744 MB) - -PASS -- COMPILE 's2swa_gnu' [12:14, 10:42] -PASS -- TEST 'cpld_control_p8_gnu' [09:52, 07:39](1605 MB) - -PASS -- COMPILE 's2s_gnu' [12:12, 10:16] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:46, 06:51](1524 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:11, 01:55] -PASS -- TEST 'cpld_debug_p8_gnu' [06:46, 04:39](1613 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [11:21, 10:17] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:39, 08:52](1568 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:22, 01:46] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:37, 06:34](1581 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [11:11, 09:53] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:17, 02:13](1511 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:34, 01:18](1440 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:19, 01:48](860 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:50](862 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:33, 03:00](871 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:22] +PASS -- TEST 'control_wam_debug_gnu' [06:39, 04:37](1310 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 02:34] +PASS -- TEST 'control_csawmg_debug_gnu' [03:29, 01:43](742 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 02:50] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:22, 03:15](709 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [08:26, 06:45](712 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:29, 02:36](737 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:28, 02:24](734 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:23, 03:06](714 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:25, 01:42](550 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:19, 01:41](556 MB) +PASS -- TEST 'conus13km_control_gnu' [24:53, 22:28](905 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:45, 01:08](906 MB) +PASS -- TEST 'conus13km_decomp_gnu' [04:39, 03:00](909 MB) +PASS -- TEST 'conus13km_restart_gnu' [13:39, 11:56](577 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 06:10] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:32, 03:35](736 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 04:55] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 01:48](719 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:45](720 MB) +PASS -- TEST 'conus13km_debug_gnu' [15:37, 13:58](923 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:38, 06:40](650 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:35, 04:04](924 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [09:35, 07:31](926 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:36, 07:04](990 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 04:53] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:19, 01:50](744 MB) + +PASS -- COMPILE 's2swa_gnu' [14:11, 11:49] +PASS -- TEST 'cpld_control_p8_gnu' [10:20, 07:34](1606 MB) + +PASS -- COMPILE 's2s_gnu' [14:11, 11:34] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:01, 06:45](1557 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:11, 02:53] +PASS -- TEST 'cpld_debug_p8_gnu' [07:04, 04:44](1613 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [12:11, 10:16] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:56, 08:53](1582 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:46] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [09:53, 06:38](1555 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [11:11, 10:06] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [17:16, 15:47](1511 MB) SYNOPSIS: -Starting Date/Time: 20251009 06:41:50 -Ending Date/Time: 20251009 08:45:09 -Total Time: 02h:03m:47s -Compiles Completed: 70/70 -Tests Completed: 283/283 +Starting Date/Time: 20251014 16:24:00 +Ending Date/Time: 20251014 18:24:31 +Total Time: 02h:01m:13s +Compiles Completed: 69/69 +Tests Completed: 280/282 +Failed Tests: +* TEST regional_control_intel: FAILED: TEST TIMED OUT +-- LOG: /scratch4/NCEPDEV/stmp/Daniel.Sarmiento/RT_RUNDIRS/Daniel.Sarmiento/FV3_RT/rt_1219052/regional_control_intel/err +* TEST regional_restart_intel: FAILED: UNABLE TO START TEST +-- LOG: N/A NOTES: -A file 'test_changes.list' was generated but is empty. +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: SUCCESS +Result: FAILURE ====END OF URSA REGRESSION TESTING LOG==== diff --git a/tests/test_changes.list b/tests/test_changes.list index 7d80a15986..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,2 +0,0 @@ -control_p8_rrtmgp intel -control_p8_rrtmgp_rad32 intel From 9f326ad77dc3c420ef592d3427f4ba6107d5c911 Mon Sep 17 00:00:00 2001 From: Daniel Sarmiento Date: Fri, 17 Oct 2025 12:41:26 +0000 Subject: [PATCH 3/3] Allow restart_gfsv17 to use route handles --- tests/fv3_conf/cpld_control_run.IN | 6 + tests/parm/control_gfsv17.nml.IN | 349 ----------------------------- tests/tests/cpld_control_gfsv17 | 2 + tests/tests/cpld_restart_gfsv17 | 2 + 4 files changed, 10 insertions(+), 349 deletions(-) delete mode 100644 tests/parm/control_gfsv17.nml.IN diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index b214796c83..650c30dc57 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -170,6 +170,12 @@ else if [ $CPLLND = .true. ]; then cp ../${DEP_RUN}${SUFFIX}/ufs.cpld.lnd.out.${RESTART_FILE_SUFFIX_SECS}.tile*.nc RESTART/. fi + + # FV3 route handle files + if [[ $USE_FV3_ROUTEHANDLES = .true. ]]; then + cp ../${DEP_RUN}${SUFFIX}/routehandle_fb* ./ + fi + elif [[ $ULTRALOW == .true. ]]; then # Warm starts from ICs; all cases use 9km unstructured WW3 cp ${FV3_IC}/*.nc ./INPUT diff --git a/tests/parm/control_gfsv17.nml.IN b/tests/parm/control_gfsv17.nml.IN deleted file mode 100644 index 6cfb330df0..0000000000 --- a/tests/parm/control_gfsv17.nml.IN +++ /dev/null @@ -1,349 +0,0 @@ -&atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. - ccpp_suite = '@[CCPP_SUITE]' -/ - -&diag_manager_nml - prepend_date = .false. - max_output_fields = @[MAX_OUTPUT_FIELDS] -/ - -&fms_nml - clock_grain = 'ROUTINE' - domains_stack_size = 3000000 - print_memory_usage = .false. -/ - -&fms2_io_nml - netcdf_default_format = "netcdf4" -/ - -&fv_core_nml - layout = @[INPES],@[JNPES] - io_layout = 1,1 - npx = @[NPX] - npy = @[NPY] - ntiles = 6 - npz = @[NPZ] - grid_type = -1 - make_nh = @[MAKE_NH] - fv_debug = .false. - range_warn = .false. - reset_eta = .false. - n_sponge = 42 - nudge_qv = .true. - nudge_dz = .false. - tau = 10. - rf_cutoff = 7.5e2 - d2_bg_k1 = 0.20 - d2_bg_k2 = 0.0 - kord_tm = -9 - kord_mt = 9 - kord_wz = 9 - kord_tr = 9 - hydrostatic = .false. - phys_hydrostatic = .false. - use_hydro_pressure = .false. - beta = 0. - a_imp = 1. - p_fac = 0.1 - k_split = 2 - n_split = 6 - nwat = 6 - na_init = @[NA_INIT] - d_ext = 0. - dnats = @[DNATS] - fv_sg_adj = 450 - d2_bg = 0. - nord = 2 - dddmp = 0.1 - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 - ke_bg = 0. - do_vort_damp = .true. - external_ic = @[EXTERNAL_IC] - external_eta = .true. - gfs_phil = .false. - nggps_ic = @[NGGPS_IC] - mountain = @[MOUNTAIN] - ncep_ic = .false. - d_con = 1. - 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 = .true. - consv_am = .false. - fill = .true. - dwind_2d = .false. - print_freq = 6 - warm_start = @[WARM_START] - no_dycore = .false. - z_tracer = .true. - agrid_vel_rst = .true. - read_increment = @[READ_INCREMENT] - res_latlon_dynamics = @[RES_LATLON_DYNAMICS] - increment_file_on_native_grid = @[INCREMENT_FILE_ON_NATIVE_GRID] -/ - -&external_ic_nml - filtered_terrain = .true. - levp = @[NPZP] - gfs_dwinds = .true. - checker_tr = .false. - nt_checker = 0 -/ - -&gfs_physics_nml - fhzero = @[FHZERO] - h2o_phys = .true. - ldiag3d = @[LDIAG3D] - qdiag3d = @[QDIAG3D] - print_diff_pgr = @[PRINT_DIFF_PGR] - fhcyc = @[FHCYC] - use_ufo = .true. - pre_rad = .false. - imp_physics = 11 - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. - ialb = 1 - iems = 1 - iaer = @[IAER] - icliq_sw = 2 - iovr = @[IOVR] - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. - shal_cnv = .true. - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = .false. - satmedmf = .true. - isatmedmf = 1 - lheatstrg = @[LHEATSTRG] - lseaspray = @[LSEASPRAY] - random_clds = @[RANDOM_CLDS] - trans_trac = .true. - cnvcld = @[CNVCLD] - imfshalcnv = @[IMFSHALCNV] - imfdeepcnv = @[IMFDEEPCNV] - ras = @[RAS] - cdmbgwd = @[CDMBGWD] - progsigma = @[PROGSIGMA] - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsoil = 4 - lsm = @[LSM] - iopt_dveg = 1 - iopt_crs = 1 - iopt_btr = 1 - iopt_run = 1 - iopt_sfc = 1 - iopt_frz = 1 - iopt_inf = 1 - iopt_rad = 1 - iopt_alb = 2 - iopt_snf = 4 - iopt_tbot = 2 - iopt_stc = 1 - iopt_trs = 2 - iopt_diag = 2 - debug = .false. - oz_phys = .false. - oz_phys_2015 = .true. - nstf_name = 2,0,0,0,0 - nst_anl = .true. - psautco = 0.0008,0.0005 - prautco = 0.00015,0.00015 - lgfdlmprad = .true. - cplchm = @[CPLCHM] - cplwav = @[CPLWAV] - cplwav2atm = @[CPLWAV2ATM] - effr_in = .true. - ldiag_ugwp = .false. - do_ugwp = .false. - do_tofd = .true. - do_sppt = @[DO_SPPT] - do_shum = @[DO_SHUM] - do_skeb = @[DO_SKEB] - lndp_type = @[LNDP_TYPE] - n_var_lndp = @[N_VAR_LNDP] - fscav_aero = @[FSCAV_AERO] - do_RRTMGP = @[DO_RRTMGP] - active_gases = 'h2o_co2_o3_n2o_ch4_o2' - ngases = 6 - lw_file_gas = 'rrtmgp-data-lw-g128-210809.nc' - lw_file_clouds = 'rrtmgp-cloud-optics-coeffs-lw.nc' - sw_file_gas = 'rrtmgp-data-sw-g112-210809.nc' - sw_file_clouds = 'rrtmgp-cloud-optics-coeffs-sw.nc' - rrtmgp_nGptsSW = 112 - rrtmgp_nGptsLW = 128 - rrtmgp_nBandsLW = 16 - rrtmgp_nBandsSW = 14 - doGP_lwscat = @[DOGP_LWSCAT] -/ - -&gfdl_cloud_microphysics_nml - sedi_transport = .true. - do_sedi_heat = .false. - rad_snow = .true. - rad_graupel = .true. - rad_rain = .true. - const_vi = .false. - const_vs = .false. - const_vg = .false. - const_vr = .false. - vi_max = 1. - vs_max = 2. - vg_max = 12. - vr_max = 12. - qi_lim = 1. - prog_ccn = .false. - do_qa = .true. - fast_sat_adj = .true. - tau_l2v = 225. - tau_v2l = 150. - tau_g2v = 900. - rthresh = 10.e-6 ! This is a key parameter for cloud water - dw_land = 0.16 - dw_ocean = 0.10 - ql_gen = 1.0e-3 - ql_mlt = 1.0e-3 - qi0_crt = 8.0E-5 - qs0_crt = 1.0e-3 - tau_i2s = 1000. - c_psaci = 0.05 - c_pgacs = 0.01 - rh_inc = 0.30 - rh_inr = 0.30 - rh_ins = 0.30 - ccn_l = 300. - ccn_o = 100. - c_paut = 0.5 - c_cracw = 0.8 - use_ppm = .false. - use_ccn = .true. - mono_prof = .true. - z_slope_liq = .true. - z_slope_ice = .true. - de_ice = .false. - fix_negative = .true. - icloud_f = 1 - mp_time = 150. - reiflag = 2 -/ - -&interpolator_nml - interp_method = 'conserve_great_circle' -/ - -&namsfc - FNGLAC = 'global_glacier.2x2.grb' - FNMXIC = 'global_maxice.2x2.grb' - FNTSFC = 'RTGSST.1982.2012.monthly.clim.grb' - FNSNOC = 'global_snoclim.1.875.grb' - FNZORC = 'igbp' - FNALBC = @[FNALBC] - FNALBC2 = 'global_albedo4.1x1.grb' - FNAISC = 'CFSR.SEAICE.1982.2012.monthly.clim.grb' - FNTG3C = 'global_tg3clim.2.6x1.5.grb' - FNVEGC = 'global_vegfrac.0.144.decpercent.grb' - FNVETC = @[FNVETC] - FNSOTC = @[FNSOTC] - FNSOCC = @[FNSOCC] - FNSMCC = @[FNSMCC_control] - FNMSKH = @[FNMSKH_control] - FNTSFA = '' - FNACNA = '' - FNSNOA = '' - FNVMNC = 'global_shdmin.0.144x0.144.grb' - FNVMXC = 'global_shdmax.0.144x0.144.grb' - FNSLPC = 'global_slope.1x1.grb' - FNABSC = @[FNABSC] - LDEBUG = .false. - FSMCL(2) = 99999 - FSMCL(3) = 99999 - FSMCL(4) = 99999 - LANDICE = @[LANDICE] - FTSFS = 90 - FAISL = 99999 - FAISS = 99999 - FSNOL = 99999 - FSNOS = 99999 - FSICL = 99999 - FSICS = 99999 - FTSFL = 99999 - FVETL = 99999 - FSOTL = 99999 - FvmnL = 99999 - FvmxL = 99999 - FSLPL = 99999 - FABSL = 99999 -/ - -&fv_grid_nml - grid_file = 'INPUT/grid_spec.nc' -/ - -&nam_stochy - STOCHINI=@[STOCHINI], - SKEBNORM=1, - SKEB_NPASS=30, - SKEB_VDOF=5, - SKEB=@[SKEB], - SKEB_TAU=2.16E4, - SKEB_LSCALE=1000.E3, - SKEBINT=1800, - SHUM=@[SHUM], - SHUM_TAU=21600, - SHUM_LSCALE=500000, - SHUMINT=3600, - SPPT=@[SPPT], - SPPT_TAU=21600, - SPPT_LSCALE=500000, - SPPT_LOGIT=.TRUE., - SPPT_SFCLIMIT=.TRUE., - SPPTINT=1800, - ISEED_SHUM=1, - ISEED_SKEB=2, - ISEED_SPPT=3, -/ - -&nam_sfcperts - lndp_type = @[LNDP_TYPE] - lndp_model_type = @[LNDP_MODEL_TYPE] - LNDP_TAU=21600, - LNDP_LSCALE=500000, - ISEED_LNDP=2010, - lndp_var_list = @[LNDP_VAR_LIST] - lndp_prt_list = @[LNDP_PRT_LIST] -/ - -&cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 - knob_ugwp_dokdis = 1 - knob_ugwp_ndx4lh = 1 - knob_ugwp_version = 0 - launch_level = 54 -/ - diff --git a/tests/tests/cpld_control_gfsv17 b/tests/tests/cpld_control_gfsv17 index 982828af23..d935c6dd4e 100644 --- a/tests/tests/cpld_control_gfsv17 +++ b/tests/tests/cpld_control_gfsv17 @@ -96,6 +96,8 @@ WAV_tasks=$WAV_tasks_cpl_unstr export atm_omp_num_threads=$THRD_cpl_unstr export med_omp_num_threads=$atm_omp_num_threads +export USE_FV3_ROUTEHANDLES=.true. + export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc export MOM6_ALLOW_LANDMASK_CHANGES=True export eps_imesh=2.5e-1 diff --git a/tests/tests/cpld_restart_gfsv17 b/tests/tests/cpld_restart_gfsv17 index e841095e10..a7b9123c8e 100644 --- a/tests/tests/cpld_restart_gfsv17 +++ b/tests/tests/cpld_restart_gfsv17 @@ -72,6 +72,8 @@ export RESTART_N=$((FHMAX-$FHROT)) export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" +export USE_FV3_ROUTEHANDLES=.true. + # ATM warm start export WARM_START=.true. export MAKE_NH=.false.