From ac7723133fe093eef39d70dabb27653ea35af853 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Thu, 8 Aug 2024 18:45:59 -0400 Subject: [PATCH 01/15] add changes to test uwm w/ coastal changes --- .gitmodules | 6 ++- CMakeLists.txt | 7 +++- WW3 | 2 +- tests/default_vars.sh | 3 ++ tests/parm/fd_ufs.yaml | 84 +++++++++++++++++++++++++++++--------- tests/parm/ww3_shel.nml.IN | 1 + 6 files changed, 79 insertions(+), 24 deletions(-) diff --git a/.gitmodules b/.gitmodules index a3775fc12d..55909a388a 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/DeniseWorthen/WW3 + branch = feature/addflds4schism [submodule "stochastic_physics"] path = stochastic_physics url = https://github.com/NOAA-PSL/stochastic_physics diff --git a/CMakeLists.txt b/CMakeLists.txt index e5fdd1e83a..dc67a69789 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,8 @@ set(OPENMP ON CACHE BOOL "Enable OpenMP threading") set(PARALLEL_NETCDF OFF CACHE BOOL "Enable parallel NetCDF") set(JEDI_DRIVER OFF CACHE BOOL "Enable JEDI as top level driver") set(CMEPS_AOFLUX OFF CACHE BOOL "Enable atmosphere-ocean flux calculation in mediator") -set(PDLIB OFF CACHE BOOL "Enable Domain Decomposition in WW3 via PDLIB") +set(PDLIB OFF CACHE BOOL "Enable Domain Decomposition in WW3 via PDLIB with BT1") +set(PDLIB_BT4 OFF CACHE BOOL "Enable Domain Decomposition in WW3 via PDLIB with BT4") set(CDEPS_INLINE OFF CACHE BOOL "Enable CDEPS inline capability") set(HYDRO OFF CACHE BOOL "Enable hydrostatic set") @@ -213,8 +214,12 @@ if(WW3) set(UFS_CAP "MULTI_ESMF" CACHE STRING "Build with MULTI_ESMF cap") list(APPEND _ufs_defs_private FRONT_WW3=WMESMFMD) else() + if(PDLIB OR PDLIB_BT4) if(PDLIB) set(SWITCH "meshcap_pdlib" CACHE STRING "NUOPC mesh cap") + else() + set(SWITCH "meshcap_pdlib_bt4" CACHE STRING "NUOPC mesh cap") + endif() else() set(SWITCH "meshcap" CACHE STRING "NUOPC mesh cap") endif() diff --git a/WW3 b/WW3 index 7f548c795a..19f7a276cb 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 7f548c795a348bbb0fe4967dd25692c79036dc73 +Subproject commit 19f7a276cb8935ec26a01a737b03d874cc05be81 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 78a89ec8e6..e767c131f0 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -843,6 +843,7 @@ export RST_BEG=${RUN_BEG} export RST_2_BEG=${RUN_BEG} export RST_END=${RUN_END} export RST_2_END=${RUN_END} +export WW3_WLEV='F' export WW3_CUR='F' export WW3_ICE='F' export WW3_IC1='F' @@ -1018,6 +1019,7 @@ export_ww3() { WW3_DTPNT="$(printf "%02d" $(( WW3_OUTDTHR*3600 )) )" export WW3_DTFLD export WW3_DTPNT + export WW3_WLEV='F' export WW3_CUR='C' export WW3_ICE='C' export WW3_IC1='F' @@ -1431,6 +1433,7 @@ export_hafs_regional () # default hafs with no ice export WW3_DOMAIN=natl_6m export WW3_MODDEF=mod_def.${WW3_DOMAIN} + export WW3_WLEV='F' export WW3_ICE='F' export WW3_OUTPARS="WND HS T01 T02 DIR FP DP PHS PTP PDIR UST CHA USP" diff --git a/tests/parm/fd_ufs.yaml b/tests/parm/fd_ufs.yaml index c0189f0bdf..494ac31a6a 100644 --- a/tests/parm/fd_ufs.yaml +++ b/tests/parm/fd_ufs.yaml @@ -917,6 +917,50 @@ - standard_name: Sw_z0 alias: z0rlen # + - standard_name: Sw_hs + canonical_units: m + description: ww3 export - significant wave height + # + - standard_name: Sw_bhd + canonical_units: m2 s-2 + description: ww3 export - Bernoulli head (J term) + # + - standard_name: Sw_tauox + canonical_units: m2 s-2 + description: ww3 export - wave to ocean momentum flux x + # + - standard_name: Sw_tauoy + canonical_units: m2 s-2 + description: ww3 export - wave to ocean momentum flux y + # + - standard_name: Sw_taubblx + canonical_units: m2 s-2 + description: ww3 export - momentum flux due to bottom friction x + # + - standard_name: Sw_taubbly + canonical_units: m2 s-2 + description: ww3 export - momentum flux due to bottom friction y + # + - standard_name: Sw_ubrx + canonical_units: m s-1 + description: ww3 export - near bottom rms wave velocities x + # + - standard_name: Sw_ubry + canonical_units: m s-1 + description: ww3 export - near bottom rms wave velocities y + # + - standard_name: Sw_thm + canonical_units: deg + description: ww3 export - mean wave direction + # + - standard_name: Sw_t0m1 + canonical_units: s + description: ww3 export - mean wave period + # + - standard_name: Sw_wnmean + canonical_units: m-1 + description: ww3 export - mean wave number + # - standard_name: Sw_pstokes_x alias: eastward_partitioned_stokes_drift_current canonical_units: m s-1 @@ -965,26 +1009,26 @@ - standard_name: Sw_vstokes alias: ussy # - - standard_name: Sw_wbcuru - alias: eastward_wave_bottom_current - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_wbcuru - alias: wbcuru - # - - standard_name: Sw_wbcurv - alias: northward_wave_bottom_current - canonical_units: m s-1 - description: ww3 export - - standard_name: Sw_wbcurv - alias: wbcurv - # - - standard_name: Sw_wbcurp - alias: wave_bottom_current_period - canonical_units: s - description: ww3 export - - standard_name: Sw_wbcurp - alias: wbcurp + # - standard_name: Sw_wbcuru + # alias: eastward_wave_bottom_current + # canonical_units: m s-1 + # description: ww3 export + # - standard_name: Sw_wbcuru + # alias: wbcuru + # # + # - standard_name: Sw_wbcurv + # alias: northward_wave_bottom_current + # canonical_units: m s-1 + # description: ww3 export + # - standard_name: Sw_wbcurv + # alias: wbcurv + # # + # - standard_name: Sw_wbcurp + # alias: wave_bottom_current_period + # canonical_units: s + # description: ww3 export + # - standard_name: Sw_wbcurp + # alias: wbcurp # - standard_name: Sw_wavsuu alias: eastward_wave_radiation_stress diff --git a/tests/parm/ww3_shel.nml.IN b/tests/parm/ww3_shel.nml.IN index 4921a6d9ad..69d83ce0c4 100644 --- a/tests/parm/ww3_shel.nml.IN +++ b/tests/parm/ww3_shel.nml.IN @@ -1,4 +1,5 @@ &input_nml + input%forcing%water_levels = '@[WW3_WLEV]' input%forcing%winds = 'C' input%forcing%currents = '@[WW3_CUR]' input%forcing%ice_conc = '@[WW3_ICE]' From e0e91eab37b718f9d42d2a2333b5b8c3ac4229a3 Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Fri, 9 Aug 2024 07:16:48 -0500 Subject: [PATCH 02/15] baseline test for ww3 19f7a276 * the wave restarts are not b4b against the develop baseline but are b4b when compared against a baseline generated with the trho fix rt_atmwav_control_noaero_p8_intel.log: Comparing ufs.atmw.ww3.r.2021-03-22-64800 .....USING CMP......NOT IDENTICAL rt_hafs_regional_atm_wav_intel.log: Comparing ufs.hafs.ww3.r.2019-08-29-21600 .....USING CMP......NOT IDENTICAL From dca62c53fff76d4098702026f416ae0cd677d635 Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Mon, 12 Aug 2024 20:36:07 +0000 Subject: [PATCH 03/15] update WW3, remove unused aliases from fd --- WW3 | 2 +- tests/parm/fd_ufs.yaml | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/WW3 b/WW3 index 19f7a276cb..cb2e58b934 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 19f7a276cb8935ec26a01a737b03d874cc05be81 +Subproject commit cb2e58b93456aa6131a37c829a1a781e62dbd966 diff --git a/tests/parm/fd_ufs.yaml b/tests/parm/fd_ufs.yaml index 494ac31a6a..66034234fd 100644 --- a/tests/parm/fd_ufs.yaml +++ b/tests/parm/fd_ufs.yaml @@ -1009,27 +1009,6 @@ - standard_name: Sw_vstokes alias: ussy # - # - standard_name: Sw_wbcuru - # alias: eastward_wave_bottom_current - # canonical_units: m s-1 - # description: ww3 export - # - standard_name: Sw_wbcuru - # alias: wbcuru - # # - # - standard_name: Sw_wbcurv - # alias: northward_wave_bottom_current - # canonical_units: m s-1 - # description: ww3 export - # - standard_name: Sw_wbcurv - # alias: wbcurv - # # - # - standard_name: Sw_wbcurp - # alias: wave_bottom_current_period - # canonical_units: s - # description: ww3 export - # - standard_name: Sw_wbcurp - # alias: wbcurp - # - standard_name: Sw_wavsuu alias: eastward_wave_radiation_stress canonical_units: N m-1 From 0cdb63fb2892af49a88ec8239a33068174dae5ae Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Mon, 12 Aug 2024 23:05:03 +0000 Subject: [PATCH 04/15] add test changes --- tests/test_changes.list | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_changes.list b/tests/test_changes.list index e498af5875..0de2a347f0 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1 +1,2 @@ -cpld_debug_pdlib_p8 gnu +hafs_regional_atm_wav intel +atmwav_control_noaero_p8 intel From 574d39610c449c1db80281e1aa2dbb363322279b Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 13 Aug 2024 11:08:51 -0400 Subject: [PATCH 05/15] fix indenting for linter --- tests/parm/fd_ufs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/parm/fd_ufs.yaml b/tests/parm/fd_ufs.yaml index 4b4cdba691..1051173df5 100644 --- a/tests/parm/fd_ufs.yaml +++ b/tests/parm/fd_ufs.yaml @@ -918,8 +918,8 @@ field_dictionary: alias: z0rlen # - standard_name: Sw_hs - canonical_units: m - description: ww3 export - significant wave height + canonical_units: m + description: ww3 export - significant wave height # - standard_name: Sw_bhd canonical_units: m2 s-2 From de45d0e30a24dce9f9f6440b6d014098238b542f Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Wed, 21 Aug 2024 18:44:28 -0400 Subject: [PATCH 06/15] update field dictionary aliases for SCHISM --- tests/parm/fd_ufs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/parm/fd_ufs.yaml b/tests/parm/fd_ufs.yaml index 1051173df5..0afddf78e9 100644 --- a/tests/parm/fd_ufs.yaml +++ b/tests/parm/fd_ufs.yaml @@ -918,46 +918,57 @@ field_dictionary: alias: z0rlen # - standard_name: Sw_hs + alias: sea_surface_wave_significant_height canonical_units: m description: ww3 export - significant wave height # - standard_name: Sw_bhd + alias: sea_water_waves_effect_on_currents_bernoulli_head_adjustment canonical_units: m2 s-2 description: ww3 export - Bernoulli head (J term) # - standard_name: Sw_tauox + alias: sea_surface_x_stress_due_to_waves canonical_units: m2 s-2 description: ww3 export - wave to ocean momentum flux x # - standard_name: Sw_tauoy + alias: sea_surface_y_stress_due_to_waves canonical_units: m2 s-2 description: ww3 export - wave to ocean momentum flux y # - standard_name: Sw_taubblx + alias: sea_bottom_upward_x_stress_due_to_waves canonical_units: m2 s-2 description: ww3 export - momentum flux due to bottom friction x # - standard_name: Sw_taubbly + alias: sea_bottom_upward_y_stress_due_to_waves canonical_units: m2 s-2 description: ww3 export - momentum flux due to bottom friction y # - standard_name: Sw_ubrx + alias: sea_bed_orbital_x_velocity_due_to_waves canonical_units: m s-1 description: ww3 export - near bottom rms wave velocities x # - standard_name: Sw_ubry + alias: sea_bed_orbital_y_velocity_due_to_waves canonical_units: m s-1 description: ww3 export - near bottom rms wave velocities y # - standard_name: Sw_thm + alias: sea_surface_wave_mean_direction canonical_units: deg description: ww3 export - mean wave direction # - standard_name: Sw_t0m1 + alias: sea_surface_wave_mean_period canonical_units: s description: ww3 export - mean wave period # - standard_name: Sw_wnmean + alias: sea_surface_wave_mean_number canonical_units: m-1 description: ww3 export - mean wave number # From 8e3253c635c3991f25b64507121087df18ba0ad7 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 24 Sep 2024 11:47:27 -0400 Subject: [PATCH 07/15] point to new CICE branch in my fork --- CICE-interface/CICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 635d9a100a..d9d0176ad7 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 635d9a100a736bd8d14ad091e879d5da6e4eb2bd +Subproject commit d9d0176ad7f4464116c3f17aa71e33da9e5fd921 From cc3bbe9376942ed3d42c260e48c9bc41bd98c163 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Tue, 24 Sep 2024 13:12:52 -0400 Subject: [PATCH 08/15] Revert "point to new CICE branch in my fork" This reverts commit 8e3253c635c3991f25b64507121087df18ba0ad7. --- CICE-interface/CICE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICE-interface/CICE b/CICE-interface/CICE index d9d0176ad7..635d9a100a 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit d9d0176ad7f4464116c3f17aa71e33da9e5fd921 +Subproject commit 635d9a100a736bd8d14ad091e879d5da6e4eb2bd From d4911ec1d1c6ee1f5b66c02f684dc1688e83ae77 Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Thu, 14 Nov 2024 16:57:41 -0500 Subject: [PATCH 09/15] update WW3 --- WW3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WW3 b/WW3 index cb2e58b934..1b78c31499 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit cb2e58b93456aa6131a37c829a1a781e62dbd966 +Subproject commit 1b78c31499dd28d4013e3c0530301d85c27112bc From c31603fd362d373ccae6704cc6c3b7c409b883cb Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Thu, 12 Dec 2024 08:47:44 -0500 Subject: [PATCH 10/15] update WW3 --- WW3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WW3 b/WW3 index 1b78c31499..3b9034b432 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit 1b78c31499dd28d4013e3c0530301d85c27112bc +Subproject commit 3b9034b43293a61c6315f323f1a9f0717816c114 From 33e1b861fca0c692dcb37cd406bd214b238b714d Mon Sep 17 00:00:00 2001 From: "denise.worthen" Date: Fri, 10 Jan 2025 20:05:00 -0600 Subject: [PATCH 11/15] add empty test change list * run on hercules due to disk quota issues on hera --- tests/test_changes.list | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_changes.list b/tests/test_changes.list index 7cf23b290b..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,2 +0,0 @@ -hafs_regional_atm_wav intel -atmwav_control_noaero_p8 intel \ No newline at end of file From b66da0d5ab84cad8fce86f793130fec89bc7fd35 Mon Sep 17 00:00:00 2001 From: jiandewang Date: Mon, 13 Jan 2025 12:22:06 -0500 Subject: [PATCH 12/15] point tMOM6 test branch --- .gitmodules | 6 ++++-- MOM6-interface/MOM6 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index ab72b60a64..6569c12966 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,8 +24,10 @@ branch = emc/develop [submodule "MOM6"] path = MOM6-interface/MOM6 - url = https://github.com/NOAA-EMC/MOM6 - branch = dev/emc +# url = https://github.com/NOAA-EMC/MOM6 +# branch = dev/emc + url = https://github.com/jiandewang/MOM6 + branch = feature/update-to-main-20241127 [submodule "CICE"] path = CICE-interface/CICE url = https://github.com/NOAA-EMC/CICE diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 8cc8b70f01..162aad89d5 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 8cc8b70f0143e803efb842ed871f9be3062862a4 +Subproject commit 162aad89d52ba3ce4369fb0adbe2bbb57d83918e From bc0822d5a3fcd1328f15242e1f7741f706257993 Mon Sep 17 00:00:00 2001 From: jiandewang Date: Mon, 13 Jan 2025 12:23:31 -0500 Subject: [PATCH 13/15] modify MOM6 cmake list --- MOM6-interface/mom6_files.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MOM6-interface/mom6_files.cmake b/MOM6-interface/mom6_files.cmake index 1256888867..a8b48b7012 100644 --- a/MOM6-interface/mom6_files.cmake +++ b/MOM6-interface/mom6_files.cmake @@ -54,7 +54,9 @@ list(APPEND mom6_src_files MOM6/src/diagnostics/MOM_PointAccel.F90 MOM6/src/diagnostics/MOM_debugging.F90 MOM6/src/diagnostics/MOM_spatial_means.F90 + MOM6/src/diagnostics/MOM_diagnose_MLD.F90 MOM6/src/diagnostics/MOM_diagnostics.F90 + MOM6/src/diagnostics/MOM_harmonic_analysis.F90 MOM6/src/diagnostics/MOM_obsolete_diagnostics.F90 MOM6/src/diagnostics/MOM_obsolete_params.F90 MOM6/src/diagnostics/MOM_sum_output.F90 @@ -168,6 +170,7 @@ list(APPEND mom6_src_files MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 MOM6/src/parameterizations/lateral/MOM_Zanna_Bolton.F90 MOM6/src/parameterizations/lateral/MOM_self_attr_load.F90 + MOM6/src/parameterizations/lateral/MOM_streaming_filter.F90 MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 @@ -312,7 +315,9 @@ list(APPEND mom6_nuopc_src_files MOM6/config_src/drivers/unit_tests/test_MOM_mixedlayer_restrat.F90 MOM6/config_src/drivers/unit_tests/test_MOM_string_functions.F90 MOM6/config_src/drivers/unit_tests/test_MOM_EOS.F90 + MOM6/config_src/drivers/unit_tests/test_MOM_remapping.F90 MOM6/config_src/drivers/timing_tests/time_MOM_EOS.F90 + MOM6/config_src/drivers/timing_tests/time_MOM_remapping.F90 ) list(APPEND mom6_nuopc_src_files From 5dacd52e13f4edaa3ecb676f9d73fb62589dbd8f Mon Sep 17 00:00:00 2001 From: Denise Worthen Date: Fri, 17 Jan 2025 17:19:55 -0500 Subject: [PATCH 14/15] point to MOM6 PR branch --- .gitmodules | 6 ++++-- MOM6-interface/MOM6 | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 74e32f51e0..a1a9069a37 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,8 +26,10 @@ branch = emc/develop [submodule "MOM6"] path = MOM6-interface/MOM6 - url = https://github.com/NOAA-EMC/MOM6 - branch = dev/emc + #url = https://github.com/NOAA-EMC/MOM6 + #branch = dev/emc + url = https://github.com/jiandewang/MOM6 + branch = feature/update-to-main-20241127 [submodule "CICE"] path = CICE-interface/CICE url = https://github.com/NOAA-EMC/CICE diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index 8cc8b70f01..162aad89d5 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit 8cc8b70f0143e803efb842ed871f9be3062862a4 +Subproject commit 162aad89d52ba3ce4369fb0adbe2bbb57d83918e From 8b8eac654f051017e26b76099b5eb7471f0a110d Mon Sep 17 00:00:00 2001 From: Jong Kim Date: Sat, 18 Jan 2025 01:04:21 +0000 Subject: [PATCH 15/15] add hera RT log: passed --- tests/logs/RegressionTests_hera.log | 753 ++++++++++++++-------------- 1 file changed, 376 insertions(+), 377 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 661c64f2c1..ddd0451c6f 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: -b8c45aa9505538b1212b9b6069ad21d5ee2a6706 +56bfd86ccf3c69e9263950b543821416e61d0c43 Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) @@ -9,13 +9,13 @@ Submodule hashes used in testing: ff7fd76118d47ccef6cb934b834161c6be5a9909 CICE-interface/CICE (CICE6.0.0-392-gff7fd76) b5d1cc189fced4abcb13fc70ed2febb2aef61757 CMEPS-interface/CMEPS (cmeps_v0.4.1-2313-gb5d1cc1) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 312657ab886269bc71d239abfb4dc2c86d1b9f21 FV3 (remotes/origin/rrfsv1-to-ufs/dev9) + b40f99dd1701569ee27b01d53c3c8f32f4d33951 FV3 (heads/develop) 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) - 8cc8b70f0143e803efb842ed871f9be3062862a4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10231-g8cc8b70f0) + 162aad89d52ba3ce4369fb0adbe2bbb57d83918e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10365-g162aad89d) 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) - 174cf7b56f864e260f70f801f4fa3d70c7fac7e9 WW3 (remotes/origin/devufs20241211develop20240111) + 9770a245adef971423aac2699ffcf8b36dba3945 WW3 (6.07.1-375-g9770a245) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -27,388 +27,387 @@ 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-20250107 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_RT/rt_1806604 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_399661 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 12:37] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:03, 07:36](3301 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 16:49] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:02, 19:52](1980 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:15, 20:35](2220 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:09, 08:30](1255 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:54, 23:25](1881 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 16:32] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:42, 19:13](1965 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:16] ( 1523 warnings 1991 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:06, 24:48](1946 MB) - -PASS -- COMPILE 's2swa_intel' [15:11, 13:19] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:15, 09:45](3347 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:21, 08:42](3349 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:12, 05:03](3254 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:11, 08:48](3369 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:19, 04:48](3260 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:08, 08:58](3558 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:08, 08:53](3329 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:23, 07:25](3218 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:19, 08:39](3354 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [14:00, 10:16](3523 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:01, 06:38](3612 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [19:13, 10:17](4323 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:42, 06:33](4361 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:23, 07:24](3334 MB) - -PASS -- COMPILE 's2sw_intel' [14:11, 12:20] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:55, 06:17](1985 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:57, 06:23](2058 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:34] ( 1413 warnings 1221 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:12, 13:35](3372 MB) - -PASS -- COMPILE 's2sw_debug_intel' [08:11, 06:00] ( 1413 warnings 1221 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:56, 06:26](2012 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:11, 11:21] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:57, 04:39](2013 MB) - -PASS -- COMPILE 's2s_intel' [13:11, 11:48] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [09:38, 07:54](3039 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [04:38, 02:25](3032 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:37, 01:27](2483 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:11, 16:34] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [11:15, 08:26](3333 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 15:44] ( 1 warnings 9 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:00, 18:07](2012 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:05, 08:19](1249 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:59, 21:23](1925 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:45] ( 1523 warnings 1991 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:04, 26:25](1992 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:51] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:21, 03:27](703 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:40, 02:33](1591 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:45, 02:37](1596 MB) -PASS -- TEST 'control_latlon_intel' [04:38, 02:36](1599 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:45, 02:36](1589 MB) -PASS -- TEST 'control_c48_intel' [09:41, 07:11](1723 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:26, 06:35](846 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:40, 07:15](1722 MB) -PASS -- TEST 'control_c192_intel' [09:54, 07:35](1752 MB) -PASS -- TEST 'control_c384_intel' [12:05, 08:12](1996 MB) -PASS -- TEST 'control_c384gdas_intel' [12:51, 08:14](1391 MB) -PASS -- TEST 'control_stochy_intel' [03:22, 01:42](659 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:26, 01:10](474 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:38](661 MB) -PASS -- TEST 'control_iovr4_intel' [04:23, 02:39](616 MB) -PASS -- TEST 'control_iovr5_intel' [04:23, 02:33](656 MB) -PASS -- TEST 'control_p8_intel' [04:54, 03:00](1891 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:56, 03:11](1889 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:50, 02:59](1867 MB) -PASS -- TEST 'control_restart_p8_intel' [03:44, 01:41](1117 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:50, 03:01](1882 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:49, 01:42](1162 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:45, 03:02](1870 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:42, 03:14](1946 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:40, 05:11](1869 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:47, 04:13](1940 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:51, 03:11](1895 MB) -PASS -- TEST 'merra2_thompson_intel' [05:48, 03:29](1899 MB) -PASS -- TEST 'regional_control_intel' [07:35, 05:26](1118 MB) -PASS -- TEST 'regional_restart_intel' [04:31, 02:56](1098 MB) -PASS -- TEST 'regional_decomp_intel' [07:33, 05:46](1118 MB) -PASS -- TEST 'regional_2threads_intel' [05:34, 04:03](1069 MB) -PASS -- TEST 'regional_noquilt_intel' [07:35, 05:21](1421 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:38, 05:21](1118 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:33, 05:26](1117 MB) -PASS -- TEST 'regional_wofs_intel' [08:33, 07:00](1903 MB) - -PASS -- COMPILE 'rrfs_intel' [12:11, 10:11] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [09:36, 07:53](1112 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:01, 04:18](1268 MB) -PASS -- TEST 'rap_decomp_intel' [10:37, 08:16](1039 MB) -PASS -- TEST 'rap_2threads_intel' [10:37, 08:49](1098 MB) -PASS -- TEST 'rap_restart_intel' [05:39, 04:07](1108 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:45, 07:55](1098 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:36, 08:19](1043 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:46, 06:03](1126 MB) -PASS -- TEST 'hrrr_control_intel' [05:38, 04:02](1038 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:32, 04:10](1029 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:31, 04:22](1085 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:24, 02:12](996 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:45, 07:48](1091 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:24, 09:41](1975 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:24, 09:26](2050 MB) +PASS -- COMPILE 's2swa_32bit_intel' [15:11, 12:41] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:32, 07:38](3303 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:11, 16:27] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:13, 19:39](1993 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:22, 20:44](2191 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:17, 08:14](1270 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:10, 23:54](1890 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 16:26] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:48, 19:17](1950 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:07] ( 1523 warnings 1941 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [28:07, 25:29](1931 MB) + +PASS -- COMPILE 's2swa_intel' [15:12, 13:02] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:37, 09:38](3330 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:35, 09:21](3347 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:28, 04:43](3267 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:30, 09:11](3362 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:35, 04:43](3275 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:20, 09:01](3563 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:23, 08:49](3348 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [12:19, 07:26](3227 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:33, 08:47](3344 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:24, 10:34](3526 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:03, 06:49](3601 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [22:44, 10:21](4317 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:57, 06:37](4396 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:20, 07:46](3313 MB) + +PASS -- COMPILE 's2sw_intel' [15:11, 12:38] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:20, 06:18](1983 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:26, 06:27](2062 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:03] ( 1413 warnings 1171 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:10, 14:05](3385 MB) + +PASS -- COMPILE 's2sw_debug_intel' [08:11, 05:31] ( 1413 warnings 1171 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:12, 06:44](2012 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:12, 11:18] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:28, 04:28](2039 MB) + +PASS -- COMPILE 's2s_intel' [14:11, 12:03] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [09:45, 07:59](3034 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:44, 02:25](3047 MB) +PASS -- TEST 'cpld_restart_c48_intel' [04:44, 01:30](2465 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:11, 16:43] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:21, 08:25](3358 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 15:48] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:14, 17:39](2024 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:13, 08:23](1284 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:04, 20:35](1928 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:38] ( 1523 warnings 1941 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:24, 26:36](1977 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:23, 03:24](706 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:45, 02:40](1589 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:48, 02:39](1599 MB) +PASS -- TEST 'control_latlon_intel' [04:39, 02:34](1589 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:45, 02:39](1589 MB) +PASS -- TEST 'control_c48_intel' [09:44, 07:15](1717 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:28, 06:36](852 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:40, 07:10](1725 MB) +PASS -- TEST 'control_c192_intel' [09:59, 07:30](1747 MB) +PASS -- TEST 'control_c384_intel' [12:11, 08:10](1989 MB) +PASS -- TEST 'control_c384gdas_intel' [13:19, 08:12](1379 MB) +PASS -- TEST 'control_stochy_intel' [03:24, 01:41](660 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:26, 01:00](501 MB) +PASS -- TEST 'control_lndp_intel' [03:23, 01:42](660 MB) +PASS -- TEST 'control_iovr4_intel' [04:23, 02:36](655 MB) +PASS -- TEST 'control_iovr5_intel' [04:23, 02:31](649 MB) +PASS -- TEST 'control_p8_intel' [04:57, 02:58](1896 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:03, 03:08](1888 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:54, 02:53](1898 MB) +PASS -- TEST 'control_restart_p8_intel' [04:50, 01:42](1133 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:53, 02:54](1883 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:55, 01:48](1126 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:47, 03:02](1871 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:45, 03:14](1953 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:41, 05:06](1898 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:52, 04:11](1942 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:59, 03:35](1882 MB) +PASS -- TEST 'merra2_thompson_intel' [05:53, 03:31](1890 MB) +PASS -- TEST 'regional_control_intel' [07:35, 05:25](1118 MB) +PASS -- TEST 'regional_restart_intel' [04:36, 02:58](1098 MB) +PASS -- TEST 'regional_decomp_intel' [07:33, 05:42](1115 MB) +PASS -- TEST 'regional_2threads_intel' [06:39, 04:05](1064 MB) +PASS -- TEST 'regional_noquilt_intel' [07:41, 05:22](1422 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:43, 05:23](1121 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:36, 05:22](1119 MB) +PASS -- TEST 'regional_wofs_intel' [09:38, 07:08](1900 MB) + +PASS -- COMPILE 'rrfs_intel' [12:11, 10:29] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [09:41, 07:54](1117 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:05, 04:13](1269 MB) +PASS -- TEST 'rap_decomp_intel' [10:32, 08:13](1035 MB) +PASS -- TEST 'rap_2threads_intel' [10:33, 08:51](1088 MB) +PASS -- TEST 'rap_restart_intel' [06:41, 04:12](1082 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:40, 07:51](1110 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:34, 08:13](1030 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:42, 05:52](1129 MB) +PASS -- TEST 'hrrr_control_intel' [05:43, 04:06](1033 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:34, 04:10](1032 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:33, 04:21](1086 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:32, 02:12](993 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:49, 07:44](1092 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:34, 09:49](1976 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:31, 09:29](2048 MB) PASS -- COMPILE 'csawmg_intel' [12:11, 10:09] -PASS -- TEST 'control_csawmg_intel' [08:38, 06:13](1028 MB) -PASS -- TEST 'control_ras_intel' [05:20, 03:20](751 MB) - -PASS -- COMPILE 'wam_intel' [12:11, 10:15] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [13:42, 11:11](1657 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:11, 10:20] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:46, 02:48](1893 MB) -PASS -- TEST 'regional_control_faster_intel' [06:35, 04:57](1123 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 07:48] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:53, 02:29](1622 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:55, 02:27](1627 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:34, 03:11](825 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:29, 02:51](830 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:47, 04:25](1139 MB) -PASS -- TEST 'control_ras_debug_intel' [04:28, 02:49](837 MB) -PASS -- TEST 'control_diag_debug_intel' [04:57, 02:50](1684 MB) -PASS -- TEST 'control_debug_p8_intel' [04:51, 02:47](1910 MB) -PASS -- TEST 'regional_debug_intel' [19:49, 18:00](1095 MB) -PASS -- TEST 'rap_control_debug_intel' [06:30, 05:02](1207 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:33, 04:57](1216 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:34, 05:11](1209 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:33, 05:05](1212 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:23, 05:10](1213 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:32, 05:26](1297 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:20, 05:18](1216 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:18](1210 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:22, 05:07](1217 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 05:05](1214 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:22, 05:07](1218 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:22, 05:07](1210 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:23, 08:23](1205 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:25, 05:08](1207 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 05:02](1209 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:24, 05:07](1215 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:37, 08:55](1218 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:29] -PASS -- TEST 'control_csawmg_debug_gnu' [04:42, 02:32](714 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:41] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:04, 14:01](1671 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 10:17] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:00, 04:04](1148 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:36, 06:34](1060 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:36, 03:27](987 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:32, 07:31](998 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:31, 03:51](973 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:28, 03:38](920 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:38, 04:54](1027 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:25, 01:53](919 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 10:03] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:54, 02:03](1192 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:37, 01:00](1161 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:38, 01:15](1093 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 10:01] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:40, 04:15](986 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:59] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:21, 05:08](1093 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 05:02](1092 MB) -PASS -- TEST 'conus13km_debug_intel' [16:45, 14:57](1195 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:45, 14:17](936 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:43, 12:35](1225 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:41, 14:05](1302 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:57] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:21, 05:04](1131 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 12:01] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [07:17, 04:59](717 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:30, 05:50](1111 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:26, 06:57](816 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:15, 14:53](849 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:30, 18:57](868 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:07, 05:32](493 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:16, 06:47](506 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:41, 02:43](380 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:21, 07:13](480 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:47, 03:44](518 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:52, 03:31](519 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:50, 04:07](581 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:25, 01:13](403 MB) -PASS -- TEST 'gnv1_nested_intel' [06:24, 04:07](1713 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:11, 05:00] ( 1465 warnings 1494 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:51, 13:00](583 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:12, 11:10] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:55, 10:13](656 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:02, 10:18](734 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:27] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:26, 08:13](720 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 11:04] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:15, 06:33](816 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:13, 06:35](796 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:55, 17:10](1197 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:10, 06:27] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:17, 02:48](1155 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:44](1123 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:16, 02:37](1029 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:47](1034 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:16, 02:48](1024 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:16, 02:44](1155 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 02:49](1165 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 02:46](1021 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:32, 06:25](1074 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:21, 06:21](1049 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:15, 03:20](1143 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 03:54](2480 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:19, 03:57](2526 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:20] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:17, 06:28](1081 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:10, 06:52] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 02:46](1147 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:16] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:45](262 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:47](327 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:33](322 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:47] -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:31, 00:36](563 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:30, 00:18](458 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 10:42] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:58, 03:43](1994 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 10:51] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:54, 04:49](1968 MB) - -PASS -- COMPILE 'atml_intel' [12:12, 11:07] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:59, 04:17](1867 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:54, 04:22](1855 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:38, 02:23](1100 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 05:55] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:52, 05:48](1891 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 10:45] ( 9 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:50, 02:06](1892 MB) - -PASS -- COMPILE 'atmaero_intel' [12:11, 10:27] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:51, 04:25](3194 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:54, 06:28](3046 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:59](3104 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:10, 04:45] ( 882 warnings 6 remarks ) - -PASS -- COMPILE 'atm_fbh_intel' [11:11, 10:02] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:27, 11:50](1104 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:11, 06:49] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:35, 08:31](1066 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:11, 06:50] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:39, 04:57](983 MB) - -PASS -- COMPILE 'atm_gnu' [06:11, 04:30] -PASS -- TEST 'control_c48_gnu' [11:37, 09:37](1510 MB) -PASS -- TEST 'control_stochy_gnu' [05:20, 03:30](496 MB) -PASS -- TEST 'control_ras_gnu' [06:20, 04:58](500 MB) -PASS -- TEST 'control_p8_gnu' [06:53, 04:33](1457 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:48, 04:24](1450 MB) -PASS -- TEST 'control_flake_gnu' [12:26, 10:33](542 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:11, 04:15] -PASS -- TEST 'rap_control_gnu' [13:36, 11:36](808 MB) -PASS -- TEST 'rap_decomp_gnu' [13:30, 11:37](803 MB) -PASS -- TEST 'rap_2threads_gnu' [19:35, 17:20](910 MB) -PASS -- TEST 'rap_restart_gnu' [07:34, 05:49](572 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [13:35, 11:35](833 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [13:31, 11:44](837 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:40, 08:34](578 MB) -PASS -- TEST 'hrrr_control_gnu' [07:35, 06:02](805 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:30, 05:55](823 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [10:35, 08:35](898 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:31, 05:59](805 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:24, 03:05](559 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:24, 03:03](648 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [13:46, 11:19](836 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 03:54] -PASS -- TEST 'control_csawmg_gnu' [10:33, 08:35](738 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:42] -PASS -- TEST 'control_diag_debug_gnu' [03:42, 01:39](1270 MB) -PASS -- TEST 'regional_debug_gnu' [14:34, 12:07](717 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:21, 02:42](820 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:20, 02:35](814 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:20, 02:41](813 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:21, 02:37](821 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:34, 02:57](898 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:21, 04:07](813 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:22, 02:42](821 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:22, 02:42](811 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:21, 01:37](455 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:20, 01:45](449 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:38, 01:39](1429 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:23, 02:41](816 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:22, 02:42](822 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:34, 04:31](821 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:10, 02:25] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:11, 04:07] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:34, 09:45](699 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:34, 05:12](689 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [17:32, 15:43](737 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [10:29, 08:09](735 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:30, 05:17](693 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:33, 07:18](548 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:27, 02:44](530 MB) -PASS -- TEST 'conus13km_control_gnu' [05:52, 03:10](866 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:45, 01:37](873 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:44, 01:53](547 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:55] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:40, 05:59](720 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:41] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:21, 02:37](703 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:21, 02:33](706 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:46, 07:08](882 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:46, 07:02](572 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [07:39, 05:53](890 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:39, 06:57](954 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:40] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:21, 02:38](728 MB) - -PASS -- COMPILE 's2swa_gnu' [18:12, 16:41] - -PASS -- COMPILE 's2s_gnu' [17:11, 16:04] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [15:07, 12:14](1493 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 03:04] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 16:08] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [25:01, 22:29](1447 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:52] - -PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:59] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:20, 03:04](696 MB) +PASS -- TEST 'control_csawmg_intel' [08:40, 06:16](1026 MB) +PASS -- TEST 'control_ras_intel' [05:22, 03:17](745 MB) + +PASS -- COMPILE 'wam_intel' [11:10, 10:01] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [13:51, 11:16](1660 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:10, 10:22] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:54, 02:47](1882 MB) +PASS -- TEST 'regional_control_faster_intel' [06:38, 04:57](1122 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:11, 07:55] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:48, 02:35](1612 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:51, 02:29](1622 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:24, 03:09](831 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:25, 02:50](832 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:42, 04:21](1144 MB) +PASS -- TEST 'control_ras_debug_intel' [04:25, 02:53](839 MB) +PASS -- TEST 'control_diag_debug_intel' [05:54, 02:48](1686 MB) +PASS -- TEST 'control_debug_p8_intel' [05:48, 02:56](1909 MB) +PASS -- TEST 'regional_debug_intel' [20:44, 17:50](1099 MB) +PASS -- TEST 'rap_control_debug_intel' [07:27, 05:05](1212 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:26, 04:57](1207 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:23, 05:00](1213 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 05:00](1210 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:24, 05:10](1201 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:39, 05:24](1292 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:24, 05:17](1216 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:24, 05:13](1206 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:27, 05:07](1213 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:25, 05:24](1209 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:24, 05:08](1213 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:23, 05:08](1213 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:24, 08:16](1212 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:24, 05:07](1216 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 05:25](1209 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:21, 05:02](1213 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:41, 09:00](1222 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 04:02] +PASS -- TEST 'control_csawmg_debug_gnu' [04:38, 02:23](717 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:56] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:54, 13:46](1657 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 09:55] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:06, 03:54](1149 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:39, 06:34](1057 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:38, 03:25](987 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:35, 07:28](999 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:34, 03:51](968 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:31, 03:41](924 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:45, 04:59](1032 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:31, 01:54](923 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:11, 10:06] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:52, 02:04](1188 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:45, 01:00](1163 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:49, 01:13](1093 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 09:59] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:44, 04:18](980 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:38] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:24, 05:04](1089 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:26, 05:02](1085 MB) +PASS -- TEST 'conus13km_debug_intel' [16:58, 14:42](1246 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:51, 15:02](928 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:46, 12:34](1205 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:46, 15:00](1269 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:29] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:25, 05:07](1140 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 11:46] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:16, 05:13](717 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:32, 06:06](1109 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:32, 07:14](813 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:24, 14:53](849 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:32, 19:08](832 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:07, 05:37](493 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:24, 06:58](512 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:49, 02:45](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:18, 07:29](469 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:45, 03:52](520 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:56, 03:47](520 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:53, 04:15](575 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:27, 01:13](401 MB) +PASS -- TEST 'gnv1_nested_intel' [07:43, 04:16](1704 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:11, 05:00] ( 1465 warnings 1444 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:54, 13:07](579 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:11, 11:16] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [13:05, 10:53](624 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [13:10, 10:23](694 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:39] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:29, 08:14](719 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 11:01] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [09:25, 06:40](822 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:22, 06:41](800 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:02, 16:36](1207 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:56] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:09](1133 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:22, 02:07](1083 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 02:50](1035 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:48](1031 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:45](1032 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 02:49](1162 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 02:51](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:42](1029 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:21, 06:23](1073 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:09, 06:28](1051 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:53](1162 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:30](2448 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 04:09](2512 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:12, 03:19] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:31](1081 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:39] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 02:52](1160 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:03] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:32, 00:48](259 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:53](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:25, 00:36](324 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:37] +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:32, 00:35](562 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:34, 00:19](460 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 11:02] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:06, 03:45](1993 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:11, 10:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:53, 04:48](1985 MB) + +PASS -- COMPILE 'atml_intel' [12:11, 10:53] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [07:01, 04:27](1865 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:58, 04:35](1849 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:48, 02:26](1093 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 05:37] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:53, 05:57](1886 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 10:37] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:53, 02:04](1917 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 10:44] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:57, 04:37](3198 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:55, 05:05](3084 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:44, 05:18](3098 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:38] ( 882 warnings 6 remarks ) + +PASS -- COMPILE 'atm_fbh_intel' [11:11, 09:52] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [19:32, 16:58](1073 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:11, 06:55] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [10:39, 08:46](1055 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:11, 06:47] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [08:43, 05:40](979 MB) + +PASS -- COMPILE 'atm_gnu' [06:10, 04:17] +PASS -- TEST 'control_c48_gnu' [11:40, 09:33](1512 MB) +PASS -- TEST 'control_stochy_gnu' [05:22, 03:27](491 MB) +PASS -- TEST 'control_ras_gnu' [07:21, 04:59](496 MB) +PASS -- TEST 'control_p8_gnu' [06:54, 04:29](1449 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:51, 04:23](1469 MB) +PASS -- TEST 'control_flake_gnu' [12:27, 10:41](536 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:10, 04:13] +PASS -- TEST 'rap_control_gnu' [13:37, 11:29](808 MB) +PASS -- TEST 'rap_decomp_gnu' [13:32, 11:41](811 MB) +PASS -- TEST 'rap_2threads_gnu' [20:38, 17:16](913 MB) +PASS -- TEST 'rap_restart_gnu' [08:39, 05:55](576 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [14:38, 11:32](809 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [14:34, 11:40](809 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [10:43, 08:31](584 MB) +PASS -- TEST 'hrrr_control_gnu' [08:33, 05:53](804 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:38, 05:53](795 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [10:34, 08:39](904 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [08:32, 06:02](832 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:28, 03:05](561 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:29, 03:02](651 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [13:49, 11:08](806 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:10, 03:52] +PASS -- TEST 'control_csawmg_gnu' [10:37, 08:33](736 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 06:47] +PASS -- TEST 'control_diag_debug_gnu' [03:44, 01:40](1276 MB) +PASS -- TEST 'regional_debug_gnu' [13:38, 11:19](730 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:23, 02:42](821 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:23, 02:42](822 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:23, 02:44](820 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:22, 02:40](820 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:40, 03:03](908 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:28, 04:28](809 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:26, 02:52](826 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [04:24, 02:40](818 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:20, 01:38](454 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:19, 01:49](453 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:40, 01:45](1441 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:23, 02:41](819 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:21, 02:46](830 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:35, 04:31](816 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:10, 02:26] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:10, 04:07] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [11:36, 09:50](697 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:36, 05:12](698 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [17:35, 15:34](742 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [09:29, 07:58](733 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:29, 05:25](686 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [09:37, 07:18](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [05:27, 02:42](535 MB) +PASS -- TEST 'conus13km_control_gnu' [05:55, 03:15](866 MB) +PASS -- TEST 'conus13km_2threads_gnu' [04:46, 01:35](873 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [04:45, 01:50](558 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:58] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:40, 05:57](718 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 06:45] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:23, 02:38](710 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:23, 02:33](706 MB) +PASS -- TEST 'conus13km_debug_gnu' [08:47, 06:55](881 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:46, 07:09](571 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [07:42, 05:47](890 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:41, 06:55](949 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:10, 06:47] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:23, 02:39](741 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:35] + +PASS -- COMPILE 's2s_gnu' [17:11, 16:05] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [13:07, 11:06](1511 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [05:10, 03:11] + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:12, 15:56] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [28:01, 25:20](1454 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:59] + +PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:33] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:17, 03:08](692 MB) SYNOPSIS: -Starting Date/Time: 20250115 16:21:51 -Ending Date/Time: 20250115 18:08:44 -Total Time: 01h:47m:11s +Starting Date/Time: 20250117 22:44:14 +Ending Date/Time: 20250118 00:36:39 +Total Time: 01h:52m:43s Compiles Completed: 61/61 Tests Completed: 249/249