diff --git a/UFSATM b/UFSATM index c122cfef53..b667c11bc8 160000 --- a/UFSATM +++ b/UFSATM @@ -1 +1 @@ -Subproject commit c122cfef53fb236393d0bf75c4df6b64bb4bf13a +Subproject commit b667c11bc8a29d83b667fd8d5a8fb32cba5426ea diff --git a/stochastic_physics b/stochastic_physics index 42429caffe..aea3150e0b 160000 --- a/stochastic_physics +++ b/stochastic_physics @@ -1 +1 @@ -Subproject commit 42429caffef8905bcab2b36692df1e0121e2e7de +Subproject commit aea3150e0baa6289a144f6da41d02869ab80f24c diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 4f3f03405f..46b68ad97f 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20251104 +export BL_DATE=20251106 diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 3819b2545e..5c12be8bad 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -93,6 +93,13 @@ export ICE_tasks_cdeps_025=48 export INPES_aqm=33 export JNPES_aqm=8 +export INPES_sfs=4 +export JNPES_sfs=6 +export THRD_sfs=1 +export WPG_sfs=24 +export OCN_tasks_sfs=168 +export ICE_tasks_sfs=48 + export THRD_cpl_unstr=1 export INPES_cpl_unstr=3 export JNPES_cpl_unstr=8 @@ -121,6 +128,7 @@ export fbh_omp_num_threads=1 export histaux_enabled=.false. export BMIC=.false. +export SFS=.false. if [[ ${MACHINE_ID} = wcoss2 || ${MACHINE_ID} = acorn ]]; then @@ -1046,6 +1054,7 @@ export RRFS_RESTART=NO export SEAS_OPT=2 # GWD +export DO_NGW_EC=.false. export LDIAG_UGWP=.false. export DO_UGWP=.false. export DO_TOFD=.false. @@ -1113,7 +1122,8 @@ export DO_MYNNEDMF=.false. export HURR_PBL=.false. export MONINQ_FAC=1.0 export SFCLAY_COMPUTE_FLUX=.false. - +export TTE_EDMF=.false. +export CSCALE=1.0 # Shallow/deep convection export DO_DEEP=.true. export SHAL_CNV=.true. @@ -1250,6 +1260,7 @@ export PERT_MP=.false. export PERT_RADTEND=.false. export PERT_CLDS=.false. +export NEW_LSCALE=.false. export STOCHINI=.false. export DO_SPPT=.false. export DO_SHUM=.false. diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 650c30dc57..85e88f0e4b 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -25,12 +25,16 @@ V2_SFC_FILE=${V2_SFC_FILE:-false} # IC input directories if [[ ${BMIC} == .true. ]]; then - FV3_IC=@[INPUTDATA_ROOT]/GEFS/${SYEAR}${SMONTH}${SDAY}${SHOUR}/ + FV3_IC=@[INPUTDATA_ROOT]/GEFS/${SYEAR}${SMONTH}${SDAY}${SHOUR} MOM_IC=${FV3_IC}; ICE_IC=${FV3_IC}; WAV_IC=${FV3_IC}; elif [[ $ULTRALOW == .true. ]]; then FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_${LEVELS}_mx${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR} MOM_IC=@[INPUTDATA_ROOT]/MOM6_IC/${ATMRES}mx${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR} ICE_IC=@[INPUTDATA_ROOT]/CICE_IC/${ATMRES}mx${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR} +elif [[ $SFS == .true. ]]; then + FV3_IC=@[INPUTDATA_ROOT]/SFS/${SYEAR}${SMONTH}${SDAY}${SHOUR} + MOM_IC=${FV3_IC} + ICE_IC=${FV3_IC} else if [ "$V2_SFC_FILE" = "true" ]; then FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_mx${OCNRES}_v2_sfc @@ -83,6 +87,12 @@ if [ $DO_RRTMGP = .true. ]; then cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . fi +# 1993,94,95 co2 for SFS +if [[ $SFS == .true. ]]; then + cp ${FV3_IC}/co2historicaldata* ./. + cp ${FV3_IC}/ozprdlos_2015_new_sbuvO3_tclm15_nuchem_shozhvlogp.f77 ./global_o3prdlos.f77 +fi + OPNREQ_TEST=${OPNREQ_TEST:-false} SUFFIX=${RT_SUFFIX} # No restart @@ -101,6 +111,10 @@ if [[ $WARM_START == .false. ]]; then cp ${MOM_IC}/MOM6_IC_TS_${SYEAR}${SMONTH}${SDAY}${SHOUR}.nc ./INPUT/MOM6_IC_TS.nc cp ${ICE_IC}/${OCNRES}/cice_model_@[ICERES].cpc.res_${SYEAR}${SMONTH}${SDAY}.nc ./cice_model.res.nc fi + if [[ $SFS == .true. ]]; then + cp ${FV3_IC}/atminc.nc ./INPUT/. + cp ${MOM_IC}/mom6_increment.nc ./INPUT/. + fi else #Restart from checkpoint restart if [[ "Q${DEP_RUN:-}" != Q ]] ; then diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index ff89a4451c..26c3500898 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Thu Nov 6 15:29:29 UTC 2025 +Fri Nov 7 17:57:30 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2775717/bit_base_bit_base +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_2845037/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 = 185.427093 - 0: The maximum resident set size (KB) = 2053648 + 0: The total amount of wall time = 251.448877 + 0: The maximum resident set size (KB) = 1544620 Test bit_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2775717/dbg_base_dbg_base +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_2845037/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 = 1785.997810 - 0: The maximum resident set size (KB) = 2035996 + 0: The total amount of wall time = 883.944622 + 0: The maximum resident set size (KB) = 1557120 Test dbg_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2775717/dcp_dcp +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_2845037/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 = 162.790345 - 0: The maximum resident set size (KB) = 1993872 + 0: The total amount of wall time = 231.239957 + 0: The maximum resident set size (KB) = 1526444 Test dcp PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2775717/mpi_mpi +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_2845037/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 = 154.743797 - 0: The maximum resident set size (KB) = 2006320 + 0: The total amount of wall time = 226.380459 + 0: The maximum resident set size (KB) = 1533512 Test mpi PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2775717/rst_rst +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_2845037/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 = 152.577744 - 0: The maximum resident set size (KB) = 2008372 + 0: The total amount of wall time = 228.080534 + 0: The maximum resident set size (KB) = 1529492 Test rst PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2775717/std_base_std_base +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_2845037/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 = 156.460480 - 0: The maximum resident set size (KB) = 2000196 + 0: The total amount of wall time = 228.343151 + 0: The maximum resident set size (KB) = 1519100 Test std_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2775717/thr_thr +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_2845037/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 = 157.494657 - 0: The maximum resident set size (KB) = 2002236 + 0: The total amount of wall time = 227.854322 + 0: The maximum resident set size (KB) = 1536920 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Nov 6 16:55:18 UTC 2025 -Elapsed time: 01h:25m:50s. Have a nice day! +Fri Nov 7 19:00:42 UTC 2025 +Elapsed time: 01h:03m:12s. 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 dfdfc42a44..0359105236 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 Nov 5 17:49:56 UTC 2025 +Fri Nov 7 16:34:05 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2997638/dbg_base_dbg_base +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_2602464/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 = 4635.289511 - 0: The maximum resident set size (KB) = 2212520 + 0: The total amount of wall time = 2321.455439 + 0: The maximum resident set size (KB) = 1661892 Test dbg_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2997638/rst_rst +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_2602464/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 = 349.785506 - 0: The maximum resident set size (KB) = 2200608 + 0: The total amount of wall time = 572.254126 + 0: The maximum resident set size (KB) = 1640424 Test rst PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2997638/std_base_std_base +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_2602464/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 = 345.187799 - 0: The maximum resident set size (KB) = 2194800 + 0: The total amount of wall time = 575.211879 + 0: The maximum resident set size (KB) = 1641280 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Nov 5 19:51:41 UTC 2025 -Elapsed time: 02h:01m:45s. Have a nice day! +Fri Nov 7 17:57:30 UTC 2025 +Elapsed time: 01h:23m:25s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 9f04b29df7..b8fd2586dd 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed Nov 5 16:11:17 UTC 2025 +Fri Nov 7 15:40:27 UTC 2025 Start Operation Requirement Test -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2787776/bit_base_bit_base +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_2349467/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 = 387.034681 - 0: The maximum resident set size (KB) = 1378140 + 0: The total amount of wall time = 613.927377 + 0: The maximum resident set size (KB) = 901440 Test bit_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2787776/dcp_dcp +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_2349467/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 = 285.209983 - 0: The maximum resident set size (KB) = 1221844 + 0: The total amount of wall time = 493.419037 + 0: The maximum resident set size (KB) = 864628 Test dcp PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2787776/std_base_std_base +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_2349467/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 = 277.237985 - 0: The maximum resident set size (KB) = 1223868 + 0: The total amount of wall time = 495.387752 + 0: The maximum resident set size (KB) = 857100 Test std_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_2787776/thr_thr +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_2349467/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 = 281.489728 - 0: The maximum resident set size (KB) = 1221444 + 0: The total amount of wall time = 492.975518 + 0: The maximum resident set size (KB) = 855564 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Nov 5 17:00:59 UTC 2025 -Elapsed time: 00h:49m:43s. Have a nice day! +Fri Nov 7 16:34:05 UTC 2025 +Elapsed time: 00h:53m:38s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 5c5655d6ec..c51faee027 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: -688be6f77e4325ed09c023c74ae506e6deca540c +4094ee7b06a871a2fe57a1233254219dfc19898e Submodule hashes used in testing: 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) @@ -19,19 +19,19 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 926d2c0a1455dcb6facca9935185b073e84e0538 UFSATM (remotes/origin/feature/gfs_interstitial_reset) + 83de45b8635d4afa8a4e12769e7d976912bb25d3 UFSATM (remotes/origin/sfc_v2_att) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4330557015e68c5cc6e883dfad9b642dc6630cf5 UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6481-g43305570) + a78d06b4d54e2794a85ca3309e056ee67d62ed84 UFSATM/ccpp/physics (EP4-2036-ga78d06b4) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) b0a1b0957d3b79d642f3c01e5cd9441936c7c832 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-429-gb0a1b09) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) - 4a5d595fdbf6c3d658f4becc045af1b6d0b65a5a UFSATM/upp (upp_v10.2.0-319-g4a5d595f) + 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 42429caffef8905bcab2b36692df1e0121e2e7de stochastic_physics (ufs-v2.0.0-290-g42429ca) + 508255586ebd7a666946060eb1e20d3a39d4ddb8 stochastic_physics (remotes/origin/feature/printmsgs) NOTES: @@ -40,286 +40,290 @@ 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-20251104 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_270946 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20251106 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1707173 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [17:32, 16:07] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:23, 06:24](3329 MB) -PASS -- TEST 'cpld_control_gefs_intel' [06:58, 16:04](4114 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [28:10, 07:35](3919 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:30, 16:07] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:11, 13:07](1902 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:19, 14:06](1953 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [17:44, 06:22](1070 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [12:21, 06:29](1935 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [41:23, 15:14](1887 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:30, 16:07] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [20:25, 13:23](1907 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:06] ( 363 warnings 1777 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:03, 20:05](1944 MB) - -PASS -- COMPILE 's2swa_intel' [18:32, 17:15] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [25:40, 08:05](3360 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [25:46, 08:03](3364 MB) -PASS -- TEST 'cpld_restart_p8_intel' [16:44, 04:44](3244 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [23:09, 08:01](3382 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [14:57, 04:39](3259 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:27, 07:18](3574 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [25:34, 07:53](3355 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [35:45, 06:40](3304 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [22:37, 08:02](3360 MB) - -PASS -- COMPILE 's2swal_intel' [18:33, 16:31] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [40:58, 08:09](3365 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [13:25, 04:48](3244 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [17:21, 08:06](3336 MB) - -PASS -- COMPILE 's2sw_intel' [16:31, 14:56] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:44, 04:34](1928 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:07, 07:01](1972 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:30, 14:09] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:00, 04:56](1977 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:34, 16:35] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:30, 08:02](3361 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:32, 15:07] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:53, 13:07](1926 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [22:06, 06:29](1099 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [30:08, 15:10](1894 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [08:36, 05:57](2886 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:28, 02:04](2898 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:11, 01:23](2308 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:56, 01:26](2115 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:55, 00:52](2113 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:49, 00:48](1459 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:56, 01:29](2113 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:57, 01:07](2111 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:47, 00:43](1456 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:54, 00:58](2038 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:56, 00:56](2041 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:44, 00:40](1394 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:42] ( 363 warnings 1777 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:49, 25:02](1969 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:25, 10:41] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [22:52, 03:56](683 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [20:52, 02:45](1575 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [17:56, 02:36](1584 MB) -PASS -- TEST 'control_latlon_intel' [16:46, 02:37](1586 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:50, 02:33](1584 MB) -PASS -- TEST 'control_c48_intel' [15:55, 06:18](1596 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [15:54, 05:58](721 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [16:53, 06:21](1600 MB) -PASS -- TEST 'control_c192_intel' [15:01, 06:59](1703 MB) -PASS -- TEST 'control_c384_intel' [02:00, 08:20](2011 MB) -PASS -- TEST 'control_c384gdas_intel' [10:39, 09:06](1166 MB) -PASS -- TEST 'control_stochy_intel' [11:02, 01:55](640 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:39, 01:10](401 MB) -PASS -- TEST 'control_lndp_intel' [09:48, 01:40](641 MB) -PASS -- TEST 'control_iovr4_intel' [11:43, 02:45](635 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [12:05, 03:04](922 MB) -PASS -- TEST 'control_iovr5_intel' [10:42, 02:36](637 MB) -PASS -- TEST 'control_p8_intel' [13:26, 02:56](1859 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [13:43, 03:11](1863 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [14:18, 02:57](1865 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [13:17, 02:55](1879 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [13:42, 03:10](1887 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:51, 02:24](2435 MB) -PASS -- TEST 'control_restart_p8_intel' [06:16, 01:49](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [11:38, 02:54](1858 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:37, 01:55](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [11:37, 02:55](1863 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:35, 02:44](1935 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:04, 04:52](1870 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [13:17, 03:55](1919 MB) -PASS -- TEST 'control_p8_mynn_intel' [13:09, 03:02](1873 MB) -PASS -- TEST 'merra2_thompson_intel' [11:41, 03:23](1867 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [12:23, 04:34](1871 MB) -PASS -- TEST 'regional_control_intel' [06:58, 04:58](878 MB) -PASS -- TEST 'regional_restart_intel' [06:54, 02:45](882 MB) -PASS -- TEST 'regional_decomp_intel' [07:50, 05:16](876 MB) -PASS -- TEST 'regional_2threads_intel' [07:50, 03:10](993 MB) -PASS -- TEST 'regional_noquilt_intel' [08:54, 04:55](1168 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:53, 05:02](882 MB) -PASS -- TEST 'regional_wofs_intel' [10:58, 06:48](1612 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:25, 09:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:16, 03:45](1889 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 08:49] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [08:13, 03:46](1019 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:20, 04:10](1201 MB) -PASS -- TEST 'rap_decomp_intel' [07:28, 03:56](1016 MB) -PASS -- TEST 'rap_2threads_intel' [07:24, 03:36](1102 MB) -PASS -- TEST 'rap_restart_intel' [09:18, 02:12](765 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:32, 03:50](1018 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:31, 03:51](1017 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:16, 02:12](770 MB) -PASS -- TEST 'hrrr_control_intel' [08:14, 03:43](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:24, 03:50](1005 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:24, 03:21](1087 MB) -PASS -- TEST 'hrrr_control_restart_intel' [07:40, 02:07](757 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:03, 06:39](1012 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:42, 08:42](1978 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:40, 08:23](1970 MB) - -PASS -- COMPILE 'csawmg_intel' [10:23, 08:39] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:55, 06:25](968 MB) -PASS -- TEST 'control_ras_intel' [06:32, 03:18](673 MB) - -PASS -- COMPILE 'wam_intel' [10:23, 08:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:21, 11:57](1668 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:10] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:17, 03:12](1862 MB) -PASS -- TEST 'regional_control_faster_intel' [06:55, 05:00](871 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:20, 04:50] ( 426 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [19:56, 02:40](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [22:01, 02:43](1621 MB) -PASS -- TEST 'control_stochy_debug_intel' [19:51, 03:34](823 MB) -PASS -- TEST 'control_lndp_debug_intel' [18:50, 03:19](826 MB) -PASS -- TEST 'control_csawmg_debug_intel' [23:15, 04:47](1118 MB) -PASS -- TEST 'control_ras_debug_intel' [16:47, 03:23](833 MB) -PASS -- TEST 'control_diag_debug_intel' [21:59, 03:12](1682 MB) -PASS -- TEST 'control_debug_p8_intel' [22:18, 03:20](1906 MB) -PASS -- TEST 'regional_debug_intel' [21:08, 18:13](935 MB) -PASS -- TEST 'rap_control_debug_intel' [08:37, 05:46](1196 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:39, 05:32](1193 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [10:41, 05:43](1197 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:39, 05:42](1196 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:37, 05:42](1198 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:46, 06:00](1285 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [12:40, 05:50](1197 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [12:38, 05:46](1200 MB) -PASS -- TEST 'rap_lndp_debug_intel' [12:39, 05:51](1200 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [12:41, 05:40](1197 MB) -PASS -- TEST 'rap_noah_debug_intel' [12:40, 05:35](1193 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [12:41, 05:40](1196 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [16:44, 09:07](1195 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:41, 05:42](1201 MB) -PASS -- TEST 'rap_flake_debug_intel' [11:38, 05:47](1197 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:30, 09:43](1203 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:18, 03:29] ( 388 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [27:26, 14:25](1696 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:25, 08:16] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [15:27, 03:57](1043 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:06, 03:08](897 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:50, 03:13](891 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:21, 02:52](952 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:06, 02:49](930 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:53, 03:16](890 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:02, 01:54](728 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 01:46](724 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:25, 08:08] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:26, 02:57](1021 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:03, 01:18](1143 MB) -PASS -- TEST 'conus13km_decomp_intel' [07:10, 03:00](1029 MB) -PASS -- TEST 'conus13km_restart_intel' [05:06, 01:51](691 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:23, 08:24] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:03, 04:04](922 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:19, 03:39] ( 321 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:37, 05:30](1073 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:41, 05:32](1071 MB) -PASS -- TEST 'conus13km_debug_intel' [29:35, 23:47](1102 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [29:37, 23:52](814 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [18:12, 13:23](1200 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [27:28, 24:23](1112 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:29, 23:47](1170 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 03:32] ( 321 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:37, 05:36](1107 MB) - -PASS -- COMPILE 'hafsw_intel' [13:26, 12:06] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [29:26, 04:31](709 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [33:30, 04:42](916 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [28:03, 03:38](1051 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:09, 11:43](810 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:03, 05:31](463 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [22:17, 06:45](474 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [19:08, 03:04](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [35:22, 07:52](423 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:50, 03:55](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:58, 03:43](493 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [18:55, 01:36](406 MB) -PASS -- TEST 'gnv1_nested_intel' [07:12, 03:42](1702 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:26, 10:12] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [29:44, 05:26](780 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:25, 09:07] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:02, 06:30](762 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:07, 06:39](736 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [17:31, 13:57] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:26, 03:09](1565 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:34, 02:03](1565 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:24, 02:49](684 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:25, 02:48](685 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:27, 02:51](685 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:28, 03:04](1567 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:27, 03:03](1567 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:25, 02:51](685 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:46, 07:16](1365 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:37, 06:58](706 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:25, 03:08](1567 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:31, 05:26](4519 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:29, 05:16](4521 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [17:31, 13:29] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:26, 03:04](1564 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [06:20, 00:56] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [13:51, 01:07](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:35, 00:57](438 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [13:47, 00:42](438 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [20:35, 14:07] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:37, 03:48](1911 MB) - -PASS -- COMPILE 'atml_intel' [17:31, 10:06] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [17:27, 03:22](1865 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:03, 02:03](1032 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:24, 04:22] ( 431 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [22:35, 05:32](1908 MB) - -PASS -- COMPILE 'atmw_intel' [15:28, 08:52] ( 1 warnings 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [09:09, 02:04](1886 MB) - -PASS -- COMPILE 'atmaero_intel' [24:39, 15:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [13:00, 04:26](3241 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [10:35, 05:01](3120 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:41, 05:06](3127 MB) - -PASS -- COMPILE 'atmaq_intel' [19:35, 08:48] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [30:12, 14:32](2395 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [32:08, 17:36](2451 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [13:27, 03:38] ( 405 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [55:32, 40:31](1963 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:31, 16:53] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:45, 06:20](3332 MB) +PASS -- TEST 'cpld_control_gefs_intel' [48:38, 16:03](4116 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [25:00, 07:28](3918 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:32, 16:43] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:15, 13:11](1903 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:16, 14:14](1954 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [16:13, 06:25](1072 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [12:16, 06:31](1932 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:27, 15:25](1885 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [15:30, 14:11] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:14, 11:23](2195 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [20:33, 06:21](1374 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:20, 04:45] ( 334 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [18:21, 12:52](2242 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:07] ( 352 warnings 1777 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:00, 20:10](1946 MB) + +PASS -- COMPILE 's2swa_intel' [18:33, 17:00] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:36, 08:03](3360 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [22:45, 08:03](3359 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:36, 04:33](3240 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [22:41, 08:06](3382 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [13:29, 04:40](3263 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [18:23, 07:24](3581 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:32, 07:48](3356 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [20:15, 06:34](3303 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:30, 08:03](3361 MB) + +PASS -- COMPILE 's2swal_intel' [18:33, 16:53] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [28:45, 08:11](3365 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [10:22, 04:42](3245 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:28, 08:07](3338 MB) + +PASS -- COMPILE 's2sw_intel' [16:30, 14:53] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:34, 04:35](1925 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:00, 07:08](1973 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [16:31, 14:38] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:00, 04:54](1978 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:33, 16:43] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:31, 07:57](3361 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:31, 15:34] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:51, 13:07](1927 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:52, 06:21](1097 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:11, 15:17](1895 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [11:33, 06:01](2887 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:29, 02:03](2897 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [06:26, 01:25](2302 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [05:56, 01:19](2114 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:56, 00:58](2108 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [05:49, 00:43](1460 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [05:55, 01:18](2112 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:54, 00:51](2114 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [06:48, 00:47](1459 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:54, 00:53](2038 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [05:48, 00:48](2039 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [05:50, 00:48](1396 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:42] ( 352 warnings 1777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:46, 24:04](1968 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:26, 10:30] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [08:37, 03:58](682 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [09:41, 02:22](1575 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:46, 02:35](1585 MB) +PASS -- TEST 'control_latlon_intel' [10:37, 02:30](1585 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [10:44, 02:35](1584 MB) +PASS -- TEST 'control_c48_intel' [11:55, 06:13](1603 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:47, 05:42](719 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:48, 06:19](1601 MB) +PASS -- TEST 'control_c192_intel' [12:59, 06:59](1706 MB) +PASS -- TEST 'control_c384_intel' [55:57, 08:20](1997 MB) +PASS -- TEST 'control_c384gdas_intel' [04:36, 09:08](1170 MB) +PASS -- TEST 'control_stochy_intel' [06:35, 01:48](637 MB) +PASS -- TEST 'control_stochy_restart_intel' [08:40, 01:09](399 MB) +PASS -- TEST 'control_lndp_intel' [06:33, 01:43](638 MB) +PASS -- TEST 'control_iovr4_intel' [07:37, 02:34](635 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [09:00, 03:06](922 MB) +PASS -- TEST 'control_iovr5_intel' [07:40, 02:35](634 MB) +PASS -- TEST 'control_p8_intel' [10:23, 02:53](1857 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [11:38, 03:04](1860 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:12, 02:50](1864 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [12:14, 02:54](1879 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [12:42, 03:02](1886 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [09:51, 02:18](2438 MB) +PASS -- TEST 'control_restart_p8_intel' [06:42, 01:47](1014 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:58, 02:56](1858 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:12, 01:54](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [11:43, 02:59](1861 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:56, 02:47](1943 MB) +PASS -- TEST 'control_p8_lndp_intel' [12:08, 04:56](1870 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [13:16, 03:54](1918 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:13, 03:04](1874 MB) +PASS -- TEST 'merra2_thompson_intel' [13:40, 03:32](1867 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [13:20, 04:29](1872 MB) +PASS -- TEST 'regional_control_intel' [07:56, 04:53](879 MB) +PASS -- TEST 'regional_restart_intel' [05:53, 02:45](884 MB) +PASS -- TEST 'regional_decomp_intel' [07:52, 05:26](877 MB) +PASS -- TEST 'regional_2threads_intel' [08:50, 03:06](993 MB) +PASS -- TEST 'regional_noquilt_intel' [07:55, 05:01](1172 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:54, 05:01](878 MB) +PASS -- TEST 'regional_wofs_intel' [09:55, 06:42](1613 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:25, 09:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:12, 03:46](1888 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 08:50] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [08:09, 03:46](1018 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:18, 04:15](1197 MB) +PASS -- TEST 'rap_decomp_intel' [08:25, 04:02](1014 MB) +PASS -- TEST 'rap_2threads_intel' [07:25, 03:27](1094 MB) +PASS -- TEST 'rap_restart_intel' [06:11, 02:06](765 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:31, 03:49](1016 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:31, 03:54](1013 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:13, 02:06](765 MB) +PASS -- TEST 'hrrr_control_intel' [08:29, 03:40](1007 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:22, 03:51](1012 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:55, 03:17](1084 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:35, 02:07](757 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:03, 06:36](1013 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:39, 08:40](1972 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:40, 08:20](1971 MB) + +PASS -- COMPILE 'csawmg_intel' [10:24, 08:40] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [09:55, 06:24](968 MB) +PASS -- TEST 'control_ras_intel' [05:32, 03:22](671 MB) + +PASS -- COMPILE 'wam_intel' [10:23, 08:06] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:19, 12:04](1667 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:07] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:11, 03:04](1861 MB) +PASS -- TEST 'regional_control_faster_intel' [06:52, 05:02](879 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:19, 04:50] ( 415 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:39, 02:43](1611 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:37, 02:47](1622 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:31, 03:34](821 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:31, 03:13](826 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:52, 04:52](1117 MB) +PASS -- TEST 'control_ras_debug_intel' [05:31, 03:21](833 MB) +PASS -- TEST 'control_diag_debug_intel' [05:38, 03:15](1683 MB) +PASS -- TEST 'control_debug_p8_intel' [06:03, 03:20](1905 MB) +PASS -- TEST 'regional_debug_intel' [21:12, 18:23](939 MB) +PASS -- TEST 'rap_control_debug_intel' [08:37, 05:42](1198 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:38, 05:32](1189 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:37, 05:40](1197 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:36, 05:40](1197 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:33, 05:47](1198 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:44, 06:11](1287 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:41, 05:47](1197 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:36, 05:54](1196 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:36, 05:46](1199 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:36, 05:42](1199 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:39, 05:42](1198 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:37, 05:54](1192 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:40, 09:17](1194 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [10:38, 05:47](1200 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:36, 05:42](1198 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:29, 09:52](1204 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 03:28] ( 377 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [20:20, 14:39](1696 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:24, 08:13] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:22, 03:58](1033 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:10, 03:16](895 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:00, 03:18](888 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:24, 02:58](943 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:45, 02:49](932 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:46, 03:19](890 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:05, 01:48](727 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:34, 01:54](724 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:24, 08:03] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:25, 02:56](1020 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:59, 01:26](1142 MB) +PASS -- TEST 'conus13km_decomp_intel' [07:07, 02:56](1027 MB) +PASS -- TEST 'conus13km_restart_intel' [04:03, 01:48](690 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:25, 08:18] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:57, 04:07](922 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:22, 03:36] ( 310 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:35, 05:41](1076 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:38, 05:28](1069 MB) +PASS -- TEST 'conus13km_debug_intel' [26:33, 23:51](1103 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [26:27, 23:57](812 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [16:09, 13:33](1219 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [27:28, 24:26](1113 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:25, 23:57](1169 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:20, 03:32] ( 310 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:38, 05:39](1110 MB) + +PASS -- COMPILE 'hafsw_intel' [16:31, 12:16] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:03, 04:30](708 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [25:25, 04:43](916 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [26:00, 03:39](1052 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:09, 11:41](809 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:59, 05:30](464 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:06, 06:39](471 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [14:01, 03:03](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [31:24, 07:50](425 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:50, 03:55](495 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:00, 03:41](493 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:44, 01:32](405 MB) +PASS -- TEST 'gnv1_nested_intel' [08:12, 03:48](1696 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:29, 10:14] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [25:41, 05:26](783 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:29, 09:02] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [13:08, 06:32](756 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:06, 06:38](741 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [16:30, 13:33] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:28, 03:02](1567 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:27, 02:01](1565 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:26, 02:50](685 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:28, 02:53](685 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:27, 02:59](684 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:28, 03:21](1565 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [08:29, 03:08](1568 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:28, 02:51](686 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:32, 07:15](1366 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:24, 07:02](706 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:23, 03:02](1565 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:29, 05:17](4521 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:29, 05:15](4523 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [18:34, 13:36] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:26, 03:06](1567 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:19, 00:56] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:39, 01:09](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:33, 00:53](437 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:39, 00:43](437 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:31, 13:45] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:40, 03:48](1911 MB) + +PASS -- COMPILE 'atml_intel' [15:29, 10:06] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [08:20, 03:26](1865 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:04, 02:01](1030 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:21, 04:20] ( 420 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:19, 05:39](1908 MB) + +PASS -- COMPILE 'atmw_intel' [14:28, 08:48] ( 1 warnings 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:05, 02:08](1885 MB) + +PASS -- COMPILE 'atmaero_intel' [20:34, 15:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:52, 04:27](3239 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:33, 05:05](3118 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:43, 05:02](3128 MB) + +PASS -- COMPILE 'atmaq_intel' [10:23, 08:38] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [23:06, 14:31](2392 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [24:00, 17:25](2445 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:36] ( 394 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [49:14, 40:18](1880 MB) SYNOPSIS: -Starting Date/Time: 20251105 20:14:31 -Ending Date/Time: 20251105 23:08:53 -Total Time: 02h:54m:52s -Compiles Completed: 37/37 -Tests Completed: 193/193 +Starting Date/Time: 20251107 14:55:05 +Ending Date/Time: 20251107 17:28:52 +Total Time: 02h:34m:19s +Compiles Completed: 38/38 +Tests Completed: 195/195 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index c9e7a41351..f8a731178e 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: -28218a671c8b895f9232ed14e5f716fc1e5254f2 +d94285557667099877d2feed3abaa92c1178c772 Submodule hashes used in testing: 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) @@ -19,19 +19,19 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 926d2c0a1455dcb6facca9935185b073e84e0538 UFSATM (remotes/origin/feature/gfs_interstitial_reset) + 83de45b8635d4afa8a4e12769e7d976912bb25d3 UFSATM (remotes/origin/sfc_v2_att) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4330557015e68c5cc6e883dfad9b642dc6630cf5 UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6481-g43305570) + a78d06b4d54e2794a85ca3309e056ee67d62ed84 UFSATM/ccpp/physics (EP4-2036-ga78d06b4) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) b0a1b0957d3b79d642f3c01e5cd9441936c7c832 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-429-gb0a1b09) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) - 4a5d595fdbf6c3d658f4becc045af1b6d0b65a5a UFSATM/upp (upp_v10.2.0-319-g4a5d595f) + 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 42429caffef8905bcab2b36692df1e0121e2e7de stochastic_physics (ufs-v2.0.0-290-g42429ca) + 508255586ebd7a666946060eb1e20d3a39d4ddb8 stochastic_physics (remotes/origin/feature/printmsgs) NOTES: @@ -40,301 +40,305 @@ 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-20251104 -COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1297202 +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251106 +COMPARISON DIRECTORY: /gpfs/f6/bil-fire8/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1923497 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: bil-fire8 * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:31] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:43, 03:48](2019 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:23] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [10:37, 08:31](1904 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:35, 09:19](1937 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:34, 04:07](1072 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:34, 04:10](1926 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:29, 09:54](1890 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:11, 12:01] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [11:28, 08:38](1912 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:35] ( 371 warnings 1727 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [14:39, 12:42](1927 MB) - -PASS -- COMPILE 's2swa_intel' [13:11, 11:14] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:43, 04:54](2050 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:51, 04:53](2056 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:33, 02:46](1599 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:34, 04:55](2074 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:41, 02:46](1453 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:37, 05:45](2223 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:32, 04:47](2047 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:41, 03:55](1994 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:48, 04:54](2048 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [09:38, 05:10](2384 MB) - -PASS -- COMPILE 's2swal_intel' [13:11, 11:18] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [07:45, 04:54](2061 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:46, 02:48](1572 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:41, 05:00](1910 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 13:38] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:35, 02:46](1931 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:38, 04:26](1846 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:28] ( 370 warnings 988 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:39, 08:15](2075 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:16] ( 370 warnings 988 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:36, 03:50](1943 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 10:09] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:33, 03:06](1981 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:11, 11:42] ( 1 warnings 5 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [06:44, 04:55](2054 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 11:56] ( 1 warnings 6 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:42, 08:37](1917 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:35, 04:11](1102 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [12:33, 09:57](1907 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:30, 03:58](2858 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:32, 01:14](2872 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:26, 00:45](2272 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:28, 00:44](2089 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:28, 00:25](2088 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:22, 00:20](1436 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:28, 00:45](2093 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:25](2078 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:23, 00:19](1438 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:29](2022 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:27, 00:20](2027 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:24, 00:18](1367 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:23] ( 371 warnings 1727 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:32, 16:04](1948 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:11, 07:04] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [04:17, 02:29](528 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:19, 01:31](1415 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:20, 01:36](1437 MB) -PASS -- TEST 'control_latlon_intel' [03:17, 01:34](1425 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:17, 01:38](1423 MB) -PASS -- TEST 'control_c48_intel' [06:20, 04:14](1567 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [05:21, 04:04](688 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:19, 04:23](1571 MB) -PASS -- TEST 'control_c192_intel' [06:25, 04:30](1686 MB) -PASS -- TEST 'control_c384_intel' [11:37, 09:01](1965 MB) -PASS -- TEST 'control_c384gdas_intel' [13:09, 10:07](1186 MB) -PASS -- TEST 'control_stochy_intel' [03:17, 01:11](481 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:15, 00:40](282 MB) -PASS -- TEST 'control_lndp_intel' [03:17, 01:06](481 MB) -PASS -- TEST 'control_iovr4_intel' [03:16, 01:39](483 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:19, 01:55](774 MB) -PASS -- TEST 'control_iovr5_intel' [03:16, 01:38](486 MB) -PASS -- TEST 'control_p8_intel' [03:32, 01:50](1710 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:33, 01:55](1724 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:27, 01:50](1725 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:31, 01:49](1735 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:27, 01:56](1750 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:27, 01:25](2427 MB) -PASS -- TEST 'control_restart_p8_intel' [03:23, 01:09](867 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:25, 01:49](1711 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:21, 01:05](870 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:20, 01:54](1711 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:22, 02:02](1797 MB) -PASS -- TEST 'control_p8_lndp_intel' [04:21, 03:07](1719 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:25, 02:29](1768 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:27, 01:56](1719 MB) -PASS -- TEST 'merra2_thompson_intel' [04:25, 02:08](1735 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:26, 03:50](1720 MB) -PASS -- TEST 'regional_control_intel' [05:22, 03:11](859 MB) -PASS -- TEST 'regional_restart_intel' [03:20, 01:44](886 MB) -PASS -- TEST 'regional_decomp_intel' [05:20, 03:17](856 MB) -PASS -- TEST 'regional_2threads_intel' [04:20, 02:29](998 MB) -PASS -- TEST 'regional_noquilt_intel' [05:20, 03:08](1161 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:19, 03:10](855 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:19, 03:07](862 MB) -PASS -- TEST 'regional_wofs_intel' [06:21, 04:06](1592 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:29, 02:22](1750 MB) - -PASS -- COMPILE 'rrfs_intel' [07:10, 06:03] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [04:27, 02:23](859 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:32, 02:37](1210 MB) -PASS -- TEST 'rap_decomp_intel' [04:20, 02:28](866 MB) -PASS -- TEST 'rap_2threads_intel' [04:22, 02:44](945 MB) -PASS -- TEST 'rap_restart_intel' [03:21, 01:20](736 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:25, 02:22](863 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:20, 02:29](865 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:22, 01:20](725 MB) -PASS -- TEST 'hrrr_control_intel' [04:25, 02:19](857 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:19, 02:23](861 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:20, 02:38](940 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:17](686 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:29, 04:09](855 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:17, 05:18](1815 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [06:18, 05:00](1803 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 05:59] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [05:19, 04:01](823 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:10](519 MB) - -PASS -- COMPILE 'wam_intel' [07:11, 05:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [09:24, 07:23](1504 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:11, 05:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:26, 01:57](1717 MB) -PASS -- TEST 'regional_control_faster_intel' [05:21, 03:10](847 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:51] ( 430 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:18, 01:31](1435 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:18, 01:36](1444 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:15, 02:05](651 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:16, 01:54](650 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:21, 02:54](957 MB) -PASS -- TEST 'control_ras_debug_intel' [03:14, 01:55](657 MB) -PASS -- TEST 'control_diag_debug_intel' [03:18, 01:53](1511 MB) -PASS -- TEST 'control_debug_p8_intel' [03:24, 01:52](1733 MB) -PASS -- TEST 'regional_debug_intel' [13:26, 11:23](903 MB) -PASS -- TEST 'rap_control_debug_intel' [05:15, 03:24](1042 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:14, 03:21](1029 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:14, 03:24](1034 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:14, 03:21](1035 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:23](1033 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:17, 03:34](1118 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:15, 03:27](1041 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:14, 03:26](1031 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:14, 03:25](1038 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 03:21](1040 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:25](1036 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 03:22](1038 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:16, 05:27](1033 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:15, 03:20](1034 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:15, 03:23](1034 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:28, 05:49](1034 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:11, 02:01] ( 391 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:28, 08:37](1536 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:48] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:31, 02:28](1054 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:27, 02:26](746 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:23, 02:00](746 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:22, 02:25](792 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:19, 02:19](790 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:18, 02:07](740 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:10](627 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:15, 01:07](618 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:11, 05:34] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:32, 01:51](1018 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:25, 00:56](1025 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:25, 01:50](1017 MB) -PASS -- TEST 'conus13km_restart_intel' [03:20, 01:06](886 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 06:00] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:23, 02:34](776 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:10] ( 324 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:14, 03:15](911 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:13](915 MB) -PASS -- TEST 'conus13km_debug_intel' [16:21, 13:53](1062 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:24, 13:55](758 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:32, 12:42](1071 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [16:23, 14:15](1061 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:21, 14:01](1130 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:11, 02:08] ( 324 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:28, 03:16](952 MB) - -PASS -- COMPILE 'hafsw_intel' [10:11, 08:32] ( 1 warnings 4 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:53, 02:32](838 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:02, 03:50](1046 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:40, 02:12](1056 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [09:30, 07:14](936 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:46, 03:12](452 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:36, 03:46](468 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:26, 01:35](378 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:54, 04:06](416 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:33, 02:19](487 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:45, 02:09](490 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:22, 00:50](412 MB) -PASS -- TEST 'gnv1_nested_intel' [05:17, 02:15](1685 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:11] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:51, 03:15](784 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:11, 07:48] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [05:27, 03:58](890 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [05:26, 04:02](853 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:41] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:28, 02:05](1547 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:15, 01:22](1546 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:22, 01:52](672 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:59](671 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:14, 02:03](671 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:14, 02:04](1548 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:14, 02:16](1547 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:13, 01:57](669 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:32, 04:58](1358 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:27, 05:04](703 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 02:13](1550 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:51](4506 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:49](4506 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:29] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:14, 04:11](1555 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:33] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:14, 02:13](1550 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:38] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:22, 00:57](301 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:40](429 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:17, 00:29](432 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 11:08] ( 1 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:34, 02:22](1786 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:11, 06:22] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:32, 03:03](1767 MB) - -PASS -- COMPILE 'atml_intel' [08:11, 06:50] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:35, 02:20](1857 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:23, 01:22](1021 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:11, 03:02] ( 435 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:33, 03:21](1877 MB) - -PASS -- COMPILE 'atmw_intel' [09:12, 07:20] ( 1 warnings 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:29, 01:14](1739 MB) - -PASS -- COMPILE 'atmaero_intel' [10:11, 08:35] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:32, 02:41](1932 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:24, 03:05](1576 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:25, 03:09](1595 MB) - -PASS -- COMPILE 'atmaq_intel' [07:12, 06:05] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [14:57, 12:15](2971 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [15:56, 13:55](2972 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:19] ( 408 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:44, 25:35](2982 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:29] ( 4 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:21, 06:00](788 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:10, 11:15] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [05:45, 03:49](2021 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:10, 11:49] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [10:52, 08:47](1911 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:40, 09:16](1945 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [05:34, 04:05](1072 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:36, 04:12](1937 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [11:40, 09:57](1894 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [12:10, 10:13] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [09:43, 07:05](2206 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [06:33, 03:51](1375 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:21] ( 338 warnings 3 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [11:42, 07:38](2239 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:37] ( 360 warnings 1727 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [14:46, 12:42](1935 MB) + +PASS -- COMPILE 's2swa_intel' [13:10, 11:25] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [06:47, 04:54](2051 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [06:54, 04:54](2053 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:32, 02:43](1590 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [06:42, 04:57](2083 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:38, 02:43](1460 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:36, 05:44](2228 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:39, 04:46](2047 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [05:43, 03:55](2002 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [06:52, 04:56](2058 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [08:29, 05:08](2383 MB) + +PASS -- COMPILE 's2swal_intel' [13:10, 11:27] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [06:55, 04:56](2055 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:39, 02:45](1596 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:46, 05:02](1904 MB) + +PASS -- COMPILE 's2sw_intel' [13:10, 11:27] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [04:40, 02:45](1928 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:47, 04:24](1830 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:36] ( 359 warnings 988 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:42, 08:16](2078 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:24] ( 359 warnings 988 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:39, 03:50](1956 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:10, 09:58] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:43, 03:08](1962 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:10, 11:28] ( 1 warnings 5 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [06:43, 04:54](2049 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:10, 11:59] ( 1 warnings 6 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:38, 08:37](1921 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:31, 04:10](1104 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [11:29, 09:57](1901 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [05:33, 03:57](2861 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:28, 01:15](2868 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:25, 00:45](2272 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:23, 00:44](2096 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:23, 00:25](2085 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:21, 00:20](1435 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:23, 00:44](2093 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:23, 00:25](2085 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:21, 00:19](1434 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:22, 00:27](2026 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:22, 00:21](2010 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:22, 00:17](1374 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:17] ( 360 warnings 1727 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [17:32, 16:06](1947 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:10, 07:06] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [04:17, 02:29](533 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:18, 01:31](1417 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:22, 01:37](1426 MB) +PASS -- TEST 'control_latlon_intel' [03:16, 01:35](1426 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:17, 01:34](1431 MB) +PASS -- TEST 'control_c48_intel' [06:18, 04:14](1569 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:17, 04:01](680 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:17, 04:23](1560 MB) +PASS -- TEST 'control_c192_intel' [06:23, 04:32](1693 MB) +PASS -- TEST 'control_c384_intel' [10:37, 09:02](1961 MB) +PASS -- TEST 'control_c384gdas_intel' [12:13, 09:57](1185 MB) +PASS -- TEST 'control_stochy_intel' [03:16, 01:11](483 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:15, 01:00](281 MB) +PASS -- TEST 'control_lndp_intel' [03:16, 01:07](483 MB) +PASS -- TEST 'control_iovr4_intel' [03:15, 01:41](481 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:20, 01:56](783 MB) +PASS -- TEST 'control_iovr5_intel' [03:16, 01:41](478 MB) +PASS -- TEST 'control_p8_intel' [03:38, 01:49](1712 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:37, 01:55](1719 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:32, 01:50](1724 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:33, 01:50](1734 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:33, 01:53](1744 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:33, 01:29](2420 MB) +PASS -- TEST 'control_restart_p8_intel' [03:23, 01:08](860 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:30, 01:49](1711 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:24, 01:06](864 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:23, 01:53](1713 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:31, 02:03](1794 MB) +PASS -- TEST 'control_p8_lndp_intel' [04:31, 03:06](1721 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:30, 02:29](1772 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:32, 01:56](1714 MB) +PASS -- TEST 'merra2_thompson_intel' [04:27, 02:11](1724 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:51](1726 MB) +PASS -- TEST 'regional_control_intel' [05:20, 03:10](856 MB) +PASS -- TEST 'regional_restart_intel' [03:18, 01:46](882 MB) +PASS -- TEST 'regional_decomp_intel' [05:18, 03:19](869 MB) +PASS -- TEST 'regional_2threads_intel' [04:19, 02:30](996 MB) +PASS -- TEST 'regional_noquilt_intel' [05:20, 03:09](1160 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:20, 03:13](859 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:20, 03:11](863 MB) +PASS -- TEST 'regional_wofs_intel' [06:20, 04:08](1586 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:41] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:29, 02:23](1754 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 05:55] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [04:27, 02:23](863 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:36, 02:36](1212 MB) +PASS -- TEST 'rap_decomp_intel' [04:26, 02:26](867 MB) +PASS -- TEST 'rap_2threads_intel' [04:25, 02:43](940 MB) +PASS -- TEST 'rap_restart_intel' [03:28, 01:17](729 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:25, 02:21](861 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:19, 02:26](863 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:24, 01:18](723 MB) +PASS -- TEST 'hrrr_control_intel' [04:27, 02:15](854 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:21, 02:20](852 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:20, 02:34](931 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:16](690 MB) +PASS -- TEST 'rrfs_v1beta_intel' [05:27, 04:04](871 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:17, 05:25](1818 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:17, 05:14](1808 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 06:03] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [05:20, 04:02](822 MB) +PASS -- TEST 'control_ras_intel' [04:15, 02:09](523 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:25, 07:19](1501 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:25, 01:56](1715 MB) +PASS -- TEST 'regional_control_faster_intel' [05:19, 03:11](842 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:20] ( 419 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:22, 01:33](1439 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:17, 01:36](1446 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:15, 02:04](652 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:14, 01:55](657 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:19, 02:55](964 MB) +PASS -- TEST 'control_ras_debug_intel' [03:15, 01:55](660 MB) +PASS -- TEST 'control_diag_debug_intel' [03:19, 01:51](1510 MB) +PASS -- TEST 'control_debug_p8_intel' [03:24, 01:50](1744 MB) +PASS -- TEST 'regional_debug_intel' [13:19, 11:22](889 MB) +PASS -- TEST 'rap_control_debug_intel' [05:16, 03:20](1048 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:17](1030 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:20](1032 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 03:23](1035 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:15, 03:23](1034 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:19, 03:30](1126 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:16, 03:26](1043 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:14, 03:25](1029 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:15, 03:27](1035 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 03:24](1038 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:16, 03:21](1032 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:25](1038 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:15, 05:22](1031 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:16, 03:24](1034 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:16, 03:20](1033 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:24, 05:44](1035 MB) + +PASS -- COMPILE 'wam_debug_intel' [03:10, 02:04] ( 380 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:24, 08:32](1535 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:57] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:32, 02:27](1053 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:27, 02:04](740 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:27, 01:59](742 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:19, 02:24](807 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:18, 02:18](788 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:18, 02:06](742 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:20, 01:09](632 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:16, 01:07](620 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:38] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [03:34, 01:50](1015 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:25, 00:55](1021 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:22, 01:52](1019 MB) +PASS -- TEST 'conus13km_restart_intel' [03:22, 01:06](888 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:56] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:24, 02:36](776 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:10] ( 313 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:21](918 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:13](911 MB) +PASS -- TEST 'conus13km_debug_intel' [15:28, 14:04](1063 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:26, 14:09](758 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:23, 12:41](1081 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:22, 14:16](1071 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:23, 14:01](1137 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:34] ( 313 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:16, 03:20](951 MB) + +PASS -- COMPILE 'hafsw_intel' [10:10, 08:35] ( 1 warnings 4 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:29, 02:33](828 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:50, 03:49](1048 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:18, 02:13](1059 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [10:28, 07:22](942 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:29, 03:11](454 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:32, 03:49](464 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:25, 01:36](378 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:54, 04:05](413 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:26, 02:21](489 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:31, 02:09](489 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:19, 00:50](418 MB) +PASS -- TEST 'gnv1_nested_intel' [05:45, 02:15](1699 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:39] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:51, 03:15](791 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:10, 07:56] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:25, 03:57](883 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:26, 04:02](852 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:10, 08:30] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:04](1549 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:15, 01:22](1555 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:15, 01:53](670 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:14, 01:52](668 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:15, 01:55](672 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:03](1552 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:03](1546 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 01:52](668 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:33, 04:59](1358 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:30, 04:44](703 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:14, 02:02](1546 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:14, 03:43](4505 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:45](4509 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:30] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 04:05](1545 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:10, 08:42] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:14, 02:01](1549 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:37] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:21, 00:55](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:39](438 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:29](429 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:10, 09:28] ( 1 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:36, 02:23](1776 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:53] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:31, 03:04](1760 MB) + +PASS -- COMPILE 'atml_intel' [08:10, 06:44] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:32, 02:21](1855 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:21, 01:20](1021 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:10, 02:39] ( 424 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:29, 03:21](1874 MB) + +PASS -- COMPILE 'atmw_intel' [09:10, 07:28] ( 1 warnings 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:28, 01:13](1743 MB) + +PASS -- COMPILE 'atmaero_intel' [10:10, 08:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:29, 02:41](1928 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:26, 03:04](1568 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:26, 03:09](1583 MB) + +PASS -- COMPILE 'atmaq_intel' [07:10, 06:02] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [15:03, 12:18](2969 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [16:50, 13:54](2967 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [03:10, 02:05] ( 397 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [28:45, 25:39](2981 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:24] ( 4 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:27, 05:59](785 MB) SYNOPSIS: -Starting Date/Time: 20251105 02:39:46 -Ending Date/Time: 20251105 03:56:12 -Total Time: 01h:16m:51s -Compiles Completed: 42/42 -Tests Completed: 198/198 +Starting Date/Time: 20251107 13:18:58 +Ending Date/Time: 20251107 14:36:05 +Total Time: 01h:17m:32s +Compiles Completed: 43/43 +Tests Completed: 200/200 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 237a01054f..481792df5e 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -28218a671c8b895f9232ed14e5f716fc1e5254f2 +d94285557667099877d2feed3abaa92c1178c772 Submodule hashes used in testing: 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) @@ -14,10 +14,10 @@ Submodule hashes used in testing: c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 926d2c0a1455dcb6facca9935185b073e84e0538 UFSATM (remotes/origin/feature/gfs_interstitial_reset) + 83de45b8635d4afa8a4e12769e7d976912bb25d3 UFSATM (remotes/origin/sfc_v2_att) 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 42429caffef8905bcab2b36692df1e0121e2e7de stochastic_physics (ufs-v2.0.0-290-g42429ca) + 508255586ebd7a666946060eb1e20d3a39d4ddb8 stochastic_physics (remotes/origin/feature/printmsgs) NOTES: @@ -26,417 +26,421 @@ 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-20251104 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1425792 +BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20251106 +COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3816082 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:11, 17:14] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:10, 12:28](2211 MB) -PASS -- TEST 'cpld_control_gefs_intel' [28:31, 17:11](3059 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [18:07, 04:53](2744 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [28:31, 17:15](3075 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 17:41] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:58, 17:03](2080 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:53, 18:22](2265 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:06, 06:52](1370 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:03, 07:49](2230 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:01, 21:33](1877 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:11, 17:58] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:49, 17:13](2058 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 04:14] ( 371 warnings 2765 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:42, 21:29](1941 MB) - -PASS -- COMPILE 's2swa_intel' [19:11, 17:47] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:19, 12:26](2291 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:20, 12:26](2286 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:04, 06:05](1894 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [15:14, 12:26](2298 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [08:09, 06:02](1876 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:11, 12:26](2341 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:11, 12:28](2271 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [15:11, 12:26](2062 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:20, 12:25](2287 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:09, 13:59](2662 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [12:32, 08:47](2826 MB) - -PASS -- COMPILE 's2swal_intel' [20:11, 18:35] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [17:06, 14:33](2123 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:12, 06:09](1735 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:58, 06:51](2263 MB) - -PASS -- COMPILE 's2sw_intel' [18:11, 16:46] ( 1 warnings 1013 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:46, 13:38](2117 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 05:58](2186 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 04:02] ( 370 warnings 2014 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:12, 13:17](2303 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:37] ( 370 warnings 1996 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:51, 06:28](2098 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:11, 17:01] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:54, 04:10](2169 MB) - -PASS -- COMPILE 's2swa_faster_intel' [20:11, 18:30] ( 1 warnings 1031 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [13:59, 11:49](2288 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:13, 17:46] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:59, 11:19](2215 MB) +PASS -- TEST 'cpld_control_gefs_intel' [26:37, 14:53](3044 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [18:19, 04:54](2730 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [26:37, 15:06](3040 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:13, 18:47] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:01, 17:05](2041 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:06, 18:18](2282 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:06, 06:54](1371 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:02, 07:54](2204 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:04, 20:53](1884 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [18:13, 16:47] ( 1 warnings 938 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:17, 11:03](2237 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [10:31, 06:03](1508 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:13, 03:27] ( 338 warnings 938 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [15:33, 11:30](2247 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 04:09] ( 360 warnings 2765 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:42, 21:38](1896 MB) + +PASS -- COMPILE 's2swa_intel' [21:12, 19:12] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:16, 11:46](2285 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:19, 11:24](2291 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:15, 05:55](1891 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [14:11, 11:19](2308 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:14, 06:20](1889 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:15, 10:03](2341 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:11, 11:13](2274 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:10, 10:46](2063 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:14, 11:06](2277 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:03, 13:49](2671 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [12:39, 08:31](2820 MB) + +PASS -- COMPILE 's2swal_intel' [20:12, 18:12] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [15:18, 12:32](2119 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:16, 06:07](1733 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:05, 06:55](2250 MB) + +PASS -- COMPILE 's2sw_intel' [19:13, 17:35] ( 1 warnings 1013 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [13:49, 11:31](2108 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:55, 05:58](2193 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:12, 04:10] ( 359 warnings 2014 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [15:58, 13:21](2299 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:44] ( 359 warnings 1996 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:53, 06:33](2117 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:10, 17:16] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:58, 04:03](2174 MB) + +PASS -- COMPILE 's2swa_faster_intel' [20:10, 18:06] ( 1 warnings 1031 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [13:58, 11:34](2269 MB) PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 18:29] ( 1 warnings 1037 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:49, 17:13](2123 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:08, 06:50](1370 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:50, 17:29](1942 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [11:07, 06:56](3090 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:07, 02:07](3075 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:34, 01:17](2524 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [06:01, 01:10](2261 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:37, 00:41](2259 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:31, 00:33](1590 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:36, 01:11](2258 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:37, 00:41](2260 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:31, 00:33](1591 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:35, 00:42](2190 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:32, 00:34](2188 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:30, 00:29](1536 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:38] ( 371 warnings 2747 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:46, 27:28](1986 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:11, 12:15] ( 1 warnings 502 remarks ) -PASS -- TEST 'control_flake_intel' [05:22, 03:09](832 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:24, 02:06](1732 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:23, 02:18](1728 MB) -PASS -- TEST 'control_latlon_intel' [04:20, 02:15](1720 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:23, 02:17](1723 MB) -PASS -- TEST 'control_c48_intel' [08:24, 06:17](1724 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:22, 06:03](851 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [08:22, 06:27](1730 MB) -PASS -- TEST 'control_c192_intel' [08:38, 06:42](1929 MB) -PASS -- TEST 'control_c384_intel' [10:30, 07:24](2004 MB) -PASS -- TEST 'control_c384gdas_intel' [11:11, 07:55](1409 MB) -PASS -- TEST 'control_stochy_intel' [03:20, 01:34](784 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:20, 00:57](629 MB) -PASS -- TEST 'control_lndp_intel' [03:20, 01:28](792 MB) -PASS -- TEST 'control_iovr4_intel' [04:18, 02:19](787 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:32, 02:49](1074 MB) -PASS -- TEST 'control_iovr5_intel' [04:20, 02:20](786 MB) -PASS -- TEST 'control_p8_intel' [04:45, 02:42](2020 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:47, 02:51](2011 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:37, 02:44](2016 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:37, 02:38](2037 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:41, 02:44](2049 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:42, 01:58](2394 MB) -PASS -- TEST 'control_restart_p8_intel' [03:40, 01:36](1283 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:42, 02:40](2003 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:45, 01:38](1282 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:38, 02:47](2004 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:38, 03:04](2025 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:34, 04:40](2019 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:45, 03:45](2077 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:43, 02:48](2031 MB) -PASS -- TEST 'merra2_thompson_intel' [05:42, 03:10](2024 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:30, 04:29](2028 MB) -PASS -- TEST 'regional_control_intel' [06:33, 04:49](1224 MB) -PASS -- TEST 'regional_restart_intel' [04:31, 02:37](1243 MB) -PASS -- TEST 'regional_decomp_intel' [06:33, 05:01](1213 MB) -PASS -- TEST 'regional_2threads_intel' [05:33, 03:43](1079 MB) -PASS -- TEST 'regional_noquilt_intel' [06:35, 04:46](1505 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:34, 04:48](1222 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:32, 04:45](1222 MB) -PASS -- TEST 'regional_wofs_intel' [07:32, 06:02](2048 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:11, 09:59] ( 1 warnings 482 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:43, 03:44](2027 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 09:21] ( 4 warnings 449 remarks ) -PASS -- TEST 'rap_control_intel' [05:33, 03:21](1183 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:56, 03:48](1327 MB) -PASS -- TEST 'rap_decomp_intel' [05:31, 03:31](1166 MB) -PASS -- TEST 'rap_2threads_intel' [05:33, 03:57](1187 MB) -PASS -- TEST 'rap_restart_intel' [03:32, 01:50](1174 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:33, 03:21](1180 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:29, 03:31](1172 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:32, 01:49](1172 MB) -PASS -- TEST 'hrrr_control_intel' [05:31, 03:15](1172 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:27, 03:21](1159 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:27, 03:39](1182 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:47](1133 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:33, 06:00](1222 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:20, 08:05](2117 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:22, 07:32](2189 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 09:20] ( 1 warnings 418 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:33, 05:43](1164 MB) -PASS -- TEST 'control_ras_intel' [04:19, 03:06](858 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 08:44] ( 1 warnings 396 remarks ) -PASS -- TEST 'control_wam_intel' [12:43, 10:22](1801 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 08:49] ( 1 warnings 412 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:42, 02:47](2014 MB) -PASS -- TEST 'regional_control_faster_intel' [06:32, 04:42](1219 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:28] ( 430 warnings 590 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:24, 02:07](1742 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:26, 02:14](1755 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:22, 03:00](958 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:40](954 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:35, 06:25](1267 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 02:40](964 MB) -PASS -- TEST 'control_diag_debug_intel' [04:32, 02:40](1813 MB) -PASS -- TEST 'control_debug_p8_intel' [06:52, 02:37](2040 MB) -PASS -- TEST 'regional_debug_intel' [19:36, 17:24](1226 MB) -PASS -- TEST 'rap_control_debug_intel' [08:22, 06:36](1333 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:20, 04:43](1345 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 04:50](1338 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:50](1341 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:20, 04:45](1335 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:31, 05:10](1438 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:20, 05:05](1348 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:20, 05:02](1348 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:19, 04:55](1340 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 05:03](1333 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:20, 05:03](1337 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 04:53](1340 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:20, 08:03](1333 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:20, 04:56](1352 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:20, 04:56](1337 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:32, 08:28](1340 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 03:29] ( 391 warnings 396 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:35, 13:24](1816 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 11:00] ( 4 warnings 416 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:54, 03:39](1182 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:30, 03:06](1101 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:27, 02:57](1096 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:28, 03:31](1040 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:27, 03:20](1032 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:27, 03:06](1037 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:28, 01:40](1072 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:37](1056 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:11, 11:00] ( 4 warnings 393 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:50, 02:55](1469 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:41, 01:17](1289 MB) -PASS -- TEST 'conus13km_decomp_intel' [04:42, 02:58](1486 MB) -PASS -- TEST 'conus13km_restart_intel' [03:40, 01:41](1330 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 10:55] ( 4 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:37, 03:44](1113 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:59] ( 324 warnings 422 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:20, 04:58](1211 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:19, 04:45](1214 MB) -PASS -- TEST 'conus13km_debug_intel' [24:38, 22:19](1502 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [23:38, 22:10](1190 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [21:36, 19:45](1347 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:36, 23:05](1528 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:38, 22:46](1548 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:55] ( 324 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 04:54](1284 MB) - -PASS -- COMPILE 'hafsw_intel' [17:11, 15:41] ( 1 warnings 696 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:43, 03:39](915 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:18, 05:14](1107 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:27, 03:14](1168 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [30:41, 28:21](971 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:36, 04:59](493 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:41, 05:45](505 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:30, 02:27](368 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:06, 06:14](432 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:31, 03:19](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:31, 03:11](530 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:23, 01:02](404 MB) -PASS -- TEST 'gnv1_nested_intel' [05:54, 03:24](1864 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 13:29] ( 1 warnings 929 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:10, 10:22](667 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 13:11] ( 1 warnings 638 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:41, 05:39](932 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:42, 05:45](937 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [20:11, 18:12] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:57](2012 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:57](1949 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:47](1265 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:48](1259 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:48](1265 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:59](2004 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:55](2011 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:46](1264 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:04, 07:13](1782 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:07, 06:50](1156 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 03:01](2007 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:51](4966 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 04:47](4967 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:11, 05:10] ( 2 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 07:07](1906 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [18:10, 16:28] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:17, 02:58](2010 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 01:02] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:53](250 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:35](310 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:27](304 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:20] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:28, 00:31](633 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:16](505 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:11, 16:25] ( 1 warnings 612 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:49, 03:19](2105 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 09:11] ( 1 warnings 500 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:41, 04:24](2110 MB) - -PASS -- COMPILE 'atml_intel' [12:11, 10:22] ( 9 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:41, 02:59](1855 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:32, 01:42](1124 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:58] ( 435 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:42, 04:49](1876 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 10:29] ( 1 warnings 521 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:40, 01:49](2036 MB) - -PASS -- COMPILE 'atmaero_intel' [13:11, 11:29] ( 1 warnings 414 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:47, 03:50](2109 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:37, 04:23](1888 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 04:28](1893 MB) - -PASS -- COMPILE 'atmaq_intel' [11:10, 09:20] ( 1 warnings 599 remarks ) -PASS -- TEST 'regional_atmaq_intel' [15:43, 12:48](2929 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [18:24, 16:00](2925 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:58] ( 408 warnings 599 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [41:16, 39:00](2938 MB) - -PASS -- COMPILE 'atm_fbh_intel' [10:10, 08:38] ( 4 warnings 423 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:27, 11:20](1182 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:17] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [05:32, 03:26](1120 MB) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:52, 15:02](2134 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:00, 06:53](1359 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:48, 17:31](1941 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [08:35, 07:02](3072 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:35, 02:08](3073 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:38, 01:17](2517 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:30, 01:14](2256 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:28, 00:42](2266 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:30, 00:33](1588 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:29, 01:12](2254 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:31, 00:44](2253 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:32, 00:32](1588 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:32, 00:44](2181 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:32, 00:35](2184 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:33, 00:29](1535 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:45] ( 360 warnings 2747 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:44, 27:49](1978 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:49] ( 1 warnings 502 remarks ) +PASS -- TEST 'control_flake_intel' [05:25, 03:11](834 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:24, 02:08](1720 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:26, 02:20](1738 MB) +PASS -- TEST 'control_latlon_intel' [04:23, 02:15](1726 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:26, 02:19](1717 MB) +PASS -- TEST 'control_c48_intel' [08:26, 06:16](1724 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:24, 06:05](835 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:26, 06:27](1722 MB) +PASS -- TEST 'control_c192_intel' [08:35, 06:42](1919 MB) +PASS -- TEST 'control_c384_intel' [10:24, 07:25](2012 MB) +PASS -- TEST 'control_c384gdas_intel' [11:27, 08:02](1399 MB) +PASS -- TEST 'control_stochy_intel' [03:21, 01:35](785 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:20, 00:57](625 MB) +PASS -- TEST 'control_lndp_intel' [03:20, 01:29](787 MB) +PASS -- TEST 'control_iovr4_intel' [04:22, 02:19](788 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:34, 02:47](1080 MB) +PASS -- TEST 'control_iovr5_intel' [04:21, 02:20](783 MB) +PASS -- TEST 'control_p8_intel' [04:45, 02:48](1974 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:50, 02:52](2010 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:43, 02:41](2020 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:45, 02:37](2035 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:46, 02:44](2048 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:45, 02:00](2385 MB) +PASS -- TEST 'control_restart_p8_intel' [03:45, 01:37](1262 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:41, 02:39](2015 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:38, 01:34](1279 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:36, 02:47](1988 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:36, 03:04](2033 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:33, 04:39](1995 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:45, 03:50](2074 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:40, 02:52](2032 MB) +PASS -- TEST 'merra2_thompson_intel' [05:40, 03:09](2029 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:31, 05:00](2020 MB) +PASS -- TEST 'regional_control_intel' [06:31, 04:46](1224 MB) +PASS -- TEST 'regional_restart_intel' [04:34, 02:36](1239 MB) +PASS -- TEST 'regional_decomp_intel' [06:31, 05:02](1217 MB) +PASS -- TEST 'regional_2threads_intel' [05:34, 03:40](1078 MB) +PASS -- TEST 'regional_noquilt_intel' [06:36, 04:45](1505 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:34, 04:41](1221 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:29, 04:46](1223 MB) +PASS -- TEST 'regional_wofs_intel' [07:29, 06:05](2049 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:11, 10:02] ( 1 warnings 482 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:43, 03:41](2052 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 09:20] ( 4 warnings 449 remarks ) +PASS -- TEST 'rap_control_intel' [05:33, 03:24](1168 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:58, 03:44](1322 MB) +PASS -- TEST 'rap_decomp_intel' [05:32, 03:30](1162 MB) +PASS -- TEST 'rap_2threads_intel' [05:36, 03:54](1196 MB) +PASS -- TEST 'rap_restart_intel' [03:33, 01:50](1185 MB) +PASS -- TEST 'rap_sfcdiff_intel' [05:35, 03:20](1166 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:31, 03:33](1159 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:35, 01:49](1170 MB) +PASS -- TEST 'hrrr_control_intel' [05:36, 03:15](1155 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:20](1145 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:32, 03:41](1181 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:22, 01:45](1138 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:34, 06:05](1203 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:20, 08:10](2111 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:21, 07:34](2181 MB) + +PASS -- COMPILE 'csawmg_intel' [11:12, 09:20] ( 1 warnings 418 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:34, 05:45](1163 MB) +PASS -- TEST 'control_ras_intel' [04:20, 03:04](875 MB) + +PASS -- COMPILE 'wam_intel' [10:11, 08:41] ( 1 warnings 396 remarks ) +PASS -- TEST 'control_wam_intel' [12:46, 10:19](1796 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 08:50] ( 1 warnings 412 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:44, 02:48](2023 MB) +PASS -- TEST 'regional_control_faster_intel' [06:29, 04:48](1212 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:12, 04:13] ( 419 warnings 590 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:22, 02:09](1751 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:23, 02:14](1753 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:19, 03:01](960 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:44](958 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:32, 04:11](1268 MB) +PASS -- TEST 'control_ras_debug_intel' [04:19, 02:45](963 MB) +PASS -- TEST 'control_diag_debug_intel' [04:28, 02:45](1806 MB) +PASS -- TEST 'control_debug_p8_intel' [04:35, 02:39](2044 MB) +PASS -- TEST 'regional_debug_intel' [19:36, 17:27](1237 MB) +PASS -- TEST 'rap_control_debug_intel' [06:21, 04:50](1350 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:22, 04:42](1345 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:21, 04:49](1346 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:52](1350 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 04:50](1353 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:31, 05:13](1440 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:20, 05:02](1350 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:19, 05:03](1351 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:21, 04:58](1353 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:52](1349 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:21, 04:47](1346 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:21, 05:05](1347 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:20, 08:09](1342 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:20, 04:51](1348 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:19, 04:54](1350 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:32, 08:44](1347 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:12, 02:51] ( 380 warnings 396 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:36, 13:10](1818 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:49] ( 4 warnings 416 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:55, 03:41](1179 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:31, 03:02](1099 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:31, 02:56](1088 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:32, 03:29](1045 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:28, 03:22](1038 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:29, 03:07](1027 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:30, 01:39](1069 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:22, 01:37](1049 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 08:53] ( 4 warnings 393 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:51, 02:55](1460 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:40, 01:18](1295 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:39, 03:02](1485 MB) +PASS -- TEST 'conus13km_restart_intel' [03:42, 01:40](1329 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 09:05] ( 4 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:35, 03:46](1113 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:57] ( 313 warnings 422 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 04:50](1228 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:19, 04:56](1231 MB) +PASS -- TEST 'conus13km_debug_intel' [27:26, 22:57](1504 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:17, 22:26](1217 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [21:38, 19:48](1335 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [26:42, 22:54](1531 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:40, 25:27](1607 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:49] ( 313 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:22, 04:53](1290 MB) + +PASS -- COMPILE 'hafsw_intel' [14:11, 13:03] ( 1 warnings 696 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:52, 03:37](907 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:20, 05:14](1118 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:33, 03:12](1166 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [29:51, 28:09](965 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:35, 04:59](520 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:43, 05:47](507 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:31, 02:26](370 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:08, 06:13](433 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:31, 03:19](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:37, 03:10](528 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:24, 01:02](399 MB) +PASS -- TEST 'gnv1_nested_intel' [05:53, 03:28](1869 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:16] ( 1 warnings 929 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:12, 10:18](671 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 10:35] ( 1 warnings 638 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [07:44, 05:42](936 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:45, 05:46](922 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [17:11, 16:07] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 03:04](2005 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:21, 02:03](1945 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:51](1257 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:59](1265 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:50](1265 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 03:01](2001 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:17, 03:15](2005 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:53](1270 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:21, 07:13](1781 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:38, 07:00](1149 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 03:01](2009 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:19, 04:47](4965 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 05:01](4964 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:46] ( 2 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 07:02](1906 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [17:11, 16:01] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 03:01](2009 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:01] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:36, 00:53](251 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:35](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:24](306 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:12, 01:14] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:31, 00:32](635 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:35, 00:16](513 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:12, 16:13] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:52, 03:19](2109 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 09:07] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:42, 04:22](2106 MB) + +PASS -- COMPILE 'atml_intel' [12:12, 10:20] ( 9 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:42, 02:59](1854 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:32, 01:46](1123 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:12, 03:53] ( 424 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:40, 04:51](1882 MB) + +PASS -- COMPILE 'atmw_intel' [11:12, 09:53] ( 1 warnings 521 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:38, 01:45](2025 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 11:27] ( 1 warnings 414 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:45, 03:51](2112 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:36, 04:36](1891 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 04:27](1890 MB) + +PASS -- COMPILE 'atmaq_intel' [11:11, 09:20] ( 1 warnings 599 remarks ) +PASS -- TEST 'regional_atmaq_intel' [16:38, 13:57](2926 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [18:34, 15:47](2930 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:59] ( 397 warnings 599 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [42:18, 39:24](2936 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:33] ( 4 warnings 423 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [14:33, 11:26](1187 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:20] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [05:31, 03:27](1114 MB) PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:15] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:32, 04:05](1128 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 04:04] -PASS -- TEST 'control_c48_gnu' [11:25, 09:29](1538 MB) -PASS -- TEST 'control_stochy_gnu' [04:18, 02:51](605 MB) -PASS -- TEST 'control_ras_gnu' [06:17, 04:45](614 MB) -PASS -- TEST 'control_p8_gnu' [06:42, 04:22](1542 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:38, 04:19](1562 MB) -PASS -- TEST 'control_flake_gnu' [07:20, 05:30](650 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 03:50] -PASS -- TEST 'rap_control_gnu' [07:29, 05:50](942 MB) -PASS -- TEST 'rap_decomp_gnu' [07:28, 05:57](948 MB) -PASS -- TEST 'rap_2threads_gnu' [08:32, 06:53](1022 MB) -PASS -- TEST 'rap_restart_gnu' [05:31, 03:07](679 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [07:29, 05:53](946 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:27, 05:56](947 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:31, 03:06](682 MB) -PASS -- TEST 'hrrr_control_gnu' [07:32, 05:39](950 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:30, 05:41](937 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:31, 06:34](1011 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:27, 05:41](951 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:21, 03:05](684 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:20, 02:55](772 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:31, 10:52](944 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 03:45] -PASS -- TEST 'control_csawmg_gnu' [10:31, 08:20](856 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:44] -PASS -- TEST 'control_diag_debug_gnu' [03:26, 01:32](1377 MB) -PASS -- TEST 'regional_debug_gnu' [10:33, 08:22](879 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:19, 02:38](961 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 02:27](962 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:19, 02:31](964 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:18, 02:35](969 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:28, 02:43](1044 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 04:01](955 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:32](957 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:29](601 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:37](593 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:34, 01:36](1556 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:19, 02:33](954 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:32](962 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:31, 04:30](972 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:09] -PASS -- TEST 'control_wam_debug_gnu' [08:38, 06:39](1402 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:43] -PASS -- TEST 'control_csawmg_debug_gnu' [04:32, 02:24](837 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:59] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:27, 05:05](799 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:27, 04:59](805 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:25, 06:08](853 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:26, 06:03](846 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:23, 05:06](806 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:25, 02:43](650 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:18, 02:38](657 MB) -PASS -- TEST 'conus13km_control_gnu' [06:49, 04:58](1026 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:40, 02:04](1016 MB) -PASS -- TEST 'conus13km_decomp_gnu' [06:41, 04:59](1036 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:39, 02:45](721 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:42] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:30, 05:41](824 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:47] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:19, 02:27](805 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:18, 02:24](813 MB) -PASS -- TEST 'conus13km_debug_gnu' [12:37, 11:00](1046 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [12:36, 11:01](771 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:33, 09:00](1031 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [13:32, 11:15](1050 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:32, 11:01](1114 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:50] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:19, 02:34](836 MB) - -PASS -- COMPILE 's2swa_gnu' [18:11, 16:08] -PASS -- TEST 'cpld_control_p8_gnu' [13:03, 11:04](1691 MB) - -PASS -- COMPILE 's2s_gnu' [17:11, 16:05] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:53, 09:51](1641 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:58] -PASS -- TEST 'cpld_debug_p8_gnu' [08:54, 06:57](1683 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 15:57] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:47, 17:55](1608 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:27] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:46, 10:44](1557 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:30] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:17, 03:27](1556 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:11, 03:06] -PASS -- TEST 'control_gfs_mpas_gnu' [02:26, 00:46](6332 MB) - -PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [11:11, 09:07] ( 1 warnings 404 remarks ) -PASS -- TEST 'pm_ideal_supercell_intel' [03:29, 01:25](1165 MB) +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:32, 04:09](1112 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:01] +PASS -- TEST 'control_c48_gnu' [14:09, 09:34](1539 MB) +PASS -- TEST 'control_stochy_gnu' [04:18, 02:49](603 MB) +PASS -- TEST 'control_ras_gnu' [06:17, 04:45](617 MB) +PASS -- TEST 'control_p8_gnu' [06:42, 04:20](1552 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:38, 04:17](1549 MB) +PASS -- TEST 'control_flake_gnu' [07:20, 05:26](656 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 04:03] +PASS -- TEST 'rap_control_gnu' [07:30, 05:54](948 MB) +PASS -- TEST 'rap_decomp_gnu' [07:29, 05:57](944 MB) +PASS -- TEST 'rap_2threads_gnu' [10:41, 06:56](1019 MB) +PASS -- TEST 'rap_restart_gnu' [05:33, 03:08](677 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [07:29, 05:57](945 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:27, 06:03](945 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:22, 03:05](683 MB) +PASS -- TEST 'hrrr_control_gnu' [10:08, 05:42](951 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [10:04, 05:39](937 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [09:42, 06:38](1007 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [09:29, 05:47](947 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:25, 03:02](686 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:25, 03:02](773 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:33, 11:02](937 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:41] +PASS -- TEST 'control_csawmg_gnu' [10:31, 08:20](851 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:37] +PASS -- TEST 'control_diag_debug_gnu' [03:28, 01:33](1380 MB) +PASS -- TEST 'regional_debug_gnu' [10:33, 08:32](872 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:19, 02:33](956 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 02:29](958 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [06:26, 02:36](966 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [05:57, 02:30](968 MB) +PASS -- TEST 'rap_diag_debug_gnu' [06:00, 02:45](1051 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:20, 04:01](953 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:05, 02:31](962 MB) +PASS -- TEST 'control_ras_debug_gnu' [04:53, 01:27](601 MB) +PASS -- TEST 'control_stochy_debug_gnu' [04:15, 01:41](595 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:33, 01:37](1542 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:19, 02:32](957 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:24, 02:35](957 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:35, 04:24](969 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:07] +PASS -- TEST 'control_wam_debug_gnu' [08:48, 06:29](1401 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:32] +PASS -- TEST 'control_csawmg_debug_gnu' [04:39, 02:23](836 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:43] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [07:33, 05:11](800 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:30, 05:04](803 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:29, 06:09](854 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:31, 05:55](847 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:29, 05:09](805 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:26, 02:41](641 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:21, 02:36](677 MB) +PASS -- TEST 'conus13km_control_gnu' [06:55, 04:51](1024 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:48, 02:04](1013 MB) +PASS -- TEST 'conus13km_decomp_gnu' [06:50, 04:58](1030 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:44, 02:42](718 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:43] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:33, 05:42](828 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:35] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:23, 02:27](807 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:23, 02:26](811 MB) +PASS -- TEST 'conus13km_debug_gnu' [13:45, 11:13](1045 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [12:41, 11:09](774 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:34, 09:06](1052 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [13:35, 11:39](1050 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:36, 10:49](1116 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:12, 06:48] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:21, 02:36](835 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:43] +PASS -- TEST 'cpld_control_p8_gnu' [13:05, 10:57](1691 MB) + +PASS -- COMPILE 's2s_gnu' [17:11, 15:49] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:55, 09:48](1640 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:44] +PASS -- TEST 'cpld_debug_p8_gnu' [08:54, 06:52](1692 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 16:03] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:47, 17:40](1611 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:39] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:46, 10:53](1546 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:12, 15:36] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:18, 03:22](1557 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:12, 03:08] +PASS -- TEST 'control_gfs_mpas_gnu' [02:27, 00:47](6348 MB) + +PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [10:11, 09:06] ( 1 warnings 404 remarks ) +PASS -- TEST 'pm_ideal_supercell_intel' [03:30, 01:22](1165 MB) SYNOPSIS: -Starting Date/Time: 20251105 07:39:21 -Ending Date/Time: 20251105 09:31:14 -Total Time: 01h:52m:21s -Compiles Completed: 63/63 -Tests Completed: 272/272 +Starting Date/Time: 20251107 20:54:23 +Ending Date/Time: 20251107 22:46:03 +Total Time: 01h:52m:23s +Compiles Completed: 64/64 +Tests Completed: 274/274 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 1710d1263d..42838262fd 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: -28218a671c8b895f9232ed14e5f716fc1e5254f2 +4094ee7b06a871a2fe57a1233254219dfc19898e Submodule hashes used in testing: 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) @@ -19,19 +19,19 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 926d2c0a1455dcb6facca9935185b073e84e0538 UFSATM (remotes/origin/feature/gfs_interstitial_reset) + 83de45b8635d4afa8a4e12769e7d976912bb25d3 UFSATM (remotes/origin/sfc_v2_att) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4330557015e68c5cc6e883dfad9b642dc6630cf5 UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6481-g43305570) + a78d06b4d54e2794a85ca3309e056ee67d62ed84 UFSATM/ccpp/physics (EP4-2036-ga78d06b4) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) b0a1b0957d3b79d642f3c01e5cd9441936c7c832 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-429-gb0a1b09) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) - 4a5d595fdbf6c3d658f4becc045af1b6d0b65a5a UFSATM/upp (upp_v10.2.0-319-g4a5d595f) + 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 42429caffef8905bcab2b36692df1e0121e2e7de stochastic_physics (ufs-v2.0.0-290-g42429ca) + 508255586ebd7a666946060eb1e20d3a39d4ddb8 stochastic_physics (remotes/origin/feature/printmsgs) NOTES: @@ -40,401 +40,476 @@ 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-20251104 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_2832228 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251106 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1707593 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [22:11, 20:13] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:18, 07:40](2160 MB) -PASS -- TEST 'cpld_control_gefs_intel' [28:20, 14:48](3116 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [21:34, 05:24](2822 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [28:24, 13:58](3157 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 20:14] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [18:26, 15:14](2028 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:30, 16:44](2333 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:28, 05:57](1339 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:41, 07:22](2208 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:22, 16:18](1931 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 19:16] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:43, 15:15](1989 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 04:07] ( 371 warnings 2765 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:19, 19:04](1998 MB) - -PASS -- COMPILE 's2swa_intel' [19:10, 17:18] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:13, 08:44](2261 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:15, 08:31](2264 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:16, 04:32](1959 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:02, 08:37](2289 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:27, 04:33](1840 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:02, 08:09](2388 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:54, 08:30](2251 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [10:02, 07:21](2144 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:15, 08:29](2258 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:59, 14:20](2941 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:34, 06:28](2960 MB) - -PASS -- COMPILE 's2swal_intel' [22:11, 20:20] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [11:20, 08:15](2232 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:18, 04:16](1927 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:15, 06:31](2238 MB) - -PASS -- COMPILE 's2sw_intel' [21:11, 19:12] ( 1 warnings 1013 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:02, 07:33](2041 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:05, 06:27](2159 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:50] ( 370 warnings 2014 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:04, 11:22](2300 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:01] ( 370 warnings 1996 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:58, 05:16](2075 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [22:11, 20:25] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:15, 03:55](2139 MB) - -PASS -- COMPILE 's2swa_faster_intel' [21:10, 19:59] ( 1 warnings 1031 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [13:12, 09:04](2262 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:37] ( 1 warnings 1037 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:02, 13:43](2095 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:12, 05:57](1413 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:48, 13:43](1999 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [07:39, 05:18](3056 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:37, 01:38](3044 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:45, 00:57](2483 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:32, 00:56](2247 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:33, 00:32](2247 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:28, 00:24](1546 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:30, 00:55](2242 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:31](2240 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:29, 00:23](1542 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:28, 00:36](2168 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:27](2168 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:26, 00:20](1497 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:36] ( 371 warnings 2747 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:03, 23:31](2058 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:11, 10:03] ( 1 warnings 502 remarks ) -PASS -- TEST 'control_flake_intel' [04:23, 02:48](733 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:25, 01:54](1609 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:31, 01:59](1623 MB) -PASS -- TEST 'control_latlon_intel' [03:22, 01:57](1627 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:25, 01:59](1615 MB) -PASS -- TEST 'control_c48_intel' [07:28, 05:32](1716 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:28, 05:25](828 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:27, 05:42](1715 MB) -PASS -- TEST 'control_c192_intel' [07:37, 05:47](1825 MB) -PASS -- TEST 'control_c384_intel' [11:13, 06:42](2031 MB) -PASS -- TEST 'control_c384gdas_intel' [12:20, 07:11](1525 MB) -PASS -- TEST 'control_stochy_intel' [05:20, 01:24](679 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:31, 00:50](557 MB) -PASS -- TEST 'control_lndp_intel' [05:16, 01:19](686 MB) -PASS -- TEST 'control_iovr4_intel' [03:21, 02:00](674 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:30, 02:21](973 MB) -PASS -- TEST 'control_iovr5_intel' [03:21, 02:02](679 MB) -PASS -- TEST 'control_p8_intel' [05:03, 02:19](1904 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:59, 02:28](1908 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:57, 02:15](1907 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:53, 02:14](1931 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:59, 02:22](1944 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:48, 01:33](2432 MB) -PASS -- TEST 'control_restart_p8_intel' [03:48, 01:25](1225 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:50, 02:17](1900 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:57, 01:23](1225 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:47, 02:21](1906 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:19, 02:50](1996 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:36, 03:55](1909 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:02, 03:15](1974 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:01, 02:25](1928 MB) -PASS -- TEST 'merra2_thompson_intel' [05:00, 02:41](1921 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:47, 04:11](1919 MB) -PASS -- TEST 'regional_control_intel' [06:26, 04:12](1201 MB) -PASS -- TEST 'regional_restart_intel' [04:26, 02:19](1210 MB) -PASS -- TEST 'regional_decomp_intel' [06:23, 04:28](1187 MB) -PASS -- TEST 'regional_2threads_intel' [05:29, 03:26](1088 MB) -PASS -- TEST 'regional_noquilt_intel' [06:37, 04:13](1501 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:29, 04:14](1198 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:27, 04:08](1195 MB) -PASS -- TEST 'regional_wofs_intel' [07:28, 05:31](2074 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:11, 10:21] ( 1 warnings 482 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:54, 03:07](1951 MB) - -PASS -- COMPILE 'rrfs_intel' [10:10, 09:04] ( 4 warnings 449 remarks ) -PASS -- TEST 'rap_control_intel' [04:45, 02:54](1103 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:53, 03:13](1446 MB) -PASS -- TEST 'rap_decomp_intel' [05:47, 02:59](1074 MB) -PASS -- TEST 'rap_2threads_intel' [06:46, 03:45](1161 MB) -PASS -- TEST 'rap_restart_intel' [03:58, 01:36](1094 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:49, 02:55](1106 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:50, 03:08](1068 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:58, 01:33](1098 MB) -PASS -- TEST 'hrrr_control_intel' [04:48, 02:43](1074 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:39, 02:47](1069 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:43, 03:28](1140 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:29, 01:30](1052 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:54, 05:04](1191 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:19, 06:54](2018 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:24, 06:41](2189 MB) - -PASS -- COMPILE 'csawmg_intel' [11:10, 09:40] ( 1 warnings 418 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:27, 05:08](1084 MB) -PASS -- TEST 'control_ras_intel' [04:19, 02:47](851 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 09:00] ( 1 warnings 396 remarks ) -PASS -- TEST 'control_wam_intel' [11:37, 09:26](1688 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 08:49] ( 1 warnings 412 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:51, 02:25](1914 MB) -PASS -- TEST 'regional_control_faster_intel' [06:30, 04:12](1201 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:51] ( 430 warnings 590 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:56](1645 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 02:00](1646 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:20, 02:43](862 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:21](861 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:29, 04:05](1168 MB) -PASS -- TEST 'control_ras_debug_intel' [04:18, 02:25](859 MB) -PASS -- TEST 'control_diag_debug_intel' [04:26, 02:27](1707 MB) -PASS -- TEST 'control_debug_p8_intel' [04:33, 02:21](1935 MB) -PASS -- TEST 'regional_debug_intel' [16:30, 14:30](1162 MB) -PASS -- TEST 'rap_control_debug_intel' [05:19, 04:04](1253 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:18](1226 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:16, 04:12](1241 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:19, 04:10](1237 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:18, 03:59](1240 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:29, 04:18](1338 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 04:12](1241 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:27, 04:04](1253 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:22, 04:08](1241 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:19, 04:08](1250 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 04:02](1242 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:18, 04:09](1246 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:18, 06:52](1236 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:24, 04:06](1247 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:19, 04:06](1246 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:40] ( 391 warnings 396 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:50] ( 4 warnings 416 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:48, 03:01](1314 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:46, 02:33](1037 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:53, 02:28](1056 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:44, 03:15](1078 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:39, 03:08](1055 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:38, 02:37](1009 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:50, 01:26](979 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:28, 01:24](968 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 08:39] ( 4 warnings 393 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:48, 02:29](1520 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:42, 01:13](1343 MB) -PASS -- TEST 'conus13km_decomp_intel' [04:39, 02:32](1544 MB) -PASS -- TEST 'conus13km_restart_intel' [08:38, 01:31](1268 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 08:20] ( 4 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:29, 03:20](1116 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 02:37] ( 324 warnings 422 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:16, 04:41](1122 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:19, 04:25](1114 MB) -PASS -- TEST 'conus13km_debug_intel' [21:35, 19:01](1564 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [20:38, 18:44](1175 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [22:31, 20:33](1383 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [21:33, 19:59](1589 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:32, 19:04](1630 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 02:45] ( 324 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:21, 04:11](1215 MB) - -PASS -- COMPILE 'hafsw_intel' [14:12, 12:41] ( 1 warnings 696 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:39, 03:58](1019 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:12, 05:02](1210 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:21, 03:33](1290 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [20:49, 14:39](1130 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:42, 05:14](600 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:54, 06:42](611 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:38, 02:06](432 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:23, 06:58](501 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:38, 03:23](612 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:39, 03:24](612 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:21, 00:52](448 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:11, 12:23] ( 1 warnings 929 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [16:39, 11:24](825 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:10, 12:09] ( 1 warnings 638 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:44, 05:00](1090 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:46, 05:03](1084 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [18:11, 16:24] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:16, 02:25](1861 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:35](1826 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:14, 02:13](1125 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:15, 02:13](1126 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:16, 02:17](1125 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:15, 02:24](1871 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:14, 02:26](1871 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:15, 02:14](1122 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:57, 05:59](1717 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:56, 05:44](1196 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:14, 02:29](1876 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:54](4831 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:16, 03:50](4831 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:08] ( 2 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:15, 05:32](1775 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [16:11, 15:07] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:15, 02:25](1867 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:45] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:24, 00:58](335 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:40](556 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:25](556 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:11, 15:17] ( 1 warnings 612 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:51, 03:24](2045 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 09:16] ( 1 warnings 500 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:47, 05:39](2068 MB) - -PASS -- COMPILE 'atml_intel' [11:11, 09:52] ( 9 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:55, 03:23](1888 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:41, 01:34](1199 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:32] ( 435 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:52, 04:30](1912 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 09:46] ( 1 warnings 521 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:50, 01:49](1949 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 12:51] ( 1 warnings 414 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:49, 03:26](2016 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:42, 03:52](1792 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:38, 03:52](1808 MB) - -PASS -- COMPILE 'atmaq_intel' [10:12, 08:26] ( 1 warnings 599 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:16, 11:47](2940 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:07, 14:03](2944 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:32] ( 408 warnings 599 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:05, 31:30](2953 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:11, 07:43] ( 4 warnings 423 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:44](1086 MB) - -PASS -- COMPILE 'atm_gnu' [05:10, 03:42] -PASS -- TEST 'control_c48_gnu' [09:28, 07:54](1585 MB) -PASS -- TEST 'control_stochy_gnu' [04:19, 02:14](589 MB) -PASS -- TEST 'control_ras_gnu' [05:17, 03:43](598 MB) -PASS -- TEST 'control_p8_gnu' [05:52, 03:26](1547 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:45, 03:58](1557 MB) -PASS -- TEST 'control_flake_gnu' [06:24, 04:24](636 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 03:34] -PASS -- TEST 'rap_control_gnu' [06:41, 04:15](941 MB) -PASS -- TEST 'rap_decomp_gnu' [06:40, 04:16](942 MB) -PASS -- TEST 'rap_2threads_gnu' [05:48, 03:36](1006 MB) -PASS -- TEST 'rap_restart_gnu' [04:53, 02:12](672 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:45, 04:06](941 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:46, 04:18](942 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:52, 02:10](679 MB) -PASS -- TEST 'hrrr_control_gnu' [05:57, 04:07](939 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:51, 03:57](927 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:47, 03:38](1000 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:44, 04:05](937 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:25, 02:09](674 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:25, 02:06](759 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [10:04, 07:47](938 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 03:15] -PASS -- TEST 'control_csawmg_gnu' [08:33, 06:45](837 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 06:07] -PASS -- TEST 'control_diag_debug_gnu' [03:37, 01:13](1369 MB) -PASS -- TEST 'regional_debug_gnu' [08:27, 06:33](890 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:18, 02:07](954 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:19, 02:01](947 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:19, 02:01](950 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:59](949 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:24, 02:13](1035 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:17, 03:16](947 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:16, 01:56](949 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:12](582 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:18](583 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:40, 01:31](1549 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:20, 01:56](952 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:19, 01:59](953 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:51, 03:13](958 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:59] -PASS -- TEST 'control_wam_debug_gnu' [06:34, 05:02](1392 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 03:17] -PASS -- TEST 'control_csawmg_debug_gnu' [03:25, 01:46](814 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [07:10, 03:49] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:44, 03:58](793 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:56, 03:50](792 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:35, 03:32](841 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:43, 03:28](836 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:37, 04:01](791 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:48, 02:09](647 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:25, 02:09](645 MB) -PASS -- TEST 'conus13km_control_gnu' [05:52, 03:53](1033 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:40, 01:55](1022 MB) -PASS -- TEST 'conus13km_decomp_gnu' [05:35, 03:57](1041 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:37, 02:10](762 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [12:11, 09:28] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:31, 04:25](820 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 06:23] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 01:56](803 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 02:00](799 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:31, 09:05](1051 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:30, 08:38](778 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:29, 08:51](1018 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [11:27, 09:14](1056 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:27, 08:55](1125 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [12:11, 06:18] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:58](828 MB) - -PASS -- COMPILE 's2swa_gnu' [24:11, 19:04] -PASS -- TEST 'cpld_control_p8_gnu' [13:19, 10:11](1735 MB) - -PASS -- COMPILE 's2s_gnu' [23:12, 18:37] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [13:03, 10:15](1640 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [07:10, 02:32] -PASS -- TEST 'cpld_debug_p8_gnu' [09:06, 06:25](1729 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [21:11, 16:50] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:05, 14:06](1598 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [06:10, 02:28] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:56, 09:52](1585 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [19:11, 16:19] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:43](1604 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:10, 02:55] -PASS -- TEST 'control_gfs_mpas_gnu' [04:23, 01:41](6399 MB) +PASS -- COMPILE 's2swa_32bit_intel' [24:12, 22:18] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:10, 07:45](2152 MB) +PASS -- TEST 'cpld_control_gefs_intel' [26:55, 14:43](3127 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [20:33, 05:11](2822 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [26:55, 14:06](3158 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:12, 20:26] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:25, 15:13](2024 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:34, 16:44](2342 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:32, 06:00](1349 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:47, 07:13](2221 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:19, 16:16](1930 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [20:12, 18:32] ( 1 warnings 938 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:58, 09:13](2310 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [10:25, 04:48](1671 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:10, 04:56] ( 338 warnings 938 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [14:34, 09:28](2330 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:49] ( 360 warnings 2765 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [20:15, 17:55](1997 MB) + +PASS -- COMPILE 's2swa_intel' [22:12, 20:26] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:23, 08:29](2268 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:19, 07:56](2255 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:19, 04:27](1959 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [10:06, 08:04](2285 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:23, 04:25](1832 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:17, 08:15](2391 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [10:05, 08:05](2243 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:09, 06:45](2128 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:26, 08:07](2258 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:51, 14:52](2939 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:45, 05:21](2966 MB) + +PASS -- COMPILE 's2swal_intel' [22:12, 20:26] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [11:20, 08:17](2227 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:28, 04:15](1935 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:07, 06:30](2238 MB) + +PASS -- COMPILE 's2sw_intel' [22:12, 20:14] ( 1 warnings 1013 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:12, 07:40](2051 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:14, 05:48](2173 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:52] ( 359 warnings 2014 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:06, 11:40](2297 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 04:29] ( 359 warnings 1996 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:52, 05:09](2070 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [20:11, 19:00] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:20, 03:58](2135 MB) + +PASS -- COMPILE 's2swa_faster_intel' [21:11, 20:00] ( 1 warnings 1031 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [11:16, 08:31](2261 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:11, 19:44] ( 1 warnings 1037 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:00, 12:25](2095 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:19, 06:00](1418 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:52, 13:41](2005 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [07:38, 05:16](3060 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:38, 01:39](3037 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:39, 00:58](2482 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:27, 00:54](2248 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:27, 00:32](2245 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:28, 00:23](1557 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:25, 00:55](2239 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:29, 00:35](2247 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:24](1557 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:28, 00:37](2170 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:29, 00:27](2167 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:25, 00:20](1506 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 04:10] ( 360 warnings 2747 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:14, 21:41](2073 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:10, 10:49] ( 1 warnings 502 remarks ) +PASS -- TEST 'control_flake_intel' [04:21, 02:46](729 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:23, 01:50](1611 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:29, 02:00](1622 MB) +PASS -- TEST 'control_latlon_intel' [03:19, 01:54](1613 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:22, 01:58](1624 MB) +PASS -- TEST 'control_c48_intel' [07:26, 05:31](1719 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:25, 05:22](844 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:25, 05:33](1726 MB) +PASS -- TEST 'control_c192_intel' [07:36, 05:49](1820 MB) +PASS -- TEST 'control_c384_intel' [09:13, 06:19](2028 MB) +PASS -- TEST 'control_c384gdas_intel' [10:15, 07:04](1533 MB) +PASS -- TEST 'control_stochy_intel' [03:23, 01:24](686 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:32, 00:52](544 MB) +PASS -- TEST 'control_lndp_intel' [03:19, 01:18](689 MB) +PASS -- TEST 'control_iovr4_intel' [03:22, 02:00](677 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:28, 02:23](981 MB) +PASS -- TEST 'control_iovr5_intel' [03:20, 02:01](680 MB) +PASS -- TEST 'control_p8_intel' [05:02, 02:20](1905 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:59, 02:27](1915 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:53, 02:17](1904 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:51, 02:16](1928 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:57, 02:24](1943 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:45, 01:38](2440 MB) +PASS -- TEST 'control_restart_p8_intel' [03:56, 01:24](1199 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:53, 02:17](1910 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:00, 01:21](1219 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:41, 02:19](1896 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:40, 02:50](1994 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:32, 03:55](1915 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:49, 03:17](1973 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:50, 02:37](1929 MB) +PASS -- TEST 'merra2_thompson_intel' [04:56, 02:44](1929 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:44, 04:30](1924 MB) +PASS -- TEST 'regional_control_intel' [06:24, 04:10](1191 MB) +PASS -- TEST 'regional_restart_intel' [04:25, 02:20](1208 MB) +PASS -- TEST 'regional_decomp_intel' [06:22, 04:22](1186 MB) +PASS -- TEST 'regional_2threads_intel' [05:24, 03:27](1086 MB) +PASS -- TEST 'regional_noquilt_intel' [05:27, 04:08](1502 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:28, 04:09](1198 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:28, 04:12](1195 MB) +PASS -- TEST 'regional_wofs_intel' [07:25, 05:22](2083 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:11, 10:08] ( 1 warnings 482 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:57, 03:05](1951 MB) + +PASS -- COMPILE 'rrfs_intel' [10:11, 08:16] ( 4 warnings 449 remarks ) +PASS -- TEST 'rap_control_intel' [04:46, 02:51](1109 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:45, 03:07](1444 MB) +PASS -- TEST 'rap_decomp_intel' [04:42, 02:58](1061 MB) +PASS -- TEST 'rap_2threads_intel' [05:48, 03:40](1162 MB) +PASS -- TEST 'rap_restart_intel' [03:51, 01:36](1093 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:43, 02:48](1084 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:35, 02:55](1074 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:58, 01:34](1075 MB) +PASS -- TEST 'hrrr_control_intel' [04:41, 02:43](1098 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:38, 02:48](1063 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:44, 03:29](1142 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:24, 01:31](1038 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:55, 05:08](1193 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:19, 07:00](2019 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:22, 06:37](2179 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 09:34] ( 1 warnings 418 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:28, 05:15](1078 MB) +PASS -- TEST 'control_ras_intel' [04:18, 02:46](879 MB) + +PASS -- COMPILE 'wam_intel' [09:11, 07:58] ( 1 warnings 396 remarks ) +PASS -- TEST 'control_wam_intel' [11:40, 09:27](1686 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:11, 08:05] ( 1 warnings 412 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:47, 02:23](1911 MB) +PASS -- TEST 'regional_control_faster_intel' [06:26, 04:11](1197 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:10, 04:40] ( 419 warnings 590 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:21, 02:39](1645 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:20, 02:18](1649 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:16, 03:29](861 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:57](859 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:26, 05:28](1167 MB) +PASS -- TEST 'control_ras_debug_intel' [04:16, 03:06](861 MB) +PASS -- TEST 'control_diag_debug_intel' [04:28, 02:47](1710 MB) +PASS -- TEST 'control_debug_p8_intel' [05:37, 03:10](1944 MB) +PASS -- TEST 'regional_debug_intel' [22:29, 20:32](1142 MB) +PASS -- TEST 'rap_control_debug_intel' [07:19, 05:32](1244 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:22, 05:30](1249 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:19, 05:19](1247 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:18, 04:53](1249 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:22, 05:31](1252 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:24, 05:35](1337 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:17, 05:49](1243 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:17, 05:38](1244 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:19, 05:27](1257 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:19, 05:15](1247 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:19, 05:32](1237 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:19, 05:29](1239 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:17, 09:17](1241 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:22, 05:50](1256 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:17, 05:25](1255 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:43] ( 380 warnings 396 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:30] ( 4 warnings 416 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:47, 03:07](1310 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:44, 03:20](1067 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:58, 03:15](1060 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:44, 03:18](1077 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:47, 03:10](1049 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:51, 03:21](996 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:52, 01:49](996 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:36, 01:47](997 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 09:12] ( 4 warnings 393 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:58, 02:30](1519 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:37, 01:13](1331 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:41, 02:34](1549 MB) +PASS -- TEST 'conus13km_restart_intel' [03:39, 01:27](1294 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 09:48] ( 4 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:35, 03:19](1126 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:29] ( 313 warnings 422 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:23, 05:10](1117 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:53](1114 MB) +PASS -- TEST 'conus13km_debug_intel' [23:39, 21:28](1562 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [23:34, 21:39](1165 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [22:33, 20:28](1376 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [24:30, 22:34](1586 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:31, 21:38](1625 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:10, 03:08] ( 313 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 04:27](1212 MB) + +PASS -- COMPILE 'hafsw_intel' [15:11, 13:28] ( 1 warnings 696 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:43, 03:15](1034 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:10, 05:02](1241 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:43](1290 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:44, 14:19](1126 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:40, 04:28](594 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:52, 05:12](616 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:34, 02:06](434 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:29, 05:36](504 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:36, 02:59](615 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:33, 02:59](612 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 00:52](451 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:49] ( 1 warnings 929 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:34, 11:16](826 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:11, 11:28] ( 1 warnings 638 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:43, 04:57](1100 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:43, 04:58](1084 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [20:12, 18:22] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:26](1872 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:32](1813 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:16](1131 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:15](1120 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:15, 02:18](1112 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:26](1869 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 02:24](1864 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:17](1137 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:57, 05:48](1713 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:54, 05:43](1214 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:26](1871 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:58](4834 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:54](4830 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:57] ( 2 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:15, 05:33](1784 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [13:11, 11:59] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:14, 02:23](1871 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:51] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 00:58](335 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:37](559 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:28, 00:25](556 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:12, 16:03] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:52, 03:04](2047 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:11, 09:22] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:49, 04:04](2054 MB) + +PASS -- COMPILE 'atml_intel' [12:12, 10:38] ( 9 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:57, 03:14](1891 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:39, 01:53](1212 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:42] ( 424 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:57, 04:28](1917 MB) + +PASS -- COMPILE 'atmw_intel' [12:12, 10:11] ( 1 warnings 521 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:52, 01:33](1944 MB) + +PASS -- COMPILE 'atmaero_intel' [14:12, 13:04] ( 1 warnings 414 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:50, 03:22](2017 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:40, 03:54](1799 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:38, 03:56](1825 MB) + +PASS -- COMPILE 'atmaq_intel' [10:11, 08:52] ( 1 warnings 599 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:28, 11:39](2944 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [16:12, 13:59](2941 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:12, 04:07] ( 397 warnings 599 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [34:09, 31:33](2952 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:12, 09:09] ( 4 warnings 423 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:25, 09:40](1087 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 04:02] +PASS -- TEST 'control_c48_gnu' [09:30, 07:53](1585 MB) +PASS -- TEST 'control_stochy_gnu' [04:20, 02:34](592 MB) +PASS -- TEST 'control_ras_gnu' [06:19, 04:18](597 MB) +PASS -- TEST 'control_p8_gnu' [05:52, 04:07](1535 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:43, 04:09](1558 MB) +PASS -- TEST 'control_flake_gnu' [07:24, 05:10](643 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:10, 03:40] +PASS -- TEST 'rap_control_gnu' [07:42, 05:13](940 MB) +PASS -- TEST 'rap_decomp_gnu' [06:46, 05:08](941 MB) +PASS -- TEST 'rap_2threads_gnu' [06:35, 04:58](1002 MB) +PASS -- TEST 'rap_restart_gnu' [04:58, 02:40](670 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [07:44, 05:13](941 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:45, 05:09](941 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:52, 02:34](677 MB) +PASS -- TEST 'hrrr_control_gnu' [06:42, 04:58](939 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:37, 04:51](926 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [06:34, 04:30](1000 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:32, 04:57](938 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:18, 02:29](674 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:18, 02:39](755 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:55, 07:39](936 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:31] +PASS -- TEST 'control_csawmg_gnu' [08:27, 06:44](839 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:44] +PASS -- TEST 'control_diag_debug_gnu' [03:26, 01:11](1371 MB) +PASS -- TEST 'regional_debug_gnu' [08:29, 06:44](871 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:18, 02:06](951 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:20, 01:56](949 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:16, 02:03](950 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:57](952 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:28, 02:12](1038 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:17, 03:14](947 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:20, 02:04](952 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:13](585 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:23](581 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:38, 01:21](1534 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:21, 02:02](953 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 02:04](958 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 03:16](956 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:46] +PASS -- TEST 'control_wam_debug_gnu' [06:37, 04:55](1393 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:23] +PASS -- TEST 'control_csawmg_debug_gnu' [03:25, 01:50](835 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:33] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:43, 03:55](792 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:49, 03:49](789 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:29, 03:37](840 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:36, 03:25](836 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:34, 03:55](793 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:50, 02:03](649 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:19, 02:01](645 MB) +PASS -- TEST 'conus13km_control_gnu' [05:49, 03:52](1036 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:37, 01:55](1018 MB) +PASS -- TEST 'conus13km_decomp_gnu' [05:35, 03:56](1040 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:37, 02:11](762 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:13] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:32, 05:45](820 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:11, 07:44] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 01:53](801 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:20, 01:55](800 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:35, 08:30](1052 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [10:34, 08:36](779 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:29, 08:48](1035 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [10:29, 08:45](1058 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:29, 08:27](1122 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 05:56] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:17, 02:13](828 MB) + +PASS -- COMPILE 's2swa_gnu' [18:11, 16:46] +PASS -- TEST 'cpld_control_p8_gnu' [12:15, 10:08](1712 MB) + +PASS -- COMPILE 's2s_gnu' [19:11, 17:31] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:03, 08:16](1629 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:33] +PASS -- TEST 'cpld_debug_p8_gnu' [07:59, 05:34](1733 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 16:22] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:51, 13:59](1602 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:22] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:51, 09:09](1600 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 15:58] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:44](1604 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:11, 03:01] +FAILED: RUN DID NOT COMPLETE -- TEST 'control_gfs_mpas_gnu' [, ]( MB) SYNOPSIS: -Starting Date/Time: 20251104 21:03:26 -Ending Date/Time: 20251104 22:45:02 -Total Time: 01h:42m:41s -Compiles Completed: 59/59 -Tests Completed: 264/264 +Starting Date/Time: 20251106 22:34:20 +Ending Date/Time: 20251107 00:14:38 +Total Time: 01h:41m:15s +Compiles Completed: 60/60 +Tests Completed: 265/266 +Failed Tests: +* TEST control_gfs_mpas_gnu: FAILED: RUN DID NOT COMPLETE +-- LOG: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/2835/tests/logs/log_hercules/run_control_gfs_mpas_gnu.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 HERCULES REGRESSION TESTING LOG==== +====START OF HERCULES REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +4094ee7b06a871a2fe57a1233254219dfc19898e + +Submodule hashes used in testing: + 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) + 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) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) + 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) + 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) + 83de45b8635d4afa8a4e12769e7d976912bb25d3 UFSATM (remotes/origin/sfc_v2_att) + 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) + a78d06b4d54e2794a85ca3309e056ee67d62ed84 UFSATM/ccpp/physics (EP4-2036-ga78d06b4) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) + b0a1b0957d3b79d642f3c01e5cd9441936c7c832 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-429-gb0a1b09) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) + 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 508255586ebd7a666946060eb1e20d3a39d4ddb8 stochastic_physics (remotes/origin/feature/printmsgs) + + +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/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20251106 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3383512 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-n) - RUN SINGLE TEST: control_gfs_mpas +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:11, 03:24] +PASS -- TEST 'control_gfs_mpas_gnu' [02:26, 00:35](6406 MB) + +SYNOPSIS: +Starting Date/Time: 20251107 10:48:49 +Ending Date/Time: 20251107 10:57:54 +Total Time: 00h:09m:42s +Compiles Completed: 1/1 +Tests Completed: 1/1 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 5afbd46576..c9bebb8031 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -28218a671c8b895f9232ed14e5f716fc1e5254f2 +4094ee7b06a871a2fe57a1233254219dfc19898e Submodule hashes used in testing: 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) @@ -19,19 +19,19 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 926d2c0a1455dcb6facca9935185b073e84e0538 UFSATM (remotes/origin/feature/gfs_interstitial_reset) + 83de45b8635d4afa8a4e12769e7d976912bb25d3 UFSATM (remotes/origin/sfc_v2_att) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4330557015e68c5cc6e883dfad9b642dc6630cf5 UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6481-g43305570) + a78d06b4d54e2794a85ca3309e056ee67d62ed84 UFSATM/ccpp/physics (EP4-2036-ga78d06b4) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) b0a1b0957d3b79d642f3c01e5cd9441936c7c832 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-429-gb0a1b09) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) - 4a5d595fdbf6c3d658f4becc045af1b6d0b65a5a UFSATM/upp (upp_v10.2.0-319-g4a5d595f) + 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 42429caffef8905bcab2b36692df1e0121e2e7de stochastic_physics (ufs-v2.0.0-290-g42429ca) + 508255586ebd7a666946060eb1e20d3a39d4ddb8 stochastic_physics (remotes/origin/feature/printmsgs) NOTES: @@ -40,308 +40,312 @@ 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-20251104 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_430745 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20251106 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3595614 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [29:11, 24:03] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [19:41, 16:14](2111 MB) -PASS -- TEST 'cpld_control_gefs_intel' [45:09, 19:13](3074 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [24:46, 06:32](2736 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [39:47, 20:10](3075 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [29:11, 24:25] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:08, 22:05](1971 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:00, 24:17](2153 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:45, 09:25](1234 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:32, 10:35](2100 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:16, 26:32](1880 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [34:11, 29:24] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [35:08, 23:06](1954 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:10, 06:17] ( 371 warnings 2765 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:00, 22:26](1952 MB) - -PASS -- COMPILE 's2swa_intel' [34:11, 29:16] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [31:32, 18:13](2188 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [28:59, 16:31](2193 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:13, 08:22](1779 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [30:01, 17:12](2213 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:20, 08:32](1773 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [25:57, 12:51](2323 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [30:01, 16:54](2182 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [26:38, 14:36](2061 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [28:59, 16:41](2189 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [30:11, 16:51](2671 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:27, 08:29](2852 MB) - -PASS -- COMPILE 's2swal_intel' [33:11, 28:24] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [31:12, 17:33](2153 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:19, 08:36](1753 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [17:41, 08:06](2157 MB) - -PASS -- COMPILE 's2sw_intel' [33:11, 28:20] ( 1 warnings 1013 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [29:36, 16:37](2008 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [20:38, 07:21](2088 MB) - -PASS -- COMPILE 's2swa_debug_intel' [11:10, 05:55] ( 370 warnings 2014 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [17:25, 14:13](2218 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:10, 05:41] ( 370 warnings 1996 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:13, 07:38](2041 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [28:11, 22:57] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:31, 04:20](2081 MB) - -PASS -- COMPILE 's2swa_faster_intel' [30:11, 28:58] ( 1 warnings 1031 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [23:21, 16:51](2183 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [29:11, 28:08] ( 1 warnings 1037 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:11, 21:13](2038 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:14, 09:27](1251 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [29:02, 24:08](1942 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [13:14, 08:37](3058 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:07, 03:15](3039 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:03, 01:23](2479 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [06:47, 02:32](2247 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:37, 00:49](2243 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:39, 00:37](1551 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:33, 01:21](2242 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:39, 00:47](2228 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:42, 00:37](1554 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:42, 00:50](2172 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:41, 00:40](2165 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:40, 00:30](1505 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:10, 05:21] ( 371 warnings 2747 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [34:21, 28:31](2009 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [18:10, 14:44] ( 1 warnings 502 remarks ) -PASS -- TEST 'control_flake_intel' [12:35, 03:44](705 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [12:37, 02:30](1596 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:44, 02:44](1606 MB) -PASS -- TEST 'control_latlon_intel' [11:33, 02:40](1592 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [11:37, 02:42](1592 MB) -PASS -- TEST 'control_c48_intel' [17:45, 08:22](1717 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [17:44, 07:51](840 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [17:46, 08:35](1713 MB) -PASS -- TEST 'control_c192_intel' [18:03, 07:39](1792 MB) -PASS -- TEST 'control_c384_intel' [19:48, 09:19](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [21:31, 10:03](1337 MB) -PASS -- TEST 'control_stochy_intel' [03:27, 01:45](659 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:59, 01:05](489 MB) -PASS -- TEST 'control_lndp_intel' [03:25, 01:38](663 MB) -PASS -- TEST 'control_iovr4_intel' [04:25, 02:36](661 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:39, 03:06](956 MB) -PASS -- TEST 'control_iovr5_intel' [04:27, 02:37](666 MB) -PASS -- TEST 'control_p8_intel' [05:46, 02:58](1876 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:33, 03:09](1885 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:37, 02:54](1897 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:34, 02:53](1911 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:51, 03:03](1916 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:19, 02:07](2404 MB) -PASS -- TEST 'control_restart_p8_intel' [04:32, 01:45](1135 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:21, 02:57](1876 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:52, 01:45](1133 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:11, 03:01](1879 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:30, 03:22](1988 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:44, 05:05](1893 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:22, 04:29](1953 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:27, 04:16](1895 MB) -PASS -- TEST 'merra2_thompson_intel' [06:35, 03:35](1904 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:27, 05:06](1912 MB) -PASS -- TEST 'regional_control_intel' [07:44, 06:00](1095 MB) -PASS -- TEST 'regional_restart_intel' [05:41, 03:17](1103 MB) -PASS -- TEST 'regional_decomp_intel' [08:44, 06:19](1076 MB) -PASS -- TEST 'regional_2threads_intel' [05:41, 04:04](1028 MB) -PASS -- TEST 'regional_noquilt_intel' [07:57, 05:59](1366 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:44, 06:01](1092 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:39, 06:01](1088 MB) -PASS -- TEST 'regional_wofs_intel' [09:44, 07:34](1904 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [16:10, 14:17] ( 1 warnings 482 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:26, 04:23](1925 MB) - -PASS -- COMPILE 'rrfs_intel' [14:11, 12:41] ( 4 warnings 449 remarks ) -PASS -- TEST 'rap_control_intel' [07:09, 04:11](1044 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:07, 05:10](1356 MB) -PASS -- TEST 'rap_decomp_intel' [07:33, 04:20](1039 MB) -PASS -- TEST 'rap_2threads_intel' [07:14, 04:25](1127 MB) -PASS -- TEST 'rap_restart_intel' [05:38, 02:17](1003 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:30, 04:09](1039 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:08, 04:20](1034 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:48, 02:15](1011 MB) -PASS -- TEST 'hrrr_control_intel' [06:20, 04:00](1040 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:17, 04:08](1035 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:05, 04:08](1113 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:44, 02:12](964 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:29, 07:26](1040 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:28, 09:06](1998 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 08:50](2015 MB) - -PASS -- COMPILE 'csawmg_intel' [14:12, 12:53] ( 1 warnings 418 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:43, 06:09](1046 MB) -PASS -- TEST 'control_ras_intel' [05:24, 03:20](746 MB) - -PASS -- COMPILE 'wam_intel' [16:11, 11:52] ( 1 warnings 396 remarks ) -PASS -- TEST 'control_wam_intel' [13:53, 12:10](1679 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [16:10, 12:45] ( 1 warnings 412 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:30, 03:07](1889 MB) -PASS -- TEST 'regional_control_faster_intel' [07:40, 06:01](1085 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:10, 06:39] ( 430 warnings 590 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:30, 02:13](1624 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:29, 02:15](1630 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:23, 03:02](833 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:32, 02:45](825 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:46, 05:06](1143 MB) -PASS -- TEST 'control_ras_debug_intel' [04:25, 02:44](843 MB) -PASS -- TEST 'control_diag_debug_intel' [04:37, 02:50](1696 MB) -PASS -- TEST 'control_debug_p8_intel' [05:51, 03:15](1919 MB) -PASS -- TEST 'regional_debug_intel' [19:43, 17:57](1095 MB) -PASS -- TEST 'rap_control_debug_intel' [06:25, 04:53](1216 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:27, 04:56](1215 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:27, 04:55](1225 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 05:01](1221 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 04:55](1225 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:38, 05:07](1307 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 05:07](1220 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:24, 05:07](1226 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:26, 04:57](1233 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:25, 04:59](1228 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 04:51](1229 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 04:53](1221 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:22, 07:59](1218 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:30, 04:48](1221 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:31, 04:54](1217 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:10, 04:33] ( 391 warnings 396 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:59, 13:24](1703 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [18:11, 12:33] ( 4 warnings 416 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:05, 04:58](1232 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:02, 03:45](933 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:23, 03:37](926 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:56, 03:57](990 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:11, 03:49](978 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:05, 03:48](916 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:31, 02:05](899 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:27, 02:02](874 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:05] ( 4 warnings 393 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:14, 03:43](1327 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:57, 01:29](1231 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:55, 03:47](1356 MB) -PASS -- TEST 'conus13km_restart_intel' [04:52, 02:07](1199 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:10, 13:33] ( 4 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:44, 04:23](1016 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:15, 04:33] ( 324 warnings 422 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:52](1087 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:25, 04:43](1095 MB) -PASS -- TEST 'conus13km_debug_intel' [24:55, 22:19](1395 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [23:57, 21:56](1068 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:58, 21:36](1260 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:56, 22:41](1394 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:54, 22:32](1436 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:11, 04:31] ( 324 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:27, 05:00](1176 MB) - -PASS -- COMPILE 'hafsw_intel' [22:11, 19:23] ( 1 warnings 696 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:57, 04:32](908 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:23, 05:59](1102 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:28, 04:13](1213 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [32:07, 29:38](994 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:08, 06:23](492 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:24, 07:14](504 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:48, 03:09](366 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:14, 07:54](413 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:55, 04:20](516 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:53, 04:01](523 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:30, 01:21](393 MB) -PASS -- TEST 'gnv1_nested_intel' [06:56, 03:45](1724 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:11, 16:33] ( 1 warnings 929 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:58, 11:16](717 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:10, 13:35] ( 1 warnings 638 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:53, 06:23](970 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:06, 06:28](953 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [26:11, 23:12] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:20, 03:31](1878 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:24, 02:26](1812 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 03:06](1135 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 03:07](1125 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:20, 03:09](1127 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 03:26](1873 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:21, 03:26](1869 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:21, 03:05](1129 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:26, 07:40](1660 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:18, 07:14](1032 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 03:26](1862 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:48](4832 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:21, 05:54](4830 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 03:32] ( 2 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:59](1777 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [25:11, 22:11] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:21, 03:26](1869 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:10, 01:17] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [09:41, 01:15](254 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [09:28, 00:50](316 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [13:34, 00:32](311 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:38] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [10:38, 00:39](567 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [12:31, 00:22](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [24:11, 23:05] ( 1 warnings 612 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [14:19, 04:28](1998 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 12:57] ( 1 warnings 500 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [16:11, 05:51](1990 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 14:10] ( 9 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [17:40, 04:16](1861 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:12, 02:53](1089 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 05:33] ( 435 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [19:36, 05:46](1893 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 13:53] ( 1 warnings 521 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [16:24, 02:49](1910 MB) - -PASS -- COMPILE 'atmaero_intel' [17:11, 15:34] ( 1 warnings 414 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [27:21, 05:12](1982 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [20:06, 05:10](1767 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [26:03, 05:14](1792 MB) - -PASS -- COMPILE 'atmaq_intel' [14:11, 12:57] ( 1 warnings 599 remarks ) -PASS -- TEST 'regional_atmaq_intel' [38:35, 17:55](2908 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [42:22, 21:33](2913 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 05:09] ( 408 warnings 599 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [59:16, 39:49](2927 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:11, 12:35] ( 4 warnings 423 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [31:32, 13:41](1084 MB) +PASS -- COMPILE 's2swa_32bit_intel' [25:11, 24:09] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:47, 16:04](2121 MB) +PASS -- TEST 'cpld_control_gefs_intel' [35:26, 19:02](3059 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:07, 06:33](2736 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [35:55, 20:17](3075 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [26:11, 24:53] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:51, 22:46](1977 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:09, 24:16](2145 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:01, 09:23](1244 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:26, 10:32](2086 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [31:45, 27:19](1881 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [23:11, 21:43] ( 1 warnings 938 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:51, 12:23](2240 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [15:20, 07:26](1531 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:11, 05:19] ( 338 warnings 938 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [32:40, 12:10](2269 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 05:42] ( 360 warnings 2765 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [41:35, 22:51](1951 MB) + +PASS -- COMPILE 's2swa_intel' [26:11, 24:23] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [21:31, 18:03](2186 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:10, 16:38](2189 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:07, 08:18](1780 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [21:21, 17:32](2219 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:17, 09:03](1772 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:03, 12:17](2318 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [20:09, 16:45](2175 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [18:06, 14:29](2062 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [20:11, 16:46](2184 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [22:22, 17:11](2673 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:12, 09:14](2837 MB) + +PASS -- COMPILE 's2swal_intel' [26:11, 24:13] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [21:21, 17:55](2162 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [13:26, 09:29](1750 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [11:52, 08:29](2159 MB) + +PASS -- COMPILE 's2sw_intel' [24:11, 22:58] ( 1 warnings 1013 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:30, 15:58](1998 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:30, 06:19](2094 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 05:44] ( 359 warnings 2014 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [31:54, 14:10](2211 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:23] ( 359 warnings 1996 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [25:31, 07:42](2033 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [28:11, 23:04] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:45, 04:20](2079 MB) + +PASS -- COMPILE 's2swa_faster_intel' [29:11, 24:27] ( 1 warnings 1031 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [18:53, 15:50](2182 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [29:11, 24:01] ( 1 warnings 1037 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:42, 20:07](2027 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:15, 09:24](1257 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [26:42, 23:14](1945 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:10, 07:31](3048 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:07, 02:22](3049 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:10, 01:24](2491 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:44, 01:20](2241 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:43, 00:48](2246 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:49, 00:35](1559 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:33, 01:20](2244 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:32, 00:46](2244 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:39, 00:34](1558 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:33, 00:48](2169 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:43, 00:41](2166 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:36, 00:31](1506 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:11, 06:20] ( 360 warnings 2747 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [36:41, 28:49](2004 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [19:11, 14:59] ( 1 warnings 502 remarks ) +PASS -- TEST 'control_flake_intel' [05:30, 03:39](702 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:36, 02:28](1598 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:43, 02:37](1608 MB) +PASS -- TEST 'control_latlon_intel' [04:27, 02:34](1595 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:33, 02:35](1595 MB) +PASS -- TEST 'control_c48_intel' [10:36, 08:19](1714 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:31, 07:49](840 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:33, 08:32](1706 MB) +PASS -- TEST 'control_c192_intel' [09:53, 07:38](1784 MB) +PASS -- TEST 'control_c384_intel' [13:03, 09:13](2010 MB) +PASS -- TEST 'control_c384gdas_intel' [15:42, 10:01](1347 MB) +PASS -- TEST 'control_stochy_intel' [03:32, 01:47](662 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:44, 01:05](489 MB) +PASS -- TEST 'control_lndp_intel' [03:34, 01:41](662 MB) +PASS -- TEST 'control_iovr4_intel' [04:28, 02:39](661 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:54, 03:08](953 MB) +PASS -- TEST 'control_iovr5_intel' [04:41, 02:36](660 MB) +PASS -- TEST 'control_p8_intel' [05:51, 02:59](1885 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:29, 04:07](1885 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:30, 04:10](1890 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:33, 03:36](1910 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:56, 04:09](1927 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [07:31, 02:58](2405 MB) +PASS -- TEST 'control_restart_p8_intel' [05:02, 01:45](1134 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:49, 03:55](1878 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:56, 01:42](1120 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:17, 03:00](1882 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:32, 03:23](1972 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:51, 05:05](1894 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:25, 04:25](1952 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:28, 03:09](1892 MB) +PASS -- TEST 'merra2_thompson_intel' [07:41, 04:39](1895 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [08:19, 05:28](1903 MB) +PASS -- TEST 'regional_control_intel' [07:45, 06:02](1087 MB) +PASS -- TEST 'regional_restart_intel' [05:40, 03:15](1103 MB) +PASS -- TEST 'regional_decomp_intel' [08:42, 06:20](1077 MB) +PASS -- TEST 'regional_2threads_intel' [05:40, 04:03](1027 MB) +PASS -- TEST 'regional_noquilt_intel' [08:02, 05:59](1367 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:43, 05:59](1091 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:42, 06:00](1084 MB) +PASS -- TEST 'regional_wofs_intel' [09:44, 07:31](1907 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [16:11, 13:42] ( 1 warnings 482 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:31, 04:20](1927 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 12:40] ( 4 warnings 449 remarks ) +PASS -- TEST 'rap_control_intel' [07:18, 04:10](1043 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:13, 05:10](1358 MB) +PASS -- TEST 'rap_decomp_intel' [06:58, 04:20](1037 MB) +PASS -- TEST 'rap_2threads_intel' [07:00, 04:24](1128 MB) +PASS -- TEST 'rap_restart_intel' [05:39, 02:19](1008 MB) +PASS -- TEST 'rap_sfcdiff_intel' [06:25, 04:09](1046 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:02, 04:20](1038 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:53, 02:15](1012 MB) +PASS -- TEST 'hrrr_control_intel' [07:10, 04:23](1044 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:03, 04:07](1032 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:07, 04:10](1125 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:32, 02:12](959 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:26, 07:27](1042 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:34, 09:07](2002 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:32, 08:48](2017 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 12:53] ( 1 warnings 418 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:45, 06:09](1046 MB) +PASS -- TEST 'control_ras_intel' [05:27, 03:20](751 MB) + +PASS -- COMPILE 'wam_intel' [13:11, 12:00] ( 1 warnings 396 remarks ) +PASS -- TEST 'control_wam_intel' [14:52, 12:11](1668 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [14:11, 12:19] ( 1 warnings 412 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:23, 03:07](1887 MB) +PASS -- TEST 'regional_control_faster_intel' [07:45, 06:02](1079 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 06:18] ( 419 warnings 590 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:33, 02:16](1621 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:32, 02:20](1626 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:25, 03:02](830 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:26, 02:44](833 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:42, 05:07](1150 MB) +PASS -- TEST 'control_ras_debug_intel' [04:26, 02:47](843 MB) +PASS -- TEST 'control_diag_debug_intel' [04:39, 02:46](1683 MB) +PASS -- TEST 'control_debug_p8_intel' [05:52, 03:25](1918 MB) +PASS -- TEST 'regional_debug_intel' [23:45, 21:21](1100 MB) +PASS -- TEST 'rap_control_debug_intel' [06:27, 04:58](1225 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:28, 04:47](1217 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:28, 05:25](1222 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:24, 04:58](1218 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:24, 04:59](1226 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:35, 05:09](1301 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 04:57](1222 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 05:02](1222 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:26, 04:55](1223 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:25, 04:54](1223 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:51](1222 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:24, 04:57](1221 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:23, 08:00](1206 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:29, 04:53](1218 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:23, 04:59](1211 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:15] ( 380 warnings 396 remarks ) +PASS -- TEST 'control_wam_debug_intel' [14:54, 12:52](1698 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:10, 12:53] ( 4 warnings 416 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:00, 04:57](1240 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:20, 03:43](945 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:44, 03:34](936 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:22, 03:57](971 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:26, 03:48](986 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:05, 03:44](917 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:32, 02:03](894 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:38, 02:01](882 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:10, 12:24] ( 4 warnings 393 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:27, 03:41](1325 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:07, 01:28](1233 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:11, 03:44](1350 MB) +PASS -- TEST 'conus13km_restart_intel' [09:00, 02:08](1201 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:10, 12:35] ( 4 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:55, 04:22](1016 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:40] ( 313 warnings 422 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:29, 04:50](1098 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:26, 04:43](1096 MB) +PASS -- TEST 'conus13km_debug_intel' [24:57, 22:32](1365 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [23:57, 22:02](1062 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:49, 21:39](1273 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [24:49, 23:08](1398 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:45, 22:50](1414 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:13] ( 313 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:29, 05:04](1179 MB) + +PASS -- COMPILE 'hafsw_intel' [20:11, 18:46] ( 1 warnings 696 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:56, 04:32](904 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [11:23, 07:02](1108 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:28, 04:14](1213 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [35:58, 29:41](991 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:57, 06:24](480 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:02, 07:17](506 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:49, 03:12](362 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:58, 07:59](426 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:51, 04:13](523 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:53, 04:05](529 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:22](394 MB) +PASS -- TEST 'gnv1_nested_intel' [10:43, 03:46](1735 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 15:35] ( 1 warnings 929 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:04, 11:24](720 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:10, 13:58] ( 1 warnings 638 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [13:06, 06:31](967 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [14:03, 06:31](952 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [25:11, 23:42] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:20, 03:28](1880 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 02:24](1815 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:17, 03:06](1126 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [09:19, 03:11](1132 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:18, 03:07](1131 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [09:19, 03:25](1877 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [09:18, 03:30](1869 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [09:20, 03:06](1131 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:15, 07:38](1658 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:24, 07:13](1037 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:16, 03:27](1871 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:22, 05:53](4829 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:19, 05:56](4829 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 04:13] ( 2 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:18, 06:59](1780 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [25:11, 23:48] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:18, 03:25](1874 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:14] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:33, 01:14](249 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:46](318 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:30](314 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:33] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:29, 00:38](563 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:36, 00:25](457 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [24:11, 22:05] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:13, 03:44](1994 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:16, 12:34] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:09, 04:46](1993 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 14:16] ( 9 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [06:28, 03:33](1865 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:58, 02:02](1112 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:12, 05:50] ( 424 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:22, 04:53](1889 MB) + +PASS -- COMPILE 'atmw_intel' [15:12, 13:14] ( 1 warnings 521 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:24, 02:01](1912 MB) + +PASS -- COMPILE 'atmaero_intel' [17:13, 15:31] ( 1 warnings 414 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:15, 04:17](1984 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:59, 05:09](1770 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:06, 05:10](1797 MB) + +PASS -- COMPILE 'atmaq_intel' [16:11, 14:23] ( 1 warnings 599 remarks ) +PASS -- TEST 'regional_atmaq_intel' [21:10, 17:56](2915 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [24:59, 22:02](2910 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:11, 05:06] ( 397 warnings 599 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [41:58, 39:10](2930 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:11, 11:54] ( 4 warnings 423 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:30, 13:48](1090 MB) SYNOPSIS: -Starting Date/Time: 20251104 21:25:47 -Ending Date/Time: 20251105 00:04:32 -Total Time: 02h:39m:43s -Compiles Completed: 43/43 -Tests Completed: 203/203 +Starting Date/Time: 20251106 22:37:27 +Ending Date/Time: 20251107 00:51:30 +Total Time: 02h:14m:50s +Compiles Completed: 44/44 +Tests Completed: 205/205 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index 75d86805c4..33d7cfe1ad 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: -7d9d5a0204fa4ed1f064766631d60277b7bb23ec +d94285557667099877d2feed3abaa92c1178c772 Submodule hashes used in testing: 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) @@ -19,19 +19,19 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 926d2c0a1455dcb6facca9935185b073e84e0538 UFSATM (remotes/origin/feature/gfs_interstitial_reset) + 83de45b8635d4afa8a4e12769e7d976912bb25d3 UFSATM (remotes/origin/sfc_v2_att) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4330557015e68c5cc6e883dfad9b642dc6630cf5 UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6481-g43305570) + a78d06b4d54e2794a85ca3309e056ee67d62ed84 UFSATM/ccpp/physics (EP4-2036-ga78d06b4) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) b0a1b0957d3b79d642f3c01e5cd9441936c7c832 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-429-gb0a1b09) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) - 4a5d595fdbf6c3d658f4becc045af1b6d0b65a5a UFSATM/upp (upp_v10.2.0-319-g4a5d595f) + 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 42429caffef8905bcab2b36692df1e0121e2e7de stochastic_physics (ufs-v2.0.0-290-g42429ca) + 508255586ebd7a666946060eb1e20d3a39d4ddb8 stochastic_physics (remotes/origin/feature/printmsgs) NOTES: @@ -40,499 +40,429 @@ 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-20251104 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/ursa/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2363547 +BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20251106 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_346205 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:16, 17:01] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:48, 06:22](2181 MB) -PASS -- TEST 'cpld_control_gefs_intel' [28:06, 19:33](3251 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [48:58, 06:24](2979 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [46:27, 31:46](3459 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:14, 13:01] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [11:41, 09:20](2057 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:58, 09:58](2623 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:53, 03:48](1501 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:55, 04:34](2357 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:39, 17:03](1991 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [15:15, 13:19] ( 1 warnings 1044 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:33, 09:39](1997 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:41] ( 371 warnings 2765 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:48, 13:17](2094 MB) - -PASS -- COMPILE 's2swa_intel' [16:15, 14:36] ( 1 warnings 1045 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:56, 07:18](2502 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:54, 06:45](2481 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:58, 03:35](2289 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:53, 06:47](2375 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:00, 03:33](2009 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [20:47, 15:37](3005 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [11:44, 06:42](2470 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [15:50, 11:36](2307 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:54, 06:39](2491 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:31, 17:53](3610 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [15:03, 12:08](3484 MB) - -PASS -- COMPILE 's2swal_intel' [15:15, 13:11] ( 1 warnings 1066 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [09:52, 07:10](2547 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:58, 03:45](2303 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:47, 05:29](3091 MB) - -PASS -- COMPILE 's2sw_intel' [14:15, 12:41] ( 1 warnings 1013 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 06:19](2108 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:46, 05:17](3001 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:40] ( 370 warnings 2014 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [11:56, 09:04](2392 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:43] ( 370 warnings 1996 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:45, 04:41](2114 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:14, 11:52] ( 1 warnings 949 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:45, 03:36](2193 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:16, 13:14] ( 1 warnings 1031 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [11:57, 06:33](2508 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:12, 15:52] ( 1 warnings 1037 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [11:44, 08:13](2161 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [05:56, 03:56](1665 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:39, 11:35](2093 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:34, 03:58](3033 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:28, 01:20](3019 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:29, 00:49](2468 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:24, 00:52](2213 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:24, 00:34](2211 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:25, 00:43](1533 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:26, 00:52](2213 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:26, 00:34](2209 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:25, 00:25](1533 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:28, 00:36](2139 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:24, 00:30](2138 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:25, 00:22](1486 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 02:53] ( 371 warnings 2747 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:39, 19:27](2197 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:13] ( 1 warnings 502 remarks ) -PASS -- TEST 'control_flake_intel' [06:19, 04:09](1357 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:20, 01:51](2203 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:22, 01:56](2237 MB) -PASS -- TEST 'control_latlon_intel' [04:20, 01:36](2243 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:21, 01:56](2222 MB) -PASS -- TEST 'control_c48_intel' [06:21, 04:28](1671 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:20, 04:09](804 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:21, 04:29](1673 MB) -PASS -- TEST 'control_c192_intel' [07:30, 05:01](1834 MB) -PASS -- TEST 'control_c384_intel' [13:26, 06:20](2110 MB) -PASS -- TEST 'control_c384gdas_intel' [12:47, 05:59](1955 MB) -PASS -- TEST 'control_stochy_intel' [03:17, 01:30](1301 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:19, 00:40](1218 MB) -PASS -- TEST 'control_lndp_intel' [06:20, 01:13](1308 MB) -PASS -- TEST 'control_iovr4_intel' [07:21, 01:40](1301 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:29, 02:02](1601 MB) -PASS -- TEST 'control_iovr5_intel' [06:24, 01:40](1297 MB) -PASS -- TEST 'control_p8_intel' [06:50, 01:59](2515 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:43, 02:07](2530 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:46, 02:13](2509 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:41, 02:02](2537 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:33, 02:17](2567 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:34, 10:19](2420 MB) -PASS -- TEST 'control_restart_p8_intel' [03:33, 01:13](1838 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:32, 02:02](2515 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:30, 01:14](1837 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:30, 02:07](2499 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:31, 01:41](2020 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:28, 03:34](2513 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:32, 02:40](2581 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:37, 02:10](2526 MB) -PASS -- TEST 'merra2_thompson_intel' [04:35, 02:20](2524 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:25, 03:45](2533 MB) -PASS -- TEST 'regional_control_intel' [05:26, 03:27](1713 MB) -PASS -- TEST 'regional_restart_intel' [05:27, 01:57](1688 MB) -PASS -- TEST 'regional_decomp_intel' [05:25, 03:32](1716 MB) -PASS -- TEST 'regional_2threads_intel' [04:25, 02:10](1573 MB) -PASS -- TEST 'regional_noquilt_intel' [05:26, 03:58](1994 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:39, 03:29](1710 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:48, 03:25](1717 MB) -PASS -- TEST 'regional_wofs_intel' [06:26, 04:15](2638 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [09:12, 06:39] ( 1 warnings 482 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:33, 02:42](2563 MB) - -PASS -- COMPILE 'rrfs_intel' [08:12, 05:59] ( 4 warnings 449 remarks ) -PASS -- TEST 'rap_control_intel' [04:24, 02:28](1780 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:46, 02:48](1598 MB) -PASS -- TEST 'rap_decomp_intel' [04:23, 02:42](1726 MB) -PASS -- TEST 'rap_2threads_intel' [03:27, 02:02](1182 MB) -PASS -- TEST 'rap_restart_intel' [03:32, 01:22](1765 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:27, 02:24](1769 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:23, 02:32](1722 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:28, 01:38](1771 MB) -PASS -- TEST 'hrrr_control_intel' [04:33, 02:19](1777 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:25, 02:26](1694 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:26, 01:53](1172 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:30, 01:17](1702 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:30, 04:17](1913 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:22, 05:52](2666 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:18, 05:41](2889 MB) - -PASS -- COMPILE 'csawmg_intel' [09:12, 06:18] ( 1 warnings 418 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:31, 04:29](1765 MB) -PASS -- TEST 'control_ras_intel' [03:21, 02:12](1602 MB) - -PASS -- COMPILE 'wam_intel' [08:12, 05:41] ( 1 warnings 396 remarks ) -PASS -- TEST 'control_wam_intel' [09:36, 07:46](2411 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [08:11, 05:51] ( 1 warnings 412 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:31, 02:05](2513 MB) -PASS -- TEST 'regional_control_faster_intel' [05:28, 03:29](1723 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 03:39] ( 430 warnings 590 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:37](2244 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:26, 01:42](2261 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:21, 02:22](1496 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:22, 02:09](1486 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:26, 03:33](1793 MB) -PASS -- TEST 'control_ras_debug_intel' [04:17, 02:22](1487 MB) -PASS -- TEST 'control_diag_debug_intel' [08:24, 06:31](2333 MB) -PASS -- TEST 'control_debug_p8_intel' [04:29, 02:35](2568 MB) -PASS -- TEST 'regional_debug_intel' [14:42, 12:24](1636 MB) -PASS -- TEST 'rap_control_debug_intel' [06:18, 04:09](1882 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:19, 03:31](1867 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:34](1868 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 03:53](1876 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:21, 03:31](1877 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:27, 04:01](1964 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 04:05](1872 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:17, 03:55](1877 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:37](1872 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:32](1877 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 03:51](1866 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:19, 03:35](1871 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:19, 05:41](1876 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:36](1872 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:17, 03:35](1875 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:27, 06:04](1879 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:12, 02:20] ( 391 warnings 396 remarks ) -PASS -- TEST 'control_wam_debug_intel' [11:35, 09:11](2307 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 06:03] ( 4 warnings 416 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 02:38](1490 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:27, 02:08](1750 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:24, 02:03](1710 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:22, 01:42](1075 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:21, 01:38](1052 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:23, 02:07](1664 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:10](1662 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:09](1651 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:11, 05:42] ( 4 warnings 393 remarks ) -PASS -- TEST 'conus13km_control_intel' [15:45, 13:29](1776 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:35, 00:50](1799 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:33, 01:52](1837 MB) -PASS -- TEST 'conus13km_restart_intel' [28:40, 08:46](1567 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 05:56] ( 4 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [12:28, 10:14](1917 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 02:21] ( 324 warnings 422 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:18, 03:29](1751 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:18, 03:23](1748 MB) -FAILED: TEST TIMED OUT -- TEST 'conus13km_debug_intel' [, ]( MB) -FAILED: TEST TIMED OUT -- TEST 'conus13km_debug_qr_intel' [, ]( MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:32, 08:27](1839 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [17:31, 15:19](1880 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:32, 15:03](1921 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 02:20] ( 324 warnings 416 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 03:27](1857 MB) - -PASS -- COMPILE 'hafsw_intel' [11:12, 08:41] ( 1 warnings 696 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:35, 02:39](1192 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [39:00, 03:58](1383 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [35:23, 02:20](1454 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [35:38, 32:44](1364 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:32, 03:16](799 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [38:37, 03:53](814 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [40:31, 01:33](533 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:55, 04:14](608 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [40:31, 02:29](752 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [39:34, 02:06](753 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [37:23, 00:44](531 MB) -PASS -- TEST 'gnv1_nested_intel' [39:47, 02:22](1778 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:01] ( 1 warnings 929 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [54:20, 17:33](1090 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 07:48] ( 1 warnings 638 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [40:36, 04:06](1311 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [40:01, 04:07](1296 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:14, 10:09] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [12:16, 10:23](1949 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [22:22, 05:21](1882 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 01:46](1206 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:16, 01:48](1206 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [18:15, 07:38](1201 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [12:18, 02:11](1940 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [12:15, 01:59](1949 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [10:15, 01:50](1197 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [37:56, 05:33](1836 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [36:51, 05:21](1383 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [08:13, 01:55](1949 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:15, 03:27](4787 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [10:16, 02:52](4787 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 02:24] ( 2 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [18:16, 10:13](1846 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:14, 10:28] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [10:16, 01:47](1938 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 00:41] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [24:28, 00:44](363 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [24:20, 00:32](620 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:20, 00:23](616 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:26, 11:07] ( 1 warnings 612 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [37:55, 22:04](2858 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:12, 05:59] ( 1 warnings 500 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [39:35, 23:36](2885 MB) - -PASS -- COMPILE 'atml_intel' [09:14, 06:46] ( 9 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [24:34, 02:21](1922 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:28, 01:23](1312 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:14, 03:09] ( 435 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [25:35, 03:35](1940 MB) - -PASS -- COMPILE 'atmw_intel' [10:23, 07:40] ( 1 warnings 521 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [24:33, 01:52](2688 MB) - -PASS -- COMPILE 'atmaero_intel' [10:16, 09:12] ( 1 warnings 414 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [22:51, 03:01](2025 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [27:32, 16:02](2406 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [22:32, 07:14](2438 MB) - -PASS -- COMPILE 'atmaq_intel' [07:16, 06:06] ( 1 warnings 599 remarks ) -PASS -- TEST 'regional_atmaq_intel' [21:35, 10:26](2876 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [17:03, 12:04](2875 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:34] ( 408 warnings 599 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [33:11, 27:24](2891 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:13, 06:04] ( 4 warnings 423 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [29:24, 27:12](1138 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:23, 13:29] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [11:46, 09:19](2053 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:21, 03:46] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:46, 13:28](2089 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [15:13, 13:55] -PASS -- TEST 'cpld_control_sfs_intelllvm' [13:31, 09:35](2005 MB) - -PASS -- COMPILE 's2swa_intelllvm' [15:24, 13:21] -PASS -- TEST 'cpld_control_p8_intelllvm' [10:53, 07:10](2530 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:23, 06:02] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:26, 02:07](1720 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:10, 05:39] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:28, 02:40](1817 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [12:12, 10:35] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [22:17, 21:07](1947 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:11, 02:37] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [09:16, 07:14](1852 MB) - -PASS -- COMPILE 'atm_gnu' [04:14, 03:03] -PASS -- TEST 'control_c48_gnu' [07:20, 06:05](1512 MB) -PASS -- TEST 'control_stochy_gnu' [04:16, 01:59](517 MB) -PASS -- TEST 'control_ras_gnu' [05:17, 03:11](520 MB) -PASS -- TEST 'control_p8_gnu' [04:38, 03:01](1444 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:33, 03:02](1463 MB) -PASS -- TEST 'control_flake_gnu' [05:18, 04:04](560 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:11, 02:59] -PASS -- TEST 'rap_control_gnu' [05:26, 03:26](852 MB) -PASS -- TEST 'rap_decomp_gnu' [05:23, 03:29](854 MB) -PASS -- TEST 'rap_2threads_gnu' [04:23, 02:41](910 MB) -PASS -- TEST 'rap_restart_gnu' [04:25, 01:50](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:26, 03:29](852 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:28, 03:27](853 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:25, 01:48](580 MB) -PASS -- TEST 'hrrr_control_gnu' [08:32, 03:20](856 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [08:22, 03:20](842 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [07:28, 02:33](900 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [06:30, 03:19](855 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:28, 01:50](580 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:19, 01:45](661 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:35, 06:17](852 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:15, 03:06] -PASS -- TEST 'control_csawmg_gnu' [09:30, 05:39](761 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:11, 04:52] -PASS -- TEST 'control_diag_debug_gnu' [04:24, 01:20](1287 MB) -PASS -- TEST 'regional_debug_gnu' [08:29, 05:44](763 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:18, 01:50](861 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:17, 01:47](863 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:48](866 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:51](865 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:33, 02:04](946 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:25, 02:50](859 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 01:50](861 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:17, 01:08](506 MB) -PASS -- TEST 'control_stochy_debug_gnu' [04:17, 01:11](496 MB) -PASS -- TEST 'control_debug_p8_gnu' [04:28, 01:29](1462 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:18, 01:58](861 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [05:23, 01:57](862 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:30, 03:01](872 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:25] -PASS -- TEST 'control_wam_debug_gnu' [06:37, 04:39](1309 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 02:38] -PASS -- TEST 'control_csawmg_debug_gnu' [04:26, 01:45](741 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:45] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:24, 03:15](709 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:22, 03:10](712 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:26, 02:33](739 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:45, 02:25](732 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 03:12](712 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [12:28, 08:47](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [07:24, 01:40](556 MB) -PASS -- TEST 'conus13km_control_gnu' [04:50, 03:05](905 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:40, 01:12](905 MB) -PASS -- TEST 'conus13km_decomp_gnu' [05:35, 03:11](908 MB) -PASS -- TEST 'conus13km_restart_gnu' [06:40, 01:45](586 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:11, 06:07] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:29, 03:43](736 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:11, 04:59] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 01:52](717 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:46](720 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:32, 07:19](923 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:32, 07:08](650 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:30, 04:04](921 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [09:30, 07:14](927 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [11:31, 07:10](990 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 05:24] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [07:18, 01:54](744 MB) - -PASS -- COMPILE 's2swa_gnu' [12:11, 10:58] -PASS -- TEST 'cpld_control_p8_gnu' [13:59, 07:38](1605 MB) - -PASS -- COMPILE 's2s_gnu' [13:11, 10:21] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [12:49, 06:53](1569 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:06] -PASS -- TEST 'cpld_debug_p8_gnu' [11:47, 04:46](1610 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [13:11, 10:52] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [11:40, 08:57](1589 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 01:49] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:37, 06:32](1568 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [12:11, 09:52] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:08](1513 MB) +PASS -- COMPILE 's2swa_32bit_intel' [24:11, 22:18] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:46, 06:16](2192 MB) +PASS -- TEST 'cpld_control_gefs_intel' [29:37, 20:24](3255 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [20:17, 06:05](2953 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [41:26, 32:54](3458 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [24:11, 22:55] ( 1 warnings 1044 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [11:43, 09:16](2053 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:55, 10:03](2644 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [05:49, 03:50](1490 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:58, 04:34](2333 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:39, 16:50](1998 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [13:11, 11:41] ( 1 warnings 938 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [12:18, 08:19](2410 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [09:21, 04:27](1888 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:08] ( 338 warnings 938 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [12:24, 08:36](2408 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:28] ( 360 warnings 2765 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [16:50, 13:36](2083 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 14:11] ( 1 warnings 1045 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:55, 07:07](2538 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:55, 06:36](2503 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:54, 03:39](2246 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:52, 06:43](2363 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:53, 03:36](1994 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:44, 15:21](2998 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:52, 06:45](2459 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:52, 11:29](2329 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:55, 06:42](2511 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:33, 18:15](3602 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:59, 11:49](3484 MB) + +PASS -- COMPILE 's2swal_intel' [15:11, 13:31] ( 1 warnings 1066 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [09:52, 07:10](2486 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:02, 03:41](2302 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:46, 05:43](3148 MB) + +PASS -- COMPILE 's2sw_intel' [22:11, 20:15] ( 1 warnings 1013 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 06:19](2087 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:52, 04:52](2986 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:17] ( 359 warnings 2014 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:00, 08:58](2385 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:24] ( 359 warnings 1996 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:48, 04:49](2098 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:10, 12:10] ( 1 warnings 949 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:48, 03:32](2162 MB) + +PASS -- COMPILE 's2swa_faster_intel' [15:10, 13:23] ( 1 warnings 1031 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [08:51, 06:44](2521 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:11, 23:05] ( 1 warnings 1037 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:45, 08:16](2168 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [05:46, 03:54](1679 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [13:39, 11:36](2099 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [05:38, 04:00](3035 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:28, 01:21](3020 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:29, 01:39](2454 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [15:25, 13:25](2216 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:24, 00:33](2214 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:28, 00:33](1532 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:24, 00:50](2211 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:24, 00:31](2210 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:25, 00:25](1534 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:24, 00:33](2140 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:24, 00:27](2137 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:25, 00:37](1491 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:27] ( 360 warnings 2747 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:41, 19:46](2193 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:10, 07:07] ( 1 warnings 502 remarks ) +PASS -- TEST 'control_flake_intel' [04:19, 02:27](1350 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:20, 01:32](2215 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:22, 01:41](2217 MB) +PASS -- TEST 'control_latlon_intel' [03:19, 01:51](2233 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:21, 01:41](2218 MB) +PASS -- TEST 'control_c48_intel' [06:20, 04:13](1670 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:19, 04:01](810 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:20, 04:28](1672 MB) +PASS -- TEST 'control_c192_intel' [06:31, 04:43](1814 MB) +PASS -- TEST 'control_c384_intel' [08:10, 05:22](2133 MB) +PASS -- TEST 'control_c384gdas_intel' [09:49, 06:04](1924 MB) +PASS -- TEST 'control_stochy_intel' [04:18, 02:35](1305 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:17, 00:43](1220 MB) +PASS -- TEST 'control_lndp_intel' [02:18, 01:07](1296 MB) +PASS -- TEST 'control_iovr4_intel' [03:19, 01:40](1307 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:30, 02:05](1609 MB) +PASS -- TEST 'control_iovr5_intel' [03:19, 01:42](1303 MB) +PASS -- TEST 'control_p8_intel' [03:36, 02:05](2516 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:43, 02:09](2538 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:34, 02:19](2520 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:36, 02:02](2539 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:37, 02:08](2555 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:42, 10:32](2386 MB) +PASS -- TEST 'control_restart_p8_intel' [03:33, 01:16](1846 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:36, 02:00](2505 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:33, 01:13](1865 MB) +PASS -- TEST 'control_decomp_p8_intel' [13:37, 11:47](2518 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:36, 01:41](2022 MB) +PASS -- TEST 'control_p8_lndp_intel' [17:33, 16:10](2521 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:35, 02:38](2585 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:37, 02:06](2534 MB) +PASS -- TEST 'merra2_thompson_intel' [04:35, 02:21](2547 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:37](2533 MB) +PASS -- TEST 'regional_control_intel' [05:28, 03:25](1711 MB) +PASS -- TEST 'regional_restart_intel' [03:28, 01:56](1679 MB) +PASS -- TEST 'regional_decomp_intel' [05:25, 03:35](1725 MB) +PASS -- TEST 'regional_2threads_intel' [03:25, 02:05](1567 MB) +PASS -- TEST 'regional_noquilt_intel' [05:37, 03:34](1994 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:26, 03:26](1703 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:25, 03:24](1722 MB) +PASS -- TEST 'regional_wofs_intel' [06:24, 04:18](2640 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:34] ( 1 warnings 482 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:35, 02:34](2545 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 06:20] ( 4 warnings 449 remarks ) +PASS -- TEST 'rap_control_intel' [04:31, 02:27](1776 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:44, 02:36](1625 MB) +PASS -- TEST 'rap_decomp_intel' [04:22, 02:46](1710 MB) +PASS -- TEST 'rap_2threads_intel' [03:22, 02:01](1180 MB) +PASS -- TEST 'rap_restart_intel' [03:25, 01:20](1756 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:28, 02:44](1771 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:45, 02:39](1729 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:24, 01:20](1736 MB) +PASS -- TEST 'hrrr_control_intel' [04:24, 02:20](1783 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:22, 02:36](1692 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:25, 01:54](1174 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:17](1699 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:30, 04:30](1914 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:18, 05:47](2643 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:18, 05:27](2914 MB) + +PASS -- COMPILE 'csawmg_intel' [08:10, 06:30] ( 1 warnings 418 remarks ) +PASS -- TEST 'control_csawmg_intel' [06:27, 04:32](1773 MB) +PASS -- TEST 'control_ras_intel' [04:16, 02:31](1586 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:36] ( 1 warnings 396 remarks ) +PASS -- TEST 'control_wam_intel' [09:36, 07:49](2413 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:41] ( 1 warnings 412 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:33, 02:08](2513 MB) +PASS -- TEST 'regional_control_faster_intel' [05:27, 03:25](1709 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:28] ( 419 warnings 590 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:19, 01:38](2247 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:19, 01:38](2243 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:22](1489 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:15](1482 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:26, 03:09](1789 MB) +PASS -- TEST 'control_ras_debug_intel' [03:15, 02:01](1490 MB) +PASS -- TEST 'control_diag_debug_intel' [03:22, 02:06](2325 MB) +PASS -- TEST 'control_debug_p8_intel' [03:28, 02:02](2547 MB) +PASS -- TEST 'regional_debug_intel' [13:26, 11:59](1643 MB) +PASS -- TEST 'rap_control_debug_intel' [05:17, 03:52](1876 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:16, 03:28](1870 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 03:49](1877 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:16, 03:32](1859 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:42](1877 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:23, 04:03](1961 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 03:58](1887 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:38](1875 MB) +PASS -- TEST 'rap_lndp_debug_intel' [11:19, 09:32](1881 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 04:04](1875 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:29](1872 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 03:45](1864 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 05:37](1864 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 03:34](1876 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:17, 03:36](1882 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:26, 06:06](1878 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:14] ( 380 warnings 396 remarks ) +PASS -- TEST 'control_wam_debug_intel' [11:33, 10:07](2297 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:45] ( 4 warnings 416 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 02:27](1482 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:24, 02:22](1747 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:20, 04:44](1719 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:21, 01:41](1072 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:23, 01:37](1056 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [12:23, 10:47](1660 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:25, 01:10](1645 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:19, 03:13](1624 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:11, 05:56] ( 4 warnings 393 remarks ) +PASS -- TEST 'conus13km_control_intel' [14:44, 12:35](1779 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:35, 00:49](1799 MB) +PASS -- TEST 'conus13km_decomp_intel' [13:36, 12:06](1795 MB) +PASS -- TEST 'conus13km_restart_intel' [11:58, 08:30](1561 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:11, 05:55] ( 4 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:27, 02:46](1791 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:12] ( 313 warnings 422 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:40](1758 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:20, 03:38](1760 MB) +PASS -- TEST 'conus13km_debug_intel' [17:55, 15:45](1841 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:35, 14:51](1460 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:31, 08:21](1846 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:42, 15:16](1878 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:44, 14:32](1904 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [03:10, 02:06] ( 313 warnings 416 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:18, 03:38](1860 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 08:45] ( 1 warnings 696 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:36, 02:45](1194 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:52, 03:57](1402 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:21, 02:30](1472 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [36:53, 32:47](1359 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:31, 03:13](806 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:35, 03:58](826 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:27, 01:39](525 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:55, 04:34](613 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:41, 02:17](770 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:46, 02:17](752 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:21, 00:55](520 MB) +PASS -- TEST 'gnv1_nested_intel' [04:44, 02:24](1755 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:22] ( 1 warnings 929 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:29, 17:19](1101 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:11, 07:47] ( 1 warnings 638 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [05:37, 04:06](1315 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:43, 04:20](1280 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:11, 10:34] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 02:07](1930 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:17, 01:15](1886 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [13:19, 11:43](1202 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:41](1208 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:15, 02:10](1185 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 02:05](1944 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 01:54](1946 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:15, 01:47](1205 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:12, 05:42](1847 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:00, 05:23](1364 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 01:45](1945 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:17](4788 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:21, 03:38](4789 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:13] ( 2 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:28, 04:04](1855 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [15:11, 13:18] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:21, 02:05](1941 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:41] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:30, 00:48](365 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:27, 00:37](621 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:38, 00:26](618 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:10, 12:33] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:41, 02:36](2833 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 06:07] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [11:52, 09:55](2876 MB) + +PASS -- COMPILE 'atml_intel' [15:10, 13:12] ( 9 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:47, 02:58](1918 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:43, 01:25](1302 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:09] ( 424 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:39, 03:33](1952 MB) + +PASS -- COMPILE 'atmw_intel' [14:10, 12:18] ( 1 warnings 521 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:34, 01:51](2706 MB) + +PASS -- COMPILE 'atmaero_intel' [10:11, 08:56] ( 1 warnings 414 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:40, 03:04](1990 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [17:35, 15:14](2411 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [17:34, 15:12](2430 MB) + +PASS -- COMPILE 'atmaq_intel' [08:11, 06:39] ( 1 warnings 599 remarks ) +PASS -- TEST 'regional_atmaq_intel' [15:16, 10:07](2875 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [17:47, 12:27](2877 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:16] ( 397 warnings 599 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [31:37, 26:58](2889 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:31] ( 4 warnings 423 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [30:55, 29:07](1138 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:13, 13:36] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [14:02, 09:30](2048 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:10, 03:15] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [17:49, 13:34](2098 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [14:10, 12:09] +PASS -- TEST 'cpld_control_sfs_intelllvm' [13:10, 08:29](2401 MB) + +PASS -- COMPILE 's2swa_intelllvm' [16:14, 14:26] +PASS -- TEST 'cpld_control_p8_intelllvm' [10:24, 07:13](2499 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:10, 05:49] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:40, 02:08](1749 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:10, 05:52] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:33, 02:39](1794 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [12:13, 10:42] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [13:18, 11:48](1941 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:10, 02:43] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [19:27, 17:49](1841 MB) + +PASS -- COMPILE 'atm_gnu' [04:10, 02:54] +PASS -- TEST 'control_c48_gnu' [07:21, 05:45](1513 MB) +PASS -- TEST 'control_stochy_gnu' [04:16, 02:19](515 MB) +PASS -- TEST 'control_ras_gnu' [05:21, 03:09](520 MB) +PASS -- TEST 'control_p8_gnu' [06:41, 03:03](1454 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:34, 03:06](1475 MB) +PASS -- TEST 'control_flake_gnu' [06:21, 04:01](560 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:10, 02:57] +PASS -- TEST 'rap_control_gnu' [05:23, 03:29](854 MB) +PASS -- TEST 'rap_decomp_gnu' [05:32, 03:28](854 MB) +PASS -- TEST 'rap_2threads_gnu' [04:25, 02:41](910 MB) +PASS -- TEST 'rap_restart_gnu' [03:38, 02:01](580 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:26, 03:27](854 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:22, 03:32](853 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:25, 01:52](579 MB) +PASS -- TEST 'hrrr_control_gnu' [05:26, 03:22](855 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:25, 03:21](840 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:22, 02:34](902 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:24, 03:19](857 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:21, 01:47](581 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:20, 01:51](668 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:37, 06:28](848 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 02:37] +PASS -- TEST 'control_csawmg_gnu' [07:26, 05:56](771 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:10, 04:59] +PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:32](1285 MB) +PASS -- TEST 'regional_debug_gnu' [08:06, 05:41](744 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:33, 01:49](862 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:21, 01:46](863 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 01:50](867 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:49](866 MB) +PASS -- TEST 'rap_diag_debug_gnu' [09:28, 07:23](947 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:18, 02:51](884 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:18, 01:50](863 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:11](506 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:13](498 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:31, 01:21](1462 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:18, 01:49](862 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:48](862 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:38, 02:59](873 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:24] +PASS -- TEST 'control_wam_debug_gnu' [06:35, 04:33](1311 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:35] +PASS -- TEST 'control_csawmg_debug_gnu' [03:27, 01:48](742 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:46] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:31, 03:14](709 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:28, 03:11](712 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:33, 02:29](739 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:23, 02:25](733 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:30, 03:11](712 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:23, 01:48](555 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:19, 01:39](558 MB) +PASS -- TEST 'conus13km_control_gnu' [04:51, 03:02](906 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:33, 01:10](908 MB) +PASS -- TEST 'conus13km_decomp_gnu' [28:51, 26:53](907 MB) +PASS -- TEST 'conus13km_restart_gnu' [14:40, 12:43](587 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [07:10, 06:04] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:26, 03:47](735 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 05:34] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 01:48](718 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:27, 01:50](720 MB) +PASS -- TEST 'conus13km_debug_gnu' [17:46, 15:29](911 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [25:46, 24:00](649 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:43, 04:07](907 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [09:47, 07:30](926 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [25:48, 23:31](991 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:12, 04:53] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:23, 01:51](744 MB) + +PASS -- COMPILE 's2swa_gnu' [12:28, 10:41] +PASS -- TEST 'cpld_control_p8_gnu' [10:04, 08:04](1603 MB) + +PASS -- COMPILE 's2s_gnu' [12:22, 10:40] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:05, 07:13](1554 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:11, 02:08] +PASS -- TEST 'cpld_debug_p8_gnu' [07:14, 04:42](1611 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [12:17, 11:00] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:58, 09:08](1579 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:59] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:55, 06:33](1566 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [11:18, 10:03] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [23:20, 21:39](1512 MB) SYNOPSIS: -Starting Date/Time: 20251105 16:03:31 -Ending Date/Time: 20251105 18:59:57 -Total Time: 02h:57m:11s -Compiles Completed: 66/66 -Tests Completed: 272/274 -Failed Tests: -* TEST conus13km_debug_intel: FAILED: TEST TIMED OUT --- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/ursa/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2363547/conus13km_debug_intel/err -* TEST conus13km_debug_qr_intel: FAILED: TEST TIMED OUT --- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/ursa/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2363547/conus13km_debug_qr_intel/err - -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: -7d9d5a0204fa4ed1f064766631d60277b7bb23ec - -Submodule hashes used in testing: - 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) - 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) - 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) - 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) - 9c8b26c2d870636f359f2ef62ef775639132b3ba MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10723-g9c8b26c2d) - 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 926d2c0a1455dcb6facca9935185b073e84e0538 UFSATM (remotes/origin/feature/gfs_interstitial_reset) - 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4330557015e68c5cc6e883dfad9b642dc6630cf5 UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6481-g43305570) - c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) - 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - b0a1b0957d3b79d642f3c01e5cd9441936c7c832 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-429-gb0a1b09) - 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) - 4a5d595fdbf6c3d658f4becc045af1b6d0b65a5a UFSATM/upp (upp_v10.2.0-319-g4a5d595f) --179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd --3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 42429caffef8905bcab2b36692df1e0121e2e7de stochastic_physics (ufs-v2.0.0-290-g42429ca) - - -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-20251104 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/ursa/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_734470 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: epic -* (-l) - USE CONFIG FILE: rt.conf.rerun -* (-e) - USE ECFLOW - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:11] ( 324 warnings 422 remarks ) -PASS -- TEST 'conus13km_debug_intel' [16:42, 14:44](1832 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [17:38, 15:29](1453 MB) - -SYNOPSIS: -Starting Date/Time: 20251105 20:58:15 -Ending Date/Time: 20251105 21:52:53 -Total Time: 00h:54m:42s -Compiles Completed: 1/1 -Tests Completed: 2/2 +Starting Date/Time: 20251107 20:54:37 +Ending Date/Time: 20251107 22:42:33 +Total Time: 01h:48m:30s +Compiles Completed: 67/67 +Tests Completed: 276/276 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 3a913bf6d6..86e6c505ad 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: -688be6f77e4325ed09c023c74ae506e6deca540c +4094ee7b06a871a2fe57a1233254219dfc19898e Submodule hashes used in testing: 9265006502a859d2d3f21029fbb86107ba50ce0e AQM (v0.2.0-54-g9265006) @@ -19,19 +19,19 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 926d2c0a1455dcb6facca9935185b073e84e0538 UFSATM (remotes/origin/feature/gfs_interstitial_reset) + 83de45b8635d4afa8a4e12769e7d976912bb25d3 UFSATM (remotes/origin/sfc_v2_att) 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - 4330557015e68c5cc6e883dfad9b642dc6630cf5 UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6481-g43305570) + a78d06b4d54e2794a85ca3309e056ee67d62ed84 UFSATM/ccpp/physics (EP4-2036-ga78d06b4) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) b0a1b0957d3b79d642f3c01e5cd9441936c7c832 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-429-gb0a1b09) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/develop-226-g38d2177a) - 4a5d595fdbf6c3d658f4becc045af1b6d0b65a5a UFSATM/upp (upp_v10.2.0-319-g4a5d595f) + 1a16f94d20898ff2ffcc3c8b6e036a9a16ed19a4 UFSATM/upp (upp_v10.2.0-327-g1a16f94d) -179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd 560cb9c0f9fdc8ec96f746576dcac6503ed14eef WW3 (6.07.1-495-g560cb9c0) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 42429caffef8905bcab2b36692df1e0121e2e7de stochastic_physics (ufs-v2.0.0-290-g42429ca) + 508255586ebd7a666946060eb1e20d3a39d4ddb8 stochastic_physics (remotes/origin/feature/printmsgs) NOTES: @@ -40,255 +40,259 @@ 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-20251104 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_338127 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20251106 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_422361 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:37, 16:18] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:06, 07:24](3349 MB) -PASS -- TEST 'cpld_control_gefs_intel' [50:32, 29:25](4118 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [30:27, 09:18](3914 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:37, 16:44] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:44, 14:16](1903 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:11, 17:02](1957 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [16:43, 11:48](1075 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [13:22, 07:20](1930 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:36, 18:10](1882 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:36, 16:50] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:39, 14:29](1904 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:20, 04:56] ( 363 warnings 1777 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:30, 20:31](1946 MB) - -PASS -- COMPILE 's2swa_intel' [18:36, 16:26] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:32, 08:38](3380 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:43, 08:41](3378 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:44, 05:58](3263 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:20, 08:40](3408 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:27, 05:41](3289 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:21, 07:57](3625 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:22, 09:37](3374 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:24, 08:31](3329 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:49, 09:03](3379 MB) - -PASS -- COMPILE 's2swal_intel' [17:36, 16:06] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:56, 09:31](3341 MB) - -PASS -- COMPILE 's2sw_intel' [16:35, 14:52] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:34, 05:57](1923 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:07, 07:55](1967 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [16:36, 14:26] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:43, 06:21](1980 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:34, 16:11] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:07, 10:00](3381 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [16:33, 15:16] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:24, 17:25](1926 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:50, 07:41](1103 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:41, 18:04](1894 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [10:14, 06:38](2887 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:02, 02:56](2894 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:47, 01:48](2312 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [07:34, 04:45](2110 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:25, 01:42](2113 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:13, 01:10](1488 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:25, 01:48](2108 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:24, 01:38](2110 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:15, 01:08](1486 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [04:23, 01:32](2039 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:25, 01:34](2039 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:13, 01:07](1394 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:20, 04:41] ( 363 warnings 1777 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:12, 24:49](1969 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:29, 10:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:45, 04:37](692 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:51, 04:44](1581 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:06, 04:06](1591 MB) -PASS -- TEST 'control_latlon_intel' [05:39, 02:34](1592 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:43, 02:50](1591 MB) -PASS -- TEST 'control_c48_intel' [09:04, 06:47](1600 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:01, 06:09](725 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [08:52, 06:41](1605 MB) -PASS -- TEST 'control_c192_intel' [10:25, 07:15](1711 MB) -PASS -- TEST 'control_c384_intel' [14:11, 09:41](2005 MB) -PASS -- TEST 'control_c384gdas_intel' [19:34, 10:46](1178 MB) -PASS -- TEST 'control_stochy_intel' [04:44, 01:55](640 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:00, 01:19](409 MB) -PASS -- TEST 'control_lndp_intel' [04:43, 01:49](653 MB) -PASS -- TEST 'control_iovr4_intel' [05:45, 02:54](644 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:17, 03:36](923 MB) -PASS -- TEST 'control_iovr5_intel' [05:53, 02:59](642 MB) -PASS -- TEST 'control_p8_intel' [08:18, 04:35](1863 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:02, 03:48](1867 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:35, 03:28](1870 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [07:31, 03:36](1885 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [08:09, 03:31](1888 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [08:22, 04:02](2442 MB) -PASS -- TEST 'control_restart_p8_intel' [07:49, 02:55](1018 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:29, 03:37](1864 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [08:03, 03:20](1017 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:47, 04:10](1857 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:15, 04:17](1939 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:11, 06:06](1874 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [10:23, 05:55](1922 MB) -PASS -- TEST 'control_p8_mynn_intel' [09:21, 04:28](1877 MB) -PASS -- TEST 'merra2_thompson_intel' [09:46, 04:42](1872 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [10:09, 06:22](1879 MB) -PASS -- TEST 'regional_control_intel' [09:02, 05:59](874 MB) -PASS -- TEST 'regional_restart_intel' [06:25, 03:29](885 MB) -PASS -- TEST 'regional_decomp_intel' [09:03, 07:01](876 MB) -PASS -- TEST 'regional_2threads_intel' [08:13, 05:21](993 MB) -PASS -- TEST 'regional_noquilt_intel' [09:02, 06:26](1185 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:25, 06:18](874 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:51, 06:17](875 MB) -PASS -- TEST 'regional_wofs_intel' [10:30, 07:11](1609 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:28, 10:38] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:54, 05:16](1887 MB) - -PASS -- COMPILE 'rrfs_intel' [10:26, 09:06] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [07:58, 04:45](1021 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:56, 05:01](1199 MB) -PASS -- TEST 'rap_decomp_intel' [09:35, 04:48](1018 MB) -PASS -- TEST 'rap_2threads_intel' [07:34, 03:46](1095 MB) -PASS -- TEST 'rap_restart_intel' [06:59, 03:21](773 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:18, 04:17](1021 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:53, 04:42](1020 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:34, 02:52](767 MB) -PASS -- TEST 'hrrr_control_intel' [08:01, 04:30](1012 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:02, 04:32](1016 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:42, 03:43](1079 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:51, 02:53](761 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:35, 07:42](1015 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:05, 09:36](1979 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:58, 09:46](1971 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:38, 16:34] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:35, 07:12](3347 MB) +PASS -- TEST 'cpld_control_gefs_intel' [34:41, 16:48](4110 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [28:31, 08:11](3920 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:37, 16:22] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:35, 13:44](1903 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:52, 14:39](1948 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:13, 06:50](1071 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [13:09, 07:10](1931 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:31, 15:39](1883 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [15:35, 13:54] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:39, 12:43](2195 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [13:51, 06:37](1375 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:24, 04:34] ( 334 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [19:44, 13:27](2242 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:24, 05:04] ( 352 warnings 1777 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:58, 20:28](1947 MB) + +PASS -- COMPILE 's2swa_intel' [18:37, 16:38] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:08, 08:33](3380 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:31, 08:48](3378 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:52, 05:12](3262 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [13:35, 08:46](3405 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:45, 05:15](3291 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:49, 08:08](3619 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [11:46, 08:46](3372 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:22, 07:08](3328 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:29, 08:47](3381 MB) + +PASS -- COMPILE 's2swal_intel' [18:39, 16:28] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:18, 08:54](3340 MB) + +PASS -- COMPILE 's2sw_intel' [16:37, 15:08] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:00, 05:10](1923 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:15, 07:52](1967 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:34, 14:13] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:21, 05:32](1979 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:39, 16:34] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [12:29, 08:32](3379 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:34, 15:49] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:23, 13:49](1927 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:23, 06:52](1104 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:23, 16:04](1894 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:42, 06:38](2889 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:35, 02:54](2897 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:39, 01:58](2313 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [05:00, 02:08](2111 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:59, 01:44](2114 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:14, 01:06](1490 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [04:59, 02:05](2109 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:59, 01:39](2111 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:15, 01:24](1487 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:59, 01:37](2041 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:59, 01:34](2039 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:14, 01:17](1396 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:21, 04:49] ( 352 warnings 1777 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:27, 24:41](1969 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:26, 10:41] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:50, 04:05](691 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:48, 02:33](1581 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:55, 02:53](1593 MB) +PASS -- TEST 'control_latlon_intel' [04:39, 02:38](1593 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:47, 02:51](1590 MB) +PASS -- TEST 'control_c48_intel' [09:00, 06:34](1600 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:00, 05:40](724 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:56, 06:33](1602 MB) +PASS -- TEST 'control_c192_intel' [10:20, 07:13](1716 MB) +PASS -- TEST 'control_c384_intel' [12:54, 08:36](2006 MB) +PASS -- TEST 'control_c384gdas_intel' [15:48, 09:05](1177 MB) +PASS -- TEST 'control_stochy_intel' [04:45, 01:51](643 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:52, 01:19](408 MB) +PASS -- TEST 'control_lndp_intel' [04:37, 01:52](651 MB) +PASS -- TEST 'control_iovr4_intel' [04:39, 02:40](640 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:13, 03:33](923 MB) +PASS -- TEST 'control_iovr5_intel' [04:41, 02:41](639 MB) +PASS -- TEST 'control_p8_intel' [07:49, 03:15](1864 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:00, 03:30](1867 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:27, 03:44](1870 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [07:29, 03:25](1884 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:53, 03:30](1889 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [06:10, 02:38](2442 MB) +PASS -- TEST 'control_restart_p8_intel' [06:37, 02:26](1018 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:08, 03:20](1864 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:49, 02:14](1016 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:48, 03:31](1857 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:23, 02:57](1940 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:25, 05:14](1873 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:32, 04:23](1921 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:20, 03:35](1877 MB) +PASS -- TEST 'merra2_thompson_intel' [08:46, 03:51](1871 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [09:30, 05:38](1878 MB) +PASS -- TEST 'regional_control_intel' [07:58, 05:33](875 MB) +PASS -- TEST 'regional_restart_intel' [06:00, 03:27](885 MB) +PASS -- TEST 'regional_decomp_intel' [07:57, 05:40](876 MB) +PASS -- TEST 'regional_2threads_intel' [05:51, 03:32](990 MB) +PASS -- TEST 'regional_noquilt_intel' [08:01, 05:35](1179 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:01, 05:29](873 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:59, 05:23](874 MB) +PASS -- TEST 'regional_wofs_intel' [09:00, 06:31](1610 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:27, 10:02] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:28, 04:09](1890 MB) + +PASS -- COMPILE 'rrfs_intel' [10:29, 08:57] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [07:36, 03:56](1022 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:31, 04:24](1200 MB) +PASS -- TEST 'rap_decomp_intel' [07:30, 04:00](1019 MB) +PASS -- TEST 'rap_2threads_intel' [07:01, 03:39](1094 MB) +PASS -- TEST 'rap_restart_intel' [06:36, 02:24](771 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:00, 04:03](1020 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:37, 04:06](1020 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:38, 02:45](763 MB) +PASS -- TEST 'hrrr_control_intel' [07:10, 03:48](1012 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:38, 03:52](1015 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:38, 03:35](1082 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:55, 02:10](762 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:25, 06:45](1016 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:48, 08:33](1979 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:44, 08:17](1967 MB) PASS -- COMPILE 'csawmg_intel' [10:25, 09:03] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:18, 07:41](961 MB) -PASS -- TEST 'control_ras_intel' [06:55, 04:17](674 MB) - -PASS -- COMPILE 'wam_intel' [10:25, 08:25] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:57, 12:13](1670 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:25, 08:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [08:41, 04:07](1861 MB) -PASS -- TEST 'regional_control_faster_intel' [09:16, 06:27](870 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:20, 05:05] ( 426 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:02, 03:23](1611 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:00, 03:34](1622 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:51, 03:40](827 MB) -PASS -- TEST 'control_lndp_debug_intel' [07:01, 03:34](829 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:26, 05:34](1114 MB) -PASS -- TEST 'control_ras_debug_intel' [06:00, 03:50](832 MB) -PASS -- TEST 'control_diag_debug_intel' [06:50, 03:52](1677 MB) -PASS -- TEST 'control_debug_p8_intel' [07:43, 04:19](1907 MB) -PASS -- TEST 'regional_debug_intel' [22:38, 20:02](930 MB) -PASS -- TEST 'rap_control_debug_intel' [08:47, 06:03](1199 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:54, 05:57](1190 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:55, 05:55](1194 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:47, 05:58](1198 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:15, 05:47](1202 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:21, 06:23](1285 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:03, 06:14](1201 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:57, 06:38](1202 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:45, 05:47](1199 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:41, 05:59](1202 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:42, 05:50](1202 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:41, 05:43](1198 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:58, 09:16](1198 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [10:45, 07:06](1198 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:41, 05:53](1201 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [15:00, 09:46](1204 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:18, 04:01] ( 388 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:50, 15:06](1709 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:25, 09:05] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:35, 04:26](1044 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:02, 03:51](892 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:45, 03:50](894 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:24, 03:17](950 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:31, 03:26](938 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:16, 04:13](894 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:01, 02:06](736 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:09, 02:05](726 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:25, 08:51] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [07:11, 03:20](1022 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:33, 01:43](1136 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:42, 03:23](1027 MB) -PASS -- TEST 'conus13km_restart_intel' [05:51, 02:11](689 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:28, 09:37] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:36, 04:56](923 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:19, 04:01] ( 321 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:01, 05:49](1076 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:01, 05:27](1074 MB) -PASS -- TEST 'conus13km_debug_intel' [27:03, 24:00](1099 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [27:04, 24:00](819 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:43, 13:28](1206 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [27:51, 24:29](1104 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:00, 24:08](1171 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:57] ( 321 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:01, 06:04](1109 MB) - -PASS -- COMPILE 'hafsw_intel' [15:36, 13:00] ( 1 warnings 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:04, 05:16](713 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [11:55, 07:57](921 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:48, 04:35](1052 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:37, 12:04](811 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:45, 05:54](466 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:46, 07:14](476 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:42, 03:10](379 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:14, 08:33](430 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:27, 04:11](501 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:53, 03:53](499 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:55, 01:42](410 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:31, 10:43] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:20, 05:54](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:30, 09:35] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:35, 06:54](760 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:22, 06:58](742 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:36, 14:25] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:42, 04:43](1914 MB) - -PASS -- COMPILE 'atml_intel' [12:32, 10:30] ( 9 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [07:23, 05:16] ( 431 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [17:35, 15:50] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [08:41, 04:53](3239 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:22, 05:17](3207 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:03, 05:20](3217 MB) - -PASS -- COMPILE 'atmaq_intel' [10:24, 09:06] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [23:18, 17:17](2399 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [25:36, 19:15](2443 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:18, 04:02] ( 405 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [46:31, 41:23](1875 MB) +PASS -- TEST 'control_csawmg_intel' [09:21, 06:46](959 MB) +PASS -- TEST 'control_ras_intel' [05:42, 03:35](672 MB) + +PASS -- COMPILE 'wam_intel' [09:26, 08:06] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:46, 12:13](1670 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:25, 08:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [07:31, 03:31](1862 MB) +PASS -- TEST 'regional_control_faster_intel' [08:09, 05:34](869 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:21, 04:49] ( 415 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:52, 02:51](1613 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:55, 03:02](1622 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:42, 03:37](830 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:38, 03:21](829 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:09, 05:14](1115 MB) +PASS -- TEST 'control_ras_debug_intel' [05:42, 03:24](833 MB) +PASS -- TEST 'control_diag_debug_intel' [05:49, 03:29](1678 MB) +PASS -- TEST 'control_debug_p8_intel' [06:16, 03:52](1908 MB) +PASS -- TEST 'regional_debug_intel' [21:26, 18:57](951 MB) +PASS -- TEST 'rap_control_debug_intel' [08:59, 05:51](1203 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:50, 05:38](1194 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:50, 05:40](1198 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:39, 05:51](1197 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:52, 05:48](1204 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:14, 06:06](1287 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:37, 05:57](1203 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:37, 05:54](1204 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:53, 05:49](1200 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:50, 05:40](1202 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:39, 05:37](1201 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:47, 05:52](1201 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:47, 08:29](1197 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:53, 05:56](1201 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:42, 05:49](1203 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:53, 09:42](1204 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:19, 03:32] ( 377 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:52, 14:27](1710 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:25, 08:18] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:43, 04:02](1050 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:06, 03:19](895 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:28, 03:13](893 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:46, 03:07](943 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:07, 02:49](934 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:06, 03:22](895 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:30, 01:55](730 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:53, 01:53](729 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:27, 08:13] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:02, 03:00](1021 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:29, 01:30](1135 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:43, 03:10](1026 MB) +PASS -- TEST 'conus13km_restart_intel' [04:32, 02:00](688 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:26, 08:43] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:18, 04:20](918 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:19, 03:51] ( 310 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:53, 05:34](1081 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:52, 05:28](1074 MB) +PASS -- TEST 'conus13km_debug_intel' [27:01, 23:51](1097 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [26:41, 24:07](820 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [16:14, 13:25](1202 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [26:54, 24:20](1091 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:36, 23:57](1172 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:44] ( 310 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:49, 05:43](1106 MB) + +PASS -- COMPILE 'hafsw_intel' [13:33, 12:19] ( 1 warnings 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:27, 04:49](708 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:29, 05:53](926 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:44, 03:51](1052 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:20, 11:54](805 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:22, 05:55](469 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:44, 06:56](475 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:20, 03:22](378 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:46, 08:20](428 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:12, 04:06](499 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:30, 03:50](498 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:47, 01:44](409 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:32, 10:30] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:53, 05:48](778 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:28, 09:03] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:18, 06:51](764 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:12, 07:00](740 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:34, 13:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:22, 04:14](1913 MB) + +PASS -- COMPILE 'atml_intel' [11:29, 10:06] ( 9 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:25, 04:29] ( 420 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [17:32, 15:45] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:38, 04:54](3238 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:06, 05:07](3205 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:02, 05:12](3216 MB) + +PASS -- COMPILE 'atmaq_intel' [10:25, 08:53] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [21:54, 15:43](2389 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [23:35, 18:31](2450 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:41] ( 394 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [45:48, 40:55](1956 MB) SYNOPSIS: -Starting Date/Time: 20251105 14:45:47 -Ending Date/Time: 20251105 16:44:22 -Total Time: 01h:59m:51s -Compiles Completed: 33/33 -Tests Completed: 170/170 +Starting Date/Time: 20251107 14:55:35 +Ending Date/Time: 20251107 16:50:30 +Total Time: 01h:56m:18s +Compiles Completed: 34/34 +Tests Completed: 172/172 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/parm/diag_table/diag_table_cpld_sfs.IN b/tests/parm/diag_table/diag_table_cpld_sfs.IN deleted file mode 100644 index ad33b77477..0000000000 --- a/tests/parm/diag_table/diag_table_cpld_sfs.IN +++ /dev/null @@ -1,331 +0,0 @@ -@[SYEAR]@[SMONTH]@[SDAY].@[SHOUR]Z.@[ATMRES].64bit.non-mono -@[SYEAR] @[SMONTH] @[SDAY] @[SHOUR] 0 0 - -"fv3_history", 0, "hours", 1, "hours", "time" -"fv3_history2d", 0, "hours", 1, "hours", "time" -###################### -"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", 6, "hours", 1, "hours", "time", 6, "hours", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" -"@[MOM6_OUTPUT_DIR]/SST%4yr%2mo%2dy", 1, "days", 1, "days", "time", 1, "days", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" -"@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", 3, "hours", 1, "days", "time", 1, "days", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" -############################################## -# static fields - "ocean_model", "geolon", "geolon", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "geolat", "geolat", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "geolon_c", "geolon_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "geolat_c", "geolat_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "geolon_u", "geolon_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "geolat_u", "geolat_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "geolon_v", "geolon_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "geolat_v", "geolat_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 -# "ocean_model", "depth_ocean", "depth_ocean", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 -# "ocean_model", "wet", "wet", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "wet_c", "wet_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "wet_u", "wet_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "wet_v", "wet_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "sin_rot", "sin_rot", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - "ocean_model", "cos_rot", "cos_rot", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 - -# ocean output TSUV and others - "ocean_model", "SSH", "SSH", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "SST", "SST", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "SSS", "SSS", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "speed", "speed", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "SSU", "SSU", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "SSV", "SSV", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "frazil", "frazil", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "ePBL_h_ML", "ePBL", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "MLD_003", "MLD_003", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "MLD_0125", "MLD_0125", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "tob", "tob", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - -# save daily SST - "ocean_model", "geolon", "geolon", "@[MOM6_OUTPUT_DIR]/SST%4yr%2mo%2dy", "all", .false., "none", 2 - "ocean_model", "geolat", "geolat", "@[MOM6_OUTPUT_DIR]/SST%4yr%2mo%2dy", "all", .false., "none", 2 - "ocean_model", "SST", "sst", "@[MOM6_OUTPUT_DIR]/SST%4yr%2mo%2dy", "all", .true., "none", 2 - -# Z-Space Fields Provided for CMIP6 (CMOR Names): -#=============================================== - "ocean_model_z","uo","uo" ,"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model_z","vo","vo" ,"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model_z","so","so" ,"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model_z","temp","temp" ,"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - -# forcing - "ocean_model", "taux", "taux", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "tauy", "tauy", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "latent", "latent", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "sensible", "sensible", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "SW", "SW", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "LW", "LW", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "evap", "evap", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "lprec", "lprec", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "lrunoff", "lrunoff", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 -# "ocean_model", "frunoff", "frunoff", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "fprec", "fprec", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "LwLatSens", "LwLatSens", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - "ocean_model", "Heat_PmE", "Heat_PmE", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 - -# Scalar fields for run-time monitoring: -"ocean_model", "masso", "masso", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean masscello -"ocean_model", "thetaoga", "thetaoga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean theta -"ocean_model", "soga", "soga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean salinity -"ocean_model", "tosga", "tosga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # area mean SST -"ocean_model", "sosga", "sosga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # area mean SSS -"ocean_model", "volo", "volo", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # ocean volume -"ocean_model", "ssh_ga", "ssh_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean ssh -"ocean_model", "prcme_ga", "prcme_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean prcme -"ocean_model", "precip_ga", "precip_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean precip -"ocean_model", "evap_ga", "evap_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean evaporation -"ocean_model", "net_heat_coupler_ga", "net_heat_coupler_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean net heat coupler -"ocean_model", "net_heat_surface_ga", "net_heat_surface_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean net heat surface -"ocean_model", "sens_ga", "sens_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean sensible heat -"ocean_model", "LwLatSens_ga", "LwLatSens_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean LW + latent + sensible -"ocean_model", "sw_ga", "sw_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean SW -"ocean_model", "lw_ga", "lw_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean LW -"ocean_model", "lat_ga", "lat_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean latent -# -### -# FV3 variabls needed for NGGPS evaluation -### -"gfs_dyn", "ucomp", "ugrd", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "vcomp", "vgrd", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "sphum", "spfh", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "temp", "tmp", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "liq_wat", "clwmr", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "o3mr", "o3mr", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "omga", "omga", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "graupel", "grle", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 -#"gfs_dyn", "ice_nc", "nicp", "fv3_history", "all", .false., "none", 2 -#"gfs_dyn", "rain_nc", "ntrnc", "fv3_history", "all", .false., "none", 2 - -# chemical tracers advected by FV3 -"gfs_dyn", "so2", "so2", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "so4", "so4", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "dms", "dms", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "msa", "msa", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "bc1", "bc1", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "bc2", "bc2", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "oc1", "oc1", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "oc2", "oc2", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "dust1", "dust1", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "dust2", "dust2", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "dust3", "dust3", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "dust4", "dust4", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "dust5", "dust5", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "seas1", "seas1", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "seas2", "seas2", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "seas3", "seas3", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "seas4", "seas4", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "seas5", "seas5", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "nh3", "nh3", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "nh4a", "nh4a", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "no3an1", "no3an1", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "no3an2", "no3an2", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "no3an3", "no3an3", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "pm25", "pm25", "fv3_history", "all", .false., "none", 2 -"gfs_dyn", "pm10", "pm10", "fv3_history", "all", .false., "none", 2 - -"gfs_phys", "frzr", "frzr", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "frzrb", "frzrb", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "frozr", "frozr", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "frozrb", "frozrb", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "tsnowp", "tsnowp", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "tsnowpb", "tsnowpb", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "rhonewsn", "rhonewsn", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "ALBDO_ave", "albdo_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "cnvprcp_ave", "cprat_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "cnvprcpb_ave", "cpratb_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "totprcp_ave", "prate_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "totprcpb_ave", "prateb_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "DLWRF", "dlwrf_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "DLWRFI", "dlwrf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "ULWRF", "ulwrf_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "ULWRFI", "ulwrf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "DSWRF", "dswrf_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "DSWRFI", "dswrf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "USWRF", "uswrf_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "USWRFI", "uswrf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "DSWRFtoa", "dswrf_avetoa","fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "USWRFtoa", "uswrf_avetoa","fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "ULWRFtoa", "ulwrf_avetoa","fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "gflux_ave", "gflux_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "hpbl", "hpbl", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "lhtfl_ave", "lhtfl_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "shtfl_ave", "shtfl_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "pwat", "pwat", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "soilm", "soilm", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TCDC_aveclm", "tcdc_aveclm", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TCDC_avebndcl", "tcdc_avebndcl", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TCDC_avehcl", "tcdc_avehcl", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TCDC_avelcl", "tcdc_avelcl", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TCDC_avemcl", "tcdc_avemcl", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TCDCcnvcl", "tcdccnvcl", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "PREScnvclt", "prescnvclt", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "PREScnvclb", "prescnvclb", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "PRES_avehct", "pres_avehct", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "PRES_avehcb", "pres_avehcb", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TEMP_avehct", "tmp_avehct", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "PRES_avemct", "pres_avemct", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "PRES_avemcb", "pres_avemcb", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TEMP_avemct", "tmp_avemct", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "PRES_avelct", "pres_avelct", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "PRES_avelcb", "pres_avelcb", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "TEMP_avelct", "tmp_avelct", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "u-gwd_ave", "u-gwd_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "v-gwd_ave", "v-gwd_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "dusfc", "uflx_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "dvsfc", "vflx_ave", "fv3_history2d", "all", .false., "none", 2 -#"gfs_phys", "cnvw", "cnvcldwat", "fv3_history2d", "all", .false., "none", 2 - -"gfs_phys", "psurf", "pressfc", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "u10m", "ugrd10m", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "v10m", "vgrd10m", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "cldfra", "cldfra", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "crain", "crain", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "tprcp", "tprcp", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "hgtsfc", "orog", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "weasd", "weasd", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "f10m", "f10m", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "q2m", "spfh2m", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "t2m", "tmp2m", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "tsfc", "tmpsfc", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "vtype", "vtype", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "stype", "sotyp", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "slmsksfc", "land", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "vfracsfc", "veg", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "zorlsfc", "sfcr", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "uustar", "fricv", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "soilt1", "soilt1" "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "soilt2", "soilt2" "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "soilt3", "soilt3" "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "soilt4", "soilt4" "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "soilw1", "soilw1" "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "soilw2", "soilw2" "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "soilw3", "soilw3" "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "soilw4", "soilw4" "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "slc_1", "soill1", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "slc_2", "soill2", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "slc_3", "soill3", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "slc_4", "soill4", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "slope", "sltyp", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "alnsf", "alnsf", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "alnwf", "alnwf", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "alvsf", "alvsf", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "alvwf", "alvwf", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "canopy", "cnwat", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "facsf", "facsf", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "facwf", "facwf", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "ffhh", "ffhh", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "ffmm", "ffmm", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "fice", "icec", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "hice", "icetk", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "snoalb", "snoalb", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "shdmax", "shdmax", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "shdmin", "shdmin", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "snowd", "snod", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "tg3", "tg3", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "tisfc", "tisfc", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "tref", "tref", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "z_c", "zc", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "c_0", "c0", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "c_d", "cd", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "w_0", "w0", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "w_d", "wd", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "xt", "xt", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "xz", "xz", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "dt_cool", "dtcool", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "xs", "xs", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "xu", "xu", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "xv", "xv", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "xtts", "xtts", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "xzts", "xzts", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "d_conv", "dconv", "fv3_history2d", "all", .false., "none", 2 -"gfs_sfc", "qrain", "qrain", "fv3_history2d", "all", .false., "none", 2 - -"gfs_phys", "acond", "acond", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "cduvb_ave", "cduvb_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "cpofp", "cpofp", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "duvb_ave", "duvb_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "csdlf_ave", "csdlf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "csusf_ave", "csusf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "csusf_avetoa", "csusftoa", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "csdsf_ave", "csdsf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "csulf_ave", "csulf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "csulf_avetoa", "csulftoa", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "cwork_ave", "cwork_aveclm", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "evbs_ave", "evbs_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "evcw_ave", "evcw_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "fldcp", "fldcp", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "hgt_hyblev1", "hgt_hyblev1", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "spfh_hyblev1", "spfh_hyblev1", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "ugrd_hyblev1", "ugrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "vgrd_hyblev1", "vgrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "tmp_hyblev1", "tmp_hyblev1", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "gfluxi", "gflux", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "lhtfl", "lhtfl", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "shtfl", "shtfl", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "pevpr", "pevpr", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "pevpr_ave", "pevpr_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "sbsno_ave", "sbsno_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "sfexc", "sfexc", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "snohf", "snohf", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "snowc_ave", "snowc_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "spfhmax2m", "spfhmax_max2m", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "spfhmin2m", "spfhmin_min2m", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "tmpmax2m", "tmax_max2m", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "tmpmin2m", "tmin_min2m", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "ssrun_acc", "ssrun_acc", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "sunsd_acc", "sunsd_acc", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "watr_acc", "watr_acc", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "wilt", "wilt", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "vbdsf_ave", "vbdsf_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "vddsf_ave", "vddsf_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "nbdsf_ave", "nbdsf_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "nddsf_ave", "nddsf_ave", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "trans_ave", "trans_ave", "fv3_history2d", "all", .false., "none", 2 - -"gfs_phys", "AOD_550", "aod550", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "DU_AOD_550", "du_aod550", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "SU_AOD_550", "su_aod550", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "BC_AOD_550", "bc_aod550", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "OC_AOD_550", "oc_aod550", "fv3_history2d", "all", .false., "none", 2 -"gfs_phys", "SS_AOD_550", "ss_aod550", "fv3_history2d", "all", .false., "none", 2 -#============================================================================================= -# -#====> This file can be used with diag_manager/v2.0a (or higher) <==== -# -# -# FORMATS FOR FILE ENTRIES (not all input values are used) -# ------------------------ -# -#"file_name", output_freq, "output_units", format, "time_units", "long_name", -# -# -#output_freq: > 0 output frequency in "output_units" -# = 0 output frequency every time step -# =-1 output frequency at end of run -# -#output_units = units used for output frequency -# (years, months, days, minutes, hours, seconds) -# -#time_units = units used to label the time axis -# (days, minutes, hours, seconds) -# -# -# FORMAT FOR FIELD ENTRIES (not all input values are used) -# ------------------------ -# -#"module_name", "field_name", "output_name", "file_name" "time_sampling", time_avg, "other_opts", packing -# -#time_avg = .true. or .false. -# -#packing = 1 double precision -# = 2 float -# = 4 packed 16-bit integers -# = 8 packed 1-byte (not tested?) diff --git a/tests/parm/diag_table/diag_table_sfs.IN b/tests/parm/diag_table/diag_table_sfs.IN new file mode 100644 index 0000000000..609c2effdc --- /dev/null +++ b/tests/parm/diag_table/diag_table_sfs.IN @@ -0,0 +1,317 @@ +@[SYEAR]@[SMONTH]@[SDAY].@[SHOUR]Z.@[ATMRES].64bit.non-mono +@[SYEAR] @[SMONTH] @[SDAY] @[SHOUR] 0 0 + +"fv3_history", 0, "hours", 1, "hours", "time" +"fv3_history2d", 0, "hours", 1, "hours", "time" +###################### +"@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr" , @[MOM6_OUTPUT_FH], "hours", 1, "hours", "time", @[MOM6_OUTPUT_FH], "hours", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" +"@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", @[MOM6_OUTPUT_FH], "hours", 1, "hours", "time", @[MOM6_OUTPUT_FH], "hours", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" +############################################## + +############## +# Ocean fields +############## +# static fields + "ocean_model", "geolon", "geolon", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat", "geolat", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_c", "geolon_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_c", "geolat_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_u", "geolon_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_u", "geolat_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_v", "geolon_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_v", "geolat_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 +# "ocean_model", "depth_ocean", "depth_ocean", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 +# "ocean_model", "wet", "wet", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_c", "wet_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_u", "wet_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_v", "wet_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "sin_rot", "sin_rot", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "cos_rot", "cos_rot", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + +# ocean output TSUV and others + "ocean_model", "SSH", "SSH", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SST", "SST", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSS", "SSS", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "speed", "speed", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSU", "SSU", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSV", "SSV", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "frazil", "frazil", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "ePBL_h_ML", "ePBL", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "MLD_003", "MLD_003", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "MLD_0125", "MLD_0125", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "tob", "tob", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + +# Z-Space Fields Provided for CMIP6 (CMOR Names): +"ocean_model_z", "uo", "uo", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .true., "none", 2 +"ocean_model_z", "vo", "vo", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .true., "none", 2 +"ocean_model_z", "so", "so", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .true., "none", 2 +"ocean_model_z", "temp", "temp", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr", "all", .true., "none", 2 + +# forcing + "ocean_model", "taux", "taux", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "tauy", "tauy", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "latent", "latent", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "sensible", "sensible", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SW", "SW", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "LW", "LW", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "evap", "evap", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "lprec", "lprec", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "lrunoff", "lrunoff", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 +# "ocean_model", "frunoff", "frunoff", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "fprec", "fprec", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "LwLatSens", "LwLatSens", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "Heat_PmE", "Heat_PmE", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + +# scalar fields +"ocean_model", "masso", "masso", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean masscello +"ocean_model", "thetaoga", "thetaoga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean theta +"ocean_model", "soga", "soga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean salinity +"ocean_model", "tosga", "tosga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # area mean SST +"ocean_model", "sosga", "sosga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # area mean SSS +"ocean_model", "volo", "volo", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # ocean volume +"ocean_model", "ssh_ga", "ssh_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean ssh +"ocean_model", "prcme_ga", "prcme_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean prcme +"ocean_model", "precip_ga", "precip_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean precip +"ocean_model", "evap_ga", "evap_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean evaporation +"ocean_model", "net_heat_coupler_ga", "net_heat_coupler_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean net heat coupler +"ocean_model", "net_heat_surface_ga", "net_heat_surface_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean net heat surface +"ocean_model", "sens_ga", "sens_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean sensible heat +"ocean_model", "LwLatSens_ga", "LwLatSens_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean LW + latent + sensible +"ocean_model", "sw_ga", "sw_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean SW +"ocean_model", "lw_ga", "lw_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean LW +"ocean_model", "lat_ga", "lat_ga", "@[MOM6_OUTPUT_DIR]/ocn_scalar%4yr%2mo%2dy", "all", .true., "none",2 # global mean latent + +################### +# Atmosphere fields +################### +"gfs_dyn", "ucomp", "ugrd", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "vcomp", "vgrd", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "sphum", "spfh", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "temp", "tmp", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "liq_wat", "clwmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "graupel", "grle", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ice_nc", "nccice", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "rain_nc", "nconrd", "fv3_history", "all", .false., "none", 2 + +"gfs_dyn", "o3mr", "o3mr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "cld_amt", "cld_amt", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "delz", "delz", "fv3_history", "all", .false., "none", 2 +#"gfs_dyn", "pfhy", "preshy", "fv3_history", "all", .false., "none", 2 +#"gfs_dyn", "pfnh", "presnh", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "omga", "omga", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 +"gfs_phys", "refl_10cm", "refl_10cm", "fv3_history", "all", .false., "none", 2 + +"gfs_phys", "cldfra", "cldfra", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frzr", "frzr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frzrb", "frzrb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frozr", "frozr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frozrb", "frozrb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsnowp", "tsnowp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsnowpb", "tsnowpb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "rhonewsn", "rhonewsn", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ALBDO_ave", "albdo_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cnvprcp_ave", "cprat_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cnvprcpb_ave", "cpratb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "totprcp_ave", "prate_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "totprcpb_ave", "prateb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DLWRF", "dlwrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DLWRFI", "dlwrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRF", "ulwrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRFI", "ulwrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRF", "dswrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRFI", "dswrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRF", "uswrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRFI", "uswrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRFtoa", "dswrf_avetoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRFtoa", "uswrf_avetoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRFtoa", "ulwrf_avetoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "gflux_ave", "gflux_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "hpbl", "hpbl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lhtfl_ave", "lhtfl_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "shtfl_ave", "shtfl_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pwat", "pwat", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "soilm", "soilm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_aveclm", "tcdc_aveclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avebndcl", "tcdc_avebndcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avelcl", "tcdc_avelcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avemcl", "tcdc_avemcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avehcl", "tcdc_avehcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDCcnvcl", "tcdccnvcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avelct", "pres_avelct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avelcb", "pres_avelcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avemct", "pres_avemct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avemcb", "pres_avemcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avehct", "pres_avehct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avehcb", "pres_avehcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PREScnvclt", "prescnvclt", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PREScnvclb", "prescnvclb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avehct", "tmp_avehct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avemct", "tmp_avemct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avelct", "tmp_avelct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u-gwd_ave", "u-gwd_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v-gwd_ave", "v-gwd_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dusfc", "uflx_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvsfc", "vflx_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "acond", "acond", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cduvb_ave", "cduvb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cpofp", "cpofp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "duvb_ave", "duvb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csdlf_ave", "csdlf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csusf_ave", "csusf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csusf_avetoa", "csusftoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csdsf_ave", "csdsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csulf_ave", "csulf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csulf_avetoa", "csulftoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cwork_ave", "cwork_aveclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "evbs_ave", "evbs_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "evcw_ave", "evcw_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "fldcp", "fldcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "hgt_hyblev1", "hgt_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfh_hyblev1", "spfh_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ugrd_hyblev1", "ugrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vgrd_hyblev1", "vgrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmp_hyblev1", "tmp_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "gfluxi", "gflux", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lhtfl", "lhtfl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "shtfl", "shtfl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pevpr", "pevpr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pevpr_ave", "pevpr_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sbsno_ave", "sbsno_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sfexc", "sfexc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "snohf", "snohf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "snowc_ave", "snowc_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfhmax2m", "spfhmax_max2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfhmin2m", "spfhmin_min2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmpmax2m", "tmax_max2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmpmin2m", "tmin_min2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ssrun_acc", "ssrun_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sunsd_acc", "sunsd_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "watr_acc", "watr_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "wilt", "wilt", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vbdsf_ave", "vbdsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vddsf_ave", "vddsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "nbdsf_ave", "nbdsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "nddsf_ave", "nddsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "trans_ave", "trans_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "psurf", "pressfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u10m", "ugrd10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v10m", "vgrd10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "wind10mmax", "wind10m_max", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u10mmax", "u10m_max", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v10mmax", "v10m_max", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pahi", "pahi", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pah_ave", "pah_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ecan_acc", "ecan_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "etran_acc", "etran_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "edir_acc", "edir_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "wa_acc", "wa_acc", "fv3_history2d", "all", .false., "none", 2 + +"gfs_sfc", "lfrac", "lfrac", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "crain", "crain", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tprcp", "tprcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "rainc", "cnvprcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "hgtsfc", "orog", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "weasd", "weasd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "f10m", "f10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "q2m", "spfh2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "t2m", "tmp2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tsfc", "tmpsfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "vtype", "vtype", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "stype", "sotyp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slmsksfc", "land", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "vfracsfc", "veg", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "zorlsfc", "sfcr", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "uustar", "fricv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt1", "soilt1" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt2", "soilt2" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt3", "soilt3" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt4", "soilt4" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw1", "soilw1" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw2", "soilw2" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw3", "soilw3" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw4", "soilw4" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_1", "soill1", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_2", "soill2", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_3", "soill3", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_4", "soill4", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slope", "sltyp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alnsf", "alnsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alnwf", "alnwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alvsf", "alvsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alvwf", "alvwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "canopy", "cnwat", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "facsf", "facsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "facwf", "facwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "ffhh", "ffhh", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "ffmm", "ffmm", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "fice", "icec", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "hice", "icetk", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "snoalb", "snoalb", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "shdmax", "shdmax", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "shdmin", "shdmin", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "snowd", "snod", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tg3", "tg3", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tisfc", "tisfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tref", "tref", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "z_c", "zc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "c_0", "c0", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "c_d", "cd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "w_0", "w0", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "w_d", "wd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xt", "xt", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xz", "xz", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "dt_cool", "dtcool", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xs", "xs", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xu", "xu", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xv", "xv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xtts", "xtts", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xzts", "xzts", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "d_conv", "dconv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "qrain", "qrain", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "AOD_550", "aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DU_AOD_550", "du_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "SU_AOD_550", "su_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "BC_AOD_550", "bc_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "OC_AOD_550", "oc_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "SS_AOD_550", "ss_aod550", "fv3_history2d", "all", .false., "none", 2 +#============================================================================================= +# +#====> This file can be used with diag_manager/v2.0a (or higher) <==== +# +# +# FORMATS FOR FILE ENTRIES (not all input values are used) +# ------------------------ +# +#"file_name", output_freq, "output_units", format, "time_units", "long_name", +# +# +#output_freq: > 0 output frequency in "output_units" +# = 0 output frequency every time step +# =-1 output frequency at end of run +# +#output_units = units used for output frequency +# (years, months, days, minutes, hours, seconds) +# +#time_units = units used to label the time axis +# (days, minutes, hours, seconds) +# +# +# FORMAT FOR FIELD ENTRIES (not all input values are used) +# ------------------------ +# +#"module_name", "field_name", "output_name", "file_name" "time_sampling", time_avg, "other_opts", packing +# +#time_avg = .true. or .false. +# +#packing = 1 double precision +# = 2 float +# = 4 packed 16-bit integers +# = 8 packed 1-byte (not tested?) diff --git a/tests/parm/field_table/field_table_thompson_noaero_tke_progsigma b/tests/parm/field_table/field_table_thompson_noaero_tke_progsigma index f424eb0d21..a54c7b60c9 100644 --- a/tests/parm/field_table/field_table_thompson_noaero_tke_progsigma +++ b/tests/parm/field_table/field_table_thompson_noaero_tke_progsigma @@ -67,4 +67,4 @@ "TRACER", "atmos_mod", "sigmab" "longname", "sigma fraction" "units", "fraction" - "profile_type", "fixed", "surface_value=0.0" / \ No newline at end of file + "profile_type", "fixed", "surface_value=0.0" / diff --git a/tests/parm/global_control.nml.IN b/tests/parm/global_control.nml.IN index e9e6fa370d..a23bfbd770 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -134,6 +134,9 @@ bl_mynn_edmf = @[BL_MYNN_EDMF] bl_mynn_tkeadvect = @[BL_MYNN_TKEADVECT] bl_mynn_edmf_mom = @[BL_MYNN_EDMF_MOM] + tte_edmf = @[TTE_EDMF] + cscale = @[CSCALE] + do_ngw_ec = @[DO_NGW_EC] do_ugwp = @[DO_UGWP] do_tofd = @[DO_TOFD] gwd_opt = @[GWD_OPT] @@ -406,7 +409,8 @@ / &nam_stochy - STOCHINI=@[STOCHINI], + new_lscale=@[NEW_LSCALE] + STOCHINI=@[STOCHINI] skeb = @[SKEB] iseed_skeb = @[ISEED_SKEB] skeb_tau = @[SKEB_TAU] diff --git a/tests/rt.conf b/tests/rt.conf index 7fb773b800..9d4de40715 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -42,8 +42,12 @@ RUN | cpld_restart_gfsv17_iau | - noaacloud RUN | cpld_mpi_gfsv17 | - noaacloud | | #SFS -COMPILE | s2swa_32bit_pdlib_sfs | intel | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | +COMPILE | s2s_32bit_sfs | intel | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - noaacloud | fv3 | RUN | cpld_control_sfs | - noaacloud | baseline | +RUN | cpld_restart_sfs | - noaacloud | | cpld_control_sfs + +COMPILE | s2s_32bit_sfs_debug | intel | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DDEBUG=ON | - noaacloud | fv3 | +RUN | cpld_debug_sfs | - noaacloud | baseline | COMPILE | s2swa_32bit_pdlib_debug | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | RUN | cpld_debug_gfsv17 | - noaacloud | baseline | @@ -365,7 +369,7 @@ RUN | cpld_control_gfsv17 | + ursa COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + ursa | fv3 | RUN | cpld_debug_gfsv17 | + ursa | baseline | -COMPILE | s2swa_32bit_pdlib_sfs | intelllvm | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + ursa | fv3 | +COMPILE | s2s_32bit_sfs | intelllvm | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | + ursa | fv3 | RUN | cpld_control_sfs | + ursa | baseline | COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | + ursa | fv3 | diff --git a/tests/rt.sh b/tests/rt.sh index a8baa6e7e5..538995a8f7 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -1057,7 +1057,7 @@ if [[ "${CREATE_BASELINE}" == false ]] ; then fi fi -INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20250507} +INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data-20251015} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20250807 INPUTDATA_LM4=${INPUTDATA_LM4:-${INPUTDATA_ROOT}/LM4_input_data} diff --git a/tests/test_changes.list b/tests/test_changes.list index 436d66e31e..6c37329e9d 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,8 +1,18 @@ -cpld_control_gfsv17 intel -cpld_control_gfsv17_iau intel -cpld_restart_gfsv17 intel -cpld_restart_gfsv17_iau intel -cpld_mpi_gfsv17 intel -control_p8_rrtmgp intel -control_p8_rrtmgp_rad32 intel -cpld_control_gfsv17 intelllvm +cpld_control_sfs intel +cpld_restart_sfs intel +cpld_debug_sfs intel +cpld_control_p8.v2.sfc intel +cpld_warmstart_c48_5deg intel +cpld_restart_c48_5deg intel +cpld_control_c24_5deg intel +cpld_warmstart_c24_5deg intel +cpld_restart_c24_5deg intel +cpld_control_c24_9deg intel +cpld_warmstart_c24_9deg intel +cpld_restart_c24_9deg intel +cpld_control_c12_9deg intel +cpld_warmstart_c12_9deg intel +cpld_restart_c12_9deg intel +control_c48.v2.sfc intel +control_p8.v2.sfc intel +cpld_control_sfs intelllvm diff --git a/tests/tests/cpld_control_sfs b/tests/tests/cpld_control_sfs index a42f6db9af..ac8bc8a744 100644 --- a/tests/tests/cpld_control_sfs +++ b/tests/tests/cpld_control_sfs @@ -1,55 +1,175 @@ # -# cpld_control GFSv17 with UGWPv1 test, i.e., GSL orographic drag + -# version 1 non-stationary GWD, hydrostatic +# cpld_control_sfs test # - -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system hydrostatic version - C96MX100 - unst WW3" +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX025 - SFS test" export CNTL_DIR=cpld_control_sfs -export LIST_FILES="sfcf021.nc \ - sfcf024.nc \ - atmf021.nc \ +export LIST_FILES="sfcf024.nc \ atmf024.nc \ - GFSFLX.GrbF21 \ GFSFLX.GrbF24 \ - GFSPRS.GrbF21 \ GFSPRS.GrbF24 \ - RESTART/20210323.060000.MOM.res.nc" + RESTART/19940502.000000.coupler.res \ + RESTART/19940502.000000.fv_core.res.nc \ + RESTART/19940502.000000.fv_core.res.tile1.nc \ + RESTART/19940502.000000.fv_core.res.tile2.nc \ + RESTART/19940502.000000.fv_core.res.tile3.nc \ + RESTART/19940502.000000.fv_core.res.tile4.nc \ + RESTART/19940502.000000.fv_core.res.tile5.nc \ + RESTART/19940502.000000.fv_core.res.tile6.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile1.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile2.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile3.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile4.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile5.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile6.nc \ + RESTART/19940502.000000.fv_tracer.res.tile1.nc \ + RESTART/19940502.000000.fv_tracer.res.tile2.nc \ + RESTART/19940502.000000.fv_tracer.res.tile3.nc \ + RESTART/19940502.000000.fv_tracer.res.tile4.nc \ + RESTART/19940502.000000.fv_tracer.res.tile5.nc \ + RESTART/19940502.000000.fv_tracer.res.tile6.nc \ + RESTART/19940502.000000.phy_data.tile1.nc \ + RESTART/19940502.000000.phy_data.tile2.nc \ + RESTART/19940502.000000.phy_data.tile3.nc \ + RESTART/19940502.000000.phy_data.tile4.nc \ + RESTART/19940502.000000.phy_data.tile5.nc \ + RESTART/19940502.000000.phy_data.tile6.nc \ + RESTART/19940502.000000.sfc_data.tile1.nc \ + RESTART/19940502.000000.sfc_data.tile2.nc \ + RESTART/19940502.000000.sfc_data.tile3.nc \ + RESTART/19940502.000000.sfc_data.tile4.nc \ + RESTART/19940502.000000.sfc_data.tile5.nc \ + RESTART/19940502.000000.sfc_data.tile6.nc \ + RESTART/19940502.000000.ca_data.tile1.nc \ + RESTART/19940502.000000.ca_data.tile2.nc \ + RESTART/19940502.000000.ca_data.tile3.nc \ + RESTART/19940502.000000.ca_data.tile4.nc \ + RESTART/19940502.000000.ca_data.tile5.nc \ + RESTART/19940502.000000.ca_data.tile6.nc \ + RESTART/19940502.000000.atm_stoch.res.nc \ + RESTART/19940502.000000.ocn_stoch.res.nc \ + RESTART/19940502.000000.MOM.res.nc \ + RESTART/19940502.000000.MOM.res_1.nc \ + RESTART/19940502.000000.MOM.res_2.nc \ + RESTART/19940502.000000.MOM.res_3.nc \ + RESTART/iced.1994-05-02-00000.nc \ + RESTART/ufs.cpld.cpl.r.1994-05-02-00000.nc " +export ATMRES=C192 export_fv3 export_ugwpv1 export_cpl -export CPLCHM=.false. -export DNATS=0 -export MAKE_NH=.false. -export DDDMP=0 -export DO_VORT_DAMP=.false. -export HYDROSTATIC=.true. -export HORD_DP=10 -export KORD_TM=-12 -export KORD_MT=12 -export KORD_WZ=12 -export KORD_TR=12 -export HORD_MT=10 -export HORD_VT=10 -export HORD_TM=10 -export D_CON=0 +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 -export RESTART_N=3 +export DAYS=1. +export FHMAX=24 +export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' -export OUTPUT_GRID="'gaussian_grid'" +export FHROT=0 + +export OUTPUT_FH="24 -1" +export FHZERO=24 +export OUTPUT_GRID=gaussian_grid export WRITE_DOPOST=.true. +export QUILTING_RESTART=.true. +export OUTPUT_FILE="'netcdf' 'netcdf'" +export ICHUNK2D=768 +export JCHUNK2D=384 +export ICHUNK3D=768 +export JCHUNK3D=384 +export KCHUNK3D=1 -export INPES=$INPES_cpl_unstr -export JNPES=$JNPES_cpl_unstr -export WRTTASK_PER_GROUP=$(( WPG_cpl_unstr * THRD_cpl_unstr )) +export SFS=.true. +export SYEAR=1994 +export SMONTH=05 +export SDAY=01 +export SHOUR=00 +export CHOUR=00 +export SECS=`expr $SHOUR \* 3600` -OCN_tasks=$OCN_tasks_cpl_unstr -ICE_tasks=$ICE_tasks_cpl_unstr -WAV_tasks=$WAV_tasks_cpl_unstr +export DOMAINS_STACK_SIZE=16000000 + +export INPES=$INPES_sfs +export JNPES=$JNPES_sfs +export WRTTASK_PER_GROUP=$(( WPG_sfs * THRD_sfs )) +export OCN_tasks=$OCN_tasks_sfs +export ICE_tasks=$ICE_tasks_sfs +export WAV_tasks=0 +export CHM_tasks=0 + +export atm_omp_num_threads=1 +export chm_omp_num_threads=$atm_omp_num_threads +export med_omp_num_threads=$atm_omp_num_threads + +# atm/ocn/ice resolution +export NPX=193 +export NPY=193 +export IMO=768 +export JMO=384 + +export OCNRES=025 +export ICERES=0.25 +export NX_GLB=1440 +export NY_GLB=1080 +export CICE_NPROC=$ICE_tasks +export np2=`expr $CICE_NPROC / 2` +export CICE_BLCKX=`expr $NX_GLB / $np2` +export CICE_BLCKY=`expr $NY_GLB / 2` + +# set component and coupling timesteps +export DT_ATMOS=600 +export DT_INNER=${DT_ATMOS} +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=900 +export DT_THERM_MOM6=1800 +export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` + +# ufs.configure +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM6_INPUT=MOM_input_${OCNRES}.IN +export MESH_ICE=mesh.mx${OCNRES}.nc +export MESH_OCN=mesh.mx${OCNRES}.nc +export CICE_GRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICE_MASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export MOM6_CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_RIVER_RUNOFF=True +export MOM6_USE_WAVES=False +export MOM6_DIAG_COORD_DEF_Z_FILE=interpolate_zgrid_32L.nc + +# ATM IAU +export IAUFHRS=0 +export DO_LAND_IAU=.false. +export READ_INCREMENT=.true. +export RES_LATLON_DYNAMICS="'atminc.nc'" +export IAU_INC_FILES="''" + +# MOM6 IAU +export ODA_INCUPD=True +export ODA_INCUPD_NHOURS=0.0 +export ODA_TEMPINC_VAR="t_pert" +export ODA_SALTINC_VAR="s_pert" +export ODA_THK_VAR="h_anl" +export ODA_INCUPD_UV=True +export ODA_UINC_VAR="u_pert" +export ODA_VINC_VAR="v_pert" + +# MOM6 frequency +export MOM6_OUTPUT_FH=24 + +# CICE frequency +export CICE_HISTFREQ_N="0, 0, 24, 0, 1" +export CICE_HIST_AVG=".true., .true., .true., .true., .true" + +# MOM6 stochastics +export DO_OCN_SPPT=True +export DO_SPPT=True +export PERT_EPBL=True # use downscaled warmstarts for ocean and ice export OCNICE_WARMSTART=.true. @@ -58,42 +178,114 @@ export MOM6_INIT_UV=file export MOM6_WARMSTART_FILE=mom6.warmstart.nc export CICE_ICE_IC=cice.warmstart.nc -export atm_omp_num_threads=$THRD_cpl_unstr -export med_omp_num_threads=$atm_omp_num_threads +export FNALBC="'C192.snowfree_albedo.tileX.nc'" +export FNALBC2="'C192.facsf.tileX.nc'" +export FNTG3C="'C192.substrate_temperature.tileX.nc'" +export FNVEGC="'C192.vegetation_greenness.tileX.nc'" +export FNVETC="'C192.vegetation_type.tileX.nc'" +export FNSOTC="'C192.soil_type.tileX.nc'" +export FNSOCC="'C192.soil_color.tileX.nc'" +export FNVMNC="'C192.vegetation_greenness.tileX.nc'" +export FNVMXC="'C192.vegetation_greenness.tileX.nc'" +export FNSLPC="'C192.slope_type.tileX.nc'" +export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" + +# Match input.nml settings to SFS sandbox +export DT_INNER=${DT_INNER_c192} +export MAX_OUTPUT_FIELDS=300 +export UPDATE_FULL_OMEGA=.false. +export DDDMP=0. +export CPLCHM=.false. +export CPLWAV=.false. +export CPLWAV2ATM=.false. -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 +# damping coefficients +export N_SPLIT=4 +export TAU=6.0 +export RF_CUTOFF=100.0 -export WW3_DOMAIN=global_270k -export MESH_WAV=mesh.${WW3_DOMAIN}.nc -export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} +# GWD +export DO_NGW_EC=.true. +export GWD_OPT=2 +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_GSL_DRAG_TOFD=.true. +export CDMBGWD="10.0,3.5,1.0,1.0" -export FV3_RUN=cpld_control_run.IN -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 -export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma -export DIAG_TABLE=diag_table_cpld_sfs.IN -export INPUT_NML=global_control.nml.IN -export UFS_CONFIGURE=ufs.configure.s2sw.IN -# slow loop -export WW3_RSTFLDS="ice" -# ocean uv->atm -export USE_OCEANUV=.true. +# Coldstart/warmstart +export MAKE_NH=.false. +export DO_VORT_DAMP=.false. +export NUDGE_QV=.false. +export HYDROSTATIC=.true. +export KORD_MT=12 +export KORD_WZ=12 +export KORD_TR=12 +export KORD_TM=-12 +export VTDM4=0.05 +export D_CON=0. +export HORD_MT=10 +export HORD_VT=10 +export HORD_TM=10 +export HORD_DP=10 +export HORD_TR=8 -#GFSv17 settings +# Shallow/deep convection export PROGSIGMA=.true. -export IOPT_DIAG=2 -if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then - WLCLK=40 -fi +export TTE_EDMF=.true. +export CSCALE=0.5 -export K_SPLIT=2 -export N_SPLIT=5 +# GFDL MP +export DNATS=0 +# Thompson MP +export LRADAR=.true. -export NUDGE_QV=.false. -export VTDM4=0.05 +# Merra2 Aerosols & NSST +export NSTF_NAME=2,1,0,0,0 -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. +# RRTMGP +export DOGP_CLDOPTICS_LUT=.false. +export DOGP_LWSCAT=.false. + +# Stochastic physics +export NEW_LSCALE=.true. +export SPPTINT=0 +export DO_SPPT=.true. +export PERT_CLDS=.true. +export ISEED_CA=1115337723 +export SKEBINT=0 +export SKEB_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export SKEB_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export SKEBNORM=1 +export SKEB_NPASS=30 +export SKEB_VDOF=5 +export ISEED_SHUM=0 +export SHUMINT=0 +export SHUM_TAU=-999. +export SHUM_LSCALE=-999. +export SPPT=0.56,0.28,0.14,0.056,0.028 +export SPPT_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export SPPT_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export ISEED_SPPT=19940501000103,19940501000104,19940501000105,19940501000106,19940501000107 +export SPPT_LOGIT=.true. +export SPPT_SFCLIMIT=.true. +export OCNSPPT=0.8,0.4,0.2,0.08,0.04 +export OCNSPPT_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export OCNSPPT_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export ISEED_OCNSPPT=19940501000108,19940501000109,19940501000110,19940501000111,19940501000112 +export PBL_TAPER=0,0,0,0.125,0.25,0.5,0.75 +export EPBL=0.8,0.4,0.2,0.08,0.04 +export EPBL_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export EPBL_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export ISEED_EPBL=19940501000113,19940501000114,19940501000115,19940501000116,19940501000117 +export ISEED_LNDP=0 + +export UFS_CONFIGURE=ufs.configure.s2s.IN +export FV3_RUN=cpld_control_run.IN + +export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma +export DIAG_TABLE=diag_table_sfs.IN +export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/cpld_debug_sfs b/tests/tests/cpld_debug_sfs new file mode 100644 index 0000000000..de6c23f222 --- /dev/null +++ b/tests/tests/cpld_debug_sfs @@ -0,0 +1,278 @@ +# +# cpld_debug_sfs test +# +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX025 - SFS debug test" + +export CNTL_DIR=cpld_debug_sfs + +export LIST_FILES="RESTART/19940501.020000.coupler.res \ + RESTART/19940501.020000.fv_core.res.nc \ + RESTART/19940501.020000.fv_core.res.tile1.nc \ + RESTART/19940501.020000.fv_core.res.tile2.nc \ + RESTART/19940501.020000.fv_core.res.tile3.nc \ + RESTART/19940501.020000.fv_core.res.tile4.nc \ + RESTART/19940501.020000.fv_core.res.tile5.nc \ + RESTART/19940501.020000.fv_core.res.tile6.nc \ + RESTART/19940501.020000.fv_srf_wnd.res.tile1.nc \ + RESTART/19940501.020000.fv_srf_wnd.res.tile2.nc \ + RESTART/19940501.020000.fv_srf_wnd.res.tile3.nc \ + RESTART/19940501.020000.fv_srf_wnd.res.tile4.nc \ + RESTART/19940501.020000.fv_srf_wnd.res.tile5.nc \ + RESTART/19940501.020000.fv_srf_wnd.res.tile6.nc \ + RESTART/19940501.020000.fv_tracer.res.tile1.nc \ + RESTART/19940501.020000.fv_tracer.res.tile2.nc \ + RESTART/19940501.020000.fv_tracer.res.tile3.nc \ + RESTART/19940501.020000.fv_tracer.res.tile4.nc \ + RESTART/19940501.020000.fv_tracer.res.tile5.nc \ + RESTART/19940501.020000.fv_tracer.res.tile6.nc \ + RESTART/19940501.020000.phy_data.tile1.nc \ + RESTART/19940501.020000.phy_data.tile2.nc \ + RESTART/19940501.020000.phy_data.tile3.nc \ + RESTART/19940501.020000.phy_data.tile4.nc \ + RESTART/19940501.020000.phy_data.tile5.nc \ + RESTART/19940501.020000.phy_data.tile6.nc \ + RESTART/19940501.020000.sfc_data.tile1.nc \ + RESTART/19940501.020000.sfc_data.tile2.nc \ + RESTART/19940501.020000.sfc_data.tile3.nc \ + RESTART/19940501.020000.sfc_data.tile4.nc \ + RESTART/19940501.020000.sfc_data.tile5.nc \ + RESTART/19940501.020000.sfc_data.tile6.nc \ + RESTART/19940501.020000.MOM.res.nc \ + RESTART/19940501.020000.MOM.res_1.nc \ + RESTART/19940501.020000.MOM.res_2.nc \ + RESTART/19940501.020000.MOM.res_3.nc \ + RESTART/iced.1994-05-01-07200.nc \ + RESTART/ufs.cpld.cpl.r.1994-05-01-07200.nc " + +export ATMRES=C192 +export_fv3 +export_ugwpv1 +export_cpl + +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 + +export DAYS=0.0833 +export FHMAX=2 +export RESTART_N=2 +export RESTART_INTERVAL="${RESTART_N} -1" +export FHROT=0 + +export OUTPUT_FH="24 -1" +export FHZERO=24 +export OUTPUT_GRID=gaussian_grid +export WRITE_DOPOST=.true. +export QUILTING_RESTART=.true. +export OUTPUT_FILE="'netcdf' 'netcdf'" +export ICHUNK2D=768 +export JCHUNK2D=384 +export ICHUNK3D=768 +export JCHUNK3D=384 +export KCHUNK3D=1 + +export SFS=.true. +export SYEAR=1994 +export SMONTH=05 +export SDAY=01 +export SHOUR=00 +export CHOUR=00 +export SECS=`expr $SHOUR \* 3600` + +export DOMAINS_STACK_SIZE=16000000 + +export INPES=$INPES_sfs +export JNPES=$JNPES_sfs +export WRTTASK_PER_GROUP=$(( WPG_sfs * THRD_sfs )) +export OCN_tasks=$OCN_tasks_sfs +export ICE_tasks=$ICE_tasks_sfs +export WAV_tasks=0 +export CHM_tasks=0 + +export atm_omp_num_threads=1 +export chm_omp_num_threads=$atm_omp_num_threads +export med_omp_num_threads=$atm_omp_num_threads + +# atm/ocn/ice resolution +export NPX=193 +export NPY=193 +export IMO=768 +export JMO=384 + +export OCNRES=025 +export ICERES=0.25 +export NX_GLB=1440 +export NY_GLB=1080 +export CICE_NPROC=$ICE_tasks +export np2=`expr $CICE_NPROC / 2` +export CICE_BLCKX=`expr $NX_GLB / $np2` +export CICE_BLCKY=`expr $NY_GLB / 2` + +# set component and coupling timesteps +export DT_ATMOS=600 +export DT_INNER=${DT_ATMOS} +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=900 +export DT_THERM_MOM6=1800 +export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` + +# ufs.configure +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM6_INPUT=MOM_input_${OCNRES}.IN +export MESH_ICE=mesh.mx${OCNRES}.nc +export MESH_OCN=mesh.mx${OCNRES}.nc +export CICE_GRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICE_MASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export MOM6_CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_RIVER_RUNOFF=True +export MOM6_USE_WAVES=False +export MOM6_DIAG_COORD_DEF_Z_FILE=interpolate_zgrid_32L.nc + +# ATM IAU +export IAUFHRS=0 +export DO_LAND_IAU=.false. +export READ_INCREMENT=.true. +export RES_LATLON_DYNAMICS="'atminc.nc'" +export IAU_INC_FILES="''" + +# MOM6 IAU +export ODA_INCUPD=True +export ODA_INCUPD_NHOURS=0.0 +export ODA_TEMPINC_VAR="t_pert" +export ODA_SALTINC_VAR="s_pert" +export ODA_THK_VAR="h_anl" +export ODA_INCUPD_UV=True +export ODA_UINC_VAR="u_pert" +export ODA_VINC_VAR="v_pert" + +# MOM6 frequency +export MOM6_OUTPUT_FH=2 + +# CICE frequency +export CICE_HISTFREQ_N="0, 0, 2, 0, 1" +export CICE_HIST_AVG=".true., .true., .true., .true., .true" + +# MOM6 stochastics +export DO_OCN_SPPT=True +export DO_SPPT=True +export PERT_EPBL=True + +# use downscaled warmstarts for ocean and ice +export OCNICE_WARMSTART=.true. +export MOM6_INIT_FROM_Z=False +export MOM6_INIT_UV=file +export MOM6_WARMSTART_FILE=mom6.warmstart.nc +export CICE_ICE_IC=cice.warmstart.nc + +export FNALBC="'C192.snowfree_albedo.tileX.nc'" +export FNALBC2="'C192.facsf.tileX.nc'" +export FNTG3C="'C192.substrate_temperature.tileX.nc'" +export FNVEGC="'C192.vegetation_greenness.tileX.nc'" +export FNVETC="'C192.vegetation_type.tileX.nc'" +export FNSOTC="'C192.soil_type.tileX.nc'" +export FNSOCC="'C192.soil_color.tileX.nc'" +export FNVMNC="'C192.vegetation_greenness.tileX.nc'" +export FNVMXC="'C192.vegetation_greenness.tileX.nc'" +export FNSLPC="'C192.slope_type.tileX.nc'" +export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" + +# Match input.nml settings to SFS sandbox +export DT_INNER=${DT_INNER_c192} +export MAX_OUTPUT_FIELDS=300 +export UPDATE_FULL_OMEGA=.false. +export DDDMP=0. +export CPLCHM=.false. +export CPLWAV=.false. +export CPLWAV2ATM=.false. + +# damping coefficients +export N_SPLIT=4 +export TAU=6.0 +export RF_CUTOFF=100.0 + +# GWD +export DO_NGW_EC=.true. +export GWD_OPT=2 +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_GSL_DRAG_TOFD=.true. +export CDMBGWD="10.0,3.5,1.0,1.0" + +# Coldstart/warmstart +export MAKE_NH=.false. +export DO_VORT_DAMP=.false. +export NUDGE_QV=.false. +export HYDROSTATIC=.true. +export KORD_MT=12 +export KORD_WZ=12 +export KORD_TR=12 +export KORD_TM=-12 +export VTDM4=0.05 +export D_CON=0. +export HORD_MT=10 +export HORD_VT=10 +export HORD_TM=10 +export HORD_DP=10 +export HORD_TR=8 + +# Shallow/deep convection +export PROGSIGMA=.true. + +export TTE_EDMF=.true. +export CSCALE=0.5 +# GFDL MP +export DNATS=0 +# Thompson MP +export LRADAR=.true. + +# Merra2 Aerosols & NSST +export NSTF_NAME=2,1,0,0,0 + +# RRTMGP +export DOGP_CLDOPTICS_LUT=.false. +export DOGP_LWSCAT=.false. + +# Stochastic physics +export NEW_LSCALE=.true. +export SPPTINT=0 +export DO_SPPT=.true. +export PERT_CLDS=.true. +export ISEED_CA=1115337723 +export SKEBINT=0 +export SKEB_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export SKEB_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export SKEBNORM=1 +export SKEB_NPASS=30 +export SKEB_VDOF=5 +export ISEED_SHUM=0 +export SHUMINT=0 +export SHUM_TAU=-999. +export SHUM_LSCALE=-999. +export SPPT=0.56,0.28,0.14,0.056,0.028 +export SPPT_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export SPPT_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export ISEED_SPPT=19940501000103,19940501000104,19940501000105,19940501000106,19940501000107 +export SPPT_LOGIT=.true. +export SPPT_SFCLIMIT=.true. +export OCNSPPT=0.8,0.4,0.2,0.08,0.04 +export OCNSPPT_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export OCNSPPT_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export ISEED_OCNSPPT=19940501000108,19940501000109,19940501000110,19940501000111,19940501000112 +export PBL_TAPER=0,0,0,0.125,0.25,0.5,0.75 +export EPBL=0.8,0.4,0.2,0.08,0.04 +export EPBL_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export EPBL_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export ISEED_EPBL=19940501000113,19940501000114,19940501000115,19940501000116,19940501000117 +export ISEED_LNDP=0 + +export UFS_CONFIGURE=ufs.configure.s2s.IN +export FV3_RUN=cpld_control_run.IN + +export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma +export DIAG_TABLE=diag_table_sfs.IN +export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/cpld_restart_sfs b/tests/tests/cpld_restart_sfs new file mode 100644 index 0000000000..c1fe047a4b --- /dev/null +++ b/tests/tests/cpld_restart_sfs @@ -0,0 +1,290 @@ +# +# cpld_restart_sfs test +# +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C192 MX025 - SFS restart test" + +export CNTL_DIR=cpld_control_sfs + +export LIST_FILES="RESTART/19940502.000000.coupler.res \ + RESTART/19940502.000000.fv_core.res.nc \ + RESTART/19940502.000000.fv_core.res.tile1.nc \ + RESTART/19940502.000000.fv_core.res.tile2.nc \ + RESTART/19940502.000000.fv_core.res.tile3.nc \ + RESTART/19940502.000000.fv_core.res.tile4.nc \ + RESTART/19940502.000000.fv_core.res.tile5.nc \ + RESTART/19940502.000000.fv_core.res.tile6.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile1.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile2.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile3.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile4.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile5.nc \ + RESTART/19940502.000000.fv_srf_wnd.res.tile6.nc \ + RESTART/19940502.000000.fv_tracer.res.tile1.nc \ + RESTART/19940502.000000.fv_tracer.res.tile2.nc \ + RESTART/19940502.000000.fv_tracer.res.tile3.nc \ + RESTART/19940502.000000.fv_tracer.res.tile4.nc \ + RESTART/19940502.000000.fv_tracer.res.tile5.nc \ + RESTART/19940502.000000.fv_tracer.res.tile6.nc \ + RESTART/19940502.000000.phy_data.tile1.nc \ + RESTART/19940502.000000.phy_data.tile2.nc \ + RESTART/19940502.000000.phy_data.tile3.nc \ + RESTART/19940502.000000.phy_data.tile4.nc \ + RESTART/19940502.000000.phy_data.tile5.nc \ + RESTART/19940502.000000.phy_data.tile6.nc \ + RESTART/19940502.000000.sfc_data.tile1.nc \ + RESTART/19940502.000000.sfc_data.tile2.nc \ + RESTART/19940502.000000.sfc_data.tile3.nc \ + RESTART/19940502.000000.sfc_data.tile4.nc \ + RESTART/19940502.000000.sfc_data.tile5.nc \ + RESTART/19940502.000000.sfc_data.tile6.nc \ + RESTART/19940502.000000.ca_data.tile1.nc \ + RESTART/19940502.000000.ca_data.tile2.nc \ + RESTART/19940502.000000.ca_data.tile3.nc \ + RESTART/19940502.000000.ca_data.tile4.nc \ + RESTART/19940502.000000.ca_data.tile5.nc \ + RESTART/19940502.000000.ca_data.tile6.nc \ + RESTART/19940502.000000.atm_stoch.res.nc \ + RESTART/19940502.000000.ocn_stoch.res.nc \ + RESTART/19940502.000000.MOM.res.nc \ + RESTART/19940502.000000.MOM.res_1.nc \ + RESTART/19940502.000000.MOM.res_2.nc \ + RESTART/19940502.000000.MOM.res_3.nc \ + RESTART/iced.1994-05-02-00000.nc \ + RESTART/ufs.cpld.cpl.r.1994-05-02-00000.nc " + +export ATMRES=C192 +export_fv3 +export_ugwpv1 +export_cpl + +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 + +export DAYS=1. +export FHMAX=24 +export FHROT=12 +export RESTART_N=$((FHMAX-$FHROT)) + +export OUTPUT_FH="24 -1" +export FHZERO=24 + +export OUTPUT_GRID=gaussian_grid +export WRITE_DOPOST=.true. +export QUILTING_RESTART=.true. +export OUTPUT_FILE="'netcdf' 'netcdf'" +export ICHUNK2D=768 +export JCHUNK2D=384 +export ICHUNK3D=768 +export JCHUNK3D=384 +export KCHUNK3D=1 + +export SFS=.true. +export SYEAR=1994 +export SMONTH=05 +export SDAY=01 +export SHOUR=00 +export CHOUR=00 +export SECS=`expr $SHOUR \* 3600` + +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" +export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" + +export DOMAINS_STACK_SIZE=16000000 + +export INPES=$INPES_sfs +export JNPES=$JNPES_sfs +export WRTTASK_PER_GROUP=$(( WPG_sfs * THRD_sfs )) +export OCN_tasks=$OCN_tasks_sfs +export ICE_tasks=$ICE_tasks_sfs +export WAV_tasks=0 +export CHM_tasks=0 + +export atm_omp_num_threads=1 +export chm_omp_num_threads=$atm_omp_num_threads +export med_omp_num_threads=$atm_omp_num_threads + +# atm/ocn/ice resolution +export NPX=193 +export NPY=193 +export IMO=768 +export JMO=384 + +export OCNRES=025 +export ICERES=0.25 +export NX_GLB=1440 +export NY_GLB=1080 +export CICE_NPROC=$ICE_tasks +export np2=`expr $CICE_NPROC / 2` +export CICE_BLCKX=`expr $NX_GLB / $np2` +export CICE_BLCKY=`expr $NY_GLB / 2` + +# set component and coupling timesteps +export DT_ATMOS=600 +export DT_INNER=${DT_ATMOS} +export DT_CICE=${DT_ATMOS} +export DT_DYNAM_MOM6=900 +export DT_THERM_MOM6=1800 +export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` + +# ufs.configure +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent files +export MOM6_INPUT=MOM_input_${OCNRES}.IN +export MESH_ICE=mesh.mx${OCNRES}.nc +export MESH_OCN=mesh.mx${OCNRES}.nc +export CICE_GRID=grid_cice_NEMS_mx${OCNRES}.nc +export CICE_MASK=kmtu_cice_NEMS_mx${OCNRES}.nc +export MOM6_CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc +export MOM6_RIVER_RUNOFF=True +export MOM6_USE_WAVES=False +export MOM6_DIAG_COORD_DEF_Z_FILE=interpolate_zgrid_32L.nc +# ATM IAU +export IAUFHRS=0 +export DO_LAND_IAU=.false. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'atminc.nc'" +export IAU_INC_FILES="''" + +# MOM6 IAU +export ODA_INCUPD=False +export ODA_INCUPD_UV=False +export nccmp_exclude="--exclude=oda_incupd_ncount" + +# MOM6 frequency +export MOM6_OUTPUT_FH=24 + +# CICE frequency +export CICE_HISTFREQ_N="0, 0, 24, 0, 1" +export CICE_HIST_AVG=".true., .true., .true., .true., .true" + +# MOM6 stochastics +export DO_OCN_SPPT=True +export DO_SPPT=True +export PERT_EPBL=True + +# ATM warm start +export WARM_START=.true. +export NA_INIT=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export NSTF_NAME=2,0,0,0,0 + +# ICE warm start +export CICE_RUNTYPE=continue +export RUNTYPE=continue +export CICE_USE_RESTART_TIME=.true. + +# MOM6 warm start +export MOM6_RESTART_SETTING=r + +export FNALBC="'C192.snowfree_albedo.tileX.nc'" +export FNALBC2="'C192.facsf.tileX.nc'" +export FNTG3C="'C192.substrate_temperature.tileX.nc'" +export FNVEGC="'C192.vegetation_greenness.tileX.nc'" +export FNVETC="'C192.vegetation_type.tileX.nc'" +export FNSOTC="'C192.soil_type.tileX.nc'" +export FNSOCC="'C192.soil_color.tileX.nc'" +export FNVMNC="'C192.vegetation_greenness.tileX.nc'" +export FNVMXC="'C192.vegetation_greenness.tileX.nc'" +export FNSLPC="'C192.slope_type.tileX.nc'" +export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" + +# Match input.nml settings to SFS sandbox +export DT_INNER=${DT_INNER_c192} +export MAX_OUTPUT_FIELDS=300 +export UPDATE_FULL_OMEGA=.false. +export DDDMP=0. +export CPLCHM=.false. +export CPLWAV=.false. +export CPLWAV2ATM=.false. + +# damping coefficients +export N_SPLIT=4 +export TAU=6.0 +export RF_CUTOFF=100.0 + +# GWD +export DO_NGW_EC=.true. +export GWD_OPT=2 +export DO_UGWP_V1=.true. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.false. +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_GSL_DRAG_TOFD=.true. +export CDMBGWD="10.0,3.5,1.0,1.0" + +# Coldstart/warmstart +export MAKE_NH=.false. +export DO_VORT_DAMP=.false. +export NUDGE_QV=.false. +export HYDROSTATIC=.true. +export KORD_MT=12 +export KORD_WZ=12 +export KORD_TR=12 +export KORD_TM=-12 +export VTDM4=0.05 +export D_CON=0. +export HORD_MT=10 +export HORD_VT=10 +export HORD_TM=10 +export HORD_DP=10 +export HORD_TR=8 + +# Shallow/deep convection +export PROGSIGMA=.true. + +export TTE_EDMF=.true. +export CSCALE=0.5 +# GFDL MP +export DNATS=0 +# Thompson MP +export LRADAR=.true. + +# RRTMGP +export DOGP_CLDOPTICS_LUT=.false. +export DOGP_LWSCAT=.false. + +# Stochastic physics +export NEW_LSCALE=.true. +export SPPTINT=0 +export STOCHINI=.true. +export DO_SPPT=.true. +export PERT_CLDS=.true. +export ISEED_CA=1115337723 +export SKEBINT=0 +export SKEB_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export SKEB_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export SKEBNORM=1 +export SKEB_NPASS=30 +export SKEB_VDOF=5 +export ISEED_SHUM=0 +export SHUMINT=0 +export SHUM_TAU=-999. +export SHUM_LSCALE=-999. +export SPPT=0.56,0.28,0.14,0.056,0.028 +export SPPT_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export SPPT_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export ISEED_SPPT=19940501000103,19940501000104,19940501000105,19940501000106,19940501000107 +export SPPT_LOGIT=.true. +export SPPT_SFCLIMIT=.true. +export OCNSPPT=0.8,0.4,0.2,0.08,0.04 +export OCNSPPT_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export OCNSPPT_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export ISEED_OCNSPPT=19940501000108,19940501000109,19940501000110,19940501000111,19940501000112 +export PBL_TAPER=0,0,0,0.125,0.25,0.5,0.75 +export EPBL=0.8,0.4,0.2,0.08,0.04 +export EPBL_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export EPBL_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export ISEED_EPBL=19940501000113,19940501000114,19940501000115,19940501000116,19940501000117 +export ISEED_LNDP=0 + +export UFS_CONFIGURE=ufs.configure.s2s.IN +export FV3_RUN=cpld_control_run.IN + +export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma +export DIAG_TABLE=diag_table_sfs.IN +export INPUT_NML=global_control.nml.IN