From 804312ba4d3ca4b60548cef446ebd80f5abb8b80 Mon Sep 17 00:00:00 2001 From: Matthew Masarik Date: Thu, 14 Mar 2024 15:24:22 +0000 Subject: [PATCH 01/18] .gitmodule: WW3 url,branch --- .gitmodules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index a3775fc12d..d499bfbcb6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,10 @@ branch = develop [submodule "WW3"] path = WW3 - url = https://github.com/NOAA-EMC/WW3 - branch = dev/ufs-weather-model + #url = https://github.com/NOAA-EMC/WW3 + #branch = dev/ufs-weather-model + url = https://github.com/ESCOMP/WW3 + branch = sync-dev/unified [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/NOAA-PSL/stochastic_physics From f3402c1e8225693a7e2713a64e0c12484e5860fb Mon Sep 17 00:00:00 2001 From: Matthew Masarik Date: Thu, 14 Mar 2024 15:30:08 +0000 Subject: [PATCH 02/18] WW3: add ESCOMP sync-dev/unfied branch --- WW3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WW3 b/WW3 index 4ffc47e10e..8c7ec7b023 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 +Subproject commit 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 From bcb4fff809702fb8633548b4035cc40c653632d8 Mon Sep 17 00:00:00 2001 From: Matthew Masarik Date: Thu, 14 Mar 2024 15:38:12 +0000 Subject: [PATCH 03/18] rt.sh: add INPUTDATA_ROOT_WW3 test location --- tests/rt.sh | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index fd6464c60f..92a5a6228c 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -34,7 +34,7 @@ usage() { update_rtconf() { find_match() { - # This function finds if a test in $TESTS_FILE matches one + # This function finds if a test in $TESTS_FILE matches one # in our list of tests to be run. THIS_TEST_WITH_COMPILER=$1 shift @@ -75,13 +75,13 @@ update_rtconf() { RT_TEMP_CONF="rt_temp.conf" rm -f $RT_TEMP_CONF && touch $RT_TEMP_CONF local compile_line='' - + while read -r line || [ "$line" ]; do line="${line#"${line%%[![:space:]]*}"}" [[ -n $line ]] || continue [[ ${#line} == 0 ]] && continue [[ $line == \#* ]] && continue - + if [[ $line =~ COMPILE ]] ; then MACHINES=$(echo $line | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//') RT_COMPILER_IN=$(echo $line | cut -d'|' -f3 | sed -e 's/^ *//' -e 's/ *$//') @@ -109,7 +109,7 @@ update_rtconf() { fi if [[ $to_run_test == true ]]; then TEST_IDX=$(find_match "$tmp_test $RT_COMPILER_IN" "${TEST_WITH_COMPILE[@]}") - + if [[ $TEST_IDX != -1 ]]; then if [[ $COMPILE_LINE_USED == false ]]; then echo -en '\n' >> $RT_TEMP_CONF @@ -117,16 +117,16 @@ update_rtconf() { COMPILE_LINE_USED=true fi dep_test=$(echo "$line" | grep -w "$tmp_test" | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//') - + if [[ $dep_test != '' ]]; then if [[ $(find_match "$dep_test $RT_COMPILER_IN" "${TEST_WITH_COMPILE[@]}") == -1 ]]; then - + dep_line=$(grep -w "$dep_test" rt.conf | grep -v "$tmp_test") dep_line="${dep_line#"${dep_line%%[![:space:]]*}"}" dep_line=$(echo "${dep_line}" | tr -d '\n') CORRECT_LINE[1]=$(awk -F'RUN|RUN' '{print $2}' <<< "$dep_line") CORRECT_LINE[2]=$(awk -F'RUN|RUN' '{print $3}' <<< "$dep_line") - + if [[ $RT_COMPILER_IN == "intel" ]]; then echo "RUN ${CORRECT_LINE[1]}" >> $RT_TEMP_CONF elif [[ $RT_COMPILER_IN == "gnu" ]]; then @@ -135,7 +135,7 @@ update_rtconf() { fi fi echo "$line" >> $RT_TEMP_CONF - fi + fi fi fi done < "$TESTS_FILE" @@ -174,7 +174,7 @@ EOF git submodule status >> "${REGRESSIONTEST_LOG}" echo; echo >> "${REGRESSIONTEST_LOG}" cd tests - + cat << EOF >> "${REGRESSIONTEST_LOG}" NOTES: @@ -214,12 +214,12 @@ EOF local valid_test=false if [[ $line == COMPILE* ]] ; then - + CMACHINES=$(echo "$line" | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//') COMPILER=$(echo "$line" | cut -d'|' -f3 | sed -e 's/^ *//' -e 's/ *$//') COMPILE_NAME=$(echo "$line" | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') COMPILE_ID=${COMPILE_NAME}_${COMPILER} - + if [[ ${CMACHINES} == '' ]]; then valid_compile=true elif [[ ${CMACHINES} == -* ]]; then @@ -241,7 +241,7 @@ EOF elif [[ -f fail_compile_${COMPILE_ID} ]]; then COMPILE_RESULT="FAIL TO RUN" FAIL_LOG="${LOG_DIR}/compile_${COMPILE_ID}.log" - else + else if grep -q "quota" "${LOG_DIR}/compile_${COMPILE_ID}.log"; then COMPILE_RESULT="FAIL FROM DISK QUOTA" FAIL_LOG="${LOG_DIR}/compile_${COMPILE_ID}.log" @@ -282,7 +282,7 @@ EOF RMACHINES=$(echo "$line" | cut -d'|' -f3 | sed -e 's/^ *//' -e 's/ *$//') TEST_NAME=$(echo "$line" | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') GEN_BASELINE=$(echo "$line" | cut -d'|' -f4 | sed -e 's/^ *//' -e 's/ *$//') - + if [[ ${RMACHINES} == '' ]]; then valid_test=true elif [[ ${RMACHINES} == -* ]]; then @@ -321,7 +321,7 @@ EOF TEST_RESULT="FAIL FROM TIMEOUT" FAIL_LOG="${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log" else - + TEST_RESULT="PASS" TIME_FILE="${LOG_DIR}/run_${TEST_NAME}_${COMPILER}_timestamp.txt" GETMEMFROMLOG=$(grep "The maximum resident set size" "${LOG_DIR}/rt_${TEST_NAME}_${COMPILER}.log") @@ -351,9 +351,9 @@ EOF fi fi done < "$TESTS_FILE" - + elapsed_time=$( printf '%02dh:%02dm:%02ds\n' $((SECONDS%86400/3600)) $((SECONDS%3600/60)) $((SECONDS%60)) ) - + cat << EOF >> "${REGRESSIONTEST_LOG}" SYNOPSIS: @@ -371,18 +371,18 @@ EOF echo "-- LOG: ${FAILED_COMPILE_LOGS[$i]}" >> "${REGRESSIONTEST_LOG}" done fi - + # PRINT FAILED TESTS if [[ "${#FAILED_TESTS[@]}" -ne "0" ]]; then - + echo "Failed Tests:" >> ${REGRESSIONTEST_LOG} for j in "${!FAILED_TESTS[@]}"; do echo "* ${FAILED_TESTS[$j]}" >> "${REGRESSIONTEST_LOG}" echo "-- LOG: ${FAILED_TEST_LOGS[$j]}" >> "${REGRESSIONTEST_LOG}" done - + fi - + # WRITE FAILED_TEST_ID LIST TO TEST_CHANGES_LOG if [[ "${#FAILED_TESTS[@]}" -ne "0" ]]; then for item in "${FAILED_TEST_ID[@]}"; do @@ -659,7 +659,7 @@ elif [[ $MACHINE_ID = gaea ]]; then ROCOTOCOMPLETE=$(which rocotocomplete) ROCOTO_SCHEDULER=slurm - + module load PrgEnv-intel/8.3.3 module load intel-classic/2023.1.0 module load cray-mpich/8.1.25 @@ -761,7 +761,7 @@ elif [[ $MACHINE_ID = jet ]]; then echo "=======Please, move to Rocky8 node fe[5-8]=======" exit 1 fi - + module load rocoto ROCOTORUN=$(which rocotorun) ROCOTOSTAT=$(which rocotostat) @@ -935,7 +935,8 @@ if [[ "$CREATE_BASELINE" == false ]] ; then fi INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20221101} -INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624 +#INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20220624 +INPUTDATA_ROOT_WW3=/scratch1/NCEPDEV/climate/Matthew.Masarik/waves/share/ufs/moddefs/WW3_input_data_20240214 INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20220207} shift $((OPTIND-1)) From 97248289a6d955c6d6c68ad83cb4c9ad17150263 Mon Sep 17 00:00:00 2001 From: Matthew Masarik Date: Thu, 14 Mar 2024 15:47:50 +0000 Subject: [PATCH 04/18] 2024-03-13.test_changes.list.txt: No changes, completed on hera. --- tests/2024-03-13.test_changes.list.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/2024-03-13.test_changes.list.txt diff --git a/tests/2024-03-13.test_changes.list.txt b/tests/2024-03-13.test_changes.list.txt new file mode 100644 index 0000000000..e69de29bb2 From e2f840b74edbc6ea1ad9a0f293d9c023ef9b62e7 Mon Sep 17 00:00:00 2001 From: Jong Kim Date: Thu, 28 Mar 2024 00:22:16 +0000 Subject: [PATCH 05/18] sync up fv3 mom6 hashes --- FV3 | 2 +- MOM6-interface/MOM6 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FV3 b/FV3 index 6942270941..1ba84102cb 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 694227094198b8c1fe101af22dc506e9aeff9ebe +Subproject commit 1ba84102cb814ec377efae92264fceb317c24398 diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 10521a921d..ab7bd14d20 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 10521a921d2f442de19a0cda240d912fd918c40c +Subproject commit ab7bd14d209592d55490e75dbfaa61cb4a62df97 From 3747664d1511e058657743b4b84f7e51566ac419 Mon Sep 17 00:00:00 2001 From: Jong Kim Date: Thu, 28 Mar 2024 08:54:45 -0500 Subject: [PATCH 06/18] add Hercules RT log: passed --- tests/logs/RegressionTests_hercules.log | 717 ++++++++++++------------ 1 file changed, 358 insertions(+), 359 deletions(-) diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 76e32fe4f4..5fff55f8d9 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -0a6b9489ca89719f3fab9fa759a07c60c4c91f78 +e2f840b74edbc6ea1ad9a0f293d9c023ef9b62e7 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,33 +11,33 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 7fa559355056e533fe6ae86ed291006b75a11aca FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4225-g7fa55935) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -48,366 +48,365 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240315 -COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/nandoam/FV3_RT/rt_3737953 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_243673 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:07, 11:09] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:18, 07:31](1897 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:07, 15:54] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:26, 13:51](1772 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:48, 14:32](2160 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:40, 06:38](1177 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:06, 16:09](1690 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:06, 04:40] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:25, 20:22](1726 MB) - -PASS -- COMPILE 's2swa_intel' [11:07, 10:02] -PASS -- TEST 'cpld_control_p8_intel' [10:10, 07:41](2061 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:23, 07:47](2074 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:27, 04:17](1974 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:08, 07:54](1985 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:29, 04:19](1744 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:20, 09:05](2502 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:01, 07:35](2069 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:06, 06:28](1894 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:21, 07:46](2077 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:53, 15:43](2805 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:37, 05:54](2923 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [16:25, 08:59](3631 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:53, 06:02](3619 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:09, 04:58](2028 MB) - -PASS -- COMPILE 's2sw_intel' [12:07, 10:38] -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:05, 07:03](1772 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:11, 04:01](1820 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:06, 04:33] -PASS -- TEST 'cpld_debug_p8_intel' [09:14, 06:53](2040 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:06, 04:30] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:07, 04:46](1797 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [09:06, 07:59] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:09, 03:58](1821 MB) - -PASS -- COMPILE 's2s_intel' [09:06, 07:52] -PASS -- TEST 'cpld_control_c48_intel' [09:48, 07:11](2843 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:06, 11:40] -PASS -- TEST 'cpld_control_p8_faster_intel' [10:19, 07:24](2095 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:07, 16:42] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:10, 14:08](1811 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:14, 06:45](1288 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:07, 15:48](1737 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:17] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:08, 22:02](1778 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:06, 09:19] -PASS -- TEST 'control_flake_intel' [04:18, 02:57](713 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 02:05](660 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:25, 02:22](665 MB) -PASS -- TEST 'control_latlon_intel' [04:18, 02:10](672 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:23, 02:09](660 MB) -PASS -- TEST 'control_c48_intel' [07:27, 05:50](858 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 05:46](861 MB) -PASS -- TEST 'control_c192_intel' [09:32, 07:54](956 MB) -PASS -- TEST 'control_c384_intel' [11:08, 08:25](1444 MB) -PASS -- TEST 'control_c384gdas_intel' [11:17, 07:18](1509 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:29](681 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:25, 00:59](545 MB) -PASS -- TEST 'control_lndp_intel' [03:18, 01:25](666 MB) -PASS -- TEST 'control_iovr4_intel' [04:19, 02:12](661 MB) -PASS -- TEST 'control_iovr5_intel' [04:18, 02:08](663 MB) -PASS -- TEST 'control_p8_intel' [05:03, 02:36](1644 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:07, 02:36](1633 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:10, 02:28](1649 MB) -PASS -- TEST 'control_restart_p8_intel' [03:59, 01:29](919 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:54, 02:32](1634 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:06, 01:27](971 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:49, 02:39](1623 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:52, 02:30](1728 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:45, 04:34](1646 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:13, 03:33](1721 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:05, 02:39](1658 MB) -PASS -- TEST 'merra2_thompson_intel' [05:12, 03:02](1657 MB) -PASS -- TEST 'regional_control_intel' [06:37, 04:45](956 MB) -PASS -- TEST 'regional_restart_intel' [04:37, 02:34](1108 MB) -PASS -- TEST 'regional_decomp_intel' [06:29, 05:00](947 MB) -PASS -- TEST 'regional_2threads_intel' [05:32, 03:06](914 MB) -PASS -- TEST 'regional_noquilt_intel' [06:32, 04:29](1489 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:34, 04:33](961 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:32, 04:36](966 MB) -PASS -- TEST 'regional_wofs_intel' [07:30, 05:38](2075 MB) - -PASS -- COMPILE 'rrfs_intel' [09:06, 07:31] -PASS -- TEST 'rap_control_intel' [09:11, 06:39](1182 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:56, 03:32](1409 MB) -PASS -- TEST 'rap_decomp_intel' [08:39, 06:55](1136 MB) -PASS -- TEST 'rap_2threads_intel' [08:40, 06:26](1373 MB) -PASS -- TEST 'rap_restart_intel' [06:12, 03:23](1152 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:58, 06:34](1192 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:39, 06:58](1142 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:02, 05:02](1187 MB) -PASS -- TEST 'hrrr_control_intel' [05:48, 03:26](1093 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:44, 03:24](1044 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:39, 03:11](1120 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:19, 01:50](1027 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:59, 06:28](1178 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:27, 07:44](2014 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:24, 07:35](2171 MB) - -PASS -- COMPILE 'csawmg_intel' [09:06, 07:21] -PASS -- TEST 'control_csawmg_intel' [07:29, 05:19](799 MB) -PASS -- TEST 'control_csawmgt_intel' [07:29, 05:16](825 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:50](821 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:06, 04:12] -PASS -- TEST 'control_csawmg_gnu' [08:33, 06:31](812 MB) -PASS -- TEST 'control_csawmgt_gnu' [08:27, 06:25](812 MB) - -PASS -- COMPILE 'wam_intel' [08:06, 06:50] -PASS -- TEST 'control_wam_intel' [03:22, 01:51](793 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [11:06, 10:05] -PASS -- TEST 'control_p8_faster_intel' [05:11, 02:16](1629 MB) -PASS -- TEST 'regional_control_faster_intel' [06:31, 04:32](957 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:06, 03:52] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:21, 02:13](821 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:22, 02:14](827 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:15, 02:27](831 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:17](832 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:30, 03:29](882 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [05:30, 03:26](875 MB) -PASS -- TEST 'control_ras_debug_intel' [04:18, 02:20](840 MB) -PASS -- TEST 'control_diag_debug_intel' [04:24, 02:18](894 MB) -PASS -- TEST 'control_debug_p8_intel' [04:36, 02:22](1659 MB) -PASS -- TEST 'regional_debug_intel' [16:32, 14:07](897 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 03:58](1228 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:56](1225 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 03:59](1219 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 04:02](1230 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 04:01](1213 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:27, 04:13](1302 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:19, 04:07](1223 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:16, 04:06](1218 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:18, 04:00](1222 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:18, 03:58](1220 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:18, 03:57](1218 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:19, 03:57](1222 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:18, 06:30](1219 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:21, 03:53](1213 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:23, 05:13](1221 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:20, 04:04](1214 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:05, 06:51](1220 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:06, 03:21] -PASS -- TEST 'control_csawmg_debug_gnu' [03:32, 01:45](790 MB) -PASS -- TEST 'control_csawmgt_debug_gnu' [03:31, 01:44](789 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:06, 02:38] - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:06, 06:55] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:59, 03:26](1274 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:57, 05:24](1134 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:08, 02:54](1025 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:48, 05:04](1283 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:47, 02:39](1037 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:44, 03:01](994 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:57, 04:02](1105 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:34](958 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:07, 09:31] -PASS -- TEST 'conus13km_control_intel' [03:46, 01:45](1311 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:28, 00:43](1199 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:36, 01:10](1145 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:06, 07:22] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:41, 03:41](1068 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:06, 02:59] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:19, 03:51](1091 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:18, 03:58](1088 MB) -PASS -- TEST 'conus13km_debug_intel' [13:37, 11:30](1332 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [14:37, 12:16](977 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:34, 06:38](1238 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:34, 11:31](1413 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:07, 12:14] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:19, 07:27](1894 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:07, 18:09] +PASS -- TEST 'cpld_control_gfsv17_intel' [16:31, 13:44](1770 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:47, 14:32](2153 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:40, 06:38](1185 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:09, 15:33](1697 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:06, 06:46] +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:30, 20:28](1722 MB) + +PASS -- COMPILE 's2swa_intel' [13:07, 12:04] +PASS -- TEST 'cpld_control_p8_intel' [10:02, 07:32](2072 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:16, 07:29](2078 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:33, 04:14](1954 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:02, 07:47](1972 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:31, 04:20](1735 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:57, 08:55](2487 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:56, 07:42](2072 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:10, 06:31](1895 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:15, 07:46](2079 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:57, 15:17](2818 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:33, 05:45](2929 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [16:10, 08:55](3634 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [14:54, 05:51](3614 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:06, 04:55](2055 MB) + +PASS -- COMPILE 's2sw_intel' [13:06, 11:47] +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:02, 07:19](1761 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:12, 04:05](1822 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:06, 06:46] +PASS -- TEST 'cpld_debug_p8_intel' [09:21, 06:48](2050 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:06, 06:28] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:13, 04:40](1788 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:06, 10:52] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:11, 03:58](1821 MB) + +PASS -- COMPILE 's2s_intel' [12:06, 10:43] +PASS -- TEST 'cpld_control_c48_intel' [09:51, 07:13](2839 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:06, 14:19] +PASS -- TEST 'cpld_control_p8_faster_intel' [10:13, 07:20](2060 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:06, 16:23] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:06, 13:45](1798 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:19, 06:40](1280 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:05, 15:18](1733 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:20] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:05, 21:29](1771 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:06, 08:02] +PASS -- TEST 'control_flake_intel' [04:19, 02:50](713 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:22, 02:02](663 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:26, 02:12](668 MB) +PASS -- TEST 'control_latlon_intel' [04:19, 02:08](666 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:24, 02:05](674 MB) +PASS -- TEST 'control_c48_intel' [07:26, 05:44](855 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 05:45](856 MB) +PASS -- TEST 'control_c192_intel' [09:30, 07:52](959 MB) +PASS -- TEST 'control_c384_intel' [10:08, 07:57](1447 MB) +PASS -- TEST 'control_c384gdas_intel' [11:02, 07:11](1527 MB) +PASS -- TEST 'control_stochy_intel' [03:19, 01:25](673 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:29, 00:50](537 MB) +PASS -- TEST 'control_lndp_intel' [03:16, 01:20](664 MB) +PASS -- TEST 'control_iovr4_intel' [03:21, 02:03](665 MB) +PASS -- TEST 'control_iovr5_intel' [04:20, 02:06](659 MB) +PASS -- TEST 'control_p8_intel' [05:04, 02:32](1630 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:03, 02:32](1651 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:04, 02:25](1637 MB) +PASS -- TEST 'control_restart_p8_intel' [04:00, 01:24](918 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:49, 02:31](1623 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:01, 01:21](991 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:48, 02:36](1631 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:47, 02:23](1721 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:43, 04:25](1645 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:01, 03:28](1719 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:04, 02:31](1664 MB) +PASS -- TEST 'merra2_thompson_intel' [05:08, 03:02](1662 MB) +PASS -- TEST 'regional_control_intel' [06:33, 04:29](955 MB) +PASS -- TEST 'regional_restart_intel' [04:32, 02:31](1104 MB) +PASS -- TEST 'regional_decomp_intel' [06:30, 04:46](947 MB) +PASS -- TEST 'regional_2threads_intel' [04:31, 02:54](915 MB) +PASS -- TEST 'regional_noquilt_intel' [06:33, 04:21](1488 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:34, 04:31](958 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:28, 04:26](957 MB) +PASS -- TEST 'regional_wofs_intel' [07:30, 05:34](2070 MB) + +PASS -- COMPILE 'rrfs_intel' [09:06, 07:13] +PASS -- TEST 'rap_control_intel' [08:54, 06:28](1200 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:58, 03:26](1409 MB) +PASS -- TEST 'rap_decomp_intel' [08:42, 06:45](1126 MB) +PASS -- TEST 'rap_2threads_intel' [08:42, 06:10](1366 MB) +PASS -- TEST 'rap_restart_intel' [05:51, 03:27](1133 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:53, 06:30](1187 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:45, 06:49](1140 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:02, 04:56](1194 MB) +PASS -- TEST 'hrrr_control_intel' [05:55, 03:21](1073 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:26](1051 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:34, 03:05](1121 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:53](1027 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:57, 06:16](1210 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:22, 07:37](2008 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:21, 07:21](2161 MB) + +PASS -- COMPILE 'csawmg_intel' [08:06, 06:54] +PASS -- TEST 'control_csawmg_intel' [07:33, 05:18](832 MB) +PASS -- TEST 'control_csawmgt_intel' [07:34, 05:13](825 MB) +PASS -- TEST 'control_ras_intel' [04:17, 02:50](833 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:06, 03:52] +PASS -- TEST 'control_csawmg_gnu' [08:40, 06:31](809 MB) +PASS -- TEST 'control_csawmgt_gnu' [08:31, 06:23](810 MB) + +PASS -- COMPILE 'wam_intel' [08:06, 06:28] +PASS -- TEST 'control_wam_intel' [03:23, 01:52](791 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:06, 09:43] +PASS -- TEST 'control_p8_faster_intel' [05:09, 02:16](1629 MB) +PASS -- TEST 'regional_control_faster_intel' [06:30, 04:10](956 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:06, 03:39] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:20, 02:12](817 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:22, 02:11](824 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:15, 02:27](842 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:16](833 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:30, 03:24](878 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [05:28, 03:21](872 MB) +PASS -- TEST 'control_ras_debug_intel' [04:16, 02:15](840 MB) +PASS -- TEST 'control_diag_debug_intel' [04:24, 02:20](881 MB) +PASS -- TEST 'control_debug_p8_intel' [04:39, 02:21](1657 MB) +PASS -- TEST 'regional_debug_intel' [15:33, 13:55](900 MB) +PASS -- TEST 'rap_control_debug_intel' [05:20, 04:04](1217 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:18, 03:52](1216 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:59](1226 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 03:59](1226 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 03:59](1229 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:27, 04:08](1311 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 04:01](1213 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 04:04](1213 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:18, 03:59](1210 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:18, 04:02](1220 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:19, 04:02](1215 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:19, 03:54](1229 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:19, 06:26](1227 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:19, 03:56](1209 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:20, 05:05](1224 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:19, 03:55](1227 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:55, 06:45](1226 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:06, 03:48] +PASS -- TEST 'control_csawmg_debug_gnu' [03:33, 01:41](795 MB) +PASS -- TEST 'control_csawmgt_debug_gnu' [03:29, 01:37](790 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:06, 02:37] + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:06, 06:29] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:58, 03:21](1270 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:57, 05:20](1136 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:05, 02:50](1018 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:40, 05:13](1239 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:45, 02:37](1031 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:39, 02:58](1010 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:51, 04:01](1094 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:34](969 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:06, 09:23] +PASS -- TEST 'conus13km_control_intel' [03:44, 01:39](1292 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:32, 00:44](1205 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:32, 01:05](1153 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:06, 07:02] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:40, 03:39](1061 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:06, 02:52] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:19, 03:52](1096 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:49](1100 MB) +PASS -- TEST 'conus13km_debug_intel' [13:41, 11:31](1340 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:34, 11:44](983 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:32, 06:36](1238 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:33, 11:32](1400 MB) PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:06, 03:00] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 04:03](1153 MB) - -PASS -- COMPILE 'hafsw_intel' [12:07, 10:43] -PASS -- TEST 'hafs_regional_atm_intel' [08:08, 05:27](870 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:19, 05:03](1272 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:18, 06:19](938 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:04, 14:32](996 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:13, 14:46](1000 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:01, 05:39](606 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:27, 07:18](620 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:53, 03:00](435 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:21, 07:55](543 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:49, 04:00](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:52, 03:49](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 04:58](675 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:25, 01:30](449 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:05, 03:09] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:46, 11:33](634 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:06, 11:00] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:02, 16:45](729 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:00, 16:48](811 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:06, 10:21] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:02, 09:47](789 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:06, 09:52] -PASS -- TEST 'hafs_regional_docn_intel' [08:03, 05:22](969 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:04, 05:30](937 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:47, 16:26](1342 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:06, 06:03] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:13, 02:11](1127 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:11, 01:17](1099 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:11, 02:06](1012 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:12, 02:08](1018 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:12, 02:09](1014 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:11, 02:08](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:12, 02:10](1143 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:11, 02:03](1018 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:00, 04:57](1153 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:54, 04:50](1146 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:09, 02:09](1144 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:11, 03:00](2381 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:12, 03:01](2433 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:06, 03:40] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:11, 05:11](1079 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:06, 06:40] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:11, 02:08](1141 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:06, 00:51] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 00:51](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:53](559 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:33](559 MB) - -PASS -- COMPILE 'atml_intel' [10:06, 08:17] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:23, 06:04](1627 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:20, 06:05](1631 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:47, 03:07](956 MB) - -PASS -- COMPILE 'atmw_intel' [11:06, 09:06] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:03, 01:34](1692 MB) - -PASS -- COMPILE 'atmwm_intel' [11:06, 09:44] -PASS -- TEST 'control_atmwav_intel' [03:52, 01:33](697 MB) - -PASS -- COMPILE 'atmaero_intel' [09:06, 07:28] -PASS -- TEST 'atmaero_control_p8_intel' [06:01, 03:40](1789 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:06, 04:25](1795 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 04:31](1834 MB) - -PASS -- COMPILE 'atmaq_intel' [08:06, 07:00] - -PASS -- COMPILE 'atmaq_debug_intel' [04:06, 02:42] -PASS -- TEST 'regional_atmaq_debug_intel' [19:37, 16:56](4584 MB) - -PASS -- COMPILE 'atm_gnu' [06:07, 04:43] -PASS -- TEST 'control_c48_gnu' [11:28, 09:52](882 MB) -PASS -- TEST 'control_stochy_gnu' [04:18, 02:18](731 MB) -PASS -- TEST 'control_ras_gnu' [05:15, 03:47](730 MB) -PASS -- TEST 'control_p8_gnu' [05:58, 03:39](1519 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:53, 03:35](1514 MB) -PASS -- TEST 'control_flake_gnu' [06:19, 04:24](811 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:06, 04:39] -PASS -- TEST 'rap_control_gnu' [09:50, 07:49](1085 MB) -PASS -- TEST 'rap_decomp_gnu' [09:38, 07:52](1084 MB) -PASS -- TEST 'rap_2threads_gnu' [09:35, 07:19](1138 MB) -PASS -- TEST 'rap_restart_gnu' [05:46, 03:59](885 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:06, 07:46](1089 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:38, 07:48](1087 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:00, 05:47](884 MB) -PASS -- TEST 'hrrr_control_gnu' [05:49, 04:04](1069 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [06:35, 04:06](1140 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:38, 03:45](1040 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:34, 04:04](1073 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:19, 02:07](881 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:20, 02:08](935 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:54, 07:44](1079 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:06, 06:04] -PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:14](774 MB) -PASS -- TEST 'regional_debug_gnu' [08:31, 06:20](926 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:20, 01:59](1099 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:17, 01:57](1091 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 02:00](1096 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:22, 01:59](1097 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:29, 02:11](1269 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 03:12](1096 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:27, 02:02](1100 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:26, 02:01](1096 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:23, 01:14](726 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:18](725 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:39, 01:17](1501 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:21, 01:59](1103 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:22, 02:10](1101 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:51, 03:18](1104 MB) - -PASS -- COMPILE 'wam_debug_gnu' [05:06, 03:23] -PASS -- TEST 'control_wam_debug_gnu' [03:23, 01:55](499 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:06, 05:14] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:34, 07:14](964 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:57, 03:49](951 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:51, 06:44](970 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:40, 03:32](895 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:44, 03:52](950 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:41, 05:37](860 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:20, 02:01](856 MB) -PASS -- TEST 'conus13km_control_gnu' [04:48, 02:32](1267 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:30, 01:04](1173 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:33, 01:29](928 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [14:07, 12:12] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:40, 04:23](988 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [13:06, 11:22] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 01:56](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:16, 01:59](972 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:37, 05:31](1278 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:36, 05:49](972 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:33, 03:17](1190 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:34, 05:31](1354 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [13:06, 11:46] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:20, 02:00](1000 MB) - -PASS -- COMPILE 's2swa_gnu' [18:07, 16:16] - -PASS -- COMPILE 's2s_gnu' [19:09, 17:18] - -PASS -- COMPILE 's2swa_debug_gnu' [14:07, 12:08] - -PASS -- COMPILE 's2sw_pdlib_gnu' [19:07, 17:36] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [14:06, 12:06] - -PASS -- COMPILE 'datm_cdeps_gnu' [19:07, 17:24] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 03:59](1150 MB) + +PASS -- COMPILE 'hafsw_intel' [12:07, 10:37] +PASS -- TEST 'hafs_regional_atm_intel' [08:03, 05:25](878 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:22, 04:59](1281 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:18, 06:20](958 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:06, 13:58](995 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:14, 15:00](1015 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 05:28](607 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:19, 07:00](617 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:51, 02:55](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:22, 07:56](545 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:47, 03:51](615 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:45, 03:41](617 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:55, 04:51](679 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:24, 01:28](457 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:06, 03:18] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:43, 11:14](630 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:06, 10:38] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:51, 16:35](724 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:58, 15:56](814 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:06, 10:40] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:05, 10:43](786 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:06, 10:15] +PASS -- TEST 'hafs_regional_docn_intel' [08:04, 05:28](955 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:06, 05:25](928 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:45, 16:23](1341 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:05, 05:39] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:13, 02:08](1153 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:12, 01:19](1068 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:12, 02:04](1013 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:13, 02:07](1018 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:11, 02:06](1011 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:11, 02:09](1157 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:11, 02:10](1144 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:12, 02:03](1016 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:51, 04:59](1169 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:52, 04:55](1137 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:09, 02:07](1146 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:11, 03:01](2435 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:12, 03:03](2435 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:05, 02:30] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:12, 05:10](1070 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:05, 05:34] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:10, 02:08](1148 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:05, 00:48] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:56](327 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:53](560 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:33](560 MB) + +PASS -- COMPILE 'atml_intel' [09:06, 07:24] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:18, 06:06](1632 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [09:22, 06:20](1636 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:49, 03:07](943 MB) + +PASS -- COMPILE 'atmw_intel' [11:06, 10:01] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:55, 01:36](1684 MB) + +PASS -- COMPILE 'atmwm_intel' [12:05, 10:24] +PASS -- TEST 'control_atmwav_intel' [03:44, 01:31](703 MB) + +PASS -- COMPILE 'atmaero_intel' [09:06, 07:33] +PASS -- TEST 'atmaero_control_p8_intel' [05:59, 03:37](1779 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:59, 04:18](1806 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:51, 04:30](1823 MB) + +PASS -- COMPILE 'atmaq_intel' [09:07, 07:51] + +PASS -- COMPILE 'atmaq_debug_intel' [06:05, 04:14] +PASS -- TEST 'regional_atmaq_debug_intel' [19:35, 16:32](4597 MB) + +PASS -- COMPILE 'atm_gnu' [07:07, 05:53] +PASS -- TEST 'control_c48_gnu' [11:31, 09:27](881 MB) +PASS -- TEST 'control_stochy_gnu' [04:17, 02:21](728 MB) +PASS -- TEST 'control_ras_gnu' [05:16, 03:44](735 MB) +PASS -- TEST 'control_p8_gnu' [06:02, 03:34](1514 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:52, 03:30](1514 MB) +PASS -- TEST 'control_flake_gnu' [06:17, 04:23](812 MB) + +PASS -- COMPILE 'rrfs_gnu' [07:06, 05:53] +PASS -- TEST 'rap_control_gnu' [09:58, 07:40](1092 MB) +PASS -- TEST 'rap_decomp_gnu' [09:42, 07:46](1088 MB) +PASS -- TEST 'rap_2threads_gnu' [09:40, 07:07](1122 MB) +PASS -- TEST 'rap_restart_gnu' [05:51, 03:53](886 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [10:04, 07:39](1083 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:42, 07:46](1086 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:54, 05:43](883 MB) +PASS -- TEST 'hrrr_control_gnu' [05:46, 03:58](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:46, 04:00](1135 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:44, 03:42](1029 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:40, 04:00](1072 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:21, 02:04](882 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:21, 02:02](935 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [10:04, 07:35](1080 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:07, 07:05] +PASS -- TEST 'control_diag_debug_gnu' [03:25, 01:14](774 MB) +PASS -- TEST 'regional_debug_gnu' [08:35, 06:19](924 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:18, 01:58](1098 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:17, 01:56](1094 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:16, 01:56](1091 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:16, 01:57](1091 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:28, 02:04](1266 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:20, 03:02](1094 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:20, 02:00](1095 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:19, 01:56](1088 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:11](724 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:18](724 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:39, 01:14](1506 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:19, 01:56](1096 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:18, 02:12](1100 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:58, 03:18](1102 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:05, 02:27] +PASS -- TEST 'control_wam_debug_gnu' [03:23, 01:52](499 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:06, 03:54] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:39, 07:18](962 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:01, 03:48](950 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:56, 06:42](970 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:44, 03:25](891 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:51, 03:54](951 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:52, 05:22](859 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:36, 01:59](857 MB) +PASS -- TEST 'conus13km_control_gnu' [04:47, 02:35](1266 MB) +PASS -- TEST 'conus13km_2threads_gnu' [02:29, 01:02](1173 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:33, 01:27](949 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:06, 11:48] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:42, 04:23](991 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:06, 09:58] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:23, 01:55](979 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:57](966 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:36, 05:28](1282 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:34, 05:32](970 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:32, 03:17](1192 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:33, 05:23](1350 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:06, 09:57] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:58](1002 MB) + +PASS -- COMPILE 's2swa_gnu' [21:07, 19:11] + +PASS -- COMPILE 's2s_gnu' [19:07, 17:33] + +PASS -- COMPILE 's2swa_debug_gnu' [09:06, 07:48] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:07, 15:10] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:06, 03:51] + +PASS -- COMPILE 'datm_cdeps_gnu' [16:07, 14:54] SYNOPSIS: -Starting Date/Time: 20240326 10:44:23 -Ending Date/Time: 20240326 12:06:35 -Total Time: 01h:23m:31s +Starting Date/Time: 20240328 07:25:07 +Ending Date/Time: 20240328 08:48:24 +Total Time: 01h:23m:59s Compiles Completed: 55/55 Tests Completed: 239/239 From 66d797dfd3f55ff071d70c9992a76d42a2c99f50 Mon Sep 17 00:00:00 2001 From: Fernando Andrade - NOAA <121964418+FernandoAndrade-NOAA@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:53:21 -0700 Subject: [PATCH 07/18] Update rt.sh restore + input data date --- tests/rt.sh | 261 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 156 insertions(+), 105 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index 723c904c20..b335e78e74 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -34,7 +34,7 @@ usage() { update_rtconf() { find_match() { - # This function finds if a test in $TESTS_FILE matches one + # This function finds if a test in $TESTS_FILE matches one # in our list of tests to be run. THIS_TEST_WITH_COMPILER=$1 shift @@ -75,19 +75,19 @@ update_rtconf() { RT_TEMP_CONF="rt_temp.conf" rm -f $RT_TEMP_CONF && touch $RT_TEMP_CONF local compile_line='' - + while read -r line || [ "$line" ]; do line="${line#"${line%%[![:space:]]*}"}" [[ -n $line ]] || continue [[ ${#line} == 0 ]] && continue [[ $line == \#* ]] && continue - + if [[ $line =~ COMPILE ]] ; then MACHINES=$(echo $line | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//') RT_COMPILER_IN=$(echo $line | cut -d'|' -f3 | sed -e 's/^ *//' -e 's/ *$//') if [[ ${MACHINES} == '' ]]; then compile_line=$line - COMPILE_LINE_USED=false + COMPILE_LINE_USED=false elif [[ ${MACHINES} == -* ]]; then [[ ${MACHINES} =~ ${MACHINE_ID} ]] || compile_line=$line; COMPILE_LINE_USED=false elif [[ ${MACHINES} == +* ]]; then @@ -109,24 +109,24 @@ update_rtconf() { fi if [[ $to_run_test == true ]]; then TEST_IDX=$(find_match "$tmp_test $RT_COMPILER_IN" "${TEST_WITH_COMPILE[@]}") - + if [[ $TEST_IDX != -1 ]]; then if [[ $COMPILE_LINE_USED == false ]]; then - echo -en '\n' >> $RT_TEMP_CONF + echo -en '\n' >> $RT_TEMP_CONF echo "$compile_line" >> $RT_TEMP_CONF COMPILE_LINE_USED=true fi dep_test=$(echo "$line" | grep -w "$tmp_test" | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//') - + if [[ $dep_test != '' ]]; then if [[ $(find_match "$dep_test $RT_COMPILER_IN" "${TEST_WITH_COMPILE[@]}") == -1 ]]; then - + dep_line=$(grep -w "$dep_test" rt.conf | grep -v "$tmp_test") dep_line="${dep_line#"${dep_line%%[![:space:]]*}"}" dep_line=$(echo "${dep_line}" | tr -d '\n') CORRECT_LINE[1]=$(awk -F'RUN|RUN' '{print $2}' <<< "$dep_line") CORRECT_LINE[2]=$(awk -F'RUN|RUN' '{print $3}' <<< "$dep_line") - + if [[ $RT_COMPILER_IN == "intel" ]]; then echo "RUN ${CORRECT_LINE[1]}" >> $RT_TEMP_CONF elif [[ $RT_COMPILER_IN == "gnu" ]]; then @@ -135,7 +135,7 @@ update_rtconf() { fi fi echo "$line" >> $RT_TEMP_CONF - fi + fi fi fi done < "$TESTS_FILE" @@ -174,7 +174,7 @@ EOF git submodule status >> "${REGRESSIONTEST_LOG}" echo; echo >> "${REGRESSIONTEST_LOG}" cd tests - + cat << EOF >> "${REGRESSIONTEST_LOG}" NOTES: @@ -214,12 +214,12 @@ EOF local valid_test=false if [[ $line == COMPILE* ]] ; then - + CMACHINES=$(echo "$line" | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//') COMPILER=$(echo "$line" | cut -d'|' -f3 | sed -e 's/^ *//' -e 's/ *$//') COMPILE_NAME=$(echo "$line" | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') COMPILE_ID=${COMPILE_NAME}_${COMPILER} - + if [[ ${CMACHINES} == '' ]]; then valid_compile=true elif [[ ${CMACHINES} == -* ]]; then @@ -241,7 +241,7 @@ EOF elif [[ -f fail_compile_${COMPILE_ID} ]]; then COMPILE_RESULT="FAIL TO RUN" FAIL_LOG="${LOG_DIR}/compile_${COMPILE_ID}.log" - else + else if grep -q "quota" "${LOG_DIR}/compile_${COMPILE_ID}.log"; then COMPILE_RESULT="FAIL FROM DISK QUOTA" FAIL_LOG="${LOG_DIR}/compile_${COMPILE_ID}.log" @@ -282,7 +282,7 @@ EOF RMACHINES=$(echo "$line" | cut -d'|' -f3 | sed -e 's/^ *//' -e 's/ *$//') TEST_NAME=$(echo "$line" | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//') GEN_BASELINE=$(echo "$line" | cut -d'|' -f4 | sed -e 's/^ *//' -e 's/ *$//') - + if [[ ${RMACHINES} == '' ]]; then valid_test=true elif [[ ${RMACHINES} == -* ]]; then @@ -321,7 +321,7 @@ EOF TEST_RESULT="FAIL FROM TIMEOUT" FAIL_LOG="${LOG_DIR}/run_${TEST_NAME}_${COMPILER}.log" else - + TEST_RESULT="PASS" TIME_FILE="${LOG_DIR}/run_${TEST_NAME}_${COMPILER}_timestamp.txt" GETMEMFROMLOG=$(grep "The maximum resident set size" "${LOG_DIR}/rt_${TEST_NAME}_${COMPILER}.log") @@ -351,9 +351,9 @@ EOF fi fi done < "$TESTS_FILE" - + elapsed_time=$( printf '%02dh:%02dm:%02ds\n' $((SECONDS%86400/3600)) $((SECONDS%3600/60)) $((SECONDS%60)) ) - + cat << EOF >> "${REGRESSIONTEST_LOG}" SYNOPSIS: @@ -371,18 +371,18 @@ EOF echo "-- LOG: ${FAILED_COMPILE_LOGS[$i]}" >> "${REGRESSIONTEST_LOG}" done fi - + # PRINT FAILED TESTS if [[ "${#FAILED_TESTS[@]}" -ne "0" ]]; then - + echo "Failed Tests:" >> ${REGRESSIONTEST_LOG} for j in "${!FAILED_TESTS[@]}"; do echo "* ${FAILED_TESTS[$j]}" >> "${REGRESSIONTEST_LOG}" echo "-- LOG: ${FAILED_TEST_LOGS[$j]}" >> "${REGRESSIONTEST_LOG}" done - + fi - + # WRITE FAILED_TEST_ID LIST TO TEST_CHANGES_LOG if [[ "${#FAILED_TESTS[@]}" -ne "0" ]]; then for item in "${FAILED_TEST_ID[@]}"; do @@ -610,20 +610,26 @@ echo "Machine: " $MACHINE_ID " Account: " $ACCNR if [[ $MACHINE_ID = wcoss2 ]]; then - module load ecflow/5.6.0.13 + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.6.0.13 + fi module load intel/19.1.3.304 python/3.8.6 - ECFLOW_START=${ECF_ROOT}/scripts/server_check.sh - export ECF_OUTPUTDIR=${PATHRT}/ecf_outputdir - export ECF_COMDIR=${PATHRT}/ecf_comdir - rm -rf ${ECF_OUTPUTDIR} ${ECF_COMDIR} - mkdir -p ${ECF_OUTPUTDIR} - mkdir -p ${ECF_COMDIR} + if [[ "${ECFLOW:-false}" == true ]] ; then + ECFLOW_START=${ECF_ROOT}/scripts/server_check.sh + export ECF_OUTPUTDIR=${PATHRT}/ecf_outputdir + export ECF_COMDIR=${PATHRT}/ecf_comdir + rm -rf ${ECF_OUTPUTDIR} ${ECF_COMDIR} + mkdir -p ${ECF_OUTPUTDIR} + mkdir -p ${ECF_COMDIR} + fi export colonifnco=":output" # hack DISKNM=/lfs/h2/emc/nems/noscrub/emc.nems/RT QUEUE=dev COMPILE_QUEUE=dev - ROCOTO_SCHEDULER=pbs + if [[ "${ROCOTO:-false}" == true ]] ; then + ROCOTO_SCHEDULER=pbs + fi PARTITION= STMP=/lfs/h2/emc/ptmp PTMP=/lfs/h2/emc/ptmp @@ -631,20 +637,26 @@ if [[ $MACHINE_ID = wcoss2 ]]; then elif [[ $MACHINE_ID = acorn ]]; then - module load ecflow/5.6.0.13 + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.6.0.13 + fi module load intel/19.1.3.304 python/3.8.6 - ECFLOW_START=${ECF_ROOT}/scripts/server_check.sh - export ECF_OUTPUTDIR=${PATHRT}/ecf_outputdir - export ECF_COMDIR=${PATHRT}/ecf_comdir - rm -rf ${ECF_OUTPUTDIR} ${ECF_COMDIR} - mkdir -p ${ECF_OUTPUTDIR} - mkdir -p ${ECF_COMDIR} + if [[ "${ECFLOW:-false}" == true ]] ; then + ECFLOW_START=${ECF_ROOT}/scripts/server_check.sh + export ECF_OUTPUTDIR=${PATHRT}/ecf_outputdir + export ECF_COMDIR=${PATHRT}/ecf_comdir + rm -rf ${ECF_OUTPUTDIR} ${ECF_COMDIR} + mkdir -p ${ECF_OUTPUTDIR} + mkdir -p ${ECF_COMDIR} + fi export colonifnco=":output" # hack DISKNM=/lfs/h1/emc/nems/noscrub/emc.nems/RT QUEUE=dev COMPILE_QUEUE=dev - ROCOTO_SCHEDULER=pbs + if [[ "${ROCOTO:-false}" == true ]] ; then + ROCOTO_SCHEDULER=pbs + fi PARTITION= STMP=/lfs/h2/emc/ptmp PTMP=/lfs/h2/emc/ptmp @@ -652,23 +664,26 @@ elif [[ $MACHINE_ID = acorn ]]; then elif [[ $MACHINE_ID = gaea ]]; then - module use /ncrc/proj/epic/rocoto/modulefiles - module load rocoto - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=slurm - - + if [[ "${ROCOTO:-false}" == true ]] ; then + module use /ncrc/proj/epic/rocoto/modulefiles + module load rocoto + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=slurm + fi + module load PrgEnv-intel/8.3.3 module load intel-classic/2023.1.0 module load cray-mpich/8.1.25 module load python/3.9.12 module use /ncrc/proj/epic/spack-stack/modulefiles module load gcc/12.2.0 - module load ecflow/5.8.4 - ECFLOW_START=/ncrc/proj/epic/spack-stack/ecflow-5.8.4/bin/ecflow_start.sh - ECF_PORT=$(( $(id -u) + 1500 )) + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.8.4 + ECFLOW_START=/ncrc/proj/epic/spack-stack/ecflow-5.8.4/bin/ecflow_start.sh + ECF_PORT=$(( $(id -u) + 1500 )) + fi DISKNM=/gpfs/f5/epic/world-shared/UFS-WM_RT QUEUE=normal @@ -681,14 +696,18 @@ elif [[ $MACHINE_ID = gaea ]]; then elif [[ $MACHINE_ID = hera ]]; then - module load rocoto - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=slurm + if [[ "${ROCOTO:-false}" == true ]] ; then + module load rocoto + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=slurm + fi - module load ecflow/5.5.3 - ECFLOW_START=ecflow_start.sh + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.11.4 + ECFLOW_START=ecflow_start.sh + fi QUEUE=batch COMPILE_QUEUE=batch @@ -707,16 +726,20 @@ elif [[ $MACHINE_ID = orion ]]; then module load gcc/10.2.0 module load python/3.9.2 - module load contrib rocoto - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=slurm + if [[ "${ROCOTO:-false}" == true ]] ; then + module load contrib rocoto + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=slurm + fi module use /work/noaa/epic/role-epic/spack-stack/orion/modulefiles - module load ecflow/5.8.4 - ECFLOW_START=/work/noaa/epic/role-epic/spack-stack/orion/ecflow-5.8.4/bin/ecflow_start.sh - ECF_PORT=$(( $(id -u) + 1500 )) + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.8.4 + ECFLOW_START=/work/noaa/epic/role-epic/spack-stack/orion/ecflow-5.8.4/bin/ecflow_start.sh + ECF_PORT=$(( $(id -u) + 1500 )) + fi QUEUE=batch COMPILE_QUEUE=batch @@ -730,16 +753,20 @@ elif [[ $MACHINE_ID = orion ]]; then elif [[ $MACHINE_ID = hercules ]]; then - module load contrib rocoto - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=slurm + if [[ "${ROCOTO:-false}" == true ]] ; then + module load contrib rocoto + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=slurm + fi module use /work/noaa/epic/role-epic/spack-stack/hercules/modulefiles - module load ecflow/5.8.4 - ECFLOW_START=/work/noaa/epic/role-epic/spack-stack/hercules/ecflow-5.8.4/bin/ecflow_start.sh - ECF_PORT=$(( $(id -u) + 1500 )) + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.8.4 + ECFLOW_START=/work/noaa/epic/role-epic/spack-stack/hercules/ecflow-5.8.4/bin/ecflow_start.sh + ECF_PORT=$(( $(id -u) + 1500 )) + fi QUEUE=batch COMPILE_QUEUE=batch @@ -761,15 +788,19 @@ elif [[ $MACHINE_ID = jet ]]; then echo "=======Please, move to Rocky8 node fe[5-8]=======" exit 1 fi + + if [[ "${ROCOTO:-false}" == true ]] ; then + module load rocoto + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=slurm + fi - module load rocoto - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=slurm - - module load ecflow/5.11.4 - ECFLOW_START=/apps/ecflow/5.11.4/bin/ecflow_start.sh + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.11.4 + ECFLOW_START=/apps/ecflow/5.11.4/bin/ecflow_start.sh + fi module use /mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.0/envs/unified-env-rocky8/install/modulefiles/Core module load stack-intel/2021.5.0 @@ -787,18 +818,24 @@ elif [[ $MACHINE_ID = jet ]]; then elif [[ $MACHINE_ID = s4 ]]; then - module load rocoto/1.3.2 - module load ecflow/5.6.0 + if [[ "${ROCOTO:-false}" == true ]] ; then + module load rocoto/1.3.2 + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=slurm + fi + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.6.0 + fi module load miniconda/3.8-s4 - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=slurm module use /data/prod/jedi/spack-stack/modulefiles - module load ecflow/5.8.4 - ECFLOW_START=/data/prod/jedi/spack-stack/ecflow-5.8.4/bin/ecflow_start.sh - ECF_PORT=$(( $(id -u) + 1500 )) + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.8.4 + ECFLOW_START=/data/prod/jedi/spack-stack/ecflow-5.8.4/bin/ecflow_start.sh + ECF_PORT=$(( $(id -u) + 1500 )) + fi QUEUE=s4 COMPILE_QUEUE=s4 @@ -813,17 +850,23 @@ elif [[ $MACHINE_ID = s4 ]]; then elif [[ $MACHINE_ID = derecho ]]; then - module use /glade/work/epicufsrt/contrib/derecho/rocoto/modulefiles - module load rocoto + if [[ "${ROCOTO:-false}" == true ]] ; then + module use /glade/work/epicufsrt/contrib/derecho/rocoto/modulefiles + module load rocoto + fi module use /glade/work/epicufsrt/contrib/spack-stack/derecho/modulefiles - module load ecflow/5.8.4 + if [[ "${ECFLOW:-false}" == true ]] ; then + module load ecflow/5.8.4 + fi module unload ncarcompilers module use /glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core module load stack-intel/2021.10.0 module load stack-python/3.10.8 # export PYTHONPATH=/glade/p/ral/jntp/tools/miniconda3/4.8.3/envs/ufs-weather-model/lib/python3.8/site-packages:/glade/p/ral/jntp/tools/miniconda3/4.8.3/lib/python3.8/site-packages - ECFLOW_START=/glade/work/epicufsrt/contrib/spack-stack/derecho/ecflow-5.8.4/bin/ecflow_start.sh - ECF_PORT=$(( $(id -u) + 1500 )) + if [[ "${ECFLOW:-false}" == true ]] ; then + ECFLOW_START=/glade/work/epicufsrt/contrib/spack-stack/derecho/ecflow-5.8.4/bin/ecflow_start.sh + ECF_PORT=$(( $(id -u) + 1500 )) + fi QUEUE=main COMPILE_QUEUE=main @@ -836,15 +879,19 @@ elif [[ $MACHINE_ID = derecho ]]; then cp fv3_conf/fv3_qsub.IN_derecho fv3_conf/fv3_qsub.IN cp fv3_conf/compile_qsub.IN_derecho fv3_conf/compile_qsub.IN - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=pbspro + if [[ "${ROCOTO:-false}" == true ]] ; then + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=pbspro + fi elif [[ $MACHINE_ID = stampede ]]; then export PYTHONPATH= - ECFLOW_START= + if [[ "${ECFLOW:-false}" == true ]] ; then + ECFLOW_START= + fi QUEUE=skx-normal COMPILE_QUEUE=skx-dev PARTITION= @@ -859,7 +906,9 @@ elif [[ $MACHINE_ID = stampede ]]; then elif [[ $MACHINE_ID = expanse ]]; then export PYTHONPATH= - ECFLOW_START= + if [[ "${ECFLOW:-false}" == true ]] ; then + ECFLOW_START= + fi QUEUE=compute COMPILE_QUEUE=shared PARTITION= @@ -873,12 +922,14 @@ elif [[ $MACHINE_ID = expanse ]]; then export PATH=/contrib/EPIC/bin:$PATH module use /apps/modules/modulefiles - module load rocoto/1.3.3 + if [[ "${ROCOTO:-false}" == true ]] ; then + module load rocoto/1.3.3 - ROCOTORUN=$(which rocotorun) - ROCOTOSTAT=$(which rocotostat) - ROCOTOCOMPLETE=$(which rocotocomplete) - ROCOTO_SCHEDULER=slurm + ROCOTORUN=$(which rocotorun) + ROCOTOSTAT=$(which rocotostat) + ROCOTOCOMPLETE=$(which rocotocomplete) + ROCOTO_SCHEDULER=slurm + fi QUEUE=batch COMPILE_QUEUE=batch From 055b13ffbe0e49abbcf8d4e503ee617a8e78e5be Mon Sep 17 00:00:00 2001 From: Fernando Andrade - NOAA <121964418+FernandoAndrade-NOAA@users.noreply.github.com> Date: Thu, 28 Mar 2024 09:00:14 -0700 Subject: [PATCH 08/18] Update rt.sh gaea path update for #2198 --- tests/rt.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/rt.sh b/tests/rt.sh index b335e78e74..e05e8d4636 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -689,8 +689,9 @@ elif [[ $MACHINE_ID = gaea ]]; then QUEUE=normal COMPILE_QUEUE=normal PARTITION=c5 - STMP=/gpfs/f5/epic/scratch - PTMP=/gpfs/f5/epic/scratch + dprefix=${dprefix:-/gpfs/f5/$ACCNR/scratch/$USER} + STMP=${STMP:-$dprefix/RT_BASELINE} + PTMP=${PTMP:-$dprefix/RT_RUNDIRS} SCHEDULER=slurm From 6da195dd835fc47c309792795a6ce66c1411c7b8 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Thu, 28 Mar 2024 11:57:29 -0500 Subject: [PATCH 09/18] add orion RT logs: passed --- tests/logs/RegressionTests_orion.log | 542 +++++++++++++-------------- 1 file changed, 271 insertions(+), 271 deletions(-) diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index b4183dfa8b..247559746c 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -0a6b9489ca89719f3fab9fa759a07c60c4c91f78 +3747664d1511e058657743b4b84f7e51566ac419 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,33 +11,33 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 7fa559355056e533fe6ae86ed291006b75a11aca FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4225-g7fa55935) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -48,277 +48,277 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240315 -COMPARISON DIRECTORY: /work/noaa/epic/nandoam/stmp/nandoam/FV3_RT/rt_34792 +COMPARISON DIRECTORY: /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_4406 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:07, 15:34] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:38, 05:11](3171 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:08, 20:52] -PASS -- TEST 'cpld_control_gfsv17_intel' [20:05, 16:27](1743 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:02, 17:23](2027 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:59, 08:10](1112 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:57, 18:29](1651 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:06, 05:16] -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:09, 23:06](1676 MB) - -PASS -- COMPILE 's2swa_intel' [18:07, 15:09] -PASS -- TEST 'cpld_control_p8_intel' [12:39, 05:49](3150 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:54, 05:46](3211 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:45, 03:22](3207 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:39, 05:49](3233 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:45, 03:29](3271 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:39, 06:13](3548 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:39, 05:54](3205 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:46, 04:47](3071 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:54, 05:42](3210 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:14, 09:55](3342 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:22, 06:12](3625 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:09, 10:59](4111 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:21, 06:56](4373 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:43, 05:25](3172 MB) - -PASS -- COMPILE 's2sw_intel' [17:07, 14:24] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:12, 04:27](1744 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:35, 04:19](1776 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:07, 07:29] -PASS -- TEST 'cpld_debug_p8_intel' [11:31, 08:41](3244 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:07, 05:50] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:06, 06:01](1747 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:07, 13:40] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:38, 04:26](1780 MB) - -PASS -- COMPILE 's2s_intel' [17:07, 14:04] -PASS -- TEST 'cpld_control_c48_intel' [10:59, 08:02](2829 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:13, 19:40] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:47, 05:22](3211 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [22:14, 20:31] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:22, 16:37](1769 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:18, 08:07](1173 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:12, 18:27](1680 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:07, 04:29] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:17, 24:28](1710 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:07, 14:25] -PASS -- TEST 'control_flake_intel' [05:18, 03:31](695 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:20, 02:27](655 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 02:31](655 MB) -PASS -- TEST 'control_latlon_intel' [04:17, 02:30](649 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:28, 02:27](648 MB) -PASS -- TEST 'control_c48_intel' [07:27, 05:55](877 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:26, 05:52](872 MB) -PASS -- TEST 'control_c192_intel' [11:35, 09:09](857 MB) -PASS -- TEST 'control_c384_intel' [13:38, 10:09](1246 MB) -PASS -- TEST 'control_c384gdas_intel' [12:54, 08:55](1357 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:40](653 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:22, 00:59](503 MB) -PASS -- TEST 'control_lndp_intel' [03:19, 01:36](653 MB) -PASS -- TEST 'control_iovr4_intel' [04:20, 02:29](616 MB) -PASS -- TEST 'control_iovr5_intel' [04:22, 02:27](655 MB) -PASS -- TEST 'control_p8_intel' [05:14, 03:01](1625 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:16, 02:58](1637 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:30, 02:51](1629 MB) -PASS -- TEST 'control_restart_p8_intel' [04:18, 01:39](896 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:08, 02:54](1619 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:16, 01:38](928 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:18, 03:04](1623 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:17, 03:05](1722 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:48, 05:10](1629 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 03:54](1699 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:37, 02:54](1632 MB) -PASS -- TEST 'merra2_thompson_intel' [06:48, 03:28](1610 MB) -PASS -- TEST 'regional_control_intel' [07:45, 05:07](858 MB) -PASS -- TEST 'regional_restart_intel' [04:40, 02:51](1023 MB) -PASS -- TEST 'regional_decomp_intel' [07:42, 05:30](851 MB) -PASS -- TEST 'regional_2threads_intel' [05:40, 03:41](846 MB) -PASS -- TEST 'regional_noquilt_intel' [06:40, 05:02](1368 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:43, 05:03](853 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:35, 05:03](858 MB) -PASS -- TEST 'regional_wofs_intel' [11:34, 06:38](1919 MB) - -PASS -- COMPILE 'rrfs_intel' [13:07, 12:01] -PASS -- TEST 'rap_control_intel' [10:39, 07:44](1102 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:55, 04:39](1272 MB) -PASS -- TEST 'rap_decomp_intel' [11:00, 08:05](1031 MB) -PASS -- TEST 'rap_2threads_intel' [11:24, 07:51](1185 MB) -PASS -- TEST 'rap_restart_intel' [07:20, 04:05](1104 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:29, 07:44](1108 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:09, 08:08](1025 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:19, 05:48](1134 MB) -PASS -- TEST 'hrrr_control_intel' [07:00, 04:01](1044 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:55, 04:10](1024 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:24, 03:20](1105 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:20, 02:11](999 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:19, 07:40](1101 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:27, 09:10](2001 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:26, 09:03](2075 MB) - -PASS -- COMPILE 'csawmg_intel' [13:08, 11:34] -PASS -- TEST 'control_csawmg_intel' [07:41, 06:01](747 MB) -PASS -- TEST 'control_csawmgt_intel' [07:40, 05:58](749 MB) -PASS -- TEST 'control_ras_intel' [05:21, 03:21](742 MB) - -PASS -- COMPILE 'wam_intel' [12:08, 10:59] -PASS -- TEST 'control_wam_intel' [04:19, 02:07](657 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [19:09, 17:36] -PASS -- TEST 'control_p8_faster_intel' [05:34, 02:45](1601 MB) -PASS -- TEST 'regional_control_faster_intel' [06:44, 04:39](853 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:08, 05:03] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:24, 02:41](812 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:29, 02:42](808 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:22, 03:07](807 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:22, 02:46](816 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:47, 04:10](831 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [08:46, 04:06](853 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 02:52](823 MB) -PASS -- TEST 'control_diag_debug_intel' [07:29, 02:51](870 MB) -PASS -- TEST 'control_debug_p8_intel' [07:51, 02:54](1648 MB) -PASS -- TEST 'regional_debug_intel' [23:51, 18:45](845 MB) -PASS -- TEST 'rap_control_debug_intel' [09:25, 04:48](1202 MB) -PASS -- TEST 'hrrr_control_debug_intel' [09:23, 04:44](1192 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [09:24, 05:02](1199 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:22, 04:51](1203 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:25, 05:04](1164 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:30, 05:21](1281 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:21, 05:00](1201 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:17, 04:52](1198 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:27, 05:05](1186 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:21, 04:57](1196 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:22, 04:49](1207 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:21, 04:51](1196 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 07:55](1207 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:19, 04:51](1200 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:22, 05:47](1200 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:22, 04:52](1193 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:33, 08:25](1203 MB) - -PASS -- COMPILE 'wam_debug_intel' [08:08, 03:30] -PASS -- TEST 'control_wam_debug_intel' [07:18, 05:02](516 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:06, 11:27] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:56, 04:27](1138 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:23, 06:28](1046 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:47, 03:22](986 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:52, 06:42](1088 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:05, 02:56](963 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:59, 03:38](925 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:12, 05:00](1038 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:21, 01:52](932 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [15:06, 13:08] -PASS -- TEST 'conus13km_control_intel' [04:53, 02:08](1200 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:44, 01:00](1123 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:18](1108 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:07, 11:00] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:45, 04:14](1010 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:06, 03:30] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:23, 04:55](1076 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:18, 04:43](1074 MB) -PASS -- TEST 'conus13km_debug_intel' [16:52, 14:34](1232 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:52, 14:08](925 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:40, 08:29](1151 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:42, 14:39](1289 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:06, 03:46] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:25, 05:00](1129 MB) - -PASS -- COMPILE 'hafsw_intel' [15:07, 13:26] -PASS -- TEST 'hafs_regional_atm_intel' [09:08, 05:41](744 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:23, 06:03](1122 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:25, 07:09](835 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:12, 12:54](864 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:33, 14:37](882 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:58, 06:08](502 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:20, 07:34](518 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:45, 03:07](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:26, 08:02](477 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:41, 04:15](528 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:49, 04:02](532 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:51, 05:22](583 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:24, 01:30](402 MB) -PASS -- TEST 'gnv1_nested_intel' [08:56, 04:40](801 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:06, 03:55] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:48, 13:13](574 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:07, 13:23] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:57, 09:28](673 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:01, 09:43](708 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:07, 13:42] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:01, 07:12](724 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:06, 12:26] -PASS -- TEST 'hafs_regional_docn_intel' [10:15, 06:19](825 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:15, 06:29](811 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:54, 16:07](1215 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:06, 07:32] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:15, 02:37](1133 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:41](1083 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:14, 02:34](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:40](1015 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:13, 02:39](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:16, 02:36](1136 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:13, 02:39](1134 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:14, 02:36](1011 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:14, 05:55](1057 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:06, 06:03](1034 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:11, 02:39](1134 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:32](2439 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:14, 03:40](2438 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:06, 03:08] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:13, 06:22](1059 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:06, 06:52] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:13, 02:34](1136 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:05, 01:15] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:26, 00:50](251 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:49](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:32](320 MB) - -PASS -- COMPILE 'atml_intel' [14:08, 12:55] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:33, 04:21](1595 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [07:26, 04:18](1599 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:41, 02:23](896 MB) - -PASS -- COMPILE 'atmw_intel' [15:08, 12:44] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:17, 01:48](1672 MB) - -PASS -- COMPILE 'atmwm_intel' [14:06, 11:48] -PASS -- TEST 'control_atmwav_intel' [04:03, 01:42](673 MB) - -PASS -- COMPILE 'atmaero_intel' [14:07, 11:52] -PASS -- TEST 'atmaero_control_p8_intel' [06:18, 03:57](3033 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [07:18, 04:47](3100 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:02, 05:03](3106 MB) - -PASS -- COMPILE 'atmaq_intel' [13:08, 11:44] - -PASS -- COMPILE 'atmaq_debug_intel' [05:06, 03:11] -PASS -- TEST 'regional_atmaq_debug_intel' [24:47, 20:47](4585 MB) +PASS -- COMPILE 's2swa_32bit_intel' [15:06, 13:50] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:33, 05:10](3181 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:07, 18:51] +PASS -- TEST 'cpld_control_gfsv17_intel' [27:12, 16:33](1738 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:03, 17:23](2020 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:04, 08:08](1113 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:02, 18:35](1655 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:06, 05:39] +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:00, 22:57](1694 MB) + +PASS -- COMPILE 's2swa_intel' [15:09, 14:04] +PASS -- TEST 'cpld_control_p8_intel' [14:18, 05:38](3213 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:43, 05:31](3210 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:46, 03:20](3255 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:19, 05:36](3235 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [06:45, 03:25](3273 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:30, 06:05](3548 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:13, 05:37](3205 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:12, 04:41](3057 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:42, 05:35](3209 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:58, 10:15](3341 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:14, 06:33](3623 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [22:45, 11:57](4134 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:30, 07:22](4375 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:25, 05:21](3173 MB) + +PASS -- COMPILE 's2sw_intel' [16:07, 14:14] +PASS -- TEST 'cpld_control_noaero_p8_intel' [16:24, 04:27](1734 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:46, 04:22](1777 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:06, 05:15] +PASS -- TEST 'cpld_debug_p8_intel' [13:34, 08:41](3246 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:06, 05:08] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:16, 05:52](1748 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:06, 12:27] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:21, 04:19](1778 MB) + +PASS -- COMPILE 's2s_intel' [15:06, 13:37] +PASS -- TEST 'cpld_control_c48_intel' [17:08, 07:59](2827 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:07, 18:46] +PASS -- TEST 'cpld_control_p8_faster_intel' [15:38, 05:14](3210 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:09, 17:25] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:14, 16:31](1773 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:32, 08:07](1170 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:18, 18:46](1675 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:06, 04:05] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:03, 24:16](1714 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:07, 11:57] +PASS -- TEST 'control_flake_intel' [11:21, 03:29](702 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:24, 02:27](646 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [10:29, 02:33](659 MB) +PASS -- TEST 'control_latlon_intel' [09:20, 02:28](653 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:28, 02:37](650 MB) +PASS -- TEST 'control_c48_intel' [11:26, 05:55](859 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [11:25, 05:55](876 MB) +PASS -- TEST 'control_c192_intel' [16:34, 09:11](852 MB) +PASS -- TEST 'control_c384_intel' [18:45, 10:06](1244 MB) +PASS -- TEST 'control_c384gdas_intel' [18:52, 09:04](1357 MB) +PASS -- TEST 'control_stochy_intel' [10:20, 01:43](654 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:22, 01:02](505 MB) +PASS -- TEST 'control_lndp_intel' [08:19, 01:36](657 MB) +PASS -- TEST 'control_iovr4_intel' [09:23, 02:30](654 MB) +PASS -- TEST 'control_iovr5_intel' [08:21, 02:31](649 MB) +PASS -- TEST 'control_p8_intel' [06:11, 03:03](1625 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:23, 03:04](1630 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:31, 02:58](1626 MB) +PASS -- TEST 'control_restart_p8_intel' [04:16, 01:39](895 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:13, 02:51](1617 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:02, 01:37](931 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:12, 03:00](1620 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:11, 03:09](1709 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:46, 05:21](1618 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:27, 03:59](1690 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:30, 02:58](1639 MB) +PASS -- TEST 'merra2_thompson_intel' [07:55, 03:26](1649 MB) +PASS -- TEST 'regional_control_intel' [08:38, 05:15](857 MB) +PASS -- TEST 'regional_restart_intel' [04:35, 02:44](1021 MB) +PASS -- TEST 'regional_decomp_intel' [08:39, 05:27](855 MB) +PASS -- TEST 'regional_2threads_intel' [05:40, 03:39](845 MB) +PASS -- TEST 'regional_noquilt_intel' [07:42, 05:07](1369 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:48, 05:10](859 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:38, 05:09](858 MB) +PASS -- TEST 'regional_wofs_intel' [08:39, 06:38](1927 MB) + +PASS -- COMPILE 'rrfs_intel' [13:10, 11:47] +PASS -- TEST 'rap_control_intel' [10:31, 07:44](1112 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:57, 04:41](1304 MB) +PASS -- TEST 'rap_decomp_intel' [10:58, 08:11](1026 MB) +PASS -- TEST 'rap_2threads_intel' [09:53, 07:56](1172 MB) +PASS -- TEST 'rap_restart_intel' [06:29, 04:02](1102 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:23, 07:41](1105 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:38, 08:07](1024 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:38, 05:47](1131 MB) +PASS -- TEST 'hrrr_control_intel' [06:22, 03:59](1034 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:50, 04:08](1023 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:51, 03:23](1113 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:21, 02:16](994 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:33, 07:35](1100 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:24, 09:13](1998 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:24, 08:55](2077 MB) + +PASS -- COMPILE 'csawmg_intel' [12:08, 10:29] +PASS -- TEST 'control_csawmg_intel' [08:45, 06:12](751 MB) +PASS -- TEST 'control_csawmgt_intel' [07:40, 05:55](747 MB) +PASS -- TEST 'control_ras_intel' [05:23, 03:20](741 MB) + +PASS -- COMPILE 'wam_intel' [12:07, 10:48] +PASS -- TEST 'control_wam_intel' [04:16, 02:12](664 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:08, 11:27] +PASS -- TEST 'control_p8_faster_intel' [05:28, 02:47](1617 MB) +PASS -- TEST 'regional_control_faster_intel' [06:40, 04:39](851 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:05, 05:00] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:23, 02:47](820 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:25, 02:38](811 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:18, 03:11](822 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:51](817 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:40, 04:14](863 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:35, 04:09](861 MB) +PASS -- TEST 'control_ras_debug_intel' [04:20, 02:52](826 MB) +PASS -- TEST 'control_diag_debug_intel' [04:33, 03:03](871 MB) +PASS -- TEST 'control_debug_p8_intel' [04:42, 02:51](1639 MB) +PASS -- TEST 'regional_debug_intel' [19:39, 17:41](841 MB) +PASS -- TEST 'rap_control_debug_intel' [06:23, 05:02](1203 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:19, 04:56](1200 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:18, 05:05](1203 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 05:05](1204 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 05:04](1198 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:31, 05:19](1292 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 04:58](1199 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:58](1205 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:22, 05:19](1194 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 04:51](1206 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:21, 05:03](1200 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:21, 04:59](1203 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:22, 08:02](1211 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:21, 04:49](1200 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:22, 05:45](1209 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:23, 05:03](1203 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:34, 08:34](1202 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:06, 03:56] +PASS -- TEST 'control_wam_debug_intel' [07:17, 05:14](506 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [19:07, 13:45] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:58, 04:36](1166 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:26, 06:30](1055 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:02, 03:26](984 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:58, 06:38](1091 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:22, 03:04](962 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:48, 03:34](934 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [16:33, 04:50](1034 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [11:21, 01:52](933 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [20:07, 14:54] +PASS -- TEST 'conus13km_control_intel' [04:00, 02:04](1206 MB) +PASS -- TEST 'conus13km_2threads_intel' [09:46, 01:03](1119 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [09:39, 01:18](1107 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:07, 11:33] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:47, 04:12](1001 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:06, 03:12] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 04:51](1086 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:19, 04:52](1081 MB) +PASS -- TEST 'conus13km_debug_intel' [17:51, 14:49](1226 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:45, 14:50](925 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:35, 08:08](1154 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:47, 14:22](1295 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:06, 03:04] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [13:25, 05:36](1126 MB) + +PASS -- COMPILE 'hafsw_intel' [16:07, 12:40] +PASS -- TEST 'hafs_regional_atm_intel' [08:11, 05:32](741 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [12:25, 05:49](1121 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [15:27, 06:59](825 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [20:20, 12:50](857 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:28, 14:27](881 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [14:59, 06:06](503 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:26, 07:20](524 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [11:49, 03:09](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [18:27, 07:57](470 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [13:45, 04:02](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [13:48, 03:51](535 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [14:52, 05:15](589 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [10:24, 01:28](405 MB) +PASS -- TEST 'gnv1_nested_intel' [14:53, 04:34](747 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:06, 04:10] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [30:51, 13:01](576 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:06, 13:26] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:55, 09:40](668 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:02, 09:37](711 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [16:07, 13:12] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:58, 07:00](730 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:07, 12:02] +PASS -- TEST 'hafs_regional_docn_intel' [16:15, 06:17](834 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:11, 06:20](814 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:00, 15:53](1210 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:07, 06:38] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:16, 02:36](1126 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:41](1093 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:15, 02:31](1013 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:16, 02:36](1011 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:14, 02:37](1021 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:14, 02:39](1126 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:14, 02:39](1140 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:13, 02:35](1015 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:13, 05:54](1052 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:17, 05:51](1045 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:12, 02:44](1136 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:30](2488 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:32](2434 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:06, 03:01] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:16, 06:14](1064 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:06, 06:57] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:14, 02:43](1134 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:06, 01:14] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:24, 00:46](258 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:18, 00:53](323 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:22, 00:31](326 MB) + +PASS -- COMPILE 'atml_intel' [14:09, 12:35] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:31, 04:13](1608 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [07:24, 04:18](1602 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:48, 03:08](899 MB) + +PASS -- COMPILE 'atmw_intel' [16:08, 14:43] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:22, 01:44](1662 MB) + +PASS -- COMPILE 'atmwm_intel' [15:07, 13:19] +PASS -- TEST 'control_atmwav_intel' [04:12, 01:39](677 MB) + +PASS -- COMPILE 'atmaero_intel' [13:06, 11:30] +PASS -- TEST 'atmaero_control_p8_intel' [06:23, 03:57](3026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [07:16, 04:46](3096 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:01, 05:05](3107 MB) + +PASS -- COMPILE 'atmaq_intel' [12:07, 10:35] + +PASS -- COMPILE 'atmaq_debug_intel' [05:06, 03:31] +PASS -- TEST 'regional_atmaq_debug_intel' [23:44, 20:19](4580 MB) SYNOPSIS: -Starting Date/Time: 20240326 10:43:43 -Ending Date/Time: 20240326 12:20:21 -Total Time: 01h:37m:23s +Starting Date/Time: 20240328 09:57:41 +Ending Date/Time: 20240328 11:36:48 +Total Time: 01h:39m:52s Compiles Completed: 39/39 Tests Completed: 182/182 From 0dbd8109919a3f420c9081b032c24a7b16c90e9b Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Thu, 28 Mar 2024 17:34:36 +0000 Subject: [PATCH 10/18] WCOSS2 RT Log: Passed --- tests/logs/RegressionTests_wcoss2.log | 460 +++++++++++++------------- 1 file changed, 230 insertions(+), 230 deletions(-) diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index b05a8b7d07..3fd64072f3 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -0a6b9489ca89719f3fab9fa759a07c60c4c91f78 +66d797dfd3f55ff071d70c9992a76d42a2c99f50 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,33 +11,33 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/develop-74-gbc6e0e3) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 7fa559355056e533fe6ae86ed291006b75a11aca FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5186-g7fa55935) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10031-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/develop-74-gbc6e0e3) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10031-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -48,235 +48,235 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20240315 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_147708 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_182077 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:47, 15:28] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:02, 01:24](2972 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:06, 23:12] -PASS -- TEST 'cpld_control_gfsv17_intel' [02:44, 02:26](1590 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [44:18, 02:06](1711 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [44:06, 01:29](845 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [02:45, 01:34](1569 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [17:52, 16:53] -PASS -- TEST 'cpld_debug_gfsv17_intel' [08:58, 01:23](1602 MB) - -PASS -- COMPILE 's2swa_intel' [26:11, 25:50] -PASS -- TEST 'cpld_control_p8_intel' [00:24, 01:38](3003 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [00:24, 01:36](3003 MB) -PASS -- TEST 'cpld_restart_p8_intel' [51:26, 01:43](3063 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [00:24, 01:30](3030 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [51:26, 01:42](3079 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [59:28, 01:46](3314 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [57:57, 02:04](2999 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [57:53, 01:43](2927 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [57:49, 02:23](3004 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [57:55, 04:05](3952 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [38:52, 03:37](4252 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [57:44, 02:25](2969 MB) - -PASS -- COMPILE 's2sw_intel' [12:37, 11:58] -PASS -- TEST 'cpld_control_noaero_p8_intel' [14:12, 00:59](1582 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:12, 01:04](1637 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:36, 10:07] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [16:13, 01:04](1636 MB) - -PASS -- COMPILE 's2s_intel' [44:48, 43:53] -PASS -- TEST 'cpld_control_c48_intel' [41:37, 00:48](2657 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:51, 16:25] -PASS -- TEST 'cpld_control_p8_faster_intel' [09:58, 01:47](3004 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:47, 15:03] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:02, 01:27](1603 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [53:24, 00:52](901 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [53:15, 01:07](1572 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:26, 04:13] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:24, 01:28](1620 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [19:53, 19:30] -PASS -- TEST 'control_flake_intel' [01:29, 00:31](571 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [01:29, 00:54](523 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [01:29, 00:55](527 MB) -PASS -- TEST 'control_latlon_intel' [01:29, 00:50](523 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [01:29, 00:55](525 MB) -PASS -- TEST 'control_c48_intel' [01:28, 01:00](714 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [01:28, 00:58](718 MB) -PASS -- TEST 'control_c192_intel' [01:29, 01:39](638 MB) -PASS -- TEST 'control_c384_intel' [01:33, 03:25](953 MB) -PASS -- TEST 'control_c384gdas_intel' [01:24, 04:28](1092 MB) -PASS -- TEST 'control_stochy_intel' [57:00, 00:34](529 MB) -PASS -- TEST 'control_stochy_restart_intel' [54:20, 00:54](334 MB) -PASS -- TEST 'control_lndp_intel' [56:58, 00:39](526 MB) -PASS -- TEST 'control_iovr4_intel' [56:57, 00:54](526 MB) -PASS -- TEST 'control_iovr5_intel' [56:56, 00:56](523 MB) -PASS -- TEST 'control_p8_intel' [56:52, 01:53](1499 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [56:51, 01:58](1508 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [56:01, 02:02](1500 MB) -PASS -- TEST 'control_restart_p8_intel' [51:15, 02:08](688 MB) -PASS -- TEST 'control_noqr_p8_intel' [55:59, 01:45](1494 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [50:34, 01:02](699 MB) -PASS -- TEST 'control_decomp_p8_intel' [55:50, 01:39](1503 MB) -PASS -- TEST 'control_2threads_p8_intel' [54:35, 01:07](1587 MB) -PASS -- TEST 'control_p8_lndp_intel' [54:34, 01:39](1509 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [54:33, 02:21](1559 MB) -PASS -- TEST 'control_p8_mynn_intel' [54:32, 02:18](1514 MB) -PASS -- TEST 'merra2_thompson_intel' [54:19, 01:45](1512 MB) -PASS -- TEST 'regional_control_intel' [54:08, 00:27](610 MB) -PASS -- TEST 'regional_restart_intel' [48:11, 00:25](776 MB) -PASS -- TEST 'regional_decomp_intel' [53:13, 01:05](606 MB) -PASS -- TEST 'regional_2threads_intel' [51:46, 01:01](665 MB) -PASS -- TEST 'regional_noquilt_intel' [51:22, 00:23](1145 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [51:12, 00:26](609 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [51:11, 00:23](608 MB) -PASS -- TEST 'regional_wofs_intel' [50:33, 01:03](1576 MB) - -PASS -- COMPILE 'rrfs_intel' [10:31, 10:05] -PASS -- TEST 'rap_control_intel' [05:41, 01:24](921 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:42, 01:23](1089 MB) -PASS -- TEST 'rap_decomp_intel' [05:41, 02:06](919 MB) -PASS -- TEST 'rap_2threads_intel' [05:41, 02:02](1009 MB) -PASS -- TEST 'rap_restart_intel' [50:19, 01:15](788 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:41, 01:25](914 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:41, 02:07](912 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [50:13, 01:43](789 MB) -PASS -- TEST 'hrrr_control_intel' [05:41, 01:17](913 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:41, 01:12](910 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:42, 01:42](993 MB) -PASS -- TEST 'hrrr_control_restart_intel' [50:08, 01:00](744 MB) -PASS -- TEST 'rrfs_v1beta_intel' [05:41, 01:29](907 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [05:41, 01:12](1875 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [05:41, 00:31](1861 MB) - -PASS -- COMPILE 'csawmg_intel' [11:39, 10:50] -PASS -- TEST 'control_csawmg_intel' [02:33, 00:42](598 MB) -PASS -- TEST 'control_csawmgt_intel' [02:33, 00:43](598 MB) -PASS -- TEST 'control_ras_intel' [02:33, 01:02](563 MB) - -PASS -- COMPILE 'wam_intel' [17:50, 17:29] -PASS -- TEST 'control_wam_intel' [50:07, 00:50](271 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:41, 13:14] -PASS -- TEST 'control_p8_faster_intel' [48:51, 02:09](1505 MB) -PASS -- TEST 'regional_control_faster_intel' [48:35, 00:28](609 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:54, 16:40] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [48:31, 01:11](689 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [48:21, 01:21](692 MB) -PASS -- TEST 'control_stochy_debug_intel' [48:05, 00:56](691 MB) -PASS -- TEST 'control_lndp_debug_intel' [47:32, 01:07](694 MB) -PASS -- TEST 'control_csawmg_debug_intel' [47:12, 00:37](733 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [47:06, 00:42](733 MB) -PASS -- TEST 'control_ras_debug_intel' [46:55, 01:09](706 MB) -PASS -- TEST 'control_diag_debug_intel' [46:51, 01:22](745 MB) -PASS -- TEST 'control_debug_p8_intel' [46:35, 01:02](1517 MB) -PASS -- TEST 'regional_debug_intel' [46:34, 00:09](630 MB) -PASS -- TEST 'rap_control_debug_intel' [46:29, 00:58](1076 MB) -PASS -- TEST 'hrrr_control_debug_intel' [46:27, 01:02](1069 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [46:13, 00:59](1077 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [45:35, 00:56](1073 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [45:19, 00:56](1079 MB) -PASS -- TEST 'rap_diag_debug_intel' [45:19, 00:44](1156 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [44:41, 00:48](1075 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [44:41, 00:48](1074 MB) -PASS -- TEST 'rap_lndp_debug_intel' [44:26, 00:54](1078 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [43:43, 00:57](1073 MB) -PASS -- TEST 'rap_noah_debug_intel' [43:36, 01:07](1073 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [43:34, 01:02](1069 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [43:28, 00:56](1075 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [43:23, 01:05](1065 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [42:39, 01:07](1075 MB) -PASS -- TEST 'rap_flake_debug_intel' [42:29, 01:05](1076 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [42:17, 01:27](1078 MB) - -PASS -- COMPILE 'wam_debug_intel' [16:49, 15:55] -PASS -- TEST 'control_wam_debug_intel' [42:17, 01:12](299 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:38, 11:11] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [42:18, 01:29](953 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [42:10, 01:38](795 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [42:06, 02:34](788 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [42:05, 02:02](849 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [41:13, 01:56](842 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [41:11, 02:07](785 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [34:29, 01:38](689 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [36:08, 00:15](667 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:33, 11:11] -PASS -- TEST 'conus13km_control_intel' [39:53, 01:05](1003 MB) -PASS -- TEST 'conus13km_2threads_intel' [36:00, 00:56](1009 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [35:54, 00:45](880 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:40, 12:05] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [39:50, 01:38](808 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:28, 06:34] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [39:32, 01:12](953 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [39:01, 00:21](949 MB) -PASS -- TEST 'conus13km_debug_intel' [38:45, 00:58](1038 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [38:37, 00:43](712 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [38:05, 00:56](1041 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [38:04, 00:57](1105 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [14:43, 14:31] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [37:50, 01:14](980 MB) - -PASS -- COMPILE 'hafsw_intel' [14:50, 13:39] -PASS -- TEST 'hafs_regional_atm_intel' [37:05, 01:27](619 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [37:00, 01:00](967 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [36:58, 02:06](663 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [36:50, 01:51](699 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [36:10, 01:54](706 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [36:06, 01:07](383 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [35:32, 01:23](401 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [35:31, 01:36](282 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [35:07, 02:41](374 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [34:30, 01:37](413 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [33:57, 00:59](419 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [33:57, 00:53](495 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [33:47, 00:25](313 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:21, 03:56] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [33:42, 01:05](503 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:40, 12:26] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [33:28, 01:14](528 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [33:24, 01:11](707 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:01, 20:19] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [31:33, 01:11](718 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:50, 14:56] -PASS -- TEST 'hafs_regional_docn_intel' [33:21, 01:35](664 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [33:08, 01:30](649 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [33:03, 00:45](883 MB) - -PASS -- COMPILE 'atml_intel' [15:49, 14:54] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [33:00, 01:15](1542 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [31:13, 01:12](1549 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [24:42, 00:22](744 MB) - -PASS -- COMPILE 'atmaero_intel' [18:59, 18:09] -PASS -- TEST 'atmaero_control_p8_intel' [31:05, 01:33](2849 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [30:31, 01:01](2912 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [30:14, 02:01](2922 MB) - -PASS -- COMPILE 'atmaq_intel' [09:34, 08:55] - -PASS -- COMPILE 'atmaq_debug_intel' [12:41, 11:58] -PASS -- TEST 'regional_atmaq_debug_intel' [29:20, 01:06](4435 MB) +PASS -- COMPILE 's2swa_32bit_intel' [25:07, 24:37] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [36:22, 04:29](2970 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [12:38, 11:48] +PASS -- TEST 'cpld_control_gfsv17_intel' [48:50, 02:41](1592 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:49, 01:49](1710 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [28:26, 01:22](847 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [48:51, 03:08](1573 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [23:03, 21:54] +PASS -- TEST 'cpld_debug_gfsv17_intel' [38:27, 02:19](1603 MB) + +PASS -- COMPILE 's2swa_intel' [11:35, 11:06] +PASS -- TEST 'cpld_control_p8_intel' [49:52, 01:14](3005 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [49:52, 01:31](3004 MB) +PASS -- TEST 'cpld_restart_p8_intel' [41:29, 02:00](3063 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [49:52, 01:17](3028 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [41:29, 01:55](3078 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [49:52, 01:02](3316 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [49:52, 01:20](2999 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [49:53, 01:14](2928 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [49:52, 01:31](3001 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [50:01, 08:57](3955 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [22:16, 04:08](4248 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [49:52, 01:50](2970 MB) + +PASS -- COMPILE 's2sw_intel' [15:44, 14:55] +PASS -- TEST 'cpld_control_noaero_p8_intel' [45:43, 00:45](1588 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [45:43, 01:02](1638 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [26:09, 25:02] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [35:20, 03:20](1639 MB) + +PASS -- COMPILE 's2s_intel' [22:01, 21:30] +PASS -- TEST 'cpld_control_c48_intel' [39:27, 00:58](2649 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:50, 16:07] +PASS -- TEST 'cpld_control_p8_faster_intel' [44:38, 01:29](3001 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [12:38, 11:24] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [48:50, 01:57](1601 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [29:24, 01:40](901 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [29:08, 00:54](1576 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [32:23, 32:00] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:54, 01:15](1619 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:53, 15:06] +PASS -- TEST 'control_flake_intel' [34:00, 00:34](572 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [34:00, 00:49](522 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [34:00, 00:42](529 MB) +PASS -- TEST 'control_latlon_intel' [34:00, 00:40](522 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [34:00, 00:49](523 MB) +PASS -- TEST 'control_c48_intel' [33:59, 01:58](715 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [33:59, 02:07](714 MB) +PASS -- TEST 'control_c192_intel' [34:00, 01:38](637 MB) +PASS -- TEST 'control_c384_intel' [34:04, 01:58](954 MB) +PASS -- TEST 'control_c384gdas_intel' [34:04, 03:06](1090 MB) +PASS -- TEST 'control_stochy_intel' [34:00, 00:28](532 MB) +PASS -- TEST 'control_stochy_restart_intel' [31:12, 01:04](333 MB) +PASS -- TEST 'control_lndp_intel' [34:00, 01:37](528 MB) +PASS -- TEST 'control_iovr4_intel' [34:00, 00:54](522 MB) +PASS -- TEST 'control_iovr5_intel' [34:00, 00:47](523 MB) +PASS -- TEST 'control_p8_intel' [34:00, 01:59](1508 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [34:00, 02:40](1503 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [34:00, 02:43](1510 MB) +PASS -- TEST 'control_restart_p8_intel' [27:53, 01:06](692 MB) +PASS -- TEST 'control_noqr_p8_intel' [34:00, 01:51](1498 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [27:53, 01:01](698 MB) +PASS -- TEST 'control_decomp_p8_intel' [34:00, 01:49](1499 MB) +PASS -- TEST 'control_2threads_p8_intel' [34:00, 02:06](1588 MB) +PASS -- TEST 'control_p8_lndp_intel' [34:00, 02:22](1511 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [34:00, 03:36](1563 MB) +PASS -- TEST 'control_p8_mynn_intel' [30:58, 02:16](1514 MB) +PASS -- TEST 'merra2_thompson_intel' [30:05, 02:20](1513 MB) +PASS -- TEST 'regional_control_intel' [30:03, 00:35](610 MB) +PASS -- TEST 'regional_restart_intel' [21:51, 00:29](776 MB) +PASS -- TEST 'regional_decomp_intel' [30:03, 00:22](606 MB) +PASS -- TEST 'regional_2threads_intel' [29:59, 01:16](667 MB) +PASS -- TEST 'regional_noquilt_intel' [29:56, 01:01](1146 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [29:55, 00:54](609 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [29:51, 01:01](610 MB) +PASS -- TEST 'regional_wofs_intel' [27:49, 00:56](1580 MB) + +PASS -- COMPILE 'rrfs_intel' [23:14, 20:40] +PASS -- TEST 'rap_control_intel' [25:31, 01:08](920 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [25:24, 01:19](1093 MB) +PASS -- TEST 'rap_decomp_intel' [25:16, 01:33](918 MB) +PASS -- TEST 'rap_2threads_intel' [25:13, 01:35](1007 MB) +PASS -- TEST 'rap_restart_intel' [16:44, 01:13](789 MB) +PASS -- TEST 'rap_sfcdiff_intel' [24:40, 02:07](912 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [22:59, 01:08](914 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [15:01, 01:47](785 MB) +PASS -- TEST 'hrrr_control_intel' [22:49, 01:42](912 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [22:36, 01:12](910 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [21:53, 01:21](991 MB) +PASS -- TEST 'hrrr_control_restart_intel' [16:42, 01:08](739 MB) +PASS -- TEST 'rrfs_v1beta_intel' [21:52, 01:25](912 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [21:52, 01:09](1875 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [21:44, 01:20](1865 MB) + +PASS -- COMPILE 'csawmg_intel' [15:52, 14:11] +PASS -- TEST 'control_csawmg_intel' [27:03, 00:43](599 MB) +PASS -- TEST 'control_csawmgt_intel' [26:51, 00:47](599 MB) +PASS -- TEST 'control_ras_intel' [26:21, 00:57](561 MB) + +PASS -- COMPILE 'wam_intel' [15:52, 15:03] +PASS -- TEST 'control_wam_intel' [25:54, 00:55](271 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [15:59, 13:50] +PASS -- TEST 'control_p8_faster_intel' [25:38, 02:23](1507 MB) +PASS -- TEST 'regional_control_faster_intel' [21:36, 00:31](609 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [12:41, 11:57] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [21:32, 01:21](687 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [21:31, 01:30](691 MB) +PASS -- TEST 'control_stochy_debug_intel' [21:00, 00:54](691 MB) +PASS -- TEST 'control_lndp_debug_intel' [20:33, 01:13](694 MB) +PASS -- TEST 'control_csawmg_debug_intel' [20:17, 00:45](736 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [18:59, 00:46](730 MB) +PASS -- TEST 'control_ras_debug_intel' [18:42, 01:13](704 MB) +PASS -- TEST 'control_diag_debug_intel' [18:03, 00:26](742 MB) +PASS -- TEST 'control_debug_p8_intel' [17:53, 01:04](1519 MB) +PASS -- TEST 'regional_debug_intel' [17:42, 01:02](629 MB) +PASS -- TEST 'rap_control_debug_intel' [17:41, 01:00](1077 MB) +PASS -- TEST 'hrrr_control_debug_intel' [17:11, 01:05](1070 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [16:49, 01:05](1069 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [16:47, 01:00](1074 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [16:44, 01:01](1073 MB) +PASS -- TEST 'rap_diag_debug_intel' [16:41, 00:55](1158 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [16:19, 00:55](1073 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [16:01, 01:01](1072 MB) +PASS -- TEST 'rap_lndp_debug_intel' [16:01, 00:56](1078 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [15:59, 01:18](1076 MB) +PASS -- TEST 'rap_noah_debug_intel' [15:57, 01:17](1076 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [15:43, 01:06](1073 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:18, 01:13](1074 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [14:14, 01:01](1067 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [14:07, 01:10](1075 MB) +PASS -- TEST 'rap_flake_debug_intel' [13:44, 01:03](1076 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:15, 01:35](1081 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:41, 10:07] +PASS -- TEST 'control_wam_debug_intel' [13:13, 00:58](297 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [17:54, 16:59] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:11, 01:26](956 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:01, 01:21](791 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [12:05, 02:14](785 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:56, 01:42](851 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:53, 02:19](843 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:28, 01:29](786 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:33, 01:28](686 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:24, 00:21](669 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [29:19, 28:43] +PASS -- TEST 'conus13km_control_intel' [06:01, 01:04](1006 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:58, 00:37](1009 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:57, 00:27](881 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:50, 13:58] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [11:08, 01:29](812 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [12:44, 11:33] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:32, 01:18](953 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:13, 01:22](954 MB) +PASS -- TEST 'conus13km_debug_intel' [10:13, 00:58](1039 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [10:09, 00:50](710 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:00, 00:41](1037 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [09:41, 00:56](1104 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:30, 05:37] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:28, 01:08](978 MB) + +PASS -- COMPILE 'hafsw_intel' [23:11, 20:50] +PASS -- TEST 'hafs_regional_atm_intel' [05:57, 02:00](619 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:57, 00:25](968 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [05:55, 01:54](662 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [05:55, 01:48](693 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [05:56, 01:33](707 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:55, 01:10](389 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:56, 02:18](404 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:56, 01:32](528 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [05:59, 02:17](369 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:21, 01:27](423 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:45, 00:53](416 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:41, 00:43](487 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:22, 00:23](317 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [11:39, 09:22] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [09:23, 01:02](504 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [16:58, 16:40] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:13, 00:57](527 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:13, 00:53](713 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:02, 17:05] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:45, 01:03](715 MB) + +PASS -- COMPILE 'hafs_all_intel' [24:12, 23:14] +PASS -- TEST 'hafs_regional_docn_intel' [01:24, 01:29](663 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [01:24, 01:35](646 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [01:22, 00:41](881 MB) + +PASS -- COMPILE 'atml_intel' [29:22, 28:03] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [53:58, 01:37](1549 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [53:58, 01:09](1548 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [46:19, 00:32](740 MB) + +PASS -- COMPILE 'atmaero_intel' [28:20, 27:05] +PASS -- TEST 'atmaero_control_p8_intel' [51:53, 01:36](2853 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [51:53, 00:58](2912 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [51:53, 01:36](2926 MB) + +PASS -- COMPILE 'atmaq_intel' [17:55, 17:27] + +PASS -- COMPILE 'atmaq_debug_intel' [13:42, 12:31] +PASS -- TEST 'regional_atmaq_debug_intel' [03:56, 01:50](4433 MB) SYNOPSIS: -Starting Date/Time: 20240326 17:32:52 -Ending Date/Time: 20240326 18:56:26 -Total Time: 01h:24m:15s +Starting Date/Time: 20240328 15:58:14 +Ending Date/Time: 20240328 17:22:49 +Total Time: 01h:25m:11s Compiles Completed: 31/31 Tests Completed: 157/157 From 69ca7390067f67805e68192fdca98c0314219b14 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Thu, 28 Mar 2024 11:44:09 -0600 Subject: [PATCH 11/18] add derecho RT logs: passed --- tests/logs/RegressionTests_derecho.log | 528 ++++++++++++------------- 1 file changed, 264 insertions(+), 264 deletions(-) diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index a399e2d764..817ec138b6 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -2df0c04528dab7f66acaaba949e607a1f3951915 +3747664d1511e058657743b4b84f7e51566ac419 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,33 +11,33 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 7fa559355056e533fe6ae86ed291006b75a11aca FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4225-g7fa55935) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -48,270 +48,270 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240315 -COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_2712 +COMPARISON DIRECTORY: /glade/derecho/scratch/zshrader/FV3_RT/rt_117712 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [20:46, 19:22] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:24, 04:57](3076 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:46, 20:28] -PASS -- TEST 'cpld_control_gfsv17_intel' [21:15, 13:51](1686 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:56, 15:07](1823 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:38, 07:10](956 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:24, 15:50](1652 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:40, 09:15] -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:16, 21:38](1694 MB) - -PASS -- COMPILE 's2swa_intel' [19:40, 19:16] -PASS -- TEST 'cpld_control_p8_intel' [10:15, 05:37](3089 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:15, 05:37](3088 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:01, 03:18](3147 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:15, 05:35](3124 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:01, 03:21](3172 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:07, 05:31](3089 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:44, 04:35](3395 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:23, 05:34](3102 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:52, 08:51](3636 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:40, 05:57](3615 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [34:35, 09:43](4343 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [24:43, 06:57](4652 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:46, 05:20](3059 MB) - -PASS -- COMPILE 's2sw_intel' [19:46, 18:38] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:26, 04:11](1678 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:33, 04:15](1721 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:41, 09:13] -PASS -- TEST 'cpld_debug_p8_intel' [10:45, 07:47](3150 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:36, 08:39] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:07, 05:17](1704 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:42, 14:14] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:16, 04:16](1716 MB) - -PASS -- COMPILE 's2s_intel' [14:43, 14:18] -PASS -- TEST 'cpld_control_c48_intel' [09:31, 06:38](2671 MB) - -PASS -- COMPILE 's2swa_faster_intel' [23:46, 22:45] -PASS -- TEST 'cpld_control_p8_faster_intel' [11:26, 05:28](3101 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:31, 19:37] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:11, 14:02](1698 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:41, 07:19](1015 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:20, 15:59](1667 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:20, 08:38] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:08, 22:37](1715 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:23, 12:26] -PASS -- TEST 'control_flake_intel' [08:46, 03:27](669 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:52, 02:04](620 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:57, 02:11](625 MB) -PASS -- TEST 'control_latlon_intel' [08:48, 02:05](621 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:58, 02:07](618 MB) -PASS -- TEST 'control_c48_intel' [10:52, 05:13](734 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:44, 05:13](739 MB) -PASS -- TEST 'control_c192_intel' [14:45, 07:52](740 MB) -PASS -- TEST 'control_c384_intel' [17:17, 08:06](1059 MB) -PASS -- TEST 'control_c384gdas_intel' [18:42, 07:14](1203 MB) -PASS -- TEST 'control_stochy_intel' [06:45, 01:27](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:39, 00:52](904 MB) -PASS -- TEST 'control_lndp_intel' [06:47, 01:22](625 MB) -PASS -- TEST 'control_iovr4_intel' [07:55, 02:06](618 MB) -PASS -- TEST 'control_iovr5_intel' [03:37, 02:05](617 MB) -PASS -- TEST 'control_p8_intel' [04:57, 02:27](1599 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:16, 02:29](1592 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:21, 02:27](1605 MB) -PASS -- TEST 'control_restart_p8_intel' [07:45, 01:23](803 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:16, 02:31](1591 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:43, 01:23](801 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:13, 02:33](1593 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:59, 04:21](1592 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:05, 03:17](1658 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:01, 02:32](1602 MB) -PASS -- TEST 'merra2_thompson_intel' [05:57, 02:58](1599 MB) -PASS -- TEST 'regional_control_intel' [06:24, 04:29](632 MB) -PASS -- TEST 'regional_restart_intel' [04:22, 02:28](798 MB) -PASS -- TEST 'regional_decomp_intel' [06:23, 04:41](631 MB) -PASS -- TEST 'regional_noquilt_intel' [11:10, 04:24](1157 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [11:11, 04:28](631 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [11:07, 04:29](631 MB) -PASS -- TEST 'regional_wofs_intel' [12:09, 05:36](1601 MB) - -PASS -- COMPILE 'rrfs_intel' [13:20, 11:06] -PASS -- TEST 'rap_control_intel' [11:27, 06:03](1003 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:40, 03:42](1192 MB) -PASS -- TEST 'rap_decomp_intel' [12:24, 06:21](1003 MB) -PASS -- TEST 'rap_restart_intel' [05:21, 03:13](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:20, 06:04](1002 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:33, 06:22](1003 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:21, 04:33](877 MB) -PASS -- TEST 'hrrr_control_intel' [07:14, 03:13](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:09, 03:18](996 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:14, 02:48](1090 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:44, 01:46](829 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:24, 05:58](1000 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:45, 07:20](1954 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:57, 07:08](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [13:15, 10:12] -PASS -- TEST 'control_csawmg_intel' [08:41, 05:52](693 MB) -PASS -- TEST 'control_csawmgt_intel' [08:40, 05:47](696 MB) -PASS -- TEST 'control_ras_intel' [04:38, 02:52](656 MB) - -PASS -- COMPILE 'wam_intel' [13:21, 09:28] -PASS -- TEST 'control_wam_intel' [03:31, 01:55](385 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:21, 12:31] -PASS -- TEST 'control_p8_faster_intel' [05:06, 02:22](1600 MB) -PASS -- TEST 'regional_control_faster_intel' [06:28, 04:17](630 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:26, 08:22] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:46, 02:34](790 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:40, 02:32](795 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:36, 02:57](797 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:39, 02:32](797 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:36, 03:57](835 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [06:37, 04:05](837 MB) -PASS -- TEST 'control_ras_debug_intel' [03:43, 02:38](1249 MB) -PASS -- TEST 'control_diag_debug_intel' [04:38, 02:40](852 MB) -PASS -- TEST 'control_debug_p8_intel' [05:25, 02:42](1623 MB) -PASS -- TEST 'regional_debug_intel' [17:36, 15:53](662 MB) -PASS -- TEST 'rap_control_debug_intel' [05:35, 04:37](1180 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:42, 04:31](1177 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:44, 04:41](1181 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:49, 04:38](1178 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:52, 04:38](1249 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:34, 04:50](1259 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:50, 04:45](1180 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:49, 04:53](1180 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:43, 04:47](1181 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:42, 04:37](1180 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:40, 04:34](1177 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:44, 04:39](1178 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:36, 07:29](1180 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:37, 04:33](1172 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:33, 05:49](1182 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:35, 04:47](1178 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:11, 07:54](1180 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:24, 05:14] -PASS -- TEST 'control_wam_debug_intel' [05:31, 04:37](420 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:26, 09:33] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:39, 03:30](1058 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:08, 05:08](882 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:03, 02:46](881 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:09, 02:54](881 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:00, 03:53](793 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:44, 01:32](774 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:24, 11:45] -PASS -- TEST 'conus13km_control_intel' [04:37, 01:53](1082 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:34, 00:58](1086 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:34, 01:08](970 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:25, 09:44] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:06, 03:38](912 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:18, 05:30] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:31, 04:34](1053 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:40, 04:26](1055 MB) -PASS -- TEST 'conus13km_debug_intel' [16:13, 13:17](1131 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:10, 13:38](814 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:56, 13:22](1199 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:13, 05:23] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:37, 04:36](1086 MB) - -PASS -- COMPILE 'hafsw_intel' [16:22, 15:40] -PASS -- TEST 'hafs_regional_atm_intel' [06:48, 04:33](720 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:21, 05:07](1067 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:29, 06:27](775 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:56, 10:59](790 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:51, 12:03](814 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:42, 04:44](478 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:55, 05:41](494 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:12, 02:21](388 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:34, 06:16](457 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:01, 03:18](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:31, 03:05](511 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:24, 03:52](585 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:38, 01:17](427 MB) -PASS -- TEST 'gnv1_nested_intel' [05:18, 03:23](781 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:24, 06:57] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:17, 11:57](607 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [20:32, 19:27] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:38, 07:08](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:51, 07:09](687 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:29, 16:34] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:50, 05:22](673 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:27, 13:53] -PASS -- TEST 'hafs_regional_docn_intel' [07:43, 05:35](750 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:40, 05:37](736 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:34, 16:11](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:22, 07:38] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:40, 02:30](762 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:47, 01:33](749 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:37, 02:22](640 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:35, 02:24](641 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:45, 02:24](644 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:34, 02:31](748 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:47, 02:30](761 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:41, 02:22](640 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:29, 05:40](1369 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:15, 05:40](673 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:25, 02:28](761 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:35, 03:54](2017 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:27, 03:56](2016 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:20, 05:02] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:37, 05:03](748 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:26, 07:39] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:33, 02:28](749 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:18, 02:22] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:54, 01:09](308 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:31, 01:06](449 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:41, 00:44](450 MB) - -PASS -- COMPILE 'atml_intel' [13:16, 12:55] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:13, 06:39](1633 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:08, 06:21](1626 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:29, 03:20](853 MB) - -PASS -- COMPILE 'atmw_intel' [13:21, 12:29] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:05, 01:37](1627 MB) - -PASS -- COMPILE 'atmwm_intel' [13:21, 12:19] -PASS -- TEST 'control_atmwav_intel' [02:59, 01:30](635 MB) - -PASS -- COMPILE 'atmaero_intel' [12:21, 11:07] -PASS -- TEST 'atmaero_control_p8_intel' [06:51, 03:45](2947 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:57, 04:20](2995 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:10, 04:31](3013 MB) - -PASS -- COMPILE 'atmaq_intel' [11:27, 10:45] - -PASS -- COMPILE 'atmaq_debug_intel' [07:18, 06:09] -PASS -- TEST 'regional_atmaq_debug_intel' [25:59, 21:55](4533 MB) +PASS -- COMPILE 's2swa_32bit_intel' [28:34, 19:20] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:30, 04:51](3072 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [37:49, 20:39] +PASS -- TEST 'cpld_control_gfsv17_intel' [24:06, 13:46](1690 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:32, 15:01](1820 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:17, 07:08](956 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:01, 15:47](1654 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [21:43, 09:22] +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:51, 21:18](1693 MB) + +PASS -- COMPILE 's2swa_intel' [20:33, 19:34] +PASS -- TEST 'cpld_control_p8_intel' [11:44, 05:36](3095 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:41, 05:36](3090 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:32, 03:14](3148 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:47, 05:37](3127 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:19, 03:17](3178 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:23, 05:30](3089 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:28, 04:33](3384 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:42, 05:32](3099 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [27:52, 08:40](3633 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:15, 06:08](3613 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [25:19, 09:36](4341 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [34:14, 06:40](4645 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:18, 05:14](3062 MB) + +PASS -- COMPILE 's2sw_intel' [39:53, 18:39] +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:56, 04:12](1681 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:02, 04:12](1734 MB) + +PASS -- COMPILE 's2swa_debug_intel' [20:47, 09:12] +PASS -- TEST 'cpld_debug_p8_intel' [13:19, 07:45](3149 MB) + +PASS -- COMPILE 's2sw_debug_intel' [21:43, 08:41] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:41, 05:17](1702 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [32:44, 14:18] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:52, 04:14](1724 MB) + +PASS -- COMPILE 's2s_intel' [23:36, 14:16] +PASS -- TEST 'cpld_control_c48_intel' [08:15, 06:33](2672 MB) + +PASS -- COMPILE 's2swa_faster_intel' [33:48, 22:50] +PASS -- TEST 'cpld_control_p8_faster_intel' [13:21, 05:26](3097 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:30, 19:31] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:05, 14:02](1696 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:30, 07:14](1014 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:15, 15:59](1668 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:22, 08:59] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:49, 22:50](1713 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:29, 12:26] +PASS -- TEST 'control_flake_intel' [13:55, 03:23](666 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [13:59, 02:02](620 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:03, 02:07](624 MB) +PASS -- TEST 'control_latlon_intel' [09:52, 02:05](621 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [12:04, 02:06](618 MB) +PASS -- TEST 'control_c48_intel' [08:57, 05:16](738 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:58, 05:13](740 MB) +PASS -- TEST 'control_c192_intel' [20:36, 08:11](741 MB) +PASS -- TEST 'control_c384_intel' [16:31, 08:03](1059 MB) +PASS -- TEST 'control_c384gdas_intel' [19:06, 07:11](1198 MB) +PASS -- TEST 'control_stochy_intel' [09:55, 01:25](623 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:42, 00:52](436 MB) +PASS -- TEST 'control_lndp_intel' [08:52, 01:21](622 MB) +PASS -- TEST 'control_iovr4_intel' [14:02, 02:06](622 MB) +PASS -- TEST 'control_iovr5_intel' [10:02, 02:06](621 MB) +PASS -- TEST 'control_p8_intel' [17:17, 02:28](1601 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [16:16, 02:29](1599 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [17:25, 02:28](1605 MB) +PASS -- TEST 'control_restart_p8_intel' [05:52, 01:24](797 MB) +PASS -- TEST 'control_noqr_p8_intel' [16:15, 02:29](1581 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:54, 01:23](801 MB) +PASS -- TEST 'control_decomp_p8_intel' [17:18, 02:33](1591 MB) +PASS -- TEST 'control_p8_lndp_intel' [17:08, 04:21](1602 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [16:18, 03:16](1650 MB) +PASS -- TEST 'control_p8_mynn_intel' [15:41, 02:34](1604 MB) +PASS -- TEST 'merra2_thompson_intel' [08:46, 02:57](1605 MB) +PASS -- TEST 'regional_control_intel' [10:20, 04:26](631 MB) +PASS -- TEST 'regional_restart_intel' [05:14, 02:30](801 MB) +PASS -- TEST 'regional_decomp_intel' [07:17, 04:41](631 MB) +PASS -- TEST 'regional_noquilt_intel' [10:18, 04:23](1160 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:28, 04:26](626 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:12, 04:28](629 MB) +PASS -- TEST 'regional_wofs_intel' [10:17, 05:35](1599 MB) + +PASS -- COMPILE 'rrfs_intel' [13:29, 11:12] +PASS -- TEST 'rap_control_intel' [08:09, 06:08](1005 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:08, 03:38](1191 MB) +PASS -- TEST 'rap_decomp_intel' [08:02, 06:20](1005 MB) +PASS -- TEST 'rap_restart_intel' [05:13, 03:13](877 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:16, 06:04](1003 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:13, 06:24](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:07, 04:32](878 MB) +PASS -- TEST 'hrrr_control_intel' [08:03, 03:11](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:03, 03:17](999 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:11, 02:48](1082 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:50, 01:46](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:14, 05:56](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:57, 07:21](1955 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:50, 07:06](1948 MB) + +PASS -- COMPILE 'csawmg_intel' [12:20, 10:17] +PASS -- TEST 'control_csawmg_intel' [10:19, 05:47](692 MB) +PASS -- TEST 'control_csawmgt_intel' [10:30, 05:46](693 MB) +PASS -- TEST 'control_ras_intel' [06:40, 02:52](656 MB) + +PASS -- COMPILE 'wam_intel' [10:20, 09:36] +PASS -- TEST 'control_wam_intel' [05:36, 01:54](473 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [13:29, 12:32] +PASS -- TEST 'control_p8_faster_intel' [06:39, 02:22](1600 MB) +PASS -- TEST 'regional_control_faster_intel' [07:12, 04:15](630 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:19, 08:29] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:41, 02:35](794 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:49, 02:32](793 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:32, 02:49](796 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:40](794 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:16, 03:53](836 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:22, 03:58](834 MB) +PASS -- TEST 'control_ras_debug_intel' [03:38, 02:35](808 MB) +PASS -- TEST 'control_diag_debug_intel' [05:40, 02:44](854 MB) +PASS -- TEST 'control_debug_p8_intel' [04:14, 02:36](1623 MB) +PASS -- TEST 'regional_debug_intel' [19:12, 16:20](665 MB) +PASS -- TEST 'rap_control_debug_intel' [05:44, 04:37](1179 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:43, 04:33](1178 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:35, 04:40](1180 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:40, 04:37](1179 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:41, 04:48](1179 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:01, 04:53](1263 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:35, 04:44](1183 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:44, 04:43](1181 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:47, 04:42](1181 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:46, 04:48](1179 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:39, 04:40](1179 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:43, 04:51](1179 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:36, 07:27](1177 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:42, 04:36](1173 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:40, 05:55](1177 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:41, 04:41](1178 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:08, 07:52](1182 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:18, 05:19] +PASS -- TEST 'control_wam_debug_intel' [06:34, 04:43](420 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:24, 09:47] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:04, 03:38](1059 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 05:10](881 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:09, 02:47](881 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:12, 02:57](882 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:11, 03:56](792 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:52, 01:39](776 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:25, 11:36] +PASS -- TEST 'conus13km_control_intel' [05:06, 01:50](1083 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:36, 00:59](1084 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:08](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:24, 09:41] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:14, 03:37](905 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:27, 05:32] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:44, 04:40](1056 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:36, 04:33](1053 MB) +PASS -- TEST 'conus13km_debug_intel' [15:58, 13:30](1133 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:57, 13:23](819 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:45, 13:28](1199 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:19, 05:32] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:37, 04:46](1082 MB) + +PASS -- COMPILE 'hafsw_intel' [17:30, 15:38] +PASS -- TEST 'hafs_regional_atm_intel' [07:53, 04:34](712 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:12, 05:13](1066 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:00, 06:37](777 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [13:41, 10:51](798 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:56, 11:58](810 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:34, 04:43](476 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:33, 05:51](494 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:12, 02:30](388 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:59, 06:22](459 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:15, 03:22](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:49, 03:07](511 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:23, 03:55](582 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:47, 01:22](426 MB) +PASS -- TEST 'gnv1_nested_intel' [05:16, 03:35](788 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:19, 06:46] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:28, 12:02](606 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [04:50, 19:57] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:31, 07:02](635 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:34, 07:08](687 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [00:39, 17:19] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:39, 05:18](670 MB) + +PASS -- COMPILE 'hafs_all_intel' [55:35, 14:09] +PASS -- TEST 'hafs_regional_docn_intel' [10:32, 05:31](749 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:34, 05:37](735 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:33, 16:09](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [47:30, 07:47] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:48, 02:29](760 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:38, 01:32](994 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:48, 02:21](639 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:50, 02:24](642 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:48, 02:23](645 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:44, 02:29](759 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:45, 02:29](748 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:44, 02:20](641 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:24, 05:43](688 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:39, 05:39](671 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:33, 02:28](760 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:41, 03:51](2018 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:38, 03:52](2017 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [44:30, 05:04] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:49, 05:03](733 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [47:34, 07:50] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:34, 02:30](761 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [40:30, 02:23] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:40, 01:12](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:40, 01:04](449 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:38, 00:47](451 MB) + +PASS -- COMPILE 'atml_intel' [50:39, 12:57] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:05, 06:45](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [13:05, 06:38](1626 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:08, 03:27](848 MB) + +PASS -- COMPILE 'atmw_intel' [48:40, 12:52] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:38, 01:33](1633 MB) + +PASS -- COMPILE 'atmwm_intel' [41:35, 12:34] +PASS -- TEST 'control_atmwav_intel' [05:07, 01:29](634 MB) + +PASS -- COMPILE 'atmaero_intel' [30:27, 11:09] +PASS -- TEST 'atmaero_control_p8_intel' [08:44, 03:38](2947 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:48, 04:21](2998 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:15, 04:34](3009 MB) + +PASS -- COMPILE 'atmaq_intel' [28:25, 10:48] + +PASS -- COMPILE 'atmaq_debug_intel' [20:34, 06:14] +PASS -- TEST 'regional_atmaq_debug_intel' [25:19, 21:54](4530 MB) SYNOPSIS: -Starting Date/Time: 20240325 17:32:13 -Ending Date/Time: 20240325 19:04:27 -Total Time: 01h:32m:59s +Starting Date/Time: 20240328 08:57:30 +Ending Date/Time: 20240328 11:19:15 +Total Time: 02h:22m:32s Compiles Completed: 39/39 Tests Completed: 175/175 From c1ee2235132da2a7eff5f0e47a110aaee029c565 Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Thu, 28 Mar 2024 14:16:10 -0400 Subject: [PATCH 12/18] add gaea RT log passed --- tests/logs/RegressionTests_gaea.log | 542 ++++++++++++++-------------- 1 file changed, 271 insertions(+), 271 deletions(-) diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 1df33ad512..cbc929976c 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,7 +1,7 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -55da2dd260008d4a1196c77c941d5b3300bcae45 +055b13ffbe0e49abbcf8d4e503ee617a8e78e5be Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,33 +11,33 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 694227094198b8c1fe101af22dc506e9aeff9ebe FV3 (heads/develop) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 9839680885141338fb14ff09bab6fe87a051b820 FV3/ccpp/physics (EP4-738-g98396808) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 694227094198b8c1fe101af22dc506e9aeff9ebe FV3 (heads/develop) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -48,277 +48,277 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240315 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_211500 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_44233 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [00:58, 59:35] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:17, 08:25](3071 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:44, 23:26] -PASS -- TEST 'cpld_control_gfsv17_intel' [19:20, 13:41](1700 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:14, 15:48](1813 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:17, 06:51](952 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:53, 14:54](1666 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [16:46, 14:59] -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:49, 24:34](1700 MB) - -PASS -- COMPILE 's2swa_intel' [24:44, 23:38] -PASS -- TEST 'cpld_control_p8_intel' [14:06, 08:30](3099 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:17, 08:44](3099 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:35, 05:59](3158 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:05, 08:21](3125 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:35, 05:30](3178 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:56, 07:08](3415 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:54, 08:21](3100 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:56, 07:14](3023 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:17, 08:40](3100 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:31, 10:35](3270 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [15:41, 08:47](3599 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [24:42, 13:18](4037 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:24, 09:23](4345 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:04, 08:29](3069 MB) - -PASS -- COMPILE 's2sw_intel' [58:53, 57:22] -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:07, 05:34](1683 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:04, 05:26](1730 MB) - -PASS -- COMPILE 's2swa_debug_intel' [16:46, 14:51] -PASS -- TEST 'cpld_debug_p8_intel' [15:20, 10:54](3132 MB) - -PASS -- COMPILE 's2sw_debug_intel' [18:46, 16:42] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:54, 06:16](1699 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:46, 17:13] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:41, 05:43](1733 MB) - -PASS -- COMPILE 's2s_intel' [20:43, 19:31] -PASS -- TEST 'cpld_control_c48_intel' [09:39, 06:57](2661 MB) - -PASS -- COMPILE 's2swa_faster_intel' [36:47, 35:23] -PASS -- TEST 'cpld_control_p8_faster_intel' [12:53, 08:41](3099 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:15, 23:25] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:35, 14:58](1702 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:15, 07:42](999 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:50, 17:08](1679 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:09, 14:33] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:11, 26:39](1708 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:11, 15:59] -PASS -- TEST 'control_flake_intel' [05:57, 03:51](674 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:10, 02:23](620 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:10, 02:44](627 MB) -PASS -- TEST 'control_latlon_intel' [04:50, 02:42](623 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:43, 02:39](623 MB) -PASS -- TEST 'control_c48_intel' [08:55, 05:39](721 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:45, 05:39](721 MB) -PASS -- TEST 'control_c192_intel' [12:00, 09:08](739 MB) -PASS -- TEST 'control_c384_intel' [19:49, 16:32](1041 MB) -PASS -- TEST 'control_c384gdas_intel' [19:37, 14:17](1188 MB) -PASS -- TEST 'control_stochy_intel' [03:39, 01:55](626 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:37, 02:01](430 MB) -PASS -- TEST 'control_lndp_intel' [03:39, 01:52](628 MB) -PASS -- TEST 'control_iovr4_intel' [05:01, 02:40](623 MB) -PASS -- TEST 'control_iovr5_intel' [04:52, 02:35](623 MB) -PASS -- TEST 'control_p8_intel' [07:06, 03:31](1606 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:30, 04:09](1608 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:05, 03:57](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [06:50, 02:18](790 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:18, 04:38](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:19, 02:00](793 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:12, 04:24](1596 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:00, 03:31](1689 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:55, 06:03](1605 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:18, 04:20](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:33, 03:34](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [10:15, 04:15](1615 MB) -PASS -- TEST 'regional_control_intel' [08:01, 04:46](615 MB) -PASS -- TEST 'regional_restart_intel' [06:49, 02:57](789 MB) -PASS -- TEST 'regional_decomp_intel' [09:37, 05:13](615 MB) -PASS -- TEST 'regional_2threads_intel' [05:48, 02:51](755 MB) -PASS -- TEST 'regional_noquilt_intel' [07:44, 04:56](1153 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:46, 04:44](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:49, 04:51](615 MB) -PASS -- TEST 'regional_wofs_intel' [08:56, 06:03](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [17:11, 15:41] -PASS -- TEST 'rap_control_intel' [11:21, 06:56](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:28, 03:56](1187 MB) -PASS -- TEST 'rap_decomp_intel' [11:55, 07:11](1009 MB) -PASS -- TEST 'rap_2threads_intel' [08:42, 05:53](1099 MB) -PASS -- TEST 'rap_restart_intel' [07:35, 03:39](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:22, 06:55](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:56, 07:14](1005 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:09, 05:18](880 MB) -PASS -- TEST 'hrrr_control_intel' [06:41, 03:50](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:41, 04:00](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:41, 03:02](1080 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:44, 02:00](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:21, 06:41](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:20, 08:08](1968 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:49, 07:56](1951 MB) - -PASS -- COMPILE 'csawmg_intel' [19:14, 17:38] -PASS -- TEST 'control_csawmg_intel' [09:29, 06:58](695 MB) -PASS -- TEST 'control_csawmgt_intel' [09:14, 06:45](691 MB) -PASS -- TEST 'control_ras_intel' [06:02, 03:49](658 MB) - -PASS -- COMPILE 'wam_intel' [15:13, 14:02] -PASS -- TEST 'control_wam_intel' [05:03, 02:12](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [18:13, 16:12] -PASS -- TEST 'control_p8_faster_intel' [06:58, 03:48](1608 MB) -PASS -- TEST 'regional_control_faster_intel' [07:13, 04:32](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [16:14, 14:38] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:07, 03:09](777 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:57, 03:25](781 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:35, 04:02](784 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:52, 02:49](788 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:31, 04:24](824 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [07:37, 04:12](825 MB) -PASS -- TEST 'control_ras_debug_intel' [04:49, 02:57](796 MB) -PASS -- TEST 'control_diag_debug_intel' [05:00, 03:02](843 MB) -PASS -- TEST 'control_debug_p8_intel' [06:35, 03:24](1618 MB) -PASS -- TEST 'regional_debug_intel' [19:20, 16:01](633 MB) -PASS -- TEST 'rap_control_debug_intel' [08:03, 05:09](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:02, 05:02](1164 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:55, 05:04](1167 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:40, 05:05](1167 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:57, 05:00](1169 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:30, 05:16](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:36, 05:10](1165 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:23, 05:10](1166 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:43, 05:05](1168 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:01, 05:13](1166 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:08, 04:57](1166 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:57, 05:06](1164 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:40, 07:55](1166 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:51, 05:18](1163 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:49, 05:52](1168 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:46, 05:04](1166 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:20, 08:32](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:12, 08:44] -PASS -- TEST 'control_wam_debug_intel' [06:42, 05:08](394 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:13, 14:48] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:17, 04:01](1053 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:24, 05:59](889 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:13, 03:54](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:12, 05:26](945 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:05, 03:05](939 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:07, 03:19](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:02, 04:10](784 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:27, 02:08](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:14, 15:44] -PASS -- TEST 'conus13km_control_intel' [06:22, 03:17](1095 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:43, 01:04](1076 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [04:14, 01:57](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:10, 13:26] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:43, 04:41](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [13:10, 11:29] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:03, 05:08](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:54, 05:09](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [16:40, 13:54](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:38, 14:19](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [11:16, 08:33](1110 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:19, 13:51](1195 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [12:08, 10:08] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:38, 05:04](1066 MB) - -PASS -- COMPILE 'hafsw_intel' [24:15, 22:19] -PASS -- TEST 'hafs_regional_atm_intel' [08:51, 05:19](706 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:55, 04:30](1059 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:03, 07:42](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:55, 11:42](783 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:08, 12:50](794 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:18, 05:16](477 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:43, 06:50](499 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:19, 03:13](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:50, 08:23](432 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:43, 03:41](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:33, 03:43](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:17, 04:59](566 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:57, 01:59](401 MB) -PASS -- TEST 'gnv1_nested_intel' [07:52, 04:13](764 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [15:15, 13:38] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:46, 12:56](581 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [26:19, 24:15] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:31, 07:48](617 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:39, 07:56](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [21:16, 19:51] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:38, 06:09](785 MB) - -PASS -- COMPILE 'hafs_all_intel' [20:10, 18:12] -PASS -- TEST 'hafs_regional_docn_intel' [09:33, 06:09](747 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:29, 06:34](731 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [23:20, 20:12](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [20:12, 18:53] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:23, 02:41](758 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:32, 01:36](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:28, 02:31](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:29, 02:37](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:29, 02:30](635 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:29, 02:40](745 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:27, 02:34](758 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:24, 02:26](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:39, 06:14](690 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:24, 06:09](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:22, 02:38](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:34, 04:39](2011 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:26, 04:37](2013 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [11:08, 09:59] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:26, 05:30](739 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [17:09, 15:12] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:22, 02:46](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [12:12, 10:44] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [07:17, 04:13](319 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:56, 02:40](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:58, 02:01](456 MB) - -PASS -- COMPILE 'atml_intel' [18:10, 16:41] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:37, 10:04](1640 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [13:56, 09:17](1640 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:58, 04:01](835 MB) - -PASS -- COMPILE 'atmw_intel' [17:14, 15:44] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:07, 02:58](1649 MB) - -PASS -- COMPILE 'atmwm_intel' [18:09, 16:40] -PASS -- TEST 'control_atmwav_intel' [05:19, 02:31](640 MB) - -PASS -- COMPILE 'atmaero_intel' [16:10, 15:00] -PASS -- TEST 'atmaero_control_p8_intel' [10:12, 07:05](2943 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:02, 07:43](3012 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:48, 07:44](3018 MB) - -PASS -- COMPILE 'atmaq_intel' [37:18, 35:47] - -PASS -- COMPILE 'atmaq_debug_intel' [13:12, 11:56] -PASS -- TEST 'regional_atmaq_debug_intel' [24:29, 21:00](4449 MB) +PASS -- COMPILE 's2swa_32bit_intel' [25:18, 23:19] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:48, 08:04](3070 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:22, 24:47] +PASS -- TEST 'cpld_control_gfsv17_intel' [18:07, 14:02](1697 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:51, 14:39](1811 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:48, 06:36](949 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:42, 15:25](1666 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:14, 13:54] +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:04, 24:27](1702 MB) + +PASS -- COMPILE 's2swa_intel' [22:12, 20:16] +PASS -- TEST 'cpld_control_p8_intel' [15:49, 08:43](3100 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:01, 08:47](3100 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:02, 05:11](3158 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:49, 08:54](3126 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:02, 05:20](3179 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:32, 07:20](3414 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:38, 08:35](3101 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:35, 07:29](3022 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:01, 08:33](3100 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:51, 10:54](3275 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [11:47, 07:14](3601 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [24:23, 13:35](4036 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:37, 09:27](4339 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:45, 08:03](3068 MB) + +PASS -- COMPILE 's2sw_intel' [20:12, 18:23] +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:08, 05:42](1684 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [14:53, 05:47](1730 MB) + +PASS -- COMPILE 's2swa_debug_intel' [13:10, 11:49] +PASS -- TEST 'cpld_debug_p8_intel' [13:46, 11:00](3132 MB) + +PASS -- COMPILE 's2sw_debug_intel' [19:15, 17:18] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:42, 06:09](1699 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:11, 16:38] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:55, 05:35](1733 MB) + +PASS -- COMPILE 's2s_intel' [18:11, 16:51] +PASS -- TEST 'cpld_control_c48_intel' [09:18, 06:58](2662 MB) + +PASS -- COMPILE 's2swa_faster_intel' [24:21, 22:55] +PASS -- TEST 'cpld_control_p8_faster_intel' [15:00, 09:00](3100 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [25:17, 23:11] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:09, 15:20](1704 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:46, 07:25](1001 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:59, 17:47](1679 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:15, 13:59] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:16, 25:55](1709 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:14, 15:56] +PASS -- TEST 'control_flake_intel' [05:30, 03:44](675 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:39, 02:38](620 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:37, 02:55](627 MB) +PASS -- TEST 'control_latlon_intel' [04:27, 02:44](623 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:40, 03:00](623 MB) +PASS -- TEST 'control_c48_intel' [07:58, 05:39](727 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:59, 05:37](728 MB) +PASS -- TEST 'control_c192_intel' [10:52, 09:07](739 MB) +PASS -- TEST 'control_c384_intel' [19:02, 17:07](1043 MB) +PASS -- TEST 'control_c384gdas_intel' [17:49, 14:13](1184 MB) +PASS -- TEST 'control_stochy_intel' [04:28, 02:16](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:32, 01:18](430 MB) +PASS -- TEST 'control_lndp_intel' [04:27, 02:10](628 MB) +PASS -- TEST 'control_iovr4_intel' [04:31, 02:40](623 MB) +PASS -- TEST 'control_iovr5_intel' [04:34, 02:39](623 MB) +PASS -- TEST 'control_p8_intel' [06:19, 03:47](1606 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:36, 03:47](1608 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:30, 03:21](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [04:07, 02:04](790 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:20, 03:39](1595 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:28, 02:07](792 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:28, 03:24](1595 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:30, 02:40](1685 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:07, 05:21](1607 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:35, 04:18](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:26, 03:16](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [06:17, 04:04](1616 MB) +PASS -- TEST 'regional_control_intel' [06:43, 04:38](615 MB) +PASS -- TEST 'regional_restart_intel' [04:49, 02:37](789 MB) +PASS -- TEST 'regional_decomp_intel' [06:42, 04:54](615 MB) +PASS -- TEST 'regional_2threads_intel' [04:42, 02:57](758 MB) +PASS -- TEST 'regional_noquilt_intel' [06:44, 04:54](1153 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:15, 04:45](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:50, 04:45](615 MB) +PASS -- TEST 'regional_wofs_intel' [08:52, 06:17](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [15:10, 13:44] +PASS -- TEST 'rap_control_intel' [09:20, 06:51](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:11, 03:55](1189 MB) +PASS -- TEST 'rap_decomp_intel' [09:20, 07:02](1009 MB) +PASS -- TEST 'rap_2threads_intel' [08:25, 05:56](1095 MB) +PASS -- TEST 'rap_restart_intel' [06:05, 03:41](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:32, 06:56](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:32, 07:01](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:14, 05:11](880 MB) +PASS -- TEST 'hrrr_control_intel' [06:31, 03:51](1005 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:31, 03:48](1007 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:31, 03:02](1085 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:41, 02:01](838 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:33, 06:37](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:58, 08:14](1962 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:58, 08:24](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [14:15, 12:51] +PASS -- TEST 'control_csawmg_intel' [08:45, 06:35](695 MB) +PASS -- TEST 'control_csawmgt_intel' [08:43, 06:44](691 MB) +PASS -- TEST 'control_ras_intel' [05:41, 03:35](657 MB) + +PASS -- COMPILE 'wam_intel' [14:10, 12:47] +PASS -- TEST 'control_wam_intel' [04:39, 02:09](369 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [17:14, 15:48] +PASS -- TEST 'control_p8_faster_intel' [06:35, 03:14](1608 MB) +PASS -- TEST 'regional_control_faster_intel' [06:58, 04:39](614 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [13:12, 12:01] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:48, 02:59](779 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:41, 02:52](783 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:34, 03:30](786 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:26, 02:54](790 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:46, 04:36](826 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [06:54, 04:18](827 MB) +PASS -- TEST 'control_ras_debug_intel' [04:32, 02:54](796 MB) +PASS -- TEST 'control_diag_debug_intel' [04:50, 02:55](845 MB) +PASS -- TEST 'control_debug_p8_intel' [05:52, 03:16](1622 MB) +PASS -- TEST 'regional_debug_intel' [17:55, 16:04](637 MB) +PASS -- TEST 'rap_control_debug_intel' [07:32, 05:38](1168 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:31, 05:08](1166 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:35, 05:34](1169 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:43, 05:15](1169 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:34, 05:19](1168 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:44, 05:29](1255 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:44, 05:22](1168 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:29, 05:27](1169 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:47, 05:14](1170 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:31, 05:16](1168 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:34, 05:23](1168 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:31, 05:33](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:34, 08:28](1168 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:33, 05:12](1165 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:36, 06:39](1170 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:33, 05:16](1169 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:11, 08:55](1171 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:10, 09:31] +PASS -- TEST 'control_wam_debug_intel' [06:31, 04:57](394 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:10, 12:06] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:18, 04:01](1044 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:10, 06:09](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:11, 04:03](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:04, 05:15](949 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:17, 02:49](939 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:06, 03:57](887 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:02, 04:04](782 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:33, 02:10](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [17:11, 15:43] +PASS -- TEST 'conus13km_control_intel' [05:02, 02:37](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:46, 01:33](1072 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:42, 01:22](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:09, 12:12] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:23, 04:26](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 08:55] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:33, 04:58](1046 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:36, 04:56](1046 MB) +PASS -- TEST 'conus13km_debug_intel' [16:01, 13:59](1128 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:54, 14:28](803 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:41, 08:14](1108 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:51, 14:05](1193 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [10:08, 08:56] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:37, 05:10](1067 MB) + +PASS -- COMPILE 'hafsw_intel' [17:16, 16:07] +PASS -- TEST 'hafs_regional_atm_intel' [08:19, 05:21](708 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:35, 04:40](1062 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:38, 07:42](753 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:20, 11:57](791 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:52, 13:06](793 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:32, 05:22](477 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:41, 06:47](497 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:26, 02:55](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:13, 08:10](444 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:08, 03:58](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:06, 03:48](510 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:03, 04:46](573 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:40, 01:45](401 MB) +PASS -- TEST 'gnv1_nested_intel' [06:31, 03:58](763 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [12:08, 10:49] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:20, 13:17](582 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:20, 19:41] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:17, 07:52](617 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:16, 07:52](787 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:13, 17:09] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:11, 06:02](786 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:11, 15:25] +PASS -- TEST 'hafs_regional_docn_intel' [09:17, 06:12](746 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:25, 06:11](729 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:16, 20:10](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:09, 11:59] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:23, 02:37](758 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:24, 01:33](734 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 02:27](637 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:31, 02:27](635 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:22, 02:35](639 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:25, 02:34](759 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:24, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:21, 02:25](639 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:15, 06:16](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:08, 06:08](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:26, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:29, 04:34](2011 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:32, 04:35](2013 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [09:08, 07:24] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:25, 05:27](739 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [14:11, 12:40] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:27, 02:37](759 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:11, 03:32] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:58, 02:00](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:54, 01:43](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:59, 01:50](456 MB) + +PASS -- COMPILE 'atml_intel' [16:13, 14:39] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:31, 08:04](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:23, 07:44](1640 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:12, 04:39](835 MB) + +PASS -- COMPILE 'atmw_intel' [16:14, 14:34] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:22, 02:31](1649 MB) + +PASS -- COMPILE 'atmwm_intel' [16:13, 14:57] +PASS -- TEST 'control_atmwav_intel' [05:06, 02:04](640 MB) + +PASS -- COMPILE 'atmaero_intel' [15:16, 14:06] +PASS -- TEST 'atmaero_control_p8_intel' [09:44, 06:21](2943 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:29, 06:47](3010 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:14, 07:03](3017 MB) + +PASS -- COMPILE 'atmaq_intel' [16:12, 14:16] + +PASS -- COMPILE 'atmaq_debug_intel' [12:20, 10:41] +PASS -- TEST 'regional_atmaq_debug_intel' [21:41, 18:45](4479 MB) SYNOPSIS: -Starting Date/Time: 20240321 12:44:25 -Ending Date/Time: 20240321 14:36:49 -Total Time: 01h:53m:27s +Starting Date/Time: 20240328 12:15:36 +Ending Date/Time: 20240328 13:55:56 +Total Time: 01h:41m:01s Compiles Completed: 39/39 Tests Completed: 182/182 From c1aaa4270386197ec773cc8e166afabee2f77af2 Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Thu, 28 Mar 2024 21:28:40 +0000 Subject: [PATCH 13/18] add jet RT log passed --- tests/logs/RegressionTests_jet.log | 476 ++++++++++++++--------------- 1 file changed, 238 insertions(+), 238 deletions(-) diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index ad7c0590ad..c8a07b419a 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,7 +1,7 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -0a6b9489ca89719f3fab9fa759a07c60c4c91f78 +055b13ffbe0e49abbcf8d4e503ee617a8e78e5be Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -11,33 +11,33 @@ Submodule hashes used in testing: f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) 011db4f80a02cba6d65958ace56e8efb197be62b FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-704-g011db4f) - 7fa559355056e533fe6ae86ed291006b75a11aca FV3/ccpp/physics (ccpp_transition_to_vlab_master_20190705-4225-g7fa55935) + 9b0ac7b16a45afe5e7f1abf9571d3484158a5b43 FV3/ccpp/physics (EP4-741-g9b0ac7b1) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd -a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -48,244 +48,244 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20240315 -COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1851415 +COMPARISON DIRECTORY: /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_637067 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: h-nems * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [39:23, 38:04] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:53, 06:52](1795 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:28, 47:48] -PASS -- TEST 'cpld_control_gfsv17_intel' [23:57, 20:53](1666 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:23, 21:21](1885 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:26, 10:15](991 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:31, 23:46](1632 MB) - -PASS -- COMPILE 's2swa_intel' [40:23, 38:36] -PASS -- TEST 'cpld_control_p8_intel' [10:32, 07:27](1824 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:58, 07:25](1826 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:49, 04:26](1714 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:32, 07:29](1847 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:49, 04:32](1727 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:24, 07:16](2267 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:26, 07:31](1825 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:50, 06:16](1784 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:54, 07:30](1823 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:44, 07:12](1793 MB) - -PASS -- COMPILE 's2sw_intel' [37:22, 35:51] -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:26, 05:53](1660 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:40, 05:44](1718 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:08, 05:07] -PASS -- TEST 'cpld_debug_p8_intel' [13:42, 10:29](1847 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:09, 04:38] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:26, 07:08](1673 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [34:20, 32:32] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:03, 05:37](1711 MB) - -PASS -- COMPILE 's2s_intel' [34:22, 32:18] -PASS -- TEST 'cpld_control_c48_intel' [15:13, 12:42](2803 MB) - -PASS -- COMPILE 's2swa_faster_intel' [33:53, 32:47] -PASS -- TEST 'cpld_control_p8_faster_intel' [09:55, 07:07](1832 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [39:23, 38:06] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:35, 19:03](1686 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:47, 10:26](1034 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:44, 24:00](1656 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:08, 05:05] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:43, 31:50](1689 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [36:23, 35:01] -PASS -- TEST 'control_flake_intel' [06:28, 04:26](647 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:30, 03:16](597 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:36, 03:42](600 MB) -PASS -- TEST 'control_latlon_intel' [05:28, 03:21](602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:35, 03:22](596 MB) -PASS -- TEST 'control_c48_intel' [11:38, 10:04](844 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:43, 10:04](847 MB) -PASS -- TEST 'control_c192_intel' [14:48, 12:21](724 MB) -PASS -- TEST 'control_c384_intel' [18:54, 15:44](899 MB) -PASS -- TEST 'control_c384gdas_intel' [18:35, 13:29](1020 MB) -PASS -- TEST 'control_stochy_intel' [04:29, 02:11](603 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:25, 01:18](438 MB) -PASS -- TEST 'control_lndp_intel' [04:29, 02:06](600 MB) -PASS -- TEST 'control_iovr4_intel' [05:30, 03:17](602 MB) -PASS -- TEST 'control_iovr5_intel' [05:31, 03:20](595 MB) -PASS -- TEST 'control_p8_intel' [06:32, 03:57](1575 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:42, 03:56](1576 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:50, 03:48](1574 MB) -PASS -- TEST 'control_restart_p8_intel' [05:05, 02:07](819 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:38, 03:52](1568 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:15, 02:03](837 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:33, 04:03](1565 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:38, 03:41](1661 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:17, 07:00](1574 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:00, 05:03](1644 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:49, 03:56](1578 MB) -PASS -- TEST 'merra2_thompson_intel' [08:11, 04:30](1592 MB) -PASS -- TEST 'regional_control_intel' [09:06, 07:00](757 MB) -PASS -- TEST 'regional_restart_intel' [05:44, 03:47](931 MB) -PASS -- TEST 'regional_decomp_intel' [09:58, 07:25](755 MB) -PASS -- TEST 'regional_2threads_intel' [06:42, 04:14](759 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:48, 06:55](760 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:40, 06:52](761 MB) - -PASS -- COMPILE 'rrfs_intel' [34:23, 33:07] -PASS -- TEST 'rap_control_intel' [12:10, 10:05](996 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:09, 05:28](1214 MB) -PASS -- TEST 'rap_decomp_intel' [12:56, 10:29](979 MB) -PASS -- TEST 'rap_2threads_intel' [12:08, 09:28](1092 MB) -PASS -- TEST 'rap_restart_intel' [08:28, 05:11](990 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:26, 10:01](989 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:57, 10:35](980 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:19, 07:32](997 MB) -PASS -- TEST 'hrrr_control_intel' [07:54, 05:13](995 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:55, 05:21](985 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:20, 04:45](1049 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:26, 02:47](917 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:31, 09:54](994 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:32, 12:16](1947 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:33, 11:59](1936 MB) - -PASS -- COMPILE 'csawmg_intel' [33:20, 31:26] -PASS -- TEST 'control_csawmg_intel' [09:49, 08:00](697 MB) -PASS -- TEST 'control_csawmgt_intel' [09:49, 07:53](692 MB) -PASS -- TEST 'control_ras_intel' [06:24, 04:23](660 MB) - -PASS -- COMPILE 'wam_intel' [31:17, 29:37] -PASS -- TEST 'control_wam_intel' [04:22, 02:46](500 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [33:20, 31:46] -PASS -- TEST 'control_p8_faster_intel' [06:50, 03:35](1582 MB) -PASS -- TEST 'regional_control_faster_intel' [08:54, 06:24](762 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:08, 05:59] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:25, 03:18](755 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:31, 03:22](761 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:22, 03:43](763 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:23, 03:20](768 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:43, 05:14](806 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [07:43, 05:09](808 MB) -PASS -- TEST 'control_ras_debug_intel' [05:22, 03:23](770 MB) -PASS -- TEST 'control_diag_debug_intel' [05:34, 03:27](819 MB) -PASS -- TEST 'control_debug_p8_intel' [05:46, 03:33](1595 MB) -PASS -- TEST 'regional_debug_intel' [23:51, 21:38](780 MB) -PASS -- TEST 'rap_control_debug_intel' [07:24, 06:07](1156 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:30, 05:53](1145 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:23, 05:57](1150 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:22, 06:01](1150 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:20, 05:59](1148 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:39, 06:19](1234 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:28, 06:08](1152 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:26, 06:08](1149 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:25, 06:04](1147 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:25, 06:01](1150 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:25, 05:54](1148 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:26, 06:00](1147 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:29, 09:48](1152 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:25, 05:56](1146 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:26, 07:17](1149 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:26, 06:01](1149 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:35, 10:24](1158 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:07, 03:56] -PASS -- TEST 'control_wam_debug_intel' [08:22, 06:08](438 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:16, 30:00] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:12, 05:09](1077 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:59, 08:15](899 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:04, 04:22](868 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:21, 07:49](943 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:34, 04:03](913 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:01, 04:36](854 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:09, 06:09](896 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:28, 02:20](856 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [44:24, 42:37] -PASS -- TEST 'conus13km_control_intel' [06:02, 02:54](1103 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:45, 01:27](1058 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:46, 01:39](1028 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:17, 30:37] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:54, 05:26](907 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:07, 03:58] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:29, 05:55](1031 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:28, 05:53](1030 MB) -PASS -- TEST 'conus13km_debug_intel' [21:04, 18:26](1138 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:04, 18:35](881 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [12:53, 10:40](1082 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:57, 18:25](1202 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:07, 03:58] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:34, 06:03](1073 MB) - -PASS -- COMPILE 'hafsw_intel' [36:22, 34:45] -PASS -- TEST 'hafs_regional_atm_intel' [09:19, 06:56](717 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:30, 06:17](1089 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:45, 09:14](767 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [19:27, 16:50](799 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:54, 18:32](821 MB) -PASS -- TEST 'gnv1_nested_intel' [08:25, 05:40](773 MB) - -PASS -- COMPILE 'hafs_all_intel' [33:22, 31:33] -PASS -- TEST 'hafs_regional_docn_intel' [11:24, 08:33](763 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:29, 08:38](755 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:09, 08:06] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:17, 03:36](1048 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:18, 02:12](1032 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:17, 03:31](922 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:18, 03:34](927 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:17, 03:33](921 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:18, 03:36](1044 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:17, 03:48](1063 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:17, 03:31](941 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:08, 07:37](889 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:08, 07:45](839 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:14, 03:36](1060 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:18, 05:08](2393 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 05:02](2396 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:07, 03:00] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [10:21, 07:58](1013 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:08, 08:00] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 03:39](1077 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:06, 01:46] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:30, 01:33](225 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:26, 01:16](253 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:25, 00:48](251 MB) - -PASS -- COMPILE 'atml_intel' [36:21, 34:06] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [10:42, 08:05](1596 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [10:39, 08:03](1596 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:51, 04:17](866 MB) - -PASS -- COMPILE 'atmw_intel' [33:18, 32:05] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:38, 02:16](1611 MB) - -PASS -- COMPILE 'atmwm_intel' [32:21, 30:57] -PASS -- TEST 'control_atmwav_intel' [05:08, 02:12](609 MB) - -PASS -- COMPILE 'atmaero_intel' [32:18, 30:18] -PASS -- TEST 'atmaero_control_p8_intel' [08:33, 05:10](1703 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:28, 06:20](1735 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:12, 06:41](1736 MB) +PASS -- COMPILE 's2swa_32bit_intel' [48:28, 38:59] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:55, 06:48](1801 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [58:32, 48:37] +PASS -- TEST 'cpld_control_gfsv17_intel' [24:13, 20:35](1665 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:21, 22:11](1877 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:23, 10:20](990 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:43, 23:49](1634 MB) + +PASS -- COMPILE 's2swa_intel' [48:28, 38:59] +PASS -- TEST 'cpld_control_p8_intel' [10:32, 07:33](1829 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:57, 07:28](1829 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:44, 04:18](1710 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:32, 07:28](1840 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:40, 04:30](1731 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:19, 07:13](2263 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:19, 07:38](1824 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:41, 06:22](1776 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:51, 07:27](1831 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [16:47, 07:00](1791 MB) + +PASS -- COMPILE 's2sw_intel' [44:25, 35:42] +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:33, 05:54](1663 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:46, 05:47](1706 MB) + +PASS -- COMPILE 's2swa_debug_intel' [14:12, 05:18] +PASS -- TEST 'cpld_debug_p8_intel' [15:04, 10:34](1853 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:10, 05:00] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [13:40, 07:14](1675 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [40:22, 32:19] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:46, 05:40](1717 MB) + +PASS -- COMPILE 's2s_intel' [35:20, 33:11] +PASS -- TEST 'cpld_control_c48_intel' [15:14, 12:38](2794 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:46, 33:17] +PASS -- TEST 'cpld_control_p8_faster_intel' [12:26, 08:02](1828 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [54:30, 52:38] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:36, 20:48](1688 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:53, 10:30](1031 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:22, 24:18](1659 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:07, 05:02] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:58, 32:05](1681 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [36:22, 34:46] +PASS -- TEST 'control_flake_intel' [06:27, 04:26](645 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:31, 03:20](597 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:37, 03:50](599 MB) +PASS -- TEST 'control_latlon_intel' [05:28, 03:24](599 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:36, 03:26](596 MB) +PASS -- TEST 'control_c48_intel' [12:42, 10:09](838 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:44, 10:08](844 MB) +PASS -- TEST 'control_c192_intel' [15:00, 12:22](732 MB) +PASS -- TEST 'control_c384_intel' [18:56, 15:44](900 MB) +PASS -- TEST 'control_c384gdas_intel' [18:42, 13:47](1009 MB) +PASS -- TEST 'control_stochy_intel' [04:29, 02:18](600 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:26, 01:17](434 MB) +PASS -- TEST 'control_lndp_intel' [04:30, 02:10](602 MB) +PASS -- TEST 'control_iovr4_intel' [05:32, 03:22](598 MB) +PASS -- TEST 'control_iovr5_intel' [05:32, 03:24](598 MB) +PASS -- TEST 'control_p8_intel' [06:39, 04:00](1574 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:50, 03:58](1578 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:56, 03:53](1572 MB) +PASS -- TEST 'control_restart_p8_intel' [05:12, 02:14](809 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:44, 03:53](1575 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:14, 02:07](837 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:45, 04:07](1560 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:45, 03:43](1669 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:21, 07:01](1578 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:04, 05:11](1629 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:55, 04:04](1580 MB) +PASS -- TEST 'merra2_thompson_intel' [08:18, 04:40](1587 MB) +PASS -- TEST 'regional_control_intel' [10:08, 07:09](759 MB) +PASS -- TEST 'regional_restart_intel' [05:38, 03:46](934 MB) +PASS -- TEST 'regional_decomp_intel' [10:08, 07:27](755 MB) +PASS -- TEST 'regional_2threads_intel' [07:09, 04:23](756 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:04, 07:05](762 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:37, 07:00](762 MB) + +PASS -- COMPILE 'rrfs_intel' [34:20, 32:50] +PASS -- TEST 'rap_control_intel' [12:09, 10:00](990 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:10, 05:31](1215 MB) +PASS -- TEST 'rap_decomp_intel' [12:54, 10:35](980 MB) +PASS -- TEST 'rap_2threads_intel' [12:04, 09:32](1087 MB) +PASS -- TEST 'rap_restart_intel' [08:19, 05:10](990 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:23, 09:58](988 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:22, 10:32](985 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:03, 07:33](999 MB) +PASS -- TEST 'hrrr_control_intel' [07:58, 05:06](989 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:55, 05:19](981 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:26, 04:47](1058 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:32, 02:47](917 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:29, 09:50](984 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [14:32, 12:15](1945 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:32, 11:59](1935 MB) + +PASS -- COMPILE 'csawmg_intel' [33:18, 30:54] +PASS -- TEST 'control_csawmg_intel' [09:39, 08:04](689 MB) +PASS -- TEST 'control_csawmgt_intel' [09:39, 07:55](693 MB) +PASS -- TEST 'control_ras_intel' [06:27, 04:21](665 MB) + +PASS -- COMPILE 'wam_intel' [31:19, 29:42] +PASS -- TEST 'control_wam_intel' [04:21, 02:43](499 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [33:19, 31:26] +PASS -- TEST 'control_p8_faster_intel' [06:36, 03:31](1577 MB) +PASS -- TEST 'regional_control_faster_intel' [08:47, 06:37](762 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:07, 05:33] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:25, 03:22](758 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:33, 03:20](753 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:25, 03:45](760 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:24, 03:20](766 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:46, 05:17](812 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [07:46, 05:08](804 MB) +PASS -- TEST 'control_ras_debug_intel' [05:24, 03:26](767 MB) +PASS -- TEST 'control_diag_debug_intel' [05:32, 03:26](819 MB) +PASS -- TEST 'control_debug_p8_intel' [05:53, 03:34](1588 MB) +PASS -- TEST 'regional_debug_intel' [23:57, 21:37](778 MB) +PASS -- TEST 'rap_control_debug_intel' [08:27, 06:07](1153 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:26, 05:52](1150 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:24, 05:58](1152 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:25, 06:00](1147 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 05:59](1154 MB) +PASS -- TEST 'rap_diag_debug_intel' [11:38, 09:54](1231 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:24, 06:06](1147 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:23, 06:06](1152 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:25, 06:02](1150 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:26, 05:59](1150 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:27, 05:54](1146 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:26, 05:59](1151 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:37, 09:48](1142 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:27, 05:56](1146 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:29, 07:17](1150 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:27, 06:01](1149 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:29, 10:22](1157 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:07, 03:59] +PASS -- TEST 'control_wam_debug_intel' [08:20, 06:07](470 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [31:18, 29:42] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:51, 05:23](1082 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:49, 08:32](902 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:45, 04:42](864 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:49, 08:18](951 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:45, 04:17](904 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:45, 05:01](850 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:17, 06:11](896 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:47, 02:45](845 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [44:24, 42:50] +PASS -- TEST 'conus13km_control_intel' [05:06, 02:56](1100 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:40, 01:25](1049 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:40, 01:34](1025 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [32:20, 30:58] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:02, 05:25](906 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:09, 04:15] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:36, 05:56](1028 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:28, 05:54](1030 MB) +PASS -- TEST 'conus13km_debug_intel' [21:03, 18:35](1138 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:04, 18:38](848 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [13:34, 10:48](1086 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:56, 18:32](1225 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:07, 04:08] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:53, 06:23](1076 MB) + +PASS -- COMPILE 'hafsw_intel' [37:20, 35:30] +PASS -- TEST 'hafs_regional_atm_intel' [09:18, 07:01](715 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:30, 06:30](1092 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:38, 09:21](772 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [19:25, 16:19](802 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:46, 18:04](824 MB) +PASS -- TEST 'gnv1_nested_intel' [08:15, 05:43](772 MB) + +PASS -- COMPILE 'hafs_all_intel' [33:22, 32:03] +PASS -- TEST 'hafs_regional_docn_intel' [11:26, 08:31](763 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:30, 08:36](749 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:10, 08:22] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:38](1066 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 02:11](1033 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:18, 03:32](921 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:19, 03:33](924 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:18, 03:37](920 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 03:38](1058 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:39](1057 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:18, 03:28](922 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:12, 07:49](887 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:12, 07:46](844 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:15, 03:37](1051 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 05:02](2398 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 05:02](2405 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:07, 03:10] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:21, 07:56](1012 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:09, 07:52] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:20, 03:32](1080 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:07, 01:39] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:34, 01:34](229 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:26, 01:16](250 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:55](250 MB) + +PASS -- COMPILE 'atml_intel' [39:21, 37:37] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:41, 08:57](1599 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [11:43, 08:45](1608 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:49, 04:09](870 MB) + +PASS -- COMPILE 'atmw_intel' [33:19, 32:15] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:41, 02:20](1620 MB) + +PASS -- COMPILE 'atmwm_intel' [33:19, 31:17] +PASS -- TEST 'control_atmwav_intel' [05:15, 02:11](608 MB) + +PASS -- COMPILE 'atmaero_intel' [32:18, 30:42] +PASS -- TEST 'atmaero_control_p8_intel' [08:32, 05:09](1692 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:30, 06:21](1727 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:15, 06:43](1733 MB) SYNOPSIS: -Starting Date/Time: 20240326 15:42:51 -Ending Date/Time: 20240326 19:11:37 -Total Time: 03h:29m:25s +Starting Date/Time: 20240328 16:20:50 +Ending Date/Time: 20240328 20:03:36 +Total Time: 03h:43m:20s Compiles Completed: 33/33 Tests Completed: 161/161 From 17c097c59c63bbb51f27f99179c419549eece55e Mon Sep 17 00:00:00 2001 From: Jong Kim Date: Fri, 29 Mar 2024 01:38:04 +0000 Subject: [PATCH 14/18] add hera RT log: passed --- tests/2024-03-13.test_changes.list.txt | 0 tests/logs/RegressionTests_hera.log | 717 ++++++++++++------------- 2 files changed, 358 insertions(+), 359 deletions(-) delete mode 100644 tests/2024-03-13.test_changes.list.txt diff --git a/tests/2024-03-13.test_changes.list.txt b/tests/2024-03-13.test_changes.list.txt deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index cbc4be40d7..99f060fe8c 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -0a6b9489ca89719f3fab9fa759a07c60c4c91f78 +055b13ffbe0e49abbcf8d4e503ee617a8e78e5be Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,12 +9,12 @@ Submodule hashes used in testing: 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - bc6e0e36e6ee4f53238547fe08f2a1da2ac4a515 FV3 (remotes/origin/cloudPR) + 1ba84102cb814ec377efae92264fceb317c24398 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - dc248836f0cadf3120ea35210f4d3434beb77f0e MOM6-interface/MOM6 (ulm-10005-gdc248836f) + ab7bd14d209592d55490e75dbfaa61cb4a62df97 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10032-gab7bd14d2) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) - 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 WW3 (dev/unified_0.0.6-84-g8c7ec7b0) 7dc4d9ba48dea57f88f4f10091c8c2042105954e stochastic_physics (ufs-v2.0.0-210-g7dc4d9b) @@ -25,371 +25,370 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240315 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_2507836 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_2144886 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [13:00, 13:00] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:25, 05:35](3163 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:53, 12:52] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:26, 05:34](3194 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:13, 16:13] -PASS -- TEST 'cpld_control_gfsv17_intel' [17:43, 17:00](1737 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:39, 17:42](1994 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:56, 08:00](1092 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:55, 19:10](1637 MB) +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:09, 17:08] +PASS -- TEST 'cpld_control_gfsv17_intel' [18:03, 17:13](1761 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:00, 17:52](2025 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:08, 08:06](1125 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:04, 19:25](1658 MB) PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [04:41, 04:41] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:37, 22:53](1664 MB) - -PASS -- COMPILE 's2swa_intel' [12:59, 12:59] -PASS -- TEST 'cpld_control_p8_intel' [06:39, 05:51](3185 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:42, 05:51](3191 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:24, 03:23](3229 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:40, 05:52](3213 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:22, 03:24](3254 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [06:23, 05:31](3533 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:41, 05:50](3192 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:38, 04:48](3045 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:56, 06:01](3203 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:05, 11:27](3267 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:17, 07:04](3541 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:32, 10:10](4046 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:26, 06:02](4348 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:57, 05:56](3151 MB) - -PASS -- COMPILE 's2sw_intel' [12:17, 12:17] -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:50, 04:58](1716 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:11, 04:21](1758 MB) - -PASS -- COMPILE 's2swa_debug_intel' [04:39, 04:39] -PASS -- TEST 'cpld_debug_p8_intel' [09:23, 08:27](3192 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:21, 04:20] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:57, 10:08](1722 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:27, 11:27] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:19, 04:26](1771 MB) - -PASS -- COMPILE 's2s_intel' [11:44, 11:44] -PASS -- TEST 'cpld_control_c48_intel' [10:06, 09:35](2786 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:11, 18:11] -PASS -- TEST 'cpld_control_p8_faster_intel' [06:17, 05:25](3189 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:35, 15:35] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:24, 17:38](1767 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:03, 08:05](1143 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:26, 19:38](1657 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:22, 04:21] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:58, 25:12](1677 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:21, 11:21] -PASS -- TEST 'control_flake_intel' [03:31, 03:20](686 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:39, 02:25](631 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:51, 02:34](642 MB) -PASS -- TEST 'control_latlon_intel' [02:46, 02:33](642 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:50, 02:32](641 MB) -PASS -- TEST 'control_c48_intel' [06:40, 06:26](862 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:38, 06:24](859 MB) -PASS -- TEST 'control_c192_intel' [09:41, 09:14](837 MB) -PASS -- TEST 'control_c384_intel' [10:18, 09:11](1278 MB) -PASS -- TEST 'control_c384gdas_intel' [10:17, 08:00](1375 MB) -PASS -- TEST 'control_stochy_intel' [01:52, 01:39](642 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:15, 00:59](481 MB) -PASS -- TEST 'control_lndp_intel' [01:45, 01:33](648 MB) -PASS -- TEST 'control_iovr4_intel' [02:43, 02:28](632 MB) -PASS -- TEST 'control_iovr5_intel' [02:42, 02:28](633 MB) -PASS -- TEST 'control_p8_intel' [03:48, 03:01](1604 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:45, 02:57](1618 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:40, 02:53](1616 MB) -PASS -- TEST 'control_restart_p8_intel' [02:12, 01:36](873 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:34, 02:56](1597 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:13, 01:35](910 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:40, 03:03](1598 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:26, 02:49](1702 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:55, 05:20](1583 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:37, 03:56](1678 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:41, 02:59](1622 MB) -PASS -- TEST 'merra2_thompson_intel' [04:07, 03:28](1627 MB) -PASS -- TEST 'regional_control_intel' [05:37, 05:12](835 MB) -PASS -- TEST 'regional_restart_intel' [03:13, 02:44](1011 MB) -PASS -- TEST 'regional_decomp_intel' [05:59, 05:32](826 MB) -PASS -- TEST 'regional_2threads_intel' [03:44, 03:16](831 MB) -PASS -- TEST 'regional_noquilt_intel' [05:37, 05:10](1338 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:39, 05:12](833 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:41, 05:13](833 MB) -PASS -- TEST 'regional_wofs_intel' [07:14, 06:47](1898 MB) - -PASS -- COMPILE 'rrfs_intel' [10:50, 10:50] -PASS -- TEST 'rap_control_intel' [08:19, 07:45](1091 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:51, 04:07](1276 MB) -PASS -- TEST 'rap_decomp_intel' [08:37, 08:13](1020 MB) -PASS -- TEST 'rap_2threads_intel' [07:53, 07:18](1166 MB) -PASS -- TEST 'rap_restart_intel' [04:35, 04:03](1086 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:14, 07:44](1081 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:34, 08:09](1024 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:23, 05:49](1115 MB) -PASS -- TEST 'hrrr_control_intel' [04:26, 04:00](999 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:37, 04:14](990 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:03, 03:39](1089 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:42, 02:22](960 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:11, 07:41](1078 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:30, 09:12](1966 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:21, 09:03](2054 MB) - -PASS -- COMPILE 'csawmg_intel' [10:28, 10:28] -PASS -- TEST 'control_csawmg_intel' [06:28, 06:02](734 MB) -PASS -- TEST 'control_csawmgt_intel' [06:22, 05:56](748 MB) -PASS -- TEST 'control_ras_intel' [03:30, 03:18](700 MB) - -PASS -- COMPILE 'csawmg_gnu' [03:56, 03:55] -PASS -- TEST 'control_csawmg_gnu' [08:36, 08:06](535 MB) -PASS -- TEST 'control_csawmgt_gnu' [08:42, 08:15](532 MB) - -PASS -- COMPILE 'wam_intel' [10:24, 10:23] -PASS -- TEST 'control_wam_intel' [02:28, 02:17](618 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:43, 10:42] -PASS -- TEST 'control_p8_faster_intel' [04:00, 03:17](1621 MB) -PASS -- TEST 'regional_control_faster_intel' [05:19, 04:48](830 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:04, 05:03] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:08, 02:52](758 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:56, 02:39](780 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:15, 03:03](786 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:59, 02:45](784 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:40, 04:10](835 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [04:58, 04:27](805 MB) -PASS -- TEST 'control_ras_debug_intel' [03:06, 02:54](770 MB) -PASS -- TEST 'control_diag_debug_intel' [03:10, 02:50](839 MB) -PASS -- TEST 'control_debug_p8_intel' [03:32, 03:01](1622 MB) -PASS -- TEST 'regional_debug_intel' [18:18, 17:45](794 MB) -PASS -- TEST 'rap_control_debug_intel' [05:11, 04:56](1165 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:54, 04:42](1170 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:02, 04:52](1176 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:15, 05:01](1172 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:08, 04:56](1176 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:37, 05:14](1255 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:12, 05:01](1172 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:20, 05:07](1176 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:13, 04:54](1170 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:13, 04:58](1174 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:16, 04:56](1174 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:13, 04:58](1179 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 08:07](1172 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:09, 04:55](1167 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:05, 05:48](1180 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:09, 04:52](1174 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:50, 08:19](1180 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [02:49, 02:48] -PASS -- TEST 'control_csawmg_debug_gnu' [02:36, 02:09](508 MB) -PASS -- TEST 'control_csawmgt_debug_gnu' [02:43, 02:08](509 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:43, 03:42] -PASS -- TEST 'control_wam_debug_intel' [05:15, 05:03](465 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 10:09] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:43, 03:56](1151 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:55, 06:25](1036 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:05, 03:41](954 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:30, 06:06](1077 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:29, 03:08](952 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:03, 03:36](921 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:23, 04:51](1018 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:08, 01:50](909 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:17, 12:16] -PASS -- TEST 'conus13km_control_intel' [02:57, 02:03](1183 MB) -PASS -- TEST 'conus13km_2threads_intel' [01:32, 00:52](1101 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:45, 01:14](1093 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:19, 10:18] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:40, 04:09](964 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:31, 03:30] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:06, 04:53](1051 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:54, 04:42](1049 MB) -PASS -- TEST 'conus13km_debug_intel' [15:05, 14:28](1180 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:03, 14:22](899 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:35, 07:58](1098 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:32, 14:52](1223 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:37, 03:37] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:09, 04:54](1094 MB) - -PASS -- COMPILE 'hafsw_intel' [11:52, 11:51] -PASS -- TEST 'hafs_regional_atm_intel' [06:02, 05:05](730 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:08, 05:49](1063 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:55, 06:48](819 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:28, 13:28](853 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:24, 15:15](875 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:11, 05:26](483 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:01, 06:45](499 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:04, 03:30](358 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:47, 07:06](462 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:12, 03:39](510 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:13, 03:29](512 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:35, 04:00](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:34, 01:11](384 MB) -PASS -- TEST 'gnv1_nested_intel' [04:39, 04:03](784 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [03:51, 03:50] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:24, 12:38](536 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:10, 12:09] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:45, 08:57](617 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:28, 08:37](692 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:19, 12:18] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:28, 06:35](715 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:17, 11:16] -PASS -- TEST 'hafs_regional_docn_intel' [07:13, 06:12](823 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:22, 06:25](799 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:55, 16:17](1209 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:07, 06:06] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:50, 02:42](1137 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:50, 01:40](1091 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:37, 02:30](1002 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:48, 02:39](1022 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:47, 02:39](1002 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:52, 02:44](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:48, 02:41](1131 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:42, 02:34](1009 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:50, 05:48](1053 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:16, 06:14](1035 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:49, 02:42](1128 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:02, 03:53](2436 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:02, 03:53](2435 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:05, 03:05] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:25, 06:16](1068 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:05, 06:05] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:50, 02:42](1150 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:09, 01:08] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:01, 00:43](263 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:00, 00:45](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:46, 00:31](322 MB) - -PASS -- COMPILE 'atml_intel' [11:54, 11:53] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:17, 04:23](1581 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [05:09, 04:17](1615 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [02:51, 02:15](877 MB) - -PASS -- COMPILE 'atmw_intel' [11:05, 11:04] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:23, 01:45](1669 MB) - -PASS -- COMPILE 'atmwm_intel' [11:01, 11:00] -PASS -- TEST 'control_atmwav_intel' [02:03, 01:41](669 MB) - -PASS -- COMPILE 'atmaero_intel' [11:18, 11:18] -PASS -- TEST 'atmaero_control_p8_intel' [04:51, 04:02](3012 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:43, 04:53](3064 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:44, 05:12](3101 MB) - -PASS -- COMPILE 'atmaq_intel' [10:21, 10:20] - -PASS -- COMPILE 'atmaq_debug_intel' [03:46, 03:46] -PASS -- TEST 'regional_atmaq_debug_intel' [27:51, 26:14](4435 MB) - -PASS -- COMPILE 'atm_gnu' [03:49, 03:48] -PASS -- TEST 'control_c48_gnu' [10:56, 10:41](751 MB) -PASS -- TEST 'control_stochy_gnu' [03:33, 03:22](493 MB) -PASS -- TEST 'control_ras_gnu' [05:00, 04:48](505 MB) -PASS -- TEST 'control_p8_gnu' [05:21, 04:37](1255 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:12, 04:31](1255 MB) -PASS -- TEST 'control_flake_gnu' [10:43, 10:31](537 MB) - -PASS -- COMPILE 'rrfs_gnu' [03:47, 03:46] -PASS -- TEST 'rap_control_gnu' [11:18, 10:50](847 MB) -PASS -- TEST 'rap_decomp_gnu' [11:06, 10:43](848 MB) -PASS -- TEST 'rap_2threads_gnu' [10:10, 09:41](924 MB) -PASS -- TEST 'rap_restart_gnu' [05:50, 05:23](577 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [11:15, 10:43](842 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:30, 11:03](851 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:24, 08:00](573 MB) -PASS -- TEST 'hrrr_control_gnu' [05:50, 05:26](845 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:53, 05:32](827 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:28, 05:01](925 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:57, 05:34](833 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:05, 02:49](561 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:08, 02:52](653 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [10:51, 10:22](853 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:38, 03:37] -PASS -- TEST 'control_diag_debug_gnu' [01:58, 01:36](534 MB) -PASS -- TEST 'regional_debug_gnu' [11:37, 11:00](547 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:50, 02:34](852 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:48, 02:33](851 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:46, 02:35](852 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:46, 02:35](854 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:16, 02:52](933 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:13, 04:00](851 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:49, 02:36](849 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:45, 02:32](846 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:45, 01:33](480 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:49, 01:39](475 MB) -PASS -- TEST 'control_debug_p8_gnu' [02:11, 01:39](1235 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:49, 02:36](855 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:01, 02:48](848 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:41, 04:17](839 MB) - -PASS -- COMPILE 'wam_debug_gnu' [01:53, 01:52] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:47, 03:46] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:47, 09:22](698 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:18, 04:58](706 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:59, 08:39](748 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:56, 04:35](743 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:24, 05:05](707 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:22, 06:57](550 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:44, 02:31](526 MB) -PASS -- TEST 'conus13km_control_gnu' [03:56, 03:11](869 MB) -PASS -- TEST 'conus13km_2threads_gnu' [06:21, 05:53](873 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:17, 01:49](565 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:21, 05:20] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:13, 05:44](738 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:52, 03:51] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:45, 02:33](701 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:40, 02:28](706 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:36, 07:06](875 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:30, 06:57](568 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [08:01, 07:35](873 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:27, 06:57](941 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:47, 03:46] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:42, 02:30](721 MB) - -PASS -- COMPILE 's2swa_gnu' [14:51, 14:51] - -PASS -- COMPILE 's2s_gnu' [14:28, 14:27] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:30, 07:36](1343 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [02:37, 02:36] - -PASS -- COMPILE 's2sw_pdlib_gnu' [14:25, 14:24] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:57, 22:07](1310 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:21, 02:20] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:32, 12:51](1305 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [13:59, 13:58] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:10, 03:04](691 MB) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:43, 22:49](1703 MB) + +PASS -- COMPILE 's2swa_intel' [12:57, 12:56] +PASS -- TEST 'cpld_control_p8_intel' [06:38, 05:47](3227 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:45, 05:47](3226 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:23, 04:05](3260 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [06:45, 05:47](3251 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:53, 03:41](3281 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [06:29, 05:31](3556 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:44, 05:48](3221 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [05:35, 04:46](3067 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:56, 05:51](3202 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [11:55, 10:18](3353 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:30, 06:15](3620 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [15:34, 10:04](4117 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:26, 06:06](4352 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:15, 05:25](3197 MB) + +PASS -- COMPILE 's2sw_intel' [12:17, 12:16] +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:34, 04:45](1727 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:19, 04:18](1786 MB) + +PASS -- COMPILE 's2swa_debug_intel' [04:34, 04:33] +PASS -- TEST 'cpld_debug_p8_intel' [09:16, 08:20](3262 MB) + +PASS -- COMPILE 's2sw_debug_intel' [04:13, 04:13] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:30, 05:44](1768 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:49, 11:48] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:47, 05:46](1789 MB) + +PASS -- COMPILE 's2s_intel' [11:23, 11:22] +PASS -- TEST 'cpld_control_c48_intel' [10:02, 09:27](2818 MB) + +PASS -- COMPILE 's2swa_faster_intel' [16:47, 16:46] +PASS -- TEST 'cpld_control_p8_faster_intel' [06:28, 05:36](3202 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:37, 15:36] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:15, 17:24](1745 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:04, 08:04](1181 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:43, 19:49](1679 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:17, 04:17] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:36, 25:52](1671 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 11:10] +PASS -- TEST 'control_flake_intel' [03:43, 03:31](709 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [02:54, 02:33](660 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:49, 02:31](661 MB) +PASS -- TEST 'control_latlon_intel' [02:42, 02:30](661 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:05, 02:46](661 MB) +PASS -- TEST 'control_c48_intel' [06:51, 06:36](876 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:37, 06:24](875 MB) +PASS -- TEST 'control_c192_intel' [09:35, 09:10](858 MB) +PASS -- TEST 'control_c384_intel' [10:09, 09:03](1301 MB) +PASS -- TEST 'control_c384gdas_intel' [10:18, 08:05](1376 MB) +PASS -- TEST 'control_stochy_intel' [01:52, 01:40](660 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:15, 00:59](500 MB) +PASS -- TEST 'control_lndp_intel' [01:47, 01:34](663 MB) +PASS -- TEST 'control_iovr4_intel' [02:39, 02:27](656 MB) +PASS -- TEST 'control_iovr5_intel' [02:45, 02:27](663 MB) +PASS -- TEST 'control_p8_intel' [03:43, 03:01](1603 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:41, 02:56](1636 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:38, 02:56](1608 MB) +PASS -- TEST 'control_restart_p8_intel' [02:12, 01:38](895 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:36, 02:59](1620 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:17, 01:37](937 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:34, 03:00](1624 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:16, 02:42](1718 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:48, 05:14](1624 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:40, 04:01](1693 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:39, 02:59](1639 MB) +PASS -- TEST 'merra2_thompson_intel' [04:07, 03:28](1648 MB) +PASS -- TEST 'regional_control_intel' [05:36, 05:10](847 MB) +PASS -- TEST 'regional_restart_intel' [03:16, 02:45](1019 MB) +PASS -- TEST 'regional_decomp_intel' [05:54, 05:27](853 MB) +PASS -- TEST 'regional_2threads_intel' [03:39, 03:13](847 MB) +PASS -- TEST 'regional_noquilt_intel' [05:34, 05:10](1358 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:40, 05:11](853 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:34, 05:06](852 MB) +PASS -- TEST 'regional_wofs_intel' [07:09, 06:40](1913 MB) + +PASS -- COMPILE 'rrfs_intel' [10:52, 10:51] +PASS -- TEST 'rap_control_intel' [08:12, 07:43](1104 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:58, 04:10](1281 MB) +PASS -- TEST 'rap_decomp_intel' [08:40, 08:12](1041 MB) +PASS -- TEST 'rap_2threads_intel' [07:50, 07:22](1181 MB) +PASS -- TEST 'rap_restart_intel' [04:54, 04:11](1118 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:22, 07:49](1112 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:53, 09:28](1040 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:16, 05:48](1135 MB) +PASS -- TEST 'hrrr_control_intel' [04:38, 04:00](1045 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:44, 04:11](1036 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:03, 03:38](1112 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:52, 02:28](1005 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:16, 07:43](1101 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:41, 09:25](1987 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:15, 08:58](2076 MB) + +PASS -- COMPILE 'csawmg_intel' [10:18, 10:17] +PASS -- TEST 'control_csawmg_intel' [06:33, 06:07](756 MB) +PASS -- TEST 'control_csawmgt_intel' [06:44, 06:12](758 MB) +PASS -- TEST 'control_ras_intel' [03:37, 03:20](742 MB) + +PASS -- COMPILE 'csawmg_gnu' [03:35, 03:35] +PASS -- TEST 'control_csawmg_gnu' [08:56, 08:27](548 MB) +PASS -- TEST 'control_csawmgt_gnu' [08:50, 08:23](542 MB) + +PASS -- COMPILE 'wam_intel' [09:54, 09:53] +PASS -- TEST 'control_wam_intel' [02:26, 02:08](660 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:45, 10:44] +PASS -- TEST 'control_p8_faster_intel' [03:39, 02:47](1634 MB) +PASS -- TEST 'regional_control_faster_intel' [05:50, 05:16](853 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [04:45, 04:44] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:12, 02:56](815 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:01, 02:44](820 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:16, 03:05](820 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:53, 03:39](820 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:31, 04:06](861 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [04:51, 04:20](842 MB) +PASS -- TEST 'control_ras_debug_intel' [02:54, 02:45](828 MB) +PASS -- TEST 'control_diag_debug_intel' [03:10, 02:51](875 MB) +PASS -- TEST 'control_debug_p8_intel' [03:23, 02:54](1633 MB) +PASS -- TEST 'regional_debug_intel' [17:25, 16:58](843 MB) +PASS -- TEST 'rap_control_debug_intel' [05:03, 04:48](1208 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:00, 04:48](1205 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:06, 08:56](1206 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:05, 04:55](1211 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:12, 04:59](1208 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:46, 05:21](1265 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:22, 05:08](1203 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 05:08](1180 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:14, 04:57](1204 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:07, 04:53](1205 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:03, 04:50](1204 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:11, 04:55](1204 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:07, 07:52](1204 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:02, 04:49](1201 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:04, 05:49](1213 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:10, 04:56](1209 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:52, 08:27](1214 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [02:36, 02:36] +PASS -- TEST 'control_csawmg_debug_gnu' [02:39, 02:14](534 MB) +PASS -- TEST 'control_csawmgt_debug_gnu' [02:40, 02:14](530 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:16, 03:16] +PASS -- TEST 'control_wam_debug_intel' [05:11, 05:01](511 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:21, 10:20] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:36, 03:53](1166 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:49, 06:24](1052 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:43, 03:23](990 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:26, 06:05](1110 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:30, 03:07](971 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:53, 03:34](929 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:30, 04:56](1007 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:08, 01:50](940 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:37, 12:37] +PASS -- TEST 'conus13km_control_intel' [02:42, 02:04](1203 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:25, 00:53](1120 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:52, 01:20](1110 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:08, 10:07] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:42, 04:12](987 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:40, 03:39] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:56, 04:44](1090 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:56, 04:43](1082 MB) +PASS -- TEST 'conus13km_debug_intel' [15:20, 14:49](1238 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:02, 14:27](928 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:38, 08:03](1156 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:06, 14:34](1298 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:45, 03:45] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 05:08](1128 MB) + +PASS -- COMPILE 'hafsw_intel' [11:30, 11:30] +PASS -- TEST 'hafs_regional_atm_intel' [05:56, 04:53](730 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:10, 05:55](1123 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:54, 06:52](834 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:28, 13:29](867 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:23, 15:19](880 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:09, 05:27](505 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:50, 06:47](538 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:06, 02:39](374 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:39, 07:04](473 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:11, 03:41](533 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:00, 03:26](529 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:39, 04:01](587 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:29, 01:13](407 MB) +PASS -- TEST 'gnv1_nested_intel' [04:37, 04:07](803 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [03:57, 03:57] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:18, 12:37](582 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:57, 11:57] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:38, 08:53](626 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:28, 08:44](744 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:01, 12:00] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:12, 06:25](701 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:24, 11:24] +PASS -- TEST 'hafs_regional_docn_intel' [07:10, 06:16](832 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:21, 06:24](811 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:37, 16:00](1214 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:09, 06:09] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:48, 02:40](1147 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:45, 01:38](1104 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:39, 02:33](1032 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:47, 02:39](1021 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:40, 02:34](1019 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:48, 02:42](1147 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:47, 02:42](1140 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:38, 02:33](1018 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:08, 06:08](1056 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:07, 07:57](1041 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:17, 03:11](1149 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:17, 04:10](2482 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:05, 03:56](2436 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:20, 03:19] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:23, 06:16](1083 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:00, 06:00] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:56, 02:44](1154 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:27, 01:27] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:03, 00:46](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [00:57, 00:45](323 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:44, 00:31](323 MB) + +PASS -- COMPILE 'atml_intel' [11:48, 11:48] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [05:02, 04:20](1594 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [05:08, 04:21](1610 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [02:55, 02:19](907 MB) + +PASS -- COMPILE 'atmw_intel' [10:50, 10:50] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:26, 01:46](1677 MB) + +PASS -- COMPILE 'atmwm_intel' [11:01, 11:01] +PASS -- TEST 'control_atmwav_intel' [02:05, 01:44](671 MB) + +PASS -- COMPILE 'atmaero_intel' [10:35, 10:34] +PASS -- TEST 'atmaero_control_p8_intel' [04:49, 04:05](3026 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:54, 05:06](3093 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:47, 05:11](3131 MB) + +PASS -- COMPILE 'atmaq_intel' [10:29, 10:29] + +PASS -- COMPILE 'atmaq_debug_intel' [03:38, 03:37] +PASS -- TEST 'regional_atmaq_debug_intel' [28:27, 26:45](4445 MB) + +PASS -- COMPILE 'atm_gnu' [03:39, 03:38] +PASS -- TEST 'control_c48_gnu' [11:00, 10:48](763 MB) +PASS -- TEST 'control_stochy_gnu' [03:37, 03:25](506 MB) +PASS -- TEST 'control_ras_gnu' [04:59, 04:48](517 MB) +PASS -- TEST 'control_p8_gnu' [05:34, 04:41](1267 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:23, 04:40](1269 MB) +PASS -- TEST 'control_flake_gnu' [11:36, 11:25](549 MB) + +PASS -- COMPILE 'rrfs_gnu' [03:42, 03:41] +PASS -- TEST 'rap_control_gnu' [14:03, 13:37](859 MB) +PASS -- TEST 'rap_decomp_gnu' [11:08, 10:44](860 MB) +PASS -- TEST 'rap_2threads_gnu' [10:32, 09:58](940 MB) +PASS -- TEST 'rap_restart_gnu' [06:13, 05:38](584 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:28, 10:59](857 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:21, 10:51](859 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [08:23, 07:53](592 MB) +PASS -- TEST 'hrrr_control_gnu' [06:02, 05:35](858 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:06, 05:41](844 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:37, 05:12](930 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:03, 05:39](861 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:09, 02:52](571 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:12, 02:49](664 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:21, 10:48](851 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [03:35, 03:35] +PASS -- TEST 'control_diag_debug_gnu' [02:10, 01:46](550 MB) +PASS -- TEST 'regional_debug_gnu' [11:57, 11:28](562 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:01, 02:45](875 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:48, 02:36](866 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:51, 02:40](873 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:46, 02:37](872 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:20, 02:53](951 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 04:05](870 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:51, 02:38](868 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:49, 02:35](865 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:50, 01:39](509 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:54, 02:45](498 MB) +PASS -- TEST 'control_debug_p8_gnu' [02:09, 01:40](1254 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:56, 02:43](866 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:08, 02:54](874 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [07:31, 07:05](871 MB) + +PASS -- COMPILE 'wam_debug_gnu' [01:55, 01:54] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [03:44, 03:44] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [10:05, 09:35](710 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:30, 05:03](715 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [12:03, 11:39](762 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:06, 04:44](755 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:29, 05:06](713 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:31, 07:04](562 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:52, 02:34](547 MB) +PASS -- TEST 'conus13km_control_gnu' [04:00, 03:20](886 MB) +PASS -- TEST 'conus13km_2threads_gnu' [06:14, 05:43](884 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:24, 01:52](565 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [05:34, 05:34] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:19, 05:47](740 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [03:45, 03:45] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:56, 02:41](728 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:51, 02:38](722 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:31, 06:55](904 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:32, 06:58](591 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [08:20, 07:45](908 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:51, 07:15](970 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [03:52, 03:52] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:53, 02:39](745 MB) + +PASS -- COMPILE 's2swa_gnu' [14:41, 14:41] + +PASS -- COMPILE 's2s_gnu' [14:25, 14:25] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:01, 11:05](1356 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [02:43, 02:42] + +PASS -- COMPILE 's2sw_pdlib_gnu' [14:29, 14:29] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [22:38, 21:49](1328 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [02:28, 02:27] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:32, 12:46](1318 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:11, 14:10] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:10, 03:02](705 MB) SYNOPSIS: -Starting Date/Time: 20240326 15:42:19 -Ending Date/Time: 20240326 17:59:30 -Total Time: 02h:17m:58s +Starting Date/Time: 20240328 17:37:37 +Ending Date/Time: 20240328 22:10:57 +Total Time: 04h:33m:53s Compiles Completed: 55/55 Tests Completed: 244/244 From 2d627d5830d35599561638f18c5496dcf867e4ab Mon Sep 17 00:00:00 2001 From: zach1221 Date: Fri, 29 Mar 2024 15:46:44 +0000 Subject: [PATCH 15/18] add control_p8 ORT logs: passed --- tests/logs/OpnReqTests_control_p8_hera.log | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index ad867c6e92..d8bfc5e08c 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Tue Mar 26 16:22:58 UTC 2024 +Thu Mar 28 15:57:29 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3765727/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1301478/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 273.805616 - 0: The maximum resident set size (KB) = 1258976 + 0: The total amount of wall time = 272.712165 + 0: The maximum resident set size (KB) = 1267880 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3765727/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1301478/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 952.201032 - 0: The maximum resident set size (KB) = 1237956 + 0: The total amount of wall time = 976.383245 + 0: The maximum resident set size (KB) = 1259420 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3765727/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1301478/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 242.017304 - 0: The maximum resident set size (KB) = 1230120 + 0: The total amount of wall time = 244.611359 + 0: The maximum resident set size (KB) = 1246672 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3765727/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1301478/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 236.990247 - 0: The maximum resident set size (KB) = 1230212 + 0: The total amount of wall time = 240.307501 + 0: The maximum resident set size (KB) = 1240192 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3765727/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1301478/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 236.183608 - 0: The maximum resident set size (KB) = 1242204 + 0: The total amount of wall time = 244.559360 + 0: The maximum resident set size (KB) = 1249316 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3765727/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1301478/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 239.119350 - 0: The maximum resident set size (KB) = 1231424 + 0: The total amount of wall time = 241.325911 + 0: The maximum resident set size (KB) = 1245732 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3765727/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1301478/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 239.894578 - 0: The maximum resident set size (KB) = 1240384 + 0: The total amount of wall time = 243.431160 + 0: The maximum resident set size (KB) = 1246648 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Mar 26 17:56:35 UTC 2024 -Elapsed time: 01h:33m:38s. Have a nice day! +Thu Mar 28 17:55:09 UTC 2024 +Elapsed time: 01h:57m:40s. Have a nice day! From cf2b8bd6f57516df54e3df76107ebdebf1fe513d Mon Sep 17 00:00:00 2001 From: zach1221 Date: Fri, 29 Mar 2024 15:47:19 +0000 Subject: [PATCH 16/18] add regional_control ORT logs: passed --- .../OpnReqTests_regional_control_hera.log | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index c850e901e5..0b84461381 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue Mar 26 20:13:13 UTC 2024 +Thu Mar 28 20:48:12 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_887520/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3525418/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -14,14 +14,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2158.268024 - 0: The maximum resident set size (KB) = 543636 + 0: The total amount of wall time = 2226.184948 + 0: The maximum resident set size (KB) = 556332 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_887520/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3525418/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -33,14 +33,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 2133.860924 - 0: The maximum resident set size (KB) = 549544 + 0: The total amount of wall time = 2159.090793 + 0: The maximum resident set size (KB) = 555116 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_887520/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_3525418/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -51,11 +51,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 2127.082224 - 0: The maximum resident set size (KB) = 542244 + 0: The total amount of wall time = 2233.120288 + 0: The maximum resident set size (KB) = 555128 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Tue Mar 26 22:12:01 UTC 2024 -Elapsed time: 01h:58m:49s. Have a nice day! +Thu Mar 28 22:58:00 UTC 2024 +Elapsed time: 02h:09m:48s. Have a nice day! From 5e6fdbb25f3c666ae6f8ef6652bc2737989986f0 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Fri, 29 Mar 2024 17:16:10 +0000 Subject: [PATCH 17/18] add cpld_control_gnu ORT logs: passed --- ...sts_cpld_control_nowave_noaero_p8_hera.log | 146 +++++++++--------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 09ce2852a0..1b7f6539f6 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,77 +1,79 @@ -Tue Mar 26 22:12:47 UTC 2024 +Fri Mar 29 15:59:03 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1890279/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... - Moving sfcf021.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf021.tile1.nc - Moving sfcf021.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf021.tile2.nc - Moving sfcf021.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf021.tile3.nc - Moving sfcf021.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf021.tile4.nc - Moving sfcf021.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf021.tile5.nc - Moving sfcf021.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf021.tile6.nc - Moving atmf021.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf021.tile1.nc - Moving atmf021.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf021.tile2.nc - Moving atmf021.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf021.tile3.nc - Moving atmf021.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf021.tile4.nc - Moving atmf021.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf021.tile5.nc - Moving atmf021.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf021.tile6.nc - Moving sfcf024.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf024.tile1.nc - Moving sfcf024.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf024.tile2.nc - Moving sfcf024.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf024.tile3.nc - Moving sfcf024.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf024.tile4.nc - Moving sfcf024.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf024.tile5.nc - Moving sfcf024.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/sfcf024.tile6.nc - Moving atmf024.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf024.tile1.nc - Moving atmf024.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf024.tile2.nc - Moving atmf024.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf024.tile3.nc - Moving atmf024.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf024.tile4.nc - Moving atmf024.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf024.tile5.nc - Moving atmf024.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/atmf024.tile6.nc - Moving RESTART/20210323.060000.coupler.res .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.coupler.res - Moving RESTART/20210323.060000.fv_core.res.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.nc - Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile1.nc - Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile2.nc - Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile3.nc - Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile4.nc - Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile5.nc - Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_core.res.tile6.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc - Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile1.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile2.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile3.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile4.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile5.nc - Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.fv_tracer.res.tile6.nc - Moving RESTART/20210323.060000.phy_data.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile1.nc - Moving RESTART/20210323.060000.phy_data.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile2.nc - Moving RESTART/20210323.060000.phy_data.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile3.nc - Moving RESTART/20210323.060000.phy_data.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile4.nc - Moving RESTART/20210323.060000.phy_data.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile5.nc - Moving RESTART/20210323.060000.phy_data.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.phy_data.tile6.nc - Moving RESTART/20210323.060000.sfc_data.tile1.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile1.nc - Moving RESTART/20210323.060000.sfc_data.tile2.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile2.nc - Moving RESTART/20210323.060000.sfc_data.tile3.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile3.nc - Moving RESTART/20210323.060000.sfc_data.tile4.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile4.nc - Moving RESTART/20210323.060000.sfc_data.tile5.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile5.nc - Moving RESTART/20210323.060000.sfc_data.tile6.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.sfc_data.tile6.nc - Moving RESTART/20210323.060000.MOM.res.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/20210323.060000.MOM.res.nc - Moving RESTART/iced.2021-03-23-21600.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/iced.2021-03-23-21600.nc - Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........NOT OK. Missing /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/dbg_base_dbg_base/RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/20210323.060000.coupler.res .........OK + Moving RESTART/20210323.060000.fv_core.res.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_core.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK + Moving RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile1.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile2.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile3.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile4.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile5.nc .........OK + Moving RESTART/20210323.060000.phy_data.tile6.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile1.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile2.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile3.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile4.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK + Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK + Moving RESTART/20210323.060000.MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + 0: The total amount of wall time = 1521.977133 + 0: The maximum resident set size (KB) = 1364132 -Test dbg_base FAIL +Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1890279/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -133,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 388.843974 - 0: The maximum resident set size (KB) = 1344020 + 0: The total amount of wall time = 377.430537 + 0: The maximum resident set size (KB) = 1358388 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1241976/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_1890279/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -203,13 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 628.835447 - 0: The maximum resident set size (KB) = 1344928 + 0: The total amount of wall time = 672.561875 + 0: The maximum resident set size (KB) = 1359300 Test std_base PASS -FAILED TESTS: -Test dbg_base failed in check_result failed -OPERATION REQUIREMENT TEST FAILED -Wed Mar 27 00:59:11 UTC 2024 -Elapsed time: 02h:46m:25s. Have a nice day! +OPERATION REQUIREMENT TEST WAS SUCCESSFUL +Fri Mar 29 17:09:20 UTC 2024 +Elapsed time: 01h:10m:18s. Have a nice day! From b2165c382ede421cc904e5c701722945d240dcc1 Mon Sep 17 00:00:00 2001 From: Jong Kim Date: Fri, 29 Mar 2024 18:40:56 +0000 Subject: [PATCH 18/18] update ww3 hash and revert change in gitmodules --- .gitmodules | 6 ++---- WW3 | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index d499bfbcb6..a3775fc12d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,10 +4,8 @@ branch = develop [submodule "WW3"] path = WW3 - #url = https://github.com/NOAA-EMC/WW3 - #branch = dev/ufs-weather-model - url = https://github.com/ESCOMP/WW3 - branch = sync-dev/unified + url = https://github.com/NOAA-EMC/WW3 + branch = dev/ufs-weather-model [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/NOAA-PSL/stochastic_physics diff --git a/WW3 b/WW3 index 8c7ec7b023..d9b3172f41 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 8c7ec7b023ef9fdafc0b9b2394438fdaf983af40 +Subproject commit d9b3172f4197c65d471662c6952a668152d71230