diff --git a/.gitmodules b/.gitmodules index ab72b60a64..17278ca5d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + url = https://github.com/AnningCheng-NOAA/fv3atm + branch = mr2_hf [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index aa18f2c173..1eb589976c 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit aa18f2c173a3b864987f25ec9204692c382d27f9 +Subproject commit 1eb589976c0990fa60f00b8329cc959ebe9d4550 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 249f5d3951..75d362f6ad 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -485,6 +485,7 @@ export SATMEDMF=.false. export ISATMEDMF=0 export LRADAR=.true. export LTAEROSOL=.true. +export MRAEROSOL=.false. export LSM=1 export LANDICE=.true. @@ -705,6 +706,7 @@ export EFFR_IN=.false. # Thompson MP export LRADAR=.false. export LTAEROSOL=.false. +export MRAEROSOL=.false. export LTHAILAWARE=.false. export EXT_DIAG_THOMPSON=.false. export SEDI_SEMI=.true. @@ -1855,6 +1857,7 @@ export IMP_PHYSICS=11 export IAER=111 export CNVGWD=.false. export LTAEROSOL=.false. +export MRAEROSOL=.false. export CDMBWD=1.0,1.0,1.0,1.0 export LHEATSTRG=.false. export LRADAR=.true. @@ -2017,6 +2020,7 @@ export DNATS=0 export DO_SAT_ADJ=.false. export LRADAR=.true. export LTAEROSOL=.true. +export MRAEROSOL=.false. export IALB=2 export IEMS=2 export HYBEDMF=.false. @@ -2163,6 +2167,7 @@ export DNATS=0 export DO_SAT_ADJ=.false. export LRADAR=.true. export LTAEROSOL=.true. +export MRAEROSOL=.false. export IALB=2 export IEMS=2 export HYBEDMF=.false. diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index b62c4d444e..bb150fd97c 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -135,9 +135,15 @@ fi #merra2 if [ $USE_MERRA2 = .true. ]; then +if [ $IAER = 1011 ]; then for n in 01 02 03 04 05 06 07 08 09 10 11 12; do cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc done +fi +if [ $IAER = 6011 ]; then + ln -sf @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_40y/2021_03/MERRA2_400.inst3_3d_aer_Nv.20210322.nc4 merra2_20210322.nc + ln -sf @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_40y/2021_03/MERRA2_400.inst3_3d_aer_Nv.20210323.nc4 merra2_20210323.nc +fi cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 00f6bb0b7d..19deda159d 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,21 +1,21 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -ee7fc6da6dd47cb5c533d6dc2cb079c7e5d6dc7f +d919f0a63459562b239f48b88f6180e97e2cb10a Submodule hashes used in testing: - 9f9fc04dc57c9f93b1f96aeae743bfc89c7530a0 AQM (v0.2.0-163-g9f9fc04) + d3c1bc45492f8b35948c97021e4e6ab4d4c203e4 AQM (v0.2.0-38-gd3c1bc4) 132fa6963ba2f7103f711eb567e4fe97ed0804a8 CDEPS-interface/CDEPS (cdeps0.4.17-406-g132fa69) 4411a158cc4839157e3087d7fe8e399f9685eb35 CICE-interface/CICE (CICE6.0.0-399-g4411a15) - ae6db2120e7a97429a2b2d3287e13feebe25d530 CMEPS-interface/CMEPS (cmeps_v0.4.1-2318-gae6db21) - 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) - 9cd1c693fba8b8abcb7d1c5c9f3c3e96f0dd339c FV3 (remotes/origin/feature/aqm_canopy) - 36e2ab48f2ae0cb8c0c5b661768c13897f40e9ac GOCART (sdr_v2.1.2.6-288-g36e2ab4) + a2833b0f53682ed80dff68e9af6d0347c1ea64d2 CMEPS-interface/CMEPS (cmeps_v0.4.1-2317-ga2833b0) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + ad224a508fb65a9389aad3c7f17197124a3a52d3 FV3 (heads/develop-11-gad224a50) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) - f9e6e2e1686458df842a0b92c61ff241a920ed84 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10634-gf9e6e2e16) + 8c52e6a9e36c94f5e0f6adbed715973a7ee0e3dc MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10471-g8c52e6a9e) 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 6a5814ab52b5035b1710269bed24b30b5e7e772b WW3 (6.07.1-443-g6a5814ab) + f0e0285945b5af07be8e2c01123ce982d2cf207a WW3 (6.07.1-440-gf0e02859) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) @@ -26,426 +26,419 @@ 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: /scratch3/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250701 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3510703 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20250507 +COMPARISON DIRECTORY: /scratch1/BMC/gmtb/Grant.Firl/stmp2/Grant.Firl/FV3_RT/rt_772601 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic +* (-a) - HPC PROJECT ACCOUNT: gmtb * (-l) - USE CONFIG FILE: rt.conf +* (-k) - KEEP RUN DIRECTORY * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:16, 12:35] ( 1041 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:06, 11:29](2209 MB) -PASS -- TEST 'cpld_control_gefs_intel' [26:47, 15:42](3060 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [18:28, 05:12](2697 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [26:47, 15:56](3070 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:13, 18:41] ( 1039 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:47, 19:20](2085 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:53, 20:36](2280 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:41, 08:13](1373 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:46, 23:02](1865 MB) -PASS -- TEST 'cpld_control_gfsv17_nowav_iau_intel' [07:35, 04:30](2252 MB) -PASS -- TEST 'cpld_restart_gfsv17_nowav_iau_intel' [11:25, 04:32](2200 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:13, 17:52] ( 1039 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:42, 19:25](2065 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:15, 04:51] ( 1547 warnings 2924 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:01, 21:29](1941 MB) - -PASS -- COMPILE 's2swa_intel' [14:13, 13:05] ( 1041 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:20, 12:35](2287 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:17, 11:32](2292 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:12, 06:35](1880 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:10, 11:54](2298 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:14, 06:31](1863 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:14, 10:38](2358 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:09, 11:56](2256 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:09, 11:57](2041 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:16, 11:50](2296 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:58, 15:37](2653 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:18, 09:29](2802 MB) - -PASS -- COMPILE 's2swal_intel' [15:13, 13:11] ( 1062 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [15:15, 12:55](2121 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:16, 06:23](1739 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:00, 07:33](2244 MB) - -PASS -- COMPILE 's2sw_intel' [13:13, 12:06] ( 1009 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:50, 12:01](2100 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:56, 06:28](2177 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:15, 04:50] ( 1437 warnings 2174 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:06, 13:17](2317 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:16, 04:13] ( 1437 warnings 2156 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:46, 06:36](2139 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:13, 11:34] ( 945 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:55, 04:42](2175 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:50] ( 1027 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:04, 11:07](2298 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 16:16] ( 1032 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:50, 17:07](2140 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:00, 08:11](1375 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:53, 20:02](1950 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:44, 07:46](3087 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:41, 02:26](3074 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:29, 01:25](2528 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:35, 01:22](2266 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:35, 00:48](2264 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:28, 00:41](1586 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:41, 01:17](2262 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:40, 00:48](2263 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:30, 00:34](1591 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:33, 00:51](2185 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:34, 00:38](2194 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:29, 00:29](1532 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 04:16] ( 1547 warnings 2906 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:50, 28:15](1981 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:12, 10:49] ( 500 remarks ) -PASS -- TEST 'control_flake_intel' [05:26, 03:36](831 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:38, 02:26](1730 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:39, 02:49](1738 MB) -PASS -- TEST 'control_latlon_intel' [04:38, 02:33](1730 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:45, 02:42](1725 MB) -PASS -- TEST 'control_c48_intel' [09:39, 07:18](1724 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:26, 06:44](852 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:33, 07:18](1724 MB) -PASS -- TEST 'control_c192_intel' [09:49, 07:33](1919 MB) -PASS -- TEST 'control_c384_intel' [11:39, 08:18](2013 MB) -PASS -- TEST 'control_c384gdas_intel' [12:21, 08:39](1406 MB) -PASS -- TEST 'control_stochy_intel' [03:20, 01:44](787 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:18, 00:59](632 MB) -PASS -- TEST 'control_lndp_intel' [03:17, 01:33](785 MB) -PASS -- TEST 'control_iovr4_intel' [04:20, 02:30](786 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:31, 03:07](1081 MB) -PASS -- TEST 'control_iovr5_intel' [04:20, 02:33](788 MB) -PASS -- TEST 'control_p8_intel' [04:46, 02:59](2015 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:50, 03:08](2019 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:42, 02:56](2028 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:40, 02:56](2037 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:42, 03:02](2044 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:42, 02:16](2399 MB) -PASS -- TEST 'control_restart_p8_intel' [03:37, 01:45](1261 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:40, 02:53](2016 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:40, 01:41](1289 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:41, 03:05](1998 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:40, 03:19](2028 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:34, 05:11](2024 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:41, 04:18](2079 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:43, 03:09](2035 MB) -PASS -- TEST 'merra2_thompson_intel' [05:45, 03:28](2027 MB) -PASS -- TEST 'regional_control_intel' [07:33, 05:21](1225 MB) -PASS -- TEST 'regional_restart_intel' [05:45, 03:08](1237 MB) -PASS -- TEST 'regional_decomp_intel' [07:33, 05:40](1215 MB) -PASS -- TEST 'regional_2threads_intel' [05:31, 03:59](1089 MB) -PASS -- TEST 'regional_noquilt_intel' [07:33, 05:21](1508 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:36, 05:21](1224 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:32, 05:18](1223 MB) -PASS -- TEST 'regional_wofs_intel' [08:34, 06:38](2051 MB) - -PASS -- COMPILE 'rrfs_intel' [11:12, 10:04] ( 3 warnings 445 remarks ) -PASS -- TEST 'rap_control_intel' [10:17, 07:58](1224 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:52, 04:13](1325 MB) -PASS -- TEST 'rap_decomp_intel' [11:14, 08:22](1166 MB) -PASS -- TEST 'rap_2threads_intel' [11:28, 09:02](1181 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'rap_restart_intel' [, ]( MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:22, 07:59](1217 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:19, 08:22](1166 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'rap_sfcdiff_restart_intel' [, ]( MB) -PASS -- TEST 'hrrr_control_intel' [05:32, 03:57](1172 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:10, 04:05](1165 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:17, 04:29](1174 MB) -PASS -- TEST 'hrrr_control_restart_intel' [12:57, 10:18](1133 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:14, 07:48](1215 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:08, 09:49](2113 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:41, 09:13](2177 MB) - -PASS -- COMPILE 'csawmg_intel' [11:12, 09:35] ( 414 remarks ) -PASS -- TEST 'control_csawmg_intel' [09:01, 06:18](1162 MB) -PASS -- TEST 'control_ras_intel' [05:27, 03:25](863 MB) - -PASS -- COMPILE 'wam_intel' [11:12, 10:01] ( 392 remarks ) -PASS -- TEST 'control_wam_intel' [14:08, 11:34](1782 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:12, 09:30] ( 408 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:27, 02:56](2015 MB) -PASS -- TEST 'regional_control_faster_intel' [06:49, 05:04](1216 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:11, 05:11] ( 895 warnings 586 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:41, 02:21](1748 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:46, 02:29](1746 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:23, 03:11](960 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:41](955 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:37, 04:19](1271 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 02:56](963 MB) -PASS -- TEST 'control_diag_debug_intel' [04:46, 02:42](1816 MB) -PASS -- TEST 'control_debug_p8_intel' [04:41, 02:43](2045 MB) -PASS -- TEST 'regional_debug_intel' [19:39, 17:23](1239 MB) -PASS -- TEST 'rap_control_debug_intel' [06:24, 04:50](1351 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:40, 04:56](1342 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:43, 04:56](1348 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:48, 04:58](1338 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:00, 04:54](1355 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:19, 05:08](1425 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:41, 05:10](1347 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [14:05, 06:16](1359 MB) -PASS -- TEST 'rap_lndp_debug_intel' [14:00, 06:14](1339 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [13:11, 06:17](1351 MB) -PASS -- TEST 'rap_noah_debug_intel' [12:53, 06:34](1353 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:01, 04:52](135771201355 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:58, 07:58](133343201342 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:53, 04:49](134901601352 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:54, 04:48](134939201347 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:34, 10:16](1355 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:10, 03:08] ( 852 warnings 392 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:54, 14:52](1817 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:24] ( 3 warnings 412 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:22, 05:38](1176 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'rap_control_dyn32_phy32_intel' [, ]( MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:39, 05:22](1092 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:47, 08:50](1045 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:55, 05:06](1035 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:58, 04:52](1035 MB) -FAILED: UNABLE TO START TEST -- TEST 'rap_restart_dyn32_phy32_intel' [, ]( MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:55](1044 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:12, 09:29] ( 3 warnings 389 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:00, 01:49](133202801336 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:36, 01:01](1185 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:36, 01:09](1244 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 10:40] ( 3 warnings 412 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:27, 06:03](1122 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 03:16] ( 787 warnings 418 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:40, 04:34](122141201222 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:37, 04:56](1214 MB) -PASS -- TEST 'conus13km_debug_intel' [19:12, 14:16](1385 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:06, 13:52](1079 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:09, 12:30](1225 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:53, 14:23](1444 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:55] ( 787 warnings 412 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:19, 04:54](1278 MB) - -PASS -- COMPILE 'hafsw_intel' [13:12, 11:38] ( 692 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:13, 05:06](917 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:12, 05:29](1114 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:27, 03:34](1166 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:15, 06:55](930 MB) -FAILED: TEST TIMED OUT -- TEST 'hafs_regional_atm_wav_intel' [, ]( MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:57, 05:43](501 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:16, 06:55](514 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:43, 02:49](367 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:49, 08:01](435 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:43, 03:44](521 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:51, 03:35](523 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:46, 04:02](570 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:24, 01:16](397 MB) -PASS -- TEST 'gnv1_nested_intel' [07:27, 04:15](1868 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 04:22] ( 1492 warnings 2048 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:57, 12:54](581 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:11, 11:22] ( 657 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [16:25, 14:31](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:30, 14:43](668 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:50] ( 926 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:50, 10:31](661 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:10, 11:47] ( 634 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:31, 06:37](941 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:10, 06:37](930 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:03, 16:41](1309 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:11, 07:02] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:25, 02:50](1294 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:38](1250 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:22, 02:43](1169 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:20, 02:44](1169 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:19, 02:41](1165 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:19, 02:39](1291 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:32, 03:13](1287 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:53, 02:39](1167 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:10, 06:16](1139 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:09, 05:58](1126 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:01, 02:40](1296 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:10, 04:04](2564 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:10, 04:02](2656 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 02:57] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:51, 06:24](1211 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:21] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:24, 02:48](1298 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:07] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:34, 00:58](250 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:26, 00:36](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [06:27, 01:02](309 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:12] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [03:06, 00:32](636 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [04:21, 00:49](509 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:54] ( 607 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:12, 03:46](2096 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 09:28] ( 496 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:00, 04:52](2103 MB) - -PASS -- COMPILE 'atml_intel' [12:11, 10:18] ( 8 warnings 551 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:03, 03:24](1864 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:22, 02:42](1095 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:49] ( 900 warnings 551 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:50, 04:53](1890 MB) - -PASS -- COMPILE 'atmw_intel' [12:14, 10:35] ( 517 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:59, 02:09](2035 MB) - -PASS -- COMPILE 'atmaero_intel' [11:18, 09:40] ( 410 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:15, 07:02](2106 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:51, 05:17](1877 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:35, 05:33](1895 MB) - -PASS -- COMPILE 'atmaq_intel' [11:14, 09:15] ( 8 warnings 607 remarks ) -PASS -- TEST 'regional_atmaq_intel' [23:27, 17:23](2923 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [27:27, 20:53](2925 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:11, 03:19] ( 877 warnings 607 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [48:58, 42:14](2944 MB) - -PASS -- COMPILE 'atm_fbh_intel' [10:15, 08:51] ( 3 warnings 419 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [20:15, 13:47](1188 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [05:11, 04:03] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [14:31, 08:41](1168 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [06:11, 04:12] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [10:09, 05:19](1128 MB) - -PASS -- COMPILE 'atm_gnu' [06:18, 04:30] -PASS -- TEST 'control_c48_gnu' [14:49, 10:11](1539 MB) -PASS -- TEST 'control_stochy_gnu' [06:16, 03:55](602 MB) -PASS -- TEST 'control_ras_gnu' [08:17, 05:49](612 MB) -PASS -- TEST 'control_p8_gnu' [07:26, 04:39](1550 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:19, 04:36](1565 MB) -PASS -- TEST 'control_flake_gnu' [07:47, 05:42](650 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:13, 04:01] -PASS -- TEST 'rap_control_gnu' [14:11, 11:22](947 MB) -PASS -- TEST 'rap_decomp_gnu' [13:37, 11:41](946 MB) -PASS -- TEST 'rap_2threads_gnu' [16:59, 13:32](1020 MB) -PASS -- TEST 'rap_restart_gnu' [14:14, 09:09](678 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [13:19, 11:23](946 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [15:53, 11:31](946 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [17:14, 11:48](687 MB) -PASS -- TEST 'hrrr_control_gnu' [08:48, 05:49](950 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [08:46, 05:52](937 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [12:01, 07:23](1008 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [09:47, 06:30](952 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [11:15, 06:28](690 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [11:15, 06:29](776 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [14:52, 11:03](941 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:36, 03:58] -PASS -- TEST 'control_csawmg_gnu' [13:33, 08:41](850 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:30, 06:34] -PASS -- TEST 'control_diag_debug_gnu' [03:58, 01:40](1375 MB) -PASS -- TEST 'regional_debug_gnu' [13:22, 08:28](871 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:34, 02:38](956 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [16:28, 05:30](959 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [16:23, 05:28](967 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [16:26, 05:30](958 MB) -PASS -- TEST 'rap_diag_debug_gnu' [16:37, 05:35](1031 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [16:18, 07:03](953 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [15:20, 05:31](956 MB) -PASS -- TEST 'control_ras_debug_gnu' [14:14, 04:25](597 MB) -PASS -- TEST 'control_stochy_debug_gnu' [14:22, 04:29](591 MB) -PASS -- TEST 'control_debug_p8_gnu' [10:51, 03:53](1553 MB) -PASS -- TEST 'rap_flake_debug_gnu' [11:19, 06:30](959 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [11:16, 06:27](963 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [13:26, 08:14](973 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:23, 02:25] -PASS -- TEST 'control_wam_debug_gnu' [14:32, 08:35](1401 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:26, 03:55] -PASS -- TEST 'control_csawmg_debug_gnu' [10:22, 05:00](835 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [09:15, 06:25] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [18:16, 13:18](799 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [13:15, 08:44](804 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [18:35, 13:51](854 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [12:21, 07:46](851 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [11:13, 05:09](804 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:27, 07:10](654 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [05:20, 02:39](659 MB) -PASS -- TEST 'conus13km_control_gnu' [09:26, 03:13](969 MB) -PASS -- TEST 'conus13km_2threads_gnu' [04:36, 01:27](959 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [05:37, 01:54](671 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:14, 11:56] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [11:18, 05:59](827 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:14, 08:53] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [07:36, 02:30](807 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [07:36, 02:23](815 MB) -PASS -- TEST 'conus13km_debug_gnu' [12:46, 06:49](986 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [12:45, 06:58](707 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:41, 05:32](978 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:40, 06:39](1054 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:14, 08:53] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [07:21, 02:33](833 MB) - -PASS -- COMPILE 's2swa_gnu' [22:21, 19:22] -PASS -- TEST 'cpld_control_p8_gnu' [17:14, 11:03](1699 MB) - -PASS -- COMPILE 's2s_gnu' [20:48, 18:20] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [15:58, 09:48](1632 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [07:37, 05:16] -PASS -- TEST 'cpld_debug_p8_gnu' [12:59, 06:55](1698 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [19:22, 16:23] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [21:58, 17:52](1592 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:32, 02:53] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:55, 11:00](1530 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [18:56, 15:40] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [06:21, 03:03](745 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:12, 12:27] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:27, 07:39](3321 MB) +PASS -- TEST 'cpld_control_gefs_intel' [33:35, 15:14](4372 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:08, 05:34](4216 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [33:35, 15:25](4369 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:12, 18:15] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:05, 19:40](1983 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:25, 20:30](2181 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:16, 07:57](1257 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:11, 23:08](1872 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:12, 17:24] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [20:52, 19:04](1979 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:45] ( 1543 warnings 1939 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:08, 23:33](1953 MB) + +PASS -- COMPILE 's2swa_intel' [15:11, 13:09] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:36, 09:37](3369 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:37, 09:09](3367 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:31, 04:50](3311 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:29, 09:08](3387 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:39, 04:49](3320 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:28, 09:06](3560 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:30, 09:04](3357 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:35, 07:33](3215 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:35, 08:55](3379 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [14:34, 10:08](3503 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:09, 06:34](3763 MB) + +PASS -- COMPILE 's2swal_intel' [14:11, 12:34] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [12:34, 09:25](3332 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:38, 04:42](3263 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:23, 07:31](3380 MB) + +PASS -- COMPILE 's2sw_intel' [14:11, 12:08] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:19, 06:20](2002 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:22, 06:32](2107 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:11, 04:24] ( 1433 warnings 1170 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:16, 13:55](3398 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:11, 04:21] ( 1433 warnings 1170 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:06, 06:41](2043 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:11, 11:19] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:06, 04:22](2106 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:14, 16:45] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:22, 09:03](3360 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:13, 17:12] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:10, 17:23](2042 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:20, 08:03](1262 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:10, 20:10](1941 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:48, 07:44](3038 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:50, 02:23](3028 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:38, 01:29](2473 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:42, 01:14](2244 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:38, 00:42](2243 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:32, 00:35](1555 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:41, 01:14](2239 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:37, 00:44](2233 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:33, 00:34](1562 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:32, 00:45](2161 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:37, 00:35](2170 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:36, 00:29](1511 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:12, 04:08] ( 1543 warnings 1939 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:15, 24:28](1982 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:25, 03:29](711 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:32, 02:26](1614 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:37, 02:37](1619 MB) +PASS -- TEST 'control_latlon_intel' [04:26, 02:35](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:32, 02:35](1602 MB) +PASS -- TEST 'control_c48_intel' [09:29, 07:11](1714 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:27, 06:34](836 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:28, 07:12](1719 MB) +PASS -- TEST 'control_c192_intel' [09:44, 07:36](1786 MB) +PASS -- TEST 'control_c384_intel' [12:50, 08:16](1978 MB) +PASS -- TEST 'control_c384gdas_intel' [14:21, 08:27](1372 MB) +PASS -- TEST 'control_stochy_intel' [03:25, 01:43](670 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:34, 01:02](510 MB) +PASS -- TEST 'control_lndp_intel' [03:22, 01:37](670 MB) +PASS -- TEST 'control_iovr4_intel' [04:25, 02:34](672 MB) +PASS -- TEST 'control_iovr5_intel' [04:29, 02:32](667 MB) +PASS -- TEST 'control_p8_intel' [05:59, 03:00](1891 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:02, 03:10](1892 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:55, 02:55](1903 MB) +PASS -- TEST 'control_restart_p8_intel' [03:53, 01:41](1132 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:54, 02:55](1904 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:08, 01:45](1154 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:51, 03:03](1880 MB) +PASS -- TEST 'control_2threads_p8_intel' [08:51, 03:15](1981 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:45, 05:04](1901 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:52, 04:15](1955 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:56, 03:11](1907 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'merra2_thompson_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'merra2_hf_thompson_intel' [, ]( MB) +PASS -- TEST 'regional_control_intel' [07:35, 05:27](1135 MB) +PASS -- TEST 'regional_restart_intel' [04:40, 02:53](1147 MB) +PASS -- TEST 'regional_decomp_intel' [08:38, 05:47](1108 MB) +PASS -- TEST 'regional_2threads_intel' [06:37, 03:57](1069 MB) +PASS -- TEST 'regional_noquilt_intel' [07:39, 05:20](1413 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:41, 05:19](1117 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:37, 05:22](1119 MB) +PASS -- TEST 'regional_wofs_intel' [09:41, 06:56](1934 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 10:20] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:44, 07:51](1105 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:10, 04:10](1315 MB) +PASS -- TEST 'rap_decomp_intel' [10:41, 08:16](1039 MB) +PASS -- TEST 'rap_2threads_intel' [11:41, 08:46](1124 MB) +PASS -- TEST 'rap_restart_intel' [08:43, 04:15](1110 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:42, 07:52](1100 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:36, 08:22](1054 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:52, 05:58](1133 MB) +PASS -- TEST 'hrrr_control_intel' [05:46, 04:02](1054 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:40, 04:11](1054 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:36, 04:22](1117 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:30, 02:16](1019 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:47, 07:46](1101 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:27, 09:27](1990 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:26, 09:05](2059 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 09:45] +PASS -- TEST 'control_csawmg_intel' [08:38, 06:10](1053 MB) +PASS -- TEST 'control_ras_intel' [05:24, 03:17](763 MB) + +PASS -- COMPILE 'wam_intel' [11:12, 09:43] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:48, 11:20](1679 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:13, 10:03] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:54, 02:49](1899 MB) +PASS -- TEST 'regional_control_faster_intel' [06:39, 05:06](1115 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:12, 05:11] ( 890 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:35, 02:19](1630 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:36, 02:25](1633 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:26, 03:06](857 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:26, 02:52](827 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:41, 04:22](1154 MB) +PASS -- TEST 'control_ras_debug_intel' [04:26, 02:52](849 MB) +PASS -- TEST 'control_diag_debug_intel' [05:36, 02:49](1694 MB) +PASS -- TEST 'control_debug_p8_intel' [04:47, 02:49](1921 MB) +PASS -- TEST 'regional_debug_intel' [20:44, 18:51](1126 MB) +PASS -- TEST 'rap_control_debug_intel' [07:24, 05:04](1238 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:28, 05:04](1229 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:25, 05:03](1242 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 05:07](1235 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:25, 05:10](1226 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:41, 05:22](1316 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:24, 05:09](1231 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:23, 05:05](1228 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:23, 05:15](1229 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:23, 05:06](1231 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:22, 05:11](1238 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:23, 05:14](1228 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:23, 08:23](1239 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [08:24, 05:13](1228 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:25, 05:12](1239 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:23, 05:07](1229 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:42, 08:50](1242 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:32] +PASS -- TEST 'control_csawmg_debug_gnu' [04:37, 02:22](838 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 03:44] ( 845 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:45, 13:32](1691 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 09:56] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:06, 03:56](1168 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:39, 06:32](1036 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:36, 03:27](988 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:40, 07:30](1004 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:32, 03:51](988 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:33, 03:39](935 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [12:46, 04:56](1023 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:25, 01:54](935 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:05] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:54, 02:02](1246 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:45, 01:14](1219 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:44, 01:25](1107 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:12, 10:28] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:50, 04:17](1020 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 03:34] ( 793 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:22, 04:59](1099 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:23, 04:55](1104 MB) +PASS -- TEST 'conus13km_debug_intel' [16:50, 13:50](1261 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:43, 14:18](980 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:39, 12:29](1258 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:40, 14:10](1334 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:13, 03:15] ( 793 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:25, 05:07](1181 MB) + +PASS -- COMPILE 'hafsw_intel' [13:12, 11:55] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:13, 05:04](889 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [20:33, 03:42](1138 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:27, 07:09](971 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [20:16, 15:17](1002 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [23:30, 18:56](1025 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:55, 05:43](494 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:23, 06:50](518 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:43, 02:51](370 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:12, 07:06](476 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:42, 03:53](527 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:48, 03:41](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:50, 04:07](579 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:26, 01:13](411 MB) +PASS -- TEST 'gnv1_nested_intel' [12:18, 04:06](1740 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 03:48] ( 1485 warnings 1443 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:51, 13:01](588 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:12, 11:01] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:02, 10:02](642 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:05, 10:05](733 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:35] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:29, 08:21](723 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:12, 11:12] ( 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [16:19, 06:28](971 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:16, 06:37](952 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [25:01, 16:31](1249 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:25] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [10:20, 02:54](1146 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:41](1122 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [09:19, 02:42](1035 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [09:20, 02:44](1035 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:19, 02:44](1043 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [09:18, 02:48](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:20, 02:44](1165 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:19, 02:41](1037 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:24, 06:41](1102 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:24, 06:24](1067 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:16, 02:47](1174 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:21, 03:56](2522 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 03:56](2523 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 03:01] ( 4 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:20, 06:16](1088 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:43] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:20, 02:45](1177 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:12, 01:10] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:30, 00:53](270 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:25, 00:44](333 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [10:29, 00:31](334 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:15] +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:28, 00:32](573 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:52, 00:18](467 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 10:35] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:58, 03:41](2016 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 10:11] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:58, 04:43](2011 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 11:30] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [14:04, 03:23](1861 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [12:51, 01:50](1098 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 04:24] ( 895 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [14:55, 05:02](1902 MB) + +PASS -- COMPILE 'atmw_intel' [13:12, 10:35] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [10:51, 02:03](1935 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 10:03] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [13:59, 04:16](3201 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [14:43, 05:00](3090 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atmaero_control_p8_rad_micro_intel' [, ]( MB) + +PASS -- COMPILE 'atmaq_intel' [12:11, 09:51] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [25:48, 15:51](2916 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 03:42] ( 870 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [49:41, 39:37](2921 MB) + +PASS -- COMPILE 'atm_fbh_intel' [12:12, 09:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [20:34, 11:33](1089 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:11, 06:22] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [17:41, 08:30](1052 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:12, 06:30] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [14:39, 05:06](1022 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:18] +PASS -- TEST 'control_c48_gnu' [18:29, 09:29](1525 MB) +PASS -- TEST 'control_stochy_gnu' [11:24, 02:51](603 MB) +PASS -- TEST 'control_ras_gnu' [12:24, 04:47](608 MB) +PASS -- TEST 'control_p8_gnu' [11:58, 04:22](1568 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [11:53, 04:15](1567 MB) +PASS -- TEST 'control_flake_gnu' [21:26, 05:31](649 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 03:56] +PASS -- TEST 'rap_control_gnu' [26:41, 11:19](952 MB) +PASS -- TEST 'rap_decomp_gnu' [27:51, 11:24](953 MB) +PASS -- TEST 'rap_2threads_gnu' [29:59, 13:21](1016 MB) +PASS -- TEST 'rap_restart_gnu' [20:46, 06:03](693 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [27:53, 11:18](951 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [28:38, 11:33](954 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [21:46, 08:44](692 MB) +PASS -- TEST 'hrrr_control_gnu' [22:39, 05:48](945 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [21:42, 05:46](933 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [22:43, 06:42](1003 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [20:44, 05:43](949 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [20:39, 03:06](679 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [06:32, 03:00](767 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [25:53, 11:03](936 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:11, 03:38] +PASS -- TEST 'control_csawmg_gnu' [25:38, 08:30](866 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:26] +PASS -- TEST 'control_diag_debug_gnu' [14:36, 01:37](1384 MB) +PASS -- TEST 'regional_debug_gnu' [21:39, 08:35](874 MB) +PASS -- TEST 'rap_control_debug_gnu' [13:31, 02:48](966 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [13:28, 02:37](960 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [13:24, 02:37](966 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [12:24, 02:39](971 MB) +PASS -- TEST 'rap_diag_debug_gnu' [13:46, 02:50](1048 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [14:24, 04:03](968 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [12:23, 02:41](963 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [12:23, 02:40](959 MB) +PASS -- TEST 'control_ras_debug_gnu' [11:22, 01:38](593 MB) +PASS -- TEST 'control_stochy_debug_gnu' [08:22, 01:43](594 MB) +PASS -- TEST 'control_debug_p8_gnu' [07:43, 01:45](1548 MB) +PASS -- TEST 'rap_flake_debug_gnu' [07:32, 02:42](966 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [05:24, 02:39](969 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:37, 04:24](966 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:12, 02:16] +PASS -- TEST 'control_wam_debug_gnu' [09:51, 06:40](1398 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 04:02] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:37, 09:43](807 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:33, 05:03](805 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [26:34, 11:42](851 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [24:39, 06:08](849 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [08:34, 05:08](802 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [14:46, 07:33](657 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [14:30, 02:56](657 MB) +PASS -- TEST 'conus13km_control_gnu' [21:03, 03:17](965 MB) +PASS -- TEST 'conus13km_2threads_gnu' [18:52, 01:33](955 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [18:50, 01:53](666 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 09:35] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [09:41, 05:51](836 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 06:07] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [05:25, 02:34](816 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [20:27, 02:48](812 MB) +PASS -- TEST 'conus13km_debug_gnu' [24:56, 07:24](979 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [24:53, 07:22](700 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [22:49, 05:59](975 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [23:51, 07:12](1043 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 06:01] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [19:32, 02:45](842 MB) + +PASS -- COMPILE 's2swa_gnu' [20:12, 16:34] +PASS -- TEST 'cpld_control_p8_gnu' [14:21, 11:07](1688 MB) + +PASS -- COMPILE 's2s_gnu' [19:12, 16:07] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [25:05, 10:25](1639 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [06:11, 03:18] +PASS -- TEST 'cpld_debug_p8_gnu' [22:07, 07:15](1693 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:18] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [32:10, 18:11](1608 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:28] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [25:09, 11:26](1529 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:38] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [16:23, 03:07](747 MB) SYNOPSIS: -Starting Date/Time: 20250716 01:41:28 -Ending Date/Time: 20250716 04:08:04 -Total Time: 02h:31m:27s +Starting Date/Time: 20250520 18:18:21 +Ending Date/Time: 20250520 20:42:25 +Total Time: 02h:25m:25s Compiles Completed: 62/62 -Tests Completed: 266/271 +Tests Completed: 264/267 Failed Tests: -* TEST rap_restart_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2630/ufs-weather-model/tests/logs/log_hera/run_rap_restart_intel.log -* TEST rap_sfcdiff_restart_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2630/ufs-weather-model/tests/logs/log_hera/run_rap_sfcdiff_restart_intel.log -* TEST rap_control_dyn32_phy32_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2630/ufs-weather-model/tests/logs/log_hera/run_rap_control_dyn32_phy32_intel.log -* TEST rap_restart_dyn32_phy32_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST hafs_regional_atm_wav_intel: FAILED: TEST TIMED OUT --- LOG: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3510703/hafs_regional_atm_wav_intel/err +* TEST merra2_thompson_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch1/BMC/gmtb/Grant.Firl/ufs-weather-model-test/tests/logs/log_hera/run_merra2_thompson_intel.log +* TEST merra2_hf_thompson_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch1/BMC/gmtb/Grant.Firl/ufs-weather-model-test/tests/logs/log_hera/run_merra2_hf_thompson_intel.log +* TEST atmaero_control_p8_rad_micro_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch1/BMC/gmtb/Grant.Firl/ufs-weather-model-test/tests/logs/log_hera/run_atmaero_control_p8_rad_micro_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -455,66 +448,3 @@ If you are using this log as a pull request verification, please commit 'test_ch Result: FAILURE ====END OF HERA REGRESSION TESTING LOG==== -====START OF HERA REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -ee7fc6da6dd47cb5c533d6dc2cb079c7e5d6dc7f - -Submodule hashes used in testing: - 9f9fc04dc57c9f93b1f96aeae743bfc89c7530a0 AQM (v0.2.0-163-g9f9fc04) - 132fa6963ba2f7103f711eb567e4fe97ed0804a8 CDEPS-interface/CDEPS (cdeps0.4.17-406-g132fa69) - 4411a158cc4839157e3087d7fe8e399f9685eb35 CICE-interface/CICE (CICE6.0.0-399-g4411a15) - ae6db2120e7a97429a2b2d3287e13feebe25d530 CMEPS-interface/CMEPS (cmeps_v0.4.1-2318-gae6db21) - 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) - 9cd1c693fba8b8abcb7d1c5c9f3c3e96f0dd339c FV3 (remotes/origin/feature/aqm_canopy) - 36e2ab48f2ae0cb8c0c5b661768c13897f40e9ac GOCART (sdr_v2.1.2.6-288-g36e2ab4) - bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) - f9e6e2e1686458df842a0b92c61ff241a920ed84 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10634-gf9e6e2e16) - 1a2d2fcb02da38e975f252ef743af24b68b3cc7f NOAHMP-interface/noahmp (v3.7.1-455-g1a2d2fc) - 6a5814ab52b5035b1710269bed24b30b5e7e772b WW3 (6.07.1-443-g6a5814ab) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) - - -NOTES: -[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). -The first time is for the full script (prep+run+finalize). -The second time is specifically for the run phase. -Times/Memory will be empty for failed tests. - -BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250701 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_268102 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf.rerun -* (-e) - USE ECFLOW - -PASS -- COMPILE 'rrfs_intel' [11:11, 09:30] ( 3 warnings 445 remarks ) -PASS -- TEST 'rap_control_intel' [09:30, 07:53](1223 MB) -PASS -- TEST 'rap_restart_intel' [06:29, 04:10](1224 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:29, 07:47](1222 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:29, 05:52](1250 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 09:04] ( 3 warnings 412 remarks ) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:32, 06:31](1171 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:27, 04:58](1149 MB) - -PASS -- COMPILE 'hafsw_intel' [13:12, 11:11] ( 692 remarks ) -PASS -- TEST 'hafs_regional_atm_wav_intel' [36:14, 27:41](968 MB) - -SYNOPSIS: -Starting Date/Time: 20250716 15:34:39 -Ending Date/Time: 20250716 16:25:41 -Total Time: 00h:51m:07s -Compiles Completed: 3/3 -Tests Completed: 7/7 - -NOTES: -A file 'test_changes.list' was generated but is empty. -If you are using this log as a pull request verification, please commit 'test_changes.list'. - -Result: SUCCESS - -====END OF HERA REGRESSION TESTING LOG==== diff --git a/tests/parm/global_control.nml.IN b/tests/parm/global_control.nml.IN index 02aac4b35e..53d9577661 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -118,6 +118,7 @@ imp_physics = @[IMP_PHYSICS] iovr = @[IOVR] ltaerosol = @[LTAEROSOL] + mraerosol = @[MRAEROSOL] lthailaware = @[LTHAILAWARE] lradar = @[LRADAR] ttendlim = @[TTENDLIM] diff --git a/tests/rt.conf b/tests/rt.conf index 092f458542..050873ffc7 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -142,6 +142,7 @@ RUN | control_p8_lndp | RUN | control_p8_rrtmgp | - noaacloud | baseline | RUN | control_p8_mynn | - noaacloud | baseline | RUN | merra2_thompson | - noaacloud | baseline | +RUN | merra2_hf_thompson | - noaacloud | baseline | RUN | regional_control | | baseline | RUN | regional_restart | - noaacloud | | regional_control RUN | regional_decomp | - noaacloud | | diff --git a/tests/test_changes.list b/tests/test_changes.list index d6d1fe7e1f..d8a5ca7b23 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1 +1,3 @@ -regional_atmaq_canopy intel +merra2_thompson intel +merra2_hf_thompson intel +atmaero_control_p8_rad_micro intel diff --git a/tests/tests/merra2_hf_thompson b/tests/tests/merra2_hf_thompson new file mode 100644 index 0000000000..e4390e0edf --- /dev/null +++ b/tests/tests/merra2_hf_thompson @@ -0,0 +1,150 @@ +############################################################################### +# +# Global control test GFSv16 atmosphere only at C96L127, P8 configuration +# +############################################################################### + +export TEST_DESCR="Compare global control 3 hourly merra2 thompson results with previous trunk version" + +export CNTL_DIR=merra2_hf_thompson + +export LIST_FILES="sfcf000.nc \ + sfcf021.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf021.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF21 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF21 \ + GFSPRS.GrbF24 \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export_fv3 +export_tiled +export NPZ=127 +export NPZP=128 +export DT_ATMOS=600 +export DT_INNER=${DT_ATMOS} +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL="12 -1" +export OUTPUT_GRID='gaussian_grid' +export WRITE_DOPOST=.true. +export OUTPUT_FH='0 21 24' + +export IALB=2 +export IEMS=2 +export LSM=2 +export IOPT_DVEG=4 +export IOPT_CRS=2 +export IOPT_RAD=3 +export IOPT_ALB=1 +export IOPT_STC=3 +export IOPT_SFC=3 +export IOPT_TRS=2 +export IOPT_DIAG=2 + +export D2_BG_K1=0.20 +export D2_BG_K2=0.04 +export PSM_BC=1 +export DDDMP=0.1 + +# Merra2 Aerosols & NSST +export USE_MERRA2=.true. +export LTAEROSOL=.false. +export MRAEROSOL=.true. +export IAER=6011 +export NSTF_NAME=2,1,0,0,0 + +export LHEATSTRG=.false. +export LSEASPRAY=.true. + +# UGWP1 +export GWD_OPT=2 +export DO_UGWP_V1=.false. +export KNOB_UGWP_VERSION=0 +export KNOB_UGWP_NSLOPE=1 +export DO_UGWP_V0=.true. +export DO_GSL_DRAG_LS_BL=.false. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.false. +export DO_UGWP_V1_OROG_ONLY=.false. +export DO_UGWP_V0_NST_ONLY=.false. +export LDIAG_UGWP=.false. + +# CA +export DO_CA=.true. +export CA_SGS=.true. +export CA_GLOBAL=.false. +export NCA=1 +export NCELLS=5 +export NLIVES=12 +export NTHRESH=18 +export NSEED=1 +export NFRACSEED=0.5 +export CA_TRIGGER=.true. +export NSPINUP=1 +export ISEED_CA=12345 + +export IMP_PHYSICS=8 +export LGFDLMPRAD=.false. +export DO_SAT_ADJ=.false. +export DNATS=2 +export DZ_MIN=6 + +#required for NML.IN sharing +export MIN_SEAICE=0.15 +export FRAC_GRID=.true. +export MOM6_RESTART_SETTING=n +# Following not used for standalone +export USE_CICE_ALB=.false. + +export WRITE_NSFLIP=.true. + +export FV3_RUN=control_run.IN +export CCPP_SUITE=FV3_GFS_v17_p8 +export FIELD_TABLE=field_table_mr2 +export DIAG_TABLE=diag_table_mr2 +export INPUT_NML=global_control.nml.IN + +# RRTMGP +export DO_RRTMGP=.false. +export DOGP_CLDOPTICS_LUT=.true. +export DOGP_LWSCAT=.true. +export DOGP_SGS_CNV=.true.