diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 6c9a299f0b..4247152046 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -128,6 +128,8 @@ export fbh_omp_num_threads=1 export histaux_enabled=.false. export BMIC=.false. + +export GFSv17opn=.false. export SFS=.false. export EXCLUSIVE_NODES=.false. @@ -483,6 +485,7 @@ export FV3_RUN=control_run.IN export INPUT_NML=control.nml.IN export CCPP_SUITE=FV3_GFS_v16 +export DOGP_CLDOPTICS_LUT=.false. export DOGP_LWSCAT=.false. export IAER=111 export ICLIQ_SW=1 @@ -615,7 +618,6 @@ export_mpas () export LNDP_TYPE=0 export N_VAR_LNDP=0 - export INPES=${INPES_dflt} export JNPES=${JNPES_dflt} @@ -660,6 +662,7 @@ export_gfs_physics () export HYBEDMF=.false. # RRTMGP export DO_RRTMGP=.false. + export DOGP_CLDOPTICS_LUT=.true. export DOGP_LWSCAT=.true. export DOGP_SGS_CNV=.true. export USE_LW_JACOBIAN=.false. @@ -999,8 +1002,9 @@ export TTENDLIM=-999 # Radiation export DO_RRTMGP=.false. +export DOGP_CLDOPTICS_LUT=.true. export DOGP_LWSCAT=.true. -export DOGP_SGS_CNV=.false. +export DOGP_SGS_CNV=.true. export USE_LW_JACOBIAN=.false. export DAMP_LW_FLUXADJ=.false. export RRTMGP_LW_PHYS_BLKSZ=2 @@ -1898,8 +1902,9 @@ export LSEASPRAY=.true. # RRTMGP export DO_RRTMGP=.false. +export DOGP_CLDOPTICS_LUT=.true. export DOGP_LWSCAT=.true. -export DOGP_SGS_CNV=.false. +export DOGP_SGS_CNV=.true. # CA export DO_CA=.true. diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 85e88f0e4b..bfc6d609c7 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -31,6 +31,12 @@ 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 [[ $GFSv17opn == .true. ]]; then + FV3_IC=@[INPUTDATA_GFSv17opn]/FV3_IC + MOM_IC=@[INPUTDATA_GFSv17opn]/MOM6_IC + ICE_IC=@[INPUTDATA_GFSv17opn]/CICE_IC + WAV_IC=@[INPUTDATA_GFSv17opn]/WW3_IC + CMEPS_IC=@[INPUTDATA_GFSv17opn]/CMEPS_IC elif [[ $SFS == .true. ]]; then FV3_IC=@[INPUTDATA_ROOT]/SFS/${SYEAR}${SMONTH}${SDAY}${SHOUR} MOM_IC=${FV3_IC} @@ -46,39 +52,57 @@ else fi # FV3 fixed input -cp @[INPUTDATA_ROOT]/${FV3_DIR}/@[FNSMCC] . -cp @[INPUTDATA_ROOT]/${FV3_DIR}/@[FNMSKH] . -cp @[INPUTDATA_ROOT]/FV3_fix/@[FNGLAC] . -cp @[INPUTDATA_ROOT]/FV3_fix/@[FNMXIC] . -cp @[INPUTDATA_ROOT]/FV3_fix/@[FNTSFC] . -cp @[INPUTDATA_ROOT]/FV3_fix/@[FNSNOC] . -cp @[INPUTDATA_ROOT]/FV3_fix/@[FNAISC] . - -cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile1.nc INPUT/oro_data.tile1.nc -cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile2.nc INPUT/oro_data.tile2.nc -cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile3.nc INPUT/oro_data.tile3.nc -cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile4.nc INPUT/oro_data.tile4.nc -cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile5.nc INPUT/oro_data.tile5.nc -cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile6.nc INPUT/oro_data.tile6.nc -cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/@[ATMRES]*.nc . - -cp @[INPUTDATA_ROOT]/CPL_FIX/a@[ATMRES]o@[OCNRES]/grid_spec.nc ./INPUT -cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT/@[ATMRES]_grid*.nc ./INPUT -cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT/grid_spec.nc ./INPUT/@[ATMRES]_mosaic.nc - -# MOM6 fixed input -cp @[INPUTDATA_ROOT]/MOM6_FIX/@[OCNRES]/* ./INPUT - -# CICE fixed input -cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/grid_cice_NEMS_mx@[OCNRES].nc . -cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/kmtu_cice_NEMS_mx@[OCNRES].nc . -cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc . - -# WW3 fix/input -if [[ $CPLWAV == .true. ]]; then - cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3 - if [[ ${WW3_DOMAIN:0:2} != mx ]]; then - cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . +if [[ $GFSv17opn == .true. ]]; then + cp @[INPUTDATA_GFSv17opn]/FV3_fix/*.nc ./INPUT + cp @[INPUTDATA_GFSv17opn]/FV3_fix/*.grb . + cp @[INPUTDATA_GFSv17opn]/FV3_fix_tiled/* . + cp @[INPUTDATA_GFSv17opn]/MOM6_FIX/* ./INPUT + cp @[INPUTDATA_GFSv17opn]/CICE_FIX/* . + cp @[INPUTDATA_GFSv17opn]/WW3_FIX/@[WW3_MODDEF] mod_def.ww3 + # TODO: when uglo_15km is present in standard input-data location + # replace the above line with the following location for the mod_def.ww3 + # the existing mod_def in the GFSv17opn/WW3_FIX directory should be removed + # cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3 + + cp @[INPUTDATA_GFSv17opn]/WW3_FIX/@[MESH_WAV] . + cp @[INPUTDATA_GFSv17opn]/WW3_FIX/wave_gfs.buoys.full ww3_points.list + cp @[INPUTDATA_GFSv17opn]/WW3_FIX/pnt_wght.uglo_15km.nc pnt_wght.ww3.nc + cp @[INPUTDATA_GFSv17opn]/WW3_FIX/ww3_shel.nml . +else + cp @[INPUTDATA_ROOT]/${FV3_DIR}/@[FNSMCC] . + cp @[INPUTDATA_ROOT]/${FV3_DIR}/@[FNMSKH] . + cp @[INPUTDATA_ROOT]/FV3_fix/@[FNGLAC] . + cp @[INPUTDATA_ROOT]/FV3_fix/@[FNMXIC] . + cp @[INPUTDATA_ROOT]/FV3_fix/@[FNTSFC] . + cp @[INPUTDATA_ROOT]/FV3_fix/@[FNSNOC] . + cp @[INPUTDATA_ROOT]/FV3_fix/@[FNAISC] . + + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile1.nc INPUT/oro_data.tile1.nc + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile2.nc INPUT/oro_data.tile2.nc + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile3.nc INPUT/oro_data.tile3.nc + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile4.nc INPUT/oro_data.tile4.nc + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile5.nc INPUT/oro_data.tile5.nc + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile6.nc INPUT/oro_data.tile6.nc + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/@[ATMRES]*.nc . + + cp @[INPUTDATA_ROOT]/CPL_FIX/a@[ATMRES]o@[OCNRES]/grid_spec.nc ./INPUT + cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT/@[ATMRES]_grid*.nc ./INPUT + cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT/grid_spec.nc ./INPUT/@[ATMRES]_mosaic.nc + + # MOM6 fixed input + cp @[INPUTDATA_ROOT]/MOM6_FIX/@[OCNRES]/* ./INPUT + + # CICE fixed input + cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/grid_cice_NEMS_mx@[OCNRES].nc . + cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/kmtu_cice_NEMS_mx@[OCNRES].nc . + cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc . + + # WW3 fix/input + if [[ $CPLWAV == .true. ]]; then + cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3 + if [[ ${WW3_DOMAIN:0:2} != mx ]]; then + cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . + fi fi fi @@ -212,6 +236,14 @@ else cp ${FV3_IC}/ufs.cpld.cpl*nc . ls -1 ufs.cpld.cpl*nc>rpointer.cpl cp ${WAV_IC}/ufs.cpld.ww3.r.${RESTART_FILE_SUFFIX_SECS}.nc . + elif [[ $GFSv17opn == .true. ]]; then + cp ${FV3_IC}/* ./INPUT + cp ${MOM_IC}/* ./INPUT + cp ${ICE_IC}/iced.* ./cice_model.res.nc + ls -1 cice_model.res.nc>ice.restart_file + cp ${WAV_IC}/* . + cp ${CMEPS_IC}/ufs.cpld.cpl.r* ufs.cpld.cpl.r.nc + ls -1 ufs.cpld.cpl.r.nc>rpointer.cpl fi fi @@ -277,8 +309,13 @@ fi if [ $GWD_OPT -ne 0 ]; then cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc - cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ls* ./INPUT - cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ss* ./INPUT + if [[ $GFSv17opn == .true. ]]; then + cp @[INPUTDATA_GFSv17opn]/FV3_fix/oro_data_ls* ./INPUT + cp @[INPUTDATA_GFSv17opn]/FV3_fix/oro_data_ss* ./INPUT + else + cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ls* ./INPUT + cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ss* ./INPUT + fi fi if [ $IMP_PHYSICS = 8 ]; then diff --git a/tests/fv3_conf/fv3_qsub.IN_wcoss2 b/tests/fv3_conf/fv3_qsub.IN_wcoss2 index ae6c855c5b..d33f9d411a 100644 --- a/tests/fv3_conf/fv3_qsub.IN_wcoss2 +++ b/tests/fv3_conf/fv3_qsub.IN_wcoss2 @@ -5,8 +5,8 @@ #PBS -N @[JBNME] #PBS -A @[ACCNR] #PBS -q @[QUEUE] -#PBS -l place=vscatter,select=@[NODES]:ncpus=@[NCPUS]:mpiprocs=@[TPN]:ompthreads=@[THRD]:mem=500G -@[EXCLUSIVE_NODES_OPT] +#PBS -l select=@[NODES]:ncpus=@[NCPUS]:mpiprocs=@[TPN]:ompthreads=@[THRD] +#PBS -l place=vscatter:exclhost #PBS -l walltime=00:@[WLCLK]:00 set -eux @@ -19,18 +19,26 @@ set +x module use $PWD/modulefiles module load modules.fv3 module load cray-pals +module load craype-network-ucx +module load cray-mpich-ucx module list set -x echo "Model started: " `date` -export OMP_STACKSIZE=512M export OMP_NUM_THREADS=@[THRD] -export OMP_PLACES=cores + export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4 export ESMF_RUNTIME_PROFILE=ON export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY" +export FI_OFI_RXM_RX_SIZE=40000 +export FI_OFI_RXM_TX_SIZE=40000 +export FI_OFI_RXM_SAR_LIMIT=3145728 +export OMP_PLACES=cores +export OMP_STACKSIZE=2048M +export MPICH_MPIIO_HINTS="*:romio_cb_write=enable" + # This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run. if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then echo "The job should abort now, with exit status 1." 1>&2 @@ -38,7 +46,7 @@ if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then false fi -mpiexec -n @[TASKS] -ppn @[TPN] --cpu-bind core -depth @[THRD] ./fv3.exe +mpiexec -n @[TASKS] -ppn @[TPN] --cpu-bind depth --depth @[THRD] ./fv3.exe echo "Model ended: " `date` echo -n " $( date +%s )," >> job_timestamp.txt diff --git a/tests/logs/OpnReqTests_control_p8_ursa.log b/tests/logs/OpnReqTests_control_p8_ursa.log index 5618aa95fa..a5770f5c5d 100644 --- a/tests/logs/OpnReqTests_control_p8_ursa.log +++ b/tests/logs/OpnReqTests_control_p8_ursa.log @@ -1,9 +1,9 @@ -Thu Feb 12 05:06:33 UTC 2026 +Sat Feb 7 21:20:09 UTC 2026 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_3790693/bit_base_bit_base +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/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 = 541.036047 - 0: The maximum resident set size (KB) = 2624176 + 0: The total amount of wall time = 143.654868 + 0: The maximum resident set size (KB) = 2603116 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_3790693/dbg_base_dbg_base +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/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 = 2664.825306 - 0: The maximum resident set size (KB) = 2527640 + 0: The total amount of wall time = 1212.053972 + 0: The maximum resident set size (KB) = 2523832 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_3790693/dcp_dcp +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/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 = 125.819305 - 0: The maximum resident set size (KB) = 2505356 + 0: The total amount of wall time = 124.965523 + 0: The maximum resident set size (KB) = 2505272 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_3790693/mpi_mpi +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/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 = 582.733878 - 0: The maximum resident set size (KB) = 2520700 + 0: The total amount of wall time = 122.639153 + 0: The maximum resident set size (KB) = 2495776 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_3790693/rst_rst +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/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 = 114.764303 - 0: The maximum resident set size (KB) = 2495444 + 0: The total amount of wall time = 603.367093 + 0: The maximum resident set size (KB) = 2508356 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_3790693/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/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 = 115.418772 - 0: The maximum resident set size (KB) = 2491076 + 0: The total amount of wall time = 119.739082 + 0: The maximum resident set size (KB) = 2502468 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_3790693/thr_thr +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/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 = 116.691212 - 0: The maximum resident set size (KB) = 2495672 + 0: The total amount of wall time = 114.499191 + 0: The maximum resident set size (KB) = 2502776 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Feb 12 06:50:18 UTC 2026 -Elapsed time: 01h:43m:45s. Have a nice day! +Sat Feb 7 22:32:57 UTC 2026 +Elapsed time: 01h:12m:48s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_ursa.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_ursa.log index 5a946bfcfa..21fbdf109b 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_ursa.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_ursa.log @@ -1,9 +1,9 @@ -Thu Feb 12 05:07:27 UTC 2026 +Sat Feb 7 21:21:11 UTC 2026 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_3804617/dbg_base_dbg_base +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1012320/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 = 2994.254265 - 0: The maximum resident set size (KB) = 3020004 + 0: The total amount of wall time = 3003.903806 + 0: The maximum resident set size (KB) = 3020888 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_3804617/rst_rst +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1012320/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 = 282.948083 - 0: The maximum resident set size (KB) = 3005364 + 0: The total amount of wall time = 283.879319 + 0: The maximum resident set size (KB) = 2993624 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_3804617/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1012320/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 = 283.327782 - 0: The maximum resident set size (KB) = 3018044 + 0: The total amount of wall time = 301.285978 + 0: The maximum resident set size (KB) = 3004916 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Feb 12 06:26:49 UTC 2026 -Elapsed time: 01h:19m:22s. Have a nice day! +Sat Feb 7 22:43:10 UTC 2026 +Elapsed time: 01h:21m:59s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_ursa.log b/tests/logs/OpnReqTests_regional_control_ursa.log index 003d5af1fc..e1d237201c 100644 --- a/tests/logs/OpnReqTests_regional_control_ursa.log +++ b/tests/logs/OpnReqTests_regional_control_ursa.log @@ -1,9 +1,9 @@ -Thu Feb 12 05:08:22 UTC 2026 +Sat Feb 7 21:22:13 UTC 2026 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_3832227/bit_base_bit_base +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1032612/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 = 287.958345 - 0: The maximum resident set size (KB) = 2072888 + 0: The total amount of wall time = 288.346102 + 0: The maximum resident set size (KB) = 2083640 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_3832227/dcp_dcp +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1032612/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 = 199.194066 - 0: The maximum resident set size (KB) = 1705776 + 0: The total amount of wall time = 214.028752 + 0: The maximum resident set size (KB) = 1717640 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_3832227/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1032612/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 = 196.923468 - 0: The maximum resident set size (KB) = 1719508 + 0: The total amount of wall time = 198.491161 + 0: The maximum resident set size (KB) = 1713708 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_3832227/thr_thr +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1032612/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 = 197.196150 - 0: The maximum resident set size (KB) = 1701908 + 0: The total amount of wall time = 932.500713 + 0: The maximum resident set size (KB) = 1704872 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Feb 12 05:45:03 UTC 2026 -Elapsed time: 00h:36m:41s. Have a nice day! +Sat Feb 7 22:10:23 UTC 2026 +Elapsed time: 00h:48m:11s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 8541de639c..8addd25f1f 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: -e9d49f9df8bcf94d0dbf3711982748d6180dbb3a +0642a1ccf3e6cbf1ee23d6f47fa9388240884125 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - cb72b52e726db1495e680f175161ddd74caf006c UFSATM (remotes/origin/feature/hafsv2_sync) + c20b46c256ca08788d54d7991bc336a410913f39 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - d08592dd6bb16df55db1ec8eea33af13d05a32ff UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6629-gd08592dd) + 34af6895839e8617b83d798b2cf9dbcf67b12386 UFSATM/ccpp/physics (EP4-2159-g34af6895) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 3f742540a1beb0018dd4a54a603c3831e475a481 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/hafsv2_sync) @@ -40,275 +40,275 @@ 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-20260210 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_4138425 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20260202 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_140213 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:32, 16:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:38, 06:44](3323 MB) -PASS -- TEST 'cpld_control_gefs_intel' [47:46, 16:51](4104 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [24:52, 07:45](3905 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:33, 16:41] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:17, 13:13](1898 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:17, 14:04](1950 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:03, 06:08](1071 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:19, 06:26](1935 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:23, 15:24](1874 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [17:30, 14:45] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:25, 11:45](2197 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [16:27, 06:14](1354 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:19, 04:35] ( 355 warnings 1 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [18:08, 12:53](2235 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 04:55] ( 355 warnings 1769 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:04, 20:02](1938 MB) - -PASS -- COMPILE 's2swa_intel' [19:33, 16:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [24:17, 08:19](3356 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:35, 08:15](3354 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:55, 04:45](3235 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [23:49, 08:20](3373 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:23, 04:42](3252 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:24, 07:40](3562 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [19:29, 08:09](3346 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [30:38, 06:55](3291 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [24:43, 08:11](3355 MB) - -PASS -- COMPILE 's2swal_intel' [19:34, 16:36] ( 1 warnings 2 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [30:44, 08:23](3358 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [10:25, 04:51](3239 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [18:19, 08:15](3347 MB) - -PASS -- COMPILE 's2sw_intel' [18:33, 15:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:40, 04:33](1916 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:19, 07:20](1986 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:32, 14:54] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:00, 05:05](1987 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:34, 15:24] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:03, 13:13](1924 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:00, 06:23](1105 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:59, 15:15](1889 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:31, 05:58](2886 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:28, 02:07](2901 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:28, 01:24](2314 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:57, 01:24](2116 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:57, 00:59](2112 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:49, 00:43](1453 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:57, 01:19](2115 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:57, 00:57](2113 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:48, 00:39](1451 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [04:56, 01:02](2040 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:56, 00:57](2042 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:47, 00:43](1397 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:19, 04:38] ( 355 warnings 1769 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:56, 23:58](1959 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:26, 10:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [15:51, 02:26](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [16:59, 02:28](1579 MB) -PASS -- TEST 'control_latlon_intel' [16:46, 02:29](1577 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [15:48, 02:32](1574 MB) -PASS -- TEST 'control_c48_intel' [10:49, 06:22](1593 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:47, 05:42](720 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [12:47, 06:41](1593 MB) -PASS -- TEST 'control_c192_intel' [20:05, 07:05](1704 MB) -PASS -- TEST 'control_c384_intel' [35:29, 08:35](1994 MB) -PASS -- TEST 'control_c384gdas_intel' [46:23, 09:32](1137 MB) -PASS -- TEST 'control_stochy_intel' [12:41, 01:49](628 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:38, 01:09](399 MB) -PASS -- TEST 'control_lndp_intel' [11:39, 01:44](637 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [12:02, 02:56](912 MB) -PASS -- TEST 'control_p8_intel' [11:27, 02:57](1853 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [10:37, 03:11](1857 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:08, 02:59](1858 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:11, 02:58](1877 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [11:40, 03:08](1887 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [11:47, 02:21](2430 MB) -PASS -- TEST 'control_restart_p8_intel' [07:04, 01:46](1014 MB) -PASS -- TEST 'control_noqr_p8_intel' [11:50, 03:04](1855 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [07:12, 01:41](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [11:46, 03:02](1847 MB) -PASS -- TEST 'control_2threads_p8_intel' [10:49, 02:44](1925 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:02, 05:12](1859 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [14:17, 04:05](1909 MB) -PASS -- TEST 'control_p8_mynn_intel' [13:07, 03:03](1870 MB) -PASS -- TEST 'merra2_thompson_intel' [13:38, 03:19](1858 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [13:18, 04:44](1863 MB) -PASS -- TEST 'regional_control_intel' [09:56, 05:01](877 MB) -PASS -- TEST 'regional_restart_intel' [06:52, 02:49](882 MB) -PASS -- TEST 'regional_decomp_intel' [09:50, 05:19](892 MB) -PASS -- TEST 'regional_2threads_intel' [06:47, 03:18](989 MB) -PASS -- TEST 'regional_noquilt_intel' [07:49, 04:54](1165 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:48, 05:07](884 MB) -PASS -- TEST 'regional_wofs_intel' [09:50, 06:39](1609 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:23, 09:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:11, 03:51](1884 MB) - -PASS -- COMPILE 'rrfs_intel' [11:23, 08:56] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [08:10, 03:47](1015 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:23, 04:09](1182 MB) -PASS -- TEST 'rap_decomp_intel' [07:31, 03:51](1019 MB) -PASS -- TEST 'rap_2threads_intel' [07:29, 03:23](1092 MB) -PASS -- TEST 'rap_restart_intel' [10:17, 02:09](762 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:11, 03:47](1008 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:26, 03:58](1012 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [08:13, 02:06](762 MB) -PASS -- TEST 'hrrr_control_intel' [09:41, 03:33](1008 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [09:28, 03:44](1004 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [09:23, 03:17](1073 MB) -PASS -- TEST 'hrrr_control_restart_intel' [07:36, 02:02](759 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:59, 06:33](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:39, 08:38](1971 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:39, 08:11](1962 MB) - -PASS -- COMPILE 'csawmg_intel' [11:24, 08:40] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [11:58, 06:33](961 MB) -PASS -- TEST 'control_ras_intel' [07:34, 03:19](667 MB) - -PASS -- COMPILE 'wam_intel' [10:22, 08:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [18:16, 12:27](1647 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:19, 04:44] ( 434 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:39, 02:50](1603 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:40, 02:43](1612 MB) -PASS -- TEST 'control_stochy_debug_intel' [08:33, 03:28](816 MB) -PASS -- TEST 'control_lndp_debug_intel' [08:33, 03:11](814 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:54, 04:46](1109 MB) -PASS -- TEST 'control_ras_debug_intel' [08:37, 03:14](826 MB) -PASS -- TEST 'control_diag_debug_intel' [08:44, 03:12](1672 MB) -PASS -- TEST 'control_debug_p8_intel' [09:04, 03:04](1896 MB) -PASS -- TEST 'regional_debug_intel' [22:13, 18:27](936 MB) -PASS -- TEST 'rap_control_debug_intel' [11:40, 05:33](1187 MB) -PASS -- TEST 'hrrr_control_debug_intel' [11:42, 05:26](1185 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [11:38, 05:35](1190 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [11:38, 05:43](1190 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:37, 05:42](1188 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:49, 05:54](1273 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:39, 05:41](1188 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:37, 05:55](1185 MB) -PASS -- TEST 'rap_lndp_debug_intel' [10:36, 05:42](1194 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [10:44, 05:36](1189 MB) -PASS -- TEST 'rap_noah_debug_intel' [11:37, 05:33](1188 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [12:38, 05:38](1186 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:42, 08:56](1187 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:41, 05:33](1191 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [18:28, 09:33](1195 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:18, 03:34] ( 398 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [21:20, 14:31](1694 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:24, 08:17] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:23, 03:56](1029 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:25, 03:07](887 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:55, 03:04](886 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:58, 02:53](938 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:26, 02:58](931 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:57, 03:19](892 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:03, 01:51](734 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:37, 01:47](725 MB) -PASS -- TEST 'conus13km_control_intel' [08:25, 02:59](1018 MB) -PASS -- TEST 'conus13km_2threads_intel' [06:06, 01:18](1141 MB) -PASS -- TEST 'conus13km_decomp_intel' [08:11, 03:00](1028 MB) -PASS -- TEST 'conus13km_restart_intel' [05:10, 01:52](685 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [12:24, 08:17] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [07:15, 02:07](702 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:24, 08:18] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:54, 04:02](922 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:18, 03:35] ( 329 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:37, 05:25](1072 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:35, 05:19](1070 MB) -PASS -- TEST 'conus13km_debug_intel' [27:36, 24:01](1096 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [27:32, 23:53](794 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [17:16, 13:26](1207 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [28:26, 24:32](1092 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:23, 23:56](1168 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:19, 03:36] ( 329 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:37, 05:34](1101 MB) - -PASS -- COMPILE 'hafsw_intel' [15:27, 12:01] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:58, 04:30](696 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [18:11, 04:47](903 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [11:44, 03:37](1041 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:16, 11:32](786 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:01, 05:24](461 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:06, 06:37](472 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [16:02, 02:55](371 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [30:14, 07:45](420 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:51, 03:55](494 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:03, 03:42](494 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:42, 01:38](402 MB) -PASS -- TEST 'gnv1_nested_intel' [09:05, 03:52](1693 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:26, 10:20] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:33, 05:17](774 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:25, 09:10] ( 1 warnings ) -PASS -- TEST 'hafs_regional_docn_intel' [13:07, 06:43](747 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:08, 06:44](727 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [22:34, 13:46] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:29, 02:56](1567 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:29, 02:02](1564 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:26, 02:32](672 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:29, 02:50](672 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:29, 02:37](688 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [08:29, 02:53](1565 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:27, 02:51](1565 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [07:27, 02:43](674 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:34, 06:54](1365 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [14:39, 06:46](684 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:24, 02:57](1568 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:29, 04:59](4519 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:30, 05:08](4523 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [10:22, 00:54] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:41, 01:04](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [06:35, 00:55](438 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:36, 00:50](438 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [25:38, 14:39] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:35, 03:48](1905 MB) - -PASS -- COMPILE 'atml_intel' [18:32, 09:50] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [09:19, 03:25](1861 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:05, 02:08](1030 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:24, 04:24] ( 441 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:16, 05:39](1905 MB) - -PASS -- COMPILE 'atmw_intel' [16:29, 08:54] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:08, 01:54](1873 MB) - -PASS -- COMPILE 'atmaero_intel' [22:34, 15:07] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:54, 04:39](3229 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:34, 05:09](3112 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:38, 05:24](3115 MB) - -PASS -- COMPILE 'atmaq_intel' [11:23, 08:45] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [22:03, 14:51](2400 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [25:05, 17:42](2448 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:19, 03:40] ( 415 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [47:06, 40:23](1876 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:34, 16:35] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [26:47, 06:25](3326 MB) +PASS -- TEST 'cpld_control_gefs_intel' [51:42, 16:58](4092 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [25:02, 07:46](3890 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:31, 16:55] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [24:20, 13:13](1897 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:24, 14:12](1937 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:15, 06:28](1072 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [17:19, 06:30](1931 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [37:36, 15:18](1872 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [17:31, 14:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:10, 11:36](2199 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [19:41, 06:05](1356 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:20, 04:38] ( 335 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [18:11, 12:46](2239 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:19, 04:58] ( 335 warnings 1782 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:04, 19:56](1939 MB) + +PASS -- COMPILE 's2swa_intel' [19:34, 16:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:36, 08:12](3359 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [23:31, 08:19](3356 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:23, 04:45](3238 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [27:38, 08:13](3374 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:17, 04:38](3255 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [24:29, 07:40](3567 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [19:30, 08:08](3346 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [28:06, 06:45](3295 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:36, 08:14](3356 MB) + +PASS -- COMPILE 's2swal_intel' [18:34, 16:14] ( 1 warnings 2 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [22:41, 08:28](3360 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:36, 04:48](3241 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [17:24, 08:19](3350 MB) + +PASS -- COMPILE 's2sw_intel' [18:34, 15:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [11:53, 04:37](1915 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:24, 07:17](1988 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:33, 14:56] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:01, 05:21](1992 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:31, 15:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:03, 13:15](1924 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:53, 06:29](1105 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:08, 15:18](1892 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:35, 05:59](2893 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:34, 02:03](2903 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:22, 01:29](2305 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [05:02, 01:32](2118 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:02, 01:00](2115 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:47, 00:53](1453 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [05:02, 01:26](2116 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:01, 01:06](2114 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:48, 00:42](1454 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:01, 00:56](2042 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:01, 00:51](2043 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:45, 00:45](1398 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:18, 04:41] ( 335 warnings 1782 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:51, 23:45](1960 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:25, 10:16] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [18:52, 02:17](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [20:59, 02:46](1574 MB) +PASS -- TEST 'control_latlon_intel' [17:44, 02:29](1574 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [18:53, 02:31](1572 MB) +PASS -- TEST 'control_c48_intel' [10:55, 06:19](1593 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:44, 05:42](723 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:44, 06:35](1596 MB) +PASS -- TEST 'control_c192_intel' [21:05, 07:02](1700 MB) +PASS -- TEST 'control_c384_intel' [39:42, 08:32](1991 MB) +PASS -- TEST 'control_c384gdas_intel' [49:15, 09:31](1132 MB) +PASS -- TEST 'control_stochy_intel' [13:39, 01:52](628 MB) +PASS -- TEST 'control_stochy_restart_intel' [07:36, 01:15](400 MB) +PASS -- TEST 'control_lndp_intel' [12:40, 01:51](631 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [13:03, 02:48](913 MB) +PASS -- TEST 'control_p8_intel' [12:28, 02:55](1852 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:37, 03:10](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [10:14, 02:52](1855 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:15, 03:03](1875 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:35, 02:57](1885 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [11:45, 02:20](2429 MB) +PASS -- TEST 'control_restart_p8_intel' [08:14, 01:48](1011 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:37, 02:54](1852 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:39, 01:53](1012 MB) +PASS -- TEST 'control_decomp_p8_intel' [10:43, 02:57](1844 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:50, 02:41](1930 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:07, 05:05](1856 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [12:17, 04:09](1905 MB) +PASS -- TEST 'control_p8_mynn_intel' [11:24, 03:05](1870 MB) +PASS -- TEST 'merra2_thompson_intel' [11:40, 03:26](1854 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [12:18, 04:31](1860 MB) +PASS -- TEST 'regional_control_intel' [09:56, 05:12](876 MB) +PASS -- TEST 'regional_restart_intel' [06:52, 02:46](884 MB) +PASS -- TEST 'regional_decomp_intel' [08:51, 05:11](890 MB) +PASS -- TEST 'regional_2threads_intel' [07:49, 03:07](998 MB) +PASS -- TEST 'regional_noquilt_intel' [09:53, 04:56](1170 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:52, 04:53](879 MB) +PASS -- TEST 'regional_wofs_intel' [09:53, 06:31](1609 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:23, 09:36] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [10:11, 03:55](1880 MB) + +PASS -- COMPILE 'rrfs_intel' [11:24, 08:51] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [09:09, 03:54](1016 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:19, 04:10](1189 MB) +PASS -- TEST 'rap_decomp_intel' [08:22, 03:53](1017 MB) +PASS -- TEST 'rap_2threads_intel' [08:25, 03:23](1081 MB) +PASS -- TEST 'rap_restart_intel' [09:07, 02:07](765 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:40, 03:45](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:28, 03:56](1011 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [10:13, 02:11](763 MB) +PASS -- TEST 'hrrr_control_intel' [09:01, 03:47](1008 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:25, 03:49](1007 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:23, 03:17](1074 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:40, 02:02](758 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:02, 06:38](1001 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:39, 08:31](1966 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:39, 08:11](1963 MB) + +PASS -- COMPILE 'csawmg_intel' [11:24, 08:44] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:58, 06:30](958 MB) +PASS -- TEST 'control_ras_intel' [07:31, 03:22](666 MB) + +PASS -- COMPILE 'wam_intel' [10:22, 08:06] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:12, 12:31](1649 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:19, 04:55] ( 414 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:38, 02:37](1605 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:37, 02:43](1612 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:32, 03:38](813 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:32, 03:16](815 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:55, 04:42](1109 MB) +PASS -- TEST 'control_ras_debug_intel' [08:33, 03:12](822 MB) +PASS -- TEST 'control_diag_debug_intel' [08:39, 03:12](1673 MB) +PASS -- TEST 'control_debug_p8_intel' [08:00, 03:05](1898 MB) +PASS -- TEST 'regional_debug_intel' [24:17, 18:24](931 MB) +PASS -- TEST 'rap_control_debug_intel' [10:38, 05:43](1189 MB) +PASS -- TEST 'hrrr_control_debug_intel' [11:40, 05:26](1187 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [12:40, 05:33](1190 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [11:37, 05:38](1191 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:36, 05:44](1186 MB) +PASS -- TEST 'rap_diag_debug_intel' [11:48, 05:51](1275 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:40, 05:49](1189 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [11:35, 05:42](1189 MB) +PASS -- TEST 'rap_lndp_debug_intel' [12:39, 05:39](1195 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:37, 05:34](1185 MB) +PASS -- TEST 'rap_noah_debug_intel' [12:38, 05:43](1188 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [12:37, 05:44](1189 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [16:42, 08:52](1188 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [12:40, 05:34](1193 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:28, 09:42](1196 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:18, 03:31] ( 378 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [22:24, 14:33](1698 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:24, 08:20] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [15:26, 03:52](1027 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:49, 03:12](886 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:40, 03:09](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:30, 02:49](930 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [12:33, 02:51](926 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [11:54, 03:13](886 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:04, 01:53](728 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:35, 01:52](720 MB) +PASS -- TEST 'conus13km_control_intel' [06:28, 02:51](1014 MB) +PASS -- TEST 'conus13km_2threads_intel' [09:02, 01:14](1136 MB) +PASS -- TEST 'conus13km_decomp_intel' [08:10, 03:01](1025 MB) +PASS -- TEST 'conus13km_restart_intel' [05:01, 01:43](683 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [11:23, 08:18] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [08:11, 02:11](699 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:25, 08:29] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:57, 04:14](919 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:18, 03:35] ( 309 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:36, 05:32](1068 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:38, 05:20](1064 MB) +PASS -- TEST 'conus13km_debug_intel' [28:32, 24:04](1075 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [29:28, 24:04](787 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [19:18, 13:25](1216 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [29:21, 24:34](1088 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:21, 24:01](1168 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:17, 03:29] ( 309 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:37, 05:25](1094 MB) + +PASS -- COMPILE 'hafsw_intel' [15:28, 12:17] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [21:16, 04:40](698 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [26:19, 04:49](909 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [24:57, 03:35](1043 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:09, 11:32](890 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:00, 05:32](466 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:09, 06:37](472 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:00, 03:05](376 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [32:20, 07:45](423 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:47, 03:53](494 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:55, 03:44](496 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:34, 01:29](406 MB) +PASS -- TEST 'gnv1_nested_intel' [08:10, 03:37](1693 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:25, 10:07] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [24:46, 05:28](778 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:25, 09:00] ( 1 warnings ) +PASS -- TEST 'hafs_regional_docn_intel' [13:06, 06:41](744 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:06, 06:47](723 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [18:31, 13:56] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:29, 03:02](1565 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:29, 01:53](1567 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:27, 02:33](674 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:28, 02:42](671 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:26, 02:40](674 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:26, 03:06](1567 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:27, 03:01](1567 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:26, 02:33](674 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:33, 06:56](1369 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:30, 06:51](687 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:22, 02:54](1568 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:27, 05:01](4521 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:27, 05:01](4520 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [06:18, 00:54] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:40, 01:04](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:35, 00:55](436 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:37, 00:42](437 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [21:35, 14:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:33, 04:01](1911 MB) + +PASS -- COMPILE 'atml_intel' [16:29, 09:55] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [08:17, 03:22](1863 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:02, 01:58](1032 MB) + +PASS -- COMPILE 'atml_debug_intel' [11:23, 04:21] ( 421 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:15, 05:38](1905 MB) + +PASS -- COMPILE 'atmw_intel' [15:28, 08:47] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:05, 02:05](1871 MB) + +PASS -- COMPILE 'atmaero_intel' [24:39, 15:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:52, 04:33](3229 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [09:33, 05:26](3110 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [09:35, 05:18](3115 MB) + +PASS -- COMPILE 'atmaq_intel' [14:27, 08:40] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [21:00, 14:54](2392 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [23:47, 17:42](2441 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:21, 03:37] ( 395 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:06, 40:35](1976 MB) SYNOPSIS: -Starting Date/Time: 20260211 15:45:45 -Ending Date/Time: 20260211 18:19:30 -Total Time: 02h:34m:15s +Starting Date/Time: 20260206 18:59:10 +Ending Date/Time: 20260206 21:37:05 +Total Time: 02h:38m:26s Compiles Completed: 35/35 Tests Completed: 188/188 diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 0d27528114..75bd79b62f 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -439b16bcd513922dd5b22b3fd228791731b8762f +29a5ad175eb3e06b8e8d42d31f8ba7886851b18c Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - cb72b52e726db1495e680f175161ddd74caf006c UFSATM (remotes/origin/feature/hafsv2_sync) + c20b46c256ca08788d54d7991bc336a410913f39 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - d08592dd6bb16df55db1ec8eea33af13d05a32ff UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6629-gd08592dd) + 34af6895839e8617b83d798b2cf9dbcf67b12386 UFSATM/ccpp/physics (EP4-2159-g34af6895) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 3f742540a1beb0018dd4a54a603c3831e475a481 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/hafsv2_sync) @@ -40,380 +40,380 @@ 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: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20260210 -COMPARISON DIRECTORY: /glade/derecho/scratch/gpetro/FV3_RT/rt_69687 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20260202 +COMPARISON DIRECTORY: /glade/derecho/scratch/gpetro/FV3_RT/rt_114370 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: NRAL0032 * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [28:16, 28:16] ( 1 warnings 1090 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:46, 06:27](1979 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [30:22, 30:22] ( 1 warnings 1089 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:30, 12:49](1868 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:39, 13:52](1892 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:14, 06:26](1022 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [08:32, 06:38](1883 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:53, 17:12](1828 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [18:43, 18:43] ( 1 warnings 985 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:56, 10:29](2167 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [10:40, 06:24](1301 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:41, 06:41] ( 359 warnings 985 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [15:13, 11:53](2172 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:38, 07:38] ( 359 warnings 2804 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [20:22, 18:42](1871 MB) - -PASS -- COMPILE 's2swa_intel' [28:14, 28:13] ( 1 warnings 1090 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:27, 08:03](2015 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:21, 08:08](2015 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:08, 04:44](1539 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:30, 08:08](2034 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:37, 05:08](1393 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:40, 14:32](2166 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:08, 08:04](2014 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:56, 06:46](1953 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:25, 08:11](2015 MB) - -PASS -- COMPILE 's2swal_intel' [28:31, 28:31] ( 1 warnings 1111 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:30, 08:20](1997 MB) - -PASS -- COMPILE 's2sw_intel' [24:17, 24:17] ( 1 warnings 1058 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:40, 04:40](1873 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:37, 07:23](1933 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:46, 07:46] ( 359 warnings 2054 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:43, 12:35](2033 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:12, 07:12] ( 359 warnings 2036 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:53, 05:55](1899 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:57, 18:57] ( 1 warnings 996 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:49, 05:36](1928 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [26:08, 26:08] ( 1 warnings 1081 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [13:51, 12:46](1878 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:38, 06:25](1053 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:34, 14:28](1839 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:51, 05:05](2851 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [02:26, 01:38](2858 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [01:51, 01:00](2269 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [01:26, 00:57](2078 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [01:00, 00:32](2078 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [00:53, 00:24](1422 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [01:23, 00:56](2075 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [01:00, 00:32](2076 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [00:54, 00:24](1424 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [01:01, 00:34](2004 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [00:54, 00:26](2005 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [00:51, 00:22](1362 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:12, 07:12] ( 359 warnings 2786 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:57, 22:58](1897 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:49, 13:49] ( 1 warnings 534 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:35, 02:16](1516 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:51, 02:29](1522 MB) -PASS -- TEST 'control_latlon_intel' [02:35, 02:20](1517 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:40, 02:22](1516 MB) -PASS -- TEST 'control_c48_intel' [05:42, 05:26](1555 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [05:22, 05:07](682 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [05:49, 05:34](1558 MB) -PASS -- TEST 'control_c192_intel' [06:53, 06:21](1657 MB) -PASS -- TEST 'control_c384_intel' [08:29, 07:09](1941 MB) -PASS -- TEST 'control_c384gdas_intel' [10:43, 08:16](1117 MB) -PASS -- TEST 'control_stochy_intel' [01:59, 01:45](581 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:24, 01:11](388 MB) -PASS -- TEST 'control_lndp_intel' [01:51, 01:37](581 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:59, 03:29](874 MB) -PASS -- TEST 'control_p8_intel' [04:46, 03:24](1803 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:29, 03:28](1811 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:32, 03:16](1818 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:32, 03:12](1829 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:59, 03:29](1836 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:05, 03:01](2396 MB) -PASS -- TEST 'control_restart_p8_intel' [03:32, 02:21](970 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:34, 03:16](1803 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 02:23](971 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:40, 03:19](1804 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:28, 05:06](1888 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:25, 04:49](1818 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:41, 04:23](1856 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:43, 03:29](1815 MB) -PASS -- TEST 'merra2_thompson_intel' [05:13, 03:48](1815 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:50, 04:39](1824 MB) -PASS -- TEST 'regional_control_intel' [04:52, 04:24](854 MB) -PASS -- TEST 'regional_restart_intel' [03:03, 02:33](866 MB) -PASS -- TEST 'regional_decomp_intel' [05:07, 04:40](862 MB) -PASS -- TEST 'regional_noquilt_intel' [04:54, 04:25](1141 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [04:54, 04:25](855 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [04:57, 04:28](842 MB) -PASS -- TEST 'regional_wofs_intel' [06:22, 05:55](1576 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:41, 12:41] ( 1 warnings 514 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:31, 04:13](1837 MB) - -PASS -- COMPILE 'rrfs_intel' [11:10, 11:10] ( 4 warnings 490 remarks ) -PASS -- TEST 'rap_control_intel' [04:21, 03:14](966 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:40, 03:42](1149 MB) -PASS -- TEST 'rap_decomp_intel' [04:35, 03:28](965 MB) -PASS -- TEST 'rap_2threads_intel' [06:52, 05:47](1048 MB) -PASS -- TEST 'rap_restart_intel' [03:04, 01:56](826 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:23, 03:16](965 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:39, 03:33](965 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:02, 01:54](825 MB) -PASS -- TEST 'hrrr_control_intel' [04:25, 03:13](959 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:32, 03:18](962 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:44, 05:32](1032 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:10, 01:53](785 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:58, 05:48](961 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:46, 07:31](1906 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:25, 07:10](1897 MB) - -PASS -- COMPILE 'csawmg_intel' [10:35, 10:34] ( 1 warnings 459 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:13, 06:44](920 MB) -PASS -- TEST 'control_ras_intel' [03:19, 03:07](621 MB) - -PASS -- COMPILE 'wam_intel' [09:51, 09:51] ( 1 warnings 437 remarks ) -PASS -- TEST 'control_wam_intel' [11:34, 10:59](1595 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:24, 07:24] ( 438 warnings 623 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:43, 02:25](1546 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:44, 02:28](1549 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:21, 03:08](746 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:05, 02:52](749 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:20, 04:51](1047 MB) -PASS -- TEST 'control_ras_debug_intel' [03:04, 02:52](756 MB) -PASS -- TEST 'control_diag_debug_intel' [03:15, 02:51](1604 MB) -PASS -- TEST 'control_debug_p8_intel' [04:05, 03:29](1838 MB) -PASS -- TEST 'regional_debug_intel' [17:15, 16:46](891 MB) -PASS -- TEST 'rap_control_debug_intel' [05:12, 05:00](1128 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:03, 04:49](1122 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:06, 04:52](1129 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:14, 05:00](1129 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:09, 04:56](1128 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:40, 05:14](1215 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 05:06](1128 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:17, 05:02](1129 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:16, 05:01](1133 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:14, 05:00](1128 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:07, 04:51](1126 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:11, 04:57](1128 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:05, 07:49](1125 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:11, 04:55](1131 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:32, 08:19](1134 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 04:11] ( 401 warnings 437 remarks ) -PASS -- TEST 'control_wam_debug_intel' [13:19, 12:42](1630 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:59, 09:59] ( 4 warnings 457 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:16, 03:29](1037 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:56, 02:49](845 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:20, 02:45](841 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:59, 04:52](897 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:10, 04:42](900 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:28, 02:54](842 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:47, 01:43](734 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:58, 01:43](727 MB) -PASS -- TEST 'conus13km_control_intel' [03:28, 02:40](987 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:33, 01:53](1113 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:25, 02:42](1010 MB) -PASS -- TEST 'conus13km_restart_intel' [02:21, 01:40](877 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [10:02, 10:02] ( 4 warnings 487 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [02:41, 02:01](662 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:09, 10:09] ( 4 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:11, 03:42](883 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:29, 04:29] ( 332 warnings 463 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:02, 04:47](1015 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:00, 04:44](1009 MB) -PASS -- TEST 'conus13km_debug_intel' [21:47, 21:09](1029 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:18, 20:40](743 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [22:54, 22:20](1165 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [21:44, 21:11](1044 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:12, 20:37](1110 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:18, 04:18] ( 332 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:01, 04:49](1050 MB) - -PASS -- COMPILE 'hafsw_intel' [18:02, 18:02] ( 1 warnings 736 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:11, 03:41](740 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:35, 05:26](998 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [03:33, 03:13](997 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [10:27, 09:51](839 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:16, 04:48](419 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:05, 05:32](427 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [02:56, 02:29](337 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:12, 06:02](383 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [03:44, 03:19](454 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:40, 03:09](455 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:27, 01:16](371 MB) -PASS -- TEST 'gnv1_nested_intel' [04:33, 03:13](1650 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [19:26, 19:26] ( 1 warnings 975 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:40, 04:28](618 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:02, 14:01] ( 1 warnings 678 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:19, 05:49](790 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:26, 05:52](777 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:35, 13:35] ( 567 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:59, 02:51](1543 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:03, 01:53](1543 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:46, 02:39](646 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:49, 02:41](660 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:51, 02:44](645 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:59, 02:50](1543 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:59, 02:51](1543 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:46, 02:39](645 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:35, 06:38](1334 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:32, 07:34](654 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:57, 02:51](1543 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:40, 04:33](4501 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:47, 04:38](4499 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:38, 03:38] ( 2 warnings 567 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:39, 05:30](1543 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [01:35, 01:35] ( 127 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:32, 01:13](266 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:07, 00:53](402 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:01, 00:43](402 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:56, 15:55] ( 1 warnings 654 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:57, 04:02](1858 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:51, 10:51] ( 1 warnings 542 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:56, 05:05](1849 MB) - -PASS -- COMPILE 'atml_intel' [13:19, 13:19] ( 9 warnings 586 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [06:11, 06:11] ( 445 warnings 586 remarks ) - -PASS -- COMPILE 'atmw_intel' [12:30, 12:30] ( 1 warnings 561 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 02:32](1825 MB) - -PASS -- COMPILE 'atmaero_intel' [11:57, 11:57] ( 1 warnings 455 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:45, 04:36](1896 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:27, 04:36](1662 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:35, 04:43](1677 MB) - -PASS -- COMPILE 'atmaq_intel' [11:26, 11:26] ( 1 warnings 640 remarks ) -PASS -- TEST 'regional_atmaq_intel' [16:30, 14:54](2923 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [19:04, 17:28](2923 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:39, 04:39] ( 418 warnings 640 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:57, 34:21](2847 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:45, 09:45] ( 4 warnings 464 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:33, 08:18](773 MB) - -PASS -- COMPILE 'atm_gnu' [05:34, 05:34] -PASS -- TEST 'control_c48_gnu' [07:39, 07:12](1510 MB) -PASS -- TEST 'control_stochy_gnu' [02:49, 02:36](606 MB) -PASS -- TEST 'control_ras_gnu' [04:09, 03:57](615 MB) -PASS -- TEST 'control_p8_gnu' [05:16, 04:18](1551 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:20, 04:28](1561 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:53, 05:53] -PASS -- TEST 'rap_control_gnu' [05:25, 04:17](955 MB) -PASS -- TEST 'rap_decomp_gnu' [05:27, 04:19](958 MB) -PASS -- TEST 'rap_2threads_gnu' [08:15, 07:07](1028 MB) -PASS -- TEST 'rap_restart_gnu' [03:37, 02:25](706 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:26, 04:17](952 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:27, 04:18](954 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:33, 02:24](703 MB) -PASS -- TEST 'hrrr_control_gnu' [05:19, 04:08](952 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:12, 04:08](934 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:04, 06:52](1022 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:22, 04:09](950 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:34, 02:19](695 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:35, 02:19](782 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:52, 07:39](950 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:59, 04:59] -PASS -- TEST 'control_csawmg_gnu' [08:23, 07:51](853 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [15:43, 15:43] -PASS -- TEST 'control_diag_debug_gnu' [02:11, 01:48](1384 MB) -PASS -- TEST 'regional_debug_gnu' [08:04, 07:35](792 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:56, 02:41](963 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:50, 02:36](958 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:52, 02:36](963 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:56, 02:40](964 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:17, 02:48](1051 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 04:03](963 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:56, 02:43](964 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:57, 01:44](602 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:03, 01:50](599 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:02, 02:24](1570 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:52, 02:38](967 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:32, 04:16](974 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:11, 03:11] -PASS -- TEST 'control_wam_debug_gnu' [06:45, 06:09](1405 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:54, 06:54] -PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 02:56](841 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:59, 04:59] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:03, 03:57](808 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:26, 03:50](808 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:36, 06:31](862 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:54, 06:23](855 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:20, 03:55](809 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:17, 02:13](671 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:30, 02:13](674 MB) -PASS -- TEST 'conus13km_control_gnu' [04:34, 03:47](930 MB) -PASS -- TEST 'conus13km_2threads_gnu' [02:59, 02:20](1043 MB) -PASS -- TEST 'conus13km_decomp_gnu' [04:31, 03:51](935 MB) -PASS -- TEST 'conus13km_restart_gnu' [02:57, 02:16](588 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [21:07, 21:07] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:02, 04:33](845 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [15:48, 15:47] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:49, 02:34](819 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:48, 02:34](815 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:40, 10:01](946 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:32, 09:53](657 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:26, 09:50](1056 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [10:51, 10:18](952 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:36, 10:00](1016 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [15:40, 15:40] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:53, 02:40](847 MB) - -PASS -- COMPILE 's2swa_gnu' [20:15, 20:15] -PASS -- TEST 'cpld_control_p8_gnu' [10:58, 09:32](1645 MB) - -PASS -- COMPILE 's2s_gnu' [18:17, 18:17] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:08, 08:53](1626 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:46, 05:46] -PASS -- TEST 'cpld_debug_p8_gnu' [07:52, 06:41](1655 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [19:33, 19:33] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [12:34, 11:28](1584 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:08, 05:08] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [09:51, 08:45](1603 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:17, 16:17] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:10, 03:02](1516 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [02:59, 02:59] -PASS -- TEST 'control_gfs_mpas_gnu' [01:19, 00:55](6362 MB) +PASS -- COMPILE 's2swa_32bit_intel' [29:06, 29:06] ( 1 warnings 1048 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:50, 06:25](1979 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [29:48, 29:48] ( 1 warnings 1047 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:42, 13:01](1868 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:02, 14:03](1889 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:10, 06:38](1024 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [08:42, 06:45](1886 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:17, 14:32](1831 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [19:07, 19:07] ( 1 warnings 943 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:45, 10:41](2157 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [13:21, 06:39](1310 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:28, 06:28] ( 339 warnings 943 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [15:52, 12:19](2189 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:40, 07:40] ( 339 warnings 2775 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [21:33, 19:52](1870 MB) + +PASS -- COMPILE 's2swa_intel' [29:26, 29:26] ( 1 warnings 1048 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:41, 08:11](2010 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:37, 08:15](2010 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:16, 04:46](1535 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:41, 08:18](2043 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:27, 06:40](1387 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [16:00, 14:48](2164 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:14, 08:03](2009 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:08, 06:53](1951 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:37, 08:23](2011 MB) + +PASS -- COMPILE 's2swal_intel' [29:06, 29:06] ( 1 warnings 1069 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:44, 08:32](2000 MB) + +PASS -- COMPILE 's2sw_intel' [23:07, 23:07] ( 1 warnings 1016 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [05:56, 04:52](1872 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:32, 07:16](1932 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:38, 07:38] ( 339 warnings 2025 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:59, 13:47](2029 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:09, 07:09] ( 339 warnings 2007 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:00, 06:58](1897 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:55, 19:55] ( 1 warnings 954 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:42, 05:29](1929 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:13, 26:13] ( 1 warnings 1039 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:12, 12:59](1875 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:38, 08:14](1037 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:56, 14:38](1836 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [05:53, 05:05](2848 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [02:29, 01:40](2856 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [01:55, 01:03](2267 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [01:27, 00:59](2074 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [01:03, 00:35](2076 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [00:57, 00:27](1418 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [01:26, 00:57](2073 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [01:00, 00:34](2074 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [00:56, 00:27](1421 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [01:04, 00:36](2001 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [00:56, 00:28](2002 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [00:53, 00:24](1359 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:07, 07:07] ( 339 warnings 2757 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:27, 23:21](1892 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:51, 13:51] ( 1 warnings 492 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:20, 03:00](1515 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:54, 02:27](1521 MB) +PASS -- TEST 'control_latlon_intel' [02:37, 02:25](1516 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:50, 02:30](1517 MB) +PASS -- TEST 'control_c48_intel' [05:45, 05:29](1554 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:29, 05:09](682 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [05:52, 05:38](1556 MB) +PASS -- TEST 'control_c192_intel' [06:54, 06:24](1658 MB) +PASS -- TEST 'control_c384_intel' [08:36, 07:17](1938 MB) +PASS -- TEST 'control_c384gdas_intel' [11:22, 08:29](1115 MB) +PASS -- TEST 'control_stochy_intel' [02:01, 01:46](580 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:24, 01:11](384 MB) +PASS -- TEST 'control_lndp_intel' [01:54, 01:39](581 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:01, 03:27](875 MB) +PASS -- TEST 'control_p8_intel' [04:57, 03:28](1802 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:37, 03:30](1810 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:34, 03:14](1816 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:31, 03:13](1829 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:00, 03:30](1836 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:04, 02:58](2396 MB) +PASS -- TEST 'control_restart_p8_intel' [03:41, 02:26](971 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:39, 03:21](1802 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 02:20](970 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:38, 03:21](1802 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:22, 05:02](1882 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:50, 05:14](1817 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:02, 04:33](1856 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:55, 03:33](1815 MB) +PASS -- TEST 'merra2_thompson_intel' [05:20, 03:51](1817 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:01, 04:45](1822 MB) +PASS -- TEST 'regional_control_intel' [05:06, 04:37](842 MB) +PASS -- TEST 'regional_restart_intel' [03:57, 03:26](865 MB) +PASS -- TEST 'regional_decomp_intel' [05:15, 04:46](852 MB) +PASS -- TEST 'regional_noquilt_intel' [05:07, 04:36](1139 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:03, 04:31](854 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:16, 04:36](846 MB) +PASS -- TEST 'regional_wofs_intel' [08:02, 07:32](1576 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:43, 12:43] ( 1 warnings 472 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:24, 04:47](1836 MB) + +PASS -- COMPILE 'rrfs_intel' [11:20, 11:20] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [05:39, 04:30](963 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:14, 05:24](1142 MB) +PASS -- TEST 'rap_decomp_intel' [06:12, 04:46](963 MB) +PASS -- TEST 'rap_2threads_intel' [08:36, 07:23](1041 MB) +PASS -- TEST 'rap_restart_intel' [03:09, 02:02](825 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:25, 03:16](963 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:11, 04:43](962 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:08, 02:00](824 MB) +PASS -- TEST 'hrrr_control_intel' [06:25, 05:11](959 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:18, 05:03](960 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:28, 06:14](1030 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:19, 01:58](785 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:40, 07:27](959 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:24, 09:08](1906 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:08, 08:53](1902 MB) + +PASS -- COMPILE 'csawmg_intel' [10:40, 10:40] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:56, 08:24](917 MB) +PASS -- TEST 'control_ras_intel' [05:01, 04:45](619 MB) + +PASS -- COMPILE 'wam_intel' [09:55, 09:55] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [13:40, 13:03](1596 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:20, 07:20] ( 418 warnings 581 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:49, 02:30](1548 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:01, 03:44](1553 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:29, 04:16](748 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:56, 02:55](750 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:12, 04:58](1051 MB) +PASS -- TEST 'control_ras_debug_intel' [03:58, 02:58](756 MB) +PASS -- TEST 'control_diag_debug_intel' [04:14, 02:59](1606 MB) +PASS -- TEST 'control_debug_p8_intel' [04:03, 03:23](1840 MB) +PASS -- TEST 'regional_debug_intel' [16:40, 16:09](896 MB) +PASS -- TEST 'rap_control_debug_intel' [05:12, 04:58](1133 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:12, 04:57](1126 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:07, 04:52](1133 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:14, 05:00](1133 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:11, 04:57](1132 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:51, 05:14](1217 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 05:03](1132 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:29, 05:08](1135 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:18, 05:03](1136 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:13, 04:59](1134 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:06, 04:52](1129 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:20, 05:03](1132 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:00, 07:46](1130 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 05:02](1136 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:43, 08:27](1137 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:12, 04:12] ( 381 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:02, 14:23](1631 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:57, 09:57] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:24, 03:34](1038 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:07, 02:59](846 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:25, 02:51](842 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:00, 04:53](883 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:20, 04:47](886 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:33, 03:03](843 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:52, 01:46](730 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:06, 01:52](729 MB) +PASS -- TEST 'conus13km_control_intel' [03:31, 02:45](989 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:36, 01:55](1113 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:28, 02:45](1012 MB) +PASS -- TEST 'conus13km_restart_intel' [02:23, 01:42](879 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [09:59, 09:59] ( 4 warnings 445 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [02:45, 02:03](662 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:00, 10:00] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:14, 03:45](883 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:15, 04:15] ( 312 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:02, 04:46](1011 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:00, 04:46](1006 MB) +PASS -- TEST 'conus13km_debug_intel' [21:35, 20:55](1037 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:55, 21:15](740 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:39, 23:03](1158 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [22:53, 21:29](1041 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:23, 20:47](1106 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:07, 04:07] ( 312 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:10, 04:56](1051 MB) + +PASS -- COMPILE 'hafsw_intel' [17:51, 17:50] ( 1 warnings 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:30, 03:57](743 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:19, 07:10](994 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [03:44, 03:18](996 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [10:53, 10:14](838 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:37, 04:59](415 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:18, 05:41](426 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [02:59, 02:29](333 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:39, 06:25](383 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [03:59, 03:24](452 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:50, 03:12](453 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:33, 01:19](370 MB) +PASS -- TEST 'gnv1_nested_intel' [04:41, 03:17](1646 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [19:04, 19:04] ( 1 warnings 933 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:59, 04:34](621 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:02, 14:02] ( 1 warnings 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:56, 06:22](792 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:56, 06:20](777 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:54, 13:54] ( 567 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:01, 02:53](1543 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:08, 01:56](1543 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:49, 02:41](645 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:52, 02:43](645 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:51, 02:42](645 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:59, 02:52](1543 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:01, 02:53](1543 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:48, 02:40](661 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:31, 07:32](1334 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:00, 08:01](651 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:59, 02:53](1543 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:35, 04:34](4499 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:52, 04:42](4497 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:41, 03:40] ( 2 warnings 567 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:38, 05:30](1543 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:34, 01:34] ( 127 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:33, 01:14](266 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:20, 01:01](402 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:06, 00:47](402 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:51, 15:51] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:06, 04:05](1857 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:42, 10:42] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:25, 05:29](1851 MB) + +PASS -- COMPILE 'atml_intel' [13:16, 13:15] ( 9 warnings 544 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:02, 06:02] ( 425 warnings 544 remarks ) + +PASS -- COMPILE 'atmw_intel' [12:16, 12:16] ( 1 warnings 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:52, 02:31](1822 MB) + +PASS -- COMPILE 'atmaero_intel' [11:47, 11:47] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:44, 04:30](1898 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:51, 04:51](1663 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:58, 04:59](1679 MB) + +PASS -- COMPILE 'atmaq_intel' [11:16, 11:16] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [18:47, 16:58](2925 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [21:08, 19:16](2925 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:27, 04:27] ( 398 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [36:41, 35:01](2939 MB) + +PASS -- COMPILE 'atm_fbh_intel' [09:44, 09:43] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:34, 08:18](777 MB) + +PASS -- COMPILE 'atm_gnu' [05:33, 05:33] +PASS -- TEST 'control_c48_gnu' [07:46, 07:14](1510 MB) +PASS -- TEST 'control_stochy_gnu' [02:59, 02:44](605 MB) +PASS -- TEST 'control_ras_gnu' [05:21, 05:05](611 MB) +PASS -- TEST 'control_p8_gnu' [05:50, 04:44](1575 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:36, 05:31](1582 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:48, 05:48] +PASS -- TEST 'rap_control_gnu' [06:30, 05:14](956 MB) +PASS -- TEST 'rap_decomp_gnu' [06:07, 04:53](956 MB) +PASS -- TEST 'rap_2threads_gnu' [08:56, 07:48](1027 MB) +PASS -- TEST 'rap_restart_gnu' [03:35, 02:29](704 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [06:24, 05:11](957 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:36, 05:27](954 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:30, 03:05](702 MB) +PASS -- TEST 'hrrr_control_gnu' [06:28, 05:18](951 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:16, 05:08](935 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [09:07, 07:52](1021 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:52, 04:32](950 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:09, 02:48](693 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 02:58](783 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [10:02, 07:55](951 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:51, 04:51] +PASS -- TEST 'control_csawmg_gnu' [09:45, 09:14](850 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [15:46, 15:46] +PASS -- TEST 'control_diag_debug_gnu' [02:59, 01:48](1386 MB) +PASS -- TEST 'regional_debug_gnu' [09:42, 08:43](783 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:50, 02:50](965 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:27, 03:11](958 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:35, 02:36](964 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:24, 02:45](964 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:53](1051 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:13, 04:58](962 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:53, 02:40](965 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:03, 01:45](604 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:07, 01:50](595 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:01, 02:22](1563 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:37, 03:23](965 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:01, 04:44](975 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:05, 03:05] +PASS -- TEST 'control_wam_debug_gnu' [07:08, 06:32](1405 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:46, 06:46] +PASS -- TEST 'control_csawmg_debug_gnu' [03:28, 02:56](840 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:07, 05:07] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:11, 04:02](810 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:28, 03:56](810 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:47, 06:36](859 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:58, 06:23](856 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:38, 04:04](806 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:24, 02:22](674 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:33, 02:16](675 MB) +PASS -- TEST 'conus13km_control_gnu' [04:44, 03:54](928 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:07, 02:23](1042 MB) +PASS -- TEST 'conus13km_decomp_gnu' [04:47, 04:00](935 MB) +PASS -- TEST 'conus13km_restart_gnu' [03:00, 02:18](587 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [20:32, 20:32] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:14, 04:40](844 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [15:33, 15:32] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:55, 02:38](817 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:53, 02:38](813 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:39, 09:58](946 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [11:24, 10:46](657 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [11:06, 10:27](1058 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [11:32, 10:56](952 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [11:25, 10:49](1014 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [15:22, 15:22] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:49, 03:33](847 MB) + +PASS -- COMPILE 's2swa_gnu' [20:46, 20:46] +PASS -- TEST 'cpld_control_p8_gnu' [11:26, 09:55](1656 MB) + +PASS -- COMPILE 's2s_gnu' [19:28, 18:40] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:18, 08:59](1626 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [06:03, 06:03] +PASS -- TEST 'cpld_debug_p8_gnu' [08:23, 07:06](1663 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [20:00, 20:00] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [12:47, 11:33](1597 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:23, 05:23] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [09:54, 08:49](1610 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:19, 16:19] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:18, 03:10](1516 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [03:24, 03:24] +PASS -- TEST 'control_gfs_mpas_gnu' [01:25, 01:01](6364 MB) SYNOPSIS: -Starting Date/Time: 20260211 06:21:31 -Ending Date/Time: 20260211 08:48:46 -Total Time: 02h:28m:05s +Starting Date/Time: 20260205 16:05:21 +Ending Date/Time: 20260205 18:30:44 +Total Time: 02h:26m:14s Compiles Completed: 57/57 Tests Completed: 249/249 diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index db5099acee..3a86542aac 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: -439b16bcd513922dd5b22b3fd228791731b8762f +5b4d952c8f3c695345c6a246d19ac71f2bb5a9cd Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - cb72b52e726db1495e680f175161ddd74caf006c UFSATM (remotes/origin/feature/hafsv2_sync) + c20b46c256ca08788d54d7991bc336a410913f39 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - d08592dd6bb16df55db1ec8eea33af13d05a32ff UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6629-gd08592dd) + 34af6895839e8617b83d798b2cf9dbcf67b12386 UFSATM/ccpp/physics (EP4-2159-g34af6895) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 3f742540a1beb0018dd4a54a603c3831e475a481 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/hafsv2_sync) @@ -40,290 +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: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20260210 -COMPARISON DIRECTORY: /gpfs/f6/epic/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1920057 +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20260202 +COMPARISON DIRECTORY: /gpfs/f6/epic/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3004773 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:10, 11:43] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:36, 04:01](6339 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:11, 12:24] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [10:32, 08:44](6339 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:34, 09:27](6339 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:31, 04:13](6338 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:37, 04:18](6339 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:25, 10:08](6339 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [12:10, 10:31] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [09:54, 07:21](6338 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [06:03, 03:56](6338 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:29] ( 359 warnings 3 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [09:52, 07:50](6339 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:19] ( 359 warnings 1719 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [14:37, 12:49](6339 MB) - -PASS -- COMPILE 's2swa_intel' [13:10, 11:54] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [07:44, 05:09](6339 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:43, 05:06](6339 MB) -PASS -- TEST 'cpld_restart_p8_intel' [04:38, 02:50](6339 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [07:41, 05:14](6339 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [04:41, 02:53](6339 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:34, 05:59](6338 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [06:35, 04:58](6339 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [06:35, 04:04](6338 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:41, 05:06](6338 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [08:08, 05:23](6339 MB) - -PASS -- COMPILE 's2swal_intel' [13:10, 11:41] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [07:43, 05:10](6337 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:42, 02:54](6338 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:40, 05:14](6338 MB) - -PASS -- COMPILE 's2sw_intel' [13:10, 11:14] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:31, 02:50](6338 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:36, 04:37](6339 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:30] ( 359 warnings 981 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:38, 08:32](6339 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:10, 03:35] ( 359 warnings 981 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [05:32, 04:02](6338 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:10, 10:28] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:32, 03:21](6338 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:10, 11:30] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:28, 08:43](6338 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:29, 04:14](6338 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [12:24, 10:10](6339 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:22, 04:01](6337 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:24, 01:16](6337 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:26, 00:47](6338 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:19, 00:46](6337 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:20, 00:27](6337 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:21, 00:21](6338 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:20, 00:47](6338 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:19, 00:26](6338 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:21, 00:21](6338 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:18, 00:28](6338 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:21, 00:24](6338 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:21, 00:18](6338 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:21] ( 359 warnings 1719 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:26, 16:16](6339 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:10, 07:03] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:19, 01:36](6339 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:20, 01:45](6339 MB) -PASS -- TEST 'control_latlon_intel' [04:18, 01:39](6339 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:20, 01:41](6338 MB) -PASS -- TEST 'control_c48_intel' [07:21, 04:26](6337 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:18, 04:06](6338 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:21, 04:32](6338 MB) -PASS -- TEST 'control_c192_intel' [07:22, 04:40](6338 MB) -PASS -- TEST 'control_c384_intel' [12:36, 09:42](6339 MB) -PASS -- TEST 'control_c384gdas_intel' [12:55, 10:31](6338 MB) -PASS -- TEST 'control_stochy_intel' [03:18, 01:15](6338 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:12, 11:37] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [07:37, 04:00](6339 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:12, 12:23] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [10:27, 08:41](6338 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [11:30, 09:26](6338 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [06:27, 04:12](6339 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:30, 04:13](6338 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:25, 10:05](6338 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [12:12, 10:31] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [10:45, 07:10](6339 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [05:57, 03:49](6339 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:12, 03:36] ( 339 warnings 3 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [10:54, 07:46](6338 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:12, 03:25] ( 339 warnings 1732 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [14:33, 12:45](6339 MB) + +PASS -- COMPILE 's2swa_intel' [13:12, 11:34] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:40, 05:05](6339 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:44, 05:04](6338 MB) +PASS -- TEST 'cpld_restart_p8_intel' [04:32, 02:48](6338 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [08:37, 05:08](6339 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [04:33, 02:50](6339 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [09:33, 05:59](6339 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:35, 04:56](6338 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [07:38, 04:07](6338 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:41, 05:05](6339 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [40:56, 05:24](6339 MB) + +PASS -- COMPILE 's2swal_intel' [13:12, 11:28] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [08:32, 05:09](6339 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:36, 02:50](6339 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [08:30, 05:15](6339 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 11:10] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [06:32, 02:50](6338 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:38, 04:35](6338 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:12, 03:34] ( 339 warnings 994 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [10:35, 08:34](6337 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:32] ( 339 warnings 994 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:31, 03:59](6338 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:11, 10:49] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:31, 03:20](6338 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 11:52] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:26, 08:45](6339 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:27, 04:14](6339 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [12:25, 10:05](6338 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [06:21, 04:03](6338 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:23, 01:16](6338 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:21, 00:46](6337 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:20, 00:45](6337 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:19, 00:26](6338 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:19, 00:19](6337 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:18, 00:48](6337 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:18, 00:26](6338 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:22, 00:21](6338 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:18, 00:29](6337 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:18, 00:22](6338 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:22, 00:17](6338 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:35] ( 339 warnings 1732 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:24, 16:07](6338 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:59] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:19, 01:37](6339 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:19, 01:42](6339 MB) +PASS -- TEST 'control_latlon_intel' [05:18, 01:39](6339 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:20, 01:40](6339 MB) +PASS -- TEST 'control_c48_intel' [07:20, 04:19](6338 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:19, 04:06](6338 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:19, 04:25](6338 MB) +PASS -- TEST 'control_c192_intel' [08:23, 04:37](6338 MB) +PASS -- TEST 'control_c384_intel' [13:37, 09:20](6343 MB) +PASS -- TEST 'control_c384gdas_intel' [14:58, 10:27](6339 MB) +PASS -- TEST 'control_stochy_intel' [04:18, 01:16](6339 MB) PASS -- TEST 'control_stochy_restart_intel' [02:14, 00:45](6339 MB) -PASS -- TEST 'control_lndp_intel' [03:18, 01:11](6339 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:16, 02:00](6339 MB) -PASS -- TEST 'control_p8_intel' [03:28, 01:55](6339 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:29, 02:01](6338 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:24, 01:56](6339 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:27, 01:55](6339 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:26, 02:02](6338 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:23, 01:39](6338 MB) -PASS -- TEST 'control_restart_p8_intel' [03:24, 01:14](6338 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:27, 01:59](6339 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:26, 01:10](6338 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:26, 02:03](6338 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:23, 02:11](6339 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:20, 03:15](6339 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:23, 02:44](6339 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:23, 02:04](6339 MB) -PASS -- TEST 'merra2_thompson_intel' [04:29, 02:17](6339 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:20, 03:59](6339 MB) -PASS -- TEST 'regional_control_intel' [05:19, 03:19](6339 MB) -PASS -- TEST 'regional_restart_intel' [03:19, 01:52](6339 MB) -PASS -- TEST 'regional_decomp_intel' [05:22, 03:26](6337 MB) +PASS -- TEST 'control_lndp_intel' [04:17, 01:10](6338 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:19, 02:00](6338 MB) +PASS -- TEST 'control_p8_intel' [03:25, 01:56](6339 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:31, 02:00](6339 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:24, 01:54](6339 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:25, 01:53](6338 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:28, 01:57](6339 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:26, 01:31](6339 MB) +PASS -- TEST 'control_restart_p8_intel' [03:22, 01:10](6339 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:24, 01:54](6338 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:24, 01:10](6339 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:22, 01:57](6338 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:22, 02:07](6339 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:20, 03:12](6338 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:27, 02:41](6339 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:24, 02:01](6339 MB) +PASS -- TEST 'merra2_thompson_intel' [04:22, 02:15](6339 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:19, 03:55](6339 MB) +PASS -- TEST 'regional_control_intel' [05:19, 03:13](6339 MB) +PASS -- TEST 'regional_restart_intel' [03:20, 01:47](6339 MB) +PASS -- TEST 'regional_decomp_intel' [05:20, 03:19](6338 MB) PASS -- TEST 'regional_2threads_intel' [04:21, 02:32](6339 MB) -PASS -- TEST 'regional_noquilt_intel' [05:21, 03:14](6338 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:20, 03:13](6339 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:22, 03:18](6342 MB) -PASS -- TEST 'regional_wofs_intel' [06:20, 04:16](6339 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:30] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:27, 02:37](6339 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 06:15] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [04:25, 02:31](6339 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:29, 02:47](6338 MB) -PASS -- TEST 'rap_decomp_intel' [04:20, 02:35](6339 MB) -PASS -- TEST 'rap_2threads_intel' [04:20, 02:48](6339 MB) -PASS -- TEST 'rap_restart_intel' [03:22, 01:24](6339 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:21, 02:30](6339 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:21, 02:35](6339 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:22, 01:22](6338 MB) -PASS -- TEST 'hrrr_control_intel' [04:24, 02:25](6339 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:23, 02:31](6339 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:21, 02:39](6339 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:20](6339 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:24, 04:15](6339 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:16, 05:38](6339 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:21, 05:20](6339 MB) - -PASS -- COMPILE 'csawmg_intel' [08:10, 06:15] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:22, 04:18](6338 MB) -PASS -- TEST 'control_ras_intel' [04:14, 02:13](6339 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 05:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [09:25, 07:45](6339 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:44] ( 438 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:16, 01:38](6338 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:17, 01:40](6339 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:14, 02:10](6339 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:14, 01:58](6339 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:20, 02:56](6338 MB) -PASS -- TEST 'control_ras_debug_intel' [03:14, 01:58](6338 MB) -PASS -- TEST 'control_diag_debug_intel' [03:17, 01:58](6338 MB) -PASS -- TEST 'control_debug_p8_intel' [03:21, 01:59](6339 MB) -PASS -- TEST 'regional_debug_intel' [13:21, 11:38](6339 MB) -PASS -- TEST 'rap_control_debug_intel' [05:16, 03:29](6338 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:15, 03:25](6339 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 03:28](6339 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:15, 03:30](6338 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:15, 03:28](6339 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:18, 03:37](6338 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:15, 03:33](6339 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:15, 03:31](6339 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:14, 03:31](6338 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 03:31](6339 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:27](6339 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:31](6339 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:15, 05:31](6338 MB) +PASS -- TEST 'regional_noquilt_intel' [05:21, 03:10](6339 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:21, 03:09](6338 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:21, 03:10](6339 MB) +PASS -- TEST 'regional_wofs_intel' [06:22, 04:16](6339 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:27] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:24, 02:37](6339 MB) + +PASS -- COMPILE 'rrfs_intel' [07:11, 06:01] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [04:22, 02:25](6339 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:31, 02:45](6339 MB) +PASS -- TEST 'rap_decomp_intel' [04:19, 02:35](6339 MB) +PASS -- TEST 'rap_2threads_intel' [04:22, 02:49](6339 MB) +PASS -- TEST 'rap_restart_intel' [03:22, 01:21](6339 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:21, 02:28](6339 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:20, 02:32](6338 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:21, 01:21](6339 MB) +PASS -- TEST 'hrrr_control_intel' [04:21, 02:20](6339 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:21, 02:32](6339 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:18, 02:40](6339 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:19](6339 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:25, 04:13](6339 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:16, 05:24](6338 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:16, 05:12](6339 MB) + +PASS -- COMPILE 'csawmg_intel' [08:11, 06:06] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:19, 04:09](6339 MB) +PASS -- TEST 'control_ras_intel' [04:15, 02:13](6342 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 05:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:24, 07:42](6339 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:25] ( 418 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:16, 01:37](6339 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:16, 01:40](6339 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:15, 02:09](6339 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 02:00](6338 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:20, 02:56](6339 MB) +PASS -- TEST 'control_ras_debug_intel' [03:15, 02:01](6339 MB) +PASS -- TEST 'control_diag_debug_intel' [03:16, 01:56](6339 MB) +PASS -- TEST 'control_debug_p8_intel' [03:23, 01:57](6339 MB) +PASS -- TEST 'regional_debug_intel' [13:22, 11:29](6338 MB) +PASS -- TEST 'rap_control_debug_intel' [05:16, 03:30](6339 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:15, 03:24](6339 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 03:29](6339 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:14, 03:32](6338 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:14, 03:31](6339 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:17, 03:39](6339 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:15, 03:30](6338 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:14, 03:34](6339 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:14, 03:27](6339 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:14, 03:28](6339 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:23](6339 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:15, 03:28](6339 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:15, 05:32](6339 MB) PASS -- TEST 'rap_clm_lake_debug_intel' [05:14, 03:29](6339 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:19, 05:49](6338 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:11] ( 401 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:20, 08:55](6339 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:12, 05:47] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:30, 02:35](6339 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:19, 02:07](6339 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:19, 02:05](6339 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:19, 02:29](6338 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:19, 02:23](6339 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:19, 02:12](6338 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:20, 01:13](6338 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:16, 01:11](6339 MB) -PASS -- TEST 'conus13km_control_intel' [03:31, 01:54](6339 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:23, 00:57](6339 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:22, 01:54](6339 MB) -PASS -- TEST 'conus13km_restart_intel' [03:19, 01:09](6339 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [07:11, 05:45] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [03:24, 01:24](6339 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:52] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:20, 02:38](6339 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:19] ( 332 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:14, 03:20](6339 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:14, 03:18](6339 MB) -PASS -- TEST 'conus13km_debug_intel' [15:22, 13:52](6338 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:21, 13:57](6338 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:19, 12:44](6337 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [16:21, 14:25](6339 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:21, 14:09](6339 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:17] ( 332 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:14, 03:27](6338 MB) - -PASS -- COMPILE 'hafsw_intel' [10:11, 08:47] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:25, 02:46](6339 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:44, 03:54](6338 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:15, 02:24](6339 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [09:25, 07:27](6340 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:23, 03:21](6338 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:27, 04:01](6339 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:21, 01:44](6339 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:44, 04:17](6338 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:22, 02:26](6338 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:23, 02:16](6339 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:17, 00:54](6340 MB) -PASS -- TEST 'gnv1_nested_intel' [04:33, 02:21](6340 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:55] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:31, 03:20](6340 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 08:23] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:23, 04:17](6338 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:23, 04:21](6338 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:55] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:14, 02:02](6338 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:14, 01:21](6337 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:13, 01:50](6338 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:19, 05:48](6339 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:11] ( 381 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:20, 08:51](6339 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:12, 06:05] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:34, 02:33](6339 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:20, 02:10](6339 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:19, 02:06](6339 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:18, 02:26](6339 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:18, 02:21](6338 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:11](6339 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:21, 01:12](6339 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:15, 01:12](6339 MB) +PASS -- TEST 'conus13km_control_intel' [03:29, 01:52](6339 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:22, 00:56](6338 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:23, 01:53](6339 MB) +PASS -- TEST 'conus13km_restart_intel' [03:23, 01:09](6338 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [07:11, 05:46] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [03:24, 01:24](6337 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:12, 05:52] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:19, 02:36](6339 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:13] ( 312 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:16, 03:26](6339 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:18](6339 MB) +PASS -- TEST 'conus13km_debug_intel' [16:21, 14:13](6339 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [17:23, 14:07](6339 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [16:18, 12:47](6339 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [17:20, 14:24](6339 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [17:20, 14:03](6339 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:12, 02:07] ( 312 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:14, 03:25](6338 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 08:40] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:24, 02:44](6338 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:45, 03:52](6339 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:16, 02:22](6339 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [09:24, 07:20](6339 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:24, 03:21](6340 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:29, 03:58](6339 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:21, 01:42](6339 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:40, 04:18](6340 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:21, 02:26](6339 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:21, 02:16](6340 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:18, 00:55](6338 MB) +PASS -- TEST 'gnv1_nested_intel' [04:35, 02:21](6339 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:51] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:28, 03:17](6338 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:11, 07:40] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:24, 04:17](6338 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:23, 04:21](6339 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [11:11, 09:08] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:00](6338 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:15, 01:20](6337 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 01:49](6338 MB) PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:13, 01:51](6338 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:13, 01:50](6338 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:13, 02:00](6338 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:13, 02:00](6337 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:13, 01:49](6340 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:29, 04:44](6338 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:31, 04:42](6339 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:01](6337 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:14, 03:38](6338 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:40](6337 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:32] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:14, 01:51](6337 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:14, 02:00](6337 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:13, 01:59](6338 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 01:48](6338 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:30, 04:45](6339 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:27, 04:31](6338 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:14, 02:00](6337 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:14, 03:39](6337 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:14, 03:39](6338 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:28] ( 2 warnings 2 remarks ) PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:14, 04:00](6337 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:42] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:20, 00:58](6339 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:18, 00:45](6338 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:38] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:20, 01:03](6339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:18, 00:44](6339 MB) PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:34](6339 MB) -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:12] ( 1 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:27, 02:28](6339 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:34] ( 1 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:29, 02:25](6339 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 05:59] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:23, 03:09](6339 MB) +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:58] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:24, 03:09](6339 MB) -PASS -- COMPILE 'atml_intel' [08:11, 06:40] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:29, 02:22](6339 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:17, 01:25](6339 MB) +PASS -- COMPILE 'atml_intel' [08:11, 06:52] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:25, 02:30](6338 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:21, 01:34](6338 MB) -PASS -- COMPILE 'atml_debug_intel' [04:10, 02:52] ( 445 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:25, 03:29](6338 MB) +PASS -- COMPILE 'atml_debug_intel' [04:10, 02:44] ( 425 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:25, 03:32](6340 MB) -PASS -- COMPILE 'atmw_intel' [09:11, 07:23] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:24, 01:19](6339 MB) +PASS -- COMPILE 'atmw_intel' [09:12, 07:26] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:23, 01:19](6339 MB) -PASS -- COMPILE 'atmaero_intel' [10:11, 08:30] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:23, 02:48](6339 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:20, 03:14](6338 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:20, 03:19](6338 MB) +PASS -- COMPILE 'atmaero_intel' [10:11, 08:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:24, 02:46](6339 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:23, 03:13](6339 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:24, 03:18](6338 MB) -PASS -- COMPILE 'atmaq_intel' [07:11, 06:04] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [14:47, 12:46](6338 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [16:46, 14:29](6339 MB) +PASS -- COMPILE 'atmaq_intel' [08:11, 06:13] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [14:42, 12:42](6338 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [16:32, 14:22](6339 MB) -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:15] ( 418 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:44, 25:50](6339 MB) +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:24] ( 398 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [27:35, 25:48](6338 MB) -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:37] ( 4 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:19, 06:04](6338 MB) +PASS -- COMPILE 'atm_fbh_intel' [08:12, 06:15] ( 4 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [07:19, 06:01](6337 MB) SYNOPSIS: -Starting Date/Time: 20260211 15:13:25 -Ending Date/Time: 20260211 16:26:26 -Total Time: 01h:13m:25s +Starting Date/Time: 20260206 02:25:55 +Ending Date/Time: 20260206 03:41:09 +Total Time: 01h:15m:35s Compiles Completed: 40/40 Tests Completed: 193/193 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 27ee044628..130508b474 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: -439b16bcd513922dd5b22b3fd228791731b8762f +e7dd2ed346868c2d49b3c65f4158f55b7b6f6eaa Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -19,12 +19,12 @@ 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) - cb72b52e726db1495e680f175161ddd74caf006c UFSATM (remotes/origin/feature/hafsv2_sync) + c9199f5341bacb52bcbd4c2e57b37c7e4fb846eb UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - d08592dd6bb16df55db1ec8eea33af13d05a32ff UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6629-gd08592dd) + 525174d8b976b7bdce68ac2899dc889856d78f1c UFSATM/ccpp/physics (EP4-2184-g525174d8) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - 3f742540a1beb0018dd4a54a603c3831e475a481 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/hafsv2_sync) + 3e5db3750e382976b4d6011c6d9c1437b0cf34f6 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-502-g3e5db37) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/master-60-g38d2177a) 7d9597c471470be061ab8853dd62bcd03f15d6aa UFSATM/upp (upp_v10.2.0-354-g7d9597c4) -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd @@ -41,388 +41,388 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /work2/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20260210 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1624300 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_145887 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [26:11, 24:57] ( 1 warnings 1090 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:11, 07:55](2166 MB) -PASS -- TEST 'cpld_control_gefs_intel' [29:06, 17:17](3117 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [19:32, 05:41](2814 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [27:56, 16:04](3180 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:11, 18:03] ( 1 warnings 1089 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:23, 14:48](2012 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:32, 15:56](2333 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:32, 06:00](1346 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [09:45, 07:03](2215 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:19, 15:41](1919 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [22:11, 20:34] ( 1 warnings 985 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [15:56, 10:23](2306 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [12:23, 06:48](1633 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:10, 04:23] ( 359 warnings 985 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [15:41, 10:32](2337 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:37] ( 359 warnings 2804 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [21:27, 18:55](1992 MB) - -PASS -- COMPILE 's2swa_intel' [22:11, 20:26] ( 1 warnings 1090 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [11:02, 08:28](2257 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:08, 07:58](2254 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:29, 04:16](1952 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [10:07, 08:02](2279 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:23, 04:27](1838 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:58, 11:03](2381 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:44, 07:57](2240 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:50, 06:37](2125 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:05, 07:58](2268 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:00, 14:32](2930 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:36, 05:23](2962 MB) - -PASS -- COMPILE 's2swal_intel' [22:11, 20:34] ( 1 warnings 1111 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [11:04, 09:00](2219 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:20, 04:36](1926 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:00, 08:14](2247 MB) - -PASS -- COMPILE 's2sw_intel' [16:11, 14:55] ( 1 warnings 1058 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:56, 07:18](2041 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:06, 06:40](2176 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:27] ( 359 warnings 2054 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:10, 11:56](2282 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 04:11] ( 359 warnings 2036 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:00, 06:43](2068 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:11, 15:30] ( 1 warnings 996 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:03, 03:59](2141 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:10, 18:59] ( 1 warnings 1081 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:04, 12:22](2097 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:15, 05:45](1415 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:57, 13:18](1993 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [07:43, 05:20](3048 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:38, 01:41](3039 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:39, 00:57](2476 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:24, 00:55](2243 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:29, 00:30](2236 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:26, 00:23](1552 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:26, 00:56](2239 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:26, 00:35](2235 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:23](1541 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:24, 00:32](2163 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:25, 00:25](2163 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:26, 00:20](1505 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:43] ( 359 warnings 2786 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:03, 22:38](2072 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:23] ( 1 warnings 534 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:27, 02:48](1615 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:31, 02:46](1619 MB) -PASS -- TEST 'control_latlon_intel' [04:24, 02:57](1612 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 02:47](1621 MB) -PASS -- TEST 'control_c48_intel' [07:28, 05:50](1707 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:29, 05:26](837 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:28, 05:49](1717 MB) -PASS -- TEST 'control_c192_intel' [09:43, 08:02](1823 MB) -PASS -- TEST 'control_c384_intel' [11:17, 09:08](2007 MB) -PASS -- TEST 'control_c384gdas_intel' [14:20, 10:11](1488 MB) -PASS -- TEST 'control_stochy_intel' [03:22, 01:47](673 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:26, 01:06](542 MB) -PASS -- TEST 'control_lndp_intel' [03:22, 01:33](678 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:36, 03:13](981 MB) -PASS -- TEST 'control_p8_intel' [05:56, 03:12](1904 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:05, 03:21](1912 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:58, 03:17](1918 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:58, 03:13](1931 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:05, 03:22](1928 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:52, 02:26](2427 MB) -PASS -- TEST 'control_restart_p8_intel' [03:51, 01:54](1213 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:52, 03:14](1898 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:47, 01:53](1219 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:52, 03:20](1893 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:52, 03:30](1988 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:39, 05:26](1911 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:02, 04:08](1965 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:49, 03:08](1918 MB) -PASS -- TEST 'merra2_thompson_intel' [05:55, 03:59](1917 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [07:51, 05:38](1918 MB) -PASS -- TEST 'regional_control_intel' [06:25, 04:14](1205 MB) -PASS -- TEST 'regional_restart_intel' [04:30, 02:20](1182 MB) -PASS -- TEST 'regional_decomp_intel' [06:23, 04:27](1178 MB) -PASS -- TEST 'regional_2threads_intel' [06:22, 04:19](1113 MB) -PASS -- TEST 'regional_noquilt_intel' [06:33, 04:17](1507 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:26, 04:14](1201 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:22, 04:15](1179 MB) -PASS -- TEST 'regional_wofs_intel' [08:28, 06:10](2089 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [10:10, 09:08] ( 1 warnings 514 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:57, 03:39](1949 MB) - -PASS -- COMPILE 'rrfs_intel' [10:11, 08:28] ( 4 warnings 490 remarks ) -PASS -- TEST 'rap_control_intel' [05:46, 03:35](1114 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:46, 03:51](1418 MB) -PASS -- TEST 'rap_decomp_intel' [05:32, 03:59](1067 MB) -PASS -- TEST 'rap_2threads_intel' [06:48, 04:26](1161 MB) -PASS -- TEST 'rap_restart_intel' [03:53, 01:47](1107 MB) -PASS -- TEST 'rap_sfcdiff_intel' [05:49, 03:38](1112 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:36, 03:55](1064 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:52, 01:56](1110 MB) -PASS -- TEST 'hrrr_control_intel' [05:50, 03:13](1101 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:45, 03:38](1062 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:35, 04:07](1139 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:49](1069 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:55, 06:14](1220 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:19, 07:46](2012 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:19, 07:50](2200 MB) - -PASS -- COMPILE 'csawmg_intel' [10:11, 08:52] ( 1 warnings 459 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:29, 05:45](1077 MB) -PASS -- TEST 'control_ras_intel' [04:19, 02:48](843 MB) - -PASS -- COMPILE 'wam_intel' [09:10, 08:08] ( 1 warnings 437 remarks ) -PASS -- TEST 'control_wam_intel' [11:39, 09:53](1685 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:47] ( 438 warnings 623 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:23, 02:00](1638 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:22, 01:59](1632 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:39](847 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:18](846 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:32, 04:35](1155 MB) -PASS -- TEST 'control_ras_debug_intel' [04:17, 02:24](859 MB) -PASS -- TEST 'control_diag_debug_intel' [04:24, 02:24](1696 MB) -PASS -- TEST 'control_debug_p8_intel' [05:33, 03:41](1932 MB) -PASS -- TEST 'regional_debug_intel' [17:32, 15:44](1156 MB) -PASS -- TEST 'rap_control_debug_intel' [05:21, 04:08](1231 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:25, 04:03](1236 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:18, 04:05](1240 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:18, 04:22](1230 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:19, 04:16](1245 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:26, 04:21](1316 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:19, 04:09](1232 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:18, 04:20](1247 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:20, 04:07](1230 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 04:06](1244 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 04:04](1236 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:17, 04:17](1229 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:16, 06:38](1233 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:22, 04:05](1228 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:23] ( 401 warnings 437 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:24] ( 4 warnings 457 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:44, 03:45](1293 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:42, 03:31](1071 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:53, 03:33](1050 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:36, 03:46](1083 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:39, 03:38](1057 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:35, 03:44](1003 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:48, 01:51](996 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 02:01](996 MB) -PASS -- TEST 'conus13km_control_intel' [04:49, 03:06](1491 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:45, 01:20](1317 MB) -PASS -- TEST 'conus13km_decomp_intel' [04:37, 03:05](1538 MB) -PASS -- TEST 'conus13km_restart_intel' [03:35, 01:49](1255 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [10:11, 08:23] ( 4 warnings 487 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [03:56, 01:48](1056 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:10, 08:00] ( 4 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:32, 03:15](1111 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:27] ( 332 warnings 463 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:17, 04:17](1118 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:23, 04:36](1119 MB) -PASS -- TEST 'conus13km_debug_intel' [21:35, 19:36](1547 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:33, 19:40](1154 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [22:28, 21:08](1363 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [22:28, 20:47](1590 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:28, 20:21](1609 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:29] ( 332 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:20, 04:27](1216 MB) - -PASS -- COMPILE 'hafsw_intel' [18:11, 17:00] ( 1 warnings 736 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:38, 03:19](992 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:05, 04:55](1193 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:21, 02:48](1285 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:44, 14:29](1104 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:36, 04:34](592 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:46, 05:22](609 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:35, 02:09](429 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:26, 05:42](498 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:32, 03:05](611 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:35, 02:51](605 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:25, 00:50](455 MB) -PASS -- TEST 'gnv1_nested_intel' [05:11, 02:50](1757 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 10:57] ( 1 warnings 975 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:33, 11:37](825 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:10, 10:42] ( 1 warnings 678 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:41, 05:07](1069 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:35, 05:07](1064 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [17:11, 15:34] ( 567 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:26](1861 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:17, 01:35](1802 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:15, 02:17](1096 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:16](1088 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:14, 02:16](1082 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:25](1837 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:25](1847 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:14, 02:14](1085 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:52, 05:46](1708 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:50, 05:34](1172 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:25](1844 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:50](4831 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:50](4830 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:28] ( 2 warnings 567 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:15, 05:20](1777 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:42] ( 127 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 00:54](334 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:35](554 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:25](556 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:12, 16:28] ( 1 warnings 654 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:43, 03:03](2042 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 09:00] ( 1 warnings 542 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:47, 04:04](2054 MB) - -PASS -- COMPILE 'atml_intel' [11:10, 10:02] ( 9 warnings 586 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:53, 02:34](1883 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:37, 01:32](1204 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:45] ( 445 warnings 586 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:49, 04:16](1906 MB) - -PASS -- COMPILE 'atmw_intel' [11:11, 09:50] ( 1 warnings 561 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:49, 01:33](1946 MB) - -PASS -- COMPILE 'atmaero_intel' [14:11, 12:11] ( 1 warnings 455 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:44, 03:30](2002 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:36, 05:05](1800 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:38, 05:11](1804 MB) - -PASS -- COMPILE 'atmaq_intel' [10:10, 08:52] ( 1 warnings 640 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:21, 11:47](2946 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [17:14, 14:14](2939 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:36] ( 418 warnings 640 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:09, 31:40](2956 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:11, 08:05] ( 4 warnings 464 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:32](1080 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 03:45] -PASS -- TEST 'control_c48_gnu' [09:28, 07:44](1582 MB) -PASS -- TEST 'control_stochy_gnu' [04:18, 02:20](585 MB) -PASS -- TEST 'control_ras_gnu' [05:17, 03:45](593 MB) -PASS -- TEST 'control_p8_gnu' [05:50, 03:29](1544 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:39, 03:26](1540 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 03:43] -PASS -- TEST 'rap_control_gnu' [06:31, 04:16](941 MB) -PASS -- TEST 'rap_decomp_gnu' [06:32, 04:21](934 MB) -PASS -- TEST 'rap_2threads_gnu' [05:42, 03:37](989 MB) -PASS -- TEST 'rap_restart_gnu' [04:51, 02:16](673 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [06:44, 04:18](935 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:32, 04:22](936 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:56, 02:17](673 MB) -PASS -- TEST 'hrrr_control_gnu' [05:50, 04:04](932 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:32, 04:03](919 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:39, 03:43](990 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:35, 04:07](932 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:20, 02:13](670 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:28, 02:10](748 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:54, 07:44](927 MB) - -PASS -- COMPILE 'csawmg_gnu' [06:10, 04:16] -PASS -- TEST 'control_csawmg_gnu' [08:24, 06:46](833 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 06:28] -PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:12](1362 MB) -PASS -- TEST 'regional_debug_gnu' [08:28, 07:04](884 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:18, 01:59](941 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:21, 01:54](937 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:56](945 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:55](945 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:25, 02:04](1033 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 03:04](935 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:16, 01:57](943 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:16, 01:10](580 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:21](571 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:33, 01:19](1542 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:20, 02:01](948 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:50, 03:23](952 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:49] -PASS -- TEST 'control_wam_debug_gnu' [07:35, 06:01](1384 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 03:43] -PASS -- TEST 'control_csawmg_debug_gnu' [03:24, 01:55](819 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:10, 03:31] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:41, 04:00](788 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:52, 03:56](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:38, 03:32](833 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:37, 03:26](829 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:34, 03:57](787 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:45, 02:03](645 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 02:03](642 MB) -PASS -- TEST 'conus13km_control_gnu' [05:47, 03:53](1031 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:39, 02:05](1016 MB) -PASS -- TEST 'conus13km_decomp_gnu' [05:34, 03:54](1035 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:31, 02:12](758 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:43] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:30, 06:08](820 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:25] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 01:55](795 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:53](797 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:30, 08:47](1049 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:30, 08:45](775 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [11:26, 09:10](1033 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [10:30, 08:57](1054 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:29, 08:47](1120 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:11, 07:39] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:56](825 MB) - -PASS -- COMPILE 's2swa_gnu' [21:11, 19:51] -PASS -- TEST 'cpld_control_p8_gnu' [13:11, 11:01](1704 MB) - -PASS -- COMPILE 's2s_gnu' [19:11, 17:50] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:58, 08:17](1634 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:28] -PASS -- TEST 'cpld_debug_p8_gnu' [07:49, 05:33](1717 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [20:11, 19:04] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:44, 13:45](1596 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:10, 02:13] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:48, 08:54](1582 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [17:10, 15:24] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:46](1604 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:10, 02:53] -PASS -- TEST 'control_gfs_mpas_gnu' [02:19, 00:37](6432 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:10, 21:07] ( 1 warnings 1090 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:56, 08:03](2161 MB) +PASS -- TEST 'cpld_control_gefs_intel' [29:45, 17:44](3089 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [19:56, 05:08](2774 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [29:41, 16:36](3174 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:10, 21:47] ( 1 warnings 1089 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:14, 14:40](2016 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:38, 17:00](2327 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:29, 06:41](1345 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [09:53, 06:59](2189 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:16, 15:39](1924 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [18:10, 16:10] ( 1 warnings 985 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:45, 10:18](2305 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [17:21, 06:10](1639 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:56] ( 359 warnings 985 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [15:29, 10:36](2333 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:44] ( 359 warnings 2804 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [21:18, 18:49](1991 MB) + +PASS -- COMPILE 's2swa_intel' [22:10, 20:18] ( 1 warnings 1090 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:21, 08:15](2260 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:06, 08:02](2251 MB) +PASS -- TEST 'cpld_restart_p8_intel' [13:14, 05:41](1956 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:56, 08:03](2279 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [12:15, 05:15](1835 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:03, 11:03](2374 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:51, 08:01](2249 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:59, 06:39](2131 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:17, 07:59](2258 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:54, 14:33](2933 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [10:40, 06:05](2959 MB) + +PASS -- COMPILE 's2swal_intel' [19:10, 17:32] ( 1 warnings 1111 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [12:06, 09:18](2227 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:27, 05:27](1928 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:55, 07:59](2246 MB) + +PASS -- COMPILE 's2sw_intel' [17:10, 16:01] ( 1 warnings 1058 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:57, 07:25](2053 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:06, 06:38](2170 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:56] ( 359 warnings 2054 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:06, 11:49](2276 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:10, 04:02] ( 359 warnings 2036 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:52, 05:55](2072 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [21:11, 19:25] ( 1 warnings 996 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:10, 04:51](2135 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:10, 18:04] ( 1 warnings 1081 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:08, 12:14](2094 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:19, 06:49](1400 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:58, 13:36](1994 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [07:47, 05:24](3047 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:39, 01:40](3041 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:43, 00:58](2476 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [08:28, 01:37](2239 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [08:28, 01:23](2231 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [10:26, 01:25](1553 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [08:24, 01:53](2239 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [07:27, 01:29](2233 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [08:30, 01:13](1553 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [07:26, 01:48](2153 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [06:25, 01:04](2153 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [09:27, 01:20](1496 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:25] ( 359 warnings 2786 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:58, 21:54](2068 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:14] ( 1 warnings 534 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:26, 02:45](1609 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:31, 02:52](1625 MB) +PASS -- TEST 'control_latlon_intel' [04:23, 02:46](1619 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:26, 02:53](1623 MB) +PASS -- TEST 'control_c48_intel' [07:31, 05:38](1714 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:28, 05:34](845 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:30, 05:52](1719 MB) +PASS -- TEST 'control_c192_intel' [10:47, 08:20](1813 MB) +PASS -- TEST 'control_c384_intel' [11:20, 09:01](2027 MB) +PASS -- TEST 'control_c384gdas_intel' [14:17, 10:11](1476 MB) +PASS -- TEST 'control_stochy_intel' [03:21, 01:53](687 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:25, 01:02](559 MB) +PASS -- TEST 'control_lndp_intel' [03:21, 01:42](683 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:36, 02:59](980 MB) +PASS -- TEST 'control_p8_intel' [05:54, 03:10](1904 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:06, 03:15](1920 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:58, 03:02](1906 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:01, 03:12](1928 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:05, 03:35](1945 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:53, 02:27](2428 MB) +PASS -- TEST 'control_restart_p8_intel' [07:55, 02:44](1228 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:52, 03:11](1903 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:51, 02:49](1225 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:01, 03:09](1897 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:52, 03:32](1982 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:40, 05:35](1912 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:59, 04:07](1967 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:54, 03:10](1916 MB) +PASS -- TEST 'merra2_thompson_intel' [05:56, 03:48](1921 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [07:45, 05:31](1926 MB) +PASS -- TEST 'regional_control_intel' [06:28, 04:18](1197 MB) +PASS -- TEST 'regional_restart_intel' [05:24, 02:19](1189 MB) +PASS -- TEST 'regional_decomp_intel' [06:24, 04:29](1194 MB) +PASS -- TEST 'regional_2threads_intel' [06:25, 04:18](1088 MB) +PASS -- TEST 'regional_noquilt_intel' [06:32, 04:11](1504 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [11:31, 05:06](1195 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [11:25, 05:06](1201 MB) +PASS -- TEST 'regional_wofs_intel' [11:25, 06:21](2073 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:11, 09:59] ( 1 warnings 514 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [13:00, 04:41](1940 MB) + +PASS -- COMPILE 'rrfs_intel' [11:11, 09:21] ( 4 warnings 490 remarks ) +PASS -- TEST 'rap_control_intel' [11:46, 03:37](1128 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [11:48, 03:51](1422 MB) +PASS -- TEST 'rap_decomp_intel' [11:36, 03:56](1075 MB) +PASS -- TEST 'rap_2threads_intel' [11:33, 04:30](1162 MB) +PASS -- TEST 'rap_restart_intel' [05:00, 01:56](1117 MB) +PASS -- TEST 'rap_sfcdiff_intel' [10:46, 03:42](1129 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:45, 03:53](1074 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [04:52, 01:56](1108 MB) +PASS -- TEST 'hrrr_control_intel' [12:51, 03:22](1113 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [12:36, 03:51](1061 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [12:37, 04:07](1140 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:23, 01:47](1065 MB) +PASS -- TEST 'rrfs_v1beta_intel' [14:53, 06:04](1222 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [15:19, 08:08](2016 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:20, 07:29](2188 MB) + +PASS -- COMPILE 'csawmg_intel' [11:11, 09:59] ( 1 warnings 459 remarks ) +PASS -- TEST 'control_csawmg_intel' [10:29, 05:52](1080 MB) +PASS -- TEST 'control_ras_intel' [05:22, 02:48](837 MB) + +PASS -- COMPILE 'wam_intel' [10:11, 08:10] ( 1 warnings 437 remarks ) +PASS -- TEST 'control_wam_intel' [11:36, 09:52](1686 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:48] ( 438 warnings 623 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:23, 02:03](1631 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:21, 02:00](1633 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:19, 02:39](851 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:16, 02:18](847 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:25, 03:38](1152 MB) +PASS -- TEST 'control_ras_debug_intel' [04:18, 02:20](854 MB) +PASS -- TEST 'control_diag_debug_intel' [04:25, 02:24](1698 MB) +PASS -- TEST 'control_debug_p8_intel' [04:34, 02:16](1933 MB) +PASS -- TEST 'regional_debug_intel' [16:26, 14:28](1161 MB) +PASS -- TEST 'rap_control_debug_intel' [06:19, 04:03](1238 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:22, 04:02](1236 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:18, 04:08](1242 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:18, 04:21](1232 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 04:23](1235 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:26, 04:13](1314 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 04:04](1233 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:17, 04:17](1244 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:17, 04:07](1243 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:17, 04:02](1244 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:18, 04:04](1230 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:17, 04:21](1241 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:19, 06:49](1240 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 04:09](1244 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 02:56] ( 401 warnings 437 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:12, 09:11] ( 4 warnings 457 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:46, 03:46](1298 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:40, 03:30](1071 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:48, 03:21](1061 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:32, 03:47](1084 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:37, 03:37](1062 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:39, 03:38](990 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:51, 01:56](997 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:19, 01:56](998 MB) +PASS -- TEST 'conus13km_control_intel' [05:52, 03:17](1491 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:42, 01:20](1318 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:47, 03:08](1530 MB) +PASS -- TEST 'conus13km_restart_intel' [07:38, 01:57](1255 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [11:12, 09:09] ( 4 warnings 487 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [03:58, 01:49](1063 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 08:26] ( 4 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:33, 03:19](1110 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:33] ( 332 warnings 463 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:19, 04:19](1128 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:20, 04:18](1126 MB) +PASS -- TEST 'conus13km_debug_intel' [21:33, 19:57](1545 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [22:36, 20:31](1155 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [22:32, 20:59](1374 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [22:30, 20:34](1590 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:30, 19:31](1580 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:26] ( 332 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:21, 04:20](1210 MB) + +PASS -- COMPILE 'hafsw_intel' [14:12, 12:31] ( 1 warnings 736 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:43, 03:20](982 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [12:10, 05:43](1195 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:20, 02:52](1281 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [21:47, 14:22](1139 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:42, 04:36](592 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [12:52, 05:19](612 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [08:34, 02:10](431 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:26, 05:52](500 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:40, 03:03](605 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:45, 02:53](607 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:24, 00:53](450 MB) +PASS -- TEST 'gnv1_nested_intel' [09:17, 02:55](1762 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:10, 10:49] ( 1 warnings 975 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:35, 11:11](825 MB) + +PASS -- COMPILE 'hafs_all_intel' [17:11, 11:10] ( 1 warnings 678 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:41, 05:13](1074 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:39, 05:09](1073 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [24:12, 18:40] ( 567 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [06:17, 02:26](1847 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:18, 01:35](1796 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:14, 02:17](1077 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:15, 02:19](1100 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:14, 02:16](1078 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:16, 02:23](1851 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:24](1848 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:16, 02:16](1092 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:54, 05:47](1711 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:54, 05:43](1176 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:27](1859 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:47](4834 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:17, 03:49](4832 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [10:11, 03:56] ( 2 warnings 567 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:29](1780 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [06:10, 00:43] ( 127 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 00:54](335 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:22, 00:33](560 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:23](555 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [22:12, 16:16] ( 1 warnings 654 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:52, 03:06](2044 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 08:40] ( 1 warnings 542 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:47, 04:06](2059 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 09:41] ( 9 warnings 586 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:55, 02:51](1876 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:36, 01:36](1202 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:11, 03:50] ( 445 warnings 586 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:57, 04:14](1900 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 10:14] ( 1 warnings 561 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:51, 01:34](1943 MB) + +PASS -- COMPILE 'atmaero_intel' [19:11, 12:17] ( 1 warnings 455 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:50, 03:35](2005 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:39, 04:49](1785 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 05:01](1813 MB) + +PASS -- COMPILE 'atmaq_intel' [16:11, 09:23] ( 1 warnings 640 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:22, 11:38](2940 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [17:16, 14:12](2944 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [09:11, 03:00] ( 418 warnings 640 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [34:18, 31:12](2957 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:11, 07:42] ( 4 warnings 464 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:46](1084 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 03:59] +PASS -- TEST 'control_c48_gnu' [09:29, 07:44](1583 MB) +PASS -- TEST 'control_stochy_gnu' [04:19, 02:18](585 MB) +PASS -- TEST 'control_ras_gnu' [05:17, 03:43](595 MB) +PASS -- TEST 'control_p8_gnu' [05:56, 03:31](1531 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:38, 03:26](1550 MB) + +PASS -- COMPILE 'rrfs_gnu' [06:11, 04:12] +PASS -- TEST 'rap_control_gnu' [06:40, 04:11](935 MB) +PASS -- TEST 'rap_decomp_gnu' [06:41, 04:20](937 MB) +PASS -- TEST 'rap_2threads_gnu' [05:50, 03:47](992 MB) +PASS -- TEST 'rap_restart_gnu' [06:49, 02:16](674 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [06:46, 04:20](939 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:43, 04:19](938 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:54, 02:17](674 MB) +PASS -- TEST 'hrrr_control_gnu' [05:49, 04:06](931 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:36, 04:03](918 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:33, 03:41](989 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:40, 04:08](934 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [06:29, 02:10](669 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [06:21, 02:14](749 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:55, 07:39](929 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:11, 03:13] +PASS -- TEST 'control_csawmg_gnu' [14:25, 07:27](847 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [09:11, 06:30] +PASS -- TEST 'control_diag_debug_gnu' [08:24, 01:16](1366 MB) +PASS -- TEST 'regional_debug_gnu' [13:28, 07:40](882 MB) +PASS -- TEST 'rap_control_debug_gnu' [08:19, 02:02](942 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [08:20, 02:01](937 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [09:18, 02:00](942 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [08:17, 02:00](945 MB) +PASS -- TEST 'rap_diag_debug_gnu' [08:25, 02:10](1029 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [08:17, 03:08](939 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [07:17, 01:59](943 MB) +PASS -- TEST 'control_ras_debug_gnu' [06:17, 01:14](579 MB) +PASS -- TEST 'control_stochy_debug_gnu' [06:17, 01:22](571 MB) +PASS -- TEST 'control_debug_p8_gnu' [06:31, 02:09](1530 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [06:21, 02:00](944 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [07:47, 03:21](951 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 01:52] +PASS -- TEST 'control_wam_debug_gnu' [10:36, 05:53](1378 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:12] +PASS -- TEST 'control_csawmg_debug_gnu' [07:26, 02:46](812 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:41] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:30, 04:06](786 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [07:37, 03:58](785 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:42, 03:33](833 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:41, 03:29](833 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:50, 03:56](786 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:44, 02:07](647 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 02:04](646 MB) +PASS -- TEST 'conus13km_control_gnu' [05:45, 03:48](1031 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:35, 02:03](1016 MB) +PASS -- TEST 'conus13km_decomp_gnu' [05:32, 03:55](1036 MB) +PASS -- TEST 'conus13km_restart_gnu' [03:32, 02:08](758 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:10, 09:43] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:35, 05:44](822 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:10, 07:01] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:22, 01:54](797 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:19, 02:02](799 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:34, 08:46](1052 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [10:35, 08:43](777 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:31, 09:08](1036 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [10:29, 08:46](1055 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:28, 08:48](1122 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:10, 07:02] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:59](827 MB) + +PASS -- COMPILE 's2swa_gnu' [17:11, 15:56] +PASS -- TEST 'cpld_control_p8_gnu' [14:28, 11:07](1723 MB) + +PASS -- COMPILE 's2s_gnu' [17:11, 15:35] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:56, 08:18](1635 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:19] +PASS -- TEST 'cpld_debug_p8_gnu' [07:51, 05:26](1709 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:11, 14:53] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:58, 13:47](1581 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 02:07] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:57, 08:50](1596 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:11, 16:01] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:43](1606 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [08:11, 02:47] +PASS -- TEST 'control_gfs_mpas_gnu' [02:19, 00:36](6440 MB) SYNOPSIS: -Starting Date/Time: 20260210 22:49:00 -Ending Date/Time: 20260211 00:23:46 -Total Time: 01h:35m:37s +Starting Date/Time: 20260212 22:22:20 +Ending Date/Time: 20260213 00:07:15 +Total Time: 01h:45m:57s Compiles Completed: 57/57 Tests Completed: 258/258 @@ -433,3 +433,74 @@ If you are using this log as a pull request verification, please commit 'test_ch Result: SUCCESS ====END OF HERCULES REGRESSION TESTING LOG==== +====START OF HERCULES REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +e7dd2ed346868c2d49b3c65f4158f55b7b6f6eaa + +Submodule hashes used in testing: + 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + def9c53b17d6722cc9991ba72ddae8ad2d5d25d9 CICE-interface/CICE (CICE6.0.0-445-gdef9c53) + 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) + 27e3961d9bb323fc5ff16a532947caddb515eb95 CMEPS-interface/CMEPS (cmeps_v0.4.1-2331-g27e3961) + 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + b4d9a232181b3057587f30362876a9626abf7f98 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10784-gb4d9a2321) + 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) + c9199f5341bacb52bcbd4c2e57b37c7e4fb846eb UFSATM (heads/develop) + 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) + 525174d8b976b7bdce68ac2899dc889856d78f1c UFSATM/ccpp/physics (EP4-2184-g525174d8) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) + 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) + 3e5db3750e382976b4d6011c6d9c1437b0cf34f6 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-502-g3e5db37) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/master-60-g38d2177a) + 7d9597c471470be061ab8853dd62bcd03f15d6aa UFSATM/upp (upp_v10.2.0-354-g7d9597c4) +-5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + 30674e5ee2e9580d500e5437f7a2ca95698faf1f WW3 (6.07.1-516-g30674e5e) + 3be9c444ace991b4235e4e978449cc3d3fd0d2d1 fire_behavior (v0.2.0-3-g3be9c44) + ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) + + +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: /work2/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20260210 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_272749 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt_weekly.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [05:11, 03:50] ( 359 warnings 2786 remarks ) + +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [19:11, 18:01] ( 1 warnings 1070 remarks ) +PASS -- TEST 'cpld_control_c1152_v17_intel' [40:02, 35:04](4199 MB) +PASS -- TEST 'cpld_restart_c1152_v17_intel' [36:05, 18:27](4235 MB) +PASS -- TEST 'cpld_mpi_c1152_v17_intel' [01:03, 42:36](4779 MB) + +SYNOPSIS: +Starting Date/Time: 20260212 22:26:49 +Ending Date/Time: 20260213 00:03:22 +Total Time: 01h:36m:54s +Compiles Completed: 2/2 +Tests Completed: 3/3 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS + +====END OF HERCULES REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 5f5f66c860..2bc1a84371 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: -439b16bcd513922dd5b22b3fd228791731b8762f +29a5ad175eb3e06b8e8d42d31f8ba7886851b18c Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - cb72b52e726db1495e680f175161ddd74caf006c UFSATM (remotes/origin/feature/hafsv2_sync) + c20b46c256ca08788d54d7991bc336a410913f39 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - d08592dd6bb16df55db1ec8eea33af13d05a32ff UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6629-gd08592dd) + 34af6895839e8617b83d798b2cf9dbcf67b12386 UFSATM/ccpp/physics (EP4-2159-g34af6895) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 3f742540a1beb0018dd4a54a603c3831e475a481 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/hafsv2_sync) @@ -40,297 +40,297 @@ 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: /work2/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20260210 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3974065 +BASELINE DIRECTORY: /work2/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20260202 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1980863 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [30:11, 28:29] ( 1 warnings 1090 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:51, 15:59](2109 MB) -PASS -- TEST 'cpld_control_gefs_intel' [34:30, 19:46](3038 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [22:07, 06:00](2732 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [34:51, 20:32](3064 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [32:11, 30:15] ( 1 warnings 1089 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [26:17, 22:13](1960 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:51, 24:14](2136 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:02, 09:28](1217 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:54, 10:30](2088 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:17, 26:43](1879 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [30:11, 28:11] ( 1 warnings 985 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [20:10, 13:12](2229 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [14:07, 06:31](1520 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:11, 05:47] ( 359 warnings 985 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [16:55, 11:59](2261 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:26] ( 359 warnings 2804 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:58, 22:27](1935 MB) - -PASS -- COMPILE 's2swa_intel' [26:11, 25:03] ( 1 warnings 1090 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [19:54, 17:02](2186 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [18:48, 15:59](2190 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:23, 08:27](1771 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [19:50, 16:12](2207 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:47, 08:35](1767 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:51, 11:37](2291 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:37, 15:57](2174 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:56, 13:28](2071 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [18:57, 16:10](2187 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:01, 16:13](2665 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:21, 08:34](2825 MB) - -PASS -- COMPILE 's2swal_intel' [27:11, 25:15] ( 1 warnings 1111 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [20:56, 17:12](2134 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:14, 08:35](1746 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:49, 07:46](2148 MB) - -PASS -- COMPILE 's2sw_intel' [25:11, 23:31] ( 1 warnings 1058 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [19:06, 15:38](1996 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [10:21, 06:28](2102 MB) - -PASS -- COMPILE 's2swa_debug_intel' [08:11, 06:21] ( 359 warnings 2054 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [17:56, 14:12](2206 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 06:02] ( 359 warnings 2036 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:17, 06:52](2016 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [27:11, 25:49] ( 1 warnings 996 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:48, 04:29](2089 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [25:11, 24:02] ( 1 warnings 1081 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:37, 19:48](2016 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:14, 09:17](1241 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:34, 22:48](1933 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:58, 07:39](3053 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:57, 02:26](3042 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [06:12, 03:40](2485 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:33, 01:21](2242 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:41, 00:55](2237 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:49, 00:35](1548 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:39, 01:24](2239 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:36, 01:38](2239 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:51, 01:50](1549 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:34, 01:40](2162 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:38, 00:42](2166 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:39, 02:08](1503 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:59] ( 359 warnings 2786 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:27, 28:59](1998 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:11, 15:11] ( 1 warnings 534 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:51, 02:29](1589 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:59, 02:40](1600 MB) -PASS -- TEST 'control_latlon_intel' [04:47, 02:38](1598 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:51, 02:39](1598 MB) -PASS -- TEST 'control_c48_intel' [10:48, 08:31](1700 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:43, 07:52](843 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [10:47, 08:44](1713 MB) -PASS -- TEST 'control_c192_intel' [10:24, 07:44](1782 MB) -PASS -- TEST 'control_c384_intel' [13:36, 09:29](1976 MB) -PASS -- TEST 'control_c384gdas_intel' [16:30, 10:37](1304 MB) -PASS -- TEST 'control_stochy_intel' [03:41, 01:48](655 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:44, 01:10](490 MB) -PASS -- TEST 'control_lndp_intel' [03:40, 01:40](664 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:27, 03:07](953 MB) -PASS -- TEST 'control_p8_intel' [06:00, 03:02](1880 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:09, 03:13](1884 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:12, 03:04](1879 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:14, 02:56](1905 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:31, 03:04](1915 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:53, 02:05](2410 MB) -PASS -- TEST 'control_restart_p8_intel' [05:43, 03:03](1112 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:00, 02:58](1890 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:24, 03:05](1128 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:00, 03:04](1875 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:16, 03:25](1959 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:28, 05:17](1874 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:05, 04:33](1935 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:13, 03:12](1894 MB) -PASS -- TEST 'merra2_thompson_intel' [06:56, 03:37](1897 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:32, 05:47](1900 MB) -PASS -- TEST 'regional_control_intel' [07:47, 06:07](1079 MB) -PASS -- TEST 'regional_restart_intel' [05:42, 03:17](1102 MB) -PASS -- TEST 'regional_decomp_intel' [08:35, 06:24](1081 MB) -PASS -- TEST 'regional_2threads_intel' [06:37, 04:09](1030 MB) -PASS -- TEST 'regional_noquilt_intel' [08:41, 06:10](1364 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:31, 06:05](1088 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:29, 06:07](1089 MB) -PASS -- TEST 'regional_wofs_intel' [09:30, 07:36](1903 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [15:11, 13:41] ( 1 warnings 514 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:21, 04:29](1917 MB) - -PASS -- COMPILE 'rrfs_intel' [14:10, 13:00] ( 4 warnings 490 remarks ) -PASS -- TEST 'rap_control_intel' [07:08, 04:13](1040 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:04, 05:17](1352 MB) -PASS -- TEST 'rap_decomp_intel' [06:59, 04:23](1033 MB) -PASS -- TEST 'rap_2threads_intel' [07:19, 04:27](1112 MB) -PASS -- TEST 'rap_restart_intel' [05:44, 02:19](1007 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:23, 04:11](1042 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:03, 04:23](1033 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:46, 02:19](1006 MB) -PASS -- TEST 'hrrr_control_intel' [06:29, 04:04](1022 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:20, 04:10](1027 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:05, 04:11](1100 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:29, 02:14](962 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:31, 07:29](1041 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:26, 09:06](1989 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:27, 08:55](2023 MB) - -PASS -- COMPILE 'csawmg_intel' [15:11, 13:14] ( 1 warnings 459 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:44, 06:12](1042 MB) -PASS -- TEST 'control_ras_intel' [05:25, 03:23](741 MB) - -PASS -- COMPILE 'wam_intel' [14:11, 12:24] ( 1 warnings 437 remarks ) -PASS -- TEST 'control_wam_intel' [14:56, 12:33](1672 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:11, 06:27] ( 438 warnings 623 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:32, 02:24](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:29, 02:20](1624 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:25, 03:06](819 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:26, 02:57](818 MB) -PASS -- TEST 'control_csawmg_debug_intel' [07:42, 05:20](1133 MB) -PASS -- TEST 'control_ras_debug_intel' [04:24, 02:46](826 MB) -PASS -- TEST 'control_diag_debug_intel' [04:39, 02:46](1692 MB) -PASS -- TEST 'control_debug_p8_intel' [04:53, 02:44](1911 MB) -PASS -- TEST 'regional_debug_intel' [20:45, 18:28](1089 MB) -PASS -- TEST 'rap_control_debug_intel' [07:25, 05:16](1201 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:28, 04:50](1214 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:26, 04:56](1208 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:24, 04:57](1205 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:25, 04:53](1207 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:33, 05:30](1296 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:28, 05:01](1210 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:27, 05:04](1210 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:31, 04:58](1214 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:28, 05:01](1212 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:43](1208 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:27, 04:56](1209 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:26, 08:01](1202 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:32, 05:03](1213 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 04:31] ( 401 warnings 437 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:57, 13:13](1698 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 12:56] ( 4 warnings 457 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:08, 05:01](1256 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:22, 03:50](935 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:47, 03:39](918 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:19, 03:58](994 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:13, 03:49](972 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:13, 03:50](915 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:24, 02:06](893 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:43, 02:03](880 MB) -PASS -- TEST 'conus13km_control_intel' [06:17, 03:45](1309 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:00, 01:28](1220 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:59, 03:47](1340 MB) -PASS -- TEST 'conus13km_restart_intel' [03:53, 02:09](1185 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [14:11, 12:46] ( 4 warnings 487 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [05:12, 02:52](972 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:27] ( 4 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:44, 04:27](994 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:34] ( 332 warnings 463 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:24, 04:51](1087 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:23, 04:47](1091 MB) -PASS -- TEST 'conus13km_debug_intel' [24:53, 22:36](1343 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:52, 23:10](1047 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:53, 21:45](1265 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [25:48, 23:56](1424 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:45, 22:59](1421 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:23] ( 332 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:24, 05:16](1176 MB) - -PASS -- COMPILE 'hafsw_intel' [21:11, 19:55] ( 1 warnings 736 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:54, 04:37](872 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:28, 05:58](1076 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 04:17](1187 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:52, 29:45](993 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:49, 06:34](490 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:57, 07:26](503 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:47, 03:17](366 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:44, 08:06](421 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:46, 04:20](521 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:42, 04:09](521 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:23](396 MB) -PASS -- TEST 'gnv1_nested_intel' [06:39, 03:47](1736 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 15:21] ( 1 warnings 975 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:48, 11:26](709 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 13:47] ( 1 warnings 678 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:51, 06:35](952 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:53, 06:35](935 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [22:12, 20:29] ( 567 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:31](1850 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:20, 02:24](1797 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 03:09](1104 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:19, 03:11](1093 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:17, 03:12](1087 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 03:31](1850 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:18, 03:29](1854 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 03:07](1085 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:17, 07:39](1658 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:16, 07:16](1012 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:16, 03:29](1837 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:54](4831 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:20, 05:53](4833 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:37] ( 2 warnings 567 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:57](1776 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:18] ( 127 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:30, 01:11](249 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:25, 00:45](316 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:30](311 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:38] ( 165 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:29, 00:36](568 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:29, 00:20](452 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [24:11, 22:35] ( 1 warnings 654 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:12, 03:48](1982 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:10, 13:01] ( 1 warnings 542 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:02, 04:48](1986 MB) - -PASS -- COMPILE 'atml_intel' [15:10, 14:08] ( 9 warnings 586 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:32, 03:32](1858 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:58, 01:59](1103 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:10, 05:42] ( 445 warnings 586 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:25, 05:10](1872 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 13:39] ( 1 warnings 561 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:22, 02:07](1901 MB) - -PASS -- COMPILE 'atmaero_intel' [16:11, 14:53] ( 1 warnings 455 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:19, 04:29](1964 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:08, 05:17](1754 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:06, 05:17](1778 MB) - -PASS -- COMPILE 'atmaq_intel' [15:11, 13:10] ( 1 warnings 640 remarks ) -PASS -- TEST 'regional_atmaq_intel' [20:57, 17:35](2921 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [24:01, 21:02](2917 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:37] ( 418 warnings 640 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [41:52, 39:02](2924 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:11, 11:58] ( 4 warnings 464 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:30, 14:01](1085 MB) +PASS -- COMPILE 's2swa_32bit_intel' [31:12, 29:32] ( 1 warnings 1048 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:45, 15:44](2092 MB) +PASS -- TEST 'cpld_control_gefs_intel' [35:17, 19:58](3033 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:41, 06:35](2692 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [35:37, 20:58](3038 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [27:11, 25:30] ( 1 warnings 1047 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:07, 22:25](1967 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:20, 24:26](2138 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:05, 09:29](1225 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:20, 10:37](2086 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:10, 26:49](1878 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [31:12, 29:18] ( 1 warnings 943 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [19:00, 12:33](2227 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [15:54, 07:37](1517 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:11, 05:39] ( 339 warnings 943 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [17:38, 11:29](2258 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:11, 06:18] ( 339 warnings 2775 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:10, 22:01](1936 MB) + +PASS -- COMPILE 's2swa_intel' [26:11, 25:08] ( 1 warnings 1048 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [20:50, 17:11](2190 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:46, 16:11](2187 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:00, 08:22](1767 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [18:24, 16:08](2201 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:52, 08:26](1758 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:39, 11:37](2284 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [18:39, 16:02](2163 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:25, 13:30](2064 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:55, 16:25](2178 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:02, 15:45](2659 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [15:17, 09:20](2831 MB) + +PASS -- COMPILE 's2swal_intel' [27:11, 25:17] ( 1 warnings 1069 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [20:48, 17:11](2153 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:24, 08:46](1744 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:34, 08:03](2111 MB) + +PASS -- COMPILE 's2sw_intel' [27:12, 25:49] ( 1 warnings 1016 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [18:26, 15:16](1985 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:41, 06:29](2107 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 05:59] ( 339 warnings 2025 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:27, 14:02](2216 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:42] ( 339 warnings 2007 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:15, 06:48](2027 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [24:11, 22:55] ( 1 warnings 954 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:57, 04:30](2094 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [27:11, 25:52] ( 1 warnings 1039 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:36, 20:08](2022 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:20, 09:25](1257 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [25:40, 23:09](1930 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:02, 07:39](3048 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:04, 02:25](3042 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:18, 01:25](2479 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:39, 01:22](2240 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:39, 00:48](2237 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:42, 00:35](1548 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:47, 01:20](2232 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:48, 00:46](2233 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:54, 00:34](1547 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:40, 00:48](2161 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:48, 00:41](2163 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:36, 00:31](1501 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:46] ( 339 warnings 2757 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:26, 28:50](1998 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:11, 15:56] ( 1 warnings 492 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:49, 02:30](1588 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:57, 02:41](1598 MB) +PASS -- TEST 'control_latlon_intel' [04:45, 02:38](1590 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:49, 02:40](1588 MB) +PASS -- TEST 'control_c48_intel' [10:48, 08:34](1719 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:48, 07:53](847 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:47, 08:44](1714 MB) +PASS -- TEST 'control_c192_intel' [10:10, 07:46](1778 MB) +PASS -- TEST 'control_c384_intel' [13:21, 09:34](1982 MB) +PASS -- TEST 'control_c384gdas_intel' [16:08, 10:37](1301 MB) +PASS -- TEST 'control_stochy_intel' [03:39, 01:48](653 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:41, 01:08](481 MB) +PASS -- TEST 'control_lndp_intel' [03:39, 01:41](662 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:24, 03:46](946 MB) +PASS -- TEST 'control_p8_intel' [05:58, 03:03](1881 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:07, 04:17](1879 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:11, 03:26](1888 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [07:14, 03:12](1902 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:31, 03:09](1912 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:56, 02:09](2401 MB) +PASS -- TEST 'control_restart_p8_intel' [04:34, 01:48](1132 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:58, 03:02](1884 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:16, 01:44](1127 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:53, 03:40](1876 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:53, 03:28](1968 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:29, 05:14](1885 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:07, 04:48](1933 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:09, 03:14](1886 MB) +PASS -- TEST 'merra2_thompson_intel' [07:29, 03:40](1889 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [08:47, 05:33](1901 MB) +PASS -- TEST 'regional_control_intel' [09:19, 06:09](1080 MB) +PASS -- TEST 'regional_restart_intel' [05:45, 03:18](1100 MB) +PASS -- TEST 'regional_decomp_intel' [08:42, 06:24](1086 MB) +PASS -- TEST 'regional_2threads_intel' [05:39, 04:08](1037 MB) +PASS -- TEST 'regional_noquilt_intel' [07:45, 06:05](1361 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:34, 06:06](1089 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:39, 06:07](1093 MB) +PASS -- TEST 'regional_wofs_intel' [09:39, 07:34](1900 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [15:11, 13:32] ( 1 warnings 472 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:31, 04:28](1912 MB) + +PASS -- COMPILE 'rrfs_intel' [16:11, 14:31] ( 4 warnings 448 remarks ) +PASS -- TEST 'rap_control_intel' [07:29, 04:14](1039 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:05, 05:14](1352 MB) +PASS -- TEST 'rap_decomp_intel' [07:03, 04:25](1032 MB) +PASS -- TEST 'rap_2threads_intel' [07:01, 04:29](1138 MB) +PASS -- TEST 'rap_restart_intel' [05:45, 02:19](1003 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:23, 04:11](1033 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:27, 04:22](1032 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:37, 02:17](1000 MB) +PASS -- TEST 'hrrr_control_intel' [06:29, 04:03](1039 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:36, 04:12](1027 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:03, 04:12](1114 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:46, 02:13](966 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:28, 07:29](1042 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:27, 09:07](1992 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:28, 08:44](2023 MB) + +PASS -- COMPILE 'csawmg_intel' [14:10, 12:57] ( 1 warnings 417 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:38, 06:13](1040 MB) +PASS -- TEST 'control_ras_intel' [05:26, 03:23](742 MB) + +PASS -- COMPILE 'wam_intel' [14:10, 12:13] ( 1 warnings 395 remarks ) +PASS -- TEST 'control_wam_intel' [14:58, 12:30](1682 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 06:26] ( 418 warnings 581 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:39, 02:16](1623 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:37, 02:19](1620 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:27, 03:05](830 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:23, 02:49](823 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:40, 05:23](1133 MB) +PASS -- TEST 'control_ras_debug_intel' [04:25, 02:49](830 MB) +PASS -- TEST 'control_diag_debug_intel' [04:35, 02:46](1686 MB) +PASS -- TEST 'control_debug_p8_intel' [04:55, 02:43](1921 MB) +PASS -- TEST 'regional_debug_intel' [18:44, 16:57](1104 MB) +PASS -- TEST 'rap_control_debug_intel' [07:33, 05:23](1207 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:31, 04:58](1204 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:30, 05:03](1211 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:25, 04:59](1208 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:26, 05:02](1212 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:36, 05:19](1300 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:26, 05:05](1209 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 05:04](1215 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:25, 05:05](1218 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:25, 04:53](1218 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:50](1211 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:28, 05:02](1206 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:25, 08:02](1209 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:33, 05:03](1219 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:20] ( 381 warnings 395 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:55, 13:52](1696 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:10, 12:34] ( 4 warnings 415 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:08, 05:01](1250 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:26, 03:47](943 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:51, 03:39](924 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:03, 03:59](968 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:21, 03:50](972 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:20, 03:49](913 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:28, 02:05](889 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:50, 02:04](876 MB) +PASS -- TEST 'conus13km_control_intel' [06:23, 03:44](1314 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:00, 01:29](1219 MB) +PASS -- TEST 'conus13km_decomp_intel' [05:58, 03:46](1337 MB) +PASS -- TEST 'conus13km_restart_intel' [03:49, 02:07](1192 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [14:10, 12:31] ( 4 warnings 445 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [05:10, 02:51](970 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:10, 12:33] ( 4 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:53, 04:24](1010 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:28] ( 312 warnings 421 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:54](1088 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:28, 05:12](1071 MB) +PASS -- TEST 'conus13km_debug_intel' [24:18, 22:04](1347 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [25:12, 22:16](1057 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [24:05, 21:38](1266 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [25:53, 23:26](1383 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:57, 23:00](1413 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:23] ( 312 warnings 415 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:28, 04:58](1176 MB) + +PASS -- COMPILE 'hafsw_intel' [21:11, 19:57] ( 1 warnings 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:51, 04:42](875 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:28, 05:51](1075 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:28, 04:17](1185 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [32:03, 29:35](989 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:49, 06:35](486 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:00, 07:29](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:46, 03:17](365 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:48, 08:08](418 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:45, 04:19](518 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:44, 04:07](522 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:30, 01:22](396 MB) +PASS -- TEST 'gnv1_nested_intel' [06:43, 03:45](1727 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 15:53] ( 1 warnings 933 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:14, 11:14](712 MB) + +PASS -- COMPILE 'hafs_all_intel' [16:11, 14:54] ( 1 warnings 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:59, 06:35](953 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:53, 06:37](932 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [26:11, 24:43] ( 567 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:31](1849 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:23, 02:26](1797 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:18, 03:10](1082 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:19, 03:11](1086 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:17, 03:11](1087 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:18, 03:28](1845 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:29](1837 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 03:08](1101 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:17, 07:45](1665 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:13, 07:19](1019 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 03:31](1857 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:52](4826 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:20, 05:54](4835 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 04:45] ( 2 warnings 567 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:53](1774 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:15] ( 127 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:32, 01:14](247 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:47](314 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:30](312 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:36] ( 165 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:28, 00:37](563 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:20](447 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [25:11, 23:28] ( 1 warnings 612 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:13, 03:46](1981 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:11, 12:50] ( 1 warnings 500 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:13, 04:46](1988 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 14:28] ( 9 warnings 544 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [06:38, 03:34](1859 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:08, 02:00](1109 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 06:24] ( 425 warnings 544 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:30, 04:58](1883 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 13:50] ( 1 warnings 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:26, 02:04](1907 MB) + +PASS -- COMPILE 'atmaero_intel' [16:11, 14:39] ( 1 warnings 413 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:20, 04:27](1985 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:15, 05:15](1760 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:14, 05:21](1785 MB) + +PASS -- COMPILE 'atmaq_intel' [16:11, 14:48] ( 1 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_intel' [22:12, 18:09](2920 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [24:57, 21:30](2918 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:10, 05:08] ( 398 warnings 598 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [42:51, 40:06](2937 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:10, 11:59] ( 4 warnings 422 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:31, 13:52](1076 MB) SYNOPSIS: -Starting Date/Time: 20260210 22:49:12 -Ending Date/Time: 20260211 00:52:00 -Total Time: 02h:03m:40s +Starting Date/Time: 20260205 17:04:28 +Ending Date/Time: 20260205 19:08:34 +Total Time: 02h:05m:02s Compiles Completed: 41/41 Tests Completed: 198/198 diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index 8da88ff375..07a64facb4 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: -439b16bcd513922dd5b22b3fd228791731b8762f +e7dd2ed346868c2d49b3c65f4158f55b7b6f6eaa Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -19,12 +19,12 @@ 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) - cb72b52e726db1495e680f175161ddd74caf006c UFSATM (remotes/origin/feature/hafsv2_sync) + c9199f5341bacb52bcbd4c2e57b37c7e4fb846eb UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - d08592dd6bb16df55db1ec8eea33af13d05a32ff UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6629-gd08592dd) + 525174d8b976b7bdce68ac2899dc889856d78f1c UFSATM/ccpp/physics (EP4-2184-g525174d8) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - 3f742540a1beb0018dd4a54a603c3831e475a481 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/hafsv2_sync) + 3e5db3750e382976b4d6011c6d9c1437b0cf34f6 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-502-g3e5db37) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/master-60-g38d2177a) 7d9597c471470be061ab8853dd62bcd03f15d6aa UFSATM/upp (upp_v10.2.0-354-g7d9597c4) -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd @@ -41,429 +41,425 @@ 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-20260210 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2589147 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Gillian.Petro/stmp/RT_RUNDIRS/Gillian.Petro/FV3_RT/rt_494159 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:11, 13:24] ( 1 warnings 1090 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:50, 06:34](2172 MB) -PASS -- TEST 'cpld_control_gefs_intel' [41:05, 19:50](3247 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [22:40, 06:39](2966 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [58:07, 32:36](3430 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:12, 13:58] ( 1 warnings 1089 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:42, 09:24](2050 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:53, 10:10](2630 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:52, 03:47](1509 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:59, 04:35](2347 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:38, 17:10](1997 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [14:12, 12:16] ( 1 warnings 985 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [20:31, 08:20](2412 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [09:21, 04:25](1864 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:12, 03:37] ( 359 warnings 985 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [26:24, 08:26](2435 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:12, 03:50] ( 359 warnings 2804 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:47, 13:24](2077 MB) - -PASS -- COMPILE 's2swa_intel' [15:12, 13:36] ( 1 warnings 1090 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:55, 07:45](2501 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [20:53, 07:15](2455 MB) -PASS -- TEST 'cpld_restart_p8_intel' [13:50, 03:53](2260 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [19:48, 07:01](2370 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:55, 03:45](1988 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [26:45, 13:05](2982 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [19:46, 07:02](2464 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [24:43, 11:51](2300 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:54, 07:00](2517 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [28:35, 18:10](3573 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [21:01, 15:22](3460 MB) - -PASS -- COMPILE 's2swal_intel' [15:11, 13:38] ( 1 warnings 1111 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [17:52, 07:20](2507 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [11:00, 04:09](2271 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:48, 05:34](3112 MB) - -PASS -- COMPILE 's2sw_intel' [14:11, 12:26] ( 1 warnings 1058 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [15:39, 06:50](2075 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:50, 04:50](3007 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:12, 03:41] ( 359 warnings 2054 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:51, 08:56](2382 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:11] ( 359 warnings 2036 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [20:47, 04:31](2115 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 11:56] ( 1 warnings 996 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [13:50, 03:28](2169 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 13:12] ( 1 warnings 1081 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:41, 08:16](2155 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [22:53, 03:51](1633 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:37, 11:44](2095 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:31, 04:09](3033 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:27, 01:23](3020 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:28, 00:52](2457 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:25, 00:51](2209 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:26, 00:33](2210 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [22:26, 20:44](1532 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [21:27, 19:08](2213 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:24, 00:32](2209 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:24, 00:27](1531 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:23, 00:33](2139 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:24, 00:28](2139 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:24, 00:23](1488 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:11, 03:21] ( 359 warnings 2786 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:43, 19:22](2178 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:11, 07:13] ( 1 warnings 534 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [09:21, 01:38](2212 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:22, 01:39](2212 MB) -PASS -- TEST 'control_latlon_intel' [09:20, 01:37](2222 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:22, 01:38](2221 MB) -PASS -- TEST 'control_c48_intel' [06:22, 04:17](1667 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:21, 04:04](802 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:22, 04:29](1666 MB) -PASS -- TEST 'control_c192_intel' [12:35, 04:38](1806 MB) -PASS -- TEST 'control_c384_intel' [15:17, 06:20](2091 MB) -PASS -- TEST 'control_c384gdas_intel' [15:54, 06:20](1904 MB) -PASS -- TEST 'control_stochy_intel' [09:18, 01:10](1294 MB) -PASS -- TEST 'control_stochy_restart_intel' [06:18, 00:41](1193 MB) -PASS -- TEST 'control_lndp_intel' [09:18, 01:11](1291 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [12:31, 02:08](1590 MB) -PASS -- TEST 'control_p8_intel' [12:38, 02:02](2508 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [13:45, 02:11](2504 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [12:37, 02:00](2513 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [13:39, 02:00](2532 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [13:40, 02:15](2561 MB) -FAILED: RUN DID NOT COMPLETE -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [, ]( MB) -PASS -- TEST 'control_restart_p8_intel' [06:31, 01:15](1842 MB) -PASS -- TEST 'control_noqr_p8_intel' [12:38, 02:05](2499 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:30, 01:13](1856 MB) -PASS -- TEST 'control_decomp_p8_intel' [12:37, 02:09](2496 MB) -PASS -- TEST 'control_2threads_p8_intel' [12:37, 01:42](2013 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:28, 03:24](2507 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:38, 02:47](2575 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:33, 02:08](2541 MB) -PASS -- TEST 'merra2_thompson_intel' [04:34, 02:24](2532 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:28](2550 MB) -PASS -- TEST 'regional_control_intel' [13:25, 03:22](1707 MB) -PASS -- TEST 'regional_restart_intel' [03:28, 01:56](1689 MB) -PASS -- TEST 'regional_decomp_intel' [14:24, 03:35](1719 MB) -PASS -- TEST 'regional_2threads_intel' [12:24, 02:10](1560 MB) -PASS -- TEST 'regional_noquilt_intel' [13:25, 03:26](1991 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [12:25, 03:22](1720 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [12:24, 03:27](1719 MB) -PASS -- TEST 'regional_wofs_intel' [13:24, 04:23](2646 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [09:10, 06:40] ( 1 warnings 514 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [10:35, 02:47](2548 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 06:03] ( 4 warnings 490 remarks ) -PASS -- TEST 'rap_control_intel' [10:24, 02:33](1779 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:48, 02:39](1616 MB) -PASS -- TEST 'rap_decomp_intel' [09:27, 02:34](1722 MB) -PASS -- TEST 'rap_2threads_intel' [09:26, 02:00](1171 MB) -PASS -- TEST 'rap_restart_intel' [03:26, 01:20](1774 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:27, 02:27](1788 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:23, 02:32](1735 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:26, 01:21](1756 MB) -PASS -- TEST 'hrrr_control_intel' [08:26, 02:21](1766 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:22, 02:30](1701 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:25, 01:52](1163 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:19, 01:18](1715 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:31, 04:18](1940 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:18, 05:45](2671 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:18, 05:30](2892 MB) - -PASS -- COMPILE 'csawmg_intel' [08:10, 06:07] ( 1 warnings 459 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:26, 04:20](1744 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:14](1593 MB) - -PASS -- COMPILE 'wam_intel' [08:11, 05:43] ( 1 warnings 437 remarks ) -PASS -- TEST 'control_wam_intel' [10:36, 08:01](2423 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 03:40] ( 438 warnings 623 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:18, 01:37](2231 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:19, 01:44](2243 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:09](1479 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:16, 01:57](1469 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:25, 03:01](1779 MB) -PASS -- TEST 'control_ras_debug_intel' [03:16, 01:59](1481 MB) -PASS -- TEST 'control_diag_debug_intel' [03:24, 01:58](2307 MB) -PASS -- TEST 'control_debug_p8_intel' [03:28, 02:05](2541 MB) -PASS -- TEST 'regional_debug_intel' [13:27, 12:05](1627 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 03:33](1864 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:19, 03:26](1863 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:19, 03:32](1872 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:18, 03:32](1862 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 04:06](1869 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:23, 03:42](1966 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:18, 03:54](1871 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:17, 04:10](1879 MB) -PASS -- TEST 'rap_lndp_debug_intel' [09:18, 03:39](1860 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:18, 03:29](1859 MB) -PASS -- TEST 'rap_noah_debug_intel' [09:18, 03:26](1855 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [16:18, 09:33](1877 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:18, 05:46](1847 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [13:21, 03:32](1863 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [27:32, 16:09](1870 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:10, 02:12] ( 401 warnings 437 remarks ) -PASS -- TEST 'control_wam_debug_intel' [39:33, 27:08](2277 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:11, 05:36] ( 4 warnings 457 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [14:48, 02:29](1497 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [14:24, 02:13](1731 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [14:25, 02:02](1718 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:26, 01:43](1068 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:23, 01:36](1043 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [13:23, 02:08](1643 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:24, 01:10](1647 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [05:18, 01:08](1644 MB) -PASS -- TEST 'conus13km_control_intel' [13:45, 01:54](1762 MB) -PASS -- TEST 'conus13km_2threads_intel' [12:40, 00:47](1790 MB) -PASS -- TEST 'conus13km_decomp_intel' [13:42, 01:53](1805 MB) -PASS -- TEST 'conus13km_restart_intel' [06:37, 01:10](1547 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [08:11, 05:48] ( 4 warnings 487 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [14:41, 12:08](1334 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 05:59] ( 4 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [12:28, 02:39](1819 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:25] ( 332 warnings 463 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [14:18, 03:23](1745 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [11:18, 03:18](1751 MB) -PASS -- TEST 'conus13km_debug_intel' [23:36, 14:56](1815 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [23:34, 14:54](1430 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:32, 08:23](1836 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:31, 15:11](1839 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:31, 14:49](1884 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:12] ( 332 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:18, 03:26](1872 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 08:43] ( 1 warnings 736 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:35, 02:46](1145 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:48, 03:58](1350 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:23, 02:24](1451 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [35:37, 31:14](1334 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:33, 03:21](810 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:35, 03:56](804 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:28, 01:36](537 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:56, 04:20](610 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:26, 02:24](749 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:30, 02:07](740 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:16, 00:45](523 MB) -PASS -- TEST 'gnv1_nested_intel' [25:46, 02:18](1710 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 08:18] ( 1 warnings 975 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [22:11, 17:37](1090 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:11, 07:48] ( 1 warnings 678 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [26:33, 04:16](1308 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [25:33, 04:17](1296 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:11, 11:29] ( 567 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:01](1908 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [07:17, 05:05](1872 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:14, 01:56](1178 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:56](1166 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [15:15, 12:40](1151 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 01:58](1922 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [15:15, 13:08](1933 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:14, 01:56](1176 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [23:58, 05:19](1814 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [23:51, 05:10](1334 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:13, 02:01](1926 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:11](4787 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [16:15, 13:39](4798 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:24] ( 2 warnings 567 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 04:02](1839 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 00:41] ( 127 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [17:26, 00:42](367 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [17:20, 00:32](619 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [08:21, 00:22](625 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:11, 10:55] ( 1 warnings 654 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:45, 02:33](2823 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:11, 06:01] ( 1 warnings 542 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [19:38, 03:19](2853 MB) - -PASS -- COMPILE 'atml_intel' [09:11, 06:53] ( 9 warnings 586 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [19:36, 02:19](1912 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [10:30, 01:25](1331 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:30] ( 445 warnings 586 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [19:39, 03:35](1942 MB) - -PASS -- COMPILE 'atmw_intel' [09:11, 07:21] ( 1 warnings 561 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [18:33, 01:54](2692 MB) - -PASS -- COMPILE 'atmaero_intel' [11:10, 08:46] ( 1 warnings 455 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [19:41, 03:13](1999 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [17:32, 13:19](2402 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [14:33, 03:20](2407 MB) - -PASS -- COMPILE 'atmaq_intel' [08:12, 06:29] ( 1 warnings 640 remarks ) -PASS -- TEST 'regional_atmaq_intel' [26:30, 10:23](2879 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [28:07, 12:38](2875 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:33] ( 418 warnings 640 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [42:06, 27:19](2892 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:46] ( 4 warnings 464 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [23:21, 21:31](1131 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:10, 13:12] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [23:42, 09:28](2052 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:10, 03:23] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [28:42, 13:13](2076 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [16:10, 14:33] -PASS -- TEST 'cpld_control_sfs_intelllvm' [26:39, 09:13](2395 MB) - -PASS -- COMPILE 's2swa_intelllvm' [15:12, 13:08] -PASS -- TEST 'cpld_control_p8_intelllvm' [21:58, 07:26](2456 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:25] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [11:25, 02:08](1725 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:10, 05:50] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [21:28, 12:42](1931 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [12:10, 11:05] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [04:15, 02:02](1916 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [03:10, 02:05] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [05:15, 03:54](1833 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 03:12] -PASS -- TEST 'control_c48_gnu' [07:22, 05:50](1509 MB) -PASS -- TEST 'control_stochy_gnu' [15:17, 10:31](507 MB) -PASS -- TEST 'control_ras_gnu' [07:16, 03:10](514 MB) -PASS -- TEST 'control_p8_gnu' [06:37, 03:05](1459 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [07:33, 02:59](1448 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:10, 02:58] -PASS -- TEST 'rap_control_gnu' [07:27, 03:29](846 MB) -PASS -- TEST 'rap_decomp_gnu' [08:24, 03:27](849 MB) -PASS -- TEST 'rap_2threads_gnu' [12:24, 02:43](899 MB) -PASS -- TEST 'rap_restart_gnu' [07:25, 01:50](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [10:24, 04:39](847 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:27, 03:26](848 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [05:27, 01:50](581 MB) -PASS -- TEST 'hrrr_control_gnu' [09:27, 03:22](850 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [11:23, 03:21](834 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [12:23, 02:42](889 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [11:23, 03:22](850 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:18, 01:52](577 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:18, 01:45](663 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [14:28, 06:13](844 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 02:35] -PASS -- TEST 'control_csawmg_gnu' [13:26, 05:44](766 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 05:12] -PASS -- TEST 'control_diag_debug_gnu' [11:24, 01:18](1279 MB) -PASS -- TEST 'regional_debug_gnu' [15:29, 05:44](760 MB) -PASS -- TEST 'rap_control_debug_gnu' [12:17, 04:52](852 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [09:18, 01:46](856 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [12:17, 04:36](859 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [09:17, 01:48](861 MB) -PASS -- TEST 'rap_diag_debug_gnu' [08:25, 02:05](938 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [07:19, 02:49](853 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:17, 01:51](856 MB) -PASS -- TEST 'control_ras_debug_gnu' [04:16, 01:06](500 MB) -PASS -- TEST 'control_stochy_debug_gnu' [05:16, 01:12](491 MB) -PASS -- TEST 'control_debug_p8_gnu' [05:28, 01:20](1431 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [05:17, 01:50](856 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:28, 02:59](865 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:10, 01:25] -PASS -- TEST 'control_wam_debug_gnu' [06:35, 04:33](1304 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:10, 02:31] -PASS -- TEST 'control_csawmg_debug_gnu' [04:26, 01:45](733 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 02:42] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:22, 03:13](706 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:23, 03:07](709 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:25, 02:26](733 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:21, 02:21](727 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:21, 03:10](710 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:23, 01:43](550 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:17, 01:40](557 MB) -PASS -- TEST 'conus13km_control_gnu' [06:44, 02:59](903 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:34, 01:09](905 MB) -PASS -- TEST 'conus13km_decomp_gnu' [06:36, 03:04](907 MB) -PASS -- TEST 'conus13km_restart_gnu' [03:32, 01:40](579 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:10, 06:16] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:27, 03:39](733 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:11, 05:17] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:19, 01:51](714 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [05:17, 01:45](718 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:33, 07:07](921 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:32, 07:13](648 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:32, 04:10](924 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [09:33, 07:23](926 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:32, 07:11](991 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 05:15] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:18, 01:48](742 MB) - -PASS -- COMPILE 's2swa_gnu' [13:10, 10:44] -PASS -- TEST 'cpld_control_p8_gnu' [09:59, 07:40](1595 MB) - -PASS -- COMPILE 's2s_gnu' [12:10, 10:04] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:51, 06:59](1555 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:10, 02:00] -PASS -- TEST 'cpld_debug_p8_gnu' [09:49, 05:04](1606 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [13:10, 11:10] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [31:41, 27:06](1558 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 01:46] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:41, 06:31](1569 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [12:11, 10:26] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:07](1511 MB) +PASS -- COMPILE 's2swa_32bit_intel' [15:11, 13:38] ( 1 warnings 1090 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:50, 07:05](2182 MB) +PASS -- TEST 'cpld_control_gefs_intel' [28:13, 19:48](3204 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [14:36, 06:53](2919 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [43:12, 33:31](3404 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [15:12, 14:08] ( 1 warnings 1089 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [11:44, 09:24](2066 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [14:58, 10:14](2623 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:47, 04:02](1510 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:01, 04:34](2327 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:41, 16:49](2001 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [15:11, 13:34] ( 1 warnings 985 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [12:36, 08:32](2411 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [09:13, 04:29](1891 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:12, 03:14] ( 359 warnings 985 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [12:26, 08:33](2428 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:12, 03:32] ( 359 warnings 2804 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [16:51, 14:11](2082 MB) + +PASS -- COMPILE 's2swa_intel' [15:11, 13:46] ( 1 warnings 1090 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:56, 07:19](2514 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:58, 06:54](2468 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:53, 03:42](2272 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:53, 07:16](2353 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [05:56, 03:44](1992 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:47, 13:11](2971 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [08:55, 06:50](2460 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:50, 11:51](2291 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:57, 07:12](2489 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [25:39, 22:36](3564 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [19:08, 15:25](3464 MB) + +PASS -- COMPILE 's2swal_intel' [15:11, 14:02] ( 1 warnings 1111 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [09:58, 08:04](2492 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:57, 03:43](2284 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:54, 05:34](3116 MB) + +PASS -- COMPILE 's2sw_intel' [14:11, 12:21] ( 1 warnings 1058 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:42, 06:26](2090 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:54, 04:59](2998 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:12, 03:31] ( 359 warnings 2054 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [12:00, 09:25](2367 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:26] ( 359 warnings 2036 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:47, 05:00](2111 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 12:23] ( 1 warnings 996 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:55, 04:00](2174 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 13:18] ( 1 warnings 1081 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [09:44, 08:07](2180 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [06:51, 04:24](1677 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [13:41, 11:44](2091 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [06:33, 04:10](3030 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:32, 01:24](3022 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:32, 03:21](2462 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:28, 00:50](2212 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:28, 00:30](2208 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:27, 00:24](1531 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:28, 00:51](2209 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:26, 00:30](2207 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [22:27, 20:58](1531 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:25, 00:32](2137 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:27, 00:25](2137 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:26, 00:23](1488 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:23] ( 359 warnings 2786 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [22:42, 20:12](2183 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:56] ( 1 warnings 534 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:21, 01:33](2213 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:23, 01:39](2230 MB) +PASS -- TEST 'control_latlon_intel' [03:20, 01:39](2226 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:22, 01:39](2211 MB) +PASS -- TEST 'control_c48_intel' [06:24, 04:26](1666 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:22, 04:08](803 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:24, 04:31](1666 MB) +PASS -- TEST 'control_c192_intel' [06:37, 04:40](1828 MB) +PASS -- TEST 'control_c384_intel' [08:19, 05:30](2065 MB) +PASS -- TEST 'control_c384gdas_intel' [10:06, 06:13](1858 MB) +PASS -- TEST 'control_stochy_intel' [03:19, 01:38](1313 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:18, 00:41](1231 MB) +PASS -- TEST 'control_lndp_intel' [22:20, 21:01](1309 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [13:38, 11:45](1606 MB) +PASS -- TEST 'control_p8_intel' [03:44, 02:05](2496 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:51, 02:10](2516 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:44, 02:01](2515 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:46, 02:00](2536 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:47, 02:10](2549 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:41, 01:48](2405 MB) +PASS -- TEST 'control_restart_p8_intel' [11:37, 09:20](1901 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:44, 02:01](2519 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:36, 01:14](1857 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:44, 02:08](2506 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:44, 01:40](2015 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:40, 03:26](2511 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:44, 02:52](2564 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:46, 02:07](2525 MB) +PASS -- TEST 'merra2_thompson_intel' [04:45, 02:23](2526 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:25, 03:21](2529 MB) +PASS -- TEST 'regional_control_intel' [05:28, 03:23](1710 MB) +PASS -- TEST 'regional_restart_intel' [03:28, 02:02](1695 MB) +PASS -- TEST 'regional_decomp_intel' [05:27, 03:34](1720 MB) +PASS -- TEST 'regional_2threads_intel' [04:27, 02:04](1566 MB) +PASS -- TEST 'regional_noquilt_intel' [05:27, 03:23](1993 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:28, 03:34](1712 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:26, 03:22](1706 MB) +PASS -- TEST 'regional_wofs_intel' [06:27, 04:20](2628 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:34] ( 1 warnings 514 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:36, 02:49](2553 MB) + +PASS -- COMPILE 'rrfs_intel' [08:11, 06:16] ( 4 warnings 490 remarks ) +PASS -- TEST 'rap_control_intel' [13:24, 10:21](1983 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:44, 02:39](1611 MB) +PASS -- TEST 'rap_decomp_intel' [05:23, 02:51](1719 MB) +PASS -- TEST 'rap_2threads_intel' [04:27, 02:16](1171 MB) +PASS -- TEST 'rap_restart_intel' [03:29, 01:35](1785 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:27, 02:29](1797 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:23, 02:46](1722 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:26, 01:20](1745 MB) +PASS -- TEST 'hrrr_control_intel' [04:24, 02:29](1748 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:22, 02:41](1710 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:25, 02:00](1161 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:18](1717 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:30, 04:32](1919 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:21, 05:41](2662 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:17, 05:26](2918 MB) + +PASS -- COMPILE 'csawmg_intel' [07:11, 05:57] ( 1 warnings 459 remarks ) +PASS -- TEST 'control_csawmg_intel' [06:27, 04:19](1748 MB) +PASS -- TEST 'control_ras_intel' [04:16, 02:14](1581 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 05:37] ( 1 warnings 437 remarks ) +PASS -- TEST 'control_wam_intel' [09:35, 08:04](2397 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:29] ( 438 warnings 623 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:18, 01:37](2222 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:19, 01:38](2242 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:28](1477 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:16, 01:56](1485 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:27, 03:00](1786 MB) +PASS -- TEST 'control_ras_debug_intel' [07:16, 05:32](1499 MB) +PASS -- TEST 'control_diag_debug_intel' [03:23, 01:58](2329 MB) +PASS -- TEST 'control_debug_p8_intel' [03:30, 02:01](2555 MB) +PASS -- TEST 'regional_debug_intel' [13:28, 12:07](1639 MB) +PASS -- TEST 'rap_control_debug_intel' [05:20, 03:38](1863 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:18, 03:23](1865 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:29](1871 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:20, 03:39](1865 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 03:29](1857 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:25, 04:07](1961 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 03:34](1867 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:17, 03:36](1875 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:35](1886 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:32](1869 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:25](1864 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:18, 03:32](1867 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:18, 05:37](1868 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:39](1871 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:28, 06:02](1879 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:10] ( 401 warnings 437 remarks ) +PASS -- TEST 'control_wam_debug_intel' [11:32, 09:20](2294 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:45] ( 4 warnings 457 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 02:30](1483 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:25, 02:06](1714 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:21, 02:07](1704 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:22, 01:40](1075 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:24, 01:37](1045 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:24, 02:07](1664 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [10:25, 08:52](1701 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:18, 01:07](1645 MB) +PASS -- TEST 'conus13km_control_intel' [03:48, 02:01](1752 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:35, 00:50](1794 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:36, 01:56](1802 MB) +PASS -- TEST 'conus13km_restart_intel' [02:36, 01:08](1549 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [07:11, 05:46] ( 4 warnings 487 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [14:40, 12:11](1334 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 06:13] ( 4 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:27, 02:44](1801 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:21] ( 332 warnings 463 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:28](1744 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:20](1735 MB) +PASS -- TEST 'conus13km_debug_intel' [16:37, 15:00](1783 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:36, 14:37](1421 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:33, 08:19](1838 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [17:35, 15:24](1848 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:36, 14:55](1878 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:15] ( 332 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:19, 09:25](1846 MB) + +PASS -- COMPILE 'hafsw_intel' [10:11, 09:03] ( 1 warnings 736 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:35, 02:48](1150 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:52, 03:55](1360 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:22](1455 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [33:38, 31:17](1321 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:29, 03:18](805 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:34, 03:55](815 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:28, 01:37](524 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:56, 04:20](616 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:26, 02:18](743 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:27, 02:07](695 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:17, 00:44](522 MB) +PASS -- TEST 'gnv1_nested_intel' [04:47, 02:19](1777 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [09:11, 07:57] ( 1 warnings 975 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:15, 17:51](1089 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:11, 07:40] ( 1 warnings 678 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:33, 04:20](1304 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:35, 04:28](1262 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [12:11, 11:06] ( 567 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:15, 02:58](1921 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:18](1871 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 01:55](1178 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:59](1176 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:15, 06:39](1166 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 01:58](1917 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 01:59](1909 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [12:15, 11:03](1161 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:57, 05:31](1831 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:57, 05:14](1332 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [14:14, 12:36](1913 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:23](4789 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:12](4791 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:07] ( 2 warnings 567 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:16, 04:00](1829 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:42] ( 127 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:43](361 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:30](624 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:24](623 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:11, 10:51] ( 1 warnings 654 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:41, 02:33](2824 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:10, 06:14] ( 1 warnings 542 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:37, 03:21](2876 MB) + +PASS -- COMPILE 'atml_intel' [08:10, 06:52] ( 9 warnings 586 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:37, 02:21](1907 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:31, 01:24](1307 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:10] ( 445 warnings 586 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:37, 03:53](1937 MB) + +PASS -- COMPILE 'atmw_intel' [09:10, 07:35] ( 1 warnings 561 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:34, 01:50](2693 MB) + +PASS -- COMPILE 'atmaero_intel' [10:10, 08:48] ( 1 warnings 455 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:43, 03:08](2023 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:32, 03:20](2383 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [15:33, 13:46](2397 MB) + +PASS -- COMPILE 'atmaq_intel' [08:10, 06:26] ( 1 warnings 640 remarks ) +PASS -- TEST 'regional_atmaq_intel' [13:28, 10:30](2878 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [15:12, 12:25](2877 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:29] ( 418 warnings 640 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [29:20, 26:59](2890 MB) + +PASS -- COMPILE 'atm_fbh_intel' [08:10, 06:07] ( 4 warnings 464 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:21, 07:06](1126 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [16:10, 14:50] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [11:55, 09:46](2058 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:10, 03:42] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:43, 13:22](2077 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [13:10, 12:09] +PASS -- TEST 'cpld_control_sfs_intelllvm' [13:39, 09:37](2412 MB) + +PASS -- COMPILE 's2swa_intelllvm' [14:10, 12:13] +PASS -- TEST 'cpld_control_p8_intelllvm' [11:00, 08:42](2520 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:10, 05:46] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:26, 02:11](1717 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:10, 05:45] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [12:29, 10:09](1868 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [12:10, 10:54] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [11:16, 09:13](1927 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:10, 02:22] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [05:15, 03:53](1831 MB) + +PASS -- COMPILE 'atm_gnu' [04:10, 02:48] +PASS -- TEST 'control_c48_gnu' [07:22, 05:51](1509 MB) +PASS -- TEST 'control_stochy_gnu' [03:17, 01:58](507 MB) +PASS -- TEST 'control_ras_gnu' [04:16, 03:07](514 MB) +PASS -- TEST 'control_p8_gnu' [05:39, 03:12](1447 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:36, 03:01](1447 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:10, 02:54] +PASS -- TEST 'rap_control_gnu' [10:28, 09:01](846 MB) +PASS -- TEST 'rap_decomp_gnu' [05:24, 03:28](849 MB) +PASS -- TEST 'rap_2threads_gnu' [04:28, 02:39](899 MB) +PASS -- TEST 'rap_restart_gnu' [07:29, 05:16](580 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:26, 03:32](846 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:23, 03:29](848 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:28, 04:26](580 MB) +PASS -- TEST 'hrrr_control_gnu' [05:23, 03:21](849 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:22, 03:22](836 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:25, 02:35](890 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:21, 03:19](849 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:18, 01:49](577 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 01:44](663 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:27, 06:11](842 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:10, 02:39] +PASS -- TEST 'control_csawmg_gnu' [07:27, 06:02](753 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 05:10] +PASS -- TEST 'control_diag_debug_gnu' [04:24, 02:23](1279 MB) +PASS -- TEST 'regional_debug_gnu' [07:28, 05:40](770 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:17, 01:48](855 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:17, 01:51](856 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:48](860 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:16, 01:49](859 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:01](942 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 02:51](852 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 02:07](854 MB) +PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:08](500 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:11](492 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:30, 01:18](1443 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:18, 01:47](856 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:28, 02:54](867 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:23] +PASS -- TEST 'control_wam_debug_gnu' [06:35, 04:39](1304 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:33] +PASS -- TEST 'control_csawmg_debug_gnu' [03:27, 01:52](734 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 02:37] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:22, 03:39](705 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:21, 03:09](709 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:25, 02:26](732 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:24, 02:23](728 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:21, 03:09](709 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:23, 01:55](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 02:04](556 MB) +PASS -- TEST 'conus13km_control_gnu' [04:45, 02:52](903 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:36, 01:09](904 MB) +PASS -- TEST 'conus13km_decomp_gnu' [04:36, 03:01](908 MB) +PASS -- TEST 'conus13km_restart_gnu' [03:37, 01:39](580 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:10, 06:28] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:27, 03:35](733 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:10, 05:09] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 01:56](714 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:58](718 MB) +PASS -- TEST 'conus13km_debug_gnu' [09:37, 07:13](911 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [08:37, 07:05](648 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:35, 04:03](922 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [09:35, 07:20](911 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:35, 07:11](976 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 05:17] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [05:18, 03:43](741 MB) + +PASS -- COMPILE 's2swa_gnu' [12:11, 10:59] +PASS -- TEST 'cpld_control_p8_gnu' [11:01, 07:37](1588 MB) + +PASS -- COMPILE 's2s_gnu' [12:11, 10:39] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:55, 06:53](1557 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:10, 01:58] +PASS -- TEST 'cpld_debug_p8_gnu' [06:52, 04:40](1593 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [12:11, 10:44] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:46, 08:53](1572 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 01:53] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:43, 06:34](1573 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [11:11, 10:03] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:10](1513 MB) SYNOPSIS: -Starting Date/Time: 20260211 20:12:52 -Ending Date/Time: 20260211 22:46:56 -Total Time: 02h:34m:42s +Starting Date/Time: 20260213 04:23:08 +Ending Date/Time: 20260213 06:17:20 +Total Time: 01h:54m:39s Compiles Completed: 64/64 -Tests Completed: 266/267 -Failed Tests: -* TEST control_p8_ugwpv1_tempo_aerosol_hail_intel: FAILED: RUN DID NOT COMPLETE --- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/reg-test/wm/3014/ufs-weather-model/tests/logs/log_ursa/run_control_p8_ugwpv1_tempo_aerosol_hail_intel.log +Tests Completed: 267/267 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. +A file 'test_changes.list' was generated but is empty. If you are using this log as a pull request verification, please commit 'test_changes.list'. -Result: FAILURE +Result: SUCCESS ====END OF URSA REGRESSION TESTING LOG==== ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -439b16bcd513922dd5b22b3fd228791731b8762f +e7dd2ed346868c2d49b3c65f4158f55b7b6f6eaa Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -481,12 +477,12 @@ 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) - cb72b52e726db1495e680f175161ddd74caf006c UFSATM (remotes/origin/feature/hafsv2_sync) + c9199f5341bacb52bcbd4c2e57b37c7e4fb846eb UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - d08592dd6bb16df55db1ec8eea33af13d05a32ff UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6629-gd08592dd) + 525174d8b976b7bdce68ac2899dc889856d78f1c UFSATM/ccpp/physics (EP4-2184-g525174d8) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) - 3f742540a1beb0018dd4a54a603c3831e475a481 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/hafsv2_sync) + 3e5db3750e382976b4d6011c6d9c1437b0cf34f6 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-502-g3e5db37) 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/master-60-g38d2177a) 7d9597c471470be061ab8853dd62bcd03f15d6aa UFSATM/upp (upp_v10.2.0-354-g7d9597c4) -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd @@ -503,22 +499,27 @@ 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-20260210 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3741005 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Gillian.Petro/stmp/RT_RUNDIRS/Gillian.Petro/FV3_RT/rt_506439 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic -* (-n) - RUN SINGLE TEST: control_p8_ugwpv1_tempo_aerosol_hail +* (-l) - USE CONFIG FILE: rt_weekly.conf * (-e) - USE ECFLOW -PASS -- COMPILE 'atm_dyn32_intel' [10:11, 08:57] ( 1 warnings 534 remarks ) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:38, 01:44](2445 MB) +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [05:10, 03:24] ( 359 warnings 2786 remarks ) +PASS -- TEST 'cpld_debug_c1152_v17_intel' [25:41, 17:37](4167 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [15:10, 13:33] ( 1 warnings 1070 remarks ) +PASS -- TEST 'cpld_control_c1152_v17_intel' [49:14, 34:57](4320 MB) +PASS -- TEST 'cpld_restart_c1152_v17_intel' [41:57, 15:58](4154 MB) +PASS -- TEST 'cpld_mpi_c1152_v17_intel' [53:05, 38:38](4958 MB) SYNOPSIS: -Starting Date/Time: 20260212 05:01:45 -Ending Date/Time: 20260212 05:17:54 -Total Time: 00h:16m:18s -Compiles Completed: 1/1 -Tests Completed: 1/1 +Starting Date/Time: 20260213 04:26:06 +Ending Date/Time: 20260213 06:13:46 +Total Time: 01h:47m:44s +Compiles Completed: 2/2 +Tests Completed: 4/4 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 997e001785..7863e1da54 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: -e9d49f9df8bcf94d0dbf3711982748d6180dbb3a +0642a1ccf3e6cbf1ee23d6f47fa9388240884125 Submodule hashes used in testing: 2c1cec7dd4d7a477abd2ae204db4a78295c24f16 AQM (v0.2.0-63-g2c1cec7) @@ -19,9 +19,9 @@ Submodule hashes used in testing: 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - cb72b52e726db1495e680f175161ddd74caf006c UFSATM (remotes/origin/feature/hafsv2_sync) + c20b46c256ca08788d54d7991bc336a410913f39 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - d08592dd6bb16df55db1ec8eea33af13d05a32ff UFSATM/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-6629-gd08592dd) + 34af6895839e8617b83d798b2cf9dbcf67b12386 UFSATM/ccpp/physics (EP4-2159-g34af6895) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 3f742540a1beb0018dd4a54a603c3831e475a481 UFSATM/fv3/atmos_cubed_sphere (remotes/origin/feature/hafsv2_sync) @@ -40,248 +40,248 @@ 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-20260210 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2288040 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20260202 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2353866 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:36, 16:18] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:23, 06:57](3340 MB) -PASS -- TEST 'cpld_control_gefs_intel' [34:20, 17:52](4097 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [28:45, 08:11](3908 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:37, 16:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:09, 13:44](1903 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:41, 14:43](1947 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:21, 06:54](1077 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [12:38, 06:40](1935 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:24, 15:29](1880 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [17:35, 14:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:28, 11:47](2200 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [14:11, 06:46](1356 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:20, 04:30] ( 355 warnings 1 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [18:25, 12:58](2234 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 04:50] ( 355 warnings 1769 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:21, 20:34](1939 MB) - -PASS -- COMPILE 's2swa_intel' [19:38, 16:30] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:04, 08:28](3372 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:23, 08:29](3372 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:20, 04:55](3258 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:58, 08:33](3403 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:14, 05:04](3287 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:09, 07:41](3601 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:50, 08:25](3365 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:09, 07:08](3322 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:21, 08:32](3372 MB) - -PASS -- COMPILE 's2swal_intel' [18:37, 16:18] ( 1 warnings 2 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [13:10, 08:53](3346 MB) - -PASS -- COMPILE 's2sw_intel' [17:35, 15:12] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:42, 04:52](1913 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:15, 07:27](1978 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:35, 14:55] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:06, 05:22](1991 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:37, 15:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:59, 13:20](1922 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:11, 06:35](1112 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:12, 15:30](1891 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [10:35, 06:08](2890 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:30, 02:14](2904 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:25, 01:37](2308 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:57, 01:30](2114 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:59, 01:06](2113 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:48, 00:54](1453 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:58, 01:31](2110 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:57, 01:09](2111 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:49, 00:55](1454 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [04:58, 01:04](2041 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:56, 00:55](2041 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:52, 00:53](1397 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:19, 04:38] ( 355 warnings 1769 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:12, 24:02](1958 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:26, 10:15] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [05:48, 02:34](1572 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:46, 02:41](1580 MB) -PASS -- TEST 'control_latlon_intel' [05:32, 02:50](1581 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:38, 02:44](1581 MB) -PASS -- TEST 'control_c48_intel' [09:50, 06:24](1591 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:48, 05:45](722 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:46, 06:40](1592 MB) -PASS -- TEST 'control_c192_intel' [11:03, 07:16](1695 MB) -PASS -- TEST 'control_c384_intel' [13:46, 08:56](2000 MB) -PASS -- TEST 'control_c384gdas_intel' [16:27, 09:52](1135 MB) -PASS -- TEST 'control_stochy_intel' [04:34, 01:53](637 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:36, 01:22](405 MB) -PASS -- TEST 'control_lndp_intel' [05:33, 01:54](635 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:01, 03:10](913 MB) -PASS -- TEST 'control_p8_intel' [08:26, 03:15](1854 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:50, 03:26](1850 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:11, 03:05](1863 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:22, 03:07](1878 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [08:36, 03:14](1877 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [06:50, 02:37](2424 MB) -PASS -- TEST 'control_restart_p8_intel' [07:35, 02:17](1016 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:58, 03:08](1853 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:55, 02:31](1016 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:58, 03:14](1849 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:52, 03:00](1925 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:10, 05:13](1864 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:07, 04:18](1910 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:15, 03:15](1869 MB) -PASS -- TEST 'merra2_thompson_intel' [08:30, 03:35](1858 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [10:28, 05:41](1862 MB) -PASS -- TEST 'regional_control_intel' [09:04, 05:11](876 MB) -PASS -- TEST 'regional_restart_intel' [07:09, 03:17](889 MB) -PASS -- TEST 'regional_decomp_intel' [08:55, 05:31](879 MB) -PASS -- TEST 'regional_2threads_intel' [06:55, 03:27](1001 MB) -PASS -- TEST 'regional_noquilt_intel' [09:08, 05:23](1179 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:54, 05:20](876 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:05, 05:32](875 MB) -PASS -- TEST 'regional_wofs_intel' [11:04, 07:30](1603 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:25, 09:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:33, 04:27](1885 MB) - -PASS -- COMPILE 'rrfs_intel' [11:25, 08:52] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [08:48, 04:07](1011 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:47, 04:32](1195 MB) -PASS -- TEST 'rap_decomp_intel' [08:32, 04:11](1022 MB) -PASS -- TEST 'rap_2threads_intel' [07:43, 03:50](1085 MB) -PASS -- TEST 'rap_restart_intel' [07:30, 02:15](768 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:29, 03:58](1012 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:43, 04:07](1014 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:25, 02:13](772 MB) -PASS -- TEST 'hrrr_control_intel' [08:38, 03:54](1008 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:26, 04:06](1005 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:10, 03:28](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:36, 02:10](763 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:06, 06:51](1009 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:58, 08:43](1962 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:58, 08:17](1955 MB) - -PASS -- COMPILE 'csawmg_intel' [11:24, 08:40] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [10:08, 06:55](960 MB) -PASS -- TEST 'control_ras_intel' [06:39, 03:39](670 MB) - -PASS -- COMPILE 'wam_intel' [11:24, 08:17] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:41, 12:48](1656 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:21, 04:54] ( 434 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:43, 02:53](1606 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:39, 02:53](1621 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:35, 03:45](821 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:34, 03:31](825 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:54, 05:09](1110 MB) -PASS -- TEST 'control_ras_debug_intel' [06:37, 03:27](830 MB) -PASS -- TEST 'control_diag_debug_intel' [06:42, 03:37](1672 MB) -PASS -- TEST 'control_debug_p8_intel' [07:12, 03:34](1897 MB) -PASS -- TEST 'regional_debug_intel' [22:21, 19:08](931 MB) -PASS -- TEST 'rap_control_debug_intel' [08:44, 05:50](1194 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:40, 05:43](1190 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:39, 05:47](1196 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:36, 05:54](1195 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:42, 05:52](1193 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:59, 05:52](1279 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:51, 05:57](1195 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:38, 05:55](1195 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:40, 05:56](1202 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:36, 05:46](1195 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:45, 05:37](1194 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:49, 05:41](1194 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:52, 09:05](1195 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:43, 05:48](1197 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:54, 09:53](1199 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:20, 03:34] ( 398 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [18:37, 14:53](1693 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:25, 08:17] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:34, 04:04](1030 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:01, 03:16](892 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:22, 03:13](887 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:29, 02:53](937 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:55, 02:52](940 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:44, 03:13](892 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:24, 02:01](732 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:44, 01:53](728 MB) -PASS -- TEST 'conus13km_control_intel' [07:31, 03:03](1016 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:02, 01:26](1133 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:24, 03:00](1024 MB) -PASS -- TEST 'conus13km_restart_intel' [05:22, 02:00](684 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [11:26, 08:18] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [06:19, 02:13](698 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:24, 08:26] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:07, 04:06](922 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:18, 03:37] ( 329 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:42, 05:39](1070 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:41, 05:28](1071 MB) -PASS -- TEST 'conus13km_debug_intel' [27:57, 24:08](1099 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [27:35, 24:12](823 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [17:19, 13:30](1197 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [28:44, 24:41](1105 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:34, 24:02](1153 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:18, 03:35] ( 329 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:41, 05:48](1104 MB) - -PASS -- COMPILE 'hafsw_intel' [14:33, 12:11] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:15, 05:01](699 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:13, 05:57](908 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:42, 03:53](1051 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:45, 12:33](789 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:19, 05:54](466 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:39, 07:06](473 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [07:23, 03:14](379 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:33, 08:48](449 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:11, 04:20](496 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:39, 03:54](500 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:47, 01:51](417 MB) -PASS -- TEST 'gnv1_nested_intel' [09:47, 04:16](1698 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:29, 10:29] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:56, 06:17](783 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:26, 09:07] ( 1 warnings ) -PASS -- TEST 'hafs_regional_docn_intel' [11:28, 07:53](747 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:13, 08:05](721 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:39, 14:23] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:26, 04:52](1908 MB) - -PASS -- COMPILE 'atml_intel' [12:32, 09:52] ( 9 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [07:22, 04:23] ( 441 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [18:40, 15:40] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:34, 05:42](3234 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:49, 05:29](3201 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:12, 06:19](3206 MB) - -PASS -- COMPILE 'atmaq_intel' [11:30, 08:47] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [26:10, 19:28](2389 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [27:54, 21:46](2418 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:25, 03:38] ( 415 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [47:03, 41:26](1855 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:42, 16:07] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:19, 06:40](1946 MB) +PASS -- TEST 'cpld_control_gefs_intel' [32:31, 16:25](2888 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [26:41, 06:42](2605 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:43, 16:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:15, 13:55](1814 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:33, 14:58](1843 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:18, 06:28](977 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:21, 06:45](1841 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:58, 16:25](1791 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [19:39, 14:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:15, 11:45](2101 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [13:46, 06:27](1256 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [09:29, 04:28] ( 335 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [19:31, 13:00](2137 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:29, 04:43] ( 335 warnings 1782 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:09, 20:29](1858 MB) + +PASS -- COMPILE 's2swa_intel' [21:43, 16:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:03, 08:23](1978 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:25, 08:19](1984 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:17, 04:56](1540 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:58, 08:25](2005 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [10:24, 05:01](1321 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [11:50, 07:47](2128 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:52, 08:12](1972 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:16, 06:54](1928 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:25, 08:17](1979 MB) + +PASS -- COMPILE 's2swal_intel' [21:43, 16:29] ( 1 warnings 2 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [13:17, 08:25](1966 MB) + +PASS -- COMPILE 's2sw_intel' [19:41, 15:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:34, 04:40](1831 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:03, 07:15](1894 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:40, 14:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:06, 05:09](1888 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:42, 15:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:02, 13:18](1836 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:06, 06:32](1010 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:08, 15:34](1808 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:32, 06:07](2893 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:28, 02:16](2901 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:23, 01:22](2312 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:55, 01:23](2119 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:54, 00:55](2118 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:57, 00:49](1458 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [04:56, 01:19](2117 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:53, 00:54](2116 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:58, 00:48](1457 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [03:53, 00:57](2050 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:53, 00:47](2048 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:56, 00:46](1405 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:19, 04:36] ( 335 warnings 1782 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:00, 24:00](1877 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:27, 10:14] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:49, 02:26](1478 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:46, 02:40](1485 MB) +PASS -- TEST 'control_latlon_intel' [05:33, 02:33](1482 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:39, 02:41](1480 MB) +PASS -- TEST 'control_c48_intel' [09:56, 06:16](1599 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:56, 05:35](725 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:58, 06:27](1604 MB) +PASS -- TEST 'control_c192_intel' [11:03, 07:13](1604 MB) +PASS -- TEST 'control_c384_intel' [13:29, 08:22](1903 MB) +PASS -- TEST 'control_c384gdas_intel' [16:07, 09:20](1036 MB) +PASS -- TEST 'control_stochy_intel' [04:34, 01:52](542 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:36, 01:11](299 MB) +PASS -- TEST 'control_lndp_intel' [04:31, 01:47](542 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:00, 03:05](830 MB) +PASS -- TEST 'control_p8_intel' [08:35, 03:06](1761 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:48, 03:14](1764 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:13, 03:01](1766 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:14, 03:01](1781 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [08:37, 03:10](1794 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [06:44, 02:20](2349 MB) +PASS -- TEST 'control_restart_p8_intel' [07:23, 02:00](919 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:50, 03:03](1758 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:46, 01:56](918 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:22, 03:05](1757 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:30, 02:50](1831 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:02, 05:11](1763 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [09:10, 04:25](1812 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:58, 03:13](1766 MB) +PASS -- TEST 'merra2_thompson_intel' [08:28, 03:45](1766 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [10:15, 05:32](1772 MB) +PASS -- TEST 'regional_control_intel' [09:06, 05:20](910 MB) +PASS -- TEST 'regional_restart_intel' [05:52, 02:59](907 MB) +PASS -- TEST 'regional_decomp_intel' [09:06, 05:37](912 MB) +PASS -- TEST 'regional_2threads_intel' [06:53, 03:16](926 MB) +PASS -- TEST 'regional_noquilt_intel' [08:59, 05:22](1183 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:55, 05:15](909 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:03, 05:21](910 MB) +PASS -- TEST 'regional_wofs_intel' [09:58, 06:38](1637 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:24, 09:37] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:21, 04:03](1788 MB) + +PASS -- COMPILE 'rrfs_intel' [11:24, 08:58] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [08:13, 03:50](918 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:30, 04:10](1071 MB) +PASS -- TEST 'rap_decomp_intel' [08:51, 03:57](920 MB) +PASS -- TEST 'rap_2threads_intel' [07:36, 03:27](983 MB) +PASS -- TEST 'rap_restart_intel' [07:30, 02:10](668 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:14, 03:48](916 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:33, 03:55](915 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:34, 02:11](671 MB) +PASS -- TEST 'hrrr_control_intel' [07:50, 03:41](910 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:28, 03:47](913 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:24, 03:17](987 MB) +PASS -- TEST 'hrrr_control_restart_intel' [06:44, 02:10](659 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:15, 06:43](908 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:51, 08:40](1875 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:50, 08:21](1852 MB) + +PASS -- COMPILE 'csawmg_intel' [11:24, 08:43] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [10:02, 06:36](871 MB) +PASS -- TEST 'control_ras_intel' [06:33, 03:20](571 MB) + +PASS -- COMPILE 'wam_intel' [10:23, 08:03] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:21, 12:36](1562 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:20, 04:52] ( 414 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:41, 02:42](1516 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:39, 02:46](1524 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:33, 03:31](726 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:34, 03:16](722 MB) +PASS -- TEST 'control_csawmg_debug_intel' [08:06, 04:53](1017 MB) +PASS -- TEST 'control_ras_debug_intel' [06:34, 03:16](736 MB) +PASS -- TEST 'control_diag_debug_intel' [06:50, 03:14](1583 MB) +PASS -- TEST 'control_debug_p8_intel' [07:07, 03:12](1806 MB) +PASS -- TEST 'regional_debug_intel' [22:21, 18:42](974 MB) +PASS -- TEST 'rap_control_debug_intel' [08:49, 05:43](1100 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:46, 05:38](1088 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:46, 05:42](1099 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:37, 05:44](1098 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:44, 05:44](1094 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:03, 05:58](1181 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:55, 05:47](1096 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:46, 05:46](1100 MB) +PASS -- TEST 'rap_lndp_debug_intel' [10:48, 05:44](1106 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:42, 05:42](1101 MB) +PASS -- TEST 'rap_noah_debug_intel' [09:47, 05:45](1100 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:46, 05:45](1099 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:54, 09:08](1097 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:58, 05:42](1104 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [14:50, 09:46](1101 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:18, 03:32] ( 378 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [19:04, 14:35](1603 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:25, 08:12] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:53, 03:52](938 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:03, 03:13](789 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:27, 03:13](796 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:34, 02:59](855 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:55, 02:50](829 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [09:09, 03:14](800 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:15, 01:50](635 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:41, 01:47](626 MB) +PASS -- TEST 'conus13km_control_intel' [08:42, 03:00](1024 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:23, 01:17](1043 MB) +PASS -- TEST 'conus13km_decomp_intel' [07:38, 03:01](1031 MB) +PASS -- TEST 'conus13km_restart_intel' [06:14, 01:53](697 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [11:25, 08:13] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [06:26, 02:08](739 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:25, 08:27] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:00, 04:01](828 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:26, 03:32] ( 309 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:47, 05:27](976 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:44, 05:20](973 MB) +PASS -- TEST 'conus13km_debug_intel' [27:54, 23:58](1092 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:34, 24:05](823 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [20:13, 13:19](1103 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [31:23, 24:26](1099 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [30:33, 23:58](1175 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 03:29] ( 309 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:43, 05:30](1010 MB) + +PASS -- COMPILE 'hafsw_intel' [14:28, 12:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [11:20, 04:31](613 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [13:03, 05:24](827 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:55, 03:35](962 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:21, 12:10](716 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:13, 05:33](393 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:17, 06:40](397 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:06, 02:43](275 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [17:13, 07:23](323 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:58, 03:51](421 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:09, 03:37](418 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:44, 01:16](303 MB) +PASS -- TEST 'gnv1_nested_intel' [09:21, 03:49](1593 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:25, 09:59] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:31, 05:30](705 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:24, 09:02] ( 1 warnings ) +PASS -- TEST 'hafs_regional_docn_intel' [13:09, 06:56](679 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:14, 07:01](651 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:39, 14:28] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [09:53, 03:54](1814 MB) + +PASS -- COMPILE 'atml_intel' [12:27, 09:44] ( 9 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [07:20, 04:17] ( 421 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [18:37, 15:34] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [11:07, 04:45](1868 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [12:47, 05:11](1692 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [12:54, 05:17](1707 MB) + +PASS -- COMPILE 'atmaq_intel' [11:30, 08:40] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [24:11, 15:25](2330 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [27:22, 18:19](2366 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:19, 03:35] ( 395 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [48:49, 40:56](1887 MB) SYNOPSIS: -Starting Date/Time: 20260211 16:11:37 -Ending Date/Time: 20260211 18:08:22 -Total Time: 01h:57m:41s +Starting Date/Time: 20260206 18:58:48 +Ending Date/Time: 20260206 21:02:16 +Total Time: 02h:04m:13s Compiles Completed: 32/32 Tests Completed: 167/167 diff --git a/tests/opnReqTest b/tests/opnReqTest index bea6a510fe..88728c549f 100755 --- a/tests/opnReqTest +++ b/tests/opnReqTest @@ -231,6 +231,7 @@ run_opnReqTests() { export INPUTDATA_ROOT=${INPUTDATA_ROOT} export INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT_WW3} export INPUTDATA_LM4=${INPUTDATA_LM4} + export INPUTDATA_GFSv17opn=${INPUTDATA_GFSv17opn} export PATHRT=${PATHRT} export PATHTR=${PATHTR} export NEW_BASELINE=${NEW_BASELINE} @@ -651,6 +652,7 @@ RTPWD=${NEW_BASELINE} INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20250507} INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20250225 INPUTDATA_LM4=${INPUTDATA_LM4:-${INPUTDATA_ROOT}/LM4_input_data} +INPUTDATA_GFSv17opn=${INPUTDATA_GFSv17opn:-${DISKNM}/NEMSfv3gfs/GFSv17opn_20251014} rm -rf $NEW_BASELINE mkdir -p $NEW_BASELINE diff --git a/tests/parm/diag_table/diag_table_gfsv17opn.IN b/tests/parm/diag_table/diag_table_gfsv17opn.IN new file mode 100644 index 0000000000..b815434339 --- /dev/null +++ b/tests/parm/diag_table/diag_table_gfsv17opn.IN @@ -0,0 +1,295 @@ +UFS_Weather_Model_Forecast +@[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%2mi", @[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%2mi", "all", .false., "none", 2 +"ocean_model", "geolat", "geolat", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "geolon_c", "geolon_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "geolat_c", "geolat_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "geolon_u", "geolon_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "geolat_u", "geolat_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "geolon_v", "geolon_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "geolat_v", "geolat_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +#"ocean_model", "depth_ocean", "depth_ocean", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +#"ocean_model", "wet", "wet", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "wet_c", "wet_c", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "wet_u", "wet_u", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "wet_v", "wet_v", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "sin_rot", "sin_rot", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 +"ocean_model", "cos_rot", "cos_rot", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .false., "none", 2 + +# ocean output TSUV and others +"ocean_model", "SSH", "SSH", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "SST", "SST", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "SSS", "SSS", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "speed", "speed", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "SSU", "SSU", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "SSV", "SSV", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "frazil", "frazil", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "ePBL_h_ML", "ePBL", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "MLD_003", "MLD_003", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "MLD_0125", "MLD_0125", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model", "tob", "tob", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "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%2mi", "all", .true., "none", 2 +"ocean_model_z", "vo", "vo", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model_z", "so", "so", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 +"ocean_model_z", "temp", "temp", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi", "all", .true., "none", 2 + +# forcing +"ocean_model", "taux", "taux", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "tauy", "tauy", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "latent", "latent", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "sensible", "sensible", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "SW", "SW", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "LW", "LW", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "evap", "evap", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "lprec", "lprec", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "lrunoff", "lrunoff", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +#"ocean_model", "frunoff", "frunoff", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "fprec", "fprec", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "LwLatSens", "LwLatSens", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 +"ocean_model", "Heat_PmE", "Heat_PmE", "@[MOM6_OUTPUT_DIR]/ocn%4yr%2mo%2dy%2hr%2mi","all",.true.,"none",2 + +################### +# 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 + +#============================================================================================= +# +#====> 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?) +"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 diff --git a/tests/rt.sh b/tests/rt.sh index b674f3cbfc..a5fb70bcd7 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -1059,6 +1059,7 @@ fi 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} +INPUTDATA_GFSv17opn=${INPUTDATA_GFSv17opn:-${DISKNM}/NEMSfv3gfs/GFSv17opn_20251014} shift $((OPTIND-1)) if [[ $# -gt 1 ]]; then @@ -1328,6 +1329,7 @@ export RTPWD=${RTPWD} export INPUTDATA_ROOT=${INPUTDATA_ROOT} export INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT_WW3} export INPUTDATA_LM4=${INPUTDATA_LM4} +export INPUTDATA_GFSv17opn=${INPUTDATA_GFSv17opn} export PATHRT=${PATHRT} export PATHTR=${PATHTR} export NEW_BASELINE=${NEW_BASELINE} diff --git a/tests/rt_35d.conf b/tests/rt_35d.conf deleted file mode 100644 index a11da9f51b..0000000000 --- a/tests/rt_35d.conf +++ /dev/null @@ -1,13 +0,0 @@ -############################################################################################################################################################################### -# CPLD Benchmark 35d tests # -############################################################################################################################################################################### - -COMPILE | 1 | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera | fv3 | | -RUN | cpld_bmark_p8_35d | | baseline | | 2012010100 -RUN | cpld_bmark_p8_35d | | baseline | | 2012040100 -RUN | cpld_bmark_p8_35d | | baseline | | 2012070100 -RUN | cpld_bmark_p8_35d | | baseline | | 2012100100 -RUN | cpld_bmark_p8_35d | | baseline | | 2013010100 -RUN | cpld_bmark_p8_35d | | baseline | | 2013040100 -RUN | cpld_bmark_p8_35d | | baseline | | 2013070100 -RUN | cpld_bmark_p8_35d | | baseline | | 2013100100 diff --git a/tests/rt_gfsv17opn.conf b/tests/rt_gfsv17opn.conf new file mode 100644 index 0000000000..78c309b56e --- /dev/null +++ b/tests/rt_gfsv17opn.conf @@ -0,0 +1,8 @@ +#GFS v17 opn +COMPILE | s2sw_32bit_pdlib_debug | intel | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON| - noaacloud | fv3 | +RUN | cpld_debug_c1152_v17 | + wcoss2 ursa | baseline | + +COMPILE | s2sw_32bit_pdlib | intel | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | +RUN | cpld_control_c1152_v17 | + wcoss2 ursa hercules | baseline | +RUN | cpld_restart_c1152_v17 | + wcoss2 ursa hercules | | cpld_control_c1152_v17 +RUN | cpld_mpi_c1152_v17 | + wcoss2 ursa hercules | | diff --git a/tests/rt_utils.sh b/tests/rt_utils.sh index 9bb1726475..40cc56229b 100755 --- a/tests/rt_utils.sh +++ b/tests/rt_utils.sh @@ -93,8 +93,8 @@ function compute_petbounds_and_tasks_traditional_threading() { # CHM chm_petlist_bounds="0 $((ATM_compute_tasks - 1))" - # MED - mediator (CMEPS) runs on at most 300 tasks. - MED_compute_tasks=$((ATM_compute_tasks<=300 ? ATM_compute_tasks : 300)) + # MED - mediator (CMEPS) runs on at most 1200 tasks. + MED_compute_tasks=$((ATM_compute_tasks<=1200 ? ATM_compute_tasks : 1200)) med_petlist_bounds="0 $((MED_compute_tasks - 1))" # AQM @@ -187,8 +187,8 @@ function compute_petbounds_and_tasks_esmf_threading() { # CHM chm_petlist_bounds="0 $((ATM_compute_tasks * atm_omp_num_threads - 1))" - # MED - mediator (CMEPS) runs on at most 300 tasks. - MED_compute_tasks=$((ATM_compute_tasks<=300 ? ATM_compute_tasks : 300)) + # MED - mediator (CMEPS) runs on at most 1200 tasks. + MED_compute_tasks=$((ATM_compute_tasks<=1200 ? ATM_compute_tasks : 1200)) med_petlist_bounds="0 $((MED_compute_tasks * atm_omp_num_threads - 1))" # AQM diff --git a/tests/rt_weekly.conf b/tests/rt_weekly.conf index 5d460e6df2..96f71ecf15 100644 --- a/tests/rt_weekly.conf +++ b/tests/rt_weekly.conf @@ -1,25 +1,10 @@ ### Weekly tests ### -COMPILE | 1 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON | + hera | fv3 | -RUN | control_c768 | + hera | baseline | - -# CPLD Benchmark 35d tests -# The length of forecast is 5 days for the weekly tests. -COMPILE | 2 | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + hera | fv3 | -RUN | cpld_bmark_p8_35d | + hera | baseline | | 2012010100 -RUN | cpld_bmark_p8_35d | + hera | baseline | | 2012040100 -RUN | cpld_bmark_p8_35d | + hera | baseline | | 2012070100 -RUN | cpld_bmark_p8_35d | + hera | baseline | | 2012100100 -RUN | cpld_bmark_p8_35d | + hera | baseline | | 2013010100 -RUN | cpld_bmark_p8_35d | + hera | baseline | | 2013040100 -RUN | cpld_bmark_p8_35d | + hera | baseline | | 2013070100 -RUN | cpld_bmark_p8_35d | + hera | baseline | | 2013100100 - -# The coupled p8 tests -COMPILE | 3 | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | + jet | fv3 | -RUN | cpld_bmark_p8 | + jet | baseline | -RUN | cpld_control_c192_p8 | + jet | baseline | - -# RRFS North American domain -COMPILE | 4 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | + hera | fv3 | -RUN | regional_rrfs_a | + hera | baseline | +#GFS v17 opn +COMPILE | s2sw_32bit_pdlib_debug | intel | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON| - noaacloud | fv3 | +RUN | cpld_debug_c1152_v17 | + wcoss2 ursa | baseline | + +COMPILE | s2sw_32bit_pdlib | intel | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | +RUN | cpld_control_c1152_v17 | + wcoss2 ursa hercules | baseline | +RUN | cpld_restart_c1152_v17 | + wcoss2 ursa hercules | | cpld_control_c1152_v17 +RUN | cpld_mpi_c1152_v17 | + wcoss2 ursa hercules | | diff --git a/tests/run_test.sh b/tests/run_test.sh index 425b5fb2e6..b19e122367 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -160,8 +160,13 @@ else fi # Set IAU Global workflow related tags to ' ' -export HIDE_AIAU=' ' -export HIDE_LIAU=' ' +if [[ ${GFSv17opn} == .true. ]] ; then + export HIDE_AIAU=' ' + export HIDE_LIAU='!' +else + export HIDE_AIAU=' ' + export HIDE_LIAU=' ' +fi if [[ ${DATM_CDEPS} = 'true' ]] || [[ ${FV3} = 'true' ]] || [[ ${S2S} = 'true' ]] || [[ ${MPAS} = 'true' ]]; then if [[ ${HAFS} = 'false' ]] || [[ ${FV3} = 'true' && ${HAFS} = 'true' ]]; then @@ -293,8 +298,10 @@ cp "${PATHRT}/parm/fd_ufs.yaml" fd_ufs.yaml source ./fv3_run if [[ ${CPLWAV} == .true. ]]; then - atparse < "${PATHRT}/parm/ww3_shel.nml.IN" > ww3_shel.nml - cp "${PATHRT}/parm/ww3_points.list" . + if [[ ${GFSv17opn} == .false. ]]; then + atparse < "${PATHRT}/parm/ww3_shel.nml.IN" > ww3_shel.nml + cp "${PATHRT}/parm/ww3_points.list" . + fi fi if [[ ${CPLCHM} == .true. ]]; then diff --git a/tests/test_changes.list b/tests/test_changes.list index 69c906bbec..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,4 +0,0 @@ -hafs_regional_specified_moving_1nest_atm intel -hafs_regional_storm_following_1nest_atm intel -hafs_global_storm_following_1nest_atm intel -hafs_regional_storm_following_1nest_atm_ocn_wav_mom6 intel diff --git a/tests/tests/control_c768 b/tests/tests/control_c768 index 0e6d6aa926..ff84f5b8ed 100644 --- a/tests/tests/control_c768 +++ b/tests/tests/control_c768 @@ -21,11 +21,15 @@ export ATMRES=C768 export_fv3 export_tiled -export INPES=${INPES_c768} -export JNPES=${JNPES_c768} +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + +export DOMAINS_STACK_SIZE=16000000 +export INPES=12 +export JNPES=16 export atm_omp_num_threads=${THRD_c768} -export WRITE_GROUP=2 -export WRTTASK_PER_GROUP=80 +export WRITE_GROUP=4 +export WRTTASK_PER_GROUP=120 export FHMAX=03 export NPZ=127 export NPZP=128 @@ -53,11 +57,5 @@ export JCHUNK3D=${JMO} export KCHUNK3D=1 export OUTPUT_FH="3 -1" -export FNALBC="'global_snowfree_albedo.bosu.t1534.3072.1536.rg.grb'," -export FNVETC="'global_vegtype.igbp.t1534.3072.1536.rg.grb'," -export FNSOTC="'global_soiltype.statsgo.t1534.3072.1536.rg.grb'," -export FNABSC="'global_mxsnoalb.uariz.t1534.3072.1536.rg.grb'," - export FV3_RUN=control_run.IN -export CCPP_SUITE=FV3_GFS_v16 -export INPUT_NML=control.nml.IN +export INPUT_NML=global_control.nml.IN diff --git a/tests/tests/cpld_control_c1152_v17 b/tests/tests/cpld_control_c1152_v17 new file mode 100644 index 0000000000..eed345a1ff --- /dev/null +++ b/tests/tests/cpld_control_c1152_v17 @@ -0,0 +1,290 @@ +############################################################################### +# +# global control test: Coupled test at c1152 using operational GFSv17 configuration +# +############################################################################### + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C1152MX025 - unst WW3" + +export CNTL_DIR=cpld_control_c1152 +export LIST_FILES="" + +export ATMRES=C1152 +export DT_ATMOS=150 + +export_fv3 +export_ugwpv1 +export_cpl + +#IC +export SYEAR=2025 +export SMONTH=01 +export SDAY=01 +export SHOUR=06 +export SECS=`expr $SHOUR \* 3600` +export FHROT=3 +export MOM6_OUTPUT_FH=6 + +export GFSv17opn=.true. +export WARM_START=.true. + +export CICE_RESTART_DIR='./CICE_RESTART/' +export CICE_HISTORY_DIR='./CICE_OUTPUT/' +export CICE_INCOND_DIR='./CICE_OUTPUT/' +export MOM6_RESTART_DIR='./MOM6_RESTART' +export MOM6_OUTPUT_DIR='./MOM6_OUTPUT' +export CMEPS_RESTART_DIR='./CMEPS_RESTART/' + +export FV3ATM_OUTPUT_DIR='./' + +#Simulation length and output +export DAYS=1.25 +export FHMAX=30 +export RESTART_N=3 +export RESTART_INTERVAL="${RESTART_N} -1" +export FHZERO=6 +export OUTPUT_FH="6 -1" +export WLCLK=90 +export EXCLUSIVE_NODES=.false. + +export ocn_omp_num_threads=1 +export ice_omp_num_threads=1 +export wav_omp_num_threads=1 + +if [[ ${MACHINE_ID} = wcoss2 ]]; then + INPES=32 + JNPES=64 + BLOCKSIZE=36 + OCN_tasks=240 + ICE_tasks=240 + WAV_tasks=4000 + atm_omp_num_threads=4 + med_omp_num_threads=$atm_omp_num_threads + WRITE_GROUP=8 + WRTTASK_PER_GROUP=300 + WRITE_DOPOST=.true. + DAYS=16 + FHMAX=390 + WLCLK=240 + RESTART_N=999999 + OUTPUT_FH="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38\ + 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77\ + 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112\ + 113 114 115 116 117 118 119 120 123 126 129 132 135 138 141 144 147 150 153 156 159 162 165 168 171 174 177 180 183\ + 186 189 192 195 198 201 204 207 210 213 216 219 222 225 228 231 234 237 240 243 246 249 252 255 258 261 264 267 270\ + 273 276 279 282 285 288 291 294 297 300 303 306 309 312 315 318 321 324 327 330 333 336 339 342 345 348 351 354 357\ + 360 363 366 369 372 375 378 381 384" + RESTART_INTERVAL="45 78 114 150 186 222 258 294 330 366" + RESTART_FH="42 75 111 147 183 219 255 291 327 363" +else + INPES=24 + JNPES=12 + BLOCKSIZE=36 + OCN_tasks=120 + ICE_tasks=80 + WAV_tasks=2008 + atm_omp_num_threads=4 + med_omp_num_threads=$atm_omp_num_threads + WRITE_GROUP=4 + WRTTASK_PER_GROUP=192 + WRITE_DOPOST=.true. +fi + +# atm/ocn/ice resolution +export NPX=1153 +export NPY=1153 +export USE_FV3_ROUTEHANDLES=.true. +export QUILTING=.true. +export QUILTING_RESTART=.true. +export OUTPUT_GRID="gaussian_grid" +export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'" +export IDEFLATE=1 +export QUANTIZE_NSD=14 +export ICHUNK2D=3072 +export JCHUNK2D=1536 +export ICHUNK3D=3072 +export JCHUNK3D=1536 +export KCHUNK3D=1 +export IMO=3072 +export JMO=1536 + +export IAU_OFFSET=6 + +export OCNRES=025 +export ICERES=0.25 +export NX_GLB=1440 +export NY_GLB=1080 +export CICE_NPROC=${ICE_tasks} +np2=$((CICE_NPROC/2)) +CICE_BLCKX=$((NX_GLB/np2)) +CICE_BLCKY=$((NY_GLB/2)) +export np2 +export CICE_BLCKX +export CICE_BLCKY +export CICE_DECOMP=slenderX2 +export WW3_DOMAIN=uglo_15km +export MESH_WAV=mesh.${WW3_DOMAIN}.nc +export WW3_MODDEF=mod_def.${WW3_DOMAIN} + +# set component and coupling timesteps +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` +export coupling_interval_slow_sec=${DT_THERM_MOM6} +export coupling_interval_fast_sec=${DT_ATMOS} + +# resolution dependent "fix" files +# atm +export FNGLAC="global_glacier.2x2.grb" +export FNMXIC="global_maxice.2x2.grb" +export FNTSFC="RTGSST.1982.2012.monthly.clim.grb" +export FNSNOC="global_snoclim.1.875.grb" + +export FNALBC="C1152.mx025.snowfree_albedo.tileX.nc" +export FNALBC2="C1152.mx025.facsf.tileX.nc" +export FNAISC="IMS-NIC.blended.ice.monthly.clim.grb" +export FNTG3C="C1152.mx025.substrate_temperature.tileX.nc" +export FNVEGC="C1152.mx025.vegetation_greenness.tileX.nc" +export FNVETC="C1152.mx025.vegetation_type.tileX.nc" +export FNSOTC="C1152.mx025.soil_type.tileX.nc" +export FNSOCC="C1152.mx025.soil_color.tileX.nc" +export FNSMCC="global_soilmgldas.statsgo.t1534.3072.1536.grb" +export FNMSKH="global_slmask.t1534.3072.1536.grb" + +export FNVMNC="C1152.mx025.vegetation_greenness.tileX.nc" +export FNVMXC="C1152.mx025.vegetation_greenness.tileX.nc" +export FNSLPC="C1152.mx025.slope_type.tileX.nc" +export FNABSC="C1152.mx025.maximum_snow_albedo.tileX.nc" +export FSICL=99999 + +#marine +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_DIAG_COORD_DEF_Z_FILE=interpolate_zgrid_40L.nc +export MOM6_TOPOEDITS="" +export MOM6_ALLOW_LANDMASK_CHANGES=False +export eps_imesh=1.0e-1 + +# MOM6 IAU +export ODA_INCUPD=True +export ODA_INCUPD_NHOURS=6 +export ODA_TEMPINC_VAR=Temp +export ODA_SALTINC_VAR=Salt +export ODA_THK_VAR=h +export ODA_INCUPD_UV=True +export ODA_UINC_VAR=u +export ODA_VINC_VAR=v + +#component settings +#CICE forecast day output stream +export CICE_HISTFREQ_N="0, 0, 6, 0, 1" +export CICE_HIST_AVG=".true., .true., .true., .true., .true." +export CICE_DUMPFREQ=y +export CICE_DUMPFREQ_N=10000 +CICE_DIAGFREQ=$(( (24*3600)/DT_CICE )) +export CICE_DIAGFREQ + +export WW3_OUTPARS='WND CUR ICE HS T01 T02 DIR FP DP PHS PTP PDIR CHA' +export WW3_DTFLD=3600 +export WW3_DTPNT=3600 + +export CPLCHM=.false. +export DNATS=0 + +export DOMAINS_STACK_SIZE=16000000 +export MAX_OUTPUT_FIELDS=300 + +export NUDGE_QV=.false. +export LRADAR=.true. +export PSL_GWD_DX_FACTOR=2.0 +#export CDMBGWD=1.67,8.8,1.0,1.0 +export DOGP_CLDOPTICS_LUT=.false. +export DOGP_LWSCAT=.false. +export ISEED_CA=1477812455 + +export SKEB=0 +export SKEB_TAU=-999. +export SKEB_LSCALE=-999. +export SKEBNORM=1 +export SKEB_NPASS=30 +export SKEB_VDOF=5 + +export ISEED_SHUM=0 +export SHUM_TAU=-999. +export SHUM_LSCALE=-999. +export ISEED_SPPT=0 +export SPPT_TAU=-999. +export SPPT_LSCALE=-999. +export SPPT_LOGIT=.true. +export SPPT_SFCLIMIT=.true. +export PBL_TAPER=0,0,0,0.1,0.2,0.4,0.6 +export ISEED_OCNSPPT=0 +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 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=0 +export LNDP_TAU=21600 +export LNDP_LSCALE=500000 +export ISEED_LNDP=0 +export RES_LATLON_DYNAMICS='""' + +#ATM IAU +export CHOUR=12 +export IAU_OFFSET=6 +export IAU_DELTHRS=6 +export IAUFHRS='3,6,9' +export IAU_INC_FILES="'atmi003.nc','atminc.nc','atmi009.nc'" + +# ATM warm start +export WARM_START=.true. +export MAKE_NH=.false. +export NA_INIT=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. + +# ICE warm start +export CICE_RUNTYPE=continue +export RUNTYPE=continue +export CICE_USE_RESTART_TIME=.true. + +# MOM6 warm start +export MOM6_RESTART_SETTING=r + +# WW3 warmstart +export WW3_restart_from_binary=false + +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_gfsv17opn.IN +export INPUT_NML=global_control.nml.IN +export esmf_logkind="ESMF_LOGKIND_MULTI_ON_ERROR" +export UFS_CONFIGURE=ufs.configure.s2sw.IN +# slow loop +export WW3_RSTFLDS="ice" + +#GFSv17 settings +export PROGSIGMA=.true. +export IOPT_DIAG=2 + +export K_SPLIT=2 +export N_SPLIT=6 + +# HR4 GFSv17 GWD update +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. + +# for nccmp of cice history files +export nccmp_exclude_attr="--globalex=date_created" diff --git a/tests/tests/cpld_debug_c1152_v17 b/tests/tests/cpld_debug_c1152_v17 new file mode 100644 index 0000000000..30211cc9cf --- /dev/null +++ b/tests/tests/cpld_debug_c1152_v17 @@ -0,0 +1,18 @@ +# +# debug c1152 GFSv17 test +# + +source ${PATHRT}/tests/cpld_control_c1152_v17 + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C1152MX025 - debug test" + +export CNTL_DIR=cpld_debug_c1152_v17 + +export LIST_FILES=" " + +export DAYS=0.375 +export FHMAX=9 +export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` +export MOM6_OUTPUT_FH=6 + +export WLCLK=120 diff --git a/tests/tests/cpld_mpi_c1152_v17 b/tests/tests/cpld_mpi_c1152_v17 new file mode 100644 index 0000000000..8dbcfdd513 --- /dev/null +++ b/tests/tests/cpld_mpi_c1152_v17 @@ -0,0 +1,25 @@ +############################################################################### +# +# global MPI test: Coupled test at c1152 using operational GFSv17 configuration, MPI dependency +# +############################################################################### + +source ${PATHRT}/tests/cpld_control_c1152_v17 +export TEST_DESCR+=" MPI" + +export LIST_FILES="" + +# TODO: wcoss2 settings +if [[ ${MACHINE_ID} != wcoss2 ]]; then + BLOCKSIZE=32 + INPES=12 + JNPES=18 + OCN_tasks=160 + ICE_tasks=90 + WAV_tasks=1800 + + 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` +fi diff --git a/tests/tests/cpld_restart_c1152_v17 b/tests/tests/cpld_restart_c1152_v17 new file mode 100644 index 0000000000..2e9044dfe2 --- /dev/null +++ b/tests/tests/cpld_restart_c1152_v17 @@ -0,0 +1,40 @@ +############################################################################### +# +# global restart test: Coupled restart test at c1152 using operational GFSv17 configuration +# +############################################################################### + +source ${PATHRT}/tests/cpld_control_c1152_v17 +export TEST_DESCR+=" restart" + +export LIST_FILES="" + +export EXCLUSIVE_NODES=.false. + +export FHROT=18 #restart after any IAU +export RESTART_N=3 +export RESTART_INTERVAL="${RESTART_N} -1" +RESTHOUR=$(( ${FHROT} + ${SHOUR} )) +RESTSDAY=$SDAY +echo "RESTHOUR=$RESTHOUR,RESTSDAY=$RESTSDAY" +if [[ $RESTHOUR -ge 24 ]]; then + echo "compute resthour" + RESTHOUR=$(( ${FHROT} + ${SHOUR} - 24 )) + echo "compute restday" + RESTSDAY=$(( ${SDAY} + 1 )) +fi +echo "2RESTHOUR=$RESTHOUR,RESTSDAY=$RESTSDAY" +RESTSEC=$(( ${RESTHOUR} * 3600 )) +echo "RESTHOUR=$RESTHOUR,RESTSDAY=$RESTSDAY,RESTSEC=$RESTSEC" +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}$(printf "%02d" ${RESTSDAY}).$(printf "%02d" ${RESTHOUR})0000" +export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-$(printf "%02d" ${RESTSDAY})-$(printf "%05d" ${RESTSEC})" +echo "RESTART_FILE_PREFIX=$RESTART_FILE_PREFIX" +echo "RESTART_FILE_SUFFIX_SECS=$RESTART_FILE_SUFFIX_SECS" +export CICE_DIAGFREQ=`expr $((FHMAX-FHROT)) \* 3600 / $DT_CICE` + +#Warm start settings already from base test + +#Restart after increments/IAU +export ODA_INCUPD="False" +export ODA_INCUPD_UV="False" +export nccmp_exclude="--exclude=oda_incupd_ncount"