From 8e3253c635c3991f25b64507121087df18ba0ad7 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 24 Sep 2024 11:47:27 -0400 Subject: [PATCH 01/17] point to new CICE branch in my fork --- CICE-interface/CICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 635d9a100a..d9d0176ad7 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 635d9a100a736bd8d14ad091e879d5da6e4eb2bd +Subproject commit d9d0176ad7f4464116c3f17aa71e33da9e5fd921 From cc3bbe9376942ed3d42c260e48c9bc41bd98c163 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 24 Sep 2024 13:12:52 -0400 Subject: [PATCH 02/17] Revert "point to new CICE branch in my fork" This reverts commit 8e3253c635c3991f25b64507121087df18ba0ad7. --- CICE-interface/CICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index d9d0176ad7..635d9a100a 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit d9d0176ad7f4464116c3f17aa71e33da9e5fd921 +Subproject commit 635d9a100a736bd8d14ad091e879d5da6e4eb2bd From c55f09de8fef49dffe6dbbbaeecd316e8fa91fa1 Mon Sep 17 00:00:00 2001 From: Nick Szapiro Date: Mon, 7 Oct 2024 06:40:04 +0000 Subject: [PATCH 03/17] Use personal CDEPS branch instead --- .gitmodules | 4 ++-- CDEPS-interface/CDEPS | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index d648fcb8f9..139214aca4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,8 +32,8 @@ branch = develop [submodule "CDEPS"] path = CDEPS-interface/CDEPS - url = https://github.com/NOAA-EMC/CDEPS - branch = develop + url = https://github.com/NickSzapiro-NOAA/CDEPS + branch = sync_cdeps_2024-10 [submodule "GOCART"] path = GOCART url = https://github.com/GEOS-ESM/GOCART diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 1f9eaaa142..26cb5934b3 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae +Subproject commit 26cb5934b3990013c017de8171359bc41d4085fa From 2559ddb7a9daf7ddb2eba9f99475ff119ea6daf4 Mon Sep 17 00:00:00 2001 From: Nick Szapiro Date: Mon, 7 Oct 2024 06:51:37 +0000 Subject: [PATCH 04/17] Add dglc and docn_multilev files to CDEPS-interface --- CDEPS-interface/CMakeLists.txt | 11 ++++++++++- CDEPS-interface/cdeps_files.cmake | 6 ++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CDEPS-interface/CMakeLists.txt b/CDEPS-interface/CMakeLists.txt index afea540965..4f5c086013 100644 --- a/CDEPS-interface/CMakeLists.txt +++ b/CDEPS-interface/CMakeLists.txt @@ -95,6 +95,14 @@ target_include_directories(dwav PRIVATE $) +target_link_libraries(dglc PRIVATE dshr share streams) +target_link_libraries(dglc PRIVATE esmf PIO::PIO_Fortran) + # CDEPS add_library(cdeps STATIC $ $ @@ -104,7 +112,8 @@ add_library(cdeps STATIC $ $ $ $ - $) + $ + $) add_library(cdeps::cdeps ALIAS cdeps) target_include_directories(cdeps PUBLIC $ $) diff --git a/CDEPS-interface/cdeps_files.cmake b/CDEPS-interface/cdeps_files.cmake index 321b9d84c5..774cdefadb 100644 --- a/CDEPS-interface/cdeps_files.cmake +++ b/CDEPS-interface/cdeps_files.cmake @@ -67,6 +67,7 @@ list(APPEND cdeps_docn_files CDEPS/docn/docn_datamode_iaf_mod.F90 CDEPS/docn/docn_datamode_som_mod.F90 CDEPS/docn/docn_datamode_cplhist_mod.F90 + CDEPS/docn/docn_datamode_multilev_mod.F90 CDEPS/docn/docn_import_data_mod.F90 CDEPS/docn/ocn_comp_nuopc.F90 ) @@ -78,3 +79,8 @@ list(APPEND cdeps_drof_files list(APPEND cdeps_dwav_files CDEPS/dwav/wav_comp_nuopc.F90 ) + +list(APPEND cdeps_dglc_files + CDEPS/dglc/dglc_datamode_noevolve_mod.F90 + CDEPS/dglc/glc_comp_nuopc.F90 +) From 9ba75e4ed52ad8671c0cca1dc97df49eea184ea7 Mon Sep 17 00:00:00 2001 From: Nick Szapiro Date: Mon, 7 Oct 2024 18:19:48 +0000 Subject: [PATCH 05/17] Include docn_datamode_multilev_dom_mod.F90 in cdeps_docn_files cmake. Update CDEPS hash --- CDEPS-interface/CDEPS | 2 +- CDEPS-interface/cdeps_files.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 26cb5934b3..7a181896f1 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 26cb5934b3990013c017de8171359bc41d4085fa +Subproject commit 7a181896f16fd9f1bbdaf556248395fa5ae716ad diff --git a/CDEPS-interface/cdeps_files.cmake b/CDEPS-interface/cdeps_files.cmake index 774cdefadb..4fec2a392a 100644 --- a/CDEPS-interface/cdeps_files.cmake +++ b/CDEPS-interface/cdeps_files.cmake @@ -68,6 +68,7 @@ list(APPEND cdeps_docn_files CDEPS/docn/docn_datamode_som_mod.F90 CDEPS/docn/docn_datamode_cplhist_mod.F90 CDEPS/docn/docn_datamode_multilev_mod.F90 + CDEPS/docn/docn_datamode_multilev_dom_mod.F90 CDEPS/docn/docn_import_data_mod.F90 CDEPS/docn/ocn_comp_nuopc.F90 ) From 85d8ad68cff4cf6f8efa5863f47da386a94f66a0 Mon Sep 17 00:00:00 2001 From: Nicholas Szapiro <149816583+NickSzapiro-NOAA@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:50:14 -0400 Subject: [PATCH 06/17] Change personal CDEPS branch in .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 20187c3d96..29327b7abc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,7 +33,7 @@ [submodule "CDEPS"] path = CDEPS-interface/CDEPS url = https://github.com/NickSzapiro-NOAA/CDEPS - branch = sync_cdeps_2024-10 + branch = sync_escomp_2024-10 [submodule "GOCART"] path = GOCART url = https://github.com/GEOS-ESM/GOCART From 9e6873e954cac3ea0c4f4f9c57f6ed9fa7a33d8f Mon Sep 17 00:00:00 2001 From: Nick Szapiro Date: Mon, 14 Oct 2024 05:58:27 +0000 Subject: [PATCH 07/17] Update CDEPS hash --- CDEPS-interface/CDEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 7a181896f1..395f9dd6f8 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 7a181896f16fd9f1bbdaf556248395fa5ae716ad +Subproject commit 395f9dd6f8c6870cdb4592dba07c3f6f484aac69 From abfa34a3f835e9fceffdc1a14a0c01e5c852e010 Mon Sep 17 00:00:00 2001 From: Nick Szapiro Date: Mon, 14 Oct 2024 14:28:01 +0000 Subject: [PATCH 08/17] Baseline changes in CDEPS only on hera --- tests/logs/RegressionTests_hera.log | 757 ++++++++++++++-------------- tests/test_changes.list | 5 +- 2 files changed, 385 insertions(+), 377 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index bc30027e59..943134e08b 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,13 +1,13 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -a548dfb95738d53c36144e4a347eff7c9a786284 +9e6873e954cac3ea0c4f4f9c57f6ed9fa7a33d8f Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 395f9dd6f8c6870cdb4592dba07c3f6f484aac69 CDEPS-interface/CDEPS (heads/sync_escomp_2024-10) 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) - 0609c42d5345afdf69c41d476e86a35f41050764 CMEPS-interface/CMEPS (cmeps_v0.4.1-2348-g0609c42) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) 1aba87cb308fb52912e7fe6dd6b53d0ce7077554 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) @@ -27,388 +27,395 @@ 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-20241001 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1987659 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Nick.Szapiro/FV3_RT/rt_369440 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf +* (-a) - HPC PROJECT ACCOUNT: nems * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:12, 12:11] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:12, 06:12](3294 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:13, 15:26] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:03, 16:41](1964 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:46, 17:54](2165 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:21, 08:12](1269 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:09, 18:48](1864 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:13, 16:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:47, 16:21](1934 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:52] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:00, 23:26](1919 MB) - -PASS -- COMPILE 's2swa_intel' [13:12, 12:06] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:23, 07:51](3318 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:27, 07:29](3328 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:46, 04:14](3257 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:16, 07:32](3348 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:41, 05:37](3256 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:09, 07:06](3639 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:09, 07:37](3318 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:12, 06:16](3194 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:27, 07:32](3350 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:26, 09:53](3523 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:06, 06:10](3617 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:47, 08:53](4279 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:05, 06:22](4377 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:14, 05:23](3291 MB) - -PASS -- COMPILE 's2sw_intel' [13:13, 11:39] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:06, 05:41](1958 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:18, 07:25](2004 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 05:52] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:02, 12:59](3410 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:20] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:01, 09:02](2016 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:14, 10:38] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:58, 04:24](2036 MB) - -PASS -- COMPILE 's2s_intel' [12:14, 10:38] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:40, 07:44](3042 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:41, 02:40](3043 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:46, 01:32](2469 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:14, 16:15] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:18, 07:15](3336 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:13, 15:15] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:53, 16:51](1981 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:25, 07:57](1274 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:08, 18:59](1932 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:12, 05:59] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:02, 26:13](1967 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:29, 03:17](697 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:56, 03:14](1566 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:58, 03:18](1587 MB) -PASS -- TEST 'control_latlon_intel' [05:50, 03:11](1581 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:59, 03:31](1584 MB) -PASS -- TEST 'control_c48_intel' [13:57, 11:20](1727 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:30, 06:24](857 MB) -PASS -- TEST 'control_c192_intel' [14:14, 11:48](1748 MB) -PASS -- TEST 'control_c384_intel' [17:07, 13:22](1982 MB) -PASS -- TEST 'control_c384gdas_intel' [12:11, 08:08](1375 MB) -PASS -- TEST 'control_stochy_intel' [03:26, 01:37](653 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:30, 00:57](497 MB) -PASS -- TEST 'control_lndp_intel' [03:26, 01:32](649 MB) -PASS -- TEST 'control_iovr4_intel' [04:29, 02:28](654 MB) -PASS -- TEST 'control_iovr5_intel' [04:28, 02:27](653 MB) -PASS -- TEST 'control_p8_intel' [06:12, 03:43](1882 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:11, 03:08](1892 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:53, 03:32](1869 MB) -PASS -- TEST 'control_restart_p8_intel' [03:49, 01:59](1132 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:51, 03:36](1871 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:03, 01:59](1152 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:49, 03:42](1842 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:45, 03:28](1956 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:52, 06:28](1874 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:53, 03:57](1954 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:56, 03:02](1903 MB) -PASS -- TEST 'merra2_thompson_intel' [05:49, 03:21](1888 MB) -PASS -- TEST 'regional_control_intel' [07:37, 05:16](1085 MB) -PASS -- TEST 'regional_restart_intel' [04:40, 02:57](1081 MB) -PASS -- TEST 'regional_decomp_intel' [07:36, 05:35](1078 MB) -PASS -- TEST 'regional_2threads_intel' [05:41, 03:25](1083 MB) -PASS -- TEST 'regional_noquilt_intel' [07:37, 05:15](1393 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:37, 05:22](1089 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:33, 05:32](1098 MB) -PASS -- TEST 'regional_wofs_intel' [08:39, 07:02](1893 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 09:47] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:45, 07:46](1099 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:03, 04:16](1245 MB) -PASS -- TEST 'rap_decomp_intel' [09:35, 08:04](1024 MB) -PASS -- TEST 'rap_2threads_intel' [09:33, 07:19](1174 MB) -PASS -- TEST 'rap_restart_intel' [05:47, 04:00](1099 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:44, 07:41](1101 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:36, 08:01](1032 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:47, 05:48](1121 MB) -PASS -- TEST 'hrrr_control_intel' [05:43, 03:57](1042 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:36, 04:01](1028 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:34, 03:37](1097 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:35, 02:09](1001 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:47, 07:36](1088 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:24, 09:17](1973 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:27, 09:21](2063 MB) - -PASS -- COMPILE 'csawmg_intel' [10:12, 09:05] -PASS -- TEST 'control_csawmg_intel' [07:51, 06:07](1020 MB) -PASS -- TEST 'control_ras_intel' [05:27, 03:16](742 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:12, 04:04] -PASS -- TEST 'control_csawmg_gnu' [11:38, 09:59](730 MB) - -PASS -- COMPILE 'wam_intel' [11:13, 09:15] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:56, 11:13](1652 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:12, 09:34] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:59, 02:57](1886 MB) -PASS -- TEST 'regional_control_faster_intel' [06:43, 04:52](1092 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:13, 07:26] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:53, 02:10](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:51, 02:14](1610 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:28, 02:58](828 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:23, 02:43](834 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:33, 04:11](1132 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 02:41](841 MB) -PASS -- TEST 'control_diag_debug_intel' [04:43, 02:55](1685 MB) -PASS -- TEST 'control_debug_p8_intel' [04:47, 02:35](1912 MB) -PASS -- TEST 'regional_debug_intel' [20:44, 18:10](1112 MB) -PASS -- TEST 'rap_control_debug_intel' [06:25, 04:52](1213 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:25, 04:46](1208 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:24, 04:49](1215 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:51](1215 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 04:52](1210 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:39, 05:03](1300 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 04:55](1210 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 04:53](1212 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:23, 04:48](1217 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:49](1216 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 04:50](1217 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:23, 04:47](1211 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 07:52](1212 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 04:47](1212 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:27, 06:07](1220 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:22, 04:59](1216 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:41, 08:24](1224 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:24] -PASS -- TEST 'control_csawmg_debug_gnu' [05:49, 03:58](718 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:29] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:50, 13:10](1689 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 09:17] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:25, 03:51](1122 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:38, 06:26](1045 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:44, 03:21](979 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:33, 06:04](1086 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:42, 03:07](944 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:31, 03:32](923 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:41, 04:51](1026 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:29, 01:51](930 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:12, 09:35] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:05, 02:05](1187 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:58, 00:56](1103 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:45, 01:14](1091 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:12, 09:21] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:43, 04:10](977 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:43] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:43](1094 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:34](1086 MB) -PASS -- TEST 'conus13km_debug_intel' [16:54, 14:15](1241 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:50, 14:29](923 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:46, 08:02](1160 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:45, 14:00](1294 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:12, 04:33] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 04:46](1142 MB) - -PASS -- COMPILE 'hafsw_intel' [12:11, 11:03] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:22, 04:58](722 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:34, 06:30](1098 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:25, 07:06](816 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:17, 13:12](844 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:24, 14:41](877 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:07, 05:30](486 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:23, 06:34](502 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:11, 02:40](370 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:34, 07:15](471 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:56, 03:37](520 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:06, 03:30](516 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:52, 04:12](585 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:27, 01:09](397 MB) -PASS -- TEST 'gnv1_nested_intel' [06:31, 03:55](1735 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:11, 05:03] ( 1465 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:51, 12:36](590 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:14, 10:41] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:00, 08:42](638 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:18, 08:44](695 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 10:53] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:36, 06:20](675 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:12, 10:40] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:21, 06:18](816 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:23, 06:23](800 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:06, 16:16](1233 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:22] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:45](1169 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:38](1106 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 02:42](1028 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:46](1032 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:16, 02:43](1040 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 02:43](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 02:43](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:38](1022 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:25, 06:15](1070 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:16, 06:12](1044 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:44](1146 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:19, 03:52](2511 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 03:56](2518 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:12] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:26](1087 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:18] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 02:45](1172 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:58] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:28, 00:43](264 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:50](331 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:23, 00:34](321 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:12, 01:13] -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:29, 00:30](570 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:29, 00:16](468 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 10:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:07, 03:42](1985 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 09:40] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:57, 03:32](1964 MB) - -PASS -- COMPILE 'atml_intel' [12:12, 10:08] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:00, 04:11](1858 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:59, 04:15](1849 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:44, 02:19](1089 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:13, 05:27] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:52, 05:35](1882 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 10:19] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:48, 01:51](1884 MB) - -PASS -- COMPILE 'atmaero_intel' [12:12, 10:13] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:55, 04:05](3179 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:51, 04:45](3093 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:42, 04:49](3105 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:12, 04:26] ( 882 warnings 6 remarks ) - -PASS -- COMPILE 'atm_gnu' [06:10, 04:27] -PASS -- TEST 'control_c48_gnu' [11:40, 09:32](1509 MB) -PASS -- TEST 'control_stochy_gnu' [05:22, 03:22](494 MB) -PASS -- TEST 'control_ras_gnu' [06:21, 04:53](498 MB) -PASS -- TEST 'control_p8_gnu' [07:53, 05:10](1443 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:51, 05:07](1475 MB) -PASS -- TEST 'control_flake_gnu' [12:26, 10:27](535 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:11, 04:12] -PASS -- TEST 'rap_control_gnu' [13:32, 11:16](802 MB) -PASS -- TEST 'rap_decomp_gnu' [13:31, 11:22](800 MB) -PASS -- TEST 'rap_2threads_gnu' [12:40, 10:15](919 MB) -PASS -- TEST 'rap_restart_gnu' [07:45, 05:45](568 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [13:38, 11:10](807 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:41, 11:19](802 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:43, 08:24](573 MB) -PASS -- TEST 'hrrr_control_gnu' [07:37, 05:49](801 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:33, 05:46](786 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:36, 05:15](902 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:35, 05:50](799 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:31, 02:58](553 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:29, 02:57](645 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:47, 11:00](800 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:31] -PASS -- TEST 'control_diag_debug_gnu' [03:46, 01:34](1264 MB) -PASS -- TEST 'regional_debug_gnu' [12:37, 10:32](759 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:22, 02:24](815 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:21, 02:24](813 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:21, 02:27](820 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:19, 02:27](809 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:32, 02:42](899 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 03:47](811 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:22, 02:25](820 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:21, 02:27](808 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:22, 01:28](450 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:20, 01:38](443 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:38, 01:32](1432 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:30, 02:29](815 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:24, 02:44](817 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:38, 03:57](822 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:52] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 04:14] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:30, 09:38](696 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:33, 05:04](689 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:38, 08:45](740 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:30, 04:42](736 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:30, 05:13](689 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:48, 07:14](545 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:23, 02:36](525 MB) -PASS -- TEST 'conus13km_control_gnu' [05:52, 03:14](861 MB) -PASS -- TEST 'conus13km_2threads_gnu' [09:44, 05:56](866 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:43, 01:48](555 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 09:34] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:38, 05:47](719 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:27] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:24, 02:22](701 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:25, 02:16](704 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:50, 06:29](875 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:49, 06:38](567 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:49, 07:41](877 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:41, 06:28](943 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:37] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:23, 02:30](733 MB) - -PASS -- COMPILE 's2swa_gnu' [17:11, 15:50] - -PASS -- COMPILE 's2s_gnu' [16:14, 15:04] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [15:09, 12:22](1487 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:10, 03:22] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 15:40] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [24:13, 21:15](1441 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:58] - -PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 14:53] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:19, 03:01](697 MB) - -PASS -- COMPILE 'atm_fbh_intel' [11:13, 09:19] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:31, 11:14](1086 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 12:43] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:14, 06:19](3294 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:13, 16:50] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:58, 16:40](1947 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:07, 17:20](2131 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:06, 08:00](1242 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:57, 18:38](1848 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:13, 15:54] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:43, 16:18](1935 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:12, 06:44] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:06, 23:28](1881 MB) + +PASS -- COMPILE 's2swa_intel' [14:12, 12:59] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:17, 07:35](3318 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:24, 07:35](3315 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:16, 04:27](3216 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:17, 07:46](3333 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:21, 04:15](3244 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:07, 07:14](3592 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:17, 07:40](3310 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:09, 06:17](3190 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:23, 07:41](3313 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:00, 09:49](3490 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:30, 06:00](3591 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [18:24, 08:41](4263 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [18:01, 05:29](4352 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:07, 05:30](3288 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 11:50] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:58, 05:36](1960 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:04, 07:16](2008 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:12, 06:43] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:17, 13:21](3323 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:12, 06:11] ( 1413 warnings 1228 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:04, 08:55](1952 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:19] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:02, 04:20](2022 MB) + +PASS -- COMPILE 's2s_intel' [13:12, 11:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:46, 07:49](3002 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:46, 02:39](3015 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:41, 01:39](2455 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:12, 16:27] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:12, 07:05](3313 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:12, 15:43] ( 1 warnings 8 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:05, 17:28](1989 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:12, 07:57](1243 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:02, 19:08](1907 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:12, 05:42] ( 1523 warnings 1998 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:01, 26:24](1912 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:12, 10:00] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:31, 03:18](684 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:53, 03:07](1560 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:57, 03:11](1570 MB) +PASS -- TEST 'control_latlon_intel' [05:50, 03:10](1558 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:59, 03:09](1564 MB) +PASS -- TEST 'control_c48_intel' [13:54, 11:16](1707 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:31, 06:24](828 MB) +PASS -- TEST 'control_c192_intel' [14:07, 11:44](1729 MB) +PASS -- TEST 'control_c384_intel' [18:03, 13:12](1961 MB) +PASS -- TEST 'control_c384gdas_intel' [12:49, 07:58](1347 MB) +PASS -- TEST 'control_stochy_intel' [04:28, 01:38](636 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:26, 00:58](483 MB) +PASS -- TEST 'control_lndp_intel' [03:27, 01:32](633 MB) +PASS -- TEST 'control_iovr4_intel' [04:30, 02:27](628 MB) +PASS -- TEST 'control_iovr5_intel' [04:30, 02:26](626 MB) +PASS -- TEST 'control_p8_intel' [07:06, 03:36](1861 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:11, 03:01](1868 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:58, 03:32](1856 MB) +PASS -- TEST 'control_restart_p8_intel' [03:41, 02:00](1102 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:48, 03:35](1837 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:46, 02:01](1131 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:47, 03:40](1841 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:45, 03:26](1936 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:40, 06:27](1852 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:49, 03:56](1927 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:48, 03:01](1880 MB) +PASS -- TEST 'merra2_thompson_intel' [05:47, 03:20](1866 MB) +PASS -- TEST 'regional_control_intel' [07:37, 05:14](1066 MB) +PASS -- TEST 'regional_restart_intel' [06:33, 02:49](1069 MB) +PASS -- TEST 'regional_decomp_intel' [07:35, 05:34](1063 MB) +PASS -- TEST 'regional_2threads_intel' [05:34, 03:21](1068 MB) +PASS -- TEST 'regional_noquilt_intel' [07:40, 05:13](1367 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:40, 05:14](1059 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:34, 05:13](1077 MB) +PASS -- TEST 'regional_wofs_intel' [08:33, 06:46](1890 MB) + +PASS -- COMPILE 'rrfs_intel' [11:12, 09:23] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:37, 07:41](1080 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:59, 04:01](1223 MB) +PASS -- TEST 'rap_decomp_intel' [09:33, 08:02](1006 MB) +PASS -- TEST 'rap_2threads_intel' [09:33, 07:17](1149 MB) +PASS -- TEST 'rap_restart_intel' [06:39, 04:00](1078 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:41, 07:40](1089 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:34, 08:04](1019 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:43, 05:51](1103 MB) +PASS -- TEST 'hrrr_control_intel' [05:38, 03:57](1018 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:37, 04:03](1009 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:31, 03:38](1075 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:27, 02:07](973 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:44, 07:35](1071 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:24, 09:18](1960 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 09:04](2032 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 09:13] +PASS -- TEST 'control_csawmg_intel' [07:35, 06:08](998 MB) +PASS -- TEST 'control_ras_intel' [05:20, 03:15](724 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:12, 04:10] +PASS -- TEST 'control_csawmg_gnu' [10:41, 08:25](724 MB) + +PASS -- COMPILE 'wam_intel' [11:11, 09:23] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:48, 11:02](1638 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:12, 09:46] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:47, 02:42](1869 MB) +PASS -- TEST 'regional_control_faster_intel' [06:35, 04:44](1072 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 07:22] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:38, 02:09](1571 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:42, 02:07](1570 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:24, 02:58](787 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:23, 02:40](791 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:33, 04:08](1100 MB) +PASS -- TEST 'control_ras_debug_intel' [05:22, 02:40](799 MB) +PASS -- TEST 'control_diag_debug_intel' [05:44, 02:38](1649 MB) +PASS -- TEST 'control_debug_p8_intel' [05:40, 02:29](1869 MB) +PASS -- TEST 'regional_debug_intel' [19:36, 17:00](1056 MB) +PASS -- TEST 'rap_control_debug_intel' [07:23, 04:54](1179 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:23, 04:44](1171 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 04:48](1176 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 04:49](1177 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 04:52](1171 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:37, 05:04](1252 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 05:00](1167 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:21, 04:56](1166 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:22, 04:59](1175 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 04:53](1177 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:48](1176 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:23, 04:50](1172 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:22, 07:55](1171 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:25, 04:47](1168 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:23, 06:00](1177 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:23, 04:49](1177 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:39, 08:24](1181 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:02] +PASS -- TEST 'control_csawmg_debug_gnu' [04:37, 02:13](723 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:11, 04:31] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:47, 13:13](1651 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 09:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:58, 03:51](1101 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:37, 06:32](1029 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:35, 03:21](962 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:33, 06:04](1065 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:30, 03:06](928 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:31, 03:32](895 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:38, 04:50](1010 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 01:52](910 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:13, 09:13] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:55, 02:03](1166 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:39, 00:52](1084 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:41, 01:14](1075 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:13, 09:24] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:41, 04:09](960 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:12, 04:38] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:22, 04:36](1047 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:22, 04:34](1046 MB) +PASS -- TEST 'conus13km_debug_intel' [16:46, 14:25](1175 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:45, 14:33](897 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [09:43, 08:01](1095 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:45, 14:18](1235 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:15] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 04:48](1093 MB) + +PASS -- COMPILE 'hafsw_intel' [12:11, 10:56] ( 1 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:13, 04:36](698 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:30, 05:52](1076 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:24, 06:44](794 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:17, 13:02](822 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:23, 14:38](844 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:56, 05:21](467 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:22, 06:25](485 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:44, 02:32](347 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:00, 07:03](443 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:43, 03:34](494 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:48, 03:20](499 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:52, 04:04](552 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:29, 01:12](374 MB) +PASS -- TEST 'gnv1_nested_intel' [06:32, 03:53](1722 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:11, 04:47] ( 1465 warnings 1501 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:52, 12:14](542 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:12, 10:32] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:56, 08:19](610 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:02, 08:25](697 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:47] ( 7 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:27, 06:13](663 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:12, 10:08] ( 7 remarks ) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_docn_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_docn_oisst_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'hafs_regional_datm_cdeps_intel' [, ]( MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:20] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:20, 02:57](1142 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:36](1102 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 02:37](1022 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:38](1020 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:37](1028 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:20, 02:41](1153 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:41](1156 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 02:35](1011 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:26, 06:14](1059 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:21, 06:08](1032 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:54](1136 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:20, 03:49](2387 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 03:48](2492 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:02] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:12](1056 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:27] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 02:38](1134 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:07] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:44](254 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:48](313 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:30](316 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:21] +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:30, 00:30](551 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:31, 00:16](450 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 10:06] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:01, 03:39](1959 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:13, 09:50] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:52, 03:35](1943 MB) + +PASS -- COMPILE 'atml_intel' [12:11, 09:54] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:59, 04:17](1849 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:53, 04:16](1832 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:42, 02:19](1072 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:13, 05:22] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:52, 05:33](1851 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 10:20] ( 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:49, 01:49](1892 MB) + +PASS -- COMPILE 'atmaero_intel' [11:11, 10:01] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:55, 04:02](3159 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:52, 04:44](3058 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:41, 04:48](3081 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:13, 04:35] ( 882 warnings 6 remarks ) + +PASS -- COMPILE 'atm_gnu' [06:13, 04:18] +PASS -- TEST 'control_c48_gnu' [11:38, 09:26](1499 MB) +PASS -- TEST 'control_stochy_gnu' [05:22, 03:26](478 MB) +PASS -- TEST 'control_ras_gnu' [07:21, 04:49](484 MB) +PASS -- TEST 'control_p8_gnu' [07:53, 05:14](1442 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [07:47, 05:03](1443 MB) +PASS -- TEST 'control_flake_gnu' [12:22, 10:23](526 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:12, 04:05] +PASS -- TEST 'rap_control_gnu' [13:34, 11:15](798 MB) +PASS -- TEST 'rap_decomp_gnu' [13:32, 11:21](802 MB) +PASS -- TEST 'rap_2threads_gnu' [12:38, 10:17](907 MB) +PASS -- TEST 'rap_restart_gnu' [07:41, 05:47](556 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [13:40, 11:17](826 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:37, 11:22](794 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:48, 08:22](564 MB) +PASS -- TEST 'hrrr_control_gnu' [08:33, 05:47](791 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:36, 05:47](782 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [07:32, 05:14](897 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:32, 05:49](795 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:28, 03:00](544 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:26, 02:59](636 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:48, 11:00](793 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:19] +PASS -- TEST 'control_diag_debug_gnu' [03:44, 01:31](1247 MB) +PASS -- TEST 'regional_debug_gnu' [12:36, 11:02](727 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:21, 02:29](801 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:22, 02:22](796 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:23, 02:27](796 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:20, 02:26](798 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:34, 02:40](885 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:24, 03:46](797 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:21, 02:24](793 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:22, 02:23](789 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:20, 01:27](429 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:21, 01:36](426 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:38, 01:31](1394 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:23, 02:24](795 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:22, 02:37](796 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:37, 04:01](802 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:29] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 04:09] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:28, 09:41](688 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:36, 05:03](683 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [10:36, 08:52](724 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:34, 04:40](722 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:29, 05:14](683 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:37, 07:08](533 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:32, 02:38](517 MB) +PASS -- TEST 'conus13km_control_gnu' [05:53, 03:12](849 MB) +PASS -- TEST 'conus13km_2threads_gnu' [08:46, 05:50](875 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:47, 01:53](531 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 09:24] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:41, 05:51](706 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:19] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:23, 02:23](687 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:23, 02:19](688 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:49, 06:22](850 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:46, 06:34](548 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [09:45, 07:55](853 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:41, 06:26](914 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:19] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:24, 02:31](719 MB) + +PASS -- COMPILE 's2swa_gnu' [17:12, 16:01] + +PASS -- COMPILE 's2s_gnu' [17:12, 15:24] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [15:12, 12:11](1488 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:02] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 15:28] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [24:55, 22:34](1438 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:48] + +PASS -- COMPILE 'datm_cdeps_gnu' [16:12, 14:45] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:19, 02:59](687 MB) + +PASS -- COMPILE 'atm_fbh_intel' [11:12, 09:10] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:29, 11:11](1060 MB) SYNOPSIS: -Starting Date/Time: 20241008 20:50:57 -Ending Date/Time: 20241008 22:32:43 -Total Time: 01h:42m:03s +Starting Date/Time: 20241014 05:59:36 +Ending Date/Time: 20241014 07:45:11 +Total Time: 01h:45m:50s Compiles Completed: 59/59 -Tests Completed: 246/246 +Tests Completed: 243/246 +Failed Tests: +* TEST hafs_regional_docn_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/sync_cdeps/uwm_git/tests/logs/log_hera/run_hafs_regional_docn_intel.log +* TEST hafs_regional_docn_oisst_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/sync_cdeps/uwm_git/tests/logs/log_hera/run_hafs_regional_docn_oisst_intel.log +* TEST hafs_regional_datm_cdeps_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch1/NCEPDEV/nems/Nick.Szapiro/tasks/sync_cdeps/uwm_git/tests/logs/log_hera/run_hafs_regional_datm_cdeps_intel.log 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 HERA REGRESSION TESTING LOG==== diff --git a/tests/test_changes.list b/tests/test_changes.list index caee037a6f..c4ea4a8d43 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,2 +1,3 @@ -datm_cdeps_lm4_gswp3 intel -datm_cdeps_lm4_gswp3_rst intel +hafs_regional_docn intel +hafs_regional_docn_oisst intel +hafs_regional_datm_cdeps intel From 9bc30f5de1fa027f7245e3ba2151164e7f59b10c Mon Sep 17 00:00:00 2001 From: zach1221 Date: Thu, 24 Oct 2024 10:58:44 -0500 Subject: [PATCH 09/17] update rocoto version for noaacloud --- tests/rt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index 48a65436be..672c876e53 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -955,7 +955,7 @@ case ${MACHINE_ID} in module use /apps/modules/modulefiles if [[ "${ROCOTO:-false}" == true ]] ; then - module load rocoto/1.3.3 + module load rocoto/1.3.7 ROCOTO_SCHEDULER=slurm fi From aa50599e662c57fd538fd36f793ef7724e0d850e Mon Sep 17 00:00:00 2001 From: zach1221 Date: Thu, 24 Oct 2024 11:01:03 -0500 Subject: [PATCH 10/17] update noaacloud machine_config rocoto version --- tests-dev/machine_config/machine_noaacloud.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests-dev/machine_config/machine_noaacloud.config b/tests-dev/machine_config/machine_noaacloud.config index 31333c256e..5ba4720401 100644 --- a/tests-dev/machine_config/machine_noaacloud.config +++ b/tests-dev/machine_config/machine_noaacloud.config @@ -3,11 +3,11 @@ set -eux export PATH=/contrib/EPIC/bin:${PATH} module use /apps/modules/modulefiles -module load rocoto/1.3.3 +module load rocoto/1.3.7 -ROCOTORUN=/apps/rocoto/1.3.3/bin/rocotorun -ROCOTOSTAT=/apps/rocoto/1.3.3/bin/rocotostat -ROCOTOCOMPLETE=/apps/rocoto/1.3.3/bin/rocotocomplete +ROCOTORUN=/apps/rocoto/1.3.7/bin/rocotorun +ROCOTOSTAT=/apps/rocoto/1.3.7/bin/rocotostat +ROCOTOCOMPLETE=/apps/rocoto/1.3.7/bin/rocotocomplete ROCOTO_SCHEDULER=slurm export ROCOTORUN export ROCOTOSTAT From 6031b805b0904fa3e9145c5ab94875781016d138 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Thu, 24 Oct 2024 11:02:38 -0500 Subject: [PATCH 11/17] update noaacloud modulefile --- modulefiles/ufs_noaacloud.intel.lua | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/modulefiles/ufs_noaacloud.intel.lua b/modulefiles/ufs_noaacloud.intel.lua index ef03025c14..658d9a65f0 100644 --- a/modulefiles/ufs_noaacloud.intel.lua +++ b/modulefiles/ufs_noaacloud.intel.lua @@ -4,23 +4,27 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel prepend_path("MODULEPATH", "/contrib/spack-stack-rocky8/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") prepend_path("MODULEPATH", "/apps/modules/modulefiles") -prepend_path("PATH", "/contrib/EPIC/bin") -load("gnu") -load("stack-intel") -load("stack-intel-oneapi-mpi") -stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0" +gnu_ver=os.getenv("gnu_ver") or "" +load(pathJoin("gnu", gnu_ver)) + +stack_intel_ver=os.getenv("stack_intel_ver") or "" load(pathJoin("stack-intel", stack_intel_ver)) -stack_impi_ver=os.getenv("stack_impi_ver") or "2021.10.0" -load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) -unload("gnu") +stack_intel_oneapi_mpi_ver=os.getenv("stack_intel_oneapi_mpi_ver") or "" +load(pathJoin("stack-intel-oneapi-mpi", stack_intel_oneapi_mpi_ver)) + +gnu_ver=os.getenv("gnu_ver") or "" +unload(pathJoin("gnu", gnu_ver)) cmake_ver=os.getenv("cmake_ver") or "3.23.1" load(pathJoin("cmake", cmake_ver)) load("ufs_common") +nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1" +load(pathJoin("nccmp", nccmp_ver)) + setenv("CC", "mpiicc") setenv("CXX", "mpiicpc") setenv("FC", "mpiifort") From 2fb4cd4179849a4278d13b19c8da418092a8ffc6 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Thu, 24 Oct 2024 11:04:08 -0500 Subject: [PATCH 12/17] update noaacloud fv3_slurm job file --- tests/fv3_conf/fv3_slurm.IN_noaacloud | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tests/fv3_conf/fv3_slurm.IN_noaacloud b/tests/fv3_conf/fv3_slurm.IN_noaacloud index a85e084160..345f992b0f 100644 --- a/tests/fv3_conf/fv3_slurm.IN_noaacloud +++ b/tests/fv3_conf/fv3_slurm.IN_noaacloud @@ -12,11 +12,14 @@ set -eux echo -n " $( date +%s )," > job_timestamp.txt set +x -MACHINE_ID=noaacloud -module use $( pwd -P ) -module use /contrib/EPIC/spack-stack/spack-stack-1.3.0/envs/unified-dev/install/modulefiles/Core -module load stack-intel/2021.3.0 stack-intel-oneapi-mpi/2021.3.0 -module load ufs-weather-model-env/unified-dev +export MACHINE_ID=noaacloud +source ./module-setup.sh +if [[ ! -d modulefiles ]]; then + mkdir modulefiles + mv *.lua modulefiles +fi +module use modulefiles +module load modules.fv3 module list set -x @@ -46,7 +49,8 @@ if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then false fi -srun --mpi=pmi2 --label -n @[TASKS] ./fv3.exe +srun --mpi=pmi2 --label -n @[TASKS] ${PWD}/fv3.exe + echo "Model ended: " `date` echo -n " $( date +%s )," >> job_timestamp.txt From f52a0a429601330e7d65bf670845174cb1883db3 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Thu, 5 Dec 2024 18:43:34 -0500 Subject: [PATCH 13/17] point to feature branch --- .gitmodules | 6 ++++-- CMEPS-interface/CMEPS | 2 +- CMEPS-interface/CMakeLists.txt | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index ab72b60a64..70d842bcd2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,8 +16,10 @@ branch = develop [submodule "CMEPS"] path = CMEPS-interface/CMEPS - url = https://github.com/NOAA-EMC/CMEPS - branch = emc/develop + #url = https://github.com/NOAA-EMC/CMEPS + #branch = emc/develop + url = https://github.com/DeniseWorthen/CMEPS + branch = feature/updcmeps [submodule "HYCOM"] path = HYCOM-interface/HYCOM url = https://github.com/NOAA-EMC/HYCOM-src diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 24e9eed4ff..741f32740e 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 24e9eed4ffe8138bef635c8f916f91b142595675 +Subproject commit 741f32740e212f23ca0030d628629d22cebc69bc diff --git a/CMEPS-interface/CMakeLists.txt b/CMEPS-interface/CMakeLists.txt index efbd585acc..a14053a40f 100644 --- a/CMEPS-interface/CMakeLists.txt +++ b/CMEPS-interface/CMakeLists.txt @@ -42,7 +42,8 @@ list(APPEND _ufs_util_files ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_sys_mod.F90 ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/shr_kind_mod.F90 ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_assert_mod.F90 - ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_infnan_mod.F90) + ${PROJECT_SOURCE_DIR}/CDEPS-interface/ufs/cdeps_share/shr_infnan_mod.F90 + ${PROJECT_SOURCE_DIR}/CDEPS-interface/CDEPS/share/nuopc_shr_methods.F90) list(APPEND _mediator_files CMEPS/mediator/med_phases_restart_mod.F90 @@ -65,7 +66,6 @@ list(APPEND _mediator_files CMEPS/mediator/med_phases_prep_ocn_mod.F90 CMEPS/mediator/esmFlds.F90 CMEPS/mediator/med.F90 - CMEPS/mediator/med_time_mod.F90 CMEPS/mediator/med_phases_ocnalb_mod.F90 CMEPS/mediator/med_phases_prep_wav_mod.F90 CMEPS/mediator/med_utils_mod.F90 From 56dbe1c3b005115c3dbaa32e3a0bfd865dc28079 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 10 Dec 2024 11:34:50 -0500 Subject: [PATCH 14/17] update CMEPS --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 741f32740e..a118c1df8d 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 741f32740e212f23ca0030d628629d22cebc69bc +Subproject commit a118c1df8daa1d57eb57a99202e34fd0f116dc91 From 7bb639e91f8b6168e4c7cebf9c1375f17ffbca46 Mon Sep 17 00:00:00 2001 From: Nick Szapiro Date: Tue, 10 Dec 2024 20:49:41 +0000 Subject: [PATCH 15/17] Update CDEPS hash --- CDEPS-interface/CDEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index 395f9dd6f8..c9d1dacb91 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit 395f9dd6f8c6870cdb4592dba07c3f6f484aac69 +Subproject commit c9d1dacb9140c27d25437e6ae470a4521941920e From e4b83fc2c860f81393460eddd9cc98a89e6c2ec5 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 10 Dec 2024 16:35:01 -0500 Subject: [PATCH 16/17] update CDEPS --- CDEPS-interface/CDEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDEPS-interface/CDEPS b/CDEPS-interface/CDEPS index c9d1dacb91..1f9eaaa142 160000 --- a/CDEPS-interface/CDEPS +++ b/CDEPS-interface/CDEPS @@ -1 +1 @@ -Subproject commit c9d1dacb9140c27d25437e6ae470a4521941920e +Subproject commit 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae From f7fed485b7fbd335b10c1f4ecee67c7ace3ca496 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Thu, 12 Dec 2024 08:22:49 -0500 Subject: [PATCH 17/17] update CMEPS --- CMEPS-interface/CMEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index a118c1df8d..507ca48f45 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit a118c1df8daa1d57eb57a99202e34fd0f116dc91 +Subproject commit 507ca48f4586fbeb7b0e23e5cfa9321bc3f02a1d