From e4533dacdcd2789e74b34f6f83dbfcf75c37924c Mon Sep 17 00:00:00 2001 From: dpsarmie Date: Tue, 24 Jun 2025 16:55:10 +0000 Subject: [PATCH 01/15] Fix default cdmbgwd settings --- tests/default_vars.sh | 16 ++++++++-------- tests/tests/cpld_restart_c192_p8 | 2 -- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index aaf97167e7..618b82220b 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1103,7 +1103,7 @@ export_ugwpv1() { "C48") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=720; fi export XR_CNVCLD=.false. - export CDMBGWD="0.071,2.1,1.0,1.0" + export CDMBWD="0.071,2.1,1.0,1.0" export CDMBGWD_GSL="40.0,1.77,1.0,1.0" export KNOB_UGWP_TAUAMP=6.0e-3 export K_SPLIT=1 @@ -1115,7 +1115,7 @@ export_ugwpv1() { "C96") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=720; fi export XR_CNVCLD=.false. - export CDMBGWD="0.14,1.8,1.0,1.0" + export CDMBWD="0.14,1.8,1.0,1.0" export CDMBGWD_GSL="20.0,2.5,1.0,1.0" export KNOB_UGWP_TAUAMP=3.0e-3 export K_SPLIT=1 @@ -1127,7 +1127,7 @@ export_ugwpv1() { "C192") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=600; fi export XR_CNVCLD=.true. - export CDMBGWD="0.23,1.5,1.0,1.0" + export CDMBWD="0.23,1.5,1.0,1.0" export CDMBGWD_GSL="5.0,5.0,1.0,1.0" export KNOB_UGWP_TAUAMP=1.5e-3 export K_SPLIT=2 @@ -1139,7 +1139,7 @@ export_ugwpv1() { "C384") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=300; fi export XR_CNVCLD=.true. - export CDMBGWD="1.1,0.72,1.0,1.0" + export CDMBWD="1.1,0.72,1.0,1.0" export CDMBGWD_GSL="5.0,5.0,1.0,1.0" export KNOB_UGWP_TAUAMP=0.8e-3 export K_SPLIT=2 @@ -1151,7 +1151,7 @@ export_ugwpv1() { "C768") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=150; fi export XR_CNVCLD=.true. - export CDMBGWD="4.0,0.15,1.0,1.0" + export CDMBWD="4.0,0.15,1.0,1.0" export CDMBGWD_GSL="2.5,7.5,1.0,1.0" export KNOB_UGWP_TAUAMP=0.5e-3 export K_SPLIT=2 @@ -1163,7 +1163,7 @@ export_ugwpv1() { "C1152") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=150; fi export XR_CNVCLD=.true. - export CDMBGWD="4.0,0.10,1.0,1.0" + export CDMBWD="4.0,0.10,1.0,1.0" export CDMBGWD_GSL="1.67,8.8,1.0,1.0" export KNOB_UGWP_TAUAMP=0.35e-3 export K_SPLIT=2 @@ -1175,7 +1175,7 @@ export_ugwpv1() { "C3072") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=90; fi export XR_CNVCLD=.true. - export CDMBGWD="4.0,0.05,1.0,1.0" + export CDMBWD="4.0,0.05,1.0,1.0" export CDMBGWD_GSL="0.625,14.1,1.0,1.0" export KNOB_UGWP_TAUAMP=0.13e-3 export K_SPLIT=4 @@ -1190,7 +1190,7 @@ export_ugwpv1() { ;; esac - if [[ ${DO_GSL_DRAG_SS} = .true. ]]; then export CDMBGWD=${CDMBGWD_GSL}; fi + if [[ ${DO_GSL_DRAG_SS} = .true. ]]; then export CDMBWD=${CDMBGWD_GSL}; fi if [[ ${SEDI_SEMI} = .false. ]]; then export DT_INNER=$((DT_ATMOS/2)) else diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index 2fde915f9a..aa8a26b59a 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -139,8 +139,6 @@ export FNVMXC="'C192.vegetation_greenness.tileX.nc'" export FNSLPC="'C192.slope_type.tileX.nc'" export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" -export CDMBWD=${CDMBWD_c192} - # ATM warm start export WARM_START=.true. export MAKE_NH=.false. From 29a695dccd276fda45945fd5568af44fedc18a1b Mon Sep 17 00:00:00 2001 From: dpsarmie Date: Wed, 25 Jun 2025 17:39:37 +0000 Subject: [PATCH 02/15] Change CDMBWD to CDMBGWD --- tests-dev/test_cases/tests/2020_CAPE | 2 +- tests/default_vars.sh | 32 +++++++++++++-------------- tests/parm/control.nml.IN | 2 +- tests/parm/control_ca.nml.IN | 2 +- tests/parm/control_flake.nml.IN | 2 +- tests/parm/control_gfsv17.nml.IN | 2 +- tests/parm/control_noahmp.nml.IN | 2 +- tests/parm/cpld_lowres.nml.IN | 2 +- tests/parm/global_control.nml.IN | 2 +- tests/parm/input_global_hafs.nml.IN | 2 +- tests/parm/input_global_nest.nml.IN | 2 +- tests/parm/input_global_parent.nml.IN | 2 +- tests/parm/input_nest_hafs.nml.IN | 2 +- tests/parm/rap.nml.IN | 2 +- tests/parm/rrfs_conus13km_hrrr.nml.IN | 2 +- tests/parm/wam_v17.nml.IN | 2 +- tests/tests/control_c384gdas | 2 +- tests/tests/control_c384gdas_debug | 2 +- tests/tests/control_c48.v2.sfc | 2 +- tests/tests/control_c768 | 2 +- tests/tests/cpld_bmark_p8_35d | 2 +- tests/tests/cpld_control_c12_9deg | 2 +- tests/tests/cpld_control_c24_5deg | 2 +- tests/tests/cpld_control_c24_9deg | 2 +- tests/tests/cpld_control_c48_5deg | 2 +- tests/tests/cpld_control_gefs | 2 +- tests/tests/cpld_restart_c12_9deg | 2 +- tests/tests/cpld_restart_c24_5deg | 2 +- tests/tests/cpld_restart_c24_9deg | 2 +- tests/tests/cpld_restart_c48_5deg | 2 +- tests/tests/cpld_warmstart_c12_9deg | 2 +- tests/tests/cpld_warmstart_c24_5deg | 2 +- tests/tests/cpld_warmstart_c24_9deg | 2 +- tests/tests/cpld_warmstart_c48_5deg | 2 +- tests/tests/dependency_unmet | 2 +- tests/tests/fail_to_copy | 2 +- tests/tests/fail_to_run | 2 +- tests/tests/gnv1_c96_no_nest_debug | 2 +- tests/tests/gnv1_nested | 4 ++-- 39 files changed, 55 insertions(+), 55 deletions(-) diff --git a/tests-dev/test_cases/tests/2020_CAPE b/tests-dev/test_cases/tests/2020_CAPE index 7726af7030..3e724b9dff 100644 --- a/tests-dev/test_cases/tests/2020_CAPE +++ b/tests-dev/test_cases/tests/2020_CAPE @@ -28,7 +28,7 @@ export SMONTH=07 export SDAY=23 export SHOUR=00 export RESTART_INTERVAL=0 -export CDMBWD=${CDMBWD_c48} +export CDMBGWD=${CDMBGWD_c48} export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.true. diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 618b82220b..c0a19a0a80 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -739,14 +739,14 @@ export KNOB_UGWP_TAUAMP=3.0e-3 export DO_UGWP_V0_NST_ONLY=.false. # resolution dependent settings -export CDMBWD_c48='0.071,2.1,1.0,1.0' -export CDMBWD_c96='0.14,1.8,1.0,1.0' -export CDMBWD_c192='0.23,1.5,1.0,1.0' -export CDMBWD_c384='1.1,0.72,1.0,1.0' -export CDMBWD_c768='4.0,0.15,1.0,1.0' +export CDMBGWD_c48='0.071,2.1,1.0,1.0' +export CDMBGWD_c96='0.14,1.8,1.0,1.0' +export CDMBGWD_c192='0.23,1.5,1.0,1.0' +export CDMBGWD_c384='1.1,0.72,1.0,1.0' +export CDMBGWD_c768='4.0,0.15,1.0,1.0' # set default -export CDMBWD=${CDMBWD_c96} +export CDMBGWD=${CDMBGWD_c96} if [[ ${default_dt_atmos} = 1 ]]; then export DT_INNER=${DT_INNER_c96} @@ -1103,7 +1103,7 @@ export_ugwpv1() { "C48") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=720; fi export XR_CNVCLD=.false. - export CDMBWD="0.071,2.1,1.0,1.0" + export CDMBGWD="0.071,2.1,1.0,1.0" export CDMBGWD_GSL="40.0,1.77,1.0,1.0" export KNOB_UGWP_TAUAMP=6.0e-3 export K_SPLIT=1 @@ -1115,7 +1115,7 @@ export_ugwpv1() { "C96") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=720; fi export XR_CNVCLD=.false. - export CDMBWD="0.14,1.8,1.0,1.0" + export CDMBGWD="0.14,1.8,1.0,1.0" export CDMBGWD_GSL="20.0,2.5,1.0,1.0" export KNOB_UGWP_TAUAMP=3.0e-3 export K_SPLIT=1 @@ -1127,7 +1127,7 @@ export_ugwpv1() { "C192") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=600; fi export XR_CNVCLD=.true. - export CDMBWD="0.23,1.5,1.0,1.0" + export CDMBGWD="0.23,1.5,1.0,1.0" export CDMBGWD_GSL="5.0,5.0,1.0,1.0" export KNOB_UGWP_TAUAMP=1.5e-3 export K_SPLIT=2 @@ -1139,7 +1139,7 @@ export_ugwpv1() { "C384") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=300; fi export XR_CNVCLD=.true. - export CDMBWD="1.1,0.72,1.0,1.0" + export CDMBGWD="1.1,0.72,1.0,1.0" export CDMBGWD_GSL="5.0,5.0,1.0,1.0" export KNOB_UGWP_TAUAMP=0.8e-3 export K_SPLIT=2 @@ -1151,7 +1151,7 @@ export_ugwpv1() { "C768") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=150; fi export XR_CNVCLD=.true. - export CDMBWD="4.0,0.15,1.0,1.0" + export CDMBGWD="4.0,0.15,1.0,1.0" export CDMBGWD_GSL="2.5,7.5,1.0,1.0" export KNOB_UGWP_TAUAMP=0.5e-3 export K_SPLIT=2 @@ -1163,7 +1163,7 @@ export_ugwpv1() { "C1152") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=150; fi export XR_CNVCLD=.true. - export CDMBWD="4.0,0.10,1.0,1.0" + export CDMBGWD="4.0,0.10,1.0,1.0" export CDMBGWD_GSL="1.67,8.8,1.0,1.0" export KNOB_UGWP_TAUAMP=0.35e-3 export K_SPLIT=2 @@ -1175,7 +1175,7 @@ export_ugwpv1() { "C3072") if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=90; fi export XR_CNVCLD=.true. - export CDMBWD="4.0,0.05,1.0,1.0" + export CDMBGWD="4.0,0.05,1.0,1.0" export CDMBGWD_GSL="0.625,14.1,1.0,1.0" export KNOB_UGWP_TAUAMP=0.13e-3 export K_SPLIT=4 @@ -1190,7 +1190,7 @@ export_ugwpv1() { ;; esac - if [[ ${DO_GSL_DRAG_SS} = .true. ]]; then export CDMBWD=${CDMBGWD_GSL}; fi + if [[ ${DO_GSL_DRAG_SS} = .true. ]]; then export CDMBGWD=${CDMBGWD_GSL}; fi if [[ ${SEDI_SEMI} = .false. ]]; then export DT_INNER=$((DT_ATMOS/2)) else @@ -1830,7 +1830,7 @@ export IMP_PHYSICS=11 export IAER=111 export CNVGWD=.false. export LTAEROSOL=.false. -export CDMBWD=1.0,1.0,1.0,1.0 +export CDMBGWD=1.0,1.0,1.0,1.0 export LHEATSTRG=.false. export LRADAR=.true. @@ -2085,7 +2085,7 @@ export RANDOM_CLDS=.false. export CNVCLD=.false. export IMFSHALCNV=-1 export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' +export CDMBGWD='3.5,1.0' export DO_SPPT=.false. export DO_SHUM=.false. export DO_SKEB=.false. diff --git a/tests/parm/control.nml.IN b/tests/parm/control.nml.IN index c7b45874f1..5e6a436c2b 100644 --- a/tests/parm/control.nml.IN +++ b/tests/parm/control.nml.IN @@ -140,7 +140,7 @@ imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/parm/control_ca.nml.IN b/tests/parm/control_ca.nml.IN index 527eb7e296..4da267072b 100644 --- a/tests/parm/control_ca.nml.IN +++ b/tests/parm/control_ca.nml.IN @@ -138,7 +138,7 @@ cnvcld = .true. imfshalcnv = 2 imfdeepcnv = 2 - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/parm/control_flake.nml.IN b/tests/parm/control_flake.nml.IN index 27f96e5c61..65c70751b7 100644 --- a/tests/parm/control_flake.nml.IN +++ b/tests/parm/control_flake.nml.IN @@ -142,7 +142,7 @@ cnvcld = .true. imfshalcnv = 2 imfdeepcnv = 2 - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/parm/control_gfsv17.nml.IN b/tests/parm/control_gfsv17.nml.IN index ce77835c8f..843632970e 100644 --- a/tests/parm/control_gfsv17.nml.IN +++ b/tests/parm/control_gfsv17.nml.IN @@ -140,7 +140,7 @@ imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] progsigma = @[PROGSIGMA] prslrd0 = 0. ivegsrc = 1 diff --git a/tests/parm/control_noahmp.nml.IN b/tests/parm/control_noahmp.nml.IN index bc61672a00..f87c01d73f 100644 --- a/tests/parm/control_noahmp.nml.IN +++ b/tests/parm/control_noahmp.nml.IN @@ -136,7 +136,7 @@ cnvcld = .true. imfshalcnv = 2 imfdeepcnv = 2 - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/parm/cpld_lowres.nml.IN b/tests/parm/cpld_lowres.nml.IN index 552fb90965..d826fd0355 100644 --- a/tests/parm/cpld_lowres.nml.IN +++ b/tests/parm/cpld_lowres.nml.IN @@ -143,7 +143,7 @@ imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/parm/global_control.nml.IN b/tests/parm/global_control.nml.IN index cc58abf321..7aebdbf088 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -182,7 +182,7 @@ betamcu = @[BETAMCU] betadcu = @[BETADCU] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = @[PRSLRD0] ivegsrc = @[IVEGSRC] isot = @[ISOT] diff --git a/tests/parm/input_global_hafs.nml.IN b/tests/parm/input_global_hafs.nml.IN index 2c7173fce7..efcbe68c58 100644 --- a/tests/parm/input_global_hafs.nml.IN +++ b/tests/parm/input_global_hafs.nml.IN @@ -195,7 +195,7 @@ cnvcld = .true. imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] sfc_z0_type = 6 prslrd0 = 0. ivegsrc = 1 diff --git a/tests/parm/input_global_nest.nml.IN b/tests/parm/input_global_nest.nml.IN index dab50280d1..cd5db25360 100644 --- a/tests/parm/input_global_nest.nml.IN +++ b/tests/parm/input_global_nest.nml.IN @@ -210,7 +210,7 @@ betamcu = @[BETAMCU_NEST02] betadcu = @[BETADCU_NEST02] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/parm/input_global_parent.nml.IN b/tests/parm/input_global_parent.nml.IN index 33c1baa34f..a66d6b64cc 100644 --- a/tests/parm/input_global_parent.nml.IN +++ b/tests/parm/input_global_parent.nml.IN @@ -210,7 +210,7 @@ betamcu = @[BETAMCU] betadcu = @[BETADCU] ras = @[RAS] - cdmbgwd = @[CDMBWD_NEST02] + cdmbgwd = @[CDMBGWD_NEST02] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/parm/input_nest_hafs.nml.IN b/tests/parm/input_nest_hafs.nml.IN index 055e4ddeac..0767ada5fa 100644 --- a/tests/parm/input_nest_hafs.nml.IN +++ b/tests/parm/input_nest_hafs.nml.IN @@ -176,7 +176,7 @@ cnvcld = .true. imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] sfc_z0_type = 6 prslrd0 = 0. ivegsrc = 1 diff --git a/tests/parm/rap.nml.IN b/tests/parm/rap.nml.IN index 849e9f78cc..f6be62ba05 100644 --- a/tests/parm/rap.nml.IN +++ b/tests/parm/rap.nml.IN @@ -162,7 +162,7 @@ imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] do_mynnsfclay= @[DO_MYNNSFCLAY] prslrd0 = 0. ivegsrc = 1 diff --git a/tests/parm/rrfs_conus13km_hrrr.nml.IN b/tests/parm/rrfs_conus13km_hrrr.nml.IN index be6cf3d6fb..70dfb5901c 100644 --- a/tests/parm/rrfs_conus13km_hrrr.nml.IN +++ b/tests/parm/rrfs_conus13km_hrrr.nml.IN @@ -161,7 +161,7 @@ wetdep_ls_alpha = 0.5 smoke_dir_fdb_coef = 0.33, 0.67, 0.02, 0.13, 0.85, 0.05, 0.95 cal_pre = .false. - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] cnvcld = .false. cnvgwd = .false. ! cplchm = @[CPLCHM] diff --git a/tests/parm/wam_v17.nml.IN b/tests/parm/wam_v17.nml.IN index f6ec526bc7..f55960cef5 100644 --- a/tests/parm/wam_v17.nml.IN +++ b/tests/parm/wam_v17.nml.IN @@ -174,7 +174,7 @@ imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/tests/control_c384gdas b/tests/tests/control_c384gdas index 77ff247551..34cd4f3e04 100644 --- a/tests/tests/control_c384gdas +++ b/tests/tests/control_c384gdas @@ -69,7 +69,7 @@ export SHOUR=18 export FHROT=3 export OUTPUT_FH="3 -1" export IAU_OFFSET=6 -export CDMBWD=${CDMBWD_c384} +export CDMBGWD=${CDMBGWD_c384} export OUTPUT_GRID='gaussian_grid' export WRITE_DOPOST=.true. export IMO=1536 diff --git a/tests/tests/control_c384gdas_debug b/tests/tests/control_c384gdas_debug index fc5dd2d7e5..82f3c58008 100644 --- a/tests/tests/control_c384gdas_debug +++ b/tests/tests/control_c384gdas_debug @@ -66,7 +66,7 @@ export SHOUR=18 export FHROT=3 export OUTPUT_FH="0 1" export IAU_OFFSET=6 -export CDMBWD=${CDMBWD_c384} +export CDMBGWD=${CDMBGWD_c384} export OUTPUT_GRID='gaussian_grid' export IMO=1536 export JMO=768 diff --git a/tests/tests/control_c48.v2.sfc b/tests/tests/control_c48.v2.sfc index e2b16a3c25..6edc8f4854 100644 --- a/tests/tests/control_c48.v2.sfc +++ b/tests/tests/control_c48.v2.sfc @@ -60,7 +60,7 @@ export SMONTH=03 export SDAY=22 export SHOUR=06 export RESTART_INTERVAL=0 -export CDMBWD=${CDMBWD_c48} +export CDMBGWD=${CDMBGWD_c48} export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.false. diff --git a/tests/tests/control_c768 b/tests/tests/control_c768 index 7794c7dfed..4a3568c2ab 100644 --- a/tests/tests/control_c768 +++ b/tests/tests/control_c768 @@ -37,7 +37,7 @@ export SDAY=22 export SHOUR=06 export DT_ATMOS=150 export RESTART_INTERVAL=0 -export CDMBWD=${CDMBWD_c768} +export CDMBGWD=${CDMBGWD_c768} export OUTPUT_GRID='gaussian_grid' export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" export NSTF_NAME='2,0,0,0,0' diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index 0e3b2a2bba..8fa887cffa 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -100,7 +100,7 @@ export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" #BMICs do not contain NSST spinup export NSTF_NAME=2,1,0,0,0 -export CDMBWD=${CDMBWD_c384} +export CDMBGWD=${CDMBGWD_c384} export FV3_RUN=cpld_control_run.IN diff --git a/tests/tests/cpld_control_c12_9deg b/tests/tests/cpld_control_c12_9deg index 360ba85dd1..77ce0f7fad 100644 --- a/tests/tests/cpld_control_c12_9deg +++ b/tests/tests/cpld_control_c12_9deg @@ -150,7 +150,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} export CPLCHM=.false. diff --git a/tests/tests/cpld_control_c24_5deg b/tests/tests/cpld_control_c24_5deg index 87862a646c..3219d92714 100644 --- a/tests/tests/cpld_control_c24_5deg +++ b/tests/tests/cpld_control_c24_5deg @@ -149,7 +149,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} export CPLCHM=.false. diff --git a/tests/tests/cpld_control_c24_9deg b/tests/tests/cpld_control_c24_9deg index 1b72b92eec..70cdd9d72e 100644 --- a/tests/tests/cpld_control_c24_9deg +++ b/tests/tests/cpld_control_c24_9deg @@ -149,7 +149,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} export CPLCHM=.false. diff --git a/tests/tests/cpld_control_c48_5deg b/tests/tests/cpld_control_c48_5deg index 2c703133f6..0ae8b5cad5 100644 --- a/tests/tests/cpld_control_c48_5deg +++ b/tests/tests/cpld_control_c48_5deg @@ -146,7 +146,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=${CDMBWD_c48} +export CDMBGWD=${CDMBGWD_c48} export DT_INNER=${DT_ATMOS} export CPLCHM=.false. diff --git a/tests/tests/cpld_control_gefs b/tests/tests/cpld_control_gefs index a2f3b0abd6..1a321d64a0 100644 --- a/tests/tests/cpld_control_gefs +++ b/tests/tests/cpld_control_gefs @@ -224,7 +224,7 @@ export WW3_RSTFLDS="ice" #WAV in slow loop with netcdf #settings from ep5rt_ic/input.nml export NSTF_NAME=2,0,0,0,0 -export CDMBWD="5.0,5.0,1.0,1.0" +export CDMBGWD="5.0,5.0,1.0,1.0" export K_SPLIT=2 export N_SPLIT=5 export TAU=4. diff --git a/tests/tests/cpld_restart_c12_9deg b/tests/tests/cpld_restart_c12_9deg index 00f4f8bea0..ff0d08a6eb 100644 --- a/tests/tests/cpld_restart_c12_9deg +++ b/tests/tests/cpld_restart_c12_9deg @@ -168,7 +168,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} # ATM warm start diff --git a/tests/tests/cpld_restart_c24_5deg b/tests/tests/cpld_restart_c24_5deg index 1136df5466..96e65eab90 100644 --- a/tests/tests/cpld_restart_c24_5deg +++ b/tests/tests/cpld_restart_c24_5deg @@ -168,7 +168,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} # ATM warm start diff --git a/tests/tests/cpld_restart_c24_9deg b/tests/tests/cpld_restart_c24_9deg index 38f068a5a3..ac8497354e 100644 --- a/tests/tests/cpld_restart_c24_9deg +++ b/tests/tests/cpld_restart_c24_9deg @@ -168,7 +168,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} # ATM warm start diff --git a/tests/tests/cpld_restart_c48_5deg b/tests/tests/cpld_restart_c48_5deg index ce0a912ba8..453f33199a 100644 --- a/tests/tests/cpld_restart_c48_5deg +++ b/tests/tests/cpld_restart_c48_5deg @@ -164,7 +164,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=${CDMBWD_c48} +export CDMBGWD=${CDMBGWD_c48} export DT_INNER=${DT_ATMOS} # ATM warm start diff --git a/tests/tests/cpld_warmstart_c12_9deg b/tests/tests/cpld_warmstart_c12_9deg index 0f6c9fdb88..b3e46ed7d3 100644 --- a/tests/tests/cpld_warmstart_c12_9deg +++ b/tests/tests/cpld_warmstart_c12_9deg @@ -163,7 +163,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} # ATM warm start diff --git a/tests/tests/cpld_warmstart_c24_5deg b/tests/tests/cpld_warmstart_c24_5deg index 55f0d3849a..b92465804d 100644 --- a/tests/tests/cpld_warmstart_c24_5deg +++ b/tests/tests/cpld_warmstart_c24_5deg @@ -161,7 +161,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} # ATM warm start diff --git a/tests/tests/cpld_warmstart_c24_9deg b/tests/tests/cpld_warmstart_c24_9deg index f0d5a396e0..72f1cb04ea 100644 --- a/tests/tests/cpld_warmstart_c24_9deg +++ b/tests/tests/cpld_warmstart_c24_9deg @@ -161,7 +161,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=0.0,0.0,0.0,0.0 +export CDMBGWD=0.0,0.0,0.0,0.0 export DT_INNER=${DT_ATMOS} # ATM warm start diff --git a/tests/tests/cpld_warmstart_c48_5deg b/tests/tests/cpld_warmstart_c48_5deg index 8ce3710759..c1d76e4105 100644 --- a/tests/tests/cpld_warmstart_c48_5deg +++ b/tests/tests/cpld_warmstart_c48_5deg @@ -158,7 +158,7 @@ export FNSMCC="'global_soilmgldas.statsgo.t92.192.94.grb'" export FNMSKH="'global_slmask.t62.192.94.grb'" # resolution dependent setting -export CDMBWD=${CDMBWD_c48} +export CDMBGWD=${CDMBGWD_c48} export DT_INNER=${DT_ATMOS} # ATM warm start diff --git a/tests/tests/dependency_unmet b/tests/tests/dependency_unmet index 22e56406e7..9e2014a852 100644 --- a/tests/tests/dependency_unmet +++ b/tests/tests/dependency_unmet @@ -62,7 +62,7 @@ export SMONTH=03 export SDAY=22 export SHOUR=06 export RESTART_INTERVAL=0 -export CDMBWD=${CDMBWD_c48} +export CDMBGWD=${CDMBGWD_c48} export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.false. diff --git a/tests/tests/fail_to_copy b/tests/tests/fail_to_copy index 9158005b33..03cdd2abbf 100644 --- a/tests/tests/fail_to_copy +++ b/tests/tests/fail_to_copy @@ -65,7 +65,7 @@ export SMONTH=03 export SDAY=22 export SHOUR=06 export RESTART_INTERVAL=0 -export CDMBWD=${CDMBWD_c48} +export CDMBGWD=${CDMBGWD_c48} export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.false. diff --git a/tests/tests/fail_to_run b/tests/tests/fail_to_run index cf906e532e..65f7f7770e 100644 --- a/tests/tests/fail_to_run +++ b/tests/tests/fail_to_run @@ -65,7 +65,7 @@ export SMONTH=03 export SDAY=22 export SHOUR=06 export RESTART_INTERVAL=0 -export CDMBWD=${CDMBWD_c48} +export CDMBGWD=${CDMBGWD_c48} export OUTPUT_GRID='gaussian_grid' export NSTF_NAME='2,0,0,0,0' export WRITE_DOPOST=.false. diff --git a/tests/tests/gnv1_c96_no_nest_debug b/tests/tests/gnv1_c96_no_nest_debug index 3de6194b95..4ec9ee5614 100644 --- a/tests/tests/gnv1_c96_no_nest_debug +++ b/tests/tests/gnv1_c96_no_nest_debug @@ -107,7 +107,7 @@ export FV_CORE_TAU=0. export RF_CUTOFF=10. export FAST_TAU_W_SEC=0.2 -export CDMBWD=20.0,2.5,1.0,1.0 +export CDMBGWD=20.0,2.5,1.0,1.0 export KNOB_UGWP_DOKDIS=2 export KNOB_UGWP_NDX4LH=4 export KNOB_UGWP_VERSION=1 diff --git a/tests/tests/gnv1_nested b/tests/tests/gnv1_nested index f01ec88bdb..a72470f8fd 100644 --- a/tests/tests/gnv1_nested +++ b/tests/tests/gnv1_nested @@ -251,8 +251,8 @@ export BETAMCU_NEST02=1.5 export BETASCU_NEST02=8.0 export BETAL_DEEP_NEST02=0.05 export BETAS_DEEP_NEST02=0.05 -export CDMBWD=20.0,2.5,1.0,1.0 -export CDMBWD_NEST02=5.0,5.0,1.0,1.0 +export CDMBGWD=20.0,2.5,1.0,1.0 +export CDMBGWD_NEST02=5.0,5.0,1.0,1.0 export DO_CA=.false. export FHLWR=720. export FHSWR=720. From dbf2d4aa49d94a87848ca79fb4a8888d68e61ff7 Mon Sep 17 00:00:00 2001 From: JONG KIM Date: Tue, 2 Sep 2025 14:48:24 -0400 Subject: [PATCH 03/15] Update bl_date.conf --- tests/bl_date.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 7421f7bea3..a8524384f3 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20250828 +export BL_DATE=20250902 From 586a1b38f944f52b018ea4d6a2c1c3657624aeda Mon Sep 17 00:00:00 2001 From: dpsarmie Date: Tue, 2 Sep 2025 15:06:15 -0500 Subject: [PATCH 04/15] Update test_changes.list --- tests/test_changes.list | 46 ++++++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/tests/test_changes.list b/tests/test_changes.list index 1929fd4143..4985b9b255 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,21 +1,25 @@ -control_gfs_mpas gnu -rap_control intel -rap_decomp intel -rap_2threads intel -rap_restart intel -rap_sfcdiff intel -rap_sfcdiff_decomp intel -rap_sfcdiff_restart intel -rap_control_dyn32_phy32 intel -rap_2threads_dyn32_phy32 intel -rap_restart_dyn32_phy32 intel -rap_control gnu -rap_decomp gnu -rap_2threads gnu -rap_restart gnu -rap_sfcdiff gnu -rap_sfcdiff_decomp gnu -rap_sfcdiff_restart gnu -rap_control_dyn32_phy32 gnu -rap_2threads_dyn32_phy32 gnu -rap_restart_dyn32_phy32 gnu +control_CubedSphereGrid intel +control_CubedSphereGrid_parallel intel +control_latlon intel +control_wrtGauss_netcdf_parallel intel +control_c48 intel +control_c48_lnd_iau intel +control_c192 intel +control_c384 intel +control_p8 intel +control_p8_ugwpv1 intel +control_restart_p8 intel +control_noqr_p8 intel +control_restart_noqr_p8 intel +control_decomp_p8 intel +control_2threads_p8 intel +control_p8_lndp intel +control_CubedSphereGrid_debug intel +control_wrtGauss_netcdf_parallel_debug intel +control_debug_p8 intel +control_p8_atmlnd intel +control_restart_p8_atmlnd intel +control_p8_atmlnd_debug intel +control_p8 gnu +control_p8_ugwpv1 gnu +control_debug_p8 gnu From 98689d140494946bb8b36c30075b5d40d7b072ae Mon Sep 17 00:00:00 2001 From: Daniel Sarmiento Date: Wed, 3 Sep 2025 15:00:47 +0000 Subject: [PATCH 05/15] Update newer tests and test_changes.list --- tests/default_vars.sh | 12 ++++++------ tests/parm/control_gfdlmpv3.nml.IN | 2 +- tests/parm/control_gfs_mpas.nml.IN | 2 +- tests/test_changes.list | 3 +++ 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index f32e681a38..5b437989af 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -736,14 +736,14 @@ export_gfs_physics () export DO_UGWP_V0_NST_ONLY=.false. # GWG resolution dependent settings - export CDMBWD_c48='0.071,2.1,1.0,1.0' - export CDMBWD_c96='0.14,1.8,1.0,1.0' - export CDMBWD_c192='0.23,1.5,1.0,1.0' - export CDMBWD_c384='1.1,0.72,1.0,1.0' - export CDMBWD_c768='4.0,0.15,1.0,1.0' + export CDMBGWD_c48='0.071,2.1,1.0,1.0' + export CDMBGWD_c96='0.14,1.8,1.0,1.0' + export CDMBGWD_c192='0.23,1.5,1.0,1.0' + export CDMBGWD_c384='1.1,0.72,1.0,1.0' + export CDMBGWD_c768='4.0,0.15,1.0,1.0' # set default - export CDMBWD=${CDMBWD_c96} + export CDMBGWD=${CDMBGWD_c96} # PBL export ISATMEDMF=1 diff --git a/tests/parm/control_gfdlmpv3.nml.IN b/tests/parm/control_gfdlmpv3.nml.IN index 8ff6b59287..ca6cf0f25b 100644 --- a/tests/parm/control_gfdlmpv3.nml.IN +++ b/tests/parm/control_gfdlmpv3.nml.IN @@ -140,7 +140,7 @@ imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/parm/control_gfs_mpas.nml.IN b/tests/parm/control_gfs_mpas.nml.IN index 00146d4c07..6e3fa7d63f 100644 --- a/tests/parm/control_gfs_mpas.nml.IN +++ b/tests/parm/control_gfs_mpas.nml.IN @@ -101,7 +101,7 @@ imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] ras = @[RAS] - cdmbgwd = @[CDMBWD] + cdmbgwd = @[CDMBGWD] prslrd0 = 0. ivegsrc = 1 isot = 1 diff --git a/tests/test_changes.list b/tests/test_changes.list index 4985b9b255..cbf8e03162 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -23,3 +23,6 @@ control_p8_atmlnd_debug intel control_p8 gnu control_p8_ugwpv1 gnu control_debug_p8 gnu +control_p8_ugwpv1_tempo intel +control_p8_ugwpv1_tempo_aerosol intel +control_p8_ugwpv1_tempo_aerosol_hail intel From e6caf4855b8527efb9c5129b1d1abc1e54fd2cbe Mon Sep 17 00:00:00 2001 From: jkbk2004 Date: Wed, 3 Sep 2025 12:35:13 -0500 Subject: [PATCH 06/15] add orion RT log: passed --- tests/logs/RegressionTests_orion.log | 687 +++++++++++++++------------ 1 file changed, 377 insertions(+), 310 deletions(-) diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 67759ab34c..e12613b22c 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,367 @@ +====START OF orion REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +dbf2d4aa49d94a87848ca79fb4a8888d68e61ff7 + +Submodule hashes used in testing: + 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) + 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) + 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) + 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) + 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_1271312 + +UFS_TEST.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-r) - USE ROCOTO + +PASS -- COMPILE s2swa_32bit_intel [17:11, 15:51](9 warnings,1043 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [19:34, 16:42] (2107676 MB) +PASS -- TEST cpld_control_gefs_intel [48:08, 20:24] (3067304 MB) +PASS -- TEST cpld_restart_gefs_intel [23:47, 07:07] (2734176 MB) +PASS -- TEST cpld_dcp_gefs_intel [43:19, 20:30] (3070676 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [26:11, 24:19](9 warnings,1041 remarks) +PASS -- TEST cpld_control_gfsv17_intel [33:11, 21:13] (1976956 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [26:51, 22:03] (2135772 MB) +PASS -- TEST cpld_restart_gfsv17_intel [13:43, 09:09] (1235000 MB) +PASS -- TEST cpld_restart_gfsv17_iau_intel [14:03, 09:22] (2091336 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [36:14, 25:04] (1881344 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [22:11, 20:53](9 warnings,1041 remarks) +PASS -- TEST cpld_control_sfs_intel [33:01, 21:05] (1962904 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [07:11, 05:50](1562 warnings,2932 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [26:03, 23:06] (1955348 MB) + +PASS -- COMPILE s2swa_intel [18:11, 16:16](9 warnings,1043 remarks) +PASS -- TEST cpld_control_p8_intel [27:21, 17:43] (2199572 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [33:53, 17:02] (2185240 MB) +PASS -- TEST cpld_restart_p8_intel [13:03, 09:09] (1783388 MB) +PASS -- TEST cpld_control_qr_p8_intel [19:24, 16:33] (2218524 MB) +PASS -- TEST cpld_restart_qr_p8_intel [11:54, 09:02] (1763268 MB) +PASS -- TEST cpld_2threads_p8_intel [29:41, 13:22] (2319420 MB) +PASS -- TEST cpld_decomp_p8_intel [19:24, 16:26] (2189268 MB) +PASS -- TEST cpld_mpi_p8_intel [17:28, 14:26] (2074172 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [20:37, 17:13] (2188648 MB) +PASS -- TEST cpld_control_c192_p8_intel [19:32, 15:58] (2677696 MB) +PASS -- TEST cpld_restart_c192_p8_intel [13:57, 08:48] (2857392 MB) + +PASS -- COMPILE s2swal_intel [18:11, 16:26](9 warnings,1064 remarks) +PASS -- TEST cpld_control_p8_lnd_intel [20:42, 17:41] (2152476 MB) +PASS -- TEST cpld_restart_p8_lnd_intel [12:18, 08:47] (1752532 MB) +PASS -- TEST cpld_s2sa_p8_intel [11:22, 08:27] (2160660 MB) + +PASS -- COMPILE s2sw_intel [18:11, 16:47](9 warnings,1011 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [18:17, 15:33] (1998252 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [10:28, 07:37] (2094532 MB) + +PASS -- COMPILE s2swa_debug_intel [08:11, 06:12](1452 warnings,2182 remarks) +PASS -- TEST cpld_debug_p8_intel [17:26, 14:35] (2217184 MB) + +PASS -- COMPILE s2sw_debug_intel [07:11, 06:08](1452 warnings,2164 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [10:18, 07:16] (2031136 MB) + +PASS -- COMPILE s2s_aoflux_intel [16:11, 14:14](9 warnings,947 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [07:19, 04:35] (2077500 MB) + +PASS -- COMPILE s2swa_faster_intel [18:11, 16:58](9 warnings,1029 remarks) +PASS -- TEST cpld_control_p8_faster_intel [28:15, 17:20] (2183764 MB) + +PASS -- COMPILE s2sw_pdlib_intel [22:11, 20:32](9 warnings,1034 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [28:34, 18:39] (2036512 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [12:04, 08:12] (1263356 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [27:33, 21:31] (1942884 MB) +PASS -- TEST cpld_control_c48_5deg_intel [12:12, 09:13] (3052736 MB) +PASS -- TEST cpld_warmstart_c48_5deg_intel [04:56, 02:33] (3047152 MB) +PASS -- TEST cpld_restart_c48_5deg_intel [05:13, 02:38] (2475044 MB) +PASS -- TEST cpld_control_c24_5deg_intel [03:34, 01:24] (2239204 MB) +PASS -- TEST cpld_warmstart_c24_5deg_intel [02:37, 00:52] (2245140 MB) +PASS -- TEST cpld_restart_c24_5deg_intel [02:37, 00:36] (1557168 MB) +PASS -- TEST cpld_control_c24_9deg_intel [03:35, 01:25] (2241744 MB) +PASS -- TEST cpld_warmstart_c24_9deg_intel [02:35, 00:51] (2238776 MB) +PASS -- TEST cpld_restart_c24_9deg_intel [02:34, 00:40] (1552220 MB) +PASS -- TEST cpld_control_c12_9deg_intel [02:33, 00:52] (2168128 MB) +PASS -- TEST cpld_warmstart_c12_9deg_intel [02:33, 00:46] (2166024 MB) +PASS -- TEST cpld_restart_c12_9deg_intel [02:35, 00:43] (1508660 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [07:10, 05:42](1562 warnings,2914 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [31:45, 28:30] (2012516 MB) + +PASS -- COMPILE atm_dyn32_intel [15:10, 13:37](0 warnings,502 remarks) +PASS -- TEST control_flake_intel [05:26, 03:44] (705748 MB) +PASS -- TEST control_CubedSphereGrid_intel [04:36, 02:38] (1590472 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [04:56, 02:49] (1605212 MB) +PASS -- TEST control_latlon_intel [04:26, 02:56] (1607380 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [04:31, 02:57] (1603976 MB) +PASS -- TEST control_c48_intel [11:40, 09:12] (1714056 MB) +PASS -- TEST control_c48.v2.sfc_intel [10:42, 08:21] (842796 MB) +PASS -- TEST control_c48_lnd_iau_intel [11:40, 09:23] (1705136 MB) +PASS -- TEST control_c192_intel [10:57, 08:26] (1787648 MB) +PASS -- TEST control_c384_intel [14:06, 10:25] (1983908 MB) +PASS -- TEST control_c384gdas_intel [15:33, 10:45] (1344032 MB) +PASS -- TEST control_stochy_intel [04:31, 01:59] (657236 MB) +PASS -- TEST control_stochy_restart_intel [03:56, 01:19] (489552 MB) +PASS -- TEST control_lndp_intel [05:31, 01:56] (657872 MB) +PASS -- TEST control_iovr4_intel [06:29, 03:01] (653716 MB) +PASS -- TEST control_iovr5_intel [05:36, 02:57] (656032 MB) +PASS -- TEST control_p8_intel [09:40, 04:19] (1890304 MB) +PASS -- TEST control_p8.v2.sfc_intel [08:48, 04:20] (1889104 MB) +PASS -- TEST control_p8_ugwpv1_intel [08:35, 04:40] (1888336 MB) +PASS -- TEST control_restart_p8_intel [06:26, 03:37] (1094272 MB) +PASS -- TEST control_noqr_p8_intel [07:22, 04:27] (1887152 MB) +PASS -- TEST control_restart_noqr_p8_intel [04:50, 01:50] (1136500 MB) +PASS -- TEST control_decomp_p8_intel [07:08, 04:35] (1873000 MB) +PASS -- TEST control_2threads_p8_intel [06:30, 03:54] (1976384 MB) +PASS -- TEST control_p8_lndp_intel [07:43, 06:01] (1894088 MB) +PASS -- TEST control_p8_rrtmgp_intel [08:22, 05:10] (1958976 MB) +PASS -- TEST control_p8_mynn_intel [06:26, 03:40] (1900336 MB) +PASS -- TEST merra2_thompson_intel [06:33, 04:06] (1897332 MB) +PASS -- TEST merra2_hf_thompson_intel [08:23, 05:22] (1908404 MB) +PASS -- TEST regional_control_intel [09:38, 07:22] (1084356 MB) +PASS -- TEST regional_restart_intel [07:32, 04:13] (1107016 MB) +PASS -- TEST regional_decomp_intel [08:34, 07:03] (1075152 MB) +PASS -- TEST regional_2threads_intel [08:34, 06:00] (1038608 MB) +PASS -- TEST regional_noquilt_intel [10:48, 08:03] (1358992 MB) +PASS -- TEST regional_netcdf_parallel_intel [10:40, 07:32] (1084388 MB) +PASS -- TEST regional_2dwrtdecomp_intel [09:36, 07:15] (1081948 MB) +PASS -- TEST regional_wofs_intel [09:36, 07:54] (1903288 MB) + +PASS -- COMPILE rrfs_intel [14:10, 12:32](3 warnings,447 remarks) +PASS -- TEST rap_control_intel [07:19, 04:36] (1045696 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [07:56, 05:11] (1357296 MB) +PASS -- TEST rap_decomp_intel [07:10, 04:46] (1036924 MB) +PASS -- TEST rap_2threads_intel [08:01, 05:30] (1123124 MB) +PASS -- TEST rap_restart_intel [06:31, 02:30] (1001424 MB) +PASS -- TEST rap_sfcdiff_intel [07:16, 04:33] (1040796 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [07:54, 04:43] (1036364 MB) +PASS -- TEST rap_sfcdiff_restart_intel [07:30, 02:27] (1008016 MB) +PASS -- TEST hrrr_control_intel [08:20, 04:24] (1034872 MB) +PASS -- TEST hrrr_control_decomp_intel [07:54, 04:31] (1037664 MB) +PASS -- TEST hrrr_control_2threads_intel [07:52, 05:02] (1113716 MB) +PASS -- TEST hrrr_control_restart_intel [05:32, 02:25] (969412 MB) +PASS -- TEST rrfs_v1beta_intel [11:20, 08:16] (1039744 MB) +PASS -- TEST rrfs_v1nssl_intel [11:25, 09:42] (1999020 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [11:23, 09:23] (2008264 MB) + +PASS -- COMPILE csawmg_intel [13:10, 11:48](0 warnings,416 remarks) +PASS -- TEST control_csawmg_intel [10:34, 07:37] (1048264 MB) +PASS -- TEST control_ras_intel [05:21, 03:31] (744900 MB) + +PASS -- COMPILE wam_intel [13:10, 11:34](0 warnings,394 remarks) +PASS -- TEST control_wam_intel [15:44, 12:59] (1678160 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [13:10, 12:06](0 warnings,410 remarks) +PASS -- TEST control_p8_faster_intel [07:18, 04:08] (1885660 MB) +PASS -- TEST regional_control_faster_intel [10:37, 07:20] (1080272 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [08:10, 06:32](901 warnings,588 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [12:29, 02:15] (1621964 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [12:33, 02:17] (1621492 MB) +PASS -- TEST control_stochy_debug_intel [12:22, 03:01] (832496 MB) +PASS -- TEST control_lndp_debug_intel [11:22, 02:45] (833188 MB) +PASS -- TEST control_csawmg_debug_intel [15:34, 05:23] (1136644 MB) +PASS -- TEST control_ras_debug_intel [12:23, 02:46] (832928 MB) +PASS -- TEST control_diag_debug_intel [12:33, 02:46] (1693488 MB) +PASS -- TEST control_debug_p8_intel [14:46, 04:11] (1927484 MB) +PASS -- TEST regional_debug_intel [28:39, 18:35] (1093608 MB) +PASS -- TEST rap_control_debug_intel [14:27, 04:59] (1228044 MB) +PASS -- TEST hrrr_control_debug_intel [07:28, 04:51] (1213780 MB) +PASS -- TEST hrrr_gf_debug_intel [07:28, 04:54] (1212340 MB) +PASS -- TEST hrrr_c3_debug_intel [08:21, 04:50] (1205860 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [08:26, 04:57] (1224268 MB) +PASS -- TEST rap_diag_debug_intel [08:31, 05:16] (1309308 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [07:21, 05:00] (1217696 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [07:20, 05:03] (1218812 MB) +PASS -- TEST rap_lndp_debug_intel [07:21, 05:04] (1209040 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [08:22, 04:54] (1220772 MB) +PASS -- TEST rap_noah_debug_intel [08:21, 04:58] (1224464 MB) +PASS -- TEST rap_sfcdiff_debug_intel [09:22, 04:58] (1223964 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [10:30, 07:50] (1211788 MB) +PASS -- TEST rap_clm_lake_debug_intel [08:23, 04:55] (1205164 MB) +PASS -- TEST rap_flake_debug_intel [07:21, 04:54] (1207476 MB) + +PASS -- COMPILE wam_debug_intel [08:10, 04:23](858 warnings,394 remarks) +PASS -- TEST control_wam_debug_intel [15:47, 13:08] (1696668 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [17:14, 11:36](3 warnings,414 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [08:59, 04:54] (1233780 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [08:18, 03:56] (950096 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [07:36, 03:49] (919372 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [10:14, 04:39] (997948 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [10:36, 04:29] (969700 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [07:27, 03:55] (914908 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [04:20, 02:08] (893724 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [04:39, 02:06] (880192 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [17:10, 12:30](3 warnings,391 remarks) +PASS -- TEST conus13km_control_intel [06:51, 03:45] (1330248 MB) +PASS -- TEST conus13km_2threads_intel [04:40, 01:30] (1230320 MB) +PASS -- TEST conus13km_decomp_intel [06:45, 03:48] (1351996 MB) +PASS -- TEST conus13km_restart_intel [03:41, 02:04] (1197156 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [16:14, 11:45](3 warnings,414 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [07:45, 04:43] (1009064 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [06:10, 04:24](793 warnings,420 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [07:25, 04:55] (1098748 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [06:23, 04:48] (1087772 MB) +PASS -- TEST conus13km_debug_intel [24:50, 22:58] (1344680 MB) +PASS -- TEST conus13km_debug_qr_intel [25:45, 22:40] (1066940 MB) +PASS -- TEST conus13km_debug_2threads_intel [24:39, 21:42] (1260616 MB) +PASS -- TEST conus13km_debug_decomp_intel [25:39, 22:41] (1371364 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [25:38, 22:19] (1429280 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [10:19, 04:21](793 warnings,414 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [06:23, 04:56] (1175464 MB) + +PASS -- COMPILE hafsw_intel [20:15, 14:20](0 warnings,694 remarks) +PASS -- TEST hafs_regional_atm_intel [09:16, 05:54] (908344 MB) +PASS -- TEST hafs_regional_atm_gfdlmpv3_intel [08:21, 05:58] (1080976 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [06:26, 04:26] (1217828 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [10:28, 07:04] (969904 MB) +PASS -- TEST hafs_regional_atm_wav_intel [32:29, 29:13] (1144104 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [37:33, 34:15] (1027900 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [10:11, 06:50] (493272 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [12:29, 08:25] (506284 MB) +PASS -- TEST hafs_global_1nest_atm_intel [05:53, 03:27] (371080 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [12:35, 08:47] (418860 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [06:56, 04:30] (530772 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [06:55, 04:18] (526824 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [08:57, 05:19] (573620 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [04:30, 01:30] (403420 MB) +PASS -- TEST gnv1_nested_intel [10:16, 04:21] (1735636 MB) + +PASS -- COMPILE hafsw_debug_intel [11:13, 05:06](1498 warnings,2056 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [14:53, 12:36] (579160 MB) + +PASS -- COMPILE hafsw_faster_intel [21:11, 15:27](0 warnings,659 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [18:02, 15:17] (634348 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [18:04, 15:13] (715684 MB) + +PASS -- COMPILE hafs_mom6w_intel [19:16, 14:39](9 warnings,927 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [15:10, 11:08] (712876 MB) + +PASS -- COMPILE hafs_all_intel [19:16, 14:50](0 warnings,636 remarks) +PASS -- TEST hafs_regional_docn_intel [10:18, 07:16] (969388 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [10:14, 07:13] (954624 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [18:54, 16:25] (1205412 MB) + +PASS -- COMPILE datm_cdeps_intel [12:11, 09:21](9 warnings,561 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [05:20, 03:27] (1873528 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [04:19, 02:25] (1814812 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [05:19, 03:07] (1125752 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [05:18, 03:10] (1129560 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [05:18, 03:11] (1127300 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [05:18, 03:29] (1867672 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [05:17, 03:29] (1871704 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [04:17, 03:09] (1125940 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [10:22, 07:37] (1666192 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [10:18, 07:13] (1037648 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [05:16, 03:28] (1870208 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [07:19, 05:53] (4824712 MB) +PASS -- TEST datm_cdeps_gfs_intel [07:19, 05:56] (4840628 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [05:14, 03:32](13 warnings,561 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [08:18, 07:03] (1778372 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [09:11, 08:04](9 warnings,561 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [05:18, 03:32] (1868328 MB) + +PASS -- COMPILE datm_cdeps_land_intel [03:10, 01:24](0 warnings,126 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [03:30, 01:21] (252564 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [02:25, 00:50] (318220 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [02:27, 00:31] (314080 MB) + +PASS -- COMPILE datm_cdeps_lm4_intel [03:10, 01:50](0 warnings,164 remarks) +PASS -- TEST datm_cdeps_lm4_gswp3_intel [02:29, 00:40] (566940 MB) +PASS -- TEST datm_cdeps_lm4_gswp3_rst_intel [02:31, 00:24] (447444 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [15:11, 13:41](0 warnings,610 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [06:06, 03:58] (1994728 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [16:11, 12:47](0 warnings,498 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [07:11, 04:57] (1994792 MB) + +PASS -- COMPILE atml_intel [17:11, 13:30](8 warnings,553 remarks) +PASS -- TEST control_p8_atmlnd_intel [06:35, 03:49] (1862208 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [04:00, 02:03] (1081252 MB) + +PASS -- COMPILE atml_debug_intel [09:11, 06:26](906 warnings,553 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [07:22, 05:03] (1896388 MB) + +PASS -- COMPILE atmw_intel [15:11, 13:00](0 warnings,519 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [05:30, 02:15] (1901496 MB) + +PASS -- COMPILE atmaero_intel [14:11, 12:26](0 warnings,412 remarks) +PASS -- TEST atmaero_control_p8_intel [07:09, 04:32] (1979884 MB) +PASS -- TEST atmaero_control_p8_rad_intel [08:00, 05:20] (1777320 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [08:01, 05:28] (1784724 MB) + +PASS -- COMPILE atmaq_intel [13:11, 12:03](8 warnings,609 remarks) +PASS -- TEST regional_atmaq_intel [22:06, 18:48] (2915308 MB) +PASS -- TEST regional_atmaq_canopy_intel [25:46, 22:30] (2915660 MB) + +PASS -- COMPILE atmaq_debug_intel [06:11, 04:57](883 warnings,609 remarks) +PASS -- TEST regional_atmaq_debug_intel [43:32, 39:56] (2920796 MB) + +PASS -- COMPILE atm_fbh_intel [13:11, 11:48](3 warnings,421 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [15:27, 13:36] (1088624 MB) + +PASS -- COMPILE hafsw_intelllvm [15:11, 13:56](0 warnings,629 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intelllvm [08:12, 05:18] (566428 MB) + + +SYNOPSIS: +Starting Date/Time: 2025-09-02 16:47:10 +Ending Date/Time: 2025-09-02 18:56:27 +Total Time: 02h:09m:17s +Compiles Completed: 45/45 +Tests Completed: 206/210 + + +NOTES: +A file test_changes.list was generated but is empty. +If you are using this log as a pull request verification, please commit test_changes.list. + +Result: FAILED + +====END OF orion REGRESSION TESTING LOG==== ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -a170f99d8eb19a6541687b281ba078583dbc03fd +98689d140494946bb8b36c30075b5d40d7b072ae Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +369,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -19,9 +379,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 1dfc855b9ef45722767fcee884adf956511191f7 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5318-g1dfc855b) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) @@ -40,319 +400,26 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/orion/stmp/jongkim/FV3_RT/rt_1689413 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_1480450 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic +* (-b) - NEW BASELINES FROM FILE: test_changes.list * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:11, 15:37] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:52, 15:43](2106 MB) -PASS -- TEST 'cpld_control_gefs_intel' [39:07, 22:54](3071 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [27:23, 07:39](2736 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [39:26, 23:50](3082 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 22:16] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:56, 19:57](1977 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [27:36, 21:34](2130 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:25, 08:16](1233 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:19, 10:25](2085 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:06, 24:04](1883 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [25:11, 23:41] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [23:55, 20:07](1959 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:29] ( 1562 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [27:47, 22:04](1962 MB) - -PASS -- COMPILE 's2swa_intel' [18:11, 16:32] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:54, 16:51](2182 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:55, 17:14](2184 MB) -PASS -- TEST 'cpld_restart_p8_intel' [17:14, 10:16](1781 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:35, 16:03](2211 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [16:22, 09:24](1775 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:37, 12:11](2324 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:35, 15:57](2180 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:16, 13:40](2063 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:43, 16:00](2194 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:34, 16:11](2673 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:45, 10:05](2871 MB) - -PASS -- COMPILE 's2swal_intel' [18:11, 16:17] ( 9 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [21:54, 18:33](2150 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [13:18, 08:46](1746 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:25, 08:03](2157 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 14:31] ( 9 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [18:17, 15:07](1996 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:18, 06:44](2091 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:37] ( 1452 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [26:27, 14:58](2218 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:59] ( 1452 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [21:58, 08:05](2022 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:11, 14:16] ( 9 warnings 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:20, 04:34](2072 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:21, 15:59] ( 9 warnings 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [23:25, 17:24](2180 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:21, 19:27] ( 9 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:48, 17:31](2019 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:18, 08:08](1249 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:53, 20:11](1939 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [11:14, 08:16](3051 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:11, 02:37](3046 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:08, 01:32](2478 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:42, 01:29](2245 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:38, 00:53](2242 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:38, 00:38](1555 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:33, 01:25](2240 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:45, 01:55](2237 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:07, 00:36](1555 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [05:10, 02:02](2155 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:10, 01:37](2165 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [05:04, 00:32](1507 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:16, 05:41] ( 1562 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:27, 27:54](2012 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [16:11, 13:17] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [05:46, 03:43](696 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:41, 02:39](1587 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:36, 02:51](1605 MB) -PASS -- TEST 'control_latlon_intel' [04:27, 02:49](1590 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:33, 02:50](1593 MB) -PASS -- TEST 'control_c48_intel' [10:36, 09:10](1714 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:01, 08:16](830 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:32, 09:20](1714 MB) -PASS -- TEST 'control_c192_intel' [10:59, 08:11](1799 MB) -PASS -- TEST 'control_c384_intel' [16:31, 09:53](1995 MB) -PASS -- TEST 'control_c384gdas_intel' [17:34, 10:15](1344 MB) -PASS -- TEST 'control_stochy_intel' [04:52, 01:49](655 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:46, 01:07](489 MB) -PASS -- TEST 'control_lndp_intel' [04:33, 01:42](654 MB) -PASS -- TEST 'control_iovr4_intel' [05:29, 02:42](657 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:25, 03:14](953 MB) -PASS -- TEST 'control_iovr5_intel' [05:04, 02:42](655 MB) -PASS -- TEST 'control_p8_intel' [06:56, 03:16](1896 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:52, 03:25](1888 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:39, 03:50](1883 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:23, 03:45](1903 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:35, 03:27](1916 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [06:20, 02:14](2412 MB) -PASS -- TEST 'control_restart_p8_intel' [04:25, 01:53](1098 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:20, 03:10](1884 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:05, 01:47](1136 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:19, 03:13](1876 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:18, 03:46](1972 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:46, 05:35](1890 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:55, 04:52](1954 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:37, 03:34](1904 MB) -PASS -- TEST 'merra2_thompson_intel' [06:46, 03:47](1892 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:27, 05:42](1903 MB) -PASS -- TEST 'regional_control_intel' [08:42, 06:25](1084 MB) -PASS -- TEST 'regional_restart_intel' [05:58, 03:24](1109 MB) -PASS -- TEST 'regional_decomp_intel' [08:40, 06:43](1077 MB) -PASS -- TEST 'regional_2threads_intel' [06:37, 04:27](1036 MB) -PASS -- TEST 'regional_noquilt_intel' [08:51, 06:18](1364 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:00, 06:18](1082 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:45, 06:20](1079 MB) -PASS -- TEST 'regional_wofs_intel' [09:43, 07:49](1905 MB) - -PASS -- COMPILE 'rrfs_intel' [15:11, 12:24] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [08:04, 04:30](1040 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:16, 05:06](1364 MB) -PASS -- TEST 'rap_decomp_intel' [07:15, 04:47](1035 MB) -PASS -- TEST 'rap_2threads_intel' [08:35, 05:18](1133 MB) -PASS -- TEST 'rap_restart_intel' [05:53, 02:29](1009 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:22, 04:28](1049 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:10, 04:37](1046 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:39, 02:30](1004 MB) -PASS -- TEST 'hrrr_control_intel' [08:42, 04:23](1049 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:37, 04:27](1036 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:39, 05:00](1119 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:13, 02:37](971 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:23, 08:20](1037 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:16, 09:42](1992 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:56, 09:19](2018 MB) - -PASS -- COMPILE 'csawmg_intel' [14:11, 11:45] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [09:50, 06:57](1046 MB) -PASS -- TEST 'control_ras_intel' [05:27, 03:29](746 MB) - -PASS -- COMPILE 'wam_intel' [13:11, 11:43] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [15:34, 13:03](1678 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:11, 12:11] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [08:24, 04:59](1893 MB) -PASS -- TEST 'regional_control_faster_intel' [09:05, 06:14](1078 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 06:19] ( 901 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:10, 02:23](1622 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:15, 02:25](1623 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:05, 03:06](838 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:04, 02:52](840 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:25, 05:19](1142 MB) -PASS -- TEST 'control_ras_debug_intel' [05:04, 02:44](842 MB) -PASS -- TEST 'control_diag_debug_intel' [05:13, 02:52](1691 MB) -PASS -- TEST 'control_debug_p8_intel' [06:27, 03:23](1923 MB) -PASS -- TEST 'regional_debug_intel' [18:41, 16:48](1100 MB) -PASS -- TEST 'rap_control_debug_intel' [06:26, 04:57](1222 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:54, 05:05](1210 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:50, 05:06](1217 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:52, 04:53](1215 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:40, 05:13](1220 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:22, 05:18](1304 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:50, 05:14](1216 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:37, 05:05](1218 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:24, 05:11](1225 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:39, 05:16](1222 MB) -PASS -- TEST 'rap_noah_debug_intel' [10:38, 05:07](1215 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:00, 04:59](1223 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:15, 08:39](1208 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:16, 05:02](1221 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:11, 05:17](1214 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:11, 04:19] ( 858 warnings 394 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:42, 13:12](1709 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 11:37] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:46, 04:53](1236 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:28, 04:01](932 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:49, 04:03](923 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:07, 04:40](985 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:52, 04:28](961 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:03, 04:01](911 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:27, 02:14](891 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:33, 02:10](884 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 11:49] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:07, 03:49](1322 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:52, 01:28](1247 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:52, 03:53](1354 MB) -PASS -- TEST 'conus13km_restart_intel' [05:58, 02:09](1198 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:11, 11:47] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:53, 04:38](1010 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:26] ( 793 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:29, 04:57](1089 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:30, 04:54](1089 MB) -PASS -- TEST 'conus13km_debug_intel' [25:05, 22:19](1386 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:54, 22:45](1060 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:57, 21:41](1269 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:50, 22:57](1384 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:49, 22:18](1425 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:44] ( 793 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:29, 04:57](1181 MB) - -PASS -- COMPILE 'hafsw_intel' [15:10, 13:50] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:21, 07:09](905 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:22, 05:58](1088 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:16, 04:35](1226 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:46, 07:14](974 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [32:37, 29:12](1000 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:46, 34:29](1023 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:21, 07:05](490 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:39, 08:22](514 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:07, 03:31](370 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:02, 08:49](419 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:03, 05:05](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:15, 04:22](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:15, 05:22](566 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:37, 01:35](397 MB) -PASS -- TEST 'gnv1_nested_intel' [09:25, 04:21](1738 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:10, 04:59] ( 1498 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:09, 12:59](572 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:10, 13:47] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:05, 15:12](631 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:26, 15:16](716 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 14:45] ( 9 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:20, 11:12](709 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 13:46] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:31, 07:17](967 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:25, 07:19](951 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:13, 16:12](1208 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:45] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:20, 03:28](1877 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:31](1817 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:22, 03:07](1123 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:19, 03:10](1123 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:19, 03:10](1129 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 03:28](1858 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:18, 05:28](1865 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 03:09](1121 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:14, 07:59](1663 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [13:11, 07:15](1035 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:24, 03:27](1861 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [09:09, 06:21](4832 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [09:47, 07:42](4833 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 04:11] ( 13 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:34, 07:03](1779 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:11, 07:34] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:20, 03:29](1868 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:11] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:17, 01:28](248 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:14, 00:56](315 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:32, 00:35](310 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:35] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:49, 00:42](565 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [04:42, 00:24](448 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:12, 13:08] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:34, 03:59](1992 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 12:28] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:24, 04:59](2001 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 13:31] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:41, 03:52](1870 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:31, 02:06](1085 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 05:50] ( 906 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:52, 05:26](1904 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 12:50] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:19, 02:12](1914 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 12:11] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:49, 05:32](1980 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:20, 06:05](1773 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:12, 06:06](1781 MB) - -PASS -- COMPILE 'atmaq_intel' [13:11, 12:07] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [27:04, 19:00](2917 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [30:43, 22:12](2914 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:30] ( 883 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [47:22, 39:35](2932 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:11, 11:25] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [19:31, 13:32](1086 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [15:11, 13:31] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [11:28, 05:17](569 MB) +PASS -- COMPILE 'atm_dyn32_intel' [15:10, 14:02] ( 502 remarks ) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [13:54, 03:23](948 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [16:36, 03:14](1906 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [16:49, 03:41](1922 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [13:20, 02:18](2440 MB) SYNOPSIS: -Starting Date/Time: 20250828 20:40:47 -Ending Date/Time: 20250828 22:57:23 -Total Time: 02h:17m:41s -Compiles Completed: 45/45 -Tests Completed: 210/210 +Starting Date/Time: 20250903 11:19:22 +Ending Date/Time: 20250903 11:52:39 +Total Time: 00h:33m:44s +Compiles Completed: 1/1 +Tests Completed: 4/4 NOTES: A file 'test_changes.list' was generated but is empty. From e1d0c17da16851459bae34841c51517ae94a1e1c Mon Sep 17 00:00:00 2001 From: Jong Kim Date: Wed, 3 Sep 2025 12:58:01 -0500 Subject: [PATCH 07/15] add hercules RT log: passed --- tests/logs/RegressionTests_hercules.log | 831 ++++++++++++------------ 1 file changed, 417 insertions(+), 414 deletions(-) diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 0e56ba98ff..9ffd043838 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: -0c8bd36879e1c62329e80bcfe838892e232859e5 +dbf2d4aa49d94a87848ca79fb4a8888d68e61ff7 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 1dfc855b9ef45722767fcee884adf956511191f7 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5318-g1dfc855b) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) @@ -39,422 +39,424 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_2742275 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_3402929 UFS_TEST.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-r) - USE ROCOTO -PASS -- COMPILE s2swa_32bit_intel [14:57, 12:44](9 warnings,1043 remarks) -PASS -- TEST cpld_control_p8_mixedmode_intel [53:40, 10:32] (2166988 MB) -PASS -- TEST cpld_control_gefs_intel [82:02, 21:19] (3127112 MB) -PASS -- TEST cpld_restart_gefs_intel [44:07, 09:03] (2816476 MB) -PASS -- TEST cpld_dcp_gefs_intel [74:34, 16:30] (3162664 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_intel [20:39, 17:36](9 warnings,1041 remarks) -PASS -- TEST cpld_control_gfsv17_intel [74:16, 19:40] (2025368 MB) -PASS -- TEST cpld_control_gfsv17_iau_intel [27:10, 19:02] (2339388 MB) -PASS -- TEST cpld_restart_gfsv17_intel [13:26, 06:40] (1352548 MB) -PASS -- TEST cpld_restart_gfsv17_iau_intel [42:24, 09:36] (2212324 MB) -PASS -- TEST cpld_mpi_gfsv17_intel [87:38, 18:31] (1927672 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [20:57, 18:43](9 warnings,1041 remarks) -PASS -- TEST cpld_control_sfs_intel [86:59, 18:30] (1990884 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [06:19, 05:16](1562 warnings,2932 remarks) -PASS -- TEST cpld_debug_gfsv17_intel [36:59, 18:04] (2001704 MB) - -PASS -- COMPILE s2swa_intel [13:49, 11:54](9 warnings,1043 remarks) -PASS -- TEST cpld_control_p8_intel [29:01, 10:45] (2263524 MB) -PASS -- TEST cpld_control_p8.v2.sfc_intel [38:40, 12:28] (2265356 MB) -PASS -- TEST cpld_restart_p8_intel [48:17, 10:35] (1964856 MB) -PASS -- TEST cpld_control_qr_p8_intel [33:29, 09:42] (2285336 MB) -PASS -- TEST cpld_restart_qr_p8_intel [46:10, 10:38] (1838348 MB) -PASS -- TEST cpld_2threads_p8_intel [38:47, 12:34] (2419036 MB) -PASS -- TEST cpld_decomp_p8_intel [33:40, 09:36] (2246832 MB) -PASS -- TEST cpld_mpi_p8_intel [22:48, 09:16] (2143552 MB) -PASS -- TEST cpld_control_ciceC_p8_intel [33:26, 09:35] (2266136 MB) -PASS -- TEST cpld_control_c192_p8_intel [75:12, 16:55] (2945820 MB) -PASS -- TEST cpld_restart_c192_p8_intel [58:29, 13:32] (2965728 MB) - -PASS -- COMPILE s2swal_intel [14:42, 12:18](9 warnings,1064 remarks) -PASS -- TEST cpld_control_p8_lnd_intel [57:09, 10:11] (2226028 MB) -PASS -- TEST cpld_restart_p8_lnd_intel [21:01, 06:33] (1921356 MB) -PASS -- TEST cpld_s2sa_p8_intel [56:32, 08:57] (2236148 MB) - -PASS -- COMPILE s2sw_intel [14:51, 12:55](9 warnings,1011 remarks) -PASS -- TEST cpld_control_noaero_p8_intel [52:06, 08:57] (2045756 MB) -PASS -- TEST cpld_control_nowave_noaero_p8_intel [41:43, 07:23] (2163876 MB) - -PASS -- COMPILE s2swa_debug_intel [07:11, 05:21](1452 warnings,2182 remarks) -PASS -- TEST cpld_debug_p8_intel [30:15, 15:01] (2290428 MB) - -PASS -- COMPILE s2sw_debug_intel [06:11, 04:34](1452 warnings,2164 remarks) -PASS -- TEST cpld_debug_noaero_p8_intel [23:17, 06:48] (2082988 MB) - -PASS -- COMPILE s2s_aoflux_intel [10:19, 09:12](9 warnings,947 remarks) -PASS -- TEST cpld_control_noaero_p8_agrid_intel [18:22, 04:52] (2137680 MB) - -PASS -- COMPILE s2swa_faster_intel [20:37, 13:06](9 warnings,1029 remarks) -PASS -- TEST cpld_control_p8_faster_intel [65:12, 10:34] (2263692 MB) - -PASS -- COMPILE s2sw_pdlib_intel [22:23, 17:00](9 warnings,1034 remarks) -PASS -- TEST cpld_control_pdlib_p8_intel [68:17, 14:53] (2090596 MB) -PASS -- TEST cpld_restart_pdlib_p8_intel [10:58, 06:40] (1409128 MB) -PASS -- TEST cpld_mpi_pdlib_p8_intel [68:00, 16:19] (2009004 MB) -PASS -- TEST cpld_control_c48_5deg_intel [51:12, 07:21] (3047376 MB) -PASS -- TEST cpld_warmstart_c48_5deg_intel [50:32, 03:03] (3045088 MB) -PASS -- TEST cpld_restart_c48_5deg_intel [04:20, 01:03] (2477448 MB) -PASS -- TEST cpld_control_c24_5deg_intel [43:47, 02:08] (2244824 MB) -PASS -- TEST cpld_warmstart_c24_5deg_intel [39:49, 01:34] (2238660 MB) -PASS -- TEST cpld_restart_c24_5deg_intel [08:27, 01:17] (1547756 MB) -PASS -- TEST cpld_control_c24_9deg_intel [39:48, 02:00] (2241160 MB) -PASS -- TEST cpld_warmstart_c24_9deg_intel [34:21, 01:37] (2241876 MB) -PASS -- TEST cpld_restart_c24_9deg_intel [07:07, 01:04] (1558440 MB) -PASS -- TEST cpld_control_c12_9deg_intel [34:34, 01:51] (2166648 MB) -PASS -- TEST cpld_warmstart_c12_9deg_intel [31:05, 01:53] (2167792 MB) -PASS -- TEST cpld_restart_c12_9deg_intel [08:09, 01:08] (1505480 MB) - -PASS -- COMPILE s2sw_pdlib_debug_intel [07:33, 03:12](1562 warnings,2914 remarks) -PASS -- TEST cpld_debug_pdlib_p8_intel [73:36, 22:33] (2077312 MB) - -PASS -- COMPILE atm_dyn32_intel [16:26, 09:00](0 warnings,502 remarks) -PASS -- TEST control_flake_intel [62:15, 04:22] (721728 MB) -PASS -- TEST control_CubedSphereGrid_intel [48:50, 03:23] (1613568 MB) -PASS -- TEST control_CubedSphereGrid_parallel_intel [61:10, 02:42] (1620604 MB) -PASS -- TEST control_latlon_intel [60:57, 02:40] (1628868 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_intel [61:10, 02:13] (1620932 MB) -PASS -- TEST control_c48_intel [60:55, 06:31] (1710956 MB) -PASS -- TEST control_c48.v2.sfc_intel [25:29, 05:55] (841556 MB) -PASS -- TEST control_c48_lnd_iau_intel [27:21, 08:49] (1709612 MB) -PASS -- TEST control_c192_intel [24:05, 08:46] (1830148 MB) -PASS -- TEST control_c384_intel [18:52, 08:48] (2032140 MB) -PASS -- TEST control_c384gdas_intel [49:47, 07:32] (1516384 MB) -PASS -- TEST control_stochy_intel [07:00, 01:27] (674516 MB) -PASS -- TEST control_stochy_restart_intel [15:25, 01:00] (549804 MB) -PASS -- TEST control_lndp_intel [07:00, 01:23] (678764 MB) -PASS -- TEST control_iovr4_intel [08:08, 02:16] (672600 MB) -PASS -- TEST control_iovr4_gfdlmpv3_intel [09:09, 03:43] (971720 MB) -PASS -- TEST control_iovr5_intel [07:49, 02:07] (677412 MB) -PASS -- TEST control_p8_intel [10:13, 03:21] (1905172 MB) -PASS -- TEST control_p8.v2.sfc_intel [19:22, 03:46] (1913568 MB) -PASS -- TEST control_p8_ugwpv1_intel [18:56, 03:41] (1909252 MB) -PASS -- TEST control_p8_ugwpv1_tempo_intel [18:48, 03:49] (1932356 MB) -PASS -- TEST control_p8_ugwpv1_tempo_aerosol_intel [17:41, 03:35] (1941588 MB) -PASS -- TEST control_p8_ugwpv1_tempo_aerosol_hail_intel [16:18, 02:50] (2429860 MB) -PASS -- TEST control_restart_p8_intel [45:39, 02:56] (1175324 MB) -PASS -- TEST control_noqr_p8_intel [16:02, 03:34] (1911580 MB) -PASS -- TEST control_restart_noqr_p8_intel [49:58, 02:30] (1217896 MB) -PASS -- TEST control_decomp_p8_intel [29:35, 05:08] (1903764 MB) -PASS -- TEST control_2threads_p8_intel [44:57, 04:04] (1994260 MB) -PASS -- TEST control_p8_lndp_intel [14:26, 05:18] (1907448 MB) -PASS -- TEST control_p8_rrtmgp_intel [40:39, 04:54] (1982136 MB) -PASS -- TEST control_p8_mynn_intel [39:53, 04:30] (1928460 MB) -PASS -- TEST merra2_thompson_intel [34:45, 04:45] (1921512 MB) -PASS -- TEST merra2_hf_thompson_intel [26:50, 18:02] (1930968 MB) -PASS -- TEST regional_control_intel [12:14, 05:40] (1195564 MB) -PASS -- TEST regional_restart_intel [05:58, 02:27] (1204968 MB) -PASS -- TEST regional_decomp_intel [12:29, 05:56] (1185948 MB) -PASS -- TEST regional_2threads_intel [12:14, 04:12] (1100312 MB) -PASS -- TEST regional_noquilt_intel [12:04, 05:33] (1503792 MB) -PASS -- TEST regional_netcdf_parallel_intel [11:58, 05:40] (1198104 MB) -PASS -- TEST regional_2dwrtdecomp_intel [18:27, 09:28] (1195716 MB) -PASS -- TEST regional_wofs_intel [18:32, 13:17] (2074992 MB) - -PASS -- COMPILE rrfs_intel [12:13, 07:52](3 warnings,447 remarks) -PASS -- TEST rap_control_intel [43:49, 03:38] (1125056 MB) -PASS -- TEST regional_spp_sppt_shum_skeb_intel [42:50, 03:28] (1443680 MB) -PASS -- TEST rap_decomp_intel [42:51, 03:47] (1072212 MB) -PASS -- TEST rap_2threads_intel [47:59, 04:20] (1166056 MB) -PASS -- TEST rap_sfcdiff_intel [48:34, 03:38] (1097708 MB) -PASS -- TEST rap_sfcdiff_decomp_intel [44:38, 03:49] (1067148 MB) -PASS -- TEST rap_sfcdiff_restart_intel [05:12, 01:56] (1082568 MB) -PASS -- TEST hrrr_control_intel [47:59, 03:27] (1085280 MB) -PASS -- TEST hrrr_control_decomp_intel [47:51, 03:38] (1056864 MB) -PASS -- TEST hrrr_control_2threads_intel [47:31, 04:05] (1143052 MB) -PASS -- TEST hrrr_control_restart_intel [03:33, 01:52] (1054336 MB) -PASS -- TEST rrfs_v1beta_intel [49:00, 06:28] (1195128 MB) -PASS -- TEST rrfs_v1nssl_intel [51:34, 08:08] (2017524 MB) -PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [50:07, 07:51] (2189576 MB) - -PASS -- COMPILE csawmg_intel [21:43, 09:37](0 warnings,416 remarks) -PASS -- TEST control_csawmg_intel [48:21, 06:46] (1072828 MB) -PASS -- TEST control_ras_intel [06:36, 03:24] (860380 MB) - -PASS -- COMPILE wam_intel [26:49, 07:45](0 warnings,394 remarks) -PASS -- TEST control_wam_intel [49:11, 09:59] (1684128 MB) - -PASS -- COMPILE atm_faster_dyn32_intel [18:48, 07:54](0 warnings,410 remarks) -PASS -- TEST control_p8_faster_intel [40:21, 03:55] (1913472 MB) -PASS -- TEST regional_control_faster_intel [42:47, 05:23] (1197120 MB) - -PASS -- COMPILE atm_debug_dyn32_intel [16:54, 05:40](901 warnings,588 remarks) -PASS -- TEST control_CubedSphereGrid_debug_intel [34:03, 01:54] (1642940 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [34:03, 01:58] (1653776 MB) -PASS -- TEST control_stochy_debug_intel [19:44, 02:38] (866908 MB) -PASS -- TEST control_lndp_debug_intel [15:41, 02:58] (857968 MB) -PASS -- TEST control_csawmg_debug_intel [18:07, 05:21] (1162776 MB) -PASS -- TEST control_ras_debug_intel [12:24, 02:23] (860004 MB) -PASS -- TEST control_diag_debug_intel [09:49, 02:17] (1702268 MB) -PASS -- TEST control_debug_p8_intel [09:48, 03:10] (1935740 MB) -PASS -- TEST regional_debug_intel [20:15, 15:23] (1160584 MB) -PASS -- TEST rap_control_debug_intel [08:00, 04:40] (1248204 MB) -PASS -- TEST hrrr_control_debug_intel [08:28, 04:04] (1235224 MB) -PASS -- TEST hrrr_gf_debug_intel [08:04, 04:17] (1233544 MB) -PASS -- TEST hrrr_c3_debug_intel [07:08, 04:10] (1243076 MB) -PASS -- TEST rap_unified_drag_suite_debug_intel [07:19, 04:49] (1249804 MB) -PASS -- TEST rap_diag_debug_intel [07:09, 04:26] (1326000 MB) -PASS -- TEST rap_cires_ugwp_debug_intel [07:13, 04:11] (1233580 MB) -PASS -- TEST rap_unified_ugwp_debug_intel [07:02, 04:49] (1245884 MB) -PASS -- TEST rap_lndp_debug_intel [07:06, 04:18] (1242188 MB) -PASS -- TEST rap_progcld_thompson_debug_intel [06:50, 04:10] (1243224 MB) -PASS -- TEST rap_noah_debug_intel [09:33, 04:25] (1254960 MB) -PASS -- TEST rap_sfcdiff_debug_intel [08:46, 04:18] (1250672 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [11:13, 07:07] (1241800 MB) -PASS -- TEST rap_clm_lake_debug_intel [09:25, 04:28] (1250008 MB) -PASS -- TEST rap_flake_debug_intel [09:32, 04:11] (1241724 MB) - -PASS -- COMPILE wam_debug_intel [15:36, 04:30](858 warnings,394 remarks) - -PASS -- COMPILE rrfs_dyn32_phy32_intel [22:23, 10:08](3 warnings,414 remarks) -PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [07:33, 03:12] (1304272 MB) -PASS -- TEST rap_control_dyn32_phy32_intel [08:31, 03:03] (1043108 MB) -PASS -- TEST hrrr_control_dyn32_phy32_intel [07:30, 02:57] (1053656 MB) -PASS -- TEST rap_2threads_dyn32_phy32_intel [08:08, 03:40] (1085868 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [06:53, 03:30] (1069356 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [06:20, 03:08] (990756 MB) -PASS -- TEST rap_restart_dyn32_phy32_intel [14:09, 03:58] (975296 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [10:31, 01:39] (958364 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [17:28, 08:00](3 warnings,391 remarks) -PASS -- TEST conus13km_control_intel [04:31, 02:28] (1520248 MB) -PASS -- TEST conus13km_2threads_intel [03:36, 01:21] (1328148 MB) -PASS -- TEST conus13km_decomp_intel [04:41, 02:33] (1545604 MB) -PASS -- TEST conus13km_restart_intel [11:09, 01:29] (1276332 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_intel [17:26, 08:03](3 warnings,414 remarks) -PASS -- TEST rap_control_dyn64_phy32_intel [06:04, 03:45] (1117680 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [09:28, 04:48](793 warnings,420 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_intel [10:38, 08:35] (1125312 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [11:17, 09:19] (1117380 MB) -PASS -- TEST conus13km_debug_intel [21:18, 18:34] (1555452 MB) -PASS -- TEST conus13km_debug_qr_intel [20:54, 18:27] (1159076 MB) -PASS -- TEST conus13km_debug_2threads_intel [23:40, 21:35] (1366028 MB) -PASS -- TEST conus13km_debug_decomp_intel [21:47, 19:17] (1597200 MB) -PASS -- TEST conus13km_radar_tten_debug_intel [20:49, 18:36] (1617588 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [13:47, 02:35](793 warnings,414 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:43, 04:04] (1216320 MB) - -PASS -- COMPILE hafsw_intel [15:57, 10:59](0 warnings,694 remarks) -PASS -- TEST hafs_regional_atm_intel [09:59, 06:33] (1043676 MB) -PASS -- TEST hafs_regional_atm_gfdlmpv3_intel [07:54, 04:52] (1235184 MB) -PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [05:34, 03:14] (1295252 MB) -PASS -- TEST hafs_regional_atm_ocn_intel [18:19, 09:45] (1094940 MB) -PASS -- TEST hafs_regional_atm_wav_intel [19:51, 14:16] (1133296 MB) -PASS -- TEST hafs_regional_atm_ocn_wav_intel [21:43, 16:26] (1142144 MB) -PASS -- TEST hafs_regional_1nest_atm_intel [16:41, 08:47] (596704 MB) -PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [10:58, 06:27] (614716 MB) -PASS -- TEST hafs_global_1nest_atm_intel [10:26, 02:18] (440072 MB) -PASS -- TEST hafs_global_multiple_4nests_atm_intel [11:42, 06:22] (507624 MB) -PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [12:51, 03:13] (622532 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [12:42, 03:02] (618812 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [07:15, 03:54] (664920 MB) -PASS -- TEST hafs_global_storm_following_1nest_atm_intel [14:43, 02:07] (460720 MB) - -PASS -- COMPILE hafsw_debug_intel [08:01, 03:49](1498 warnings,2056 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [14:40, 10:58] (636044 MB) - -PASS -- COMPILE hafsw_faster_intel [16:13, 11:09](0 warnings,659 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [21:26, 18:03] (724704 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [29:29, 18:18] (834456 MB) - -PASS -- COMPILE hafs_mom6w_intel [15:24, 10:32](9 warnings,927 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [25:58, 11:53] (823340 MB) - -PASS -- COMPILE hafs_all_intel [19:06, 13:47](0 warnings,636 remarks) -PASS -- TEST hafs_regional_docn_intel [23:33, 11:17] (1090408 MB) -PASS -- TEST hafs_regional_docn_oisst_intel [21:37, 09:55] (1069012 MB) -PASS -- TEST hafs_regional_datm_cdeps_intel [25:22, 16:27] (1343176 MB) - -PASS -- COMPILE datm_cdeps_intel [10:21, 06:13](9 warnings,561 remarks) -PASS -- TEST datm_cdeps_control_cfsr_intel [05:27, 02:56] (1868416 MB) -PASS -- TEST datm_cdeps_restart_cfsr_intel [06:52, 02:10] (1818444 MB) -PASS -- TEST datm_cdeps_control_gefs_intel [09:17, 02:18] (1123200 MB) -PASS -- TEST datm_cdeps_iau_gefs_intel [12:23, 04:49] (1120736 MB) -PASS -- TEST datm_cdeps_stochy_gefs_intel [08:34, 02:16] (1119036 MB) -PASS -- TEST datm_cdeps_ciceC_cfsr_intel [09:28, 02:24] (1864480 MB) -PASS -- TEST datm_cdeps_bulk_cfsr_intel [09:40, 02:27] (1862840 MB) -PASS -- TEST datm_cdeps_bulk_gefs_intel [08:35, 02:16] (1121228 MB) -PASS -- TEST datm_cdeps_mx025_cfsr_intel [10:09, 05:51] (1714064 MB) -PASS -- TEST datm_cdeps_mx025_gefs_intel [10:25, 05:35] (1192156 MB) -PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [07:20, 02:24] (1867020 MB) -PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [08:22, 04:05] (4830360 MB) -PASS -- TEST datm_cdeps_gfs_intel [05:19, 03:57] (4823784 MB) - -PASS -- COMPILE datm_cdeps_debug_intel [07:24, 03:44](13 warnings,561 remarks) -PASS -- TEST datm_cdeps_debug_cfsr_intel [07:18, 05:32] (1778048 MB) - -PASS -- COMPILE datm_cdeps_faster_intel [13:37, 08:20](9 warnings,561 remarks) -PASS -- TEST datm_cdeps_control_cfsr_faster_intel [04:15, 02:33] (1867744 MB) - -PASS -- COMPILE datm_cdeps_land_intel [03:41, 00:47](0 warnings,126 remarks) -PASS -- TEST datm_cdeps_lnd_gswp3_intel [03:48, 00:53] (336676 MB) -PASS -- TEST datm_cdeps_lnd_era5_intel [02:53, 00:34] (557884 MB) -PASS -- TEST datm_cdeps_lnd_era5_rst_intel [03:24, 00:23] (559188 MB) - -PASS -- COMPILE atm_ds2s_docn_pcice_intel [15:37, 08:10](0 warnings,610 remarks) -PASS -- TEST atm_ds2s_docn_pcice_intel [06:02, 03:19] (2038748 MB) - -PASS -- COMPILE atm_ds2s_docn_dice_intel [15:28, 08:15](0 warnings,498 remarks) -PASS -- TEST atm_ds2s_docn_dice_intel [07:04, 04:15] (2056196 MB) - -PASS -- COMPILE atml_intel [17:36, 12:00](8 warnings,553 remarks) -PASS -- TEST control_p8_atmlnd_intel [05:22, 02:53] (1889008 MB) -PASS -- TEST control_restart_p8_atmlnd_intel [03:54, 01:38] (1157712 MB) - -PASS -- COMPILE atml_debug_intel [12:24, 09:58](906 warnings,553 remarks) -PASS -- TEST control_p8_atmlnd_debug_intel [12:13, 09:11] (1921992 MB) - -PASS -- COMPILE atmw_intel [12:10, 10:33](0 warnings,519 remarks) -PASS -- TEST atmwav_control_noaero_p8_intel [05:20, 01:59] (1949904 MB) - -PASS -- COMPILE atmaero_intel [15:17, 10:24](0 warnings,412 remarks) -PASS -- TEST atmaero_control_p8_intel [07:01, 03:39] (2016852 MB) -PASS -- TEST atmaero_control_p8_rad_intel [07:15, 04:27] (1791640 MB) -PASS -- TEST atmaero_control_p8_rad_micro_intel [07:51, 04:25] (1811592 MB) - -PASS -- COMPILE atmaq_intel [12:48, 07:58](8 warnings,609 remarks) -PASS -- TEST regional_atmaq_intel [18:02, 13:37] (2947012 MB) -PASS -- TEST regional_atmaq_canopy_intel [21:12, 16:28] (2941756 MB) - -PASS -- COMPILE atmaq_debug_intel [07:16, 03:26](883 warnings,609 remarks) -PASS -- TEST regional_atmaq_debug_intel [45:02, 40:13] (2953744 MB) - -PASS -- COMPILE atm_fbh_intel [15:09, 09:07](3 warnings,421 remarks) -PASS -- TEST cpld_regional_atm_fbh_intel [12:33, 09:33] (1074572 MB) - -PASS -- COMPILE atm_gnu [12:27, 06:46](0 warnings,0 remarks) -PASS -- TEST control_c48_gnu [11:01, 07:36] (1584800 MB) -PASS -- TEST control_stochy_gnu [04:35, 02:20] (590564 MB) -PASS -- TEST control_ras_gnu [06:24, 03:54] (599124 MB) -PASS -- TEST control_p8_gnu [05:58, 03:24] (1558268 MB) -PASS -- TEST control_p8_ugwpv1_gnu [05:46, 03:22] (1572268 MB) -PASS -- TEST control_flake_gnu [06:53, 04:25] (638028 MB) - -PASS -- COMPILE rrfs_gnu [08:02, 06:24](0 warnings,0 remarks) -PASS -- TEST rap_control_gnu [08:05, 04:41] (942088 MB) -PASS -- TEST rap_decomp_gnu [11:08, 08:06] (942340 MB) -PASS -- TEST rap_2threads_gnu [06:05, 03:30] (1003440 MB) -PASS -- TEST rap_restart_gnu [04:07, 02:11] (673120 MB) -PASS -- TEST rap_sfcdiff_gnu [07:03, 04:07] (941100 MB) -PASS -- TEST rap_sfcdiff_decomp_gnu [07:42, 04:08] (940308 MB) -PASS -- TEST rap_sfcdiff_restart_gnu [05:31, 02:09] (679228 MB) -PASS -- TEST hrrr_control_gnu [07:00, 04:00] (939148 MB) -PASS -- TEST hrrr_control_noqr_gnu [06:53, 03:58] (926728 MB) -PASS -- TEST hrrr_control_2threads_gnu [10:03, 07:26] (1002376 MB) -PASS -- TEST hrrr_control_decomp_gnu [05:43, 04:04] (939184 MB) -PASS -- TEST hrrr_control_restart_gnu [03:46, 02:05] (676844 MB) -PASS -- TEST hrrr_control_restart_noqr_gnu [03:46, 02:07] (758284 MB) -PASS -- TEST rrfs_v1beta_gnu [10:31, 07:42] (935876 MB) - -PASS -- COMPILE csawmg_gnu [08:48, 06:33](0 warnings,0 remarks) -PASS -- TEST control_csawmg_gnu [08:38, 06:31] (840488 MB) - -PASS -- COMPILE atm_dyn32_debug_gnu [15:24, 07:59](0 warnings,0 remarks) -PASS -- TEST control_diag_debug_gnu [03:09, 01:11] (1371872 MB) -PASS -- TEST regional_debug_gnu [08:43, 06:50] (882112 MB) -PASS -- TEST rap_control_debug_gnu [03:55, 01:58] (955048 MB) -PASS -- TEST hrrr_control_debug_gnu [03:45, 01:55] (943228 MB) -PASS -- TEST hrrr_gf_debug_gnu [03:23, 02:00] (950904 MB) -PASS -- TEST hrrr_c3_debug_gnu [03:46, 02:00] (949040 MB) -PASS -- TEST rap_diag_debug_gnu [04:36, 02:10] (1037520 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [07:51, 05:51] (944980 MB) -PASS -- TEST rap_progcld_thompson_debug_gnu [03:31, 02:09] (953000 MB) -PASS -- TEST control_ras_debug_gnu [02:43, 01:15] (580792 MB) -PASS -- TEST control_stochy_debug_gnu [03:22, 01:15] (582708 MB) -PASS -- TEST control_debug_p8_gnu [03:25, 01:40] (1532024 MB) -PASS -- TEST rap_flake_debug_gnu [03:56, 01:56] (951964 MB) -PASS -- TEST rap_clm_lake_debug_gnu [05:04, 03:01] (950656 MB) -PASS -- TEST gnv1_c96_no_nest_debug_gnu [05:18, 03:16] (958332 MB) - -PASS -- COMPILE wam_debug_gnu [07:18, 02:05](0 warnings,0 remarks) -PASS -- TEST control_wam_debug_gnu [08:01, 05:56] (1386840 MB) - -PASS -- COMPILE atm_debug_dyn32_gnu [10:30, 06:24](0 warnings,0 remarks) -PASS -- TEST control_csawmg_debug_gnu [03:47, 01:55] (824648 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_gnu [10:05, 03:55](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn32_phy32_gnu [06:56, 04:18] (794736 MB) -PASS -- TEST hrrr_control_dyn32_phy32_gnu [06:21, 03:50] (791456 MB) -PASS -- TEST rap_2threads_dyn32_phy32_gnu [05:58, 03:37] (840244 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [05:43, 03:22] (838272 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:40, 04:03] (791732 MB) -PASS -- TEST rap_restart_dyn32_phy32_gnu [05:13, 02:42] (643244 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [04:09, 02:30] (645168 MB) -PASS -- TEST conus13km_control_gnu [06:08, 03:48] (1034508 MB) -PASS -- TEST conus13km_2threads_gnu [04:59, 02:31] (1017452 MB) -PASS -- TEST conus13km_decomp_gnu [05:44, 03:53] (1041896 MB) -PASS -- TEST conus13km_restart_gnu [05:20, 02:22] (764164 MB) - -PASS -- COMPILE atm_dyn64_phy32_gnu [22:30, 10:50](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn64_phy32_gnu [06:14, 04:29] (821548 MB) - -PASS -- COMPILE atm_dyn32_phy32_debug_gnu [11:41, 07:29](0 warnings,0 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_gnu [04:01, 02:08] (801400 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [03:39, 02:08] (796672 MB) -PASS -- TEST conus13km_debug_gnu [11:30, 09:22] (1052092 MB) -PASS -- TEST conus13km_debug_qr_gnu [11:02, 09:26] (777972 MB) -PASS -- TEST conus13km_debug_2threads_gnu [11:03, 08:34] (1035676 MB) -PASS -- TEST conus13km_debug_decomp_gnu [14:04, 12:12] (1058236 MB) -PASS -- TEST conus13km_radar_tten_debug_gnu [10:57, 09:23] (1121712 MB) - -PASS -- COMPILE atm_dyn64_phy32_debug_gnu [10:53, 07:21](0 warnings,0 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_gnu [05:42, 03:31] (831264 MB) - -PASS -- COMPILE s2swa_gnu [20:01, 17:09](0 warnings,0 remarks) -PASS -- TEST cpld_control_p8_gnu [15:02, 12:18] (1723740 MB) - -PASS -- COMPILE s2s_gnu [19:21, 16:33](0 warnings,0 remarks) -PASS -- TEST cpld_control_nowave_noaero_p8_gnu [10:40, 08:08] (1628380 MB) - -PASS -- COMPILE s2swa_debug_gnu [06:35, 03:41](0 warnings,0 remarks) -PASS -- TEST cpld_debug_p8_gnu [10:51, 07:51] (1738316 MB) - -PASS -- COMPILE s2sw_pdlib_gnu [22:48, 17:23](0 warnings,0 remarks) -PASS -- TEST cpld_control_pdlib_p8_gnu [15:39, 13:40] (1591348 MB) - -PASS -- COMPILE s2sw_pdlib_debug_gnu [06:21, 02:09](0 warnings,0 remarks) -PASS -- TEST cpld_debug_pdlib_p8_gnu [11:19, 09:05] (1592768 MB) - -PASS -- COMPILE datm_cdeps_gnu [22:59, 16:19](0 warnings,0 remarks) -PASS -- TEST datm_cdeps_control_cfsr_gnu [04:30, 02:42] (1604152 MB) - -PASS -- COMPILE atm_mpas_dyn32_gnu [16:21, 11:02](0 warnings,0 remarks) -PASS -- TEST control_gfs_mpas_gnu [02:33, 00:59] (6400672 MB) +PASS -- COMPILE s2swa_32bit_intel [12:40, 11:25](9 warnings,1043 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [10:10, 08:07] (2165128 MB) +PASS -- TEST cpld_control_gefs_intel [32:18, 16:22] (3119136 MB) +PASS -- TEST cpld_restart_gefs_intel [23:20, 06:22] (2824812 MB) +PASS -- TEST cpld_dcp_gefs_intel [36:28, 15:05] (3158780 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [19:23, 18:02](9 warnings,1041 remarks) +PASS -- TEST cpld_control_gfsv17_intel [22:44, 17:24] (2027672 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [23:32, 20:15] (2342092 MB) +PASS -- TEST cpld_restart_gfsv17_intel [10:30, 06:57] (1345176 MB) +PASS -- TEST cpld_restart_gfsv17_iau_intel [10:57, 08:01] (2216564 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [23:47, 18:38] (1928568 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [22:28, 20:39](9 warnings,1041 remarks) +PASS -- TEST cpld_control_sfs_intel [19:08, 16:43] (1991344 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [04:11, 03:05](1562 warnings,2932 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [19:47, 17:12] (2002456 MB) + +PASS -- COMPILE s2swa_intel [13:23, 11:24](9 warnings,1043 remarks) +PASS -- TEST cpld_control_p8_intel [20:36, 10:06] (2273760 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [19:32, 08:52] (2265608 MB) +PASS -- TEST cpld_restart_p8_intel [07:17, 04:24] (1963012 MB) +PASS -- TEST cpld_control_qr_p8_intel [20:24, 09:32] (2284224 MB) +PASS -- TEST cpld_restart_qr_p8_intel [07:29, 04:29] (1832956 MB) +PASS -- TEST cpld_2threads_p8_intel [20:24, 09:50] (2406952 MB) +PASS -- TEST cpld_decomp_p8_intel [19:24, 09:08] (2242412 MB) +PASS -- TEST cpld_mpi_p8_intel [15:29, 07:50] (2142692 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [20:42, 09:29] (2263908 MB) +PASS -- TEST cpld_control_c192_p8_intel [24:06, 16:14] (2943856 MB) +PASS -- TEST cpld_restart_c192_p8_intel [10:36, 06:07] (2967716 MB) + +PASS -- COMPILE s2swal_intel [14:23, 12:44](9 warnings,1064 remarks) +PASS -- TEST cpld_control_p8_lnd_intel [19:36, 09:30] (2220096 MB) +PASS -- TEST cpld_restart_p8_lnd_intel [07:29, 04:26] (1928772 MB) +PASS -- TEST cpld_s2sa_p8_intel [17:25, 07:39] (2237252 MB) + +PASS -- COMPILE s2sw_intel [13:23, 12:00](9 warnings,1011 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [19:22, 08:55] (2048068 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [18:33, 07:33] (2168328 MB) + +PASS -- COMPILE s2swa_debug_intel [06:20, 04:49](1452 warnings,2182 remarks) +PASS -- TEST cpld_debug_p8_intel [15:11, 12:28] (2297116 MB) + +PASS -- COMPILE s2sw_debug_intel [05:15, 03:31](1452 warnings,2164 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [08:08, 05:12] (2081468 MB) + +PASS -- COMPILE s2s_aoflux_intel [10:23, 08:23](9 warnings,947 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [07:21, 04:04] (2129456 MB) + +PASS -- COMPILE s2swa_faster_intel [14:29, 13:12](9 warnings,1029 remarks) +PASS -- TEST cpld_control_p8_faster_intel [14:27, 08:52] (2256976 MB) + +PASS -- COMPILE s2sw_pdlib_intel [20:51, 19:13](9 warnings,1034 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [16:13, 14:10] (2104288 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [11:10, 07:04] (1407236 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [18:21, 15:32] (2003480 MB) +PASS -- TEST cpld_control_c48_5deg_intel [07:43, 06:03] (3054200 MB) +PASS -- TEST cpld_warmstart_c48_5deg_intel [03:46, 01:48] (3038948 MB) +PASS -- TEST cpld_restart_c48_5deg_intel [03:46, 01:10] (2486120 MB) +PASS -- TEST cpld_control_c24_5deg_intel [02:27, 00:59] (2240308 MB) +PASS -- TEST cpld_warmstart_c24_5deg_intel [02:30, 00:33] (2241324 MB) +PASS -- TEST cpld_restart_c24_5deg_intel [02:32, 00:25] (1553756 MB) +PASS -- TEST cpld_control_c24_9deg_intel [02:27, 00:57] (2235928 MB) +PASS -- TEST cpld_warmstart_c24_9deg_intel [02:29, 00:33] (2242140 MB) +PASS -- TEST cpld_restart_c24_9deg_intel [02:29, 00:24] (1552880 MB) +PASS -- TEST cpld_control_c12_9deg_intel [02:29, 00:32] (2166328 MB) +PASS -- TEST cpld_warmstart_c12_9deg_intel [02:31, 00:26] (2158956 MB) +PASS -- TEST cpld_restart_c12_9deg_intel [02:33, 00:22] (1506464 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [05:20, 03:41](1562 warnings,2914 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [25:21, 22:29] (2066332 MB) + +PASS -- COMPILE atm_dyn32_intel [10:21, 08:45](0 warnings,502 remarks) +PASS -- TEST control_flake_intel [05:34, 03:34] (722752 MB) +PASS -- TEST control_CubedSphereGrid_intel [03:29, 02:03] (1616184 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [04:39, 02:16] (1619408 MB) +PASS -- TEST control_latlon_intel [04:26, 02:36] (1614524 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [03:37, 02:10] (1628720 MB) +PASS -- TEST control_c48_intel [08:31, 06:29] (1711728 MB) +PASS -- TEST control_c48.v2.sfc_intel [07:28, 05:58] (839988 MB) +PASS -- TEST control_c48_lnd_iau_intel [08:31, 06:48] (1710712 MB) +PASS -- TEST control_c192_intel [08:38, 06:35] (1825460 MB) +PASS -- TEST control_c384_intel [09:26, 07:06] (2019564 MB) +PASS -- TEST control_c384gdas_intel [12:14, 07:30] (1520636 MB) +PASS -- TEST control_stochy_intel [03:26, 01:25] (677268 MB) +PASS -- TEST control_stochy_restart_intel [02:37, 00:52] (557848 MB) +PASS -- TEST control_lndp_intel [03:23, 01:20] (678300 MB) +PASS -- TEST control_iovr4_intel [03:21, 02:06] (676344 MB) +FAIL -- TEST control_iovr4_gfdlmpv3_intel +PASS -- TEST control_iovr5_intel [03:20, 02:06] (675796 MB) +PASS -- TEST control_p8_intel [04:56, 02:30] (1908308 MB) +PASS -- TEST control_p8.v2.sfc_intel [05:02, 02:45] (1913768 MB) +PASS -- TEST control_p8_ugwpv1_intel [04:53, 02:33] (1903856 MB) +FAIL -- TEST control_p8_ugwpv1_tempo_intel +FAIL -- TEST control_p8_ugwpv1_tempo_aerosol_intel +FAIL -- TEST control_p8_ugwpv1_tempo_aerosol_hail_intel +PASS -- TEST control_restart_p8_intel [04:07, 01:45] (1161440 MB) +PASS -- TEST control_noqr_p8_intel [05:00, 02:31] (1899004 MB) +PASS -- TEST control_restart_noqr_p8_intel [04:12, 01:34] (1207836 MB) +PASS -- TEST control_decomp_p8_intel [04:50, 02:35] (1904348 MB) +PASS -- TEST control_2threads_p8_intel [04:41, 03:01] (1990268 MB) +PASS -- TEST control_p8_lndp_intel [06:39, 04:21] (1909836 MB) +PASS -- TEST control_p8_rrtmgp_intel [06:18, 03:41] (1980484 MB) +PASS -- TEST control_p8_mynn_intel [06:15, 03:07] (1913048 MB) +PASS -- TEST merra2_thompson_intel [05:22, 03:06] (1910600 MB) +PASS -- TEST merra2_hf_thompson_intel [07:19, 04:41] (1926376 MB) +PASS -- TEST regional_control_intel [06:39, 04:40] (1196808 MB) +PASS -- TEST regional_restart_intel [04:39, 03:00] (1208240 MB) +PASS -- TEST regional_decomp_intel [07:33, 05:13] (1186456 MB) +PASS -- TEST regional_2threads_intel [05:30, 03:49] (1083248 MB) +PASS -- TEST regional_noquilt_intel [06:39, 04:44] (1503056 MB) +PASS -- TEST regional_netcdf_parallel_intel [06:42, 04:51] (1195208 MB) +PASS -- TEST regional_2dwrtdecomp_intel [06:34, 04:56] (1200928 MB) +PASS -- TEST regional_wofs_intel [07:42, 06:04] (2084248 MB) + +PASS -- COMPILE rrfs_intel [09:15, 07:59](3 warnings,447 remarks) +PASS -- TEST rap_control_intel [06:12, 03:42] (1120176 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [06:09, 03:39] (1440752 MB) +PASS -- TEST rap_decomp_intel [06:07, 03:54] (1084432 MB) +PASS -- TEST rap_2threads_intel [07:07, 04:38] (1156804 MB) +PASS -- TEST rap_restart_intel [04:19, 02:06] (1101008 MB) +PASS -- TEST rap_sfcdiff_intel [06:18, 03:49] (1096816 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [06:02, 03:56] (1065164 MB) +PASS -- TEST rap_sfcdiff_restart_intel [04:21, 02:08] (1087892 MB) +PASS -- TEST hrrr_control_intel [06:09, 03:38] (1096716 MB) +PASS -- TEST hrrr_control_decomp_intel [06:10, 03:54] (1056884 MB) +PASS -- TEST hrrr_control_2threads_intel [06:06, 04:13] (1136528 MB) +PASS -- TEST hrrr_control_restart_intel [03:39, 02:00] (1047856 MB) +PASS -- TEST rrfs_v1beta_intel [09:26, 06:46] (1194712 MB) +PASS -- TEST rrfs_v1nssl_intel [10:37, 08:23] (2019192 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:47, 08:05] (2160024 MB) + +PASS -- COMPILE csawmg_intel [10:18, 07:51](0 warnings,416 remarks) +PASS -- TEST control_csawmg_intel [07:48, 05:46] (1076528 MB) +PASS -- TEST control_ras_intel [04:31, 03:07] (854736 MB) + +PASS -- COMPILE wam_intel [09:34, 07:43](0 warnings,394 remarks) +PASS -- TEST control_wam_intel [12:49, 10:30] (1680356 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [09:34, 08:21](0 warnings,410 remarks) +PASS -- TEST control_p8_faster_intel [05:16, 02:42] (1908716 MB) +PASS -- TEST regional_control_faster_intel [06:47, 04:35] (1198788 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [05:10, 03:50](901 warnings,588 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [06:41, 02:00] (1639936 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [06:44, 02:05] (1642424 MB) +PASS -- TEST control_stochy_debug_intel [06:29, 02:41] (859932 MB) +PASS -- TEST control_lndp_debug_intel [06:33, 02:23] (850704 MB) +PASS -- TEST control_csawmg_debug_intel [08:42, 04:29] (1155616 MB) +PASS -- TEST control_ras_debug_intel [06:39, 02:28] (860820 MB) +PASS -- TEST control_diag_debug_intel [07:48, 03:08] (1707184 MB) +PASS -- TEST control_debug_p8_intel [06:46, 03:04] (1932820 MB) +PASS -- TEST regional_debug_intel [21:45, 17:34] (1150556 MB) +PASS -- TEST rap_control_debug_intel [06:50, 04:50] (1253920 MB) +PASS -- TEST hrrr_control_debug_intel [06:41, 04:31] (1228732 MB) +PASS -- TEST hrrr_gf_debug_intel [06:45, 04:29] (1247916 MB) +PASS -- TEST hrrr_c3_debug_intel [06:30, 04:46] (1239872 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [06:27, 04:55] (1233628 MB) +PASS -- TEST rap_diag_debug_intel [06:46, 04:51] (1327532 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [06:32, 04:29] (1247116 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [06:46, 04:33] (1245156 MB) +PASS -- TEST rap_lndp_debug_intel [06:30, 04:24] (1252392 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [06:31, 04:22] (1242948 MB) +PASS -- TEST rap_noah_debug_intel [06:32, 04:37] (1247076 MB) +PASS -- TEST rap_sfcdiff_debug_intel [05:45, 04:14] (1250776 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [09:41, 07:32] (1245168 MB) +PASS -- TEST rap_clm_lake_debug_intel [06:30, 04:48] (1253736 MB) +PASS -- TEST rap_flake_debug_intel [07:25, 05:38] (1249748 MB) + +PASS -- COMPILE wam_debug_intel [05:18, 02:30](858 warnings,394 remarks) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [09:38, 07:35](3 warnings,414 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [05:30, 03:26] (1308344 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [06:18, 03:34] (1050892 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [05:59, 03:05] (1025268 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [05:52, 03:50] (1078104 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [05:38, 03:51] (1068184 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [05:56, 03:15] (986028 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [04:00, 01:43] (977456 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [03:25, 01:36] (964116 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [11:39, 07:59](3 warnings,391 remarks) +PASS -- TEST conus13km_control_intel [04:43, 02:43] (1511580 MB) +PASS -- TEST conus13km_2threads_intel [03:36, 01:21] (1324832 MB) +PASS -- TEST conus13km_decomp_intel [04:32, 02:34] (1554632 MB) +PASS -- TEST conus13km_restart_intel [03:37, 01:24] (1291968 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [10:30, 07:51](3 warnings,414 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [05:40, 03:56] (1102164 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [05:15, 02:34](793 warnings,420 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [05:25, 04:06] (1123608 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [06:25, 04:12] (1114352 MB) +PASS -- TEST conus13km_debug_intel [20:58, 18:48] (1556972 MB) +PASS -- TEST conus13km_debug_qr_intel [20:56, 18:41] (1158508 MB) +PASS -- TEST conus13km_debug_2threads_intel [21:45, 19:57] (1370872 MB) +PASS -- TEST conus13km_debug_decomp_intel [20:43, 19:06] (1587332 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [20:34, 18:31] (1605120 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [04:14, 02:27](793 warnings,414 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [06:23, 04:18] (1217804 MB) + +PASS -- COMPILE hafsw_intel [12:15, 10:36](0 warnings,694 remarks) +PASS -- TEST hafs_regional_atm_intel [07:15, 04:56] (1045192 MB) +PASS -- TEST hafs_regional_atm_gfdlmpv3_intel [08:33, 05:15] (1220244 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [05:34, 03:13] (1300792 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [09:35, 06:57] (1099940 MB) +PASS -- TEST hafs_regional_atm_wav_intel [17:25, 14:36] (1125564 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [19:34, 16:43] (1145588 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [13:13, 10:15] (599924 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [08:42, 06:21] (610644 MB) +PASS -- TEST hafs_global_1nest_atm_intel [04:51, 02:27] (434128 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [10:24, 06:25] (504008 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [05:52, 03:12] (616968 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:55, 03:06] (617236 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:53, 03:48] (668912 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [02:29, 00:59] (455136 MB) + +PASS -- COMPILE hafsw_debug_intel [04:14, 02:46](1498 warnings,2056 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [12:56, 11:04] (640316 MB) + +PASS -- COMPILE hafsw_faster_intel [12:16, 10:39](0 warnings,659 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [21:05, 18:16] (754304 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [20:08, 17:51] (829852 MB) + +PASS -- COMPILE hafs_mom6w_intel [12:15, 10:41](9 warnings,927 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [14:51, 11:39] (925472 MB) + +PASS -- COMPILE hafs_all_intel [12:13, 10:11](0 warnings,636 remarks) +PASS -- TEST hafs_regional_docn_intel [08:22, 05:30] (1089640 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [08:11, 05:40] (1080164 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [18:53, 16:28] (1342680 MB) + +PASS -- COMPILE datm_cdeps_intel [08:14, 06:43](9 warnings,561 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [04:23, 02:28] (1868364 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [03:17, 01:35] (1801540 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [04:18, 02:14] (1117012 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [04:23, 02:16] (1113604 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [04:18, 02:16] (1125184 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [04:15, 02:25] (1872488 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [04:19, 02:25] (1871136 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [04:20, 02:14] (1110656 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [07:58, 05:52] (1712840 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [07:54, 05:32] (1192868 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [04:20, 02:23] (1870320 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [05:22, 03:50] (4834300 MB) +PASS -- TEST datm_cdeps_gfs_intel [05:19, 03:52] (4836416 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [04:11, 03:04](13 warnings,561 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [07:19, 05:37] (1779304 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [07:11, 05:52](9 warnings,561 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [04:18, 02:28] (1868048 MB) + +PASS -- COMPILE datm_cdeps_land_intel [02:11, 00:40](0 warnings,126 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [02:31, 00:59] (333424 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [02:26, 00:39] (557116 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [02:27, 00:24] (556660 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [10:14, 08:43](0 warnings,610 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [08:59, 06:25] (2045236 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [10:10, 08:27](0 warnings,498 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [06:53, 04:18] (2058132 MB) + +PASS -- COMPILE atml_intel [10:10, 08:42](8 warnings,553 remarks) +PASS -- TEST control_p8_atmlnd_intel [05:11, 02:52] (1898304 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [03:37, 01:42] (1163712 MB) + +PASS -- COMPILE atml_debug_intel [05:11, 03:17](906 warnings,553 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [08:09, 05:14] (1918440 MB) + +PASS -- COMPILE atmw_intel [12:27, 10:20](0 warnings,519 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [03:55, 01:59] (1944892 MB) + +PASS -- COMPILE atmaero_intel [09:17, 07:55](0 warnings,412 remarks) +PASS -- TEST atmaero_control_p8_intel [05:50, 03:39] (2017248 MB) +PASS -- TEST atmaero_control_p8_rad_intel [10:45, 09:06] (1795280 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [06:49, 04:18] (1823864 MB) + +PASS -- COMPILE atmaq_intel [09:12, 07:45](8 warnings,609 remarks) +PASS -- TEST regional_atmaq_intel [16:28, 13:35] (2940692 MB) +PASS -- TEST regional_atmaq_canopy_intel [19:13, 16:13] (2943920 MB) + +PASS -- COMPILE atmaq_debug_intel [04:16, 02:25](883 warnings,609 remarks) +PASS -- TEST regional_atmaq_debug_intel [34:37, 32:00] (2957264 MB) + +PASS -- COMPILE atm_fbh_intel [09:13, 07:47](3 warnings,421 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [11:32, 09:29] (1084568 MB) + +PASS -- COMPILE atm_gnu [05:15, 03:34](0 warnings,0 remarks) +PASS -- TEST control_c48_gnu [09:40, 07:36] (1587916 MB) +PASS -- TEST control_stochy_gnu [04:32, 02:13] (594032 MB) +PASS -- TEST control_ras_gnu [05:23, 03:41] (594848 MB) +PASS -- TEST control_p8_gnu [06:01, 03:21] (1548456 MB) +PASS -- TEST control_p8_ugwpv1_gnu [05:40, 03:18] (1547600 MB) +PASS -- TEST control_flake_gnu [06:23, 04:23] (637980 MB) + +PASS -- COMPILE rrfs_gnu [05:19, 03:42](0 warnings,0 remarks) +PASS -- TEST rap_control_gnu [05:47, 04:06] (941600 MB) +PASS -- TEST rap_decomp_gnu [06:38, 04:15] (945140 MB) +PASS -- TEST rap_2threads_gnu [05:42, 03:32] (1003916 MB) +PASS -- TEST rap_restart_gnu [05:04, 02:11] (672160 MB) +PASS -- TEST rap_sfcdiff_gnu [06:50, 04:09] (940724 MB) +PASS -- TEST rap_sfcdiff_decomp_gnu [06:39, 04:11] (943044 MB) +PASS -- TEST rap_sfcdiff_restart_gnu [05:06, 02:12] (679384 MB) +PASS -- TEST hrrr_control_gnu [05:49, 03:56] (939052 MB) +PASS -- TEST hrrr_control_noqr_gnu [07:53, 05:31] (926156 MB) +PASS -- TEST hrrr_control_2threads_gnu [05:40, 03:33] (1003428 MB) +PASS -- TEST hrrr_control_decomp_gnu [05:38, 04:04] (939048 MB) +PASS -- TEST hrrr_control_restart_gnu [04:39, 02:08] (674360 MB) +PASS -- TEST hrrr_control_restart_noqr_gnu [03:30, 02:05] (757188 MB) +PASS -- TEST rrfs_v1beta_gnu [10:04, 07:40] (937772 MB) + +PASS -- COMPILE csawmg_gnu [05:13, 03:13](0 warnings,0 remarks) +PASS -- TEST control_csawmg_gnu [08:29, 06:35] (839812 MB) + +PASS -- COMPILE atm_dyn32_debug_gnu [07:16, 06:07](0 warnings,0 remarks) +PASS -- TEST control_diag_debug_gnu [03:28, 01:13] (1370184 MB) +PASS -- TEST regional_debug_gnu [08:27, 06:41] (876540 MB) +PASS -- TEST rap_control_debug_gnu [03:21, 01:58] (949700 MB) +PASS -- TEST hrrr_control_debug_gnu [03:25, 01:56] (946256 MB) +PASS -- TEST hrrr_gf_debug_gnu [03:20, 01:59] (953628 MB) +PASS -- TEST hrrr_c3_debug_gnu [03:21, 01:56] (951660 MB) +PASS -- TEST rap_diag_debug_gnu [03:30, 02:04] (1039536 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [05:23, 03:05] (949744 MB) +PASS -- TEST rap_progcld_thompson_debug_gnu [03:19, 01:57] (949956 MB) +PASS -- TEST control_ras_debug_gnu [03:22, 01:33] (581000 MB) +PASS -- TEST control_stochy_debug_gnu [03:16, 01:15] (579148 MB) +PASS -- TEST control_debug_p8_gnu [03:44, 01:20] (1535312 MB) +PASS -- TEST rap_flake_debug_gnu [03:21, 02:05] (948680 MB) +PASS -- TEST rap_clm_lake_debug_gnu [03:21, 02:00] (953080 MB) +PASS -- TEST gnv1_c96_no_nest_debug_gnu [05:50, 03:23] (958420 MB) + +PASS -- COMPILE wam_debug_gnu [03:12, 01:50](0 warnings,0 remarks) +PASS -- TEST control_wam_debug_gnu [07:44, 05:26] (1386480 MB) + +PASS -- COMPILE atm_debug_dyn32_gnu [05:11, 03:17](0 warnings,0 remarks) +PASS -- TEST control_csawmg_debug_gnu [06:36, 04:55] (820064 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_gnu [05:15, 03:33](0 warnings,0 remarks) +PASS -- TEST rap_control_dyn32_phy32_gnu [05:51, 03:57] (792480 MB) +PASS -- TEST hrrr_control_dyn32_phy32_gnu [06:04, 03:52] (790340 MB) +PASS -- TEST rap_2threads_dyn32_phy32_gnu [05:39, 03:31] (842768 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [05:46, 03:24] (836872 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:41, 03:57] (792108 MB) +PASS -- TEST rap_restart_dyn32_phy32_gnu [04:05, 02:03] (645780 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [03:24, 02:03] (642904 MB) +PASS -- TEST conus13km_control_gnu [05:41, 03:52] (1035140 MB) +PASS -- TEST conus13km_2threads_gnu [03:35, 01:56] (1018936 MB) +PASS -- TEST conus13km_decomp_gnu [07:37, 05:11] (1039580 MB) +PASS -- TEST conus13km_restart_gnu [04:37, 02:44] (760568 MB) + +PASS -- COMPILE atm_dyn64_phy32_gnu [11:18, 09:15](0 warnings,0 remarks) +PASS -- TEST rap_control_dyn64_phy32_gnu [06:44, 04:28] (822484 MB) + +PASS -- COMPILE atm_dyn32_phy32_debug_gnu [07:17, 06:06](0 warnings,0 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_gnu [04:25, 02:22] (802508 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [04:26, 02:13] (799668 MB) +PASS -- TEST conus13km_debug_gnu [11:43, 09:28] (1050100 MB) +PASS -- TEST conus13km_debug_qr_gnu [11:43, 09:34] (777120 MB) +PASS -- TEST conus13km_debug_2threads_gnu [10:35, 08:32] (1035628 MB) +PASS -- TEST conus13km_debug_decomp_gnu [11:33, 09:12] (1056220 MB) +PASS -- TEST conus13km_radar_tten_debug_gnu [11:31, 09:24] (1123036 MB) + +PASS -- COMPILE atm_dyn64_phy32_debug_gnu [07:23, 05:50](0 warnings,0 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_gnu [03:24, 02:09] (828404 MB) + +PASS -- COMPILE s2swa_gnu [19:19, 17:20](0 warnings,0 remarks) +PASS -- TEST cpld_control_p8_gnu [12:42, 10:01] (1720996 MB) + +PASS -- COMPILE s2s_gnu [17:18, 15:51](0 warnings,0 remarks) +PASS -- TEST cpld_control_nowave_noaero_p8_gnu [10:02, 08:09] (1630300 MB) + +PASS -- COMPILE s2swa_debug_gnu [04:20, 02:39](0 warnings,0 remarks) +PASS -- TEST cpld_debug_p8_gnu [09:03, 06:49] (1710940 MB) + +PASS -- COMPILE s2sw_pdlib_gnu [17:14, 15:35](0 warnings,0 remarks) +PASS -- TEST cpld_control_pdlib_p8_gnu [16:10, 13:41] (1595280 MB) + +PASS -- COMPILE s2sw_pdlib_debug_gnu [04:19, 02:23](0 warnings,0 remarks) +PASS -- TEST cpld_debug_pdlib_p8_gnu [15:59, 13:38] (1600048 MB) + +PASS -- COMPILE datm_cdeps_gnu [17:16, 15:26](0 warnings,0 remarks) +PASS -- TEST datm_cdeps_control_cfsr_gnu [04:19, 02:47] (1606516 MB) + +PASS -- COMPILE atm_mpas_dyn32_gnu [04:24, 03:02](0 warnings,0 remarks) +PASS -- TEST control_gfs_mpas_gnu [02:23, 00:36] (6407872 MB) SYNOPSIS: -Starting Date/Time: 2025-08-28 16:42:02 -Ending Date/Time: 2025-08-28 20:28:53 -Total Time: 03h:46m:51s +Starting Date/Time: 2025-09-02 16:44:26 +Ending Date/Time: 2025-09-02 18:24:49 +Total Time: 01h:40m:23s Compiles Completed: 60/60 -Tests Completed: 269/270 +Tests Completed: 266/270 NOTES: -A file test_changes.list was generated but is empty. +A file test_changes.list was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. If you are using this log as a pull request verification, please commit test_changes.list. -Result: SUCCESS +Result: FAILURE ====END OF hercules REGRESSION TESTING LOG==== ====START OF hercules REGRESSION TESTING LOG==== UFSWM hash used in testing: -0c8bd36879e1c62329e80bcfe838892e232859e5 +98689d140494946bb8b36c30075b5d40d7b072ae Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -462,7 +464,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -472,9 +474,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 1dfc855b9ef45722767fcee884adf956511191f7 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5318-g1dfc855b) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) @@ -492,24 +494,25 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_2748220 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_3463312 UFS_TEST.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-r) - USE ROCOTO -PASS -- COMPILE rrfs_intel [10:10, 08:15](3 warnings,447 remarks) -PASS -- TEST rap_control_intel [05:51, 03:33] (1101936 MB) -PASS -- TEST rap_restart_intel [04:43, 02:27] (1079392 MB) - +PASS -- COMPILE atm_dyn32_intel [11:10, 09:39](0 warnings,502 remarks) +PASS -- TEST control_iovr4_gfdlmpv3_intel [05:33, 02:30] (968332 MB) +PASS -- TEST control_p8_ugwpv1_tempo_intel [05:53, 02:28] (1924336 MB) +PASS -- TEST control_p8_ugwpv1_tempo_aerosol_intel [05:58, 02:34] (1949836 MB) +PASS -- TEST control_p8_ugwpv1_tempo_aerosol_hail_intel [04:48, 01:39] (2427628 MB) SYNOPSIS: -Starting Date/Time: 2025-08-29 08:13:54 -Ending Date/Time: 2025-08-29 08:24:30 -Total Time: 00h:10m:36s +Starting Date/Time: 2025-09-03 11:34:24 +Ending Date/Time: 2025-09-03 11:40:23 +Total Time: 00h:05m:59s Compiles Completed: 1/1 -Tests Completed: 2/2 +Tests Completed: 4/4 NOTES: From abafd7903cf772ee20d504954cc23926e4aa91f3 Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Wed, 3 Sep 2025 20:51:41 +0000 Subject: [PATCH 08/15] add hera RT log passed --- tests/logs/RegressionTests_hera.log | 905 +++++++++++++++------------- 1 file changed, 483 insertions(+), 422 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 0a727aab14..f3146b08fc 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,20 +1,20 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -71de435916cae28076571e3ef0f579b54c211d57 +586a1b38f944f52b018ea4d6a2c1c3657624aeda Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) @@ -26,427 +26,433 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3874502 +BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3025231 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:22] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:05, 11:37](2210 MB) -PASS -- TEST 'cpld_control_gefs_intel' [29:00, 16:17](3044 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [19:11, 05:14](2728 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [30:45, 16:13](3064 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 17:15] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:49, 19:05](2081 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:11, 20:46](2279 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:56, 07:56](1382 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [12:20, 09:22](2217 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:52, 22:55](1881 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:11, 16:54] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [21:39, 19:05](2068 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:17] ( 1562 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:46, 21:39](1936 MB) - -PASS -- COMPILE 's2swa_intel' [13:11, 12:04] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:09, 12:26](2275 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:13, 11:48](2256 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:07, 06:20](1892 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:06, 12:03](2294 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:11, 06:16](1890 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:06, 10:32](2382 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:06, 11:34](2272 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:06, 11:28](2061 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:13, 11:48](2294 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:01, 14:57](2668 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:35, 08:39](2820 MB) - -PASS -- COMPILE 's2swal_intel' [14:11, 12:11] ( 9 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [15:08, 12:19](2124 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:13, 06:09](1732 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:00, 07:24](2263 MB) - -PASS -- COMPILE 's2sw_intel' [12:11, 11:07] ( 9 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:42, 11:16](2107 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:52, 06:25](2187 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:03] ( 1452 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:03, 13:21](2309 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:50] ( 1452 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:53, 06:35](2117 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:11, 09:58] ( 9 warnings 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:54, 04:28](2173 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:31] ( 9 warnings 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:04, 11:30](2279 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 15:18] ( 9 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:51, 17:21](2137 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:04, 08:02](1374 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:50, 20:23](1940 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:38, 07:48](3084 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:40, 02:24](3076 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:37, 01:24](2528 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:33, 01:18](2258 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:34, 00:43](2263 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:33, 00:36](1590 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:33, 01:16](2253 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:33, 00:43](2263 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:31, 00:35](1588 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:31, 00:44](2183 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:33, 00:34](2190 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:31, 00:30](1531 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:45] ( 1562 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:48, 26:52](1992 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:55] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [05:22, 03:20](827 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:23, 02:21](1732 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:24, 02:34](1742 MB) -PASS -- TEST 'control_latlon_intel' [04:21, 02:33](1727 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:28, 02:36](1734 MB) -PASS -- TEST 'control_c48_intel' [09:23, 07:16](1721 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:21, 06:42](856 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:22, 07:17](1724 MB) -PASS -- TEST 'control_c192_intel' [09:37, 07:38](1928 MB) -PASS -- TEST 'control_c384_intel' [11:21, 08:33](2020 MB) -PASS -- TEST 'control_c384gdas_intel' [14:18, 08:33](1404 MB) -PASS -- TEST 'control_stochy_intel' [03:18, 01:40](789 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:19, 01:01](631 MB) -PASS -- TEST 'control_lndp_intel' [03:18, 01:34](788 MB) -PASS -- TEST 'control_iovr4_intel' [04:20, 02:31](780 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:32, 03:03](1075 MB) -PASS -- TEST 'control_iovr5_intel' [04:20, 02:30](783 MB) -PASS -- TEST 'control_p8_intel' [04:44, 03:03](2018 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:48, 03:12](2027 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:43, 02:56](2021 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:42, 02:55](2040 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:42, 03:05](2045 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:43, 02:08](2405 MB) -PASS -- TEST 'control_restart_p8_intel' [03:39, 01:54](1258 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:42, 02:54](2015 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:45, 01:42](1278 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:45, 03:08](2009 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:43, 03:23](2033 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:34, 05:14](2021 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:44, 04:25](2063 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:46, 03:17](2008 MB) -PASS -- TEST 'merra2_thompson_intel' [05:41, 03:35](2019 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [07:35, 05:09](2026 MB) -PASS -- TEST 'regional_control_intel' [07:32, 05:19](1230 MB) -PASS -- TEST 'regional_restart_intel' [05:33, 02:56](1241 MB) -PASS -- TEST 'regional_decomp_intel' [07:32, 05:39](1212 MB) -PASS -- TEST 'regional_2threads_intel' [05:32, 04:00](1085 MB) -PASS -- TEST 'regional_noquilt_intel' [07:31, 05:19](1513 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:36, 05:16](1216 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:31, 05:19](1220 MB) -PASS -- TEST 'regional_wofs_intel' [08:30, 06:41](2037 MB) - -PASS -- COMPILE 'rrfs_intel' [10:11, 08:56] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [06:35, 04:12](1180 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:55, 04:13](1321 MB) -PASS -- TEST 'rap_decomp_intel' [06:32, 04:26](1166 MB) -PASS -- TEST 'rap_2threads_intel' [06:31, 04:42](1185 MB) -PASS -- TEST 'rap_restart_intel' [04:35, 02:18](1175 MB) -PASS -- TEST 'rap_sfcdiff_intel' [06:35, 04:11](1184 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:32, 04:23](1155 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [04:36, 02:13](1178 MB) -PASS -- TEST 'hrrr_control_intel' [06:37, 03:59](1173 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:37, 04:09](1154 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:33, 04:30](1161 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:20, 02:10](1123 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:36, 07:36](1218 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:24, 09:34](2113 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:25, 09:08](2184 MB) - -PASS -- COMPILE 'csawmg_intel' [10:11, 08:33] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:38, 06:16](1162 MB) -PASS -- TEST 'control_ras_intel' [05:21, 03:26](869 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 08:34] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [13:46, 11:38](1789 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 09:02] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:47, 02:54](2025 MB) -PASS -- TEST 'regional_control_faster_intel' [06:34, 04:56](1223 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:14] ( 901 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:24, 02:17](1748 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:30, 02:25](1751 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:21, 02:56](957 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:21, 02:47](953 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:32, 04:19](1271 MB) -PASS -- TEST 'control_ras_debug_intel' [04:21, 02:43](963 MB) -PASS -- TEST 'control_diag_debug_intel' [05:29, 02:50](1812 MB) -PASS -- TEST 'control_debug_p8_intel' [05:35, 02:46](2036 MB) -PASS -- TEST 'regional_debug_intel' [18:32, 16:51](1224 MB) -PASS -- TEST 'rap_control_debug_intel' [06:20, 04:55](1336 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:53](1339 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:19, 04:56](1346 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 05:03](1334 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 04:58](1333 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:32, 05:20](1435 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:20, 05:00](1350 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:21, 04:56](1343 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:20, 04:57](1340 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:22, 04:49](1332 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:20, 04:43](1338 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:19, 04:56](1346 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:19, 08:10](1333 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:20, 04:53](1352 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:19, 04:55](1337 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:35, 08:29](1343 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:52] ( 858 warnings 394 remarks ) -PASS -- TEST 'control_wam_debug_intel' [14:35, 13:07](1827 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:35] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:48, 03:59](1180 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:26, 03:36](1107 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:26, 03:28](1082 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:26, 04:01](1020 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:26, 03:53](1032 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:26, 03:38](1022 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:29, 01:58](1065 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:51](1058 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 08:38] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:46, 03:03](1464 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:38, 01:17](1293 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:37, 03:03](1487 MB) -PASS -- TEST 'conus13km_restart_intel' [03:41, 01:39](1331 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:13, 08:29] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:32, 04:15](1113 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:00] ( 793 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:21, 05:02](1213 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:20, 04:52](1221 MB) -PASS -- TEST 'conus13km_debug_intel' [24:42, 22:30](1507 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [25:41, 22:36](1189 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [22:38, 19:38](1331 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [26:38, 23:14](1506 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [25:40, 22:36](1566 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:55] ( 9 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:01, 11:48](2213 MB) +PASS -- TEST 'cpld_control_gefs_intel' [33:54, 17:25](3062 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [20:37, 05:02](2702 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [33:54, 17:36](3020 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 17:12] ( 9 warnings 1041 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:02, 19:04](2080 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:05, 20:26](2261 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:07, 07:56](1367 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:02, 08:49](2213 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:51, 23:05](1873 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:11, 17:38] ( 9 warnings 1041 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:40, 19:11](2062 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:10] ( 1562 warnings 2932 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:46, 22:01](1949 MB) + +PASS -- COMPILE 's2swa_intel' [13:11, 11:31] ( 9 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:09, 12:38](2285 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:10, 11:40](2271 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:50, 06:10](1896 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:07, 11:58](2286 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:10, 07:45](1889 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:08, 10:35](2369 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:07, 11:55](2265 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [14:02, 11:48](2049 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:09, 11:55](2264 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:56, 14:33](2698 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:33, 09:06](2815 MB) + +PASS -- COMPILE 's2swal_intel' [14:11, 12:02] ( 9 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [15:09, 12:22](2123 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [10:09, 07:45](1740 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:58, 07:23](2261 MB) + +PASS -- COMPILE 's2sw_intel' [12:11, 10:53] ( 9 warnings 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:45, 11:26](2095 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:55, 06:38](2178 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:00] ( 1452 warnings 2182 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:07, 13:28](2306 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:42] ( 1452 warnings 2164 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:53, 06:37](2125 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:11, 09:49] ( 9 warnings 947 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:51, 04:24](2172 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:21] ( 9 warnings 1029 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [15:07, 11:24](2274 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 16:54] ( 9 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:47, 17:18](2123 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:59, 07:59](1370 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:48, 20:13](1943 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:36, 07:48](3088 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:39, 02:23](3071 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:34, 01:25](2518 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:35, 01:16](2260 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:35, 00:42](2253 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:32, 00:37](1586 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:34, 01:16](2257 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:34, 00:44](2253 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:30, 00:35](1586 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:32, 00:46](2191 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:30, 00:38](2184 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:31, 00:31](1532 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 03:52] ( 1562 warnings 2914 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:46, 27:29](1990 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:40] ( 502 remarks ) +PASS -- TEST 'control_flake_intel' [05:21, 03:21](829 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 02:23](1722 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:23, 02:32](1728 MB) +PASS -- TEST 'control_latlon_intel' [04:21, 02:29](1734 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 02:34](1734 MB) +PASS -- TEST 'control_c48_intel' [10:23, 09:08](1722 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:05, 06:39](854 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:21, 08:12](1725 MB) +PASS -- TEST 'control_c192_intel' [09:34, 08:01](1936 MB) +PASS -- TEST 'control_c384_intel' [11:32, 08:25](2007 MB) +PASS -- TEST 'control_c384gdas_intel' [12:23, 08:40](1409 MB) +PASS -- TEST 'control_stochy_intel' [03:19, 01:43](784 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:20, 00:59](633 MB) +PASS -- TEST 'control_lndp_intel' [03:18, 01:33](789 MB) +PASS -- TEST 'control_iovr4_intel' [06:20, 02:30](781 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_iovr4_gfdlmpv3_intel' [, ]( MB) +PASS -- TEST 'control_iovr5_intel' [06:05, 02:32](787 MB) +PASS -- TEST 'control_p8_intel' [06:13, 02:59](2021 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:54, 03:08](2019 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:39, 04:57](1999 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [, ]( MB) +PASS -- TEST 'control_restart_p8_intel' [05:37, 01:42](1257 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:44, 04:56](2008 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:56, 01:42](1274 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:40, 03:06](2000 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:43, 03:32](2028 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:38, 05:11](2029 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:41, 06:18](2064 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:46, 05:11](2031 MB) +PASS -- TEST 'merra2_thompson_intel' [07:43, 03:32](2018 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [09:31, 05:11](2029 MB) +PASS -- TEST 'regional_control_intel' [07:45, 05:19](1226 MB) +PASS -- TEST 'regional_restart_intel' [04:35, 02:52](1241 MB) +PASS -- TEST 'regional_decomp_intel' [10:44, 07:52](1216 MB) +PASS -- TEST 'regional_2threads_intel' [08:44, 06:14](1099 MB) +PASS -- TEST 'regional_noquilt_intel' [09:47, 07:35](1503 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:49, 05:15](1223 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:44, 07:34](1219 MB) +PASS -- TEST 'regional_wofs_intel' [11:41, 06:39](2044 MB) + +PASS -- COMPILE 'rrfs_intel' [10:11, 09:00] ( 3 warnings 447 remarks ) +PASS -- TEST 'rap_control_intel' [08:35, 06:22](1185 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:55, 04:10](1326 MB) +PASS -- TEST 'rap_decomp_intel' [06:43, 04:22](1170 MB) +PASS -- TEST 'rap_2threads_intel' [06:43, 04:37](1176 MB) +PASS -- TEST 'rap_restart_intel' [04:33, 02:14](1181 MB) +PASS -- TEST 'rap_sfcdiff_intel' [06:33, 04:07](1178 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:30, 04:22](1164 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [04:33, 02:14](1180 MB) +PASS -- TEST 'hrrr_control_intel' [05:33, 03:57](1178 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:30, 04:06](1151 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:27, 04:22](1166 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:20, 02:10](1135 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:33, 07:36](1209 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:20, 09:23](2116 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:20, 09:01](2181 MB) + +PASS -- COMPILE 'csawmg_intel' [10:11, 08:48] ( 416 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:34, 06:10](1156 MB) +PASS -- TEST 'control_ras_intel' [05:19, 03:24](869 MB) + +PASS -- COMPILE 'wam_intel' [10:11, 08:38] ( 394 remarks ) +PASS -- TEST 'control_wam_intel' [13:42, 11:38](1793 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 08:46] ( 410 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:42, 02:50](2015 MB) +PASS -- TEST 'regional_control_faster_intel' [06:32, 04:48](1217 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:22] ( 901 warnings 588 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:27, 02:15](1741 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:32, 02:13](1751 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:25, 03:05](957 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:25, 02:44](941 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:36, 04:10](1264 MB) +PASS -- TEST 'control_ras_debug_intel' [05:25, 02:55](962 MB) +PASS -- TEST 'control_diag_debug_intel' [05:34, 02:48](1816 MB) +PASS -- TEST 'control_debug_p8_intel' [05:40, 02:42](2037 MB) +PASS -- TEST 'regional_debug_intel' [19:34, 18:01](1233 MB) +PASS -- TEST 'rap_control_debug_intel' [06:21, 04:57](1332 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:39](1342 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 04:47](1334 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:46](1336 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 04:59](1337 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:31, 05:21](1422 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:20, 04:53](1347 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:20, 05:00](1349 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:20, 05:06](1342 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:51](1336 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:22, 04:49](1334 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:21, 04:54](1327 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 08:12](1328 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:21, 04:51](1345 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:20, 04:48](1335 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:33, 08:31](1363 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:11, 02:51] ( 858 warnings 394 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:36, 13:00](1816 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:28] ( 3 warnings 414 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:54, 03:55](1192 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:30, 03:34](1107 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:28, 03:25](1093 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:30, 03:58](1027 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:30, 03:50](1027 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:29, 03:39](1024 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:30, 01:56](1068 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:50](1054 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 08:34] ( 3 warnings 391 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:50, 02:56](1455 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:41, 01:16](1297 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:39, 02:58](1486 MB) +PASS -- TEST 'conus13km_restart_intel' [03:45, 01:37](1335 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 08:57] ( 3 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:32, 04:11](1109 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 03:04] ( 793 warnings 420 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:19, 04:55](1219 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:19, 04:44](1227 MB) +PASS -- TEST 'conus13km_debug_intel' [23:39, 22:05](1503 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:38, 22:19](1238 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [21:42, 19:39](1345 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [25:42, 23:44](1535 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:37, 22:29](1574 MB) PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 03:00] ( 793 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:19, 04:58](1284 MB) - -PASS -- COMPILE 'hafsw_intel' [12:12, 11:00] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:06, 05:02](914 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:13, 05:16](1114 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:25, 03:36](1164 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:10, 06:50](941 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:11, 28:56](979 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:46, 05:25](497 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:17, 06:41](508 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:39, 02:56](367 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:39, 07:10](438 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:52, 03:44](526 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:57, 03:35](523 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:00, 03:57](569 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [05:26, 01:19](402 MB) -PASS -- TEST 'gnv1_nested_intel' [08:46, 04:10](1858 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:12, 03:34] ( 1498 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:42, 12:47](576 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:11, 10:47] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:51, 15:05](618 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:56, 15:13](670 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:12, 11:08] ( 9 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:21, 10:41](676 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:12, 10:44] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:08, 06:26](941 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:10, 06:45](911 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:52, 16:25](1310 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:12, 06:09] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:20, 03:04](2004 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:05](1954 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 02:54](1258 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:56](1264 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:33, 02:53](1264 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 03:02](2007 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 03:01](1997 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:50](1261 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:07, 07:14](1779 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:04, 07:09](1161 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:16, 03:13](2007 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:08](4964 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:21, 04:53](4966 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 02:53] ( 13 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:18, 07:00](1914 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 06:24] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:19, 03:01](2005 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:03] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:35, 01:04](252 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:30, 00:47](307 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:22, 00:24](306 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:25] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [03:29, 00:33](636 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:30, 00:18](513 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:12] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:06, 03:45](2088 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 08:54] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:46, 04:43](2108 MB) - -PASS -- COMPILE 'atml_intel' [12:11, 10:39] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:43, 03:22](1864 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:36, 01:51](1103 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 04:01] ( 906 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:42, 04:49](1895 MB) - -PASS -- COMPILE 'atmw_intel' [12:12, 10:20] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:41, 02:02](2034 MB) - -PASS -- COMPILE 'atmaero_intel' [11:11, 09:09] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:46, 04:15](2109 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:37, 05:01](1882 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:40, 05:00](1886 MB) - -PASS -- COMPILE 'atmaq_intel' [10:11, 09:02] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [18:36, 15:08](2925 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [21:20, 18:58](2928 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:01] ( 883 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [42:20, 39:30](2944 MB) - -PASS -- COMPILE 'atm_fbh_intel' [11:11, 08:41] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:27, 11:19](1184 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [06:11, 04:09] -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'rap_control_dyn32_phy32_intelllvm' [, ]( MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [05:11, 03:54] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 04:59](1280 MB) + +PASS -- COMPILE 'hafsw_intel' [12:11, 10:48] ( 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:11, 05:04](914 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:22, 05:14](1113 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:26, 03:34](1167 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:12, 06:54](938 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [32:10, 27:55](968 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:49, 05:31](493 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:16, 06:47](515 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [07:35, 02:45](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:46, 07:03](435 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:41, 03:38](526 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:41, 03:26](528 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:47, 03:59](571 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:25, 01:10](405 MB) +PASS -- TEST 'gnv1_nested_intel' [08:11, 04:02](1869 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 03:30] ( 1498 warnings 2056 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:42, 12:38](579 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:11, 10:38] ( 659 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [19:49, 15:14](610 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:59, 15:09](678 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:14, 11:18] ( 9 warnings 927 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [16:26, 10:29](673 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:39] ( 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:12, 06:35](937 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:16, 06:39](916 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:49, 16:23](1318 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:10] ( 9 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:04](2010 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:18, 01:59](1950 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:48](1264 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:19, 02:50](1259 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:54](1263 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:18, 03:00](2002 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:01](2010 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:49](1263 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:05, 07:18](1780 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:21, 07:02](1161 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:59](2008 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 04:56](4966 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:18, 04:52](4970 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:42] ( 13 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:54](1917 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:11, 06:19] ( 9 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 03:00](2016 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:00] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:53](249 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:36](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:24](307 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:12, 01:19] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:28, 00:31](636 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:29, 00:17](522 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:17, 12:51] ( 610 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:48, 03:38](2101 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 12:05] ( 498 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:42, 04:41](2101 MB) + +PASS -- COMPILE 'atml_intel' [13:11, 12:05] ( 8 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:45, 03:15](1863 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:38, 01:50](1100 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:15, 07:48] ( 906 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:44, 04:42](1889 MB) + +PASS -- COMPILE 'atmw_intel' [13:12, 11:54] ( 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:40, 01:57](2036 MB) + +PASS -- COMPILE 'atmaero_intel' [12:11, 10:49] ( 412 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:47, 04:10](2111 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:36, 04:56](1884 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:37, 04:57](1888 MB) + +PASS -- COMPILE 'atmaq_intel' [12:14, 08:29] ( 8 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_intel' [18:30, 15:03](2929 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [21:32, 18:39](2929 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:59] ( 883 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [41:12, 38:45](2940 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:18] ( 3 warnings 421 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:24, 11:40](1184 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 06:02] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [06:28, 04:09](1121 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [05:22, 03:55] PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:32, 04:41](1125 MB) -PASS -- COMPILE 'atm_gnu' [06:11, 04:27] -PASS -- TEST 'control_c48_gnu' [11:32, 09:37](1537 MB) -PASS -- TEST 'control_stochy_gnu' [04:19, 02:51](606 MB) -PASS -- TEST 'control_ras_gnu' [06:18, 04:41](608 MB) -PASS -- TEST 'control_p8_gnu' [06:47, 04:26](1530 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:41, 04:16](1562 MB) -PASS -- TEST 'control_flake_gnu' [07:21, 05:27](653 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:11, 05:03] -PASS -- TEST 'rap_control_gnu' [07:31, 06:01](949 MB) -PASS -- TEST 'rap_decomp_gnu' [07:28, 06:00](950 MB) -PASS -- TEST 'rap_2threads_gnu' [08:34, 06:55](1022 MB) -PASS -- TEST 'rap_restart_gnu' [05:32, 03:28](681 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [07:31, 05:55](943 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:30, 05:57](944 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [05:32, 03:12](688 MB) -PASS -- TEST 'hrrr_control_gnu' [07:33, 05:45](949 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:29, 05:46](937 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:31, 06:38](1012 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:34, 05:48](952 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:23, 03:01](686 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:22, 03:08](769 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:34, 11:03](944 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 03:30] -PASS -- TEST 'control_csawmg_gnu' [10:33, 08:22](858 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:11, 07:25] -PASS -- TEST 'control_diag_debug_gnu' [03:29, 01:33](1375 MB) -PASS -- TEST 'regional_debug_gnu' [10:35, 08:22](878 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:20, 02:40](956 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:21, 02:30](967 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:21, 02:33](967 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:20, 02:33](969 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:31, 02:42](1042 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:20, 04:03](949 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:20, 02:37](955 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:19, 01:28](595 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:46](595 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:39, 01:45](1549 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:21, 02:33](954 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:38](959 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:31, 04:24](968 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:05] -PASS -- TEST 'control_wam_debug_gnu' [08:39, 06:48](1400 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:11, 04:28] -PASS -- TEST 'control_csawmg_debug_gnu' [04:34, 02:20](844 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:54] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:29, 05:08](798 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:29, 05:01](801 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:30, 06:06](850 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:28, 05:56](848 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:25, 05:07](807 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:29, 02:37](650 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:19, 02:35](657 MB) -PASS -- TEST 'conus13km_control_gnu' [06:50, 04:51](1025 MB) -PASS -- TEST 'conus13km_2threads_gnu' [04:40, 02:03](1017 MB) -PASS -- TEST 'conus13km_decomp_gnu' [06:40, 05:00](1031 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:35, 02:49](734 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:49] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:33, 05:55](827 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:33] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:21, 02:41](809 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:20, 02:28](816 MB) -PASS -- TEST 'conus13km_debug_gnu' [12:42, 11:03](1047 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [12:43, 10:55](774 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:38, 09:03](1034 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [13:37, 11:10](1052 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [13:36, 11:05](1115 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 07:12] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:21, 02:34](837 MB) - -PASS -- COMPILE 's2swa_gnu' [18:12, 16:47] -PASS -- TEST 'cpld_control_p8_gnu' [14:12, 11:08](1680 MB) - -PASS -- COMPILE 's2s_gnu' [18:13, 16:12] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:59, 09:51](1639 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:11, 02:44] -PASS -- TEST 'cpld_debug_p8_gnu' [10:00, 06:53](1685 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:12, 16:31] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:52, 17:49](1610 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:38] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:46, 10:46](1532 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:14, 15:59] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:17, 03:33](1554 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:10, 03:17] -PASS -- TEST 'control_gfs_mpas_gnu' [02:26, 00:52](6336 MB) - -PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [10:10, 08:43] ( 402 remarks ) -PASS -- TEST 'pm_ideal_supercell_intel' [03:30, 01:25](1166 MB) +PASS -- COMPILE 'atm_gnu' [06:22, 04:09] +PASS -- TEST 'control_c48_gnu' [11:24, 09:26](1539 MB) +PASS -- TEST 'control_stochy_gnu' [04:18, 02:50](603 MB) +PASS -- TEST 'control_ras_gnu' [06:17, 04:43](610 MB) +PASS -- TEST 'control_p8_gnu' [06:46, 04:19](1572 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:44, 04:12](1549 MB) +PASS -- TEST 'control_flake_gnu' [08:20, 05:27](648 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:12, 03:52] +PASS -- TEST 'rap_control_gnu' [08:34, 05:56](947 MB) +PASS -- TEST 'rap_decomp_gnu' [08:31, 05:56](947 MB) +PASS -- TEST 'rap_2threads_gnu' [09:33, 06:54](1022 MB) +PASS -- TEST 'rap_restart_gnu' [04:37, 03:05](681 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [08:32, 05:55](947 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:33, 05:55](946 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [05:33, 03:04](686 MB) +PASS -- TEST 'hrrr_control_gnu' [07:33, 05:41](949 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [07:29, 05:41](940 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [09:29, 06:34](1012 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:30, 05:44](952 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:23, 02:58](684 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:23, 02:57](771 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [13:32, 10:55](938 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 03:41] +PASS -- TEST 'control_csawmg_gnu' [10:30, 08:30](853 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 06:45] +PASS -- TEST 'control_diag_debug_gnu' [03:27, 01:32](1379 MB) +PASS -- TEST 'regional_debug_gnu' [10:35, 08:18](877 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:20, 02:33](958 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:20, 02:29](961 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:19, 02:30](966 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:19, 02:31](965 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:30, 02:44](1044 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 04:06](953 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:35](958 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:31](600 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:19, 01:39](593 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:33, 01:43](1534 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:19, 02:31](956 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:32](958 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:33, 04:19](972 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:12, 02:01] +PASS -- TEST 'control_wam_debug_gnu' [08:39, 06:35](1399 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:38] +PASS -- TEST 'control_csawmg_debug_gnu' [04:32, 02:17](836 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:44] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:28, 05:02](800 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:29, 04:57](809 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [09:29, 06:04](854 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [09:28, 05:55](845 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:26, 05:02](804 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:27, 02:38](650 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:19, 02:37](659 MB) +PASS -- TEST 'conus13km_control_gnu' [06:47, 04:46](1030 MB) +PASS -- TEST 'conus13km_2threads_gnu' [04:40, 02:01](1019 MB) +PASS -- TEST 'conus13km_decomp_gnu' [07:40, 04:51](1033 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:35, 02:37](732 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:37] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:32, 05:44](825 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 06:37] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:20, 02:25](805 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:20, 02:25](813 MB) +PASS -- TEST 'conus13km_debug_gnu' [13:40, 11:06](1043 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [12:39, 11:01](769 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:40, 09:04](1031 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [13:35, 11:31](1050 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:35, 10:52](1115 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:45] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:20, 02:36](832 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:53] +PASS -- TEST 'cpld_control_p8_gnu' [13:15, 11:02](1699 MB) + +PASS -- COMPILE 's2s_gnu' [18:11, 16:22] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:59, 09:54](1641 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:12, 02:45] +PASS -- TEST 'cpld_debug_p8_gnu' [08:59, 06:54](1692 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:13] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:52, 17:45](1611 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:44] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:47, 10:54](1545 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:30] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:17, 03:29](1555 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [06:12, 03:14] +PASS -- TEST 'control_gfs_mpas_gnu' [02:26, 00:39](6356 MB) + +PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [10:11, 08:39] ( 402 remarks ) +PASS -- TEST 'pm_ideal_supercell_intel' [03:31, 01:25](1167 MB) SYNOPSIS: -Starting Date/Time: 20250828 18:19:44 -Ending Date/Time: 20250828 20:14:27 -Total Time: 01h:55m:31s +Starting Date/Time: 20250903 06:20:06 +Ending Date/Time: 20250903 08:17:58 +Total Time: 01h:58m:29s Compiles Completed: 64/64 -Tests Completed: 276/277 +Tests Completed: 273/277 Failed Tests: -* TEST rap_control_dyn32_phy32_intelllvm: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2780/rerun/ufs-weather-model/tests/logs/log_hera/run_rap_control_dyn32_phy32_intelllvm.log +* TEST control_iovr4_gfdlmpv3_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2788/ufs-weather-model/tests/logs/log_hera/run_control_iovr4_gfdlmpv3_intel.log +* TEST control_p8_ugwpv1_tempo_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2788/ufs-weather-model/tests/logs/log_hera/run_control_p8_ugwpv1_tempo_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2788/ufs-weather-model/tests/logs/log_hera/run_control_p8_ugwpv1_tempo_aerosol_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_hail_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2788/ufs-weather-model/tests/logs/log_hera/run_control_p8_ugwpv1_tempo_aerosol_hail_intel.log NOTES: A file 'test_changes.list' was generated with list of all failed tests. @@ -459,20 +465,20 @@ Result: FAILURE ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -71de435916cae28076571e3ef0f579b54c211d57 +e6caf4855b8527efb9c5129b1d1abc1e54fd2cbe Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) @@ -484,21 +490,76 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_611177 +BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1328699 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: rap_control_dyn32_phy32 +* (-l) - USE CONFIG FILE: rt.conf.rerun * (-e) - USE ECFLOW -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [05:12, 03:56] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [06:29, 04:11](1117 MB) +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:58] ( 502 remarks ) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:43, 03:00](2040 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:44, 03:04](2046 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:45, 02:11](2387 MB) SYNOPSIS: -Starting Date/Time: 20250828 21:19:34 -Ending Date/Time: 20250828 21:32:32 -Total Time: 00h:13m:04s +Starting Date/Time: 20250903 18:39:43 +Ending Date/Time: 20250903 18:56:55 +Total Time: 00h:17m:13s +Compiles Completed: 1/1 +Tests Completed: 3/3 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF HERA REGRESSION TESTING LOG==== +====START OF HERA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +e1d0c17da16851459bae34841c51517ae94a1e1c + +Submodule hashes used in testing: + 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) + 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) + 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) + 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1983236 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-n) - RUN SINGLE TEST: control_iovr4_gfdlmpv3 +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:50] ( 502 remarks ) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:31, 03:05](1078 MB) + +SYNOPSIS: +Starting Date/Time: 20250903 20:25:25 +Ending Date/Time: 20250903 20:42:28 +Total Time: 00h:17m:09s Compiles Completed: 1/1 Tests Completed: 1/1 From 006d60a888410fccaf0c70112968e2eaa38d866b Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Wed, 3 Sep 2025 20:55:07 +0000 Subject: [PATCH 09/15] add ursa RT log passed --- tests/logs/RegressionTests_ursa.log | 996 ++++++++++++++++------------ 1 file changed, 571 insertions(+), 425 deletions(-) diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index 2d8fff7860..889b7dd21a 100644 --- a/tests/logs/RegressionTests_ursa.log +++ b/tests/logs/RegressionTests_ursa.log @@ -1,7 +1,7 @@ ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -b048da682426efd1793d4f31f0b34ed89935dd39 +586a1b38f944f52b018ea4d6a2c1c3657624aeda Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 1dfc855b9ef45722767fcee884adf956511191f7 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5318-g1dfc855b) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) @@ -40,439 +40,585 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/ursa/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3139637 +BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1688598 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:35] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:47, 06:46](2209 MB) -PASS -- TEST 'cpld_control_gefs_intel' [27:38, 19:35](3262 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [15:06, 06:43](2960 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [40:40, 32:41](3474 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:12, 13:06] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [13:40, 11:53](2068 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:00, 13:14](2620 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:57, 05:17](1485 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [08:12, 06:03](2350 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:48, 20:18](1999 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:12, 13:24] ( 9 warnings 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:30, 13:25](2021 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:32] ( 1562 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:41, 13:17](2094 MB) - -PASS -- COMPILE 's2swa_intel' [10:12, 08:52] ( 9 warnings 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:53, 07:35](2522 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:54, 07:07](2498 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:17, 03:52](2298 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:50, 07:06](2367 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:11, 03:52](1997 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:45, 15:59](3033 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:50, 07:02](2439 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:51, 11:53](2303 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:53, 07:02](2474 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:24, 18:41](3602 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:48, 12:13](3480 MB) - -PASS -- COMPILE 's2swal_intel' [10:11, 08:42] ( 9 warnings 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [09:53, 07:35](2490 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:26, 03:55](2298 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:48, 05:39](3109 MB) - -PASS -- COMPILE 's2sw_intel' [09:12, 07:51] ( 9 warnings 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:37, 06:34](2085 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:45, 04:47](2993 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:25] ( 1452 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:47, 09:15](2408 MB) - -PASS -- COMPILE 's2sw_debug_intel' [04:11, 02:59] ( 1452 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:34, 04:30](2136 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:24] ( 9 warnings 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:40, 03:25](2161 MB) - -PASS -- COMPILE 's2swa_faster_intel' [11:12, 09:21] ( 9 warnings 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:49, 06:34](2510 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:12, 12:03] ( 9 warnings 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:39, 10:54](2175 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:48, 06:00](1680 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:40, 15:33](2090 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [24:58, 22:27](3034 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:57, 01:22](3021 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [23:35, 21:26](2464 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:35, 00:56](2212 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:37, 00:37](2211 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:26, 00:28](1534 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [14:35, 12:35](2216 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:33, 00:37](2212 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:25, 00:28](1534 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:28, 00:37](2139 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:28, 00:31](2139 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:25, 00:25](1488 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:12, 02:46] ( 1562 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:38, 19:20](2177 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:13, 06:21] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [05:19, 03:14](1357 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:19, 01:39](2211 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:20, 02:04](2219 MB) -PASS -- TEST 'control_latlon_intel' [04:20, 02:04](2214 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [12:22, 10:00](2234 MB) -PASS -- TEST 'control_c48_intel' [06:20, 04:39](1672 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:20, 04:21](803 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:18, 04:34](1669 MB) -PASS -- TEST 'control_c192_intel' [07:32, 05:00](1808 MB) -PASS -- TEST 'control_c384_intel' [12:09, 05:44](2108 MB) -PASS -- TEST 'control_c384gdas_intel' [12:57, 06:14](1946 MB) -PASS -- TEST 'control_stochy_intel' [04:17, 01:31](1302 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:17, 00:42](1198 MB) -PASS -- TEST 'control_lndp_intel' [05:17, 01:39](1307 MB) -PASS -- TEST 'control_iovr4_intel' [05:18, 02:14](1310 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:27, 02:25](1596 MB) -PASS -- TEST 'control_iovr5_intel' [04:18, 01:48](1302 MB) -PASS -- TEST 'control_p8_intel' [04:32, 02:08](2514 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:36, 02:12](2520 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:32, 02:27](2522 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:34, 02:09](2538 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:36, 02:12](2552 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:35, 10:25](2385 MB) -PASS -- TEST 'control_restart_p8_intel' [03:30, 01:18](1770 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:31, 02:11](2525 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:35, 01:20](1849 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:30, 02:19](2525 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:31, 01:50](2023 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:29, 03:34](2508 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:33, 02:53](2595 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:38, 02:17](2530 MB) -PASS -- TEST 'merra2_thompson_intel' [04:37, 02:27](2535 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:36, 03:37](2531 MB) -PASS -- TEST 'regional_control_intel' [05:28, 03:35](1731 MB) -PASS -- TEST 'regional_restart_intel' [03:29, 02:02](1688 MB) -PASS -- TEST 'regional_decomp_intel' [05:25, 04:05](1715 MB) -PASS -- TEST 'regional_2threads_intel' [04:26, 02:35](1568 MB) -PASS -- TEST 'regional_noquilt_intel' [05:27, 04:03](1996 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:32, 03:33](1719 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:27, 03:35](1724 MB) -PASS -- TEST 'regional_wofs_intel' [06:26, 04:26](2652 MB) +PASS -- COMPILE 's2swa_32bit_intel' [09:10, 08:07] ( 9 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:46, 06:44](2169 MB) +PASS -- TEST 'cpld_control_gefs_intel' [34:19, 22:35](3254 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [16:26, 05:32](2948 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [43:24, 32:04](3455 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:10, 13:27] ( 9 warnings 1041 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [13:53, 12:02](2068 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:59, 13:13](2597 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:53, 05:16](1478 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:58, 06:03](2375 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:52, 20:17](2012 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:10, 14:35] ( 9 warnings 1041 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:34, 12:33](2020 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:22] ( 1562 warnings 2932 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [14:55, 13:02](2095 MB) + +PASS -- COMPILE 's2swa_intel' [10:10, 08:39] ( 9 warnings 1043 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [10:50, 07:48](2501 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:55, 07:07](2469 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:01, 03:45](2282 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:54, 06:58](2379 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:50, 03:47](1998 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:46, 15:54](3042 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:45, 07:02](2460 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:47, 11:58](2312 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:53, 06:54](2540 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [24:41, 18:46](3623 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:22, 12:19](3503 MB) + +PASS -- COMPILE 's2swal_intel' [10:10, 08:51] ( 9 warnings 1064 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [09:54, 07:42](2520 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:55, 03:52](2311 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [26:52, 24:36](3080 MB) + +PASS -- COMPILE 's2sw_intel' [09:10, 08:01] ( 9 warnings 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 06:40](2112 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:49, 15:21](2993 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:11] ( 1452 warnings 2182 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:51, 08:59](2393 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:33] ( 1452 warnings 2164 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:50, 04:33](2103 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:10, 06:31] ( 9 warnings 947 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:47, 03:43](2154 MB) + +PASS -- COMPILE 's2swa_faster_intel' [11:11, 09:29] ( 9 warnings 1029 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:51, 06:37](2528 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 13:12] ( 9 warnings 1034 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [13:43, 11:13](2186 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:55, 05:20](1648 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [18:42, 15:34](2094 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [06:31, 04:16](3034 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:31, 01:24](3017 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:29, 00:51](2460 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:26, 00:51](2211 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:31, 00:43](2211 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:27, 00:28](1534 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:26, 00:50](2210 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:26, 00:31](2211 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:25](1534 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:26, 00:32](2141 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:25, 00:26](2138 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:34, 00:22](1489 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:54] ( 1562 warnings 2914 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:43, 19:07](2201 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:59] ( 502 remarks ) +PASS -- TEST 'control_flake_intel' [04:19, 02:32](1349 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:19, 01:54](2202 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:21, 01:44](2229 MB) +PASS -- TEST 'control_latlon_intel' [04:19, 01:41](2227 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:21, 01:44](2233 MB) +PASS -- TEST 'control_c48_intel' [06:20, 04:49](1671 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:19, 04:26](803 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:20, 04:41](1672 MB) +PASS -- TEST 'control_c192_intel' [07:28, 04:57](1825 MB) +PASS -- TEST 'control_c384_intel' [08:05, 05:46](2125 MB) +PASS -- TEST 'control_c384gdas_intel' [09:52, 06:12](1946 MB) +PASS -- TEST 'control_stochy_intel' [03:16, 01:11](1298 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:17, 05:58](1234 MB) +PASS -- TEST 'control_lndp_intel' [03:16, 01:20](1301 MB) +PASS -- TEST 'control_iovr4_intel' [03:17, 01:45](1308 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_iovr4_gfdlmpv3_intel' [, ]( MB) +PASS -- TEST 'control_iovr5_intel' [03:17, 01:45](1306 MB) +PASS -- TEST 'control_p8_intel' [04:34, 02:12](2519 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:38, 02:13](2527 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:32, 02:05](2523 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [, ]( MB) +PASS -- TEST 'control_restart_p8_intel' [03:32, 01:18](1794 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:30, 02:10](2528 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [09:38, 07:33](1939 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:29, 02:11](2527 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:29, 02:02](2026 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:30, 03:33](2531 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:34, 03:00](2596 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:34, 02:23](2525 MB) +PASS -- TEST 'merra2_thompson_intel' [04:32, 02:43](2540 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:48, 03:35](2532 MB) +PASS -- TEST 'regional_control_intel' [05:39, 03:35](1715 MB) +PASS -- TEST 'regional_restart_intel' [03:30, 02:02](1696 MB) +PASS -- TEST 'regional_decomp_intel' [05:28, 03:45](1715 MB) +PASS -- TEST 'regional_2threads_intel' [04:26, 02:10](1568 MB) +PASS -- TEST 'regional_noquilt_intel' [05:26, 03:33](1997 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:27, 03:33](1726 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:29, 03:35](1722 MB) +PASS -- TEST 'regional_wofs_intel' [06:31, 04:26](2640 MB) PASS -- COMPILE 'rrfs_intel' [07:11, 05:48] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [04:29, 02:45](1788 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:51, 02:48](1617 MB) -PASS -- TEST 'rap_decomp_intel' [04:24, 02:49](1716 MB) -PASS -- TEST 'rap_2threads_intel' [04:39, 02:16](1184 MB) -PASS -- TEST 'rap_restart_intel' [03:28, 01:43](1750 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:35, 02:45](1785 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:32, 02:52](1726 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:26, 01:31](1744 MB) -PASS -- TEST 'hrrr_control_intel' [04:30, 02:41](1751 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:24, 02:48](1691 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:23, 02:10](1175 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:19, 01:28](1699 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:26, 04:58](1919 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:19, 06:28](2663 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:24, 06:17](2904 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 05:38] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:29, 04:25](1783 MB) -PASS -- TEST 'control_ras_intel' [04:18, 02:18](1578 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 05:19] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [09:38, 08:05](2433 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 05:36] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:34, 02:07](2522 MB) -PASS -- TEST 'regional_control_faster_intel' [05:26, 03:21](1726 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:23] ( 901 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:22, 01:40](2249 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:24, 01:42](2263 MB) -PASS -- TEST 'control_stochy_debug_intel' [07:20, 04:27](1486 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:21, 01:59](1479 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:30, 03:04](1791 MB) -PASS -- TEST 'control_ras_debug_intel' [05:20, 02:01](1499 MB) -PASS -- TEST 'control_diag_debug_intel' [05:32, 02:00](2316 MB) -PASS -- TEST 'control_debug_p8_intel' [05:32, 01:59](2560 MB) -PASS -- TEST 'regional_debug_intel' [14:28, 11:59](1633 MB) -PASS -- TEST 'rap_control_debug_intel' [05:19, 03:32](1864 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:21, 03:32](1868 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:18, 03:34](1869 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:18, 03:46](1877 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:34, 03:34](1876 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:27, 03:44](1955 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:19, 03:40](1867 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:17, 03:41](1877 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:18, 03:37](1884 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:18, 03:42](1877 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:18, 03:31](1869 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:19, 03:35](1868 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:21, 05:38](1866 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:19, 03:34](1888 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:24, 03:32](1871 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:37, 06:41](1879 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:11] ( 858 warnings 394 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:49, 09:01](2296 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:36] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:58, 02:40](1496 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:36, 02:22](1750 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:35, 02:16](1731 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:25, 01:55](1068 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:24, 01:51](1052 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:25, 02:22](1666 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:25, 01:17](1652 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:15](1650 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:11, 05:26] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [16:42, 15:04](1776 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:30, 00:47](1801 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:33, 01:55](1819 MB) -PASS -- TEST 'conus13km_restart_intel' [12:06, 09:50](1562 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 05:30] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:40, 02:52](1809 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:09] ( 793 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:22, 03:26](1746 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:36, 03:20](1745 MB) -PASS -- TEST 'conus13km_debug_intel' [16:38, 15:04](1849 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:37, 14:43](1454 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:31, 08:18](1850 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [17:39, 15:28](1872 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:31, 14:36](1902 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:12, 02:15] ( 793 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 03:31](1849 MB) - -PASS -- COMPILE 'hafsw_intel' [10:11, 08:00] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:47, 03:45](1196 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:47, 04:16](1424 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:54](1474 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:14, 04:47](1334 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [34:52, 32:44](1358 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:10, 21:47](1415 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:44, 03:23](799 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:45, 04:26](809 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:29, 01:39](526 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:59, 04:37](621 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:31, 02:24](745 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:29, 02:13](768 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:35, 02:43](812 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 00:51](524 MB) -PASS -- TEST 'gnv1_nested_intel' [04:51, 02:55](1731 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 02:36] ( 1498 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:30, 08:17](722 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [10:11, 07:30] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [28:35, 26:26](904 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [28:45, 27:08](1102 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 07:31] ( 9 warnings 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:08, 18:43](1114 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 08:04] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:44, 04:26](1337 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:43, 04:27](1296 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:42, 11:43](1812 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 04:34] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:17, 01:53](1941 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:17, 01:16](1890 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 01:49](1197 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:19, 02:06](1198 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 01:54](1194 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 01:59](1945 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 01:49](1935 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 01:52](1192 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:11, 05:31](1838 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:04, 05:23](1365 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:14, 05:15](1934 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:09](4789 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:17, 03:03](4786 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 02:55] ( 13 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:16, 04:10](1844 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 04:28] ( 9 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:16, 01:55](1937 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:12, 00:39] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 00:44](358 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:33](619 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:21, 00:23](621 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:12, 06:01] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:46, 02:40](2830 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:11, 05:42] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:35, 03:38](2863 MB) - -PASS -- COMPILE 'atml_intel' [08:12, 06:24] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:34, 02:28](1924 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:30](1257 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:12, 03:24] ( 906 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:39, 03:31](1958 MB) - -PASS -- COMPILE 'atmw_intel' [10:11, 07:42] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:33, 01:46](2709 MB) - -PASS -- COMPILE 'atmaero_intel' [07:15, 05:40] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:39, 03:05](1991 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [21:33, 19:16](2412 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:31, 03:20](2423 MB) - -PASS -- COMPILE 'atmaq_intel' [07:11, 05:30] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [13:28, 10:59](2876 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [15:15, 13:04](2874 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:16, 02:14] ( 883 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [29:10, 26:56](2888 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:20] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:22, 06:43](1136 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [14:16, 12:33] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [14:39, 12:17](2051 MB) +PASS -- TEST 'rap_control_intel' [04:27, 02:46](1793 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:52, 02:50](1596 MB) +PASS -- TEST 'rap_decomp_intel' [04:28, 02:50](1734 MB) +PASS -- TEST 'rap_2threads_intel' [04:28, 02:20](1186 MB) +PASS -- TEST 'rap_restart_intel' [03:25, 01:30](1764 MB) +PASS -- TEST 'rap_sfcdiff_intel' [05:30, 02:46](1765 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:27, 02:52](1742 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:25, 01:31](1743 MB) +PASS -- TEST 'hrrr_control_intel' [04:27, 02:41](1777 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:23, 02:47](1702 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:26, 02:10](1173 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:18, 01:26](1734 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:25, 04:53](1932 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:18, 06:31](2675 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:18, 06:11](2898 MB) + +PASS -- COMPILE 'csawmg_intel' [07:11, 05:33] ( 416 remarks ) +PASS -- TEST 'control_csawmg_intel' [06:43, 04:27](1752 MB) +PASS -- TEST 'control_ras_intel' [04:16, 02:17](1594 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 05:34] ( 394 remarks ) +PASS -- TEST 'control_wam_intel' [10:33, 08:11](2404 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 05:43] ( 410 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:47, 02:17](2538 MB) +PASS -- TEST 'regional_control_faster_intel' [05:31, 03:22](1731 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:27] ( 901 warnings 588 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:27, 01:47](2232 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:29, 04:38](2266 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:23, 02:11](1481 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 01:58](1491 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:27, 03:08](1792 MB) +PASS -- TEST 'control_ras_debug_intel' [03:16, 02:02](1485 MB) +PASS -- TEST 'control_diag_debug_intel' [03:23, 02:04](2320 MB) +PASS -- TEST 'control_debug_p8_intel' [03:27, 01:58](2536 MB) +PASS -- TEST 'regional_debug_intel' [13:26, 12:00](1638 MB) +PASS -- TEST 'rap_control_debug_intel' [05:17, 03:35](1887 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:24, 03:43](1880 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:21, 03:35](1877 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 03:34](1877 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:32](1863 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:25, 03:55](1966 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 03:51](1871 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:55](1872 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:37](1879 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:38](1873 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:30](1870 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 03:35](1875 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 05:41](1862 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:19, 03:45](1876 MB) +PASS -- TEST 'rap_flake_debug_intel' [10:23, 08:17](1885 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:33, 06:05](1875 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:10] ( 858 warnings 394 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:32, 09:02](2289 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:31] ( 3 warnings 414 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:43, 02:39](1484 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:21, 02:22](1719 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:21, 02:16](1714 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:24, 01:55](1074 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:23, 01:51](1053 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:26](1662 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:29](1632 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [09:18, 07:58](1743 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:33] ( 3 warnings 391 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:40, 01:56](1806 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:37, 00:49](1785 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:30, 01:55](1820 MB) +PASS -- TEST 'conus13km_restart_intel' [02:31, 01:05](1588 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:41] ( 3 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:26, 02:51](1802 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:17] ( 793 warnings 420 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:25](1750 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:22](1744 MB) +PASS -- TEST 'conus13km_debug_intel' [16:36, 14:41](1843 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:35, 15:03](1454 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:33, 08:11](1843 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:39, 15:05](1862 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:37, 14:58](1907 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:19] ( 793 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 03:30](1860 MB) + +PASS -- COMPILE 'hafsw_intel' [09:10, 07:45] ( 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:43, 03:46](1207 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:50, 03:57](1398 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:23, 02:27](1479 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:49, 04:53](1307 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [34:45, 33:06](1363 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:56, 22:55](1373 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:35, 03:23](808 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:45, 04:26](823 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:26, 01:54](513 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:58, 04:36](623 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:28, 02:24](746 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:31, 02:14](774 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:32, 02:43](835 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:20, 00:50](526 MB) +PASS -- TEST 'gnv1_nested_intel' [04:49, 02:47](1748 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:30] ( 1498 warnings 2056 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:30, 08:13](739 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:10, 08:13] ( 659 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [29:33, 27:28](861 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [28:38, 26:38](1074 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 08:03] ( 9 warnings 927 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:21, 17:45](1123 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:10, 07:37] ( 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:42, 04:26](1308 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:42, 04:29](1317 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:42, 11:34](1816 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:10, 04:53] ( 9 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [18:19, 17:01](1948 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:14](1887 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 01:47](1197 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [13:15, 11:46](1195 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 01:50](1197 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [12:19, 10:53](1945 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 02:02](1945 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:18, 01:52](1200 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:55, 05:37](1829 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:53, 05:25](1376 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 01:56](1945 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:11](4789 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:34](4789 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:17] ( 13 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 04:05](1850 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:19, 04:53] ( 9 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:16, 02:02](1942 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:40] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:24, 00:44](361 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:32](619 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:23](619 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:16, 06:15] ( 610 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:41, 02:44](2834 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:16, 05:40] ( 498 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:34, 03:28](2864 MB) + +PASS -- COMPILE 'atml_intel' [08:16, 06:20] ( 8 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:37, 02:27](1923 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:28](1212 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:16, 02:56] ( 906 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:35, 03:31](1973 MB) + +PASS -- COMPILE 'atmw_intel' [09:17, 07:22] ( 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:34, 01:49](2695 MB) + +PASS -- COMPILE 'atmaero_intel' [07:18, 06:00] ( 412 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:40, 03:07](2028 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:30, 03:16](2400 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:31, 03:19](2416 MB) + +PASS -- COMPILE 'atmaq_intel' [07:11, 05:37] ( 8 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:28, 11:15](2877 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [15:07, 12:56](2876 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:12] ( 883 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [29:07, 26:51](2888 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:35] ( 3 warnings 421 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:21, 07:01](1136 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [14:11, 12:24] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [13:45, 11:51](2061 MB) PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:12, 03:19] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:38, 13:39](2099 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [14:12, 12:35] -PASS -- TEST 'cpld_control_sfs_intelllvm' [14:31, 12:35](2009 MB) - -PASS -- COMPILE 's2swa_intelllvm' [10:11, 08:23] -PASS -- TEST 'cpld_control_p8_intelllvm' [09:53, 07:37](2483 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:15] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:25, 02:32](1722 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:35] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:27, 03:16](1825 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [09:12, 07:55] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [04:56, 02:48](798 MB) - -PASS -- COMPILE 'hafsw_debug_intelllvm' [04:12, 02:28] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [11:07, 08:14](748 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [06:12, 04:32] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [06:36, 04:56](1936 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:12, 02:24] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:20, 04:18](1839 MB) - -PASS -- COMPILE 'atm_gnu' [04:12, 02:48] -PASS -- TEST 'control_c48_gnu' [14:32, 12:11](1501 MB) -PASS -- TEST 'control_stochy_gnu' [04:22, 01:57](512 MB) -PASS -- TEST 'control_ras_gnu' [05:22, 03:07](520 MB) -PASS -- TEST 'control_p8_gnu' [04:44, 03:01](1475 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:34, 03:01](1453 MB) -PASS -- TEST 'control_flake_gnu' [06:19, 03:56](560 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:11, 02:46] -PASS -- TEST 'rap_control_gnu' [05:27, 03:27](855 MB) -PASS -- TEST 'rap_decomp_gnu' [05:24, 03:22](854 MB) -PASS -- TEST 'rap_2threads_gnu' [05:24, 02:39](911 MB) -PASS -- TEST 'rap_restart_gnu' [08:28, 01:49](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [07:28, 03:25](855 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:24, 03:25](855 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [05:28, 01:51](580 MB) -PASS -- TEST 'hrrr_control_gnu' [07:26, 03:21](856 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [08:23, 03:20](842 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [09:29, 02:33](902 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [12:26, 05:55](857 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:18, 01:47](580 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:18, 01:48](668 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:27, 06:13](848 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:11, 02:35] -PASS -- TEST 'control_csawmg_gnu' [11:28, 05:35](756 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:11, 05:01] -PASS -- TEST 'control_diag_debug_gnu' [07:24, 01:17](1286 MB) -PASS -- TEST 'regional_debug_gnu' [11:27, 05:36](762 MB) -PASS -- TEST 'rap_control_debug_gnu' [07:17, 01:49](861 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [09:17, 01:47](862 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [08:17, 01:57](866 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [08:17, 01:50](866 MB) -PASS -- TEST 'rap_diag_debug_gnu' [08:24, 02:03](948 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [08:21, 02:56](860 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [07:18, 01:57](860 MB) -PASS -- TEST 'control_ras_debug_gnu' [05:17, 01:08](506 MB) -PASS -- TEST 'control_stochy_debug_gnu' [05:16, 01:20](499 MB) -PASS -- TEST 'control_debug_p8_gnu' [04:29, 01:28](1451 MB) -PASS -- TEST 'rap_flake_debug_gnu' [05:18, 01:57](861 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:19, 01:51](861 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:28, 03:09](872 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:22] -PASS -- TEST 'control_wam_debug_gnu' [06:43, 04:31](1309 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 02:34] -PASS -- TEST 'control_csawmg_debug_gnu' [03:30, 01:47](743 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:39] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:24, 03:12](711 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:21, 03:08](712 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:21, 02:28](741 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:23, 02:25](732 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:21, 03:06](713 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:22, 01:44](551 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [05:17, 01:40](558 MB) -PASS -- TEST 'conus13km_control_gnu' [04:32, 03:00](905 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:29, 01:07](909 MB) -PASS -- TEST 'conus13km_decomp_gnu' [04:29, 02:51](909 MB) -PASS -- TEST 'conus13km_restart_gnu' [13:30, 10:27](586 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 06:12] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:26, 03:41](736 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:16, 04:51] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 01:48](718 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:45](720 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:34, 07:00](922 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:32, 07:11](650 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:31, 04:03](926 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [09:30, 07:29](925 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:31, 07:06](991 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:11, 05:04] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:49](745 MB) - -PASS -- COMPILE 's2swa_gnu' [13:11, 11:21] -PASS -- TEST 'cpld_control_p8_gnu' [09:54, 07:36](1606 MB) - -PASS -- COMPILE 's2s_gnu' [11:11, 10:03] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:47, 06:50](1558 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:13, 01:57] -PASS -- TEST 'cpld_debug_p8_gnu' [06:48, 04:38](1616 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [11:28, 10:17] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [11:41, 09:00](1579 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:52] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:39, 06:39](1593 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [11:11, 09:58] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [12:18, 10:26](1511 MB) +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:41, 13:22](2104 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [14:17, 13:02] +PASS -- TEST 'cpld_control_sfs_intelllvm' [14:37, 12:36](2011 MB) + +PASS -- COMPILE 's2swa_intelllvm' [10:15, 08:46] +PASS -- TEST 'cpld_control_p8_intelllvm' [09:55, 07:36](2534 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [06:11, 05:06] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:25, 02:22](1738 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:27] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:26, 02:53](1789 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [09:11, 07:39] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [04:38, 02:44](821 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [04:15, 02:41] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [10:33, 08:13](713 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [06:11, 04:55] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:15, 01:54](1943 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [05:11, 03:47] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [18:16, 16:25](1842 MB) + +PASS -- COMPILE 'atm_gnu' [04:11, 02:48] +PASS -- TEST 'control_c48_gnu' [07:21, 05:45](1512 MB) +PASS -- TEST 'control_stochy_gnu' [03:16, 01:57](515 MB) +PASS -- TEST 'control_ras_gnu' [04:16, 03:08](520 MB) +PASS -- TEST 'control_p8_gnu' [04:34, 03:00](1473 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:34, 02:57](1466 MB) +PASS -- TEST 'control_flake_gnu' [05:18, 03:59](557 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 03:17] +PASS -- TEST 'rap_control_gnu' [05:23, 03:27](853 MB) +PASS -- TEST 'rap_decomp_gnu' [05:23, 03:24](855 MB) +PASS -- TEST 'rap_2threads_gnu' [04:26, 02:38](910 MB) +PASS -- TEST 'rap_restart_gnu' [03:25, 01:49](582 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:25, 03:24](854 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:22, 03:25](854 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:26, 01:48](580 MB) +PASS -- TEST 'hrrr_control_gnu' [05:21, 03:18](854 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:21, 03:19](842 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:24, 02:33](900 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:21, 03:18](855 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:18, 01:46](580 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 01:44](666 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:25, 06:13](849 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 02:56] +PASS -- TEST 'control_csawmg_gnu' [07:26, 05:42](760 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:13, 05:12] +PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:18](1286 MB) +PASS -- TEST 'regional_debug_gnu' [07:28, 05:32](764 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:17, 01:48](861 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:16, 01:47](862 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:16, 01:47](868 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:16, 01:49](867 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:23, 02:02](946 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 02:48](860 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 01:48](860 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:13](506 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:11](499 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:27, 01:18](1448 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:17, 01:48](862 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 01:50](862 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:26, 02:58](872 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:20] +PASS -- TEST 'control_wam_debug_gnu' [06:34, 04:31](1310 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:25] +PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:43](744 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 02:46] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:21, 03:12](709 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:20, 03:07](712 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:23, 02:27](740 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:22, 02:24](735 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:20, 03:08](714 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:22, 01:42](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:17, 01:39](555 MB) +PASS -- TEST 'conus13km_control_gnu' [04:41, 02:59](906 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:34, 01:11](908 MB) +PASS -- TEST 'conus13km_decomp_gnu' [09:32, 07:14](908 MB) +PASS -- TEST 'conus13km_restart_gnu' [03:32, 01:47](585 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:10, 06:56] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:26, 03:40](738 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:10, 05:07] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 01:47](717 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:16, 01:44](722 MB) +PASS -- TEST 'conus13km_debug_gnu' [24:45, 22:40](922 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [09:35, 07:14](650 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:33, 04:05](926 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [09:32, 07:34](927 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [08:33, 07:08](991 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:10, 04:41] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 01:49](744 MB) + +PASS -- COMPILE 's2swa_gnu' [12:11, 11:02] +PASS -- TEST 'cpld_control_p8_gnu' [09:54, 07:37](1606 MB) + +PASS -- COMPILE 's2s_gnu' [12:12, 10:19] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:46, 06:53](1570 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:10, 01:55] +PASS -- TEST 'cpld_debug_p8_gnu' [06:47, 04:48](1626 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [14:12, 12:32] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:41, 08:48](1582 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 01:53] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:38, 06:38](1578 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [13:12, 11:17] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:14, 02:12](1513 MB) SYNOPSIS: -Starting Date/Time: 20250829 15:57:50 -Ending Date/Time: 20250829 18:00:44 -Total Time: 02h:03m:21s +Starting Date/Time: 20250903 06:30:10 +Ending Date/Time: 20250903 08:11:31 +Total Time: 01h:42m:22s Compiles Completed: 69/69 -Tests Completed: 282/282 +Tests Completed: 278/282 +Failed Tests: +* TEST control_iovr4_gfdlmpv3_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2788/ufs-weather-model/tests/logs/log_ursa/run_control_iovr4_gfdlmpv3_intel.log +* TEST control_p8_ugwpv1_tempo_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2788/ufs-weather-model/tests/logs/log_ursa/run_control_p8_ugwpv1_tempo_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2788/ufs-weather-model/tests/logs/log_ursa/run_control_p8_ugwpv1_tempo_aerosol_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_hail_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/2788/ufs-weather-model/tests/logs/log_ursa/run_control_p8_ugwpv1_tempo_aerosol_hail_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF URSA REGRESSION TESTING LOG==== +====START OF URSA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +e6caf4855b8527efb9c5129b1d1abc1e54fd2cbe + +Submodule hashes used in testing: + 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) + 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) + 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) + 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) + 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1663471 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf.rerun +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:50] ( 502 remarks ) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:41, 02:15](2539 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:42, 02:15](2558 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:43, 10:20](2409 MB) + +SYNOPSIS: +Starting Date/Time: 20250903 18:42:49 +Ending Date/Time: 20250903 19:04:59 +Total Time: 00h:22m:13s +Compiles Completed: 1/1 +Tests Completed: 3/3 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF URSA REGRESSION TESTING LOG==== +====START OF URSA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +e6caf4855b8527efb9c5129b1d1abc1e54fd2cbe + +Submodule hashes used in testing: + 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) + 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) + 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) + 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) + 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2879397 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-n) - RUN SINGLE TEST: control_iovr4_gfdlmpv3 +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:32] ( 502 remarks ) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:33, 02:15](1598 MB) + +SYNOPSIS: +Starting Date/Time: 20250903 20:26:30 +Ending Date/Time: 20250903 20:40:26 +Total Time: 00h:14m:03s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. From 169d1690ebfb1ebe2f9974cecc9625207bb9b688 Mon Sep 17 00:00:00 2001 From: FernandoAndrade-NOAA Date: Wed, 3 Sep 2025 17:05:42 -0400 Subject: [PATCH 10/15] add gaeac6 RT log passed --- tests/logs/RegressionTests_gaeac6.log | 716 ++++++++++++++++---------- 1 file changed, 431 insertions(+), 285 deletions(-) diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index a94775b782..b0f33d09e7 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -1,7 +1,7 @@ ====START OF GAEAC6 REGRESSION TESTING LOG==== UFSWM hash used in testing: -71de435916cae28076571e3ef0f579b54c211d57 +586a1b38f944f52b018ea4d6a2c1c3657624aeda Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 1dfc855b9ef45722767fcee884adf956511191f7 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5318-g1dfc855b) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) @@ -40,309 +40,455 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_226855 +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1134462 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: bil-fire8 * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:42] ( 9 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:43, 04:19](2034 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:11, 13:40] ( 9 warnings 5 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [11:39, 10:08](1921 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [13:36, 11:09](1954 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:31, 04:57](1080 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:32, 05:00](1948 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:31, 11:49](1903 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:11, 12:34] ( 9 warnings 5 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:29, 10:17](1923 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:47] ( 1562 warnings 1896 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [14:39, 12:41](1940 MB) - -PASS -- COMPILE 's2swa_intel' [10:11, 08:57] ( 9 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [06:47, 05:00](2067 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:45, 04:59](2067 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:36, 02:44](1605 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [06:45, 05:02](2089 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:38, 02:50](1470 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [07:41, 05:54](2233 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:43, 04:53](2067 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [05:41, 04:01](2006 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:43, 04:59](2067 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [08:00, 05:35](2397 MB) - -PASS -- COMPILE 's2swal_intel' [11:11, 09:17] ( 9 warnings 6 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [07:32, 05:07](2071 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:48, 02:46](1601 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:30, 05:04](1918 MB) - -PASS -- COMPILE 's2sw_intel' [09:11, 08:07] ( 9 warnings 5 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [04:29, 03:01](1939 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:30, 04:27](1848 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:53] ( 1452 warnings 1158 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:37, 08:23](2094 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:39] ( 1452 warnings 1158 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:34, 03:51](1956 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:40] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:31, 03:13](1977 MB) - -PASS -- COMPILE 's2swa_faster_intel' [11:11, 09:20] ( 9 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:12, 04:57](2074 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 11:51] ( 9 warnings 5 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:43, 10:03](1941 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:33, 04:59](1109 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [13:34, 11:45](1914 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:33, 04:17](2868 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:44, 01:18](2874 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:04, 00:47](2292 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:26, 00:45](2097 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:26](2092 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:24, 00:20](1442 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:26, 00:45](2092 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:24, 00:25](2093 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:21, 00:20](1445 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:20, 00:28](2023 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:22, 00:20](2021 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:44, 00:18](1378 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:26] ( 1562 warnings 1896 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:42, 16:05](1959 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:29] ( 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:19, 02:34](535 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:22, 01:38](1428 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:22, 01:45](1431 MB) -PASS -- TEST 'control_latlon_intel' [03:20, 01:42](1436 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:26, 01:47](1436 MB) -PASS -- TEST 'control_c48_intel' [06:24, 04:41](1577 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:27, 04:18](697 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:29, 04:41](1579 MB) -PASS -- TEST 'control_c192_intel' [07:28, 04:50](1696 MB) -PASS -- TEST 'control_c384_intel' [11:37, 09:44](1979 MB) -PASS -- TEST 'control_c384gdas_intel' [13:19, 10:15](1193 MB) -PASS -- TEST 'control_stochy_intel' [03:19, 01:12](491 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:29, 00:43](292 MB) -PASS -- TEST 'control_lndp_intel' [03:19, 01:10](493 MB) -PASS -- TEST 'control_iovr4_intel' [03:20, 01:43](490 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:22, 02:07](786 MB) -PASS -- TEST 'control_iovr5_intel' [03:16, 01:42](491 MB) -PASS -- TEST 'control_p8_intel' [03:27, 01:58](1726 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:34, 02:05](1727 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:23, 01:53](1727 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:25, 01:55](1746 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:24, 01:59](1752 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:45, 01:30](2447 MB) -PASS -- TEST 'control_restart_p8_intel' [03:29, 01:12](872 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:26, 01:54](1724 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:24, 01:08](877 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:25, 02:02](1724 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:27, 02:12](1804 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:24, 03:18](1732 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:31, 02:42](1782 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:31, 02:04](1722 MB) -PASS -- TEST 'merra2_thompson_intel' [04:26, 02:21](1734 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [07:20, 05:15](1739 MB) -PASS -- TEST 'regional_control_intel' [06:40, 03:19](867 MB) -PASS -- TEST 'regional_restart_intel' [03:21, 01:49](886 MB) -PASS -- TEST 'regional_decomp_intel' [06:37, 03:29](871 MB) -PASS -- TEST 'regional_2threads_intel' [05:35, 02:36](994 MB) -PASS -- TEST 'regional_noquilt_intel' [06:28, 03:15](1171 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:42, 03:18](865 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:21, 03:18](869 MB) -PASS -- TEST 'regional_wofs_intel' [06:21, 04:16](1598 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 05:47] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [04:22, 02:38](873 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:35, 02:45](1222 MB) -PASS -- TEST 'rap_decomp_intel' [04:22, 02:43](872 MB) -PASS -- TEST 'rap_2threads_intel' [04:22, 03:05](948 MB) -PASS -- TEST 'rap_restart_intel' [03:24, 01:27](736 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:24, 02:37](873 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:21, 02:44](872 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:24, 01:26](732 MB) -PASS -- TEST 'hrrr_control_intel' [04:21, 02:35](868 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:20, 02:37](870 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:20, 02:56](942 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:23](693 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:21, 04:39](867 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:16, 05:55](1819 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:16, 05:43](1811 MB) - -PASS -- COMPILE 'csawmg_intel' [07:11, 05:27] -PASS -- TEST 'control_csawmg_intel' [06:20, 04:08](824 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:15](523 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 05:28] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [09:30, 07:34](1513 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 05:45] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:28, 01:56](1724 MB) -PASS -- TEST 'regional_control_faster_intel' [05:19, 03:13](863 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:50] ( 901 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 01:33](1456 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:22, 01:36](1463 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:16, 02:02](662 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 01:54](664 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:20, 02:51](972 MB) -PASS -- TEST 'control_ras_debug_intel' [03:15, 01:54](667 MB) -PASS -- TEST 'control_diag_debug_intel' [03:18, 01:50](1516 MB) -PASS -- TEST 'control_debug_p8_intel' [03:20, 01:49](1761 MB) -PASS -- TEST 'regional_debug_intel' [12:19, 11:02](910 MB) -PASS -- TEST 'rap_control_debug_intel' [05:15, 03:20](1048 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:16, 03:16](1043 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 03:18](1047 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:14, 03:20](1047 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:15, 03:19](1055 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:17, 03:31](1133 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:15, 03:26](1048 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:28](1050 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:16, 03:21](1051 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 03:20](1055 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:16, 03:15](1049 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:22](1045 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:15, 05:19](1047 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:15, 03:24](1052 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:15, 03:22](1046 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:23, 05:40](1057 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:10] ( 858 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:23, 08:38](1547 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:53] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:35, 02:37](1069 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:21, 02:16](748 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:22, 02:12](745 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:20, 02:41](799 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:19, 02:34](796 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:19, 02:17](748 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:19, 01:15](637 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:13](623 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:11, 05:48] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:29, 01:50](1034 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:20, 00:52](1039 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:20, 01:51](1036 MB) -PASS -- TEST 'conus13km_restart_intel' [02:22, 01:05](902 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:31] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:20, 02:44](789 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:11] ( 793 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:15, 03:14](922 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:16, 03:11](923 MB) -PASS -- TEST 'conus13km_debug_intel' [15:24, 14:02](1078 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:21, 14:00](774 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:21, 12:37](1084 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [16:19, 14:14](1073 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:26, 13:53](1145 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:16] ( 793 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:16, 03:17](957 MB) - -PASS -- COMPILE 'hafsw_intel' [09:11, 08:03] ( 4 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:50, 03:48](844 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:53, 03:51](1057 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:23, 02:23](1070 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:55, 04:43](908 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [09:50, 07:47](945 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [10:54, 08:10](975 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:40, 03:28](466 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:47, 04:27](481 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:31, 01:45](389 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:19, 04:39](433 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:28, 02:30](501 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:29, 02:20](499 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:31, 02:50](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:21, 00:59](426 MB) -PASS -- TEST 'gnv1_nested_intel' [04:51, 02:39](1700 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:11, 02:28] ( 1498 warnings 1430 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:30, 08:12](576 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [09:11, 07:39] ( 3 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [06:33, 04:42](621 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [06:34, 04:44](799 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:14] ( 9 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:36, 03:27](795 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:11, 07:55] ( 3 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:42, 04:24](890 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:43, 04:28](864 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [12:39, 10:57](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:11, 05:10] ( 9 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:04](1561 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:15, 01:21](1561 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 01:52](677 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:53](676 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 01:53](677 MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:12, 08:43] ( 9 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [05:52, 03:57](2033 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:12, 12:39] ( 9 warnings 5 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [12:57, 10:05](1920 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:27, 11:11](1952 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:45, 04:58](1078 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:57, 05:01](1918 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:46, 11:45](1890 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:12, 12:39] ( 9 warnings 5 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [12:43, 10:18](1921 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [25:12, 24:03] ( 1562 warnings 1896 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:04, 12:41](1944 MB) + +PASS -- COMPILE 's2swa_intel' [10:12, 08:41] ( 9 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:07, 05:00](2066 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:07, 04:58](2066 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:48, 02:42](1606 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [06:59, 05:00](2091 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:05, 02:46](1470 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [08:01, 05:53](2232 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:59, 04:51](2067 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:59, 03:59](2010 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:59, 05:00](2077 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [09:01, 05:28](2392 MB) + +PASS -- COMPILE 's2swal_intel' [10:12, 08:57] ( 9 warnings 6 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [07:00, 05:01](2083 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:26, 02:44](1605 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:00, 05:05](1915 MB) + +PASS -- COMPILE 's2sw_intel' [09:11, 08:01] ( 9 warnings 5 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [04:34, 02:59](1941 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:35, 04:28](1846 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:39] ( 1452 warnings 1158 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:00, 08:19](2103 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:19] ( 1452 warnings 1158 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:38, 03:49](1957 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:41] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:36, 03:11](1977 MB) + +PASS -- COMPILE 's2swa_faster_intel' [11:11, 09:17] ( 9 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:43, 04:54](2065 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:11, 12:24] ( 9 warnings 5 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [13:58, 10:05](1940 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:49, 04:58](1110 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:40, 11:44](1905 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [07:33, 04:15](2874 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:36, 01:18](2878 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:31, 00:46](2291 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:22, 00:45](2094 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:24, 00:26](2091 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:25, 00:20](1441 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:22, 00:46](2099 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:23, 00:25](2092 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:25, 00:20](1446 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:23, 00:27](2032 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:21, 00:20](2029 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:23, 00:18](1379 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:30] ( 1562 warnings 1896 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:45, 16:06](1959 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:31] ( 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:34, 02:30](537 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:29, 01:35](1427 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:30, 01:41](1442 MB) +PASS -- TEST 'control_latlon_intel' [04:27, 01:39](1435 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:32, 01:41](1436 MB) +PASS -- TEST 'control_c48_intel' [08:32, 04:39](1580 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:31, 04:25](694 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:31, 04:40](1575 MB) +PASS -- TEST 'control_c192_intel' [08:36, 04:50](1701 MB) +PASS -- TEST 'control_c384_intel' [14:07, 09:40](1978 MB) +PASS -- TEST 'control_c384gdas_intel' [18:06, 10:14](1188 MB) +PASS -- TEST 'control_stochy_intel' [03:24, 01:22](493 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:19, 00:42](292 MB) +PASS -- TEST 'control_lndp_intel' [03:24, 01:18](491 MB) +PASS -- TEST 'control_iovr4_intel' [03:26, 01:54](489 MB) +FAILED: RUN DID NOT COMPLETE -- TEST 'control_iovr4_gfdlmpv3_intel' [, ]( MB) +PASS -- TEST 'control_iovr5_intel' [03:26, 01:52](488 MB) +PASS -- TEST 'control_p8_intel' [06:52, 01:55](1723 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:05, 02:01](1721 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:38, 01:54](1728 MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [, ]( MB) +FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [, ]( MB) +PASS -- TEST 'control_restart_p8_intel' [03:26, 01:08](872 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:24, 01:54](1729 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:31, 01:10](877 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:28, 01:59](1719 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:26, 02:09](1804 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:24, 03:15](1731 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:35, 02:42](1781 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:39, 02:04](1734 MB) +PASS -- TEST 'merra2_thompson_intel' [04:38, 02:18](1733 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:33, 03:59](1742 MB) +PASS -- TEST 'regional_control_intel' [05:24, 03:19](870 MB) +PASS -- TEST 'regional_restart_intel' [03:24, 01:49](887 MB) +PASS -- TEST 'regional_decomp_intel' [05:28, 03:28](869 MB) +PASS -- TEST 'regional_2threads_intel' [04:28, 02:34](1013 MB) +PASS -- TEST 'regional_noquilt_intel' [05:22, 03:17](1171 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:28, 03:19](870 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:25, 03:18](870 MB) +PASS -- TEST 'regional_wofs_intel' [06:27, 04:15](1598 MB) + +PASS -- COMPILE 'rrfs_intel' [07:12, 05:46] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [04:41, 02:38](870 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:39, 02:46](1223 MB) +PASS -- TEST 'rap_decomp_intel' [04:27, 02:43](872 MB) +PASS -- TEST 'rap_2threads_intel' [05:22, 03:05](959 MB) +PASS -- TEST 'rap_restart_intel' [03:30, 01:29](736 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:26, 02:37](873 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:23, 02:44](877 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:30, 01:29](732 MB) +PASS -- TEST 'hrrr_control_intel' [04:31, 02:32](868 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:25, 02:37](869 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:30, 02:55](935 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:22, 01:32](694 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:37, 04:41](872 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:20, 05:52](1819 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:23, 05:44](1813 MB) + +PASS -- COMPILE 'csawmg_intel' [07:12, 05:24] +PASS -- TEST 'control_csawmg_intel' [06:24, 04:07](826 MB) +PASS -- TEST 'control_ras_intel' [04:17, 02:13](524 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 05:24] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:33, 07:29](1510 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 05:44] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:35, 01:56](1719 MB) +PASS -- TEST 'regional_control_faster_intel' [05:33, 03:13](862 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:23] ( 901 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:20, 01:32](1453 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:23, 01:36](1462 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:17, 02:04](658 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:18, 01:51](662 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:32, 02:51](969 MB) +PASS -- TEST 'control_ras_debug_intel' [03:19, 01:54](667 MB) +PASS -- TEST 'control_diag_debug_intel' [03:22, 01:52](1520 MB) +PASS -- TEST 'control_debug_p8_intel' [03:23, 01:56](1752 MB) +PASS -- TEST 'regional_debug_intel' [13:31, 11:01](906 MB) +PASS -- TEST 'rap_control_debug_intel' [05:22, 03:24](1053 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:21, 03:26](1042 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:20, 03:22](1047 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 03:21](1047 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:18, 03:24](1053 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:24, 03:29](1132 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 03:27](1052 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 03:27](1044 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:21, 03:23](1053 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 03:23](1050 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:21, 03:18](1048 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 03:21](1047 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:19, 05:23](1046 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:20, 03:18](1051 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:18, 03:23](1049 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:47, 05:38](1053 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:11, 02:08] ( 858 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:28, 08:48](1544 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:30] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:49, 02:37](1066 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:51, 02:16](751 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:35, 02:12](747 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:33, 02:40](794 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:34, 02:34](791 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:26, 02:18](740 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:29, 01:16](637 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 01:14](625 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:12, 05:29] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:44, 01:51](1032 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:28, 00:51](1039 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:33, 01:51](1036 MB) +PASS -- TEST 'conus13km_restart_intel' [02:47, 01:07](902 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:12, 05:32] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:26, 02:44](788 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [20:11, 18:09] ( 793 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:18, 03:25](919 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:22](922 MB) +PASS -- TEST 'conus13km_debug_intel' [15:52, 13:51](1076 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:34, 14:15](772 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:52, 12:40](1081 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:38, 14:19](1073 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:40, 13:59](1142 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:10] ( 793 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:23, 03:25](963 MB) + +PASS -- COMPILE 'hafsw_intel' [09:11, 07:55] ( 4 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:59, 03:47](846 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:16, 03:52](1064 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:30, 02:24](1069 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:12, 04:45](908 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [10:06, 07:43](946 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [11:19, 08:09](979 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:15, 03:29](465 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:05, 04:30](480 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:39, 01:46](394 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:45, 04:38](432 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:45, 02:31](497 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:45, 02:20](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:58, 02:50](572 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:27, 00:59](425 MB) +PASS -- TEST 'gnv1_nested_intel' [04:58, 02:38](1695 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:28] ( 1498 warnings 1430 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:38, 08:05](574 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [10:10, 08:18] ( 3 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [06:44, 04:43](629 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [07:45, 04:46](796 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:11, 07:55] ( 9 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [08:04, 03:24](799 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:10, 07:40] ( 3 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:47, 04:23](892 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:54, 04:23](862 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:39, 11:00](892 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:11, 05:16] ( 9 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:23, 02:03](1560 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 01:28](1559 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:16, 01:51](678 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:52](680 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:16, 01:53](678 MB) PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:02](1559 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:14, 02:02](1560 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 01:51](678 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:28, 04:51](1369 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:27, 04:37](714 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:14, 02:03](1560 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:47](4520 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:47](4517 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:22, 02:08](1561 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:20, 01:51](676 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:56, 04:54](1368 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:50, 04:41](717 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:08](1559 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 03:48](4519 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:20, 03:50](4519 MB) -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:33] ( 13 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 04:04](1561 MB) +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:30] ( 13 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:19, 04:05](1559 MB) -PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 05:11] ( 9 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:02](1559 MB) +PASS -- COMPILE 'datm_cdeps_faster_intel' [07:11, 05:21] ( 9 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:20, 02:03](1561 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:42] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:23, 01:00](312 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:41](441 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:32](440 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:39] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 01:01](308 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:51, 00:42](440 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:33, 00:33](440 MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:10, 06:10] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:31, 02:24](1791 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [07:11, 06:06] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:41, 02:24](1790 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:43] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:28, 03:08](1772 MB) +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 05:47] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:53, 03:09](1767 MB) -PASS -- COMPILE 'atml_intel' [08:10, 06:41] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:31, 02:28](1874 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:19, 01:27](1030 MB) +PASS -- COMPILE 'atml_intel' [08:11, 06:27] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:44, 02:33](1871 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:53, 05:53](1032 MB) -PASS -- COMPILE 'atml_debug_intel' [04:10, 02:51] ( 906 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:28, 03:22](1899 MB) +PASS -- COMPILE 'atml_debug_intel' [04:10, 03:03] ( 906 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:17, 03:18](1895 MB) -PASS -- COMPILE 'atmw_intel' [09:10, 07:20] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:25, 01:16](1755 MB) +PASS -- COMPILE 'atmw_intel' [09:11, 07:35] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:44, 01:17](1759 MB) PASS -- COMPILE 'atmaero_intel' [07:10, 05:43] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:29, 02:40](1940 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:24, 03:09](1596 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:25, 03:10](1605 MB) +PASS -- TEST 'atmaero_control_p8_intel' [04:37, 02:41](1941 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:30, 04:36](1584 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:39, 03:28](1595 MB) -PASS -- COMPILE 'atmaq_intel' [07:10, 05:29] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:44, 12:38](2973 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:34, 14:21](2984 MB) +PASS -- COMPILE 'atmaq_intel' [07:11, 05:30] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [17:11, 12:41](2980 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [19:03, 14:30](2979 MB) -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:21] ( 883 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:38, 25:31](2995 MB) +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:12] ( 883 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [29:22, 25:59](2999 MB) -PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:19] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:21, 05:58](795 MB) +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:20] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:44, 05:59](797 MB) SYNOPSIS: -Starting Date/Time: 20250828 17:59:07 -Ending Date/Time: 20250828 19:16:04 -Total Time: 01h:17m:25s +Starting Date/Time: 20250903 02:31:17 +Ending Date/Time: 20250903 03:55:09 +Total Time: 01h:25m:00s Compiles Completed: 43/43 -Tests Completed: 204/204 +Tests Completed: 200/204 +Failed Tests: +* TEST control_iovr4_gfdlmpv3_intel: FAILED: RUN DID NOT COMPLETE +-- LOG: /gpfs/f6/bil-fire8/scratch/Fernando.Andrade-maldonado/regression-testing/wm/2788/ufs-weather-model/tests/logs/log_gaeac6/run_control_iovr4_gfdlmpv3_intel.log +* TEST control_p8_ugwpv1_tempo_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/scratch/Fernando.Andrade-maldonado/regression-testing/wm/2788/ufs-weather-model/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/scratch/Fernando.Andrade-maldonado/regression-testing/wm/2788/ufs-weather-model/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_aerosol_intel.log +* TEST control_p8_ugwpv1_tempo_aerosol_hail_intel: FAILED: UNABLE TO COMPLETE COMPARISON +-- LOG: /gpfs/f6/bil-fire8/scratch/Fernando.Andrade-maldonado/regression-testing/wm/2788/ufs-weather-model/tests/logs/log_gaeac6/run_control_p8_ugwpv1_tempo_aerosol_hail_intel.log + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF GAEAC6 REGRESSION TESTING LOG==== +====START OF GAEAC6 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +e6caf4855b8527efb9c5129b1d1abc1e54fd2cbe + +Submodule hashes used in testing: + 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) + 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) + 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) + 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) + 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1982530 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: bil-fire8 +* (-l) - USE CONFIG FILE: rt.conf.rerun +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:32] ( 1 remarks ) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:36, 01:54](1745 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:41, 01:59](1752 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:40, 01:29](2427 MB) + +SYNOPSIS: +Starting Date/Time: 20250903 14:46:15 +Ending Date/Time: 20250903 14:59:28 +Total Time: 00h:13m:21s +Compiles Completed: 1/1 +Tests Completed: 3/3 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF GAEAC6 REGRESSION TESTING LOG==== +====START OF GAEAC6 REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +e6caf4855b8527efb9c5129b1d1abc1e54fd2cbe + +Submodule hashes used in testing: + 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) + 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) + 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 3970dbded4e2cc361ee8b973c204fa99f280d66e MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10715-g3970dbded) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) + 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) + 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2087868 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: bil-fire8 +* (-n) - RUN SINGLE TEST: control_iovr4_gfdlmpv3 +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:36] ( 1 remarks ) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:20, 01:59](786 MB) + +SYNOPSIS: +Starting Date/Time: 20250903 16:48:36 +Ending Date/Time: 20250903 17:02:35 +Total Time: 00h:14m:12s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. From 4210ee5ef306d48d80dbe1c07ab5855c0ad3eec3 Mon Sep 17 00:00:00 2001 From: epic-cicd-jenkins Date: Wed, 3 Sep 2025 21:26:25 +0000 Subject: [PATCH 11/15] ORT Jobs Completed. on-behalf-of @ufs-community --- tests/logs/OpnReqTests_control_p8_hera.log | 48 +++++++++---------- ...sts_cpld_control_nowave_noaero_p8_hera.log | 24 +++++----- .../OpnReqTests_regional_control_hera.log | 30 ++++++------ 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 0a80ffeb6a..271b29a557 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Aug 27 01:49:47 UTC 2025 +Wed Sep 3 20:22:18 UTC 2025 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_727376/bit_base_bit_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2525494/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 = 251.656226 - 0: The maximum resident set size (KB) = 1545948 + 0: The total amount of wall time = 248.549071 + 0: The maximum resident set size (KB) = 1553152 Test bit_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_727376/dbg_base_dbg_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2525494/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 = 894.639472 - 0: The maximum resident set size (KB) = 1551104 + 0: The total amount of wall time = 863.134411 + 0: The maximum resident set size (KB) = 1561240 Test dbg_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_727376/dcp_dcp +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2525494/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 = 226.047265 - 0: The maximum resident set size (KB) = 1525624 + 0: The total amount of wall time = 236.348635 + 0: The maximum resident set size (KB) = 1545316 Test dcp PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_727376/mpi_mpi +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2525494/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 = 228.537074 - 0: The maximum resident set size (KB) = 1535944 + 0: The total amount of wall time = 231.408396 + 0: The maximum resident set size (KB) = 1536376 Test mpi PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_727376/rst_rst +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2525494/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 = 231.512342 - 0: The maximum resident set size (KB) = 1512832 + 0: The total amount of wall time = 228.106966 + 0: The maximum resident set size (KB) = 1526912 Test rst PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_727376/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2525494/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 = 228.171857 - 0: The maximum resident set size (KB) = 1529700 + 0: The total amount of wall time = 233.276474 + 0: The maximum resident set size (KB) = 1534160 Test std_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_727376/thr_thr +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2525494/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 = 230.607261 - 0: The maximum resident set size (KB) = 1541104 + 0: The total amount of wall time = 227.286328 + 0: The maximum resident set size (KB) = 1547792 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 27 02:54:58 UTC 2025 -Elapsed time: 01h:05m:11s. Have a nice day! +Wed Sep 3 21:26:23 UTC 2025 +Elapsed time: 01h:04m:07s. Have a nice day! 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 a021b705d9..5b876da7cb 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Aug 27 00:22:04 UTC 2025 +Wed Sep 3 18:56:48 UTC 2025 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_485344/dbg_base_dbg_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2329300/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_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 = 2299.132399 - 0: The maximum resident set size (KB) = 1649908 + 0: The total amount of wall time = 2282.441772 + 0: The maximum resident set size (KB) = 1651304 Test dbg_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_485344/rst_rst +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2329300/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,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 = 591.784999 - 0: The maximum resident set size (KB) = 1622256 + 0: The total amount of wall time = 583.612281 + 0: The maximum resident set size (KB) = 1640660 Test rst PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_485344/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2329300/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +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 = 582.583358 - 0: The maximum resident set size (KB) = 1641492 + 0: The total amount of wall time = 583.742625 + 0: The maximum resident set size (KB) = 1648396 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 27 01:49:47 UTC 2025 -Elapsed time: 01h:27m:43s. Have a nice day! +Wed Sep 3 20:22:16 UTC 2025 +Elapsed time: 01h:25m:28s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 061be2947f..01201978e9 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Tue Aug 26 23:28:17 UTC 2025 +Wed Sep 3 18:01:42 UTC 2025 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_360510/bit_base_bit_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2172061/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 612.844246 - 0: The maximum resident set size (KB) = 887864 + 0: The total amount of wall time = 609.415794 + 0: The maximum resident set size (KB) = 903408 Test bit_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_360510/dcp_dcp +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2172061/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 499.244257 - 0: The maximum resident set size (KB) = 875560 + 0: The total amount of wall time = 494.212673 + 0: The maximum resident set size (KB) = 865156 Test dcp PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_360510/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2172061/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 497.282228 - 0: The maximum resident set size (KB) = 863912 + 0: The total amount of wall time = 496.446269 + 0: The maximum resident set size (KB) = 854332 Test std_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_360510/thr_thr +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2172061/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 491.687814 - 0: The maximum resident set size (KB) = 866496 + 0: The total amount of wall time = 499.895724 + 0: The maximum resident set size (KB) = 865852 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Aug 27 00:22:04 UTC 2025 -Elapsed time: 00h:53m:47s. Have a nice day! +Wed Sep 3 18:56:48 UTC 2025 +Elapsed time: 00h:55m:09s. Have a nice day! From ce3771e85907b7826355c71b3ce02f21680204d6 Mon Sep 17 00:00:00 2001 From: Daniel Sarmiento <42810219+dpsarmie@users.noreply.github.com> Date: Thu, 4 Sep 2025 07:38:09 -0400 Subject: [PATCH 12/15] Update Derecho ss install path --- modulefiles/ufs_derecho.intel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/ufs_derecho.intel.lua b/modulefiles/ufs_derecho.intel.lua index 17e40b9330..f61f47b516 100644 --- a/modulefiles/ufs_derecho.intel.lua +++ b/modulefiles/ufs_derecho.intel.lua @@ -5,7 +5,7 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel setenv("LMOD_TMOD_FIND_FIRST","yes") prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra") prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.29-4natrhl/gcc/12.2.0") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.29-3sepg3g/gcc/12.4.0") unload("ncarcompilers") stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1" From ee9c4d7b3b9431280084f2bf796ff99066bb8b42 Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Thu, 4 Sep 2025 11:42:22 +0000 Subject: [PATCH 13/15] Acorn RT Log: Passed --- tests/logs/RegressionTests_acorn.log | 566 +++++++++++++-------------- 1 file changed, 283 insertions(+), 283 deletions(-) diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index a3168318cb..c70fe158b2 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -71de435916cae28076571e3ef0f579b54c211d57 +e1d0c17da16851459bae34841c51517ae94a1e1c Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 1dfc855b9ef45722767fcee884adf956511191f7 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5318-g1dfc855b) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) @@ -40,292 +40,292 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/dusan.jovic/FV3_RT/rt_65071 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2679769 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:57] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:34, 06:27](3327 MB) -PASS -- TEST 'cpld_control_gefs_intel' [57:56, 16:08](4111 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [24:04, 07:45](3923 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:28, 13:15] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [26:15, 14:55](1902 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:11, 16:13](1947 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:33, 07:24](1068 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:20, 07:21](1932 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [40:10, 17:25](1886 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:28, 13:15] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [24:28, 15:17](1909 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:20, 05:01] ( 1542 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:11, 20:15](1943 MB) - -PASS -- COMPILE 's2swa_intel' [14:28, 12:19] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:54, 08:03](3363 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:48, 08:05](3369 MB) -PASS -- TEST 'cpld_restart_p8_intel' [14:21, 04:34](3247 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [17:13, 08:12](3386 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [13:54, 04:37](3269 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:10, 07:20](3589 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:11, 07:53](3359 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [22:53, 06:38](3308 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:40, 08:04](3370 MB) - -PASS -- COMPILE 's2swal_intel' [13:28, 12:08] ( 9 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [12:16, 08:23](3368 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [19:31, 04:44](3247 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:07, 08:16](3337 MB) - -PASS -- COMPILE 's2sw_intel' [13:27, 11:21] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:33, 04:47](1926 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:19, 07:05](1972 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:26, 10:38] ( 9 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:53, 04:55](1976 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:34, 16:41] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [19:20, 07:58](3360 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:29, 12:38] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:10, 15:04](1926 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:56, 07:18](1104 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:18, 17:21](1893 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:51, 05:52](2886 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:39, 01:55](2894 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:21, 01:19](2304 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:07, 01:21](2114 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:06, 00:54](2109 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:47, 00:41](1460 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [05:08, 01:12](2114 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:06, 00:55](2110 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:47, 00:50](1458 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [04:07, 01:04](2040 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:06, 00:44](2041 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:45, 00:41](1396 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:18, 04:36] ( 1542 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:48, 23:47](1967 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:24, 09:31] ( 1 remarks ) -PASS -- TEST 'control_flake_intel' [14:44, 04:07](677 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [13:45, 02:29](1575 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:52, 02:51](1587 MB) -PASS -- TEST 'control_latlon_intel' [16:43, 02:44](1585 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [15:58, 02:45](1585 MB) -PASS -- TEST 'control_c48_intel' [15:53, 06:37](1592 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:50, 05:56](724 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [14:51, 06:38](1595 MB) -PASS -- TEST 'control_c192_intel' [16:01, 07:17](1704 MB) -PASS -- TEST 'control_c384_intel' [31:28, 08:41](2002 MB) -PASS -- TEST 'control_c384gdas_intel' [41:04, 09:22](1174 MB) -PASS -- TEST 'control_stochy_intel' [07:35, 01:50](633 MB) -PASS -- TEST 'control_stochy_restart_intel' [05:35, 01:10](400 MB) -PASS -- TEST 'control_lndp_intel' [08:35, 01:56](640 MB) -PASS -- TEST 'control_iovr4_intel' [08:37, 02:37](634 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [08:58, 03:06](918 MB) -PASS -- TEST 'control_iovr5_intel' [08:36, 02:43](633 MB) -PASS -- TEST 'control_p8_intel' [10:14, 03:04](1864 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [10:13, 03:14](1862 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:12, 02:56](1865 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:20, 03:02](1878 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:40, 03:13](1886 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [10:48, 02:21](2438 MB) -PASS -- TEST 'control_restart_p8_intel' [07:12, 01:49](1008 MB) -PASS -- TEST 'control_noqr_p8_intel' [09:34, 02:55](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:35, 01:51](1011 MB) -PASS -- TEST 'control_decomp_p8_intel' [09:31, 03:03](1861 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:34, 02:45](1939 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:59, 05:08](1870 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:20, 04:22](1913 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:03, 03:05](1873 MB) -PASS -- TEST 'merra2_thompson_intel' [09:49, 03:34](1865 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [10:25, 04:52](1873 MB) -PASS -- TEST 'regional_control_intel' [06:58, 05:03](877 MB) -PASS -- TEST 'regional_restart_intel' [04:51, 02:50](883 MB) -PASS -- TEST 'regional_decomp_intel' [07:50, 05:22](882 MB) -PASS -- TEST 'regional_2threads_intel' [06:47, 03:19](991 MB) -PASS -- TEST 'regional_noquilt_intel' [07:53, 05:12](1170 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:50, 05:13](880 MB) -PASS -- TEST 'regional_wofs_intel' [09:52, 06:58](1608 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 08:27] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [08:22, 04:07](1015 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:20, 04:17](1202 MB) -PASS -- TEST 'rap_decomp_intel' [07:29, 04:17](1011 MB) -PASS -- TEST 'rap_2threads_intel' [07:27, 03:50](1085 MB) -PASS -- TEST 'rap_restart_intel' [07:13, 02:17](765 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:07, 04:06](1014 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:28, 04:08](1012 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:30, 02:24](765 MB) -PASS -- TEST 'hrrr_control_intel' [08:48, 03:52](1008 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:29, 04:00](1007 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:26, 03:30](1080 MB) -PASS -- TEST 'hrrr_control_restart_intel' [08:39, 02:14](756 MB) -PASS -- TEST 'rrfs_v1beta_intel' [13:15, 07:15](1010 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:43, 09:30](1973 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:39, 09:05](1967 MB) - -PASS -- COMPILE 'csawmg_intel' [09:22, 07:46] -PASS -- TEST 'control_csawmg_intel' [09:53, 06:44](962 MB) -PASS -- TEST 'control_ras_intel' [06:31, 03:38](668 MB) - -PASS -- COMPILE 'wam_intel' [09:24, 07:40] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:09, 12:20](1667 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:24, 07:53] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:12, 03:06](1863 MB) -PASS -- TEST 'regional_control_faster_intel' [07:55, 05:04](880 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:20, 04:48] ( 886 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [13:49, 02:37](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [15:00, 02:47](1628 MB) -PASS -- TEST 'control_stochy_debug_intel' [13:42, 03:33](827 MB) -PASS -- TEST 'control_lndp_debug_intel' [13:42, 03:21](828 MB) -PASS -- TEST 'control_csawmg_debug_intel' [18:04, 04:52](1117 MB) -PASS -- TEST 'control_ras_debug_intel' [16:45, 03:16](838 MB) -PASS -- TEST 'control_diag_debug_intel' [16:52, 03:13](1686 MB) -PASS -- TEST 'control_debug_p8_intel' [05:54, 03:06](1906 MB) -PASS -- TEST 'regional_debug_intel' [21:05, 18:16](941 MB) -PASS -- TEST 'rap_control_debug_intel' [08:35, 05:39](1197 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:38, 05:32](1193 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:36, 05:38](1196 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [09:38, 05:40](1191 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:41, 05:39](1197 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:53, 05:59](1287 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:38, 05:49](1197 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:38, 05:48](1198 MB) -PASS -- TEST 'rap_lndp_debug_intel' [12:38, 05:46](1206 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [12:42, 05:41](1193 MB) -PASS -- TEST 'rap_noah_debug_intel' [11:38, 05:31](1196 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [11:38, 05:42](1196 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:42, 09:08](1191 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:39, 05:42](1201 MB) -PASS -- TEST 'rap_flake_debug_intel' [12:39, 05:38](1201 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:37, 09:40](1202 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:19, 03:31] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [24:18, 14:29](1695 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:23, 07:40] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [15:25, 03:56](1048 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:48, 03:35](894 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:12, 03:27](885 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:27, 03:18](934 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:44, 03:15](934 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:51, 03:31](890 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:07, 01:58](728 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:32, 02:04](725 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:23, 07:42] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:20, 03:09](1020 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:59, 01:19](1139 MB) -PASS -- TEST 'conus13km_decomp_intel' [08:00, 03:06](1027 MB) -PASS -- TEST 'conus13km_restart_intel' [04:04, 01:51](691 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:23, 08:00] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:03, 04:19](915 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:18, 03:32] ( 779 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:39, 05:33](1077 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:42, 05:31](1073 MB) -PASS -- TEST 'conus13km_debug_intel' [27:31, 24:00](1104 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [26:29, 23:50](815 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [17:10, 13:22](1212 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [29:24, 24:30](1111 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:22, 24:02](1151 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:26] ( 779 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:40, 05:41](1106 MB) - -PASS -- COMPILE 'hafsw_intel' [12:25, 09:48] ( 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:49, 04:25](710 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [14:07, 04:38](920 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [12:47, 03:41](1048 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:07, 06:39](761 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [17:58, 11:44](795 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:16, 12:47](813 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:14, 05:20](461 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [17:59, 06:34](472 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [14:15, 03:00](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [39:12, 07:48](423 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:03, 03:44](493 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:12, 03:32](494 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [16:29, 04:23](551 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [16:49, 01:40](403 MB) -PASS -- TEST 'gnv1_nested_intel' [09:14, 03:54](1701 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [07:20, 03:59] ( 1480 warnings 1450 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [29:31, 14:04](590 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:25, 09:20] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [26:38, 07:12](616 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [30:53, 07:15](780 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:26, 09:43] ( 9 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [26:00, 05:28](782 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:28, 09:20] ( 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:50, 06:13](761 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:51, 06:18](736 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:35, 16:10](897 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:29, 09:29] ( 9 warnings ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:27, 03:12](1567 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:28, 02:12](1567 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:25, 03:00](684 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 02:55](685 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:24, 02:53](685 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:25, 03:13](1567 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:25, 03:11](1565 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:25, 02:59](683 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:33, 07:09](1365 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:30, 07:02](706 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:24, 03:07](1568 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:28, 05:27](4519 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:29, 05:33](4521 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [18:31, 09:29] ( 9 warnings ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:27, 03:03](1564 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [10:23, 00:50] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:39, 01:11](301 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:35, 00:48](438 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:37, 00:43](437 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [20:35, 10:31] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:37, 03:51](1913 MB) - -PASS -- COMPILE 'atml_intel' [16:29, 09:14] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [08:17, 03:25](1871 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:01, 02:04](1028 MB) - -PASS -- COMPILE 'atml_debug_intel' [13:28, 04:25] ( 891 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:18, 05:47](1910 MB) - -PASS -- COMPILE 'atmw_intel' [12:25, 08:32] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:08, 02:11](1885 MB) - -PASS -- COMPILE 'atmaero_intel' [13:28, 08:10] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:52, 04:32](3240 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:41, 05:09](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:43, 05:10](3130 MB) - -PASS -- COMPILE 'atmaq_intel' [13:26, 07:48] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [21:56, 15:25](2401 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [24:55, 18:25](2457 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [09:22, 03:39] ( 869 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [48:05, 40:22](1972 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:55] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:18, 06:32](3332 MB) +PASS -- TEST 'cpld_control_gefs_intel' [59:17, 16:15](4112 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:07, 07:36](3917 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:28, 12:49] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [27:26, 14:58](1902 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:23, 16:20](1948 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:05, 07:19](1069 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:23, 07:26](1931 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [34:33, 17:22](1887 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:29, 13:03] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [25:38, 15:17](1904 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:20, 05:04] ( 1542 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:09, 20:10](1945 MB) + +PASS -- COMPILE 's2swa_intel' [13:27, 12:06] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [16:01, 08:10](3362 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:36, 08:00](3363 MB) +PASS -- TEST 'cpld_restart_p8_intel' [14:53, 04:34](3247 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [11:58, 08:18](3386 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [18:29, 04:35](3265 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:11, 07:30](3581 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:58, 08:12](3360 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:09, 06:54](3306 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:19, 08:13](3364 MB) + +PASS -- COMPILE 's2swal_intel' [13:29, 11:50] ( 9 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [19:30, 08:13](3364 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [15:26, 04:49](3247 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:09, 08:13](3335 MB) + +PASS -- COMPILE 's2sw_intel' [12:26, 11:10] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:31, 04:53](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:59, 07:12](1972 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:26, 10:40] ( 9 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:57, 04:58](1975 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:32, 16:01] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:13, 07:58](3360 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:30, 12:50] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:06, 15:05](1927 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:50, 07:21](1100 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [35:19, 17:24](1894 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [15:48, 05:55](2885 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [11:44, 01:57](2899 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:25, 01:14](2308 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [10:09, 01:15](2112 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [09:07, 00:51](2110 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [05:51, 00:46](1458 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [10:09, 01:18](2114 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [10:09, 00:56](2111 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:49, 00:55](1459 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [09:07, 00:50](2036 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [09:07, 00:48](2042 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:51, 00:43](1395 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:18, 04:41] ( 1542 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:50, 23:49](1969 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:26, 09:41] ( 1 remarks ) +PASS -- TEST 'control_flake_intel' [12:41, 04:08](681 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [13:46, 02:29](1575 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [12:49, 02:48](1584 MB) +PASS -- TEST 'control_latlon_intel' [12:40, 02:38](1585 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:59, 02:43](1585 MB) +PASS -- TEST 'control_c48_intel' [09:45, 06:46](1594 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:45, 06:08](720 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [12:52, 06:38](1599 MB) +PASS -- TEST 'control_c192_intel' [17:02, 07:18](1705 MB) +PASS -- TEST 'control_c384_intel' [28:25, 08:48](2021 MB) +PASS -- TEST 'control_c384gdas_intel' [39:14, 09:23](1172 MB) +PASS -- TEST 'control_stochy_intel' [11:41, 01:53](635 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:36, 01:16](400 MB) +PASS -- TEST 'control_lndp_intel' [10:38, 01:56](637 MB) +PASS -- TEST 'control_iovr4_intel' [10:42, 02:46](631 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [11:02, 03:12](918 MB) +PASS -- TEST 'control_iovr5_intel' [10:42, 02:42](631 MB) +PASS -- TEST 'control_p8_intel' [10:14, 02:58](1865 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [11:16, 03:07](1861 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:14, 03:01](1865 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:17, 03:03](1879 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:45, 03:14](1887 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [08:48, 02:19](2436 MB) +PASS -- TEST 'control_restart_p8_intel' [06:10, 01:52](1007 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:44, 03:00](1859 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:39, 01:44](1013 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:40, 03:03](1863 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:38, 02:47](1943 MB) +PASS -- TEST 'control_p8_lndp_intel' [12:03, 05:10](1869 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [12:16, 04:11](1914 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:05, 03:16](1874 MB) +PASS -- TEST 'merra2_thompson_intel' [09:38, 03:36](1867 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [11:21, 04:40](1873 MB) +PASS -- TEST 'regional_control_intel' [06:53, 05:04](871 MB) +PASS -- TEST 'regional_restart_intel' [04:51, 02:52](881 MB) +PASS -- TEST 'regional_decomp_intel' [07:50, 05:25](881 MB) +PASS -- TEST 'regional_2threads_intel' [06:48, 03:11](989 MB) +PASS -- TEST 'regional_noquilt_intel' [07:54, 05:09](1168 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:50, 05:04](876 MB) +PASS -- TEST 'regional_wofs_intel' [08:51, 06:50](1608 MB) + +PASS -- COMPILE 'rrfs_intel' [10:25, 08:34] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [12:45, 04:10](1013 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [20:30, 04:24](1195 MB) +PASS -- TEST 'rap_decomp_intel' [12:34, 04:11](1009 MB) +PASS -- TEST 'rap_2threads_intel' [12:32, 03:47](1093 MB) +PASS -- TEST 'rap_restart_intel' [07:17, 02:22](765 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:36, 04:11](1009 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:32, 04:18](1012 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:27, 02:21](766 MB) +PASS -- TEST 'hrrr_control_intel' [08:30, 03:55](1007 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:26, 04:00](1008 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:42, 03:31](1080 MB) +PASS -- TEST 'hrrr_control_restart_intel' [08:40, 02:11](758 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:17, 07:19](1009 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:45, 09:26](1974 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:44, 09:09](1967 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 07:47] +PASS -- TEST 'control_csawmg_intel' [11:56, 06:45](962 MB) +PASS -- TEST 'control_ras_intel' [08:34, 03:35](666 MB) + +PASS -- COMPILE 'wam_intel' [09:22, 07:43] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [17:12, 12:17](1667 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:24, 08:03] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:11, 02:59](1862 MB) +PASS -- TEST 'regional_control_faster_intel' [08:54, 04:56](878 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:20, 04:46] ( 886 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:42, 02:43](1610 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:53, 02:50](1620 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:35, 03:40](823 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:32, 03:18](825 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:56, 04:57](1119 MB) +PASS -- TEST 'control_ras_debug_intel' [06:33, 03:23](831 MB) +PASS -- TEST 'control_diag_debug_intel' [06:38, 03:18](1679 MB) +PASS -- TEST 'control_debug_p8_intel' [08:56, 03:06](1903 MB) +PASS -- TEST 'regional_debug_intel' [20:07, 18:07](925 MB) +PASS -- TEST 'rap_control_debug_intel' [10:39, 05:52](1190 MB) +PASS -- TEST 'hrrr_control_debug_intel' [10:40, 05:39](1190 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [10:39, 05:50](1193 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:38, 05:43](1195 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:36, 05:43](1195 MB) +PASS -- TEST 'rap_diag_debug_intel' [11:52, 06:09](1289 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:41, 05:48](1194 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [12:43, 05:51](1190 MB) +PASS -- TEST 'rap_lndp_debug_intel' [12:43, 05:42](1198 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [12:40, 05:45](1196 MB) +PASS -- TEST 'rap_noah_debug_intel' [11:38, 05:38](1196 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [12:40, 05:51](1197 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:43, 09:14](1192 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:42, 05:51](1195 MB) +PASS -- TEST 'rap_flake_debug_intel' [12:40, 05:46](1195 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:35, 09:48](1200 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:20, 03:28] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [21:14, 14:33](1694 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:26, 07:46] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:21, 04:02](1042 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:15, 03:30](894 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:14, 03:24](887 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:28, 03:09](931 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:59, 03:03](929 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:50, 03:39](889 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:08, 02:03](727 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:36, 01:57](724 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:29, 07:47] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:20, 03:00](1019 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:00, 01:23](1142 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:00, 03:09](1027 MB) +PASS -- TEST 'conus13km_restart_intel' [05:01, 01:55](691 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:28, 07:58] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:59, 04:23](919 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:21, 03:37] ( 779 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:38, 05:27](1081 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:40, 05:23](1075 MB) +PASS -- TEST 'conus13km_debug_intel' [27:30, 23:50](1103 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:38, 24:03](813 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:15, 13:23](1208 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [27:23, 24:21](1092 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:24, 23:54](1170 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 03:31] ( 779 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:37, 05:38](1111 MB) + +PASS -- COMPILE 'hafsw_intel' [12:25, 09:42] ( 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:45, 04:28](707 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [13:08, 04:37](919 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:51, 03:38](1048 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:07, 06:49](760 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:02, 11:36](799 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [27:20, 12:44](812 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:16, 05:26](462 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:09, 06:43](471 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [17:23, 03:06](382 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [22:56, 07:46](425 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [11:06, 03:45](495 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:15, 03:33](493 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [25:42, 04:29](548 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [15:48, 01:45](402 MB) +PASS -- TEST 'gnv1_nested_intel' [09:11, 03:57](1703 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:18, 03:59] ( 1480 warnings 1450 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [36:40, 14:10](589 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:25, 09:16] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [28:41, 07:11](612 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [29:45, 07:14](783 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:27, 09:31] ( 9 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:00, 05:29](781 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:26, 08:50] ( 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:51, 06:12](759 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:50, 06:20](735 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:37, 16:13](896 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:24, 09:31] ( 9 warnings ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:26, 03:10](1567 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:28, 02:15](1565 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:25, 02:57](684 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 03:08](684 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 03:05](685 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:26, 03:14](1567 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:26, 03:15](1567 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:24, 02:52](684 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:32, 07:13](1365 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:24, 07:00](714 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:24, 03:11](1567 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:29, 05:35](4520 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:30, 05:36](4521 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:23, 09:33] ( 9 warnings ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:27, 03:11](1565 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:15, 00:52] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:39, 01:08](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:34, 00:56](436 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:37, 00:40](437 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:26, 10:36] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:33, 03:51](1912 MB) + +PASS -- COMPILE 'atml_intel' [14:28, 09:19] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [08:19, 03:25](1871 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:01, 01:58](1030 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:23, 04:26] ( 891 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:25, 05:38](1911 MB) + +PASS -- COMPILE 'atmw_intel' [14:27, 08:43] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:08, 02:15](1884 MB) + +PASS -- COMPILE 'atmaero_intel' [11:24, 08:10] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:51, 04:26](3239 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:35, 05:08](3119 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:50, 05:18](3129 MB) + +PASS -- COMPILE 'atmaq_intel' [10:24, 07:50] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [21:58, 15:33](2394 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [25:49, 18:36](2443 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:39] ( 869 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [47:11, 40:27](1971 MB) SYNOPSIS: -Starting Date/Time: 20250828 18:28:26 -Ending Date/Time: 20250828 21:05:46 -Total Time: 02h:37m:51s +Starting Date/Time: 20250903 19:16:34 +Ending Date/Time: 20250903 21:55:05 +Total Time: 02h:39m:04s Compiles Completed: 38/38 Tests Completed: 199/199 From 2ecba8799266da46c3f68608f57e495edd1c0c1d Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Thu, 4 Sep 2025 11:42:54 +0000 Subject: [PATCH 14/15] WCOSS2 RT Log: Passed --- tests/logs/RegressionTests_wcoss2.log | 505 +++++++++++++------------- 1 file changed, 252 insertions(+), 253 deletions(-) diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index ca07220d8a..12a7e21e0d 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: -71de435916cae28076571e3ef0f579b54c211d57 +e1d0c17da16851459bae34841c51517ae94a1e1c Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 632ef09b9181b284ec018708e213d2627bf3488f CMEPS-interface/CMEPS (remotes/origin/feature/mpas_nuopc_init) + 61b5a22ff810a647587c3e697b48a15c016f27d7 CMEPS-interface/CMEPS (cmeps_v0.4.1-2322-g61b5a22) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2a55e4d56a772c2b61d14a33993e6bdb993cbd8c NOAHMP-interface/noahmp (v3.7.1-457-g2a55e4d) - 6649667b03b44d2d31b6c22c354ef05b1ba37418 UFSATM (remotes/origin/feature/mpas_nuopc_init) + 2f7f432ccbfabd6531941c08380fd2f235a098f0 UFSATM (heads/develop) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 1dfc855b9ef45722767fcee884adf956511191f7 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5318-g1dfc855b) + 2c4dbd1fabbea6c332eea2ba97a15bd80a55e630 UFSATM/ccpp/physics (EP4-1834-g2c4dbd1f) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) 77be6d28a8cbf39fa5299baed27f58260de7a45b UFSATM/fv3/atmos_cubed_sphere (201912_public_release-417-g77be6d2) @@ -40,262 +40,261 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250828 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/dusan.jovic/FV3_RT/rt_747128 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250902 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2652134 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-k) - KEEP RUN DIRECTORY * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:37, 12:52] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:31, 06:58](3348 MB) -PASS -- TEST 'cpld_control_gefs_intel' [44:46, 16:37](4109 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [27:57, 08:34](3895 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:37, 12:54] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:28, 15:36](1902 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:40, 17:02](1948 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:21, 07:46](1070 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:18, 07:46](1927 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:29, 17:49](1878 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:37, 12:56] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [18:27, 15:50](1904 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:28, 04:56] ( 1542 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:47, 20:23](1939 MB) - -PASS -- COMPILE 's2swa_intel' [13:36, 11:40] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:00, 08:36](3379 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:29, 08:24](3389 MB) -PASS -- TEST 'cpld_restart_p8_intel' [15:37, 05:01](3267 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:50, 08:22](3408 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [15:46, 05:12](3291 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:18, 07:49](3622 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:45, 08:18](3370 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [11:44, 07:10](3330 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:17, 08:22](3379 MB) - -PASS -- COMPILE 's2swal_intel' [13:36, 11:42] ( 9 warnings 4 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:08, 08:41](3332 MB) - -PASS -- COMPILE 's2sw_intel' [12:35, 11:07] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 05:12](1909 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:11, 07:50](1970 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:35, 10:26] ( 9 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:05, 05:49](1981 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:41, 15:51] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [14:37, 08:32](3382 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:37, 12:31] ( 9 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:08, 15:25](1927 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:30, 07:47](1100 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:04, 17:43](1892 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:40, 06:34](2884 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:32, 02:33](2894 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:32, 01:36](2311 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:59, 01:37](2108 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:59, 01:12](2112 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [05:07, 01:13](1489 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:59, 01:51](2107 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:59, 01:17](2109 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:05, 01:06](1487 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:59, 01:21](2038 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:59, 01:12](2040 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:05, 01:05](1394 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:21, 05:10] ( 1542 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:25, 24:18](1956 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:26, 09:56] ( 1 remarks ) -PASS -- TEST 'control_flake_intel' [11:47, 04:09](686 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:53, 02:38](1578 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:55, 02:53](1587 MB) -PASS -- TEST 'control_latlon_intel' [09:40, 02:57](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:56, 02:59](1588 MB) -PASS -- TEST 'control_c48_intel' [13:08, 06:43](1594 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [13:06, 06:09](724 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [13:00, 06:54](1601 MB) -PASS -- TEST 'control_c192_intel' [17:18, 07:35](1707 MB) -PASS -- TEST 'control_c384_intel' [18:50, 08:57](1999 MB) -PASS -- TEST 'control_c384gdas_intel' [15:47, 09:25](1175 MB) -PASS -- TEST 'control_stochy_intel' [04:39, 01:55](638 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:40, 01:27](406 MB) -PASS -- TEST 'control_lndp_intel' [04:39, 01:48](644 MB) -PASS -- TEST 'control_iovr4_intel' [04:44, 02:55](638 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:58, 03:32](918 MB) -PASS -- TEST 'control_iovr5_intel' [05:38, 02:50](638 MB) -PASS -- TEST 'control_p8_intel' [07:18, 03:32](1868 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:23, 03:54](1864 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:19, 03:24](1867 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:26, 03:40](1879 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:55, 03:35](1885 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [06:54, 02:51](2439 MB) -PASS -- TEST 'control_restart_p8_intel' [09:10, 02:09](1009 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:40, 03:32](1862 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [08:53, 02:06](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:56, 03:34](1853 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:48, 03:34](1938 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:11, 05:27](1870 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:20, 04:48](1918 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:03, 03:37](1875 MB) -PASS -- TEST 'merra2_thompson_intel' [08:39, 03:56](1868 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [09:41, 05:42](1875 MB) -PASS -- TEST 'regional_control_intel' [08:01, 05:32](873 MB) -PASS -- TEST 'regional_restart_intel' [09:11, 03:04](883 MB) -PASS -- TEST 'regional_decomp_intel' [07:58, 05:48](872 MB) -PASS -- TEST 'regional_2threads_intel' [05:48, 03:41](1002 MB) -PASS -- TEST 'regional_noquilt_intel' [08:04, 05:22](1177 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:08, 05:27](871 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:02, 05:22](871 MB) -PASS -- TEST 'regional_wofs_intel' [10:01, 06:57](1607 MB) - -PASS -- COMPILE 'rrfs_intel' [10:25, 08:41] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [14:39, 04:18](1016 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:33, 04:27](1203 MB) -PASS -- TEST 'rap_decomp_intel' [09:54, 04:23](1016 MB) -PASS -- TEST 'rap_2threads_intel' [10:44, 03:54](1095 MB) -PASS -- TEST 'rap_restart_intel' [08:49, 02:25](773 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:50, 04:05](1017 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:38, 04:11](1015 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [09:31, 02:30](771 MB) -PASS -- TEST 'hrrr_control_intel' [09:42, 03:53](1007 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [09:39, 04:01](1009 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:37, 03:36](1081 MB) -PASS -- TEST 'hrrr_control_restart_intel' [07:44, 02:17](765 MB) -PASS -- TEST 'rrfs_v1beta_intel' [14:36, 07:16](1013 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:06, 09:33](1978 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:50, 09:16](1967 MB) - -PASS -- COMPILE 'csawmg_intel' [09:24, 08:03] -PASS -- TEST 'control_csawmg_intel' [11:20, 07:11](959 MB) -PASS -- TEST 'control_ras_intel' [07:39, 03:31](673 MB) - -PASS -- COMPILE 'wam_intel' [09:24, 08:04] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [19:36, 12:16](1670 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:27, 08:19] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [12:46, 03:21](1862 MB) -PASS -- TEST 'regional_control_faster_intel' [12:09, 05:11](871 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:22, 05:18] ( 886 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:55, 02:46](1609 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [13:01, 02:51](1620 MB) -PASS -- TEST 'control_stochy_debug_intel' [12:47, 03:35](823 MB) -PASS -- TEST 'control_lndp_debug_intel' [12:46, 03:12](829 MB) -PASS -- TEST 'control_csawmg_debug_intel' [14:06, 05:05](1112 MB) -PASS -- TEST 'control_ras_debug_intel' [12:49, 03:17](835 MB) -PASS -- TEST 'control_diag_debug_intel' [12:55, 03:16](1676 MB) -PASS -- TEST 'control_debug_p8_intel' [11:21, 03:16](1905 MB) -PASS -- TEST 'regional_debug_intel' [24:25, 18:33](947 MB) -PASS -- TEST 'rap_control_debug_intel' [12:49, 05:46](1201 MB) -PASS -- TEST 'hrrr_control_debug_intel' [11:57, 05:37](1187 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:48, 05:42](1194 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [11:44, 05:40](1195 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:38, 05:41](1201 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:53, 06:04](1285 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:41, 05:53](1201 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:42, 05:47](1202 MB) -PASS -- TEST 'rap_lndp_debug_intel' [11:58, 05:44](1201 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:58, 05:41](1201 MB) -PASS -- TEST 'rap_noah_debug_intel' [11:49, 05:36](1199 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [10:51, 05:50](1200 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:58, 08:57](1196 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [11:48, 05:48](1202 MB) -PASS -- TEST 'rap_flake_debug_intel' [10:48, 05:40](1200 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:46, 09:39](1200 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:21, 03:44] ( 844 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [20:30, 14:31](1706 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:25, 08:09] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:49, 04:11](1041 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:15, 03:41](893 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:11, 03:28](889 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:41, 03:07](938 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:40, 03:11](940 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:14, 03:36](893 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:16, 02:20](725 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:57, 02:00](731 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:25, 07:59] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:38, 03:04](1021 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:00, 01:28](1139 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:37, 03:04](1027 MB) -PASS -- TEST 'conus13km_restart_intel' [06:36, 01:54](689 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:27, 07:55] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:38, 04:19](921 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:24, 03:40] ( 779 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:10, 05:41](1070 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:53, 05:41](1072 MB) -PASS -- TEST 'conus13km_debug_intel' [27:00, 23:59](1091 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [26:58, 23:55](804 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:42, 13:20](1198 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [27:52, 24:34](1103 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:48, 23:55](1171 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:25, 03:35] ( 779 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:42, 05:37](1110 MB) - -PASS -- COMPILE 'hafsw_intel' [15:33, 09:53] ( 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:20, 05:48](707 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:25, 05:59](921 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:45, 04:27](1047 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:17, 07:28](763 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:02, 12:11](806 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:21, 13:14](818 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:40, 05:52](466 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:04, 07:27](476 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:26, 03:33](376 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:19, 08:17](426 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:25, 04:03](501 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:35, 03:47](496 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:45, 04:43](549 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:00, 01:40](409 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [10:27, 04:09] ( 1480 warnings 1450 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:34, 14:12](589 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [14:32, 09:10] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:33, 07:23](615 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [10:33, 07:36](783 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:35, 09:55] ( 9 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:47, 05:43](778 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:33, 08:57] ( 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:15, 06:45](763 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:57, 06:52](743 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:58, 16:27](897 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:36, 10:37] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:11, 04:12](1911 MB) - -PASS -- COMPILE 'atml_intel' [15:30, 09:33] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [11:27, 04:33] ( 891 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [13:31, 08:17] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:26, 04:43](3240 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:49, 05:16](3203 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:50, 05:33](3214 MB) - -PASS -- COMPILE 'atmaq_intel' [12:28, 07:59] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [22:23, 16:42](2388 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [24:22, 19:33](2441 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:20, 03:40] ( 869 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [45:29, 40:44](1854 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:28, 12:05] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:35, 07:20](3341 MB) +PASS -- TEST 'cpld_control_gefs_intel' [37:25, 17:28](4115 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [30:30, 08:55](3898 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:29, 13:05] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:56, 15:47](1903 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:13, 17:07](1933 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:35, 07:53](1067 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:21, 08:17](1930 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:14, 18:14](1880 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:31, 13:27] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [20:46, 15:59](1902 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:12] ( 1542 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:56, 20:38](1940 MB) + +PASS -- COMPILE 's2swa_intel' [14:29, 11:39] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:42, 08:36](3382 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:04, 08:35](3378 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:30, 05:33](3255 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:32, 08:32](3404 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:54, 05:25](3283 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:27, 08:01](3619 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:24, 08:28](3371 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [10:56, 07:09](3329 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:15, 08:52](3382 MB) + +PASS -- COMPILE 's2swal_intel' [14:30, 11:56] ( 9 warnings 4 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:57, 09:03](3340 MB) + +PASS -- COMPILE 's2sw_intel' [13:28, 11:14] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:16, 05:21](1909 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:34, 07:52](1963 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [13:28, 10:32] ( 9 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:19, 05:27](1961 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:45, 16:46] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:49, 08:47](3374 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:31, 12:47] ( 9 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:29, 15:43](1925 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:26, 08:15](1100 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:23, 17:58](1894 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [11:58, 06:37](2884 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:53, 02:54](2893 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:39, 01:54](2316 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [07:08, 02:09](2110 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [06:17, 01:27](2113 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:59, 01:28](1484 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [06:17, 01:59](2107 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [06:17, 01:36](2110 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:59, 01:21](1485 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [06:14, 01:31](2040 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [06:15, 01:32](2040 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [06:03, 01:21](1393 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:20, 04:47] ( 1542 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:22, 24:31](1966 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:50, 09:39] ( 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:44, 04:12](688 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:46, 02:41](1563 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:00, 02:57](1574 MB) +PASS -- TEST 'control_latlon_intel' [04:42, 02:47](1573 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:54, 02:50](1588 MB) +PASS -- TEST 'control_c48_intel' [08:58, 06:47](1590 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:00, 06:17](722 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:53, 06:55](1601 MB) +PASS -- TEST 'control_c192_intel' [11:19, 07:48](1688 MB) +PASS -- TEST 'control_c384_intel' [13:56, 09:10](2010 MB) +PASS -- TEST 'control_c384gdas_intel' [15:56, 09:37](1163 MB) +PASS -- TEST 'control_stochy_intel' [04:39, 02:05](641 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:44, 01:25](415 MB) +PASS -- TEST 'control_lndp_intel' [04:42, 02:11](638 MB) +PASS -- TEST 'control_iovr4_intel' [05:39, 03:00](637 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:00, 03:58](918 MB) +PASS -- TEST 'control_iovr5_intel' [05:41, 03:00](637 MB) +PASS -- TEST 'control_p8_intel' [07:29, 03:34](1852 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:46, 03:57](1850 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:29, 03:39](1852 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:38, 03:43](1876 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [08:32, 03:54](1876 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [07:02, 02:55](2424 MB) +PASS -- TEST 'control_restart_p8_intel' [06:31, 02:16](1002 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:45, 03:27](1847 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:23, 02:22](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:41, 04:00](1839 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:48, 03:12](1937 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:08, 05:40](1863 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:27, 05:11](1903 MB) +PASS -- TEST 'control_p8_mynn_intel' [08:26, 03:50](1858 MB) +PASS -- TEST 'merra2_thompson_intel' [08:56, 04:00](1856 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [10:20, 05:55](1863 MB) +PASS -- TEST 'regional_control_intel' [09:12, 05:49](869 MB) +PASS -- TEST 'regional_restart_intel' [06:13, 03:39](882 MB) +PASS -- TEST 'regional_decomp_intel' [09:09, 06:03](873 MB) +PASS -- TEST 'regional_2threads_intel' [06:58, 03:54](1000 MB) +PASS -- TEST 'regional_noquilt_intel' [08:05, 05:41](1171 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:09, 05:50](871 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:56, 05:50](871 MB) +PASS -- TEST 'regional_wofs_intel' [09:57, 07:03](1603 MB) + +PASS -- COMPILE 'rrfs_intel' [10:39, 08:37] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [08:25, 04:07](1007 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:26, 04:41](1215 MB) +PASS -- TEST 'rap_decomp_intel' [07:52, 04:16](1002 MB) +PASS -- TEST 'rap_2threads_intel' [07:48, 03:51](1095 MB) +PASS -- TEST 'rap_restart_intel' [06:42, 02:36](768 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:55, 04:23](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:43, 04:28](1007 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:04, 02:25](769 MB) +PASS -- TEST 'hrrr_control_intel' [07:51, 03:54](1007 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:34, 04:07](1014 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:27, 03:36](1093 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:06, 02:34](755 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:43, 07:42](999 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:54, 09:55](1969 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:56, 09:46](1960 MB) + +PASS -- COMPILE 'csawmg_intel' [09:43, 07:53] +PASS -- TEST 'control_csawmg_intel' [10:13, 07:26](959 MB) +PASS -- TEST 'control_ras_intel' [05:35, 03:48](672 MB) + +PASS -- COMPILE 'wam_intel' [09:43, 07:49] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:39, 12:59](1669 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:48, 08:04] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:36, 04:06](1863 MB) +PASS -- TEST 'regional_control_faster_intel' [09:04, 06:16](871 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:34, 04:49] ( 886 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:53, 02:48](1603 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:53, 03:01](1613 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:35, 03:40](824 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:34, 03:24](827 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:09, 05:19](1112 MB) +PASS -- TEST 'control_ras_debug_intel' [05:45, 03:26](834 MB) +PASS -- TEST 'control_diag_debug_intel' [05:56, 03:24](1674 MB) +PASS -- TEST 'control_debug_p8_intel' [07:13, 03:30](1896 MB) +PASS -- TEST 'regional_debug_intel' [21:35, 18:38](928 MB) +PASS -- TEST 'rap_control_debug_intel' [07:49, 05:48](1188 MB) +PASS -- TEST 'hrrr_control_debug_intel' [09:11, 05:39](1190 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:05, 05:49](1192 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:56, 05:50](1189 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:03, 06:08](1189 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:10, 06:18](1277 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:57, 06:15](1186 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:37, 05:59](1193 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:48, 05:50](1199 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:45, 05:44](1201 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:41, 05:35](1194 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:42, 05:52](1199 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:54, 08:56](1195 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:52, 06:00](1201 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:53, 06:04](1183 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:09, 09:48](1198 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:38, 03:31] ( 844 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:34, 14:32](1689 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:38, 07:55] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:47, 04:28](1035 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:49, 03:52](881 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:46, 03:42](880 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:31, 03:22](936 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:28, 03:21](926 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:06, 03:42](882 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:32, 02:07](737 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:50, 02:07](720 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:40, 07:50] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:48, 03:22](1022 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:09, 01:43](1137 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:11, 03:21](1027 MB) +PASS -- TEST 'conus13km_restart_intel' [05:30, 02:10](689 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:25, 07:59] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:23, 04:35](920 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:18, 03:45] ( 779 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:38, 05:47](1078 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:08, 05:22](1074 MB) +PASS -- TEST 'conus13km_debug_intel' [27:35, 24:02](1076 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:21, 24:06](797 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [16:48, 13:22](1212 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [28:02, 24:57](1081 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:50, 24:02](1158 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:19, 03:44] ( 779 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:02, 05:48](1100 MB) + +PASS -- COMPILE 'hafsw_intel' [12:37, 10:03] ( 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:16, 05:37](707 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:47, 06:10](921 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:02, 04:03](1053 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:50, 07:25](745 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:30, 12:25](813 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:24, 13:49](812 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:03, 05:38](467 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:23, 07:16](475 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:35, 03:18](379 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:01, 08:48](426 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:41, 04:13](497 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:01, 03:58](500 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:40, 05:00](553 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:49, 01:51](410 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:26, 04:06] ( 1480 warnings 1450 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:30, 14:21](592 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:26, 09:44] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [10:40, 07:38](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [12:05, 08:05](783 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:30, 09:35] ( 9 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:18, 05:54](778 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:35, 08:55] ( 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:14, 07:06](764 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:01, 06:55](740 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:00, 16:49](897 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:32, 10:16] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:22, 05:05](1901 MB) + +PASS -- COMPILE 'atml_intel' [11:29, 09:29] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:20, 04:38] ( 891 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [10:32, 08:14] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:30, 05:33](3227 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:06, 05:40](3196 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:07, 05:50](3202 MB) + +PASS -- COMPILE 'atmaq_intel' [09:23, 08:06] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [23:22, 16:43](2393 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [26:19, 19:53](2443 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:45] ( 869 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [47:37, 41:10](1860 MB) SYNOPSIS: -Starting Date/Time: 20250828 18:23:24 -Ending Date/Time: 20250828 20:24:39 -Total Time: 02h:02m:21s +Starting Date/Time: 20250903 19:24:46 +Ending Date/Time: 20250903 21:21:47 +Total Time: 01h:58m:20s Compiles Completed: 34/34 Tests Completed: 176/176 From 01c7a103c0256a2b3bb7cfa2856b548f1b158c5a Mon Sep 17 00:00:00 2001 From: Daniel Sarmiento <42810219+dpsarmie@users.noreply.github.com> Date: Thu, 4 Sep 2025 09:00:21 -0400 Subject: [PATCH 15/15] Revert Derecho spack path update --- modulefiles/ufs_derecho.intel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modulefiles/ufs_derecho.intel.lua b/modulefiles/ufs_derecho.intel.lua index f61f47b516..17e40b9330 100644 --- a/modulefiles/ufs_derecho.intel.lua +++ b/modulefiles/ufs_derecho.intel.lua @@ -5,7 +5,7 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel setenv("LMOD_TMOD_FIND_FIRST","yes") prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra") prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core") -prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.29-3sepg3g/gcc/12.4.0") +prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.29-4natrhl/gcc/12.2.0") unload("ncarcompilers") stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1"