diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 75200ce752..0bdf7e8821 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -541,7 +541,6 @@ export OUTPUT_FH="12 -1" export NFHOUT=12 export NFHMAX_HF=12 export NFHOUT_HF=6 -export IAU_OFFSET=0 export FHZERO=6 export FNALBC="'global_snowfree_albedo.bosu.t126.384.190.rg.grb'" export FNVETC="'global_vegtype.igbp.t126.384.190.rg.grb'" @@ -587,6 +586,9 @@ export LNDP_MODEL_TYPE=0 #IAU export IAU_INC_FILES="''" +export IAU_DELTHRS=0 +export IAUFHRS=-1 +export IAU_OFFSET=0 export FH_DFI_RADAR='-2e10' @@ -595,8 +597,6 @@ export DO_CA=.false. export CA_SGS=.false. export CA_GLOBAL=.false. -export IAU_DRYMASSFIXER=.false. - #waves export WW3RSTDTHR=12 export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" @@ -874,8 +874,14 @@ export MOM6_THERMO_SPAN=False export MOM6_USE_WAVES=True export MOM6_ALLOW_LANDMASK_CHANGES=False # MOM6 IAU -export MOM_IAU=False -export MOM_IAU_HRS=6 +export ODA_INCUPD=False +export ODA_INCUPD_NHOURS=6 +export ODA_TEMPINC_VAR="'pt_inc'" +export ODA_SALTINC_VAR="'s_inc'" +export ODA_THK_VAR="'h_fg'" +export ODA_INCUPD_UV=False +export ODA_UINC_VAR="'u_inc'" +export ODA_VINC_VAR="'v_inc'" # MOM6 stochastics export DO_OCN_SPPT=False export PERT_EPBL=False @@ -1032,8 +1038,14 @@ export MOM6_RIVER_RUNOFF=False export FRUNOFF='' export CHLCLIM=seawifs_1998-2006_smoothed_2X.nc # MOM6 IAU -export MOM_IAU=False -export MOM_IAU_HRS=6 +export ODA_INCUPD=False +export ODA_INCUPD_NHOURS=6 +export ODA_TEMPINC_VAR="'pt_inc'" +export ODA_SALTINC_VAR="'s_inc'" +export ODA_THK_VAR="'h_fg'" +export ODA_INCUPD_UV=False +export ODA_UINC_VAR="'u_inc'" +export ODA_VINC_VAR="'v_inc'" export MOM6_USE_LI2016=False # MOM6 stochastics export DO_OCN_SPPT=False diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 95cdc20486..b8eba8a312 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -96,6 +96,9 @@ else RFILE_OLD=$(basename $RFILE) mv -f $RFILE INPUT/"${RFILE_OLD//${RESTART_FILE_PREFIX}./}" done + if [[ $IAU_OFFSET == 6 ]] && [[ $FHROT -le 6 ]]; then + cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_mx${OCNRES}/fv_increment*.nc ./INPUT/. + fi #if not mx025, then mom6 restart is a single file if [[ $OCNRES == 025 ]]; then @@ -105,6 +108,9 @@ else cp ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.MOM.res_3.nc ./INPUT/MOM.res_3.nc else cp ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.MOM.res.nc ./INPUT/MOM.res.nc + if [[ $ODA_INCUPD == 'True' ]] && [[ $FHROT -le 6 ]]; then + cp @[INPUTDATA_ROOT]/MOM6_IC/mom6_increment.nc ./INPUT/mom6_increment.nc + fi fi # CMEPS restart and pointer files diff --git a/tests/fv3_conf/cpld_datm_cdeps.IN b/tests/fv3_conf/cpld_datm_cdeps.IN index 0027c40ffa..cf9d20214e 100644 --- a/tests/fv3_conf/cpld_datm_cdeps.IN +++ b/tests/fv3_conf/cpld_datm_cdeps.IN @@ -22,7 +22,7 @@ if [ $WARM_START = .false. ]; then else cp @[INPUTDATA_ROOT]/MOM6_IC/@[OCNRES]/2011100100/MOM6_IC_TS*.nc ./INPUT/MOM6_IC_TS.nc cp @[INPUTDATA_ROOT]/CICE_IC/@[OCNRES]/cice_model_@[ICERES].cpc.res_2011100100.nc cice_model.res.nc - if [[ $MOM_IAU == 'True' ]];then + if [[ $ODA_INCUPD == 'True' ]];then cp @[INPUTDATA_ROOT]/MOM6_IC/@[OCNRES]/2011100100/mom6_increment.nc ./INPUT/mom6_increment.nc fi fi diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 9d467728bc..175f94ab02 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,55 +1,55 @@ -Tue Oct 10 16:10:01 UTC 2023 +Wed Oct 11 16:20:44 UTC 2023 Start Regression test -Testing UFSWM Hash: 78d7d8287a4248350d20790a59ae8f87c9ace911 +Testing UFSWM Hash: 632aa106a4765b44cacb30bd802350c5a192488c Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 50aa2c97882fbc9d4918813a22169fe97b424564 CICE-interface/CICE (CICE6.0.0-444-g50aa2c9) a5dea5f178fc98a4ab39c58aa43c37da6ad25d08 CMEPS-interface/CMEPS (cmeps_v0.4.1-2298-ga5dea5f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3ed8f7a5ebaa753283d82d9874b6b85d2e99c362 FV3 (remotes/origin/feature/mean2inst) + a13a239a746cb95c74bbe5841f300cb75f8b80d9 FV3 (heads/develop) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 02d4dc455bb517b4c641c919dc6b9dc829e1e0d4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9803-g02d4dc455) 569e354ababbde7a7cd68647533769a5c966468d NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 97e6a63ebf9a9030fcdae6ad5cf85a0bc91fa37f WW3 (6.07.1-342-g97e6a63e) 62b89146be1250f354cd50a14096c0c25f2f3952 stochastic_physics (ufs-v2.0.0-191-g62b8914) -Compile atmaero_intel elapsed time 635 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 475 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_intel elapsed time 587 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 742 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 1186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 1712 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atml_intel elapsed time 542 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmw_intel elapsed time 638 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 1033 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 1212 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile datm_cdeps_faster_intel elapsed time 435 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 225 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 198 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 687 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_debug_intel elapsed time 277 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile hafsw_faster_intel elapsed time 569 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_intel elapsed time 565 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile ifi_intel elapsed time 442 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_debug_intel elapsed time 559 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 797 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 759 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn64_phy32_debug_intel elapsed time 707 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn64_phy32_intel elapsed time 1006 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 966 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 517 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 1385 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 1219 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_faster_intel elapsed time 1438 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 567 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 1083 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_intel elapsed time 434 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile wam_intel elapsed time 1494 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaero_intel elapsed time 782 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 681 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_intel elapsed time 1213 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 647 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 2152 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 668 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 1068 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmw_intel elapsed time 785 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 1061 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 653 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile datm_cdeps_faster_intel elapsed time 407 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 889 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 1311 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 1644 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_debug_intel elapsed time 1710 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile hafsw_faster_intel elapsed time 1170 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_intel elapsed time 1626 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile ifi_intel elapsed time 1103 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_debug_intel elapsed time 262 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn32_phy32_faster_intel elapsed time 905 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_intel elapsed time 2194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn64_phy32_debug_intel elapsed time 256 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn64_phy32_intel elapsed time 581 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 1125 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 1321 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 1330 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 1697 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_faster_intel elapsed time 851 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 1672 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 628 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_intel elapsed time 619 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile wam_intel elapsed time 1260 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_mixedmode_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_p8_mixedmode_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -114,14 +114,14 @@ Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 324.130868 -The maximum resident set size (KB) = 2967488 +The total amount of wall time = 323.962466 +The maximum resident set size (KB) = 2967156 Test 001 cpld_control_p8_mixedmode_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_gfsv17_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -185,15 +185,31 @@ Checking test 002 cpld_control_gfsv17_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 243.495396 -The maximum resident set size (KB) = 1568628 +The total amount of wall time = 244.857894 +The maximum resident set size (KB) = 1565104 Test 002 cpld_control_gfsv17_intel PASS +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_iau_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_gfsv17_iau_intel +Checking test 003 cpld_control_gfsv17_iau_intel results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing 20210323.000000.out_pnt.ww3 .........OK + Comparing 20210323.000000.out_grd.ww3 .........OK + +The total amount of wall time = 165.692623 +The maximum resident set size (KB) = 836428 + +Test 003 cpld_control_gfsv17_iau_intel PASS + + baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_p8_intel -Checking test 003 cpld_control_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_p8_intel +Checking test 004 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -257,15 +273,15 @@ Checking test 003 cpld_control_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 382.120646 -The maximum resident set size (KB) = 2997484 +The total amount of wall time = 373.406694 +The maximum resident set size (KB) = 2997708 -Test 003 cpld_control_p8_intel PASS +Test 004 cpld_control_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_restart_p8_intel -Checking test 004 cpld_restart_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_restart_p8_intel +Checking test 005 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -317,15 +333,15 @@ Checking test 004 cpld_restart_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 222.349733 -The maximum resident set size (KB) = 3057148 +The total amount of wall time = 219.818748 +The maximum resident set size (KB) = 3056484 -Test 004 cpld_restart_p8_intel PASS +Test 005 cpld_restart_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_qr_p8_intel -Checking test 005 cpld_control_qr_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_qr_p8_intel +Checking test 006 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -389,15 +405,15 @@ Checking test 005 cpld_control_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 382.621141 -The maximum resident set size (KB) = 3026952 +The total amount of wall time = 377.877225 +The maximum resident set size (KB) = 3020096 -Test 005 cpld_control_qr_p8_intel PASS +Test 006 cpld_control_qr_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_restart_qr_p8_intel -Checking test 006 cpld_restart_qr_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_restart_qr_p8_intel +Checking test 007 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -449,15 +465,15 @@ Checking test 006 cpld_restart_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 225.620517 -The maximum resident set size (KB) = 2912340 +The total amount of wall time = 224.489003 +The maximum resident set size (KB) = 2912332 -Test 006 cpld_restart_qr_p8_intel PASS +Test 007 cpld_restart_qr_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_2threads_p8_intel -Checking test 007 cpld_2threads_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_2threads_p8_intel +Checking test 008 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -509,15 +525,15 @@ Checking test 007 cpld_2threads_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 340.628167 -The maximum resident set size (KB) = 3300448 +The total amount of wall time = 335.000504 +The maximum resident set size (KB) = 3300920 -Test 007 cpld_2threads_p8_intel PASS +Test 008 cpld_2threads_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_decomp_p8_intel -Checking test 008 cpld_decomp_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_decomp_p8_intel +Checking test 009 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -569,15 +585,15 @@ Checking test 008 cpld_decomp_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 370.886292 -The maximum resident set size (KB) = 2995412 +The total amount of wall time = 370.493174 +The maximum resident set size (KB) = 2998688 -Test 008 cpld_decomp_p8_intel PASS +Test 009 cpld_decomp_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_mpi_p8_intel -Checking test 009 cpld_mpi_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_mpi_p8_intel +Checking test 010 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -629,15 +645,15 @@ Checking test 009 cpld_mpi_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 318.157562 -The maximum resident set size (KB) = 2927412 +The total amount of wall time = 311.524344 +The maximum resident set size (KB) = 2927132 -Test 009 cpld_mpi_p8_intel PASS +Test 010 cpld_mpi_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_ciceC_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_ciceC_p8_intel -Checking test 010 cpld_control_ciceC_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_ciceC_p8_intel +Checking test 011 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -701,15 +717,15 @@ Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 382.288926 -The maximum resident set size (KB) = 2998216 +The total amount of wall time = 377.244187 +The maximum resident set size (KB) = 2997160 -Test 010 cpld_control_ciceC_p8_intel PASS +Test 011 cpld_control_ciceC_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_noaero_p8_intel -Checking test 011 cpld_control_noaero_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_noaero_p8_intel +Checking test 012 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -772,15 +788,15 @@ Checking test 011 cpld_control_noaero_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 271.122342 -The maximum resident set size (KB) = 1579480 +The total amount of wall time = 273.369734 +The maximum resident set size (KB) = 1587512 -Test 011 cpld_control_noaero_p8_intel PASS +Test 012 cpld_control_noaero_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_nowave_noaero_p8_intel -Checking test 012 cpld_control_nowave_noaero_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_nowave_noaero_p8_intel +Checking test 013 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -841,15 +857,15 @@ Checking test 012 cpld_control_nowave_noaero_p8_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 286.790567 -The maximum resident set size (KB) = 1643552 +The total amount of wall time = 288.338545 +The maximum resident set size (KB) = 1638504 -Test 012 cpld_control_nowave_noaero_p8_intel PASS +Test 013 cpld_control_nowave_noaero_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_agrid_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_noaero_p8_agrid_intel -Checking test 013 cpld_control_noaero_p8_agrid_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_noaero_p8_agrid_intel +Checking test 014 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -910,15 +926,15 @@ Checking test 013 cpld_control_noaero_p8_agrid_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 288.881545 -The maximum resident set size (KB) = 1634536 +The total amount of wall time = 289.731258 +The maximum resident set size (KB) = 1635448 -Test 013 cpld_control_noaero_p8_agrid_intel PASS +Test 014 cpld_control_noaero_p8_agrid_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_c48_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_c48_intel -Checking test 014 cpld_control_c48_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_c48_intel +Checking test 015 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -967,15 +983,15 @@ Checking test 014 cpld_control_c48_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 426.176290 -The maximum resident set size (KB) = 2652556 +The total amount of wall time = 428.859952 +The maximum resident set size (KB) = 2654628 -Test 014 cpld_control_c48_intel PASS +Test 015 cpld_control_c48_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/cpld_control_p8_faster_intel -Checking test 015 cpld_control_p8_faster_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/cpld_control_p8_faster_intel +Checking test 016 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1039,15 +1055,15 @@ Checking test 015 cpld_control_p8_faster_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 369.636710 -The maximum resident set size (KB) = 2997668 +The total amount of wall time = 370.376532 +The maximum resident set size (KB) = 2997972 -Test 015 cpld_control_p8_faster_intel PASS +Test 016 cpld_control_p8_faster_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_flake_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_flake_intel -Checking test 016 control_flake_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_flake_intel +Checking test 017 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1057,15 +1073,15 @@ Checking test 016 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 213.222834 -The maximum resident set size (KB) = 569316 +The total amount of wall time = 213.572167 +The maximum resident set size (KB) = 568024 -Test 016 control_flake_intel PASS +Test 017 control_flake_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_CubedSphereGrid_intel -Checking test 017 control_CubedSphereGrid_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_CubedSphereGrid_intel +Checking test 018 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1091,15 +1107,15 @@ Checking test 017 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 129.997662 -The maximum resident set size (KB) = 517492 +The total amount of wall time = 129.669701 +The maximum resident set size (KB) = 516544 -Test 017 control_CubedSphereGrid_intel PASS +Test 018 control_CubedSphereGrid_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_CubedSphereGrid_parallel_intel -Checking test 018 control_CubedSphereGrid_parallel_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_CubedSphereGrid_parallel_intel +Checking test 019 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1113,15 +1129,15 @@ Checking test 018 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 134.867728 -The maximum resident set size (KB) = 522764 +The total amount of wall time = 135.516461 +The maximum resident set size (KB) = 520764 -Test 018 control_CubedSphereGrid_parallel_intel PASS +Test 019 control_CubedSphereGrid_parallel_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_latlon_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_latlon_intel -Checking test 019 control_latlon_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_latlon_intel +Checking test 020 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1131,15 +1147,15 @@ Checking test 019 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 131.295041 -The maximum resident set size (KB) = 517020 +The total amount of wall time = 131.386499 +The maximum resident set size (KB) = 520156 -Test 019 control_latlon_intel PASS +Test 020 control_latlon_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_wrtGauss_netcdf_parallel_intel -Checking test 020 control_wrtGauss_netcdf_parallel_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_wrtGauss_netcdf_parallel_intel +Checking test 021 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1149,15 +1165,15 @@ Checking test 020 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 133.600772 -The maximum resident set size (KB) = 519840 +The total amount of wall time = 134.018490 +The maximum resident set size (KB) = 519296 -Test 020 control_wrtGauss_netcdf_parallel_intel PASS +Test 021 control_wrtGauss_netcdf_parallel_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_c48_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_c48_intel -Checking test 021 control_c48_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_c48_intel +Checking test 022 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1195,15 +1211,15 @@ Checking test 021 control_c48_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 326.984307 -The maximum resident set size (KB) = 675236 +The total amount of wall time = 324.921482 +The maximum resident set size (KB) = 675240 -Test 021 control_c48_intel PASS +Test 022 control_c48_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_c192_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_c192_intel -Checking test 022 control_c192_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_c192_intel +Checking test 023 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1213,15 +1229,15 @@ Checking test 022 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 524.131816 -The maximum resident set size (KB) = 616744 +The total amount of wall time = 523.921158 +The maximum resident set size (KB) = 617140 -Test 022 control_c192_intel PASS +Test 023 control_c192_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_c384_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_c384_intel -Checking test 023 control_c384_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_c384_intel +Checking test 024 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1231,15 +1247,15 @@ Checking test 023 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 560.397754 -The maximum resident set size (KB) = 1073596 +The total amount of wall time = 558.378583 +The maximum resident set size (KB) = 1069716 -Test 023 control_c384_intel PASS +Test 024 control_c384_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_c384gdas_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_c384gdas_intel -Checking test 024 control_c384gdas_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_c384gdas_intel +Checking test 025 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1281,15 +1297,15 @@ Checking test 024 control_c384gdas_intel results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 493.271227 -The maximum resident set size (KB) = 1170544 +The total amount of wall time = 491.092676 +The maximum resident set size (KB) = 1170644 -Test 024 control_c384gdas_intel PASS +Test 025 control_c384gdas_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_stochy_intel -Checking test 025 control_stochy_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_stochy_intel +Checking test 026 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1299,29 +1315,29 @@ Checking test 025 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 89.832895 -The maximum resident set size (KB) = 521048 +The total amount of wall time = 88.278085 +The maximum resident set size (KB) = 521476 -Test 025 control_stochy_intel PASS +Test 026 control_stochy_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_stochy_restart_intel -Checking test 026 control_stochy_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_stochy_restart_intel +Checking test 027 control_stochy_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 48.447491 -The maximum resident set size (KB) = 350972 +The total amount of wall time = 48.597187 +The maximum resident set size (KB) = 352852 -Test 026 control_stochy_restart_intel PASS +Test 027 control_stochy_restart_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_lndp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_lndp_intel -Checking test 027 control_lndp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_lndp_intel +Checking test 028 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1331,15 +1347,15 @@ Checking test 027 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 82.939518 -The maximum resident set size (KB) = 521824 +The total amount of wall time = 83.586491 +The maximum resident set size (KB) = 523548 -Test 027 control_lndp_intel PASS +Test 028 control_lndp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_iovr4_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_iovr4_intel -Checking test 028 control_iovr4_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_iovr4_intel +Checking test 029 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1353,15 +1369,15 @@ Checking test 028 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 133.152283 -The maximum resident set size (KB) = 519976 +The total amount of wall time = 133.917866 +The maximum resident set size (KB) = 519072 -Test 028 control_iovr4_intel PASS +Test 029 control_iovr4_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_iovr5_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_iovr5_intel -Checking test 029 control_iovr5_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_iovr5_intel +Checking test 030 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1375,15 +1391,15 @@ Checking test 029 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 133.270369 -The maximum resident set size (KB) = 516180 +The total amount of wall time = 133.218185 +The maximum resident set size (KB) = 520212 -Test 029 control_iovr5_intel PASS +Test 030 control_iovr5_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_p8_intel -Checking test 030 control_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_p8_intel +Checking test 031 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1429,15 +1445,15 @@ Checking test 030 control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 169.990313 -The maximum resident set size (KB) = 1489192 +The total amount of wall time = 170.066450 +The maximum resident set size (KB) = 1492276 -Test 030 control_p8_intel PASS +Test 031 control_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_restart_p8_intel -Checking test 031 control_restart_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_restart_p8_intel +Checking test 032 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1475,15 +1491,15 @@ Checking test 031 control_restart_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 92.624373 -The maximum resident set size (KB) = 703748 +The total amount of wall time = 92.299784 +The maximum resident set size (KB) = 701736 -Test 031 control_restart_p8_intel PASS +Test 032 control_restart_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_qr_p8_intel -Checking test 032 control_qr_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_qr_p8_intel +Checking test 033 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1529,15 +1545,15 @@ Checking test 032 control_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 169.940986 -The maximum resident set size (KB) = 1510356 +The total amount of wall time = 170.126683 +The maximum resident set size (KB) = 1507448 -Test 032 control_qr_p8_intel PASS +Test 033 control_qr_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_restart_qr_p8_intel -Checking test 033 control_restart_qr_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_restart_qr_p8_intel +Checking test 034 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1575,15 +1591,15 @@ Checking test 033 control_restart_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 93.929035 -The maximum resident set size (KB) = 676736 +The total amount of wall time = 93.637714 +The maximum resident set size (KB) = 675504 -Test 033 control_restart_qr_p8_intel PASS +Test 034 control_restart_qr_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_decomp_p8_intel -Checking test 034 control_decomp_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_decomp_p8_intel +Checking test 035 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1625,15 +1641,15 @@ Checking test 034 control_decomp_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 174.585735 -The maximum resident set size (KB) = 1486832 +The total amount of wall time = 173.532876 +The maximum resident set size (KB) = 1493320 -Test 034 control_decomp_p8_intel PASS +Test 035 control_decomp_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_2threads_p8_intel -Checking test 035 control_2threads_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_2threads_p8_intel +Checking test 036 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1675,15 +1691,15 @@ Checking test 035 control_2threads_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 146.939073 -The maximum resident set size (KB) = 1573928 +The total amount of wall time = 146.775927 +The maximum resident set size (KB) = 1575292 -Test 035 control_2threads_p8_intel PASS +Test 036 control_2threads_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_lndp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_p8_lndp_intel -Checking test 036 control_p8_lndp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_p8_lndp_intel +Checking test 037 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1701,15 +1717,15 @@ Checking test 036 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 308.383887 -The maximum resident set size (KB) = 1493296 +The total amount of wall time = 307.144452 +The maximum resident set size (KB) = 1492560 -Test 036 control_p8_lndp_intel PASS +Test 037 control_p8_lndp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_rrtmgp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_p8_rrtmgp_intel -Checking test 037 control_p8_rrtmgp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_p8_rrtmgp_intel +Checking test 038 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1755,15 +1771,15 @@ Checking test 037 control_p8_rrtmgp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 224.405196 -The maximum resident set size (KB) = 1554400 +The total amount of wall time = 224.841177 +The maximum resident set size (KB) = 1549168 -Test 037 control_p8_rrtmgp_intel PASS +Test 038 control_p8_rrtmgp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_mynn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_p8_mynn_intel -Checking test 038 control_p8_mynn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_p8_mynn_intel +Checking test 039 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1809,15 +1825,15 @@ Checking test 038 control_p8_mynn_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 171.946061 -The maximum resident set size (KB) = 1502268 +The total amount of wall time = 172.182605 +The maximum resident set size (KB) = 1500692 -Test 038 control_p8_mynn_intel PASS +Test 039 control_p8_mynn_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/merra2_thompson_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/merra2_thompson_intel -Checking test 039 merra2_thompson_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/merra2_thompson_intel +Checking test 040 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1863,15 +1879,15 @@ Checking test 039 merra2_thompson_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 194.222358 -The maximum resident set size (KB) = 1497184 +The total amount of wall time = 194.185713 +The maximum resident set size (KB) = 1499536 -Test 039 merra2_thompson_intel PASS +Test 040 merra2_thompson_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_control_intel -Checking test 040 regional_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_control_intel +Checking test 041 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1881,29 +1897,29 @@ Checking test 040 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 276.200918 -The maximum resident set size (KB) = 871876 +The total amount of wall time = 277.944736 +The maximum resident set size (KB) = 871508 -Test 040 regional_control_intel PASS +Test 041 regional_control_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_restart_intel -Checking test 041 regional_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_restart_intel +Checking test 042 regional_restart_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 148.387775 -The maximum resident set size (KB) = 866360 +The total amount of wall time = 147.707100 +The maximum resident set size (KB) = 865316 -Test 041 regional_restart_intel PASS +Test 042 regional_restart_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_control_qr_intel -Checking test 042 regional_control_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_control_qr_intel +Checking test 043 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1913,29 +1929,29 @@ Checking test 042 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 276.182347 -The maximum resident set size (KB) = 873816 +The total amount of wall time = 276.919775 +The maximum resident set size (KB) = 875036 -Test 042 regional_control_qr_intel PASS +Test 043 regional_control_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_restart_qr_intel -Checking test 043 regional_restart_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_restart_qr_intel +Checking test 044 regional_restart_qr_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 146.757044 -The maximum resident set size (KB) = 867624 +The total amount of wall time = 147.410796 +The maximum resident set size (KB) = 865364 -Test 043 regional_restart_qr_intel PASS +Test 044 regional_restart_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_decomp_intel -Checking test 044 regional_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_decomp_intel +Checking test 045 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1945,15 +1961,15 @@ Checking test 044 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 291.620255 -The maximum resident set size (KB) = 870876 +The total amount of wall time = 291.832412 +The maximum resident set size (KB) = 873400 -Test 044 regional_decomp_intel PASS +Test 045 regional_decomp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_2threads_intel -Checking test 045 regional_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_2threads_intel +Checking test 046 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1963,30 +1979,30 @@ Checking test 045 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 163.289982 -The maximum resident set size (KB) = 913792 +The total amount of wall time = 162.980957 +The maximum resident set size (KB) = 914804 -Test 045 regional_2threads_intel PASS +Test 046 regional_2threads_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_noquilt_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_noquilt_intel -Checking test 046 regional_noquilt_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_noquilt_intel +Checking test 047 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 271.614624 -The maximum resident set size (KB) = 1147176 +The total amount of wall time = 274.519164 +The maximum resident set size (KB) = 1146776 -Test 046 regional_noquilt_intel PASS +Test 047 regional_noquilt_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_2dwrtdecomp_intel -Checking test 047 regional_2dwrtdecomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_2dwrtdecomp_intel +Checking test 048 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1996,15 +2012,15 @@ Checking test 047 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 278.254841 -The maximum resident set size (KB) = 869876 +The total amount of wall time = 277.606669 +The maximum resident set size (KB) = 874432 -Test 047 regional_2dwrtdecomp_intel PASS +Test 048 regional_2dwrtdecomp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/fv3_regional_wofs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_wofs_intel -Checking test 048 regional_wofs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_wofs_intel +Checking test 049 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2014,15 +2030,15 @@ Checking test 048 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 354.509524 -The maximum resident set size (KB) = 625856 +The total amount of wall time = 361.967681 +The maximum resident set size (KB) = 623116 -Test 048 regional_wofs_intel PASS +Test 049 regional_wofs_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_ifi_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_ifi_control_intel -Checking test 049 regional_ifi_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_ifi_control_intel +Checking test 050 regional_ifi_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2032,15 +2048,15 @@ Checking test 049 regional_ifi_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 310.482573 -The maximum resident set size (KB) = 869660 +The total amount of wall time = 310.817744 +The maximum resident set size (KB) = 871280 -Test 049 regional_ifi_control_intel PASS +Test 050 regional_ifi_control_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_ifi_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_ifi_decomp_intel -Checking test 050 regional_ifi_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_ifi_decomp_intel +Checking test 051 regional_ifi_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2050,15 +2066,15 @@ Checking test 050 regional_ifi_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 326.689187 -The maximum resident set size (KB) = 871456 +The total amount of wall time = 327.467935 +The maximum resident set size (KB) = 868536 -Test 050 regional_ifi_decomp_intel PASS +Test 051 regional_ifi_decomp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_ifi_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_ifi_2threads_intel -Checking test 051 regional_ifi_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_ifi_2threads_intel +Checking test 052 regional_ifi_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2068,15 +2084,15 @@ Checking test 051 regional_ifi_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 187.396893 -The maximum resident set size (KB) = 912952 +The total amount of wall time = 186.236234 +The maximum resident set size (KB) = 913836 -Test 051 regional_ifi_2threads_intel PASS +Test 052 regional_ifi_2threads_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_control_intel -Checking test 052 rap_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_control_intel +Checking test 053 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2122,15 +2138,15 @@ Checking test 052 rap_control_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 401.870129 -The maximum resident set size (KB) = 904968 +The total amount of wall time = 403.368584 +The maximum resident set size (KB) = 898372 -Test 052 rap_control_intel PASS +Test 053 rap_control_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_spp_sppt_shum_skeb_intel -Checking test 053 regional_spp_sppt_shum_skeb_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_spp_sppt_shum_skeb_intel +Checking test 054 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2140,15 +2156,15 @@ Checking test 053 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 233.070555 -The maximum resident set size (KB) = 1002220 +The total amount of wall time = 234.068556 +The maximum resident set size (KB) = 1001788 -Test 053 regional_spp_sppt_shum_skeb_intel PASS +Test 054 regional_spp_sppt_shum_skeb_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_decomp_intel -Checking test 054 rap_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_decomp_intel +Checking test 055 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2194,15 +2210,15 @@ Checking test 054 rap_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 415.351049 -The maximum resident set size (KB) = 901080 +The total amount of wall time = 417.782391 +The maximum resident set size (KB) = 903320 -Test 054 rap_decomp_intel PASS +Test 055 rap_decomp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_2threads_intel -Checking test 055 rap_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_2threads_intel +Checking test 056 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2248,15 +2264,15 @@ Checking test 055 rap_2threads_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 362.339521 -The maximum resident set size (KB) = 981172 +The total amount of wall time = 362.984510 +The maximum resident set size (KB) = 980892 -Test 055 rap_2threads_intel PASS +Test 056 rap_2threads_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_restart_intel -Checking test 056 rap_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_restart_intel +Checking test 057 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2294,15 +2310,15 @@ Checking test 056 rap_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 205.066408 -The maximum resident set size (KB) = 811948 +The total amount of wall time = 205.502535 +The maximum resident set size (KB) = 814112 -Test 056 rap_restart_intel PASS +Test 057 rap_restart_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_sfcdiff_intel -Checking test 057 rap_sfcdiff_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_sfcdiff_intel +Checking test 058 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2348,15 +2364,15 @@ Checking test 057 rap_sfcdiff_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 403.646049 -The maximum resident set size (KB) = 901668 +The total amount of wall time = 404.405509 +The maximum resident set size (KB) = 899324 -Test 057 rap_sfcdiff_intel PASS +Test 058 rap_sfcdiff_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_sfcdiff_decomp_intel -Checking test 058 rap_sfcdiff_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_sfcdiff_decomp_intel +Checking test 059 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2402,15 +2418,15 @@ Checking test 058 rap_sfcdiff_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 417.342038 -The maximum resident set size (KB) = 899672 +The total amount of wall time = 419.549273 +The maximum resident set size (KB) = 899944 -Test 058 rap_sfcdiff_decomp_intel PASS +Test 059 rap_sfcdiff_decomp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_sfcdiff_restart_intel -Checking test 059 rap_sfcdiff_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_sfcdiff_restart_intel +Checking test 060 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2448,15 +2464,15 @@ Checking test 059 rap_sfcdiff_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 297.489372 -The maximum resident set size (KB) = 819896 +The total amount of wall time = 299.093687 +The maximum resident set size (KB) = 820320 -Test 059 rap_sfcdiff_restart_intel PASS +Test 060 rap_sfcdiff_restart_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_intel -Checking test 060 hrrr_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_intel +Checking test 061 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2502,15 +2518,15 @@ Checking test 060 hrrr_control_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 206.167805 -The maximum resident set size (KB) = 896872 +The total amount of wall time = 205.629268 +The maximum resident set size (KB) = 897636 -Test 060 hrrr_control_intel PASS +Test 061 hrrr_control_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_qr_intel -Checking test 061 hrrr_control_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_qr_intel +Checking test 062 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2556,15 +2572,15 @@ Checking test 061 hrrr_control_qr_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 206.510900 -The maximum resident set size (KB) = 912676 +The total amount of wall time = 206.711725 +The maximum resident set size (KB) = 915856 -Test 061 hrrr_control_qr_intel PASS +Test 062 hrrr_control_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_decomp_intel -Checking test 062 hrrr_control_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_decomp_intel +Checking test 063 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2610,15 +2626,15 @@ Checking test 062 hrrr_control_decomp_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 210.815888 -The maximum resident set size (KB) = 895744 +The total amount of wall time = 210.590196 +The maximum resident set size (KB) = 897304 -Test 062 hrrr_control_decomp_intel PASS +Test 063 hrrr_control_decomp_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_2threads_intel -Checking test 063 hrrr_control_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_2threads_intel +Checking test 064 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2664,43 +2680,43 @@ Checking test 063 hrrr_control_2threads_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 182.959458 -The maximum resident set size (KB) = 971884 +The total amount of wall time = 182.919600 +The maximum resident set size (KB) = 972052 -Test 063 hrrr_control_2threads_intel PASS +Test 064 hrrr_control_2threads_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_restart_intel -Checking test 064 hrrr_control_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_restart_intel +Checking test 065 hrrr_control_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 108.005391 -The maximum resident set size (KB) = 761856 +The total amount of wall time = 108.057890 +The maximum resident set size (KB) = 763464 -Test 064 hrrr_control_restart_intel PASS +Test 065 hrrr_control_restart_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_restart_qr_intel -Checking test 065 hrrr_control_restart_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_restart_qr_intel +Checking test 066 hrrr_control_restart_qr_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 110.941479 -The maximum resident set size (KB) = 662956 +The total amount of wall time = 110.101755 +The maximum resident set size (KB) = 663320 -Test 065 hrrr_control_restart_qr_intel PASS +Test 066 hrrr_control_restart_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rrfs_v1beta_intel -Checking test 066 rrfs_v1beta_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rrfs_v1beta_intel +Checking test 067 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2746,15 +2762,15 @@ Checking test 066 rrfs_v1beta_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 396.682251 -The maximum resident set size (KB) = 895268 +The total amount of wall time = 396.047632 +The maximum resident set size (KB) = 898532 -Test 066 rrfs_v1beta_intel PASS +Test 067 rrfs_v1beta_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rrfs_v1nssl_intel -Checking test 067 rrfs_v1nssl_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rrfs_v1nssl_intel +Checking test 068 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2768,15 +2784,15 @@ Checking test 067 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 465.638974 -The maximum resident set size (KB) = 586668 +The total amount of wall time = 465.468859 +The maximum resident set size (KB) = 586840 -Test 067 rrfs_v1nssl_intel PASS +Test 068 rrfs_v1nssl_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_nohailnoccn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rrfs_v1nssl_nohailnoccn_intel -Checking test 068 rrfs_v1nssl_nohailnoccn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rrfs_v1nssl_nohailnoccn_intel +Checking test 069 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2790,15 +2806,15 @@ Checking test 068 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 451.541001 -The maximum resident set size (KB) = 577120 +The total amount of wall time = 451.246338 +The maximum resident set size (KB) = 574408 -Test 068 rrfs_v1nssl_nohailnoccn_intel PASS +Test 069 rrfs_v1nssl_nohailnoccn_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_csawmg_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_csawmg_intel -Checking test 069 control_csawmg_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_csawmg_intel +Checking test 070 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2808,15 +2824,15 @@ Checking test 069 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 332.137419 -The maximum resident set size (KB) = 584488 +The total amount of wall time = 335.504012 +The maximum resident set size (KB) = 584532 -Test 069 control_csawmg_intel PASS +Test 070 control_csawmg_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_csawmgt_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_csawmgt_intel -Checking test 070 control_csawmgt_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_csawmgt_intel +Checking test 071 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2826,15 +2842,15 @@ Checking test 070 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 329.252183 -The maximum resident set size (KB) = 584816 +The total amount of wall time = 331.888996 +The maximum resident set size (KB) = 585792 -Test 070 control_csawmgt_intel PASS +Test 071 control_csawmgt_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_ras_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_ras_intel -Checking test 071 control_ras_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_ras_intel +Checking test 072 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2844,27 +2860,27 @@ Checking test 071 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 181.397983 -The maximum resident set size (KB) = 551960 +The total amount of wall time = 182.009800 +The maximum resident set size (KB) = 554972 -Test 071 control_ras_intel PASS +Test 072 control_ras_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_wam_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_wam_intel -Checking test 072 control_wam_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_wam_intel +Checking test 073 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 117.263006 -The maximum resident set size (KB) = 330736 +The total amount of wall time = 117.309402 +The maximum resident set size (KB) = 330364 -Test 072 control_wam_intel PASS +Test 073 control_wam_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_p8_faster_intel -Checking test 073 control_p8_faster_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_p8_faster_intel +Checking test 074 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2910,15 +2926,15 @@ Checking test 073 control_p8_faster_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 165.661211 -The maximum resident set size (KB) = 1490268 +The total amount of wall time = 167.459982 +The maximum resident set size (KB) = 1487044 -Test 073 control_p8_faster_intel PASS +Test 074 control_p8_faster_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_control_faster_intel -Checking test 074 regional_control_faster_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_control_faster_intel +Checking test 075 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2928,15 +2944,15 @@ Checking test 074 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 268.723770 -The maximum resident set size (KB) = 867684 +The total amount of wall time = 270.946509 +The maximum resident set size (KB) = 870928 -Test 074 regional_control_faster_intel PASS +Test 075 regional_control_faster_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_CubedSphereGrid_debug_intel -Checking test 075 control_CubedSphereGrid_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_CubedSphereGrid_debug_intel +Checking test 076 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2962,377 +2978,377 @@ Checking test 075 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 158.891789 -The maximum resident set size (KB) = 678900 +The total amount of wall time = 159.771322 +The maximum resident set size (KB) = 680880 -Test 075 control_CubedSphereGrid_debug_intel PASS +Test 076 control_CubedSphereGrid_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 076 control_wrtGauss_netcdf_parallel_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 077 control_wrtGauss_netcdf_parallel_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 157.743264 -The maximum resident set size (KB) = 681352 +The total amount of wall time = 159.302605 +The maximum resident set size (KB) = 678996 -Test 076 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 077 control_wrtGauss_netcdf_parallel_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_stochy_debug_intel -Checking test 077 control_stochy_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_stochy_debug_intel +Checking test 078 control_stochy_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 179.260009 -The maximum resident set size (KB) = 688212 +The total amount of wall time = 180.098733 +The maximum resident set size (KB) = 689976 -Test 077 control_stochy_debug_intel PASS +Test 078 control_stochy_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_lndp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_lndp_debug_intel -Checking test 078 control_lndp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_lndp_debug_intel +Checking test 079 control_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 161.187064 -The maximum resident set size (KB) = 681604 +The total amount of wall time = 161.508544 +The maximum resident set size (KB) = 682268 -Test 078 control_lndp_debug_intel PASS +Test 079 control_lndp_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_csawmg_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_csawmg_debug_intel -Checking test 079 control_csawmg_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_csawmg_debug_intel +Checking test 080 control_csawmg_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 251.162894 -The maximum resident set size (KB) = 722028 +The total amount of wall time = 252.771586 +The maximum resident set size (KB) = 719520 -Test 079 control_csawmg_debug_intel PASS +Test 080 control_csawmg_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_csawmgt_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_csawmgt_debug_intel -Checking test 080 control_csawmgt_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_csawmgt_debug_intel +Checking test 081 control_csawmgt_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 245.844465 -The maximum resident set size (KB) = 720424 +The total amount of wall time = 246.586993 +The maximum resident set size (KB) = 719564 -Test 080 control_csawmgt_debug_intel PASS +Test 081 control_csawmgt_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_ras_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_ras_debug_intel -Checking test 081 control_ras_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_ras_debug_intel +Checking test 082 control_ras_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 163.567361 -The maximum resident set size (KB) = 695456 +The total amount of wall time = 163.489388 +The maximum resident set size (KB) = 698580 -Test 081 control_ras_debug_intel PASS +Test 082 control_ras_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_diag_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_diag_debug_intel -Checking test 082 control_diag_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_diag_debug_intel +Checking test 083 control_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 163.479088 -The maximum resident set size (KB) = 735312 +The total amount of wall time = 162.487489 +The maximum resident set size (KB) = 739260 -Test 082 control_diag_debug_intel PASS +Test 083 control_diag_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_debug_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_debug_p8_intel -Checking test 083 control_debug_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_debug_p8_intel +Checking test 084 control_debug_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 182.836601 -The maximum resident set size (KB) = 1516456 +The total amount of wall time = 181.936988 +The maximum resident set size (KB) = 1511964 -Test 083 control_debug_p8_intel PASS +Test 084 control_debug_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_debug_intel -Checking test 084 regional_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_debug_intel +Checking test 085 regional_debug_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -The total amount of wall time = 1040.224633 -The maximum resident set size (KB) = 892560 +The total amount of wall time = 1041.307356 +The maximum resident set size (KB) = 894948 -Test 084 regional_debug_intel PASS +Test 085 regional_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_control_debug_intel -Checking test 085 rap_control_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_control_debug_intel +Checking test 086 rap_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 297.815243 -The maximum resident set size (KB) = 1057808 +The total amount of wall time = 297.365749 +The maximum resident set size (KB) = 1060640 -Test 085 rap_control_debug_intel PASS +Test 086 rap_control_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_debug_intel -Checking test 086 hrrr_control_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_debug_intel +Checking test 087 hrrr_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.958032 -The maximum resident set size (KB) = 1054632 +The total amount of wall time = 290.626080 +The maximum resident set size (KB) = 1053804 -Test 086 hrrr_control_debug_intel PASS +Test 087 hrrr_control_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_gf_debug_intel -Checking test 087 hrrr_gf_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_gf_debug_intel +Checking test 088 hrrr_gf_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 296.084554 -The maximum resident set size (KB) = 1058584 +The total amount of wall time = 296.474980 +The maximum resident set size (KB) = 1056576 -Test 087 hrrr_gf_debug_intel PASS +Test 088 hrrr_gf_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_c3_debug_intel -Checking test 088 hrrr_c3_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_c3_debug_intel +Checking test 089 hrrr_c3_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 298.586849 -The maximum resident set size (KB) = 1056876 +The total amount of wall time = 298.870191 +The maximum resident set size (KB) = 1057760 -Test 088 hrrr_c3_debug_intel PASS +Test 089 hrrr_c3_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_unified_drag_suite_debug_intel -Checking test 089 rap_unified_drag_suite_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_unified_drag_suite_debug_intel +Checking test 090 rap_unified_drag_suite_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 297.840915 -The maximum resident set size (KB) = 1062076 +The total amount of wall time = 298.006365 +The maximum resident set size (KB) = 1057888 -Test 089 rap_unified_drag_suite_debug_intel PASS +Test 090 rap_unified_drag_suite_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_diag_debug_intel -Checking test 090 rap_diag_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_diag_debug_intel +Checking test 091 rap_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 307.560789 -The maximum resident set size (KB) = 1146100 +The total amount of wall time = 308.701497 +The maximum resident set size (KB) = 1142152 -Test 090 rap_diag_debug_intel PASS +Test 091 rap_diag_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_cires_ugwp_debug_intel -Checking test 091 rap_cires_ugwp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_cires_ugwp_debug_intel +Checking test 092 rap_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 305.435606 -The maximum resident set size (KB) = 1057140 +The total amount of wall time = 304.081515 +The maximum resident set size (KB) = 1057776 -Test 091 rap_cires_ugwp_debug_intel PASS +Test 092 rap_cires_ugwp_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_unified_ugwp_debug_intel -Checking test 092 rap_unified_ugwp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_unified_ugwp_debug_intel +Checking test 093 rap_unified_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 304.712968 -The maximum resident set size (KB) = 1057484 +The total amount of wall time = 304.782524 +The maximum resident set size (KB) = 1063040 -Test 092 rap_unified_ugwp_debug_intel PASS +Test 093 rap_unified_ugwp_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_lndp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_lndp_debug_intel -Checking test 093 rap_lndp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_lndp_debug_intel +Checking test 094 rap_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 300.758171 -The maximum resident set size (KB) = 1060320 +The total amount of wall time = 300.015764 +The maximum resident set size (KB) = 1062680 -Test 093 rap_lndp_debug_intel PASS +Test 094 rap_lndp_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_progcld_thompson_debug_intel -Checking test 094 rap_progcld_thompson_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_progcld_thompson_debug_intel +Checking test 095 rap_progcld_thompson_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 297.768233 -The maximum resident set size (KB) = 1060996 +The total amount of wall time = 297.674833 +The maximum resident set size (KB) = 1062136 -Test 094 rap_progcld_thompson_debug_intel PASS +Test 095 rap_progcld_thompson_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_noah_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_noah_debug_intel -Checking test 095 rap_noah_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_noah_debug_intel +Checking test 096 rap_noah_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 291.736381 -The maximum resident set size (KB) = 1056460 +The total amount of wall time = 293.363936 +The maximum resident set size (KB) = 1056764 -Test 095 rap_noah_debug_intel PASS +Test 096 rap_noah_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_sfcdiff_debug_intel -Checking test 096 rap_sfcdiff_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_sfcdiff_debug_intel +Checking test 097 rap_sfcdiff_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 297.444929 -The maximum resident set size (KB) = 1056016 +The total amount of wall time = 298.341498 +The maximum resident set size (KB) = 1058332 -Test 096 rap_sfcdiff_debug_intel PASS +Test 097 rap_sfcdiff_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 097 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 098 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 488.653580 -The maximum resident set size (KB) = 1058944 +The total amount of wall time = 489.696263 +The maximum resident set size (KB) = 1059208 -Test 097 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 098 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rrfs_v1beta_debug_intel -Checking test 098 rrfs_v1beta_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rrfs_v1beta_debug_intel +Checking test 099 rrfs_v1beta_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 293.245520 -The maximum resident set size (KB) = 1060644 +The total amount of wall time = 293.505508 +The maximum resident set size (KB) = 1055652 -Test 098 rrfs_v1beta_debug_intel PASS +Test 099 rrfs_v1beta_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_clm_lake_debug_intel -Checking test 099 rap_clm_lake_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_clm_lake_debug_intel +Checking test 100 rap_clm_lake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 354.409074 -The maximum resident set size (KB) = 1058104 +The total amount of wall time = 354.400677 +The maximum resident set size (KB) = 1058836 -Test 099 rap_clm_lake_debug_intel PASS +Test 100 rap_clm_lake_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_flake_debug_intel -Checking test 100 rap_flake_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_flake_debug_intel +Checking test 101 rap_flake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 298.309324 -The maximum resident set size (KB) = 1056968 +The total amount of wall time = 297.630417 +The maximum resident set size (KB) = 1057172 -Test 100 rap_flake_debug_intel PASS +Test 101 rap_flake_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_wam_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_wam_debug_intel -Checking test 101 control_wam_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_wam_debug_intel +Checking test 102 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 295.939602 -The maximum resident set size (KB) = 363912 +The total amount of wall time = 296.273024 +The maximum resident set size (KB) = 362356 -Test 101 control_wam_debug_intel PASS +Test 102 control_wam_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 103 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3342,15 +3358,15 @@ Checking test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 222.440596 -The maximum resident set size (KB) = 894124 +The total amount of wall time = 222.225772 +The maximum resident set size (KB) = 895276 -Test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 103 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_control_dyn32_phy32_intel -Checking test 103 rap_control_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_control_dyn32_phy32_intel +Checking test 104 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3396,15 +3412,15 @@ Checking test 103 rap_control_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 333.407666 -The maximum resident set size (KB) = 780360 +The total amount of wall time = 333.683607 +The maximum resident set size (KB) = 781812 -Test 103 rap_control_dyn32_phy32_intel PASS +Test 104 rap_control_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_dyn32_phy32_intel -Checking test 104 hrrr_control_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_dyn32_phy32_intel +Checking test 105 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3450,15 +3466,15 @@ Checking test 104 hrrr_control_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 175.134689 -The maximum resident set size (KB) = 777568 +The total amount of wall time = 175.401170 +The maximum resident set size (KB) = 778076 -Test 104 hrrr_control_dyn32_phy32_intel PASS +Test 105 hrrr_control_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_qr_dyn32_phy32_intel -Checking test 105 hrrr_control_qr_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_qr_dyn32_phy32_intel +Checking test 106 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3504,15 +3520,15 @@ Checking test 105 hrrr_control_qr_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 175.578111 -The maximum resident set size (KB) = 788736 +The total amount of wall time = 175.025585 +The maximum resident set size (KB) = 787852 -Test 105 hrrr_control_qr_dyn32_phy32_intel PASS +Test 106 hrrr_control_qr_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_2threads_dyn32_phy32_intel -Checking test 106 rap_2threads_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_2threads_dyn32_phy32_intel +Checking test 107 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3558,15 +3574,15 @@ Checking test 106 rap_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 301.838202 -The maximum resident set size (KB) = 829756 +The total amount of wall time = 302.355735 +The maximum resident set size (KB) = 842296 -Test 106 rap_2threads_dyn32_phy32_intel PASS +Test 107 rap_2threads_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_2threads_dyn32_phy32_intel -Checking test 107 hrrr_control_2threads_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_2threads_dyn32_phy32_intel +Checking test 108 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3612,15 +3628,15 @@ Checking test 107 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 156.703793 -The maximum resident set size (KB) = 825000 +The total amount of wall time = 156.539109 +The maximum resident set size (KB) = 822452 -Test 107 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 108 hrrr_control_2threads_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_decomp_dyn32_phy32_intel -Checking test 108 hrrr_control_decomp_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_decomp_dyn32_phy32_intel +Checking test 109 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3666,15 +3682,15 @@ Checking test 108 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 182.565562 -The maximum resident set size (KB) = 778520 +The total amount of wall time = 183.931421 +The maximum resident set size (KB) = 776616 -Test 108 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 109 hrrr_control_decomp_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_restart_dyn32_phy32_intel -Checking test 109 rap_restart_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_restart_dyn32_phy32_intel +Checking test 110 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3712,43 +3728,43 @@ Checking test 109 rap_restart_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 246.444333 -The maximum resident set size (KB) = 708468 +The total amount of wall time = 247.116041 +The maximum resident set size (KB) = 709776 -Test 109 rap_restart_dyn32_phy32_intel PASS +Test 110 rap_restart_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_restart_dyn32_phy32_intel -Checking test 110 hrrr_control_restart_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_restart_dyn32_phy32_intel +Checking test 111 hrrr_control_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 92.270366 -The maximum resident set size (KB) = 672688 +The total amount of wall time = 91.899522 +The maximum resident set size (KB) = 672708 -Test 110 hrrr_control_restart_dyn32_phy32_intel PASS +Test 111 hrrr_control_restart_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 111 hrrr_control_restart_qr_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 112 hrrr_control_restart_qr_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 93.448396 -The maximum resident set size (KB) = 630536 +The total amount of wall time = 93.206112 +The maximum resident set size (KB) = 632484 -Test 111 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 112 hrrr_control_restart_qr_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/conus13km_control_intel -Checking test 112 conus13km_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/conus13km_control_intel +Checking test 113 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3763,41 +3779,41 @@ Checking test 112 conus13km_control_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 114.822395 -The maximum resident set size (KB) = 1058512 +The total amount of wall time = 114.557996 +The maximum resident set size (KB) = 1062700 -Test 112 conus13km_control_intel PASS +Test 113 conus13km_control_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/conus13km_2threads_intel -Checking test 113 conus13km_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/conus13km_2threads_intel +Checking test 114 conus13km_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 56.708262 -The maximum resident set size (KB) = 1068664 +The total amount of wall time = 60.076162 +The maximum resident set size (KB) = 1065376 -Test 113 conus13km_2threads_intel PASS +Test 114 conus13km_2threads_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/conus13km_restart_mismatch_intel -Checking test 114 conus13km_restart_mismatch_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/conus13km_restart_mismatch_intel +Checking test 115 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 70.814644 -The maximum resident set size (KB) = 957508 +The total amount of wall time = 71.062042 +The maximum resident set size (KB) = 956688 -Test 114 conus13km_restart_mismatch_intel PASS +Test 115 conus13km_restart_mismatch_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_control_dyn64_phy32_intel -Checking test 115 rap_control_dyn64_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_control_dyn64_phy32_intel +Checking test 116 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3843,43 +3859,43 @@ Checking test 115 rap_control_dyn64_phy32_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -The total amount of wall time = 228.428970 -The maximum resident set size (KB) = 808704 +The total amount of wall time = 228.423515 +The maximum resident set size (KB) = 813072 -Test 115 rap_control_dyn64_phy32_intel PASS +Test 116 rap_control_dyn64_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_control_debug_dyn32_phy32_intel -Checking test 116 rap_control_debug_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_control_debug_dyn32_phy32_intel +Checking test 117 rap_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.454107 -The maximum resident set size (KB) = 940616 +The total amount of wall time = 291.160062 +The maximum resident set size (KB) = 941444 -Test 116 rap_control_debug_dyn32_phy32_intel PASS +Test 117 rap_control_debug_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hrrr_control_debug_dyn32_phy32_intel -Checking test 117 hrrr_control_debug_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hrrr_control_debug_dyn32_phy32_intel +Checking test 118 hrrr_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 283.896935 -The maximum resident set size (KB) = 940996 +The total amount of wall time = 285.491449 +The maximum resident set size (KB) = 939368 -Test 117 hrrr_control_debug_dyn32_phy32_intel PASS +Test 118 hrrr_control_debug_dyn32_phy32_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/conus13km_debug_intel -Checking test 118 conus13km_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/conus13km_debug_intel +Checking test 119 conus13km_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -3892,15 +3908,15 @@ Checking test 118 conus13km_debug_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 885.439307 -The maximum resident set size (KB) = 1091580 +The total amount of wall time = 887.994038 +The maximum resident set size (KB) = 1094404 -Test 118 conus13km_debug_intel PASS +Test 119 conus13km_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/conus13km_debug_qr_intel -Checking test 119 conus13km_debug_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/conus13km_debug_qr_intel +Checking test 120 conus13km_debug_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -3913,82 +3929,82 @@ Checking test 119 conus13km_debug_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK -The total amount of wall time = 898.539602 -The maximum resident set size (KB) = 711472 +The total amount of wall time = 894.853092 +The maximum resident set size (KB) = 710616 -Test 119 conus13km_debug_qr_intel PASS +Test 120 conus13km_debug_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/conus13km_debug_2threads_intel -Checking test 120 conus13km_debug_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/conus13km_debug_2threads_intel +Checking test 121 conus13km_debug_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 506.201249 -The maximum resident set size (KB) = 1095856 +The total amount of wall time = 505.387939 +The maximum resident set size (KB) = 1098740 -Test 120 conus13km_debug_2threads_intel PASS +Test 121 conus13km_debug_2threads_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/conus13km_radar_tten_debug_intel -Checking test 121 conus13km_radar_tten_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/conus13km_radar_tten_debug_intel +Checking test 122 conus13km_radar_tten_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 884.498542 -The maximum resident set size (KB) = 1160928 +The total amount of wall time = 884.682586 +The maximum resident set size (KB) = 1156204 -Test 121 conus13km_radar_tten_debug_intel PASS +Test 122 conus13km_radar_tten_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/rap_control_dyn64_phy32_debug_intel -Checking test 122 rap_control_dyn64_phy32_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/rap_control_dyn64_phy32_debug_intel +Checking test 123 rap_control_dyn64_phy32_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 296.943966 -The maximum resident set size (KB) = 956908 +The total amount of wall time = 296.176438 +The maximum resident set size (KB) = 956984 -Test 122 rap_control_dyn64_phy32_debug_intel PASS +Test 123 rap_control_dyn64_phy32_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_atm_intel -Checking test 123 hafs_regional_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_atm_intel +Checking test 124 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -The total amount of wall time = 247.844203 -The maximum resident set size (KB) = 1137428 +The total amount of wall time = 247.013719 +The maximum resident set size (KB) = 1127520 -Test 123 hafs_regional_atm_intel PASS +Test 124 hafs_regional_atm_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 124 hafs_regional_atm_thompson_gfdlsf_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 125 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 277.102658 -The maximum resident set size (KB) = 1496312 +The total amount of wall time = 282.127580 +The maximum resident set size (KB) = 1480868 -Test 124 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 125 hafs_regional_atm_thompson_gfdlsf_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_atm_ocn_intel -Checking test 125 hafs_regional_atm_ocn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_atm_ocn_intel +Checking test 126 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -3996,15 +4012,15 @@ Checking test 125 hafs_regional_atm_ocn_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 377.021584 -The maximum resident set size (KB) = 1106456 +The total amount of wall time = 376.286260 +The maximum resident set size (KB) = 1103580 -Test 125 hafs_regional_atm_ocn_intel PASS +Test 126 hafs_regional_atm_ocn_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_atm_wav_intel -Checking test 126 hafs_regional_atm_wav_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_atm_wav_intel +Checking test 127 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4012,15 +4028,15 @@ Checking test 126 hafs_regional_atm_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 696.253544 -The maximum resident set size (KB) = 1191076 +The total amount of wall time = 695.199349 +The maximum resident set size (KB) = 1198220 -Test 126 hafs_regional_atm_wav_intel PASS +Test 127 hafs_regional_atm_wav_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_atm_ocn_wav_intel -Checking test 127 hafs_regional_atm_ocn_wav_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_atm_ocn_wav_intel +Checking test 128 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4030,15 +4046,15 @@ Checking test 127 hafs_regional_atm_ocn_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 879.339727 -The maximum resident set size (KB) = 1163884 +The total amount of wall time = 883.963051 +The maximum resident set size (KB) = 1167224 -Test 127 hafs_regional_atm_ocn_wav_intel PASS +Test 128 hafs_regional_atm_ocn_wav_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_1nest_atm_intel -Checking test 128 hafs_regional_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_1nest_atm_intel +Checking test 129 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4059,15 +4075,15 @@ Checking test 128 hafs_regional_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 306.138276 -The maximum resident set size (KB) = 541072 +The total amount of wall time = 305.586234 +The maximum resident set size (KB) = 544384 -Test 128 hafs_regional_1nest_atm_intel PASS +Test 129 hafs_regional_1nest_atm_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_1nest_atm_qr_intel -Checking test 129 hafs_regional_1nest_atm_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_1nest_atm_qr_intel +Checking test 130 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4088,15 +4104,15 @@ Checking test 129 hafs_regional_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 324.972768 -The maximum resident set size (KB) = 391948 +The total amount of wall time = 326.351267 +The maximum resident set size (KB) = 394272 -Test 129 hafs_regional_1nest_atm_qr_intel PASS +Test 130 hafs_regional_1nest_atm_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_telescopic_2nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_telescopic_2nests_atm_intel -Checking test 130 hafs_regional_telescopic_2nests_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_telescopic_2nests_atm_intel +Checking test 131 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4104,15 +4120,15 @@ Checking test 130 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 370.025350 -The maximum resident set size (KB) = 546580 +The total amount of wall time = 369.897285 +The maximum resident set size (KB) = 546700 -Test 130 hafs_regional_telescopic_2nests_atm_intel PASS +Test 131 hafs_regional_telescopic_2nests_atm_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_global_1nest_atm_intel -Checking test 131 hafs_global_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_global_1nest_atm_intel +Checking test 132 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4158,15 +4174,15 @@ Checking test 131 hafs_global_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 161.804049 -The maximum resident set size (KB) = 308004 +The total amount of wall time = 161.015691 +The maximum resident set size (KB) = 307932 -Test 131 hafs_global_1nest_atm_intel PASS +Test 132 hafs_global_1nest_atm_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_global_1nest_atm_qr_intel -Checking test 132 hafs_global_1nest_atm_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_global_1nest_atm_qr_intel +Checking test 133 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4212,15 +4228,15 @@ Checking test 132 hafs_global_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 170.495904 -The maximum resident set size (KB) = 288836 +The total amount of wall time = 165.925312 +The maximum resident set size (KB) = 291280 -Test 132 hafs_global_1nest_atm_qr_intel PASS +Test 133 hafs_global_1nest_atm_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_global_multiple_4nests_atm_intel -Checking test 133 hafs_global_multiple_4nests_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_global_multiple_4nests_atm_intel +Checking test 134 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4301,15 +4317,15 @@ Checking test 133 hafs_global_multiple_4nests_atm_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK -The total amount of wall time = 455.502441 -The maximum resident set size (KB) = 381312 +The total amount of wall time = 455.399000 +The maximum resident set size (KB) = 385496 -Test 133 hafs_global_multiple_4nests_atm_intel PASS +Test 134 hafs_global_multiple_4nests_atm_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_global_multiple_4nests_atm_qr_intel -Checking test 134 hafs_global_multiple_4nests_atm_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_global_multiple_4nests_atm_qr_intel +Checking test 135 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4390,15 +4406,15 @@ Checking test 134 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK -The total amount of wall time = 499.165578 -The maximum resident set size (KB) = 389840 +The total amount of wall time = 499.858878 +The maximum resident set size (KB) = 384720 -Test 134 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 135 hafs_global_multiple_4nests_atm_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_specified_moving_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_specified_moving_1nest_atm_intel -Checking test 135 hafs_regional_specified_moving_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_specified_moving_1nest_atm_intel +Checking test 136 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4406,15 +4422,15 @@ Checking test 135 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -The total amount of wall time = 205.816129 -The maximum resident set size (KB) = 552640 +The total amount of wall time = 204.824625 +The maximum resident set size (KB) = 557136 -Test 135 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 136 hafs_regional_specified_moving_1nest_atm_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_storm_following_1nest_atm_intel -Checking test 136 hafs_regional_storm_following_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_storm_following_1nest_atm_intel +Checking test 137 hafs_regional_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4435,15 +4451,15 @@ Checking test 136 hafs_regional_storm_following_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 191.827810 -The maximum resident set size (KB) = 548860 +The total amount of wall time = 191.672472 +The maximum resident set size (KB) = 554012 -Test 136 hafs_regional_storm_following_1nest_atm_intel PASS +Test 137 hafs_regional_storm_following_1nest_atm_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 137 hafs_regional_storm_following_1nest_atm_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_storm_following_1nest_atm_qr_intel +Checking test 138 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4464,15 +4480,15 @@ Checking test 137 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 213.930470 -The maximum resident set size (KB) = 425204 +The total amount of wall time = 214.673833 +The maximum resident set size (KB) = 422800 -Test 137 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 138 hafs_regional_storm_following_1nest_atm_qr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 139 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4480,43 +4496,43 @@ Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -The total amount of wall time = 246.330369 -The maximum resident set size (KB) = 607404 +The total amount of wall time = 246.831384 +The maximum resident set size (KB) = 617592 -Test 138 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 139 hafs_regional_storm_following_1nest_atm_ocn_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_global_storm_following_1nest_atm_intel -Checking test 139 hafs_global_storm_following_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_global_storm_following_1nest_atm_intel +Checking test 140 hafs_global_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 82.184975 -The maximum resident set size (KB) = 326544 +The total amount of wall time = 82.086950 +The maximum resident set size (KB) = 327444 -Test 139 hafs_global_storm_following_1nest_atm_intel PASS +Test 140 hafs_global_storm_following_1nest_atm_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 140 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK -The total amount of wall time = 798.684859 -The maximum resident set size (KB) = 627572 +The total amount of wall time = 799.399367 +The maximum resident set size (KB) = 608196 -Test 140 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 141 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 142 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4526,162 +4542,162 @@ Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK -The total amount of wall time = 497.861674 -The maximum resident set size (KB) = 659564 +The total amount of wall time = 496.083422 +The maximum resident set size (KB) = 665456 -Test 141 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 142 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_docn_intel -Checking test 142 hafs_regional_docn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_docn_intel +Checking test 143 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 346.421148 -The maximum resident set size (KB) = 1146504 +The total amount of wall time = 344.343062 +The maximum resident set size (KB) = 1100764 -Test 142 hafs_regional_docn_intel PASS +Test 143 hafs_regional_docn_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_oisst_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_docn_oisst_intel -Checking test 143 hafs_regional_docn_oisst_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_docn_oisst_intel +Checking test 144 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 347.760581 -The maximum resident set size (KB) = 1077496 +The total amount of wall time = 348.629153 +The maximum resident set size (KB) = 1077204 -Test 143 hafs_regional_docn_oisst_intel PASS +Test 144 hafs_regional_docn_oisst_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_datm_cdeps_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/hafs_regional_datm_cdeps_intel -Checking test 144 hafs_regional_datm_cdeps_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/hafs_regional_datm_cdeps_intel +Checking test 145 hafs_regional_datm_cdeps_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK -The total amount of wall time = 946.715941 -The maximum resident set size (KB) = 822044 +The total amount of wall time = 947.530716 +The maximum resident set size (KB) = 886228 -Test 144 hafs_regional_datm_cdeps_intel PASS +Test 145 hafs_regional_datm_cdeps_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_control_cfsr_intel -Checking test 145 datm_cdeps_control_cfsr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_control_cfsr_intel +Checking test 146 datm_cdeps_control_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 143.930627 -The maximum resident set size (KB) = 725936 +The total amount of wall time = 144.562763 +The maximum resident set size (KB) = 739320 -Test 145 datm_cdeps_control_cfsr_intel PASS +Test 146 datm_cdeps_control_cfsr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_restart_cfsr_intel -Checking test 146 datm_cdeps_restart_cfsr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_restart_cfsr_intel +Checking test 147 datm_cdeps_restart_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 90.945898 -The maximum resident set size (KB) = 726144 +The total amount of wall time = 90.140750 +The maximum resident set size (KB) = 716384 -Test 146 datm_cdeps_restart_cfsr_intel PASS +Test 147 datm_cdeps_restart_cfsr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_control_gefs_intel -Checking test 147 datm_cdeps_control_gefs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_control_gefs_intel +Checking test 148 datm_cdeps_control_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 134.858251 -The maximum resident set size (KB) = 620500 +The total amount of wall time = 135.771098 +The maximum resident set size (KB) = 617372 -Test 147 datm_cdeps_control_gefs_intel PASS +Test 148 datm_cdeps_control_gefs_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_iau_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_iau_gefs_intel -Checking test 148 datm_cdeps_iau_gefs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_iau_gefs_intel +Checking test 149 datm_cdeps_iau_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 138.832307 -The maximum resident set size (KB) = 622648 +The total amount of wall time = 138.041326 +The maximum resident set size (KB) = 622072 -Test 148 datm_cdeps_iau_gefs_intel PASS +Test 149 datm_cdeps_iau_gefs_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_stochy_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_stochy_gefs_intel -Checking test 149 datm_cdeps_stochy_gefs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_stochy_gefs_intel +Checking test 150 datm_cdeps_stochy_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 138.371946 -The maximum resident set size (KB) = 620156 +The total amount of wall time = 137.837582 +The maximum resident set size (KB) = 616920 -Test 149 datm_cdeps_stochy_gefs_intel PASS +Test 150 datm_cdeps_stochy_gefs_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_ciceC_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_ciceC_cfsr_intel -Checking test 150 datm_cdeps_ciceC_cfsr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_ciceC_cfsr_intel +Checking test 151 datm_cdeps_ciceC_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 144.114004 -The maximum resident set size (KB) = 740988 +The total amount of wall time = 144.562960 +The maximum resident set size (KB) = 726388 -Test 150 datm_cdeps_ciceC_cfsr_intel PASS +Test 151 datm_cdeps_ciceC_cfsr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_bulk_cfsr_intel -Checking test 151 datm_cdeps_bulk_cfsr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_bulk_cfsr_intel +Checking test 152 datm_cdeps_bulk_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 144.960158 -The maximum resident set size (KB) = 738180 +The total amount of wall time = 144.898895 +The maximum resident set size (KB) = 727760 -Test 151 datm_cdeps_bulk_cfsr_intel PASS +Test 152 datm_cdeps_bulk_cfsr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_bulk_gefs_intel -Checking test 152 datm_cdeps_bulk_gefs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_bulk_gefs_intel +Checking test 153 datm_cdeps_bulk_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 135.324241 -The maximum resident set size (KB) = 618716 +The total amount of wall time = 135.098049 +The maximum resident set size (KB) = 629568 -Test 152 datm_cdeps_bulk_gefs_intel PASS +Test 153 datm_cdeps_bulk_gefs_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_mx025_cfsr_intel -Checking test 153 datm_cdeps_mx025_cfsr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_mx025_cfsr_intel +Checking test 154 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4689,15 +4705,15 @@ Checking test 153 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK -The total amount of wall time = 430.834399 -The maximum resident set size (KB) = 588488 +The total amount of wall time = 430.443913 +The maximum resident set size (KB) = 584072 -Test 153 datm_cdeps_mx025_cfsr_intel PASS +Test 154 datm_cdeps_mx025_cfsr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_mx025_gefs_intel -Checking test 154 datm_cdeps_mx025_gefs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_mx025_gefs_intel +Checking test 155 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4705,65 +4721,65 @@ Checking test 154 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK -The total amount of wall time = 427.059055 -The maximum resident set size (KB) = 563996 +The total amount of wall time = 427.557548 +The maximum resident set size (KB) = 560480 -Test 154 datm_cdeps_mx025_gefs_intel PASS +Test 155 datm_cdeps_mx025_gefs_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_multiple_files_cfsr_intel -Checking test 155 datm_cdeps_multiple_files_cfsr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_multiple_files_cfsr_intel +Checking test 156 datm_cdeps_multiple_files_cfsr_intel results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 143.985184 -The maximum resident set size (KB) = 741880 +The total amount of wall time = 143.908522 +The maximum resident set size (KB) = 739688 -Test 155 datm_cdeps_multiple_files_cfsr_intel PASS +Test 156 datm_cdeps_multiple_files_cfsr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_3072x1536_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_3072x1536_cfsr_intel -Checking test 156 datm_cdeps_3072x1536_cfsr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_3072x1536_cfsr_intel +Checking test 157 datm_cdeps_3072x1536_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 259.826866 -The maximum resident set size (KB) = 1982948 +The total amount of wall time = 259.810083 +The maximum resident set size (KB) = 1985080 -Test 156 datm_cdeps_3072x1536_cfsr_intel PASS +Test 157 datm_cdeps_3072x1536_cfsr_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_gfs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_gfs_intel -Checking test 157 datm_cdeps_gfs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_gfs_intel +Checking test 158 datm_cdeps_gfs_intel results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 259.516252 -The maximum resident set size (KB) = 1983032 +The total amount of wall time = 259.422136 +The maximum resident set size (KB) = 1983980 -Test 157 datm_cdeps_gfs_intel PASS +Test 158 datm_cdeps_gfs_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_control_cfsr_faster_intel -Checking test 158 datm_cdeps_control_cfsr_faster_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_control_cfsr_faster_intel +Checking test 159 datm_cdeps_control_cfsr_faster_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 144.386419 -The maximum resident set size (KB) = 726348 +The total amount of wall time = 144.631884 +The maximum resident set size (KB) = 729460 -Test 158 datm_cdeps_control_cfsr_faster_intel PASS +Test 159 datm_cdeps_control_cfsr_faster_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_lnd_gswp3_intel -Checking test 159 datm_cdeps_lnd_gswp3_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_lnd_gswp3_intel +Checking test 160 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4771,15 +4787,15 @@ Checking test 159 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -The total amount of wall time = 22.841535 -The maximum resident set size (KB) = 216304 +The total amount of wall time = 23.125505 +The maximum resident set size (KB) = 225212 -Test 159 datm_cdeps_lnd_gswp3_intel PASS +Test 160 datm_cdeps_lnd_gswp3_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/datm_cdeps_lnd_gswp3_rst_intel -Checking test 160 datm_cdeps_lnd_gswp3_rst_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/datm_cdeps_lnd_gswp3_rst_intel +Checking test 161 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4787,15 +4803,15 @@ Checking test 160 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK -The total amount of wall time = 26.618463 -The maximum resident set size (KB) = 226000 +The total amount of wall time = 27.253239 +The maximum resident set size (KB) = 224960 -Test 160 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 161 datm_cdeps_lnd_gswp3_rst_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_atmlnd_sbs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_p8_atmlnd_sbs_intel -Checking test 161 control_p8_atmlnd_sbs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_p8_atmlnd_sbs_intel +Checking test 162 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4879,15 +4895,15 @@ Checking test 161 control_p8_atmlnd_sbs_intel results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -The total amount of wall time = 227.681108 -The maximum resident set size (KB) = 1558328 +The total amount of wall time = 227.036746 +The maximum resident set size (KB) = 1553472 -Test 161 control_p8_atmlnd_sbs_intel PASS +Test 162 control_p8_atmlnd_sbs_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/atmwav_control_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/atmwav_control_noaero_p8_intel -Checking test 162 atmwav_control_noaero_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/atmwav_control_noaero_p8_intel +Checking test 163 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4929,15 +4945,15 @@ Checking test 162 atmwav_control_noaero_p8_intel results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK -The total amount of wall time = 101.491271 -The maximum resident set size (KB) = 1534020 +The total amount of wall time = 101.736914 +The maximum resident set size (KB) = 1540256 -Test 162 atmwav_control_noaero_p8_intel PASS +Test 163 atmwav_control_noaero_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_atmwav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/control_atmwav_intel -Checking test 163 control_atmwav_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/control_atmwav_intel +Checking test 164 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4980,15 +4996,15 @@ Checking test 163 control_atmwav_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK -The total amount of wall time = 90.724167 -The maximum resident set size (KB) = 544556 +The total amount of wall time = 90.576807 +The maximum resident set size (KB) = 542656 -Test 163 control_atmwav_intel PASS +Test 164 control_atmwav_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/atmaero_control_p8_intel -Checking test 164 atmaero_control_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/atmaero_control_p8_intel +Checking test 165 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5031,15 +5047,15 @@ Checking test 164 atmaero_control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 242.314792 -The maximum resident set size (KB) = 2829664 +The total amount of wall time = 244.082350 +The maximum resident set size (KB) = 2830912 -Test 164 atmaero_control_p8_intel PASS +Test 165 atmaero_control_p8_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/atmaero_control_p8_rad_intel -Checking test 165 atmaero_control_p8_rad_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/atmaero_control_p8_rad_intel +Checking test 166 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5082,15 +5098,15 @@ Checking test 165 atmaero_control_p8_rad_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 283.136698 -The maximum resident set size (KB) = 2896040 +The total amount of wall time = 283.373934 +The maximum resident set size (KB) = 2892852 -Test 165 atmaero_control_p8_rad_intel PASS +Test 166 atmaero_control_p8_rad_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_micro_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/atmaero_control_p8_rad_micro_intel -Checking test 166 atmaero_control_p8_rad_micro_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/atmaero_control_p8_rad_micro_intel +Checking test 167 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5133,15 +5149,15 @@ Checking test 166 atmaero_control_p8_rad_micro_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 290.153780 -The maximum resident set size (KB) = 2901384 +The total amount of wall time = 290.001453 +The maximum resident set size (KB) = 2899044 -Test 166 atmaero_control_p8_rad_micro_intel PASS +Test 167 atmaero_control_p8_rad_micro_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_atmaq_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_atmaq_intel -Checking test 167 regional_atmaq_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_atmaq_intel +Checking test 168 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5156,15 +5172,15 @@ Checking test 167 regional_atmaq_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -The total amount of wall time = 669.538821 -The maximum resident set size (KB) = 5327180 +The total amount of wall time = 680.463012 +The maximum resident set size (KB) = 5324920 -Test 167 regional_atmaq_intel PASS +Test 168 regional_atmaq_intel PASS baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_atmaq_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_173718/regional_atmaq_debug_intel -Checking test 168 regional_atmaq_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_104598/regional_atmaq_debug_intel +Checking test 169 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5177,12 +5193,12 @@ Checking test 168 regional_atmaq_debug_intel results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK -The total amount of wall time = 1300.577283 -The maximum resident set size (KB) = 4832576 +The total amount of wall time = 1297.456123 +The maximum resident set size (KB) = 4838212 -Test 168 regional_atmaq_debug_intel PASS +Test 169 regional_atmaq_debug_intel PASS REGRESSION TEST WAS SUCCESSFUL -Tue Oct 10 17:46:01 UTC 2023 -Elapsed time: 01h:36m:01s. Have a nice day! +Wed Oct 11 18:22:37 UTC 2023 +Elapsed time: 02h:01m:53s. Have a nice day! diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 8fa5304745..9b47d9f1a5 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,57 +1,57 @@ -Sun 08 Oct 2023 11:49:08 AM EDT +Thu 12 Oct 2023 02:19:54 AM EDT Start Regression test -Testing UFSWM Hash: 46507d6cd2582f6314d0ac115858736a094f6649 +Testing UFSWM Hash: cdcc3c9009e8efa09c6ec75ae672043f28381f2d Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 50aa2c97882fbc9d4918813a22169fe97b424564 CICE-interface/CICE (CICE6.0.0-444-g50aa2c9) a5dea5f178fc98a4ab39c58aa43c37da6ad25d08 CMEPS-interface/CMEPS (cmeps_v0.4.1-2298-ga5dea5f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3ed8f7a5ebaa753283d82d9874b6b85d2e99c362 FV3 (remotes/origin/feature/mean2inst) + a13a239a746cb95c74bbe5841f300cb75f8b80d9 FV3 (heads/develop) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 02d4dc455bb517b4c641c919dc6b9dc829e1e0d4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9803-g02d4dc455) 569e354ababbde7a7cd68647533769a5c966468d NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 97e6a63ebf9a9030fcdae6ad5cf85a0bc91fa37f WW3 (6.07.1-342-g97e6a63e) 62b89146be1250f354cd50a14096c0c25f2f3952 stochastic_physics (ufs-v2.0.0-191-g62b8914) -Compile atmaero_intel elapsed time 677 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_faster_intel elapsed time 716 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 663 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 271 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 849 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 710 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atml_intel elapsed time 737 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmw_intel elapsed time 696 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 676 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 653 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile datm_cdeps_debug_intel elapsed time 132 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 231 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 230 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 72 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 757 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_debug_intel elapsed time 253 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile hafsw_faster_intel elapsed time 769 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_intel elapsed time 732 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_debug_intel elapsed time 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 816 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 659 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn64_phy32_debug_intel elapsed time 205 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn64_phy32_intel elapsed time 713 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 768 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 824 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 799 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 902 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_debug_intel elapsed time 333 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2swa_faster_intel elapsed time 1325 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 918 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 308 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 914 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile atmaero_intel elapsed time 647 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_faster_intel elapsed time 724 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 625 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 272 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 804 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 736 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 759 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmw_intel elapsed time 686 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 696 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 659 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile datm_cdeps_debug_intel elapsed time 141 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 235 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 232 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 66 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 729 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_debug_intel elapsed time 223 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile hafsw_faster_intel elapsed time 780 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_intel elapsed time 743 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_debug_intel elapsed time 195 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn32_phy32_faster_intel elapsed time 804 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_intel elapsed time 728 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn64_phy32_debug_intel elapsed time 193 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn64_phy32_intel elapsed time 656 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 773 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 783 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 763 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 856 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_debug_intel elapsed time 290 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_faster_intel elapsed time 1231 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 907 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 285 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 810 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile wam_debug_intel elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile wam_intel elapsed time 638 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile wam_intel elapsed time 639 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_mixedmode_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_p8_mixedmode_intel +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -116,14 +116,14 @@ Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 314.058052 - 0: The maximum resident set size (KB) = 1570736 + 0: The total amount of wall time = 312.111901 + 0: The maximum resident set size (KB) = 1570660 Test 001 cpld_control_p8_mixedmode_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_gfsv17_intel +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -187,15 +187,31 @@ Checking test 002 cpld_control_gfsv17_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 225.228189 - 0: The maximum resident set size (KB) = 1469192 + 0: The total amount of wall time = 227.522962 + 0: The maximum resident set size (KB) = 1468736 Test 002 cpld_control_gfsv17_intel PASS +baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_iau_intel +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_gfsv17_iau_intel +Checking test 003 cpld_control_gfsv17_iau_intel results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing 20210323.000000.out_pnt.ww3 .........OK + Comparing 20210323.000000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 147.078666 + 0: The maximum resident set size (KB) = 739676 + +Test 003 cpld_control_gfsv17_iau_intel PASS + + baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_p8_intel -Checking test 003 cpld_control_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_p8_intel +Checking test 004 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -259,15 +275,15 @@ Checking test 003 cpld_control_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 359.889185 - 0: The maximum resident set size (KB) = 1606208 + 0: The total amount of wall time = 355.106882 + 0: The maximum resident set size (KB) = 1606072 -Test 003 cpld_control_p8_intel PASS +Test 004 cpld_control_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_restart_p8_intel -Checking test 004 cpld_restart_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_restart_p8_intel +Checking test 005 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -319,15 +335,15 @@ Checking test 004 cpld_restart_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 202.750997 - 0: The maximum resident set size (KB) = 1489988 + 0: The total amount of wall time = 199.360341 + 0: The maximum resident set size (KB) = 1490884 -Test 004 cpld_restart_p8_intel PASS +Test 005 cpld_restart_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_qr_p8_intel -Checking test 005 cpld_control_qr_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_qr_p8_intel +Checking test 006 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -391,15 +407,15 @@ Checking test 005 cpld_control_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 358.926248 - 0: The maximum resident set size (KB) = 1629116 + 0: The total amount of wall time = 359.640173 + 0: The maximum resident set size (KB) = 1628860 -Test 005 cpld_control_qr_p8_intel PASS +Test 006 cpld_control_qr_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_restart_qr_p8_intel -Checking test 006 cpld_restart_qr_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_restart_qr_p8_intel +Checking test 007 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -451,15 +467,15 @@ Checking test 006 cpld_restart_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 203.141722 - 0: The maximum resident set size (KB) = 1322456 + 0: The total amount of wall time = 202.519758 + 0: The maximum resident set size (KB) = 1338672 -Test 006 cpld_restart_qr_p8_intel PASS +Test 007 cpld_restart_qr_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_2threads_p8_intel -Checking test 007 cpld_2threads_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_2threads_p8_intel +Checking test 008 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -511,15 +527,15 @@ Checking test 007 cpld_2threads_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 343.678576 - 0: The maximum resident set size (KB) = 1829844 + 0: The total amount of wall time = 343.655718 + 0: The maximum resident set size (KB) = 1829372 -Test 007 cpld_2threads_p8_intel PASS +Test 008 cpld_2threads_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_decomp_p8_intel -Checking test 008 cpld_decomp_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_decomp_p8_intel +Checking test 009 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -571,15 +587,15 @@ Checking test 008 cpld_decomp_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 357.593790 - 0: The maximum resident set size (KB) = 1599104 + 0: The total amount of wall time = 356.706221 + 0: The maximum resident set size (KB) = 1598712 -Test 008 cpld_decomp_p8_intel PASS +Test 009 cpld_decomp_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_mpi_p8_intel -Checking test 009 cpld_mpi_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_mpi_p8_intel +Checking test 010 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -631,15 +647,15 @@ Checking test 009 cpld_mpi_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 294.636213 - 0: The maximum resident set size (KB) = 1559112 + 0: The total amount of wall time = 295.357832 + 0: The maximum resident set size (KB) = 1559580 -Test 009 cpld_mpi_p8_intel PASS +Test 010 cpld_mpi_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_bmark_p8_intel -Checking test 010 cpld_bmark_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_bmark_p8_intel +Checking test 011 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -686,15 +702,15 @@ Checking test 010 cpld_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 642.948436 - 0: The maximum resident set size (KB) = 3088068 + 0: The total amount of wall time = 623.215158 + 0: The maximum resident set size (KB) = 3072148 -Test 010 cpld_bmark_p8_intel PASS +Test 011 cpld_bmark_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_restart_bmark_p8_intel -Checking test 011 cpld_restart_bmark_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_restart_bmark_p8_intel +Checking test 012 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -741,15 +757,15 @@ Checking test 011 cpld_restart_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 431.675773 - 0: The maximum resident set size (KB) = 3000224 + 0: The total amount of wall time = 372.443899 + 0: The maximum resident set size (KB) = 3002840 -Test 011 cpld_restart_bmark_p8_intel PASS +Test 012 cpld_restart_bmark_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_noaero_p8_intel -Checking test 012 cpld_control_noaero_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_noaero_p8_intel +Checking test 013 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -812,15 +828,15 @@ Checking test 012 cpld_control_noaero_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 266.946490 - 0: The maximum resident set size (KB) = 1487556 + 0: The total amount of wall time = 265.948205 + 0: The maximum resident set size (KB) = 1487404 -Test 012 cpld_control_noaero_p8_intel PASS +Test 013 cpld_control_noaero_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_nowave_noaero_p8_intel -Checking test 013 cpld_control_nowave_noaero_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_nowave_noaero_p8_intel +Checking test 014 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -881,15 +897,15 @@ Checking test 013 cpld_control_nowave_noaero_p8_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 274.814057 - 0: The maximum resident set size (KB) = 1521008 + 0: The total amount of wall time = 275.101933 + 0: The maximum resident set size (KB) = 1521084 -Test 013 cpld_control_nowave_noaero_p8_intel PASS +Test 014 cpld_control_nowave_noaero_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_debug_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_debug_p8_intel -Checking test 014 cpld_debug_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_debug_p8_intel +Checking test 015 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -941,15 +957,15 @@ Checking test 014 cpld_debug_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 532.177695 - 0: The maximum resident set size (KB) = 1606400 + 0: The total amount of wall time = 532.733382 + 0: The maximum resident set size (KB) = 1606572 -Test 014 cpld_debug_p8_intel PASS +Test 015 cpld_debug_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_debug_noaero_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_debug_noaero_p8_intel -Checking test 015 cpld_debug_noaero_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_debug_noaero_p8_intel +Checking test 016 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1000,15 +1016,15 @@ Checking test 015 cpld_debug_noaero_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 363.770723 - 0: The maximum resident set size (KB) = 1505860 + 0: The total amount of wall time = 363.686833 + 0: The maximum resident set size (KB) = 1505656 -Test 015 cpld_debug_noaero_p8_intel PASS +Test 016 cpld_debug_noaero_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_agrid_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_noaero_p8_agrid_intel -Checking test 016 cpld_control_noaero_p8_agrid_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_noaero_p8_agrid_intel +Checking test 017 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1069,15 +1085,15 @@ Checking test 016 cpld_control_noaero_p8_agrid_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 274.930891 - 0: The maximum resident set size (KB) = 1522816 + 0: The total amount of wall time = 274.225523 + 0: The maximum resident set size (KB) = 1522216 -Test 016 cpld_control_noaero_p8_agrid_intel PASS +Test 017 cpld_control_noaero_p8_agrid_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_c48_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_c48_intel -Checking test 017 cpld_control_c48_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_c48_intel +Checking test 018 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1126,15 +1142,15 @@ Checking test 017 cpld_control_c48_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 598.035255 - 0: The maximum resident set size (KB) = 2592104 + 0: The total amount of wall time = 597.081848 + 0: The maximum resident set size (KB) = 2591920 -Test 017 cpld_control_c48_intel PASS +Test 018 cpld_control_c48_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_faster_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/cpld_control_p8_faster_intel -Checking test 018 cpld_control_p8_faster_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/cpld_control_p8_faster_intel +Checking test 019 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1198,15 +1214,15 @@ Checking test 018 cpld_control_p8_faster_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 348.675899 - 0: The maximum resident set size (KB) = 1605932 + 0: The total amount of wall time = 344.830512 + 0: The maximum resident set size (KB) = 1606012 -Test 018 cpld_control_p8_faster_intel PASS +Test 019 cpld_control_p8_faster_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_flake_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_flake_intel -Checking test 019 control_flake_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_flake_intel +Checking test 020 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1216,15 +1232,15 @@ Checking test 019 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 208.079995 - 0: The maximum resident set size (KB) = 498600 + 0: The total amount of wall time = 205.181668 + 0: The maximum resident set size (KB) = 498716 -Test 019 control_flake_intel PASS +Test 020 control_flake_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_CubedSphereGrid_intel -Checking test 020 control_CubedSphereGrid_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_CubedSphereGrid_intel +Checking test 021 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1250,15 +1266,15 @@ Checking test 020 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 135.108238 - 0: The maximum resident set size (KB) = 448200 + 0: The total amount of wall time = 134.693162 + 0: The maximum resident set size (KB) = 448096 -Test 020 control_CubedSphereGrid_intel PASS +Test 021 control_CubedSphereGrid_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_parallel_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_CubedSphereGrid_parallel_intel -Checking test 021 control_CubedSphereGrid_parallel_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_CubedSphereGrid_parallel_intel +Checking test 022 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1272,15 +1288,15 @@ Checking test 021 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 155.576945 - 0: The maximum resident set size (KB) = 451580 + 0: The total amount of wall time = 155.260809 + 0: The maximum resident set size (KB) = 452068 -Test 021 control_CubedSphereGrid_parallel_intel PASS +Test 022 control_CubedSphereGrid_parallel_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_latlon_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_latlon_intel -Checking test 022 control_latlon_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_latlon_intel +Checking test 023 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1290,15 +1306,15 @@ Checking test 022 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.064917 - 0: The maximum resident set size (KB) = 448028 + 0: The total amount of wall time = 137.427698 + 0: The maximum resident set size (KB) = 448052 -Test 022 control_latlon_intel PASS +Test 023 control_latlon_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_wrtGauss_netcdf_parallel_intel -Checking test 023 control_wrtGauss_netcdf_parallel_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_wrtGauss_netcdf_parallel_intel +Checking test 024 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1308,15 +1324,15 @@ Checking test 023 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 146.854438 - 0: The maximum resident set size (KB) = 448272 + 0: The total amount of wall time = 146.879288 + 0: The maximum resident set size (KB) = 448236 -Test 023 control_wrtGauss_netcdf_parallel_intel PASS +Test 024 control_wrtGauss_netcdf_parallel_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_c48_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_c48_intel -Checking test 024 control_c48_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_c48_intel +Checking test 025 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1354,15 +1370,15 @@ Checking test 024 control_c48_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 417.072128 -0: The maximum resident set size (KB) = 648908 +0: The total amount of wall time = 418.086066 +0: The maximum resident set size (KB) = 648804 -Test 024 control_c48_intel PASS +Test 025 control_c48_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_c192_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_c192_intel -Checking test 025 control_c192_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_c192_intel +Checking test 026 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1372,15 +1388,15 @@ Checking test 025 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 568.903266 - 0: The maximum resident set size (KB) = 554264 + 0: The total amount of wall time = 569.425428 + 0: The maximum resident set size (KB) = 554236 -Test 025 control_c192_intel PASS +Test 026 control_c192_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_c384_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_c384_intel -Checking test 026 control_c384_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_c384_intel +Checking test 027 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1390,15 +1406,15 @@ Checking test 026 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 1081.769027 - 0: The maximum resident set size (KB) = 946284 + 0: The total amount of wall time = 1077.895881 + 0: The maximum resident set size (KB) = 945956 -Test 026 control_c384_intel PASS +Test 027 control_c384_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_c384gdas_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_c384gdas_intel -Checking test 027 control_c384gdas_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_c384gdas_intel +Checking test 028 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1440,15 +1456,15 @@ Checking test 027 control_c384gdas_intel results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 909.515625 - 0: The maximum resident set size (KB) = 1073628 + 0: The total amount of wall time = 896.855739 + 0: The maximum resident set size (KB) = 1074476 -Test 027 control_c384gdas_intel PASS +Test 028 control_c384gdas_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_stochy_intel -Checking test 028 control_stochy_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_stochy_intel +Checking test 029 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1458,29 +1474,29 @@ Checking test 028 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 91.389589 - 0: The maximum resident set size (KB) = 452464 + 0: The total amount of wall time = 90.989122 + 0: The maximum resident set size (KB) = 452372 -Test 028 control_stochy_intel PASS +Test 029 control_stochy_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_stochy_restart_intel -Checking test 029 control_stochy_restart_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_stochy_restart_intel +Checking test 030 control_stochy_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 50.400071 - 0: The maximum resident set size (KB) = 269436 + 0: The total amount of wall time = 49.181259 + 0: The maximum resident set size (KB) = 269360 -Test 029 control_stochy_restart_intel PASS +Test 030 control_stochy_restart_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_lndp_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_lndp_intel -Checking test 030 control_lndp_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_lndp_intel +Checking test 031 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1490,15 +1506,15 @@ Checking test 030 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 84.400431 - 0: The maximum resident set size (KB) = 453544 + 0: The total amount of wall time = 84.558366 + 0: The maximum resident set size (KB) = 453652 -Test 030 control_lndp_intel PASS +Test 031 control_lndp_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_iovr4_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_iovr4_intel -Checking test 031 control_iovr4_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_iovr4_intel +Checking test 032 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1512,15 +1528,15 @@ Checking test 031 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 140.877991 - 0: The maximum resident set size (KB) = 448272 + 0: The total amount of wall time = 139.252498 + 0: The maximum resident set size (KB) = 448168 -Test 031 control_iovr4_intel PASS +Test 032 control_iovr4_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_iovr5_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_iovr5_intel -Checking test 032 control_iovr5_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_iovr5_intel +Checking test 033 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1534,15 +1550,15 @@ Checking test 032 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 140.371961 - 0: The maximum resident set size (KB) = 448220 + 0: The total amount of wall time = 139.341643 + 0: The maximum resident set size (KB) = 448192 -Test 032 control_iovr5_intel PASS +Test 033 control_iovr5_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_p8_intel -Checking test 033 control_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_p8_intel +Checking test 034 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1588,15 +1604,15 @@ Checking test 033 control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 170.577703 - 0: The maximum resident set size (KB) = 1419664 + 0: The total amount of wall time = 170.004999 + 0: The maximum resident set size (KB) = 1419672 -Test 033 control_p8_intel PASS +Test 034 control_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_restart_p8_intel -Checking test 034 control_restart_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_restart_p8_intel +Checking test 035 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1634,15 +1650,15 @@ Checking test 034 control_restart_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 89.393391 - 0: The maximum resident set size (KB) = 622112 + 0: The total amount of wall time = 89.834552 + 0: The maximum resident set size (KB) = 622480 -Test 034 control_restart_p8_intel PASS +Test 035 control_restart_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_qr_p8_intel -Checking test 035 control_qr_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_qr_p8_intel +Checking test 036 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1688,15 +1704,15 @@ Checking test 035 control_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 171.177726 - 0: The maximum resident set size (KB) = 1428336 + 0: The total amount of wall time = 171.141565 + 0: The maximum resident set size (KB) = 1428712 -Test 035 control_qr_p8_intel PASS +Test 036 control_qr_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_restart_qr_p8_intel -Checking test 036 control_restart_qr_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_restart_qr_p8_intel +Checking test 037 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1734,15 +1750,15 @@ Checking test 036 control_restart_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 92.251606 - 0: The maximum resident set size (KB) = 596408 + 0: The total amount of wall time = 91.557012 + 0: The maximum resident set size (KB) = 596092 -Test 036 control_restart_qr_p8_intel PASS +Test 037 control_restart_qr_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_decomp_p8_intel -Checking test 037 control_decomp_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_decomp_p8_intel +Checking test 038 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1784,15 +1800,15 @@ Checking test 037 control_decomp_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.665420 - 0: The maximum resident set size (KB) = 1413380 + 0: The total amount of wall time = 176.369812 + 0: The maximum resident set size (KB) = 1413188 -Test 037 control_decomp_p8_intel PASS +Test 038 control_decomp_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_2threads_p8_intel -Checking test 038 control_2threads_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_2threads_p8_intel +Checking test 039 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1834,15 +1850,15 @@ Checking test 038 control_2threads_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 161.035447 - 0: The maximum resident set size (KB) = 1499480 + 0: The total amount of wall time = 159.267493 + 0: The maximum resident set size (KB) = 1501052 -Test 038 control_2threads_p8_intel PASS +Test 039 control_2threads_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_lndp_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_p8_lndp_intel -Checking test 039 control_p8_lndp_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_p8_lndp_intel +Checking test 040 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1860,15 +1876,15 @@ Checking test 039 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 319.328714 - 0: The maximum resident set size (KB) = 1420300 + 0: The total amount of wall time = 318.659334 + 0: The maximum resident set size (KB) = 1420268 -Test 039 control_p8_lndp_intel PASS +Test 040 control_p8_lndp_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_rrtmgp_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_p8_rrtmgp_intel -Checking test 040 control_p8_rrtmgp_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_p8_rrtmgp_intel +Checking test 041 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1914,15 +1930,15 @@ Checking test 040 control_p8_rrtmgp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 239.265046 - 0: The maximum resident set size (KB) = 1473560 + 0: The total amount of wall time = 233.360603 + 0: The maximum resident set size (KB) = 1473516 -Test 040 control_p8_rrtmgp_intel PASS +Test 041 control_p8_rrtmgp_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_mynn_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_p8_mynn_intel -Checking test 041 control_p8_mynn_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_p8_mynn_intel +Checking test 042 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1968,15 +1984,15 @@ Checking test 041 control_p8_mynn_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 179.005282 - 0: The maximum resident set size (KB) = 1423380 + 0: The total amount of wall time = 175.014322 + 0: The maximum resident set size (KB) = 1424156 -Test 041 control_p8_mynn_intel PASS +Test 042 control_p8_mynn_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/merra2_thompson_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/merra2_thompson_intel -Checking test 042 merra2_thompson_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/merra2_thompson_intel +Checking test 043 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2022,15 +2038,15 @@ Checking test 042 merra2_thompson_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 200.602997 - 0: The maximum resident set size (KB) = 1433180 + 0: The total amount of wall time = 195.957869 + 0: The maximum resident set size (KB) = 1433140 -Test 042 merra2_thompson_intel PASS +Test 043 merra2_thompson_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_control_intel -Checking test 043 regional_control_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_control_intel +Checking test 044 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2040,29 +2056,29 @@ Checking test 043 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 317.540138 - 0: The maximum resident set size (KB) = 805812 + 0: The total amount of wall time = 315.770387 + 0: The maximum resident set size (KB) = 805868 -Test 043 regional_control_intel PASS +Test 044 regional_control_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_restart_intel -Checking test 044 regional_restart_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_restart_intel +Checking test 045 regional_restart_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 163.394905 - 0: The maximum resident set size (KB) = 802840 + 0: The total amount of wall time = 161.907239 + 0: The maximum resident set size (KB) = 802876 -Test 044 regional_restart_intel PASS +Test 045 regional_restart_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_control_qr_intel -Checking test 045 regional_control_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_control_qr_intel +Checking test 046 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2072,29 +2088,29 @@ Checking test 045 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 314.908644 - 0: The maximum resident set size (KB) = 805292 + 0: The total amount of wall time = 320.344059 + 0: The maximum resident set size (KB) = 805244 -Test 045 regional_control_qr_intel PASS +Test 046 regional_control_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_restart_qr_intel -Checking test 046 regional_restart_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_restart_qr_intel +Checking test 047 regional_restart_qr_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 161.529466 - 0: The maximum resident set size (KB) = 802844 + 0: The total amount of wall time = 160.749156 + 0: The maximum resident set size (KB) = 802248 -Test 046 regional_restart_qr_intel PASS +Test 047 regional_restart_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_decomp_intel -Checking test 047 regional_decomp_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_decomp_intel +Checking test 048 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2104,15 +2120,15 @@ Checking test 047 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 332.857859 - 0: The maximum resident set size (KB) = 802928 + 0: The total amount of wall time = 334.906855 + 0: The maximum resident set size (KB) = 803000 -Test 047 regional_decomp_intel PASS +Test 048 regional_decomp_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_2threads_intel -Checking test 048 regional_2threads_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_2threads_intel +Checking test 049 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2122,44 +2138,44 @@ Checking test 048 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 185.846220 - 0: The maximum resident set size (KB) = 809040 + 0: The total amount of wall time = 181.277499 + 0: The maximum resident set size (KB) = 809048 -Test 048 regional_2threads_intel PASS +Test 049 regional_2threads_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_noquilt_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_noquilt_intel -Checking test 049 regional_noquilt_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_noquilt_intel +Checking test 050 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 314.068525 - 0: The maximum resident set size (KB) = 1077548 + 0: The total amount of wall time = 314.221203 + 0: The maximum resident set size (KB) = 1079712 -Test 049 regional_noquilt_intel PASS +Test 050 regional_noquilt_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_netcdf_parallel_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_netcdf_parallel_intel -Checking test 050 regional_netcdf_parallel_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_netcdf_parallel_intel +Checking test 051 regional_netcdf_parallel_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK + Comparing phyf006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 319.540325 - 0: The maximum resident set size (KB) = 801104 + 0: The total amount of wall time = 319.935936 + 0: The maximum resident set size (KB) = 801168 -Test 050 regional_netcdf_parallel_intel PASS +Test 051 regional_netcdf_parallel_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_2dwrtdecomp_intel -Checking test 051 regional_2dwrtdecomp_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_2dwrtdecomp_intel +Checking test 052 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2169,15 +2185,15 @@ Checking test 051 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 321.199557 - 0: The maximum resident set size (KB) = 809116 + 0: The total amount of wall time = 325.782224 + 0: The maximum resident set size (KB) = 809176 -Test 051 regional_2dwrtdecomp_intel PASS +Test 052 regional_2dwrtdecomp_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/fv3_regional_wofs_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_wofs_intel -Checking test 052 regional_wofs_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_wofs_intel +Checking test 053 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2187,15 +2203,15 @@ Checking test 052 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 403.828544 - 0: The maximum resident set size (KB) = 550132 + 0: The total amount of wall time = 406.272364 + 0: The maximum resident set size (KB) = 550092 -Test 052 regional_wofs_intel PASS +Test 053 regional_wofs_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_control_intel -Checking test 053 rap_control_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_control_intel +Checking test 054 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2241,15 +2257,15 @@ Checking test 053 rap_control_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 451.807692 - 0: The maximum resident set size (KB) = 833628 + 0: The total amount of wall time = 450.013246 + 0: The maximum resident set size (KB) = 825400 -Test 053 rap_control_intel PASS +Test 054 rap_control_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_spp_sppt_shum_skeb_intel -Checking test 054 regional_spp_sppt_shum_skeb_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_spp_sppt_shum_skeb_intel +Checking test 055 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2259,15 +2275,15 @@ Checking test 054 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 251.267134 - 0: The maximum resident set size (KB) = 922936 + 0: The total amount of wall time = 252.437698 + 0: The maximum resident set size (KB) = 922748 -Test 054 regional_spp_sppt_shum_skeb_intel PASS +Test 055 regional_spp_sppt_shum_skeb_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_decomp_intel -Checking test 055 rap_decomp_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_decomp_intel +Checking test 056 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2313,15 +2329,15 @@ Checking test 055 rap_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 469.826059 - 0: The maximum resident set size (KB) = 824716 + 0: The total amount of wall time = 463.879400 + 0: The maximum resident set size (KB) = 830632 -Test 055 rap_decomp_intel PASS +Test 056 rap_decomp_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_2threads_intel -Checking test 056 rap_2threads_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_2threads_intel +Checking test 057 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2367,15 +2383,15 @@ Checking test 056 rap_2threads_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 425.125733 - 0: The maximum resident set size (KB) = 903540 + 0: The total amount of wall time = 425.664600 + 0: The maximum resident set size (KB) = 908032 -Test 056 rap_2threads_intel PASS +Test 057 rap_2threads_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_restart_intel -Checking test 057 rap_restart_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_restart_intel +Checking test 058 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2413,15 +2429,15 @@ Checking test 057 rap_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 228.840705 - 0: The maximum resident set size (KB) = 729656 + 0: The total amount of wall time = 229.719645 + 0: The maximum resident set size (KB) = 729640 -Test 057 rap_restart_intel PASS +Test 058 rap_restart_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_sfcdiff_intel -Checking test 058 rap_sfcdiff_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_sfcdiff_intel +Checking test 059 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2467,15 +2483,15 @@ Checking test 058 rap_sfcdiff_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 450.520942 - 0: The maximum resident set size (KB) = 826648 + 0: The total amount of wall time = 447.998951 + 0: The maximum resident set size (KB) = 833400 -Test 058 rap_sfcdiff_intel PASS +Test 059 rap_sfcdiff_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_sfcdiff_decomp_intel -Checking test 059 rap_sfcdiff_decomp_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_sfcdiff_decomp_intel +Checking test 060 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2521,15 +2537,15 @@ Checking test 059 rap_sfcdiff_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 466.927310 - 0: The maximum resident set size (KB) = 834212 + 0: The total amount of wall time = 463.334848 + 0: The maximum resident set size (KB) = 834228 -Test 059 rap_sfcdiff_decomp_intel PASS +Test 060 rap_sfcdiff_decomp_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_sfcdiff_restart_intel -Checking test 060 rap_sfcdiff_restart_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_sfcdiff_restart_intel +Checking test 061 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2567,15 +2583,15 @@ Checking test 060 rap_sfcdiff_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 336.969244 - 0: The maximum resident set size (KB) = 738812 + 0: The total amount of wall time = 334.763566 + 0: The maximum resident set size (KB) = 738884 -Test 060 rap_sfcdiff_restart_intel PASS +Test 061 rap_sfcdiff_restart_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_intel -Checking test 061 hrrr_control_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_intel +Checking test 062 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2621,15 +2637,15 @@ Checking test 061 hrrr_control_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 226.582669 - 0: The maximum resident set size (KB) = 822876 + 0: The total amount of wall time = 226.152085 + 0: The maximum resident set size (KB) = 830112 -Test 061 hrrr_control_intel PASS +Test 062 hrrr_control_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_qr_intel -Checking test 062 hrrr_control_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_qr_intel +Checking test 063 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2675,15 +2691,15 @@ Checking test 062 hrrr_control_qr_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 227.373095 - 0: The maximum resident set size (KB) = 840876 + 0: The total amount of wall time = 227.077072 + 0: The maximum resident set size (KB) = 840864 -Test 062 hrrr_control_qr_intel PASS +Test 063 hrrr_control_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_decomp_intel -Checking test 063 hrrr_control_decomp_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_decomp_intel +Checking test 064 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2729,15 +2745,15 @@ Checking test 063 hrrr_control_decomp_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 230.870018 - 0: The maximum resident set size (KB) = 829888 + 0: The total amount of wall time = 230.829949 + 0: The maximum resident set size (KB) = 829852 -Test 063 hrrr_control_decomp_intel PASS +Test 064 hrrr_control_decomp_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_2threads_intel -Checking test 064 hrrr_control_2threads_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_2threads_intel +Checking test 065 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2783,43 +2799,43 @@ Checking test 064 hrrr_control_2threads_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 207.940499 - 0: The maximum resident set size (KB) = 905524 + 0: The total amount of wall time = 208.744220 + 0: The maximum resident set size (KB) = 898012 -Test 064 hrrr_control_2threads_intel PASS +Test 065 hrrr_control_2threads_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_restart_intel -Checking test 065 hrrr_control_restart_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_restart_intel +Checking test 066 hrrr_control_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 116.917736 - 0: The maximum resident set size (KB) = 681892 + 0: The total amount of wall time = 116.544436 + 0: The maximum resident set size (KB) = 681640 -Test 065 hrrr_control_restart_intel PASS +Test 066 hrrr_control_restart_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_restart_qr_intel -Checking test 066 hrrr_control_restart_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_restart_qr_intel +Checking test 067 hrrr_control_restart_qr_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 120.054453 - 0: The maximum resident set size (KB) = 588044 + 0: The total amount of wall time = 119.099784 + 0: The maximum resident set size (KB) = 588624 -Test 066 hrrr_control_restart_qr_intel PASS +Test 067 hrrr_control_restart_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rrfs_v1beta_intel -Checking test 067 rrfs_v1beta_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rrfs_v1beta_intel +Checking test 068 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2865,15 +2881,15 @@ Checking test 067 rrfs_v1beta_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 441.896958 - 0: The maximum resident set size (KB) = 825972 + 0: The total amount of wall time = 439.901308 + 0: The maximum resident set size (KB) = 822688 -Test 067 rrfs_v1beta_intel PASS +Test 068 rrfs_v1beta_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rrfs_v1nssl_intel -Checking test 068 rrfs_v1nssl_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rrfs_v1nssl_intel +Checking test 069 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2887,15 +2903,15 @@ Checking test 068 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 545.137537 - 0: The maximum resident set size (KB) = 503592 + 0: The total amount of wall time = 544.748584 + 0: The maximum resident set size (KB) = 503688 -Test 068 rrfs_v1nssl_intel PASS +Test 069 rrfs_v1nssl_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_nohailnoccn_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rrfs_v1nssl_nohailnoccn_intel -Checking test 069 rrfs_v1nssl_nohailnoccn_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rrfs_v1nssl_nohailnoccn_intel +Checking test 070 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2909,15 +2925,15 @@ Checking test 069 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 528.097263 - 0: The maximum resident set size (KB) = 497896 + 0: The total amount of wall time = 530.403064 + 0: The maximum resident set size (KB) = 497892 -Test 069 rrfs_v1nssl_nohailnoccn_intel PASS +Test 070 rrfs_v1nssl_nohailnoccn_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_csawmgt_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_csawmgt_intel -Checking test 070 control_csawmgt_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_csawmgt_intel +Checking test 071 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2927,15 +2943,15 @@ Checking test 070 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 361.333797 - 0: The maximum resident set size (KB) = 513564 + 0: The total amount of wall time = 358.401511 + 0: The maximum resident set size (KB) = 513568 -Test 070 control_csawmgt_intel PASS +Test 071 control_csawmgt_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_ras_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_ras_intel -Checking test 071 control_ras_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_ras_intel +Checking test 072 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2945,27 +2961,27 @@ Checking test 071 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 193.130044 - 0: The maximum resident set size (KB) = 483740 + 0: The total amount of wall time = 192.751984 + 0: The maximum resident set size (KB) = 483748 -Test 071 control_ras_intel PASS +Test 072 control_ras_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_wam_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_wam_intel -Checking test 072 control_wam_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_wam_intel +Checking test 073 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 121.019499 - 0: The maximum resident set size (KB) = 258200 + 0: The total amount of wall time = 120.606088 + 0: The maximum resident set size (KB) = 258252 -Test 072 control_wam_intel PASS +Test 073 control_wam_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_faster_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_p8_faster_intel -Checking test 073 control_p8_faster_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_p8_faster_intel +Checking test 074 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3011,15 +3027,15 @@ Checking test 073 control_p8_faster_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 161.903793 - 0: The maximum resident set size (KB) = 1419564 + 0: The total amount of wall time = 161.916230 + 0: The maximum resident set size (KB) = 1419544 -Test 073 control_p8_faster_intel PASS +Test 074 control_p8_faster_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_faster_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_control_faster_intel -Checking test 074 regional_control_faster_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_control_faster_intel +Checking test 075 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3029,15 +3045,15 @@ Checking test 074 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 296.716866 - 0: The maximum resident set size (KB) = 805632 + 0: The total amount of wall time = 298.214772 + 0: The maximum resident set size (KB) = 805040 -Test 074 regional_control_faster_intel PASS +Test 075 regional_control_faster_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_CubedSphereGrid_debug_intel -Checking test 075 control_CubedSphereGrid_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_CubedSphereGrid_debug_intel +Checking test 076 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3063,377 +3079,377 @@ Checking test 075 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 151.497225 - 0: The maximum resident set size (KB) = 612456 + 0: The total amount of wall time = 151.151046 + 0: The maximum resident set size (KB) = 612556 -Test 075 control_CubedSphereGrid_debug_intel PASS +Test 076 control_CubedSphereGrid_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 076 control_wrtGauss_netcdf_parallel_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 077 control_wrtGauss_netcdf_parallel_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc ............ALT CHECK......OK - 0: The total amount of wall time = 151.959965 - 0: The maximum resident set size (KB) = 613060 + 0: The total amount of wall time = 154.132903 + 0: The maximum resident set size (KB) = 612860 -Test 076 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 077 control_wrtGauss_netcdf_parallel_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_stochy_debug_intel -Checking test 077 control_stochy_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_stochy_debug_intel +Checking test 078 control_stochy_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.470992 - 0: The maximum resident set size (KB) = 616884 + 0: The total amount of wall time = 170.407241 + 0: The maximum resident set size (KB) = 616912 -Test 077 control_stochy_debug_intel PASS +Test 078 control_stochy_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_lndp_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_lndp_debug_intel -Checking test 078 control_lndp_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_lndp_debug_intel +Checking test 079 control_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 152.830982 - 0: The maximum resident set size (KB) = 617100 + 0: The total amount of wall time = 152.597921 + 0: The maximum resident set size (KB) = 617084 -Test 078 control_lndp_debug_intel PASS +Test 079 control_lndp_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_csawmg_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_csawmg_debug_intel -Checking test 079 control_csawmg_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_csawmg_debug_intel +Checking test 080 control_csawmg_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 244.181286 - 0: The maximum resident set size (KB) = 652872 + 0: The total amount of wall time = 241.955770 + 0: The maximum resident set size (KB) = 652852 -Test 079 control_csawmg_debug_intel PASS +Test 080 control_csawmg_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_csawmgt_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_csawmgt_debug_intel -Checking test 080 control_csawmgt_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_csawmgt_debug_intel +Checking test 081 control_csawmgt_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 238.481513 - 0: The maximum resident set size (KB) = 653040 + 0: The total amount of wall time = 237.376234 + 0: The maximum resident set size (KB) = 653032 -Test 080 control_csawmgt_debug_intel PASS +Test 081 control_csawmgt_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_ras_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_ras_debug_intel -Checking test 081 control_ras_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_ras_debug_intel +Checking test 082 control_ras_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 154.985546 - 0: The maximum resident set size (KB) = 626420 + 0: The total amount of wall time = 153.925706 + 0: The maximum resident set size (KB) = 626432 -Test 081 control_ras_debug_intel PASS +Test 082 control_ras_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_diag_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_diag_debug_intel -Checking test 082 control_diag_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_diag_debug_intel +Checking test 083 control_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 156.986290 - 0: The maximum resident set size (KB) = 668456 + 0: The total amount of wall time = 156.623348 + 0: The maximum resident set size (KB) = 668696 -Test 082 control_diag_debug_intel PASS +Test 083 control_diag_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_debug_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_debug_p8_intel -Checking test 083 control_debug_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_debug_p8_intel +Checking test 084 control_debug_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.838340 - 0: The maximum resident set size (KB) = 1437312 + 0: The total amount of wall time = 171.559432 + 0: The maximum resident set size (KB) = 1437272 -Test 083 control_debug_p8_intel PASS +Test 084 control_debug_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_debug_intel -Checking test 084 regional_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_debug_intel +Checking test 085 regional_debug_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 1032.056582 - 0: The maximum resident set size (KB) = 828784 + 0: The total amount of wall time = 1032.045629 + 0: The maximum resident set size (KB) = 829484 -Test 084 regional_debug_intel PASS +Test 085 regional_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_control_debug_intel -Checking test 085 rap_control_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_control_debug_intel +Checking test 086 rap_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.282913 - 0: The maximum resident set size (KB) = 989576 + 0: The total amount of wall time = 280.658572 + 0: The maximum resident set size (KB) = 997612 -Test 085 rap_control_debug_intel PASS +Test 086 rap_control_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_debug_intel -Checking test 086 hrrr_control_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_debug_intel +Checking test 087 hrrr_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.357769 - 0: The maximum resident set size (KB) = 994308 + 0: The total amount of wall time = 274.837050 + 0: The maximum resident set size (KB) = 994372 -Test 086 hrrr_control_debug_intel PASS +Test 087 hrrr_control_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_gf_debug_intel -Checking test 087 hrrr_gf_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_gf_debug_intel +Checking test 088 hrrr_gf_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.993240 - 0: The maximum resident set size (KB) = 992300 + 0: The total amount of wall time = 279.512867 + 0: The maximum resident set size (KB) = 996452 -Test 087 hrrr_gf_debug_intel PASS +Test 088 hrrr_gf_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_c3_debug_intel -Checking test 088 hrrr_c3_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_c3_debug_intel +Checking test 089 hrrr_c3_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.809803 - 0: The maximum resident set size (KB) = 988264 + 0: The total amount of wall time = 280.631249 + 0: The maximum resident set size (KB) = 996400 -Test 088 hrrr_c3_debug_intel PASS +Test 089 hrrr_c3_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_unified_drag_suite_debug_intel -Checking test 089 rap_unified_drag_suite_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_unified_drag_suite_debug_intel +Checking test 090 rap_unified_drag_suite_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 283.755005 - 0: The maximum resident set size (KB) = 997692 + 0: The total amount of wall time = 280.898136 + 0: The maximum resident set size (KB) = 997704 -Test 089 rap_unified_drag_suite_debug_intel PASS +Test 090 rap_unified_drag_suite_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_diag_debug_intel -Checking test 090 rap_diag_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_diag_debug_intel +Checking test 091 rap_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 296.603675 - 0: The maximum resident set size (KB) = 1076428 + 0: The total amount of wall time = 297.000174 + 0: The maximum resident set size (KB) = 1076364 -Test 090 rap_diag_debug_intel PASS +Test 091 rap_diag_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_cires_ugwp_debug_intel -Checking test 091 rap_cires_ugwp_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_cires_ugwp_debug_intel +Checking test 092 rap_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 286.918241 - 0: The maximum resident set size (KB) = 997620 + 0: The total amount of wall time = 286.619940 + 0: The maximum resident set size (KB) = 997764 -Test 091 rap_cires_ugwp_debug_intel PASS +Test 092 rap_cires_ugwp_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_unified_ugwp_debug_intel -Checking test 092 rap_unified_ugwp_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_unified_ugwp_debug_intel +Checking test 093 rap_unified_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 286.862583 - 0: The maximum resident set size (KB) = 997892 + 0: The total amount of wall time = 286.461174 + 0: The maximum resident set size (KB) = 989748 -Test 092 rap_unified_ugwp_debug_intel PASS +Test 093 rap_unified_ugwp_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_lndp_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_lndp_debug_intel -Checking test 093 rap_lndp_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_lndp_debug_intel +Checking test 094 rap_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 283.606939 - 0: The maximum resident set size (KB) = 998496 + 0: The total amount of wall time = 283.226300 + 0: The maximum resident set size (KB) = 994524 -Test 093 rap_lndp_debug_intel PASS +Test 094 rap_lndp_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_progcld_thompson_debug_intel -Checking test 094 rap_progcld_thompson_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_progcld_thompson_debug_intel +Checking test 095 rap_progcld_thompson_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.206693 - 0: The maximum resident set size (KB) = 989456 + 0: The total amount of wall time = 280.643405 + 0: The maximum resident set size (KB) = 993540 -Test 094 rap_progcld_thompson_debug_intel PASS +Test 095 rap_progcld_thompson_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_noah_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_noah_debug_intel -Checking test 095 rap_noah_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_noah_debug_intel +Checking test 096 rap_noah_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.142883 - 0: The maximum resident set size (KB) = 995736 + 0: The total amount of wall time = 275.397036 + 0: The maximum resident set size (KB) = 991620 -Test 095 rap_noah_debug_intel PASS +Test 096 rap_noah_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_sfcdiff_debug_intel -Checking test 096 rap_sfcdiff_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_sfcdiff_debug_intel +Checking test 097 rap_sfcdiff_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.475054 - 0: The maximum resident set size (KB) = 997556 + 0: The total amount of wall time = 280.946331 + 0: The maximum resident set size (KB) = 997480 -Test 096 rap_sfcdiff_debug_intel PASS +Test 097 rap_sfcdiff_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 097 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 098 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 464.464608 - 0: The maximum resident set size (KB) = 995444 + 0: The total amount of wall time = 465.828555 + 0: The maximum resident set size (KB) = 995428 -Test 097 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 098 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rrfs_v1beta_debug_intel -Checking test 098 rrfs_v1beta_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rrfs_v1beta_debug_intel +Checking test 099 rrfs_v1beta_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.679108 - 0: The maximum resident set size (KB) = 994312 + 0: The total amount of wall time = 276.050577 + 0: The maximum resident set size (KB) = 994316 -Test 098 rrfs_v1beta_debug_intel PASS +Test 099 rrfs_v1beta_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_clm_lake_debug_intel -Checking test 099 rap_clm_lake_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_clm_lake_debug_intel +Checking test 100 rap_clm_lake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 343.808259 - 0: The maximum resident set size (KB) = 999884 + 0: The total amount of wall time = 344.005874 + 0: The maximum resident set size (KB) = 999828 -Test 099 rap_clm_lake_debug_intel PASS +Test 100 rap_clm_lake_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_flake_debug_intel -Checking test 100 rap_flake_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_flake_debug_intel +Checking test 101 rap_flake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.693205 - 0: The maximum resident set size (KB) = 997920 + 0: The total amount of wall time = 280.628797 + 0: The maximum resident set size (KB) = 989688 -Test 100 rap_flake_debug_intel PASS +Test 101 rap_flake_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_wam_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_wam_debug_intel -Checking test 101 control_wam_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_wam_debug_intel +Checking test 102 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 287.054505 - 0: The maximum resident set size (KB) = 287804 + 0: The total amount of wall time = 286.193349 + 0: The maximum resident set size (KB) = 287680 -Test 101 control_wam_debug_intel PASS +Test 102 control_wam_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 103 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3443,15 +3459,15 @@ Checking test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 236.768774 - 0: The maximum resident set size (KB) = 818388 + 0: The total amount of wall time = 234.355341 + 0: The maximum resident set size (KB) = 818676 -Test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 103 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_control_dyn32_phy32_intel -Checking test 103 rap_control_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_control_dyn32_phy32_intel +Checking test 104 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3497,15 +3513,15 @@ Checking test 103 rap_control_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 370.658036 - 0: The maximum resident set size (KB) = 709052 + 0: The total amount of wall time = 372.867028 + 0: The maximum resident set size (KB) = 717312 -Test 103 rap_control_dyn32_phy32_intel PASS +Test 104 rap_control_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_dyn32_phy32_intel -Checking test 104 hrrr_control_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_dyn32_phy32_intel +Checking test 105 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3551,15 +3567,15 @@ Checking test 104 hrrr_control_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 192.431821 - 0: The maximum resident set size (KB) = 716408 + 0: The total amount of wall time = 189.557772 + 0: The maximum resident set size (KB) = 716456 -Test 104 hrrr_control_dyn32_phy32_intel PASS +Test 105 hrrr_control_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_qr_dyn32_phy32_intel -Checking test 105 hrrr_control_qr_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_qr_dyn32_phy32_intel +Checking test 106 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3605,15 +3621,15 @@ Checking test 105 hrrr_control_qr_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 193.323362 - 0: The maximum resident set size (KB) = 723772 + 0: The total amount of wall time = 190.105187 + 0: The maximum resident set size (KB) = 723756 -Test 105 hrrr_control_qr_dyn32_phy32_intel PASS +Test 106 hrrr_control_qr_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_2threads_dyn32_phy32_intel -Checking test 106 rap_2threads_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_2threads_dyn32_phy32_intel +Checking test 107 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3659,15 +3675,15 @@ Checking test 106 rap_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 346.897274 - 0: The maximum resident set size (KB) = 759084 + 0: The total amount of wall time = 348.253176 + 0: The maximum resident set size (KB) = 759100 -Test 106 rap_2threads_dyn32_phy32_intel PASS +Test 107 rap_2threads_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_2threads_dyn32_phy32_intel -Checking test 107 hrrr_control_2threads_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_2threads_dyn32_phy32_intel +Checking test 108 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3713,15 +3729,15 @@ Checking test 107 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.030512 - 0: The maximum resident set size (KB) = 764884 + 0: The total amount of wall time = 176.004202 + 0: The maximum resident set size (KB) = 765708 -Test 107 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 108 hrrr_control_2threads_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_decomp_dyn32_phy32_intel -Checking test 108 hrrr_control_decomp_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_decomp_dyn32_phy32_intel +Checking test 109 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3767,15 +3783,15 @@ Checking test 108 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 194.658185 - 0: The maximum resident set size (KB) = 716348 + 0: The total amount of wall time = 194.459133 + 0: The maximum resident set size (KB) = 716388 -Test 108 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 109 hrrr_control_decomp_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_restart_dyn32_phy32_intel -Checking test 109 rap_restart_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_restart_dyn32_phy32_intel +Checking test 110 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3813,43 +3829,43 @@ Checking test 109 rap_restart_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 276.398963 - 0: The maximum resident set size (KB) = 632116 + 0: The total amount of wall time = 274.715655 + 0: The maximum resident set size (KB) = 632524 -Test 109 rap_restart_dyn32_phy32_intel PASS +Test 110 rap_restart_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_restart_dyn32_phy32_intel -Checking test 110 hrrr_control_restart_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_restart_dyn32_phy32_intel +Checking test 111 hrrr_control_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 98.558627 - 0: The maximum resident set size (KB) = 591032 + 0: The total amount of wall time = 98.640099 + 0: The maximum resident set size (KB) = 591588 -Test 110 hrrr_control_restart_dyn32_phy32_intel PASS +Test 111 hrrr_control_restart_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 111 hrrr_control_restart_qr_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 112 hrrr_control_restart_qr_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 100.832471 - 0: The maximum resident set size (KB) = 560600 + 0: The total amount of wall time = 101.157576 + 0: The maximum resident set size (KB) = 560340 -Test 111 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 112 hrrr_control_restart_qr_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/conus13km_control_intel -Checking test 112 conus13km_control_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/conus13km_control_intel +Checking test 113 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3864,41 +3880,41 @@ Checking test 112 conus13km_control_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 122.585359 - 0: The maximum resident set size (KB) = 940620 + 0: The total amount of wall time = 119.904588 + 0: The maximum resident set size (KB) = 940656 -Test 112 conus13km_control_intel PASS +Test 113 conus13km_control_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/conus13km_2threads_intel -Checking test 113 conus13km_2threads_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/conus13km_2threads_intel +Checking test 114 conus13km_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 48.350809 - 0: The maximum resident set size (KB) = 947012 + 0: The total amount of wall time = 45.982583 + 0: The maximum resident set size (KB) = 946832 -Test 113 conus13km_2threads_intel PASS +Test 114 conus13km_2threads_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/conus13km_restart_mismatch_intel -Checking test 114 conus13km_restart_mismatch_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/conus13km_restart_mismatch_intel +Checking test 115 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 66.770771 - 0: The maximum resident set size (KB) = 885376 + 0: The total amount of wall time = 65.196248 + 0: The maximum resident set size (KB) = 885332 -Test 114 conus13km_restart_mismatch_intel PASS +Test 115 conus13km_restart_mismatch_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_control_dyn64_phy32_intel -Checking test 115 rap_control_dyn64_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_control_dyn64_phy32_intel +Checking test 116 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3944,43 +3960,43 @@ Checking test 115 rap_control_dyn64_phy32_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 249.469506 - 0: The maximum resident set size (KB) = 729640 + 0: The total amount of wall time = 248.703972 + 0: The maximum resident set size (KB) = 729496 -Test 115 rap_control_dyn64_phy32_intel PASS +Test 116 rap_control_dyn64_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_control_debug_dyn32_phy32_intel -Checking test 116 rap_control_debug_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_control_debug_dyn32_phy32_intel +Checking test 117 rap_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.644551 - 0: The maximum resident set size (KB) = 881484 + 0: The total amount of wall time = 277.938127 + 0: The maximum resident set size (KB) = 881556 -Test 116 rap_control_debug_dyn32_phy32_intel PASS +Test 117 rap_control_debug_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hrrr_control_debug_dyn32_phy32_intel -Checking test 117 hrrr_control_debug_dyn32_phy32_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hrrr_control_debug_dyn32_phy32_intel +Checking test 118 hrrr_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.903995 - 0: The maximum resident set size (KB) = 870896 + 0: The total amount of wall time = 271.363111 + 0: The maximum resident set size (KB) = 879088 -Test 117 hrrr_control_debug_dyn32_phy32_intel PASS +Test 118 hrrr_control_debug_dyn32_phy32_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/conus13km_debug_intel -Checking test 118 conus13km_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/conus13km_debug_intel +Checking test 119 conus13km_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -3993,15 +4009,15 @@ Checking test 118 conus13km_debug_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 864.770333 - 0: The maximum resident set size (KB) = 970944 + 0: The total amount of wall time = 866.153920 + 0: The maximum resident set size (KB) = 970848 -Test 118 conus13km_debug_intel PASS +Test 119 conus13km_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/conus13km_debug_qr_intel -Checking test 119 conus13km_debug_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/conus13km_debug_qr_intel +Checking test 120 conus13km_debug_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4014,82 +4030,82 @@ Checking test 119 conus13km_debug_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK - 0: The total amount of wall time = 905.234336 - 0: The maximum resident set size (KB) = 639644 + 0: The total amount of wall time = 888.571870 + 0: The maximum resident set size (KB) = 639676 -Test 119 conus13km_debug_qr_intel PASS +Test 120 conus13km_debug_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/conus13km_debug_2threads_intel -Checking test 120 conus13km_debug_2threads_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/conus13km_debug_2threads_intel +Checking test 121 conus13km_debug_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 491.183504 - 0: The maximum resident set size (KB) = 978280 + 0: The total amount of wall time = 490.818817 + 0: The maximum resident set size (KB) = 979004 -Test 120 conus13km_debug_2threads_intel PASS +Test 121 conus13km_debug_2threads_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/conus13km_radar_tten_debug_intel -Checking test 121 conus13km_radar_tten_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/conus13km_radar_tten_debug_intel +Checking test 122 conus13km_radar_tten_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 865.036394 - 0: The maximum resident set size (KB) = 1041700 + 0: The total amount of wall time = 865.514733 + 0: The maximum resident set size (KB) = 1041648 -Test 121 conus13km_radar_tten_debug_intel PASS +Test 122 conus13km_radar_tten_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/rap_control_dyn64_phy32_debug_intel -Checking test 122 rap_control_dyn64_phy32_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/rap_control_dyn64_phy32_debug_intel +Checking test 123 rap_control_dyn64_phy32_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 282.736331 - 0: The maximum resident set size (KB) = 886604 + 0: The total amount of wall time = 282.332694 + 0: The maximum resident set size (KB) = 886800 -Test 122 rap_control_dyn64_phy32_debug_intel PASS +Test 123 rap_control_dyn64_phy32_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_atm_intel -Checking test 123 hafs_regional_atm_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_atm_intel +Checking test 124 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 232.135671 - 0: The maximum resident set size (KB) = 880116 + 0: The total amount of wall time = 234.329649 + 0: The maximum resident set size (KB) = 876904 -Test 123 hafs_regional_atm_intel PASS +Test 124 hafs_regional_atm_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 124 hafs_regional_atm_thompson_gfdlsf_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 125 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 271.085852 - 0: The maximum resident set size (KB) = 1208264 + 0: The total amount of wall time = 270.340084 + 0: The maximum resident set size (KB) = 1195144 -Test 124 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 125 hafs_regional_atm_thompson_gfdlsf_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_atm_ocn_intel -Checking test 125 hafs_regional_atm_ocn_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_atm_ocn_intel +Checking test 126 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4097,15 +4113,15 @@ Checking test 125 hafs_regional_atm_ocn_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 411.098702 - 0: The maximum resident set size (KB) = 897956 + 0: The total amount of wall time = 419.108688 + 0: The maximum resident set size (KB) = 904484 -Test 125 hafs_regional_atm_ocn_intel PASS +Test 126 hafs_regional_atm_ocn_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_wav_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_atm_wav_intel -Checking test 126 hafs_regional_atm_wav_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_atm_wav_intel +Checking test 127 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4113,15 +4129,15 @@ Checking test 126 hafs_regional_atm_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 898.501173 - 0: The maximum resident set size (KB) = 938352 + 0: The total amount of wall time = 899.830409 + 0: The maximum resident set size (KB) = 929664 -Test 126 hafs_regional_atm_wav_intel PASS +Test 127 hafs_regional_atm_wav_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_wav_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_atm_ocn_wav_intel -Checking test 127 hafs_regional_atm_ocn_wav_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_atm_ocn_wav_intel +Checking test 128 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4131,15 +4147,15 @@ Checking test 127 hafs_regional_atm_ocn_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 1013.028529 - 0: The maximum resident set size (KB) = 959256 + 0: The total amount of wall time = 1015.988896 + 0: The maximum resident set size (KB) = 958176 -Test 127 hafs_regional_atm_ocn_wav_intel PASS +Test 128 hafs_regional_atm_ocn_wav_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_1nest_atm_intel -Checking test 128 hafs_regional_1nest_atm_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_1nest_atm_intel +Checking test 129 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4160,15 +4176,15 @@ Checking test 128 hafs_regional_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 333.679520 - 0: The maximum resident set size (KB) = 427768 + 0: The total amount of wall time = 332.144443 + 0: The maximum resident set size (KB) = 427780 -Test 128 hafs_regional_1nest_atm_intel PASS +Test 129 hafs_regional_1nest_atm_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_1nest_atm_qr_intel -Checking test 129 hafs_regional_1nest_atm_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_1nest_atm_qr_intel +Checking test 130 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4189,15 +4205,15 @@ Checking test 129 hafs_regional_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 379.036696 - 0: The maximum resident set size (KB) = 300648 + 0: The total amount of wall time = 361.804677 + 0: The maximum resident set size (KB) = 301036 -Test 129 hafs_regional_1nest_atm_qr_intel PASS +Test 130 hafs_regional_1nest_atm_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_telescopic_2nests_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_telescopic_2nests_atm_intel -Checking test 130 hafs_regional_telescopic_2nests_atm_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_telescopic_2nests_atm_intel +Checking test 131 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4205,15 +4221,15 @@ Checking test 130 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 379.552460 - 0: The maximum resident set size (KB) = 439020 + 0: The total amount of wall time = 378.932126 + 0: The maximum resident set size (KB) = 438428 -Test 130 hafs_regional_telescopic_2nests_atm_intel PASS +Test 131 hafs_regional_telescopic_2nests_atm_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_global_1nest_atm_intel -Checking test 131 hafs_global_1nest_atm_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_global_1nest_atm_intel +Checking test 132 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4259,15 +4275,15 @@ Checking test 131 hafs_global_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 153.788787 - 0: The maximum resident set size (KB) = 233320 + 0: The total amount of wall time = 151.615699 + 0: The maximum resident set size (KB) = 232888 -Test 131 hafs_global_1nest_atm_intel PASS +Test 132 hafs_global_1nest_atm_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_global_1nest_atm_qr_intel -Checking test 132 hafs_global_1nest_atm_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_global_1nest_atm_qr_intel +Checking test 133 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4313,15 +4329,15 @@ Checking test 132 hafs_global_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 219.913849 - 0: The maximum resident set size (KB) = 214684 + 0: The total amount of wall time = 187.720110 + 0: The maximum resident set size (KB) = 214580 -Test 132 hafs_global_1nest_atm_qr_intel PASS +Test 133 hafs_global_1nest_atm_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_global_multiple_4nests_atm_intel -Checking test 133 hafs_global_multiple_4nests_atm_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_global_multiple_4nests_atm_intel +Checking test 134 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4402,15 +4418,15 @@ Checking test 133 hafs_global_multiple_4nests_atm_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 432.473706 - 0: The maximum resident set size (KB) = 257680 + 0: The total amount of wall time = 427.519560 + 0: The maximum resident set size (KB) = 258380 -Test 133 hafs_global_multiple_4nests_atm_intel PASS +Test 134 hafs_global_multiple_4nests_atm_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_global_multiple_4nests_atm_qr_intel -Checking test 134 hafs_global_multiple_4nests_atm_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_global_multiple_4nests_atm_qr_intel +Checking test 135 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4491,15 +4507,15 @@ Checking test 134 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 578.421885 - 0: The maximum resident set size (KB) = 258684 + 0: The total amount of wall time = 547.789732 + 0: The maximum resident set size (KB) = 259000 -Test 134 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 135 hafs_global_multiple_4nests_atm_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_specified_moving_1nest_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_specified_moving_1nest_atm_intel -Checking test 135 hafs_regional_specified_moving_1nest_atm_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_specified_moving_1nest_atm_intel +Checking test 136 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4507,15 +4523,15 @@ Checking test 135 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 214.503711 - 0: The maximum resident set size (KB) = 447700 + 0: The total amount of wall time = 213.281029 + 0: The maximum resident set size (KB) = 447944 -Test 135 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 136 hafs_regional_specified_moving_1nest_atm_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_storm_following_1nest_atm_intel -Checking test 136 hafs_regional_storm_following_1nest_atm_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_storm_following_1nest_atm_intel +Checking test 137 hafs_regional_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4536,15 +4552,15 @@ Checking test 136 hafs_regional_storm_following_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 198.508525 - 0: The maximum resident set size (KB) = 445704 + 0: The total amount of wall time = 198.664241 + 0: The maximum resident set size (KB) = 445664 -Test 136 hafs_regional_storm_following_1nest_atm_intel PASS +Test 137 hafs_regional_storm_following_1nest_atm_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 137 hafs_regional_storm_following_1nest_atm_qr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_storm_following_1nest_atm_qr_intel +Checking test 138 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4565,15 +4581,15 @@ Checking test 137 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 254.772313 - 0: The maximum resident set size (KB) = 332368 + 0: The total amount of wall time = 243.175316 + 0: The maximum resident set size (KB) = 331940 -Test 137 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 138 hafs_regional_storm_following_1nest_atm_qr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 139 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4581,43 +4597,43 @@ Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 253.493776 - 0: The maximum resident set size (KB) = 464796 + 0: The total amount of wall time = 246.996897 + 0: The maximum resident set size (KB) = 474132 -Test 138 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 139 hafs_regional_storm_following_1nest_atm_ocn_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_global_storm_following_1nest_atm_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_global_storm_following_1nest_atm_intel -Checking test 139 hafs_global_storm_following_1nest_atm_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_global_storm_following_1nest_atm_intel +Checking test 140 hafs_global_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 61.313077 - 0: The maximum resident set size (KB) = 253404 + 0: The total amount of wall time = 58.518880 + 0: The maximum resident set size (KB) = 253804 -Test 139 hafs_global_storm_following_1nest_atm_intel PASS +Test 140 hafs_global_storm_following_1nest_atm_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 140 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 762.472148 - 0: The maximum resident set size (KB) = 494856 + 0: The total amount of wall time = 754.784253 + 0: The maximum resident set size (KB) = 494512 -Test 140 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 141 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 142 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4627,162 +4643,162 @@ Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 640.489354 - 0: The maximum resident set size (KB) = 524900 + 0: The total amount of wall time = 637.833448 + 0: The maximum resident set size (KB) = 526836 -Test 141 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 142 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_docn_intel -Checking test 142 hafs_regional_docn_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_docn_intel +Checking test 143 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 358.799154 - 0: The maximum resident set size (KB) = 908064 + 0: The total amount of wall time = 351.970596 + 0: The maximum resident set size (KB) = 902828 -Test 142 hafs_regional_docn_intel PASS +Test 143 hafs_regional_docn_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_oisst_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_docn_oisst_intel -Checking test 143 hafs_regional_docn_oisst_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_docn_oisst_intel +Checking test 144 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 360.224960 - 0: The maximum resident set size (KB) = 889252 + 0: The total amount of wall time = 359.974039 + 0: The maximum resident set size (KB) = 885300 -Test 143 hafs_regional_docn_oisst_intel PASS +Test 144 hafs_regional_docn_oisst_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_datm_cdeps_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/hafs_regional_datm_cdeps_intel -Checking test 144 hafs_regional_datm_cdeps_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/hafs_regional_datm_cdeps_intel +Checking test 145 hafs_regional_datm_cdeps_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 1186.813899 - 0: The maximum resident set size (KB) = 801016 + 0: The total amount of wall time = 1173.441867 + 0: The maximum resident set size (KB) = 848584 -Test 144 hafs_regional_datm_cdeps_intel PASS +Test 145 hafs_regional_datm_cdeps_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_control_cfsr_intel -Checking test 145 datm_cdeps_control_cfsr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_control_cfsr_intel +Checking test 146 datm_cdeps_control_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 167.514473 - 0: The maximum resident set size (KB) = 731596 + 0: The total amount of wall time = 165.770805 + 0: The maximum resident set size (KB) = 731372 -Test 145 datm_cdeps_control_cfsr_intel PASS +Test 146 datm_cdeps_control_cfsr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_restart_cfsr_intel -Checking test 146 datm_cdeps_restart_cfsr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_restart_cfsr_intel +Checking test 147 datm_cdeps_restart_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 98.884166 - 0: The maximum resident set size (KB) = 708344 + 0: The total amount of wall time = 96.791814 + 0: The maximum resident set size (KB) = 719900 -Test 146 datm_cdeps_restart_cfsr_intel PASS +Test 147 datm_cdeps_restart_cfsr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_gefs_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_control_gefs_intel -Checking test 147 datm_cdeps_control_gefs_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_control_gefs_intel +Checking test 148 datm_cdeps_control_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 158.494403 - 0: The maximum resident set size (KB) = 613500 + 0: The total amount of wall time = 157.724921 + 0: The maximum resident set size (KB) = 613668 -Test 147 datm_cdeps_control_gefs_intel PASS +Test 148 datm_cdeps_control_gefs_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_iau_gefs_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_iau_gefs_intel -Checking test 148 datm_cdeps_iau_gefs_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_iau_gefs_intel +Checking test 149 datm_cdeps_iau_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.835451 - 0: The maximum resident set size (KB) = 613484 + 0: The total amount of wall time = 159.715849 + 0: The maximum resident set size (KB) = 613900 -Test 148 datm_cdeps_iau_gefs_intel PASS +Test 149 datm_cdeps_iau_gefs_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_stochy_gefs_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_stochy_gefs_intel -Checking test 149 datm_cdeps_stochy_gefs_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_stochy_gefs_intel +Checking test 150 datm_cdeps_stochy_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 157.805705 - 0: The maximum resident set size (KB) = 611304 + 0: The total amount of wall time = 157.994050 + 0: The maximum resident set size (KB) = 613908 -Test 149 datm_cdeps_stochy_gefs_intel PASS +Test 150 datm_cdeps_stochy_gefs_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_ciceC_cfsr_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_ciceC_cfsr_intel -Checking test 150 datm_cdeps_ciceC_cfsr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_ciceC_cfsr_intel +Checking test 151 datm_cdeps_ciceC_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 163.331001 - 0: The maximum resident set size (KB) = 731224 + 0: The total amount of wall time = 162.941792 + 0: The maximum resident set size (KB) = 731264 -Test 150 datm_cdeps_ciceC_cfsr_intel PASS +Test 151 datm_cdeps_ciceC_cfsr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_cfsr_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_bulk_cfsr_intel -Checking test 151 datm_cdeps_bulk_cfsr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_bulk_cfsr_intel +Checking test 152 datm_cdeps_bulk_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 163.149793 - 0: The maximum resident set size (KB) = 731484 + 0: The total amount of wall time = 162.542785 + 0: The maximum resident set size (KB) = 731432 -Test 151 datm_cdeps_bulk_cfsr_intel PASS +Test 152 datm_cdeps_bulk_cfsr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_gefs_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_bulk_gefs_intel -Checking test 152 datm_cdeps_bulk_gefs_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_bulk_gefs_intel +Checking test 153 datm_cdeps_bulk_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.182369 - 0: The maximum resident set size (KB) = 613828 + 0: The total amount of wall time = 154.461508 + 0: The maximum resident set size (KB) = 613496 -Test 152 datm_cdeps_bulk_gefs_intel PASS +Test 153 datm_cdeps_bulk_gefs_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_cfsr_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_mx025_cfsr_intel -Checking test 153 datm_cdeps_mx025_cfsr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_mx025_cfsr_intel +Checking test 154 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4790,15 +4806,15 @@ Checking test 153 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 393.325093 - 0: The maximum resident set size (KB) = 514952 + 0: The total amount of wall time = 384.924657 + 0: The maximum resident set size (KB) = 515140 -Test 153 datm_cdeps_mx025_cfsr_intel PASS +Test 154 datm_cdeps_mx025_cfsr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_gefs_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_mx025_gefs_intel -Checking test 154 datm_cdeps_mx025_gefs_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_mx025_gefs_intel +Checking test 155 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4806,78 +4822,78 @@ Checking test 154 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 402.328081 - 0: The maximum resident set size (KB) = 499208 + 0: The total amount of wall time = 378.118664 + 0: The maximum resident set size (KB) = 497240 -Test 154 datm_cdeps_mx025_gefs_intel PASS +Test 155 datm_cdeps_mx025_gefs_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_multiple_files_cfsr_intel -Checking test 155 datm_cdeps_multiple_files_cfsr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_multiple_files_cfsr_intel +Checking test 156 datm_cdeps_multiple_files_cfsr_intel results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 164.401303 - 0: The maximum resident set size (KB) = 731428 + 0: The total amount of wall time = 164.708087 + 0: The maximum resident set size (KB) = 731276 -Test 155 datm_cdeps_multiple_files_cfsr_intel PASS +Test 156 datm_cdeps_multiple_files_cfsr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_3072x1536_cfsr_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_3072x1536_cfsr_intel -Checking test 156 datm_cdeps_3072x1536_cfsr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_3072x1536_cfsr_intel +Checking test 157 datm_cdeps_3072x1536_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 268.833229 - 0: The maximum resident set size (KB) = 1962720 + 0: The total amount of wall time = 267.718388 + 0: The maximum resident set size (KB) = 1961392 -Test 156 datm_cdeps_3072x1536_cfsr_intel PASS +Test 157 datm_cdeps_3072x1536_cfsr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_gfs_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_gfs_intel -Checking test 157 datm_cdeps_gfs_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_gfs_intel +Checking test 158 datm_cdeps_gfs_intel results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 265.913900 - 0: The maximum resident set size (KB) = 1963756 + 0: The total amount of wall time = 262.495741 + 0: The maximum resident set size (KB) = 1975216 -Test 157 datm_cdeps_gfs_intel PASS +Test 158 datm_cdeps_gfs_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_debug_cfsr_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_debug_cfsr_intel -Checking test 158 datm_cdeps_debug_cfsr_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_debug_cfsr_intel +Checking test 159 datm_cdeps_debug_cfsr_intel results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 368.563078 - 0: The maximum resident set size (KB) = 720520 + 0: The total amount of wall time = 368.265972 + 0: The maximum resident set size (KB) = 720368 -Test 158 datm_cdeps_debug_cfsr_intel PASS +Test 159 datm_cdeps_debug_cfsr_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_faster_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_control_cfsr_faster_intel -Checking test 159 datm_cdeps_control_cfsr_faster_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_control_cfsr_faster_intel +Checking test 160 datm_cdeps_control_cfsr_faster_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 162.342616 - 0: The maximum resident set size (KB) = 731432 + 0: The total amount of wall time = 162.302700 + 0: The maximum resident set size (KB) = 719928 -Test 159 datm_cdeps_control_cfsr_faster_intel PASS +Test 160 datm_cdeps_control_cfsr_faster_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_lnd_gswp3_intel -Checking test 160 datm_cdeps_lnd_gswp3_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_lnd_gswp3_intel +Checking test 161 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4885,15 +4901,15 @@ Checking test 160 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.761507 - 0: The maximum resident set size (KB) = 118132 + 0: The total amount of wall time = 6.965086 + 0: The maximum resident set size (KB) = 118152 -Test 160 datm_cdeps_lnd_gswp3_intel PASS +Test 161 datm_cdeps_lnd_gswp3_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/datm_cdeps_lnd_gswp3_rst_intel -Checking test 161 datm_cdeps_lnd_gswp3_rst_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/datm_cdeps_lnd_gswp3_rst_intel +Checking test 162 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4901,15 +4917,15 @@ Checking test 161 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.460891 - 0: The maximum resident set size (KB) = 116076 + 0: The total amount of wall time = 11.601682 + 0: The maximum resident set size (KB) = 116140 -Test 161 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 162 datm_cdeps_lnd_gswp3_rst_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_atmlnd_sbs_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_p8_atmlnd_sbs_intel -Checking test 162 control_p8_atmlnd_sbs_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_p8_atmlnd_sbs_intel +Checking test 163 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4993,15 +5009,15 @@ Checking test 162 control_p8_atmlnd_sbs_intel results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 221.014961 - 0: The maximum resident set size (KB) = 1454908 + 0: The total amount of wall time = 214.261947 + 0: The maximum resident set size (KB) = 1455112 -Test 162 control_p8_atmlnd_sbs_intel PASS +Test 163 control_p8_atmlnd_sbs_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/atmwav_control_noaero_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/atmwav_control_noaero_p8_intel -Checking test 163 atmwav_control_noaero_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/atmwav_control_noaero_p8_intel +Checking test 164 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5043,15 +5059,15 @@ Checking test 163 atmwav_control_noaero_p8_intel results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 97.021675 - 0: The maximum resident set size (KB) = 1437484 + 0: The total amount of wall time = 93.055376 + 0: The maximum resident set size (KB) = 1438252 -Test 163 atmwav_control_noaero_p8_intel PASS +Test 164 atmwav_control_noaero_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/control_atmwav_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/control_atmwav_intel -Checking test 164 control_atmwav_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/control_atmwav_intel +Checking test 165 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5094,15 +5110,15 @@ Checking test 164 control_atmwav_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 91.157213 - 0: The maximum resident set size (KB) = 463872 + 0: The total amount of wall time = 89.341908 + 0: The maximum resident set size (KB) = 463784 -Test 164 control_atmwav_intel PASS +Test 165 control_atmwav_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/atmaero_control_p8_intel -Checking test 165 atmaero_control_p8_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/atmaero_control_p8_intel +Checking test 166 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5145,15 +5161,15 @@ Checking test 165 atmaero_control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 238.913984 - 0: The maximum resident set size (KB) = 1482020 + 0: The total amount of wall time = 238.895117 + 0: The maximum resident set size (KB) = 1482604 -Test 165 atmaero_control_p8_intel PASS +Test 166 atmaero_control_p8_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/atmaero_control_p8_rad_intel -Checking test 166 atmaero_control_p8_rad_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/atmaero_control_p8_rad_intel +Checking test 167 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5196,15 +5212,15 @@ Checking test 166 atmaero_control_p8_rad_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 292.765932 - 0: The maximum resident set size (KB) = 1523276 + 0: The total amount of wall time = 290.889047 + 0: The maximum resident set size (KB) = 1523556 -Test 166 atmaero_control_p8_rad_intel PASS +Test 167 atmaero_control_p8_rad_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_micro_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/atmaero_control_p8_rad_micro_intel -Checking test 167 atmaero_control_p8_rad_micro_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/atmaero_control_p8_rad_micro_intel +Checking test 168 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5247,15 +5263,15 @@ Checking test 167 atmaero_control_p8_rad_micro_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 297.756466 - 0: The maximum resident set size (KB) = 1531564 + 0: The total amount of wall time = 292.729702 + 0: The maximum resident set size (KB) = 1531488 -Test 167 atmaero_control_p8_rad_micro_intel PASS +Test 168 atmaero_control_p8_rad_micro_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_atmaq_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_atmaq_intel -Checking test 168 regional_atmaq_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_atmaq_intel +Checking test 169 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5270,15 +5286,15 @@ Checking test 168 regional_atmaq_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 643.094804 - 0: The maximum resident set size (KB) = 5045092 + 0: The total amount of wall time = 641.637862 + 0: The maximum resident set size (KB) = 5047408 -Test 168 regional_atmaq_intel PASS +Test 169 regional_atmaq_intel PASS baseline dir = /lustre/f2/pdata/ncep/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_atmaq_faster_intel -working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_21753/regional_atmaq_faster_intel -Checking test 169 regional_atmaq_faster_intel results .... +working dir = /lustre/f2/scratch/Fernando.Andrade-maldonado/FV3_RT/rt_41525/regional_atmaq_faster_intel +Checking test 170 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5293,12 +5309,12 @@ Checking test 169 regional_atmaq_faster_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 640.496933 - 0: The maximum resident set size (KB) = 5040904 + 0: The total amount of wall time = 566.625945 + 0: The maximum resident set size (KB) = 5072808 -Test 169 regional_atmaq_faster_intel PASS +Test 170 regional_atmaq_faster_intel PASS REGRESSION TEST WAS SUCCESSFUL -Sun 08 Oct 2023 01:18:48 PM EDT -Elapsed time: 01h:29m:53s. Have a nice day! +Thu 12 Oct 2023 03:38:27 AM EDT +Elapsed time: 01h:18m:45s. Have a nice day! diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index d6503c6b4f..b8d2d2b7b3 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,74 +1,74 @@ -Sun Oct 8 15:39:36 UTC 2023 +Thu Oct 12 12:48:36 UTC 2023 Start Regression test -Testing UFSWM Hash: 46507d6cd2582f6314d0ac115858736a094f6649 +Testing UFSWM Hash: cdcc3c9009e8efa09c6ec75ae672043f28381f2d Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 50aa2c97882fbc9d4918813a22169fe97b424564 CICE-interface/CICE (CICE6.0.0-444-g50aa2c9) a5dea5f178fc98a4ab39c58aa43c37da6ad25d08 CMEPS-interface/CMEPS (cmeps_v0.4.1-1405-ga5dea5f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3ed8f7a5ebaa753283d82d9874b6b85d2e99c362 FV3 (remotes/origin/feature/mean2inst) + a13a239a746cb95c74bbe5841f300cb75f8b80d9 FV3 (heads/develop) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 02d4dc455bb517b4c641c919dc6b9dc829e1e0d4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9803-g02d4dc455) 569e354ababbde7a7cd68647533769a5c966468d NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 97e6a63ebf9a9030fcdae6ad5cf85a0bc91fa37f WW3 (6.07.1-342-g97e6a63e) 62b89146be1250f354cd50a14096c0c25f2f3952 stochastic_physics (ufs-v2.0.0-191-g62b8914) -Compile atmaero_intel elapsed time 542 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 208 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_faster_intel elapsed time 557 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 531 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 254 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_debug_gnu elapsed time 183 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 578 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_dyn32_phy32_debug_gnu elapsed time 182 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_debug_gnu elapsed time 179 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_gnu elapsed time 268 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 541 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_gnu elapsed time 196 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaero_intel elapsed time 596 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 215 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 593 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 578 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 252 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_debug_gnu elapsed time 271 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 597 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_dyn32_phy32_debug_gnu elapsed time 255 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_debug_gnu elapsed time 266 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_gnu elapsed time 324 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 543 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_gnu elapsed time 231 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile atml_intel elapsed time 555 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmw_intel elapsed time 549 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 551 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 532 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile datm_cdeps_debug_intel elapsed time 116 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 193 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_gnu elapsed time 117 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 188 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 66 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 571 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_debug_intel elapsed time 206 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile hafsw_faster_intel elapsed time 599 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_intel elapsed time 588 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_debug_intel elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 645 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_gnu elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 508 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn64_phy32_debug_intel elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmw_intel elapsed time 579 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 596 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 518 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile datm_cdeps_debug_intel elapsed time 107 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 190 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_gnu elapsed time 112 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 189 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 54 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 575 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_debug_intel elapsed time 198 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile hafsw_faster_intel elapsed time 600 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_intel elapsed time 602 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_debug_intel elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn32_phy32_faster_intel elapsed time 644 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_gnu elapsed time 281 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_intel elapsed time 512 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn64_phy32_debug_intel elapsed time 182 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug Compile rrfs_dyn64_phy32_intel elapsed time 521 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_gnu elapsed time 197 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 553 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 582 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_gnu elapsed time 228 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 594 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 655 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_debug_gnu elapsed time 147 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2swa_debug_intel elapsed time 261 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2swa_faster_intel elapsed time 970 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_gnu elapsed time 260 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 662 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 219 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 620 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_pdlib_debug_gnu elapsed time 123 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_pdlib_debug_intel elapsed time 219 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_pdlib_gnu elapsed time 242 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_pdlib_intel elapsed time 897 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_gnu elapsed time 98 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile wam_debug_intel elapsed time 174 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile wam_intel elapsed time 499 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_gnu elapsed time 268 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 545 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 585 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_gnu elapsed time 289 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 585 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 645 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_debug_gnu elapsed time 129 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_debug_intel elapsed time 232 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_faster_intel elapsed time 963 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_gnu elapsed time 333 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 669 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 225 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 622 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_pdlib_debug_gnu elapsed time 119 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_pdlib_debug_intel elapsed time 230 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_pdlib_gnu elapsed time 236 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_pdlib_intel elapsed time 899 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_gnu elapsed time 96 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile wam_debug_intel elapsed time 175 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile wam_intel elapsed time 510 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_mixedmode_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_p8_mixedmode_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -133,14 +133,14 @@ Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 315.977523 - 0: The maximum resident set size (KB) = 3151368 + 0: The total amount of wall time = 319.885605 + 0: The maximum resident set size (KB) = 3089060 Test 001 cpld_control_p8_mixedmode_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_gfsv17_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -204,15 +204,31 @@ Checking test 002 cpld_control_gfsv17_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 222.586161 - 0: The maximum resident set size (KB) = 1684500 + 0: The total amount of wall time = 227.655725 + 0: The maximum resident set size (KB) = 1687608 Test 002 cpld_control_gfsv17_intel PASS +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_iau_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_gfsv17_iau_intel +Checking test 003 cpld_control_gfsv17_iau_intel results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing 20210323.000000.out_pnt.ww3 .........OK + Comparing 20210323.000000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 144.077151 + 0: The maximum resident set size (KB) = 1102172 + +Test 003 cpld_control_gfsv17_iau_intel PASS + + baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_p8_intel -Checking test 003 cpld_control_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_p8_intel +Checking test 004 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -276,15 +292,15 @@ Checking test 003 cpld_control_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 343.762638 - 0: The maximum resident set size (KB) = 3158692 + 0: The total amount of wall time = 343.513979 + 0: The maximum resident set size (KB) = 3135700 -Test 003 cpld_control_p8_intel PASS +Test 004 cpld_control_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_restart_p8_intel -Checking test 004 cpld_restart_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_restart_p8_intel +Checking test 005 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -336,15 +352,15 @@ Checking test 004 cpld_restart_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 206.815640 - 0: The maximum resident set size (KB) = 3204292 + 0: The total amount of wall time = 194.810909 + 0: The maximum resident set size (KB) = 3230448 -Test 004 cpld_restart_p8_intel PASS +Test 005 cpld_restart_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_qr_p8_intel -Checking test 005 cpld_control_qr_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_qr_p8_intel +Checking test 006 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -408,15 +424,15 @@ Checking test 005 cpld_control_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 344.890354 - 0: The maximum resident set size (KB) = 3184400 + 0: The total amount of wall time = 347.533828 + 0: The maximum resident set size (KB) = 3201500 -Test 005 cpld_control_qr_p8_intel PASS +Test 006 cpld_control_qr_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_restart_qr_p8_intel -Checking test 006 cpld_restart_qr_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_restart_qr_p8_intel +Checking test 007 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -468,15 +484,15 @@ Checking test 006 cpld_restart_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 202.159148 - 0: The maximum resident set size (KB) = 3090684 + 0: The total amount of wall time = 205.378891 + 0: The maximum resident set size (KB) = 3064392 -Test 006 cpld_restart_qr_p8_intel PASS +Test 007 cpld_restart_qr_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_2threads_p8_intel -Checking test 007 cpld_2threads_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_2threads_p8_intel +Checking test 008 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -528,15 +544,15 @@ Checking test 007 cpld_2threads_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 327.352349 - 0: The maximum resident set size (KB) = 3537832 + 0: The total amount of wall time = 323.920670 + 0: The maximum resident set size (KB) = 3525572 -Test 007 cpld_2threads_p8_intel PASS +Test 008 cpld_2threads_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_decomp_p8_intel -Checking test 008 cpld_decomp_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_decomp_p8_intel +Checking test 009 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -588,15 +604,15 @@ Checking test 008 cpld_decomp_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 342.885003 - 0: The maximum resident set size (KB) = 3154580 + 0: The total amount of wall time = 348.082204 + 0: The maximum resident set size (KB) = 3146244 -Test 008 cpld_decomp_p8_intel PASS +Test 009 cpld_decomp_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_mpi_p8_intel -Checking test 009 cpld_mpi_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_mpi_p8_intel +Checking test 010 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -648,15 +664,15 @@ Checking test 009 cpld_mpi_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 285.506416 - 0: The maximum resident set size (KB) = 3044632 + 0: The total amount of wall time = 296.914873 + 0: The maximum resident set size (KB) = 3028128 -Test 009 cpld_mpi_p8_intel PASS +Test 010 cpld_mpi_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_ciceC_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_ciceC_p8_intel -Checking test 010 cpld_control_ciceC_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_ciceC_p8_intel +Checking test 011 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -720,15 +736,15 @@ Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 346.825384 - 0: The maximum resident set size (KB) = 3189604 + 0: The total amount of wall time = 347.627325 + 0: The maximum resident set size (KB) = 3201708 -Test 010 cpld_control_ciceC_p8_intel PASS +Test 011 cpld_control_ciceC_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_c192_p8_intel -Checking test 011 cpld_control_c192_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_c192_p8_intel +Checking test 012 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK Comparing sfcf030.tile3.nc .........OK @@ -780,15 +796,15 @@ Checking test 011 cpld_control_c192_p8_intel results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 587.321151 - 0: The maximum resident set size (KB) = 3318852 + 0: The total amount of wall time = 588.945960 + 0: The maximum resident set size (KB) = 3313256 -Test 011 cpld_control_c192_p8_intel PASS +Test 012 cpld_control_c192_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_restart_c192_p8_intel -Checking test 012 cpld_restart_c192_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_restart_c192_p8_intel +Checking test 013 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK Comparing sfcf030.tile3.nc .........OK @@ -840,15 +856,15 @@ Checking test 012 cpld_restart_c192_p8_intel results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 371.396223 - 0: The maximum resident set size (KB) = 3608080 + 0: The total amount of wall time = 370.115799 + 0: The maximum resident set size (KB) = 3611796 -Test 012 cpld_restart_c192_p8_intel PASS +Test 013 cpld_restart_c192_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_bmark_p8_intel -Checking test 013 cpld_bmark_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_bmark_p8_intel +Checking test 014 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -895,15 +911,15 @@ Checking test 013 cpld_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 635.352068 - 0: The maximum resident set size (KB) = 4095908 + 0: The total amount of wall time = 641.195803 + 0: The maximum resident set size (KB) = 4088968 -Test 013 cpld_bmark_p8_intel PASS +Test 014 cpld_bmark_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_restart_bmark_p8_intel -Checking test 014 cpld_restart_bmark_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_restart_bmark_p8_intel +Checking test 015 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -950,15 +966,15 @@ Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 574.659724 - 0: The maximum resident set size (KB) = 4314640 + 0: The total amount of wall time = 447.436088 + 0: The maximum resident set size (KB) = 4306184 -Test 014 cpld_restart_bmark_p8_intel PASS +Test 015 cpld_restart_bmark_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_noaero_p8_intel -Checking test 015 cpld_control_noaero_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_noaero_p8_intel +Checking test 016 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1021,15 +1037,15 @@ Checking test 015 cpld_control_noaero_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 265.980352 - 0: The maximum resident set size (KB) = 1722732 + 0: The total amount of wall time = 270.891248 + 0: The maximum resident set size (KB) = 1718944 -Test 015 cpld_control_noaero_p8_intel PASS +Test 016 cpld_control_noaero_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_nowave_noaero_p8_intel -Checking test 016 cpld_control_nowave_noaero_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_nowave_noaero_p8_intel +Checking test 017 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1090,15 +1106,15 @@ Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 269.459571 - 0: The maximum resident set size (KB) = 1757248 + 0: The total amount of wall time = 264.677122 + 0: The maximum resident set size (KB) = 1768228 -Test 016 cpld_control_nowave_noaero_p8_intel PASS +Test 017 cpld_control_nowave_noaero_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_debug_p8_intel -Checking test 017 cpld_debug_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_debug_p8_intel +Checking test 018 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1150,15 +1166,15 @@ Checking test 017 cpld_debug_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 544.071051 - 0: The maximum resident set size (KB) = 3219304 + 0: The total amount of wall time = 520.639864 + 0: The maximum resident set size (KB) = 3159344 -Test 017 cpld_debug_p8_intel PASS +Test 018 cpld_debug_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_debug_noaero_p8_intel -Checking test 018 cpld_debug_noaero_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_debug_noaero_p8_intel +Checking test 019 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1209,15 +1225,15 @@ Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 360.658185 - 0: The maximum resident set size (KB) = 1736940 + 0: The total amount of wall time = 357.835178 + 0: The maximum resident set size (KB) = 1727792 -Test 018 cpld_debug_noaero_p8_intel PASS +Test 019 cpld_debug_noaero_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_agrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_noaero_p8_agrid_intel -Checking test 019 cpld_control_noaero_p8_agrid_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_noaero_p8_agrid_intel +Checking test 020 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1278,15 +1294,15 @@ Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 270.169434 - 0: The maximum resident set size (KB) = 1714196 + 0: The total amount of wall time = 260.892199 + 0: The maximum resident set size (KB) = 1775980 -Test 019 cpld_control_noaero_p8_agrid_intel PASS +Test 020 cpld_control_noaero_p8_agrid_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_c48_intel -Checking test 020 cpld_control_c48_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_c48_intel +Checking test 021 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1335,15 +1351,15 @@ Checking test 020 cpld_control_c48_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 581.630413 - 0: The maximum resident set size (KB) = 2824568 + 0: The total amount of wall time = 589.226311 + 0: The maximum resident set size (KB) = 2811056 -Test 020 cpld_control_c48_intel PASS +Test 021 cpld_control_c48_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_p8_faster_intel -Checking test 021 cpld_control_p8_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_p8_faster_intel +Checking test 022 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1407,15 +1423,15 @@ Checking test 021 cpld_control_p8_faster_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 327.684249 - 0: The maximum resident set size (KB) = 3135272 + 0: The total amount of wall time = 331.423625 + 0: The maximum resident set size (KB) = 3175224 -Test 021 cpld_control_p8_faster_intel PASS +Test 022 cpld_control_p8_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_pdlib_p8_intel -Checking test 022 cpld_control_pdlib_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_pdlib_p8_intel +Checking test 023 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1478,15 +1494,15 @@ Checking test 022 cpld_control_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1201.661832 - 0: The maximum resident set size (KB) = 1759392 + 0: The total amount of wall time = 1198.062208 + 0: The maximum resident set size (KB) = 1749896 -Test 022 cpld_control_pdlib_p8_intel PASS +Test 023 cpld_control_pdlib_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_restart_pdlib_p8_intel -Checking test 023 cpld_restart_pdlib_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_restart_pdlib_p8_intel +Checking test 024 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1537,15 +1553,15 @@ Checking test 023 cpld_restart_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 563.868586 - 0: The maximum resident set size (KB) = 1108920 + 0: The total amount of wall time = 561.914515 + 0: The maximum resident set size (KB) = 1147716 -Test 023 cpld_restart_pdlib_p8_intel PASS +Test 024 cpld_restart_pdlib_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_mpi_pdlib_p8_intel -Checking test 024 cpld_mpi_pdlib_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_mpi_pdlib_p8_intel +Checking test 025 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1608,15 +1624,15 @@ Checking test 024 cpld_mpi_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1094.135950 - 0: The maximum resident set size (KB) = 1646136 + 0: The total amount of wall time = 1094.495571 + 0: The maximum resident set size (KB) = 1656692 -Test 024 cpld_mpi_pdlib_p8_intel PASS +Test 025 cpld_mpi_pdlib_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_debug_pdlib_p8_intel -Checking test 025 cpld_debug_pdlib_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_debug_pdlib_p8_intel +Checking test 026 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1667,15 +1683,15 @@ Checking test 025 cpld_debug_pdlib_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1368.404560 - 0: The maximum resident set size (KB) = 1677324 + 0: The total amount of wall time = 1374.864371 + 0: The maximum resident set size (KB) = 1695168 -Test 025 cpld_debug_pdlib_p8_intel PASS +Test 026 cpld_debug_pdlib_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_flake_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_flake_intel -Checking test 026 control_flake_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_flake_intel +Checking test 027 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1685,15 +1701,15 @@ Checking test 026 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 190.024815 - 0: The maximum resident set size (KB) = 661088 + 0: The total amount of wall time = 188.891106 + 0: The maximum resident set size (KB) = 683500 -Test 026 control_flake_intel PASS +Test 027 control_flake_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_CubedSphereGrid_intel -Checking test 027 control_CubedSphereGrid_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_CubedSphereGrid_intel +Checking test 028 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1719,15 +1735,15 @@ Checking test 027 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 133.176053 - 0: The maximum resident set size (KB) = 643008 + 0: The total amount of wall time = 131.910197 + 0: The maximum resident set size (KB) = 639656 -Test 027 control_CubedSphereGrid_intel PASS +Test 028 control_CubedSphereGrid_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_CubedSphereGrid_parallel_intel -Checking test 028 control_CubedSphereGrid_parallel_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_CubedSphereGrid_parallel_intel +Checking test 029 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1741,15 +1757,15 @@ Checking test 028 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 141.359689 - 0: The maximum resident set size (KB) = 640084 + 0: The total amount of wall time = 139.285508 + 0: The maximum resident set size (KB) = 647828 -Test 028 control_CubedSphereGrid_parallel_intel PASS +Test 029 control_CubedSphereGrid_parallel_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_latlon_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_latlon_intel -Checking test 029 control_latlon_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_latlon_intel +Checking test 030 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1759,15 +1775,15 @@ Checking test 029 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.709800 - 0: The maximum resident set size (KB) = 635756 + 0: The total amount of wall time = 133.852737 + 0: The maximum resident set size (KB) = 644360 -Test 029 control_latlon_intel PASS +Test 030 control_latlon_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_wrtGauss_netcdf_parallel_intel -Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_wrtGauss_netcdf_parallel_intel +Checking test 031 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1777,15 +1793,15 @@ Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.769291 - 0: The maximum resident set size (KB) = 639524 + 0: The total amount of wall time = 138.235621 + 0: The maximum resident set size (KB) = 637572 -Test 030 control_wrtGauss_netcdf_parallel_intel PASS +Test 031 control_wrtGauss_netcdf_parallel_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_c48_intel -Checking test 031 control_c48_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_c48_intel +Checking test 032 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1823,15 +1839,15 @@ Checking test 031 control_c48_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 369.088943 -0: The maximum resident set size (KB) = 833596 +0: The total amount of wall time = 371.624476 +0: The maximum resident set size (KB) = 824112 -Test 031 control_c48_intel PASS +Test 032 control_c48_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c192_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_c192_intel -Checking test 032 control_c192_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_c192_intel +Checking test 033 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1841,15 +1857,15 @@ Checking test 032 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 528.745606 - 0: The maximum resident set size (KB) = 784072 + 0: The total amount of wall time = 535.581684 + 0: The maximum resident set size (KB) = 759260 -Test 032 control_c192_intel PASS +Test 033 control_c192_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c384_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_c384_intel -Checking test 033 control_c384_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_c384_intel +Checking test 034 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1859,15 +1875,15 @@ Checking test 033 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 521.829429 - 0: The maximum resident set size (KB) = 1361456 + 0: The total amount of wall time = 526.894823 + 0: The maximum resident set size (KB) = 1390664 -Test 033 control_c384_intel PASS +Test 034 control_c384_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c384gdas_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_c384gdas_intel -Checking test 034 control_c384gdas_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_c384gdas_intel +Checking test 035 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1909,15 +1925,15 @@ Checking test 034 control_c384gdas_intel results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 457.995117 - 0: The maximum resident set size (KB) = 1478460 + 0: The total amount of wall time = 458.919116 + 0: The maximum resident set size (KB) = 1484432 -Test 034 control_c384gdas_intel PASS +Test 035 control_c384gdas_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_stochy_intel -Checking test 035 control_stochy_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_stochy_intel +Checking test 036 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1927,29 +1943,29 @@ Checking test 035 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 89.278607 - 0: The maximum resident set size (KB) = 640424 + 0: The total amount of wall time = 90.676529 + 0: The maximum resident set size (KB) = 646536 -Test 035 control_stochy_intel PASS +Test 036 control_stochy_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_stochy_restart_intel -Checking test 036 control_stochy_restart_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_stochy_restart_intel +Checking test 037 control_stochy_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 48.901221 - 0: The maximum resident set size (KB) = 555792 + 0: The total amount of wall time = 50.232111 + 0: The maximum resident set size (KB) = 564360 -Test 036 control_stochy_restart_intel PASS +Test 037 control_stochy_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_lndp_intel -Checking test 037 control_lndp_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_lndp_intel +Checking test 038 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1959,15 +1975,15 @@ Checking test 037 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.220717 - 0: The maximum resident set size (KB) = 638684 + 0: The total amount of wall time = 82.814537 + 0: The maximum resident set size (KB) = 644108 -Test 037 control_lndp_intel PASS +Test 038 control_lndp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_iovr4_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_iovr4_intel -Checking test 038 control_iovr4_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_iovr4_intel +Checking test 039 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1981,15 +1997,15 @@ Checking test 038 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.205282 - 0: The maximum resident set size (KB) = 634496 + 0: The total amount of wall time = 134.836694 + 0: The maximum resident set size (KB) = 636384 -Test 038 control_iovr4_intel PASS +Test 039 control_iovr4_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_iovr5_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_iovr5_intel -Checking test 039 control_iovr5_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_iovr5_intel +Checking test 040 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2003,15 +2019,15 @@ Checking test 039 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.737026 - 0: The maximum resident set size (KB) = 620568 + 0: The total amount of wall time = 137.124899 + 0: The maximum resident set size (KB) = 637660 -Test 039 control_iovr5_intel PASS +Test 040 control_iovr5_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_p8_intel -Checking test 040 control_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_p8_intel +Checking test 041 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2057,15 +2073,15 @@ Checking test 040 control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 173.522232 - 0: The maximum resident set size (KB) = 1571188 + 0: The total amount of wall time = 174.344746 + 0: The maximum resident set size (KB) = 1582044 -Test 040 control_p8_intel PASS +Test 041 control_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_restart_p8_intel -Checking test 041 control_restart_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_restart_p8_intel +Checking test 042 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2103,15 +2119,15 @@ Checking test 041 control_restart_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 88.968929 - 0: The maximum resident set size (KB) = 929588 + 0: The total amount of wall time = 90.058672 + 0: The maximum resident set size (KB) = 930044 -Test 041 control_restart_p8_intel PASS +Test 042 control_restart_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_qr_p8_intel -Checking test 042 control_qr_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_qr_p8_intel +Checking test 043 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2157,15 +2173,15 @@ Checking test 042 control_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 171.985307 - 0: The maximum resident set size (KB) = 1610548 + 0: The total amount of wall time = 174.038139 + 0: The maximum resident set size (KB) = 1603236 -Test 042 control_qr_p8_intel PASS +Test 043 control_qr_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_restart_qr_p8_intel -Checking test 043 control_restart_qr_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_restart_qr_p8_intel +Checking test 044 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2203,15 +2219,15 @@ Checking test 043 control_restart_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 91.810952 - 0: The maximum resident set size (KB) = 868876 + 0: The total amount of wall time = 91.590045 + 0: The maximum resident set size (KB) = 873384 -Test 043 control_restart_qr_p8_intel PASS +Test 044 control_restart_qr_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_decomp_p8_intel -Checking test 044 control_decomp_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_decomp_p8_intel +Checking test 045 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2253,15 +2269,15 @@ Checking test 044 control_decomp_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 180.280050 - 0: The maximum resident set size (KB) = 1593732 + 0: The total amount of wall time = 179.229325 + 0: The maximum resident set size (KB) = 1577048 -Test 044 control_decomp_p8_intel PASS +Test 045 control_decomp_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_2threads_p8_intel -Checking test 045 control_2threads_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_2threads_p8_intel +Checking test 046 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2303,15 +2319,15 @@ Checking test 045 control_2threads_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 159.120148 - 0: The maximum resident set size (KB) = 1690792 + 0: The total amount of wall time = 157.727879 + 0: The maximum resident set size (KB) = 1700092 -Test 045 control_2threads_p8_intel PASS +Test 046 control_2threads_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_p8_lndp_intel -Checking test 046 control_p8_lndp_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_p8_lndp_intel +Checking test 047 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2329,15 +2345,15 @@ Checking test 046 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 318.764864 - 0: The maximum resident set size (KB) = 1608368 + 0: The total amount of wall time = 312.809719 + 0: The maximum resident set size (KB) = 1613832 -Test 046 control_p8_lndp_intel PASS +Test 047 control_p8_lndp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_rrtmgp_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_p8_rrtmgp_intel -Checking test 047 control_p8_rrtmgp_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_p8_rrtmgp_intel +Checking test 048 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2383,15 +2399,15 @@ Checking test 047 control_p8_rrtmgp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 228.710972 - 0: The maximum resident set size (KB) = 1661104 + 0: The total amount of wall time = 229.828487 + 0: The maximum resident set size (KB) = 1667480 -Test 047 control_p8_rrtmgp_intel PASS +Test 048 control_p8_rrtmgp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_mynn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_p8_mynn_intel -Checking test 048 control_p8_mynn_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_p8_mynn_intel +Checking test 049 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2437,15 +2453,15 @@ Checking test 048 control_p8_mynn_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.430746 - 0: The maximum resident set size (KB) = 1594916 + 0: The total amount of wall time = 175.502243 + 0: The maximum resident set size (KB) = 1604368 -Test 048 control_p8_mynn_intel PASS +Test 049 control_p8_mynn_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/merra2_thompson_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/merra2_thompson_intel -Checking test 049 merra2_thompson_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/merra2_thompson_intel +Checking test 050 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2491,15 +2507,15 @@ Checking test 049 merra2_thompson_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 196.491241 - 0: The maximum resident set size (KB) = 1614912 + 0: The total amount of wall time = 197.300661 + 0: The maximum resident set size (KB) = 1608776 -Test 049 merra2_thompson_intel PASS +Test 050 merra2_thompson_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_control_intel -Checking test 050 regional_control_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_control_intel +Checking test 051 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2509,29 +2525,29 @@ Checking test 050 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.620707 - 0: The maximum resident set size (KB) = 1064768 + 0: The total amount of wall time = 294.821683 + 0: The maximum resident set size (KB) = 1095808 -Test 050 regional_control_intel PASS +Test 051 regional_control_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_restart_intel -Checking test 051 regional_restart_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_restart_intel +Checking test 052 regional_restart_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 152.007704 - 0: The maximum resident set size (KB) = 1069948 + 0: The total amount of wall time = 150.212360 + 0: The maximum resident set size (KB) = 1086912 -Test 051 regional_restart_intel PASS +Test 052 regional_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_control_qr_intel -Checking test 052 regional_control_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_control_qr_intel +Checking test 053 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2541,29 +2557,29 @@ Checking test 052 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 291.638408 - 0: The maximum resident set size (KB) = 1093900 + 0: The total amount of wall time = 292.455200 + 0: The maximum resident set size (KB) = 1100360 -Test 052 regional_control_qr_intel PASS +Test 053 regional_control_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_restart_qr_intel -Checking test 053 regional_restart_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_restart_qr_intel +Checking test 054 regional_restart_qr_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 152.143142 - 0: The maximum resident set size (KB) = 1086280 + 0: The total amount of wall time = 151.728137 + 0: The maximum resident set size (KB) = 1085012 -Test 053 regional_restart_qr_intel PASS +Test 054 regional_restart_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_decomp_intel -Checking test 054 regional_decomp_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_decomp_intel +Checking test 055 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2573,15 +2589,15 @@ Checking test 054 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 310.207411 - 0: The maximum resident set size (KB) = 1081404 + 0: The total amount of wall time = 311.090884 + 0: The maximum resident set size (KB) = 1082300 -Test 054 regional_decomp_intel PASS +Test 055 regional_decomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_2threads_intel -Checking test 055 regional_2threads_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_2threads_intel +Checking test 056 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2591,44 +2607,44 @@ Checking test 055 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 176.920534 - 0: The maximum resident set size (KB) = 1074996 + 0: The total amount of wall time = 177.804562 + 0: The maximum resident set size (KB) = 1079360 -Test 055 regional_2threads_intel PASS +Test 056 regional_2threads_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_noquilt_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_noquilt_intel -Checking test 056 regional_noquilt_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_noquilt_intel +Checking test 057 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 287.856080 - 0: The maximum resident set size (KB) = 1364968 + 0: The total amount of wall time = 291.533253 + 0: The maximum resident set size (KB) = 1332952 -Test 056 regional_noquilt_intel PASS +Test 057 regional_noquilt_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_netcdf_parallel_intel -Checking test 057 regional_netcdf_parallel_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_netcdf_parallel_intel +Checking test 058 regional_netcdf_parallel_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK - Comparing phyf000.nc ............ALT CHECK......OK + Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 289.148183 - 0: The maximum resident set size (KB) = 1094120 + 0: The total amount of wall time = 286.801010 + 0: The maximum resident set size (KB) = 1085016 -Test 057 regional_netcdf_parallel_intel PASS +Test 058 regional_netcdf_parallel_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_2dwrtdecomp_intel -Checking test 058 regional_2dwrtdecomp_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_2dwrtdecomp_intel +Checking test 059 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2638,15 +2654,15 @@ Checking test 058 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.758222 - 0: The maximum resident set size (KB) = 1095852 + 0: The total amount of wall time = 290.511771 + 0: The maximum resident set size (KB) = 1091676 -Test 058 regional_2dwrtdecomp_intel PASS +Test 059 regional_2dwrtdecomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/fv3_regional_wofs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_wofs_intel -Checking test 059 regional_wofs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_wofs_intel +Checking test 060 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2656,15 +2672,15 @@ Checking test 059 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 374.699751 - 0: The maximum resident set size (KB) = 890352 + 0: The total amount of wall time = 365.690656 + 0: The maximum resident set size (KB) = 917580 -Test 059 regional_wofs_intel PASS +Test 060 regional_wofs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_intel -Checking test 060 rap_control_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_intel +Checking test 061 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2710,15 +2726,15 @@ Checking test 060 rap_control_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 447.073891 - 0: The maximum resident set size (KB) = 1231244 + 0: The total amount of wall time = 448.492559 + 0: The maximum resident set size (KB) = 1220460 -Test 060 rap_control_intel PASS +Test 061 rap_control_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_spp_sppt_shum_skeb_intel -Checking test 061 regional_spp_sppt_shum_skeb_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_spp_sppt_shum_skeb_intel +Checking test 062 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2728,15 +2744,15 @@ Checking test 061 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 231.499288 - 0: The maximum resident set size (KB) = 1208904 + 0: The total amount of wall time = 230.493183 + 0: The maximum resident set size (KB) = 1204716 -Test 061 regional_spp_sppt_shum_skeb_intel PASS +Test 062 regional_spp_sppt_shum_skeb_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_decomp_intel -Checking test 062 rap_decomp_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_decomp_intel +Checking test 063 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2782,15 +2798,15 @@ Checking test 062 rap_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 467.642555 - 0: The maximum resident set size (KB) = 1163848 + 0: The total amount of wall time = 467.047080 + 0: The maximum resident set size (KB) = 1159868 -Test 062 rap_decomp_intel PASS +Test 063 rap_decomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_2threads_intel -Checking test 063 rap_2threads_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_2threads_intel +Checking test 064 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2836,15 +2852,15 @@ Checking test 063 rap_2threads_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 417.716690 - 0: The maximum resident set size (KB) = 1313372 + 0: The total amount of wall time = 416.385895 + 0: The maximum resident set size (KB) = 1310364 -Test 063 rap_2threads_intel PASS +Test 064 rap_2threads_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_restart_intel -Checking test 064 rap_restart_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_restart_intel +Checking test 065 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2882,15 +2898,15 @@ Checking test 064 rap_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 227.169066 - 0: The maximum resident set size (KB) = 1140224 + 0: The total amount of wall time = 229.202910 + 0: The maximum resident set size (KB) = 1143660 -Test 064 rap_restart_intel PASS +Test 065 rap_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_sfcdiff_intel -Checking test 065 rap_sfcdiff_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_sfcdiff_intel +Checking test 066 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2936,15 +2952,15 @@ Checking test 065 rap_sfcdiff_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 449.815030 - 0: The maximum resident set size (KB) = 1229396 + 0: The total amount of wall time = 452.454805 + 0: The maximum resident set size (KB) = 1237968 -Test 065 rap_sfcdiff_intel PASS +Test 066 rap_sfcdiff_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_sfcdiff_decomp_intel -Checking test 066 rap_sfcdiff_decomp_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_sfcdiff_decomp_intel +Checking test 067 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2990,15 +3006,15 @@ Checking test 066 rap_sfcdiff_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 470.459342 - 0: The maximum resident set size (KB) = 1152064 + 0: The total amount of wall time = 471.724211 + 0: The maximum resident set size (KB) = 1165156 -Test 066 rap_sfcdiff_decomp_intel PASS +Test 067 rap_sfcdiff_decomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_sfcdiff_restart_intel -Checking test 067 rap_sfcdiff_restart_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_sfcdiff_restart_intel +Checking test 068 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3036,15 +3052,15 @@ Checking test 067 rap_sfcdiff_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 334.778868 - 0: The maximum resident set size (KB) = 1166544 + 0: The total amount of wall time = 333.789868 + 0: The maximum resident set size (KB) = 1161636 -Test 067 rap_sfcdiff_restart_intel PASS +Test 068 rap_sfcdiff_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_intel -Checking test 068 hrrr_control_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_intel +Checking test 069 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3090,15 +3106,15 @@ Checking test 068 hrrr_control_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 227.271813 - 0: The maximum resident set size (KB) = 1155836 + 0: The total amount of wall time = 229.947500 + 0: The maximum resident set size (KB) = 1128048 -Test 068 hrrr_control_intel PASS +Test 069 hrrr_control_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_qr_intel -Checking test 069 hrrr_control_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_qr_intel +Checking test 070 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3144,15 +3160,15 @@ Checking test 069 hrrr_control_qr_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 226.292733 - 0: The maximum resident set size (KB) = 1031980 + 0: The total amount of wall time = 226.483215 + 0: The maximum resident set size (KB) = 1037492 -Test 069 hrrr_control_qr_intel PASS +Test 070 hrrr_control_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_decomp_intel -Checking test 070 hrrr_control_decomp_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_decomp_intel +Checking test 071 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3198,15 +3214,15 @@ Checking test 070 hrrr_control_decomp_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 234.980954 - 0: The maximum resident set size (KB) = 1068516 + 0: The total amount of wall time = 233.747747 + 0: The maximum resident set size (KB) = 1093892 -Test 070 hrrr_control_decomp_intel PASS +Test 071 hrrr_control_decomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_2threads_intel -Checking test 071 hrrr_control_2threads_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_2threads_intel +Checking test 072 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3252,43 +3268,43 @@ Checking test 071 hrrr_control_2threads_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 208.995879 - 0: The maximum resident set size (KB) = 1108496 + 0: The total amount of wall time = 207.448220 + 0: The maximum resident set size (KB) = 1126612 -Test 071 hrrr_control_2threads_intel PASS +Test 072 hrrr_control_2threads_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_restart_intel -Checking test 072 hrrr_control_restart_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_restart_intel +Checking test 073 hrrr_control_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 118.341058 - 0: The maximum resident set size (KB) = 1052552 + 0: The total amount of wall time = 119.200524 + 0: The maximum resident set size (KB) = 1047888 -Test 072 hrrr_control_restart_intel PASS +Test 073 hrrr_control_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_restart_qr_intel -Checking test 073 hrrr_control_restart_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_restart_qr_intel +Checking test 074 hrrr_control_restart_qr_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 120.850110 - 0: The maximum resident set size (KB) = 920180 + 0: The total amount of wall time = 121.679350 + 0: The maximum resident set size (KB) = 909044 -Test 073 hrrr_control_restart_qr_intel PASS +Test 074 hrrr_control_restart_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rrfs_v1beta_intel -Checking test 074 rrfs_v1beta_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rrfs_v1beta_intel +Checking test 075 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3334,15 +3350,15 @@ Checking test 074 rrfs_v1beta_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 443.311913 - 0: The maximum resident set size (KB) = 1210632 + 0: The total amount of wall time = 441.138674 + 0: The maximum resident set size (KB) = 1199400 -Test 074 rrfs_v1beta_intel PASS +Test 075 rrfs_v1beta_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rrfs_v1nssl_intel -Checking test 075 rrfs_v1nssl_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rrfs_v1nssl_intel +Checking test 076 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3356,15 +3372,15 @@ Checking test 075 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 524.172853 - 0: The maximum resident set size (KB) = 799232 + 0: The total amount of wall time = 520.034400 + 0: The maximum resident set size (KB) = 788404 -Test 075 rrfs_v1nssl_intel PASS +Test 076 rrfs_v1nssl_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_nohailnoccn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rrfs_v1nssl_nohailnoccn_intel -Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rrfs_v1nssl_nohailnoccn_intel +Checking test 077 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3378,15 +3394,15 @@ Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 512.385062 - 0: The maximum resident set size (KB) = 889232 + 0: The total amount of wall time = 507.423578 + 0: The maximum resident set size (KB) = 909856 -Test 076 rrfs_v1nssl_nohailnoccn_intel PASS +Test 077 rrfs_v1nssl_nohailnoccn_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmg_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_csawmg_intel -Checking test 077 control_csawmg_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_csawmg_intel +Checking test 078 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3396,15 +3412,15 @@ Checking test 077 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 340.658561 - 0: The maximum resident set size (KB) = 809572 + 0: The total amount of wall time = 340.867701 + 0: The maximum resident set size (KB) = 791688 -Test 077 control_csawmg_intel PASS +Test 078 control_csawmg_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmgt_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_csawmgt_intel -Checking test 078 control_csawmgt_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_csawmgt_intel +Checking test 079 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3414,15 +3430,15 @@ Checking test 078 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 341.605075 - 0: The maximum resident set size (KB) = 815380 + 0: The total amount of wall time = 335.440826 + 0: The maximum resident set size (KB) = 809340 -Test 078 control_csawmgt_intel PASS +Test 079 control_csawmgt_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_ras_intel -Checking test 079 control_ras_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_ras_intel +Checking test 080 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3432,27 +3448,27 @@ Checking test 079 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 189.498436 - 0: The maximum resident set size (KB) = 813016 + 0: The total amount of wall time = 186.761430 + 0: The maximum resident set size (KB) = 810560 -Test 079 control_ras_intel PASS +Test 080 control_ras_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wam_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_wam_intel -Checking test 080 control_wam_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_wam_intel +Checking test 081 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 112.870766 - 0: The maximum resident set size (KB) = 700436 + 0: The total amount of wall time = 115.121879 + 0: The maximum resident set size (KB) = 701908 -Test 080 control_wam_intel PASS +Test 081 control_wam_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_p8_faster_intel -Checking test 081 control_p8_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_p8_faster_intel +Checking test 082 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3498,15 +3514,15 @@ Checking test 081 control_p8_faster_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 158.787446 - 0: The maximum resident set size (KB) = 1597132 + 0: The total amount of wall time = 160.902351 + 0: The maximum resident set size (KB) = 1575352 -Test 081 control_p8_faster_intel PASS +Test 082 control_p8_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_control_faster_intel -Checking test 082 regional_control_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_control_faster_intel +Checking test 083 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3516,15 +3532,15 @@ Checking test 082 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 268.876687 - 0: The maximum resident set size (KB) = 1061628 + 0: The total amount of wall time = 269.852536 + 0: The maximum resident set size (KB) = 1092492 -Test 082 regional_control_faster_intel PASS +Test 083 regional_control_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_CubedSphereGrid_debug_intel -Checking test 083 control_CubedSphereGrid_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_CubedSphereGrid_debug_intel +Checking test 084 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3550,377 +3566,377 @@ Checking test 083 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 147.762189 - 0: The maximum resident set size (KB) = 796864 + 0: The total amount of wall time = 150.863824 + 0: The maximum resident set size (KB) = 793880 -Test 083 control_CubedSphereGrid_debug_intel PASS +Test 084 control_CubedSphereGrid_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 084 control_wrtGauss_netcdf_parallel_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 085 control_wrtGauss_netcdf_parallel_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 149.120967 - 0: The maximum resident set size (KB) = 772576 + 0: The total amount of wall time = 150.615498 + 0: The maximum resident set size (KB) = 769796 -Test 084 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 085 control_wrtGauss_netcdf_parallel_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_stochy_debug_intel -Checking test 085 control_stochy_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_stochy_debug_intel +Checking test 086 control_stochy_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 172.352998 - 0: The maximum resident set size (KB) = 803304 + 0: The total amount of wall time = 165.118005 + 0: The maximum resident set size (KB) = 807688 -Test 085 control_stochy_debug_intel PASS +Test 086 control_stochy_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_lndp_debug_intel -Checking test 086 control_lndp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_lndp_debug_intel +Checking test 087 control_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 151.179801 - 0: The maximum resident set size (KB) = 779076 + 0: The total amount of wall time = 148.176692 + 0: The maximum resident set size (KB) = 802292 -Test 086 control_lndp_debug_intel PASS +Test 087 control_lndp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmg_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_csawmg_debug_intel -Checking test 087 control_csawmg_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_csawmg_debug_intel +Checking test 088 control_csawmg_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 230.163580 - 0: The maximum resident set size (KB) = 844772 + 0: The total amount of wall time = 234.459668 + 0: The maximum resident set size (KB) = 840380 -Test 087 control_csawmg_debug_intel PASS +Test 088 control_csawmg_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmgt_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_csawmgt_debug_intel -Checking test 088 control_csawmgt_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_csawmgt_debug_intel +Checking test 089 control_csawmgt_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 229.425216 - 0: The maximum resident set size (KB) = 844764 + 0: The total amount of wall time = 225.341290 + 0: The maximum resident set size (KB) = 842716 -Test 088 control_csawmgt_debug_intel PASS +Test 089 control_csawmgt_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_ras_debug_intel -Checking test 089 control_ras_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_ras_debug_intel +Checking test 090 control_ras_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 153.844251 - 0: The maximum resident set size (KB) = 810204 + 0: The total amount of wall time = 156.361672 + 0: The maximum resident set size (KB) = 809476 -Test 089 control_ras_debug_intel PASS +Test 090 control_ras_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_diag_debug_intel -Checking test 090 control_diag_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_diag_debug_intel +Checking test 091 control_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 162.034068 - 0: The maximum resident set size (KB) = 855372 + 0: The total amount of wall time = 158.495463 + 0: The maximum resident set size (KB) = 852044 -Test 090 control_diag_debug_intel PASS +Test 091 control_diag_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_debug_p8_intel -Checking test 091 control_debug_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_debug_p8_intel +Checking test 092 control_debug_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 170.706080 - 0: The maximum resident set size (KB) = 1605052 + 0: The total amount of wall time = 167.333490 + 0: The maximum resident set size (KB) = 1626688 -Test 091 control_debug_p8_intel PASS +Test 092 control_debug_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_debug_intel -Checking test 092 regional_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_debug_intel +Checking test 093 regional_debug_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 1003.659040 - 0: The maximum resident set size (KB) = 1103080 + 0: The total amount of wall time = 976.931812 + 0: The maximum resident set size (KB) = 1102672 -Test 092 regional_debug_intel PASS +Test 093 regional_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_debug_intel -Checking test 093 rap_control_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_debug_intel +Checking test 094 rap_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.766631 - 0: The maximum resident set size (KB) = 1180856 + 0: The total amount of wall time = 274.366979 + 0: The maximum resident set size (KB) = 1179756 -Test 093 rap_control_debug_intel PASS +Test 094 rap_control_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_debug_intel -Checking test 094 hrrr_control_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_debug_intel +Checking test 095 hrrr_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 269.530651 - 0: The maximum resident set size (KB) = 1170988 + 0: The total amount of wall time = 266.716568 + 0: The maximum resident set size (KB) = 1169508 -Test 094 hrrr_control_debug_intel PASS +Test 095 hrrr_control_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_gf_debug_intel -Checking test 095 hrrr_gf_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_gf_debug_intel +Checking test 096 hrrr_gf_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.042699 - 0: The maximum resident set size (KB) = 1169436 + 0: The total amount of wall time = 275.922622 + 0: The maximum resident set size (KB) = 1185108 -Test 095 hrrr_gf_debug_intel PASS +Test 096 hrrr_gf_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_c3_debug_intel -Checking test 096 hrrr_c3_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_c3_debug_intel +Checking test 097 hrrr_c3_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 276.364720 - 0: The maximum resident set size (KB) = 1166952 + 0: The total amount of wall time = 279.970734 + 0: The maximum resident set size (KB) = 1174044 -Test 096 hrrr_c3_debug_intel PASS +Test 097 hrrr_c3_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_unified_drag_suite_debug_intel -Checking test 097 rap_unified_drag_suite_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_unified_drag_suite_debug_intel +Checking test 098 rap_unified_drag_suite_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 283.090925 - 0: The maximum resident set size (KB) = 1178988 + 0: The total amount of wall time = 275.995571 + 0: The maximum resident set size (KB) = 1176264 -Test 097 rap_unified_drag_suite_debug_intel PASS +Test 098 rap_unified_drag_suite_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_diag_debug_intel -Checking test 098 rap_diag_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_diag_debug_intel +Checking test 099 rap_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 295.030153 - 0: The maximum resident set size (KB) = 1270776 + 0: The total amount of wall time = 292.249253 + 0: The maximum resident set size (KB) = 1269284 -Test 098 rap_diag_debug_intel PASS +Test 099 rap_diag_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_cires_ugwp_debug_intel -Checking test 099 rap_cires_ugwp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_cires_ugwp_debug_intel +Checking test 100 rap_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 276.067245 - 0: The maximum resident set size (KB) = 1191084 + 0: The total amount of wall time = 277.141400 + 0: The maximum resident set size (KB) = 1179404 -Test 099 rap_cires_ugwp_debug_intel PASS +Test 100 rap_cires_ugwp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_unified_ugwp_debug_intel -Checking test 100 rap_unified_ugwp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_unified_ugwp_debug_intel +Checking test 101 rap_unified_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.987921 - 0: The maximum resident set size (KB) = 1180272 + 0: The total amount of wall time = 281.148721 + 0: The maximum resident set size (KB) = 1191104 -Test 100 rap_unified_ugwp_debug_intel PASS +Test 101 rap_unified_ugwp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_lndp_debug_intel -Checking test 101 rap_lndp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_lndp_debug_intel +Checking test 102 rap_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 273.263625 - 0: The maximum resident set size (KB) = 1190856 + 0: The total amount of wall time = 273.893421 + 0: The maximum resident set size (KB) = 1146508 -Test 101 rap_lndp_debug_intel PASS +Test 102 rap_lndp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_progcld_thompson_debug_intel -Checking test 102 rap_progcld_thompson_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_progcld_thompson_debug_intel +Checking test 103 rap_progcld_thompson_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 275.596905 - 0: The maximum resident set size (KB) = 1147456 + 0: The total amount of wall time = 291.768735 + 0: The maximum resident set size (KB) = 1189772 -Test 102 rap_progcld_thompson_debug_intel PASS +Test 103 rap_progcld_thompson_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_noah_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_noah_debug_intel -Checking test 103 rap_noah_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_noah_debug_intel +Checking test 104 rap_noah_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 268.599592 - 0: The maximum resident set size (KB) = 1180816 + 0: The total amount of wall time = 268.178143 + 0: The maximum resident set size (KB) = 1177688 -Test 103 rap_noah_debug_intel PASS +Test 104 rap_noah_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_sfcdiff_debug_intel -Checking test 104 rap_sfcdiff_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_sfcdiff_debug_intel +Checking test 105 rap_sfcdiff_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.146557 - 0: The maximum resident set size (KB) = 1177920 + 0: The total amount of wall time = 278.931414 + 0: The maximum resident set size (KB) = 1185584 -Test 104 rap_sfcdiff_debug_intel PASS +Test 105 rap_sfcdiff_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 106 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 450.149718 - 0: The maximum resident set size (KB) = 1155872 + 0: The total amount of wall time = 446.537102 + 0: The maximum resident set size (KB) = 1178072 -Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 106 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rrfs_v1beta_debug_intel -Checking test 106 rrfs_v1beta_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rrfs_v1beta_debug_intel +Checking test 107 rrfs_v1beta_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 272.245603 - 0: The maximum resident set size (KB) = 1165264 + 0: The total amount of wall time = 272.187083 + 0: The maximum resident set size (KB) = 1175844 -Test 106 rrfs_v1beta_debug_intel PASS +Test 107 rrfs_v1beta_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_clm_lake_debug_intel -Checking test 107 rap_clm_lake_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_clm_lake_debug_intel +Checking test 108 rap_clm_lake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 336.685872 - 0: The maximum resident set size (KB) = 1185392 + 0: The total amount of wall time = 334.638874 + 0: The maximum resident set size (KB) = 1186816 -Test 107 rap_clm_lake_debug_intel PASS +Test 108 rap_clm_lake_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_flake_debug_intel -Checking test 108 rap_flake_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_flake_debug_intel +Checking test 109 rap_flake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.000692 - 0: The maximum resident set size (KB) = 1178276 + 0: The total amount of wall time = 276.352114 + 0: The maximum resident set size (KB) = 1177188 -Test 108 rap_flake_debug_intel PASS +Test 109 rap_flake_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wam_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_wam_debug_intel -Checking test 109 control_wam_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_wam_debug_intel +Checking test 110 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 283.649727 - 0: The maximum resident set size (KB) = 588072 + 0: The total amount of wall time = 280.729606 + 0: The maximum resident set size (KB) = 583160 -Test 109 control_wam_debug_intel PASS +Test 110 control_wam_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 111 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3930,15 +3946,15 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 216.808834 - 0: The maximum resident set size (KB) = 1090552 + 0: The total amount of wall time = 224.850614 + 0: The maximum resident set size (KB) = 1094344 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 111 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_dyn32_phy32_intel -Checking test 111 rap_control_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_dyn32_phy32_intel +Checking test 112 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3984,15 +4000,15 @@ Checking test 111 rap_control_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 369.445017 - 0: The maximum resident set size (KB) = 1102292 + 0: The total amount of wall time = 372.521378 + 0: The maximum resident set size (KB) = 1105364 -Test 111 rap_control_dyn32_phy32_intel PASS +Test 112 rap_control_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_dyn32_phy32_intel -Checking test 112 hrrr_control_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_dyn32_phy32_intel +Checking test 113 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4038,15 +4054,15 @@ Checking test 112 hrrr_control_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 191.092389 - 0: The maximum resident set size (KB) = 1004076 + 0: The total amount of wall time = 192.643398 + 0: The maximum resident set size (KB) = 1026956 -Test 112 hrrr_control_dyn32_phy32_intel PASS +Test 113 hrrr_control_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_qr_dyn32_phy32_intel -Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_qr_dyn32_phy32_intel +Checking test 114 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4092,15 +4108,15 @@ Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 191.104350 - 0: The maximum resident set size (KB) = 981944 + 0: The total amount of wall time = 191.665455 + 0: The maximum resident set size (KB) = 964868 -Test 113 hrrr_control_qr_dyn32_phy32_intel PASS +Test 114 hrrr_control_qr_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_2threads_dyn32_phy32_intel -Checking test 114 rap_2threads_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_2threads_dyn32_phy32_intel +Checking test 115 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4146,15 +4162,15 @@ Checking test 114 rap_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 351.761268 - 0: The maximum resident set size (KB) = 1124848 + 0: The total amount of wall time = 352.439201 + 0: The maximum resident set size (KB) = 1118868 -Test 114 rap_2threads_dyn32_phy32_intel PASS +Test 115 rap_2threads_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_2threads_dyn32_phy32_intel -Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_2threads_dyn32_phy32_intel +Checking test 116 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4200,15 +4216,15 @@ Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 177.789404 - 0: The maximum resident set size (KB) = 962304 + 0: The total amount of wall time = 176.305136 + 0: The maximum resident set size (KB) = 968724 -Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 116 hrrr_control_2threads_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_decomp_dyn32_phy32_intel -Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_decomp_dyn32_phy32_intel +Checking test 117 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4254,15 +4270,15 @@ Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 200.210642 - 0: The maximum resident set size (KB) = 953980 + 0: The total amount of wall time = 202.116999 + 0: The maximum resident set size (KB) = 956280 -Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 117 hrrr_control_decomp_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_restart_dyn32_phy32_intel -Checking test 117 rap_restart_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_restart_dyn32_phy32_intel +Checking test 118 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4300,43 +4316,43 @@ Checking test 117 rap_restart_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 275.836438 - 0: The maximum resident set size (KB) = 1047828 + 0: The total amount of wall time = 274.394120 + 0: The maximum resident set size (KB) = 1051820 -Test 117 rap_restart_dyn32_phy32_intel PASS +Test 118 rap_restart_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_restart_dyn32_phy32_intel -Checking test 118 hrrr_control_restart_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_restart_dyn32_phy32_intel +Checking test 119 hrrr_control_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 101.340224 - 0: The maximum resident set size (KB) = 923476 + 0: The total amount of wall time = 98.979793 + 0: The maximum resident set size (KB) = 929392 -Test 118 hrrr_control_restart_dyn32_phy32_intel PASS +Test 119 hrrr_control_restart_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 119 hrrr_control_restart_qr_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 120 hrrr_control_restart_qr_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 101.979000 - 0: The maximum resident set size (KB) = 883524 + 0: The total amount of wall time = 102.711432 + 0: The maximum resident set size (KB) = 885556 -Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 120 hrrr_control_restart_qr_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_control_intel -Checking test 120 conus13km_control_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_control_intel +Checking test 121 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4351,41 +4367,41 @@ Checking test 120 conus13km_control_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 116.739276 - 0: The maximum resident set size (KB) = 1249244 + 0: The total amount of wall time = 113.527894 + 0: The maximum resident set size (KB) = 1249104 -Test 120 conus13km_control_intel PASS +Test 121 conus13km_control_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_2threads_intel -Checking test 121 conus13km_2threads_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_2threads_intel +Checking test 122 conus13km_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 49.087740 - 0: The maximum resident set size (KB) = 1127356 + 0: The total amount of wall time = 47.801323 + 0: The maximum resident set size (KB) = 1167076 -Test 121 conus13km_2threads_intel PASS +Test 122 conus13km_2threads_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_restart_mismatch_intel -Checking test 122 conus13km_restart_mismatch_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_restart_mismatch_intel +Checking test 123 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 63.806676 - 0: The maximum resident set size (KB) = 1176644 + 0: The total amount of wall time = 64.139147 + 0: The maximum resident set size (KB) = 1153348 -Test 122 conus13km_restart_mismatch_intel PASS +Test 123 conus13km_restart_mismatch_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_dyn64_phy32_intel -Checking test 123 rap_control_dyn64_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_dyn64_phy32_intel +Checking test 124 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4431,43 +4447,43 @@ Checking test 123 rap_control_dyn64_phy32_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 248.874578 - 0: The maximum resident set size (KB) = 1094700 + 0: The total amount of wall time = 242.006193 + 0: The maximum resident set size (KB) = 1096628 -Test 123 rap_control_dyn64_phy32_intel PASS +Test 124 rap_control_dyn64_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_debug_dyn32_phy32_intel -Checking test 124 rap_control_debug_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_debug_dyn32_phy32_intel +Checking test 125 rap_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 271.504164 - 0: The maximum resident set size (KB) = 1067404 + 0: The total amount of wall time = 277.580646 + 0: The maximum resident set size (KB) = 1066716 -Test 124 rap_control_debug_dyn32_phy32_intel PASS +Test 125 rap_control_debug_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_debug_dyn32_phy32_intel -Checking test 125 hrrr_control_debug_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_debug_dyn32_phy32_intel +Checking test 126 hrrr_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 263.464593 - 0: The maximum resident set size (KB) = 1071312 + 0: The total amount of wall time = 267.480149 + 0: The maximum resident set size (KB) = 1060780 -Test 125 hrrr_control_debug_dyn32_phy32_intel PASS +Test 126 hrrr_control_debug_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_debug_intel -Checking test 126 conus13km_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_debug_intel +Checking test 127 conus13km_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4480,15 +4496,15 @@ Checking test 126 conus13km_debug_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 822.913673 - 0: The maximum resident set size (KB) = 1269536 + 0: The total amount of wall time = 825.032881 + 0: The maximum resident set size (KB) = 1242288 -Test 126 conus13km_debug_intel PASS +Test 127 conus13km_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_debug_qr_intel -Checking test 127 conus13km_debug_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_debug_qr_intel +Checking test 128 conus13km_debug_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4501,82 +4517,82 @@ Checking test 127 conus13km_debug_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK - 0: The total amount of wall time = 848.948901 - 0: The maximum resident set size (KB) = 920952 + 0: The total amount of wall time = 891.151047 + 0: The maximum resident set size (KB) = 896260 -Test 127 conus13km_debug_qr_intel PASS +Test 128 conus13km_debug_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_debug_2threads_intel -Checking test 128 conus13km_debug_2threads_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_debug_2threads_intel +Checking test 129 conus13km_debug_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 457.241171 - 0: The maximum resident set size (KB) = 1196824 + 0: The total amount of wall time = 454.328171 + 0: The maximum resident set size (KB) = 1197576 -Test 128 conus13km_debug_2threads_intel PASS +Test 129 conus13km_debug_2threads_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_radar_tten_debug_intel -Checking test 129 conus13km_radar_tten_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_radar_tten_debug_intel +Checking test 130 conus13km_radar_tten_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 843.682667 - 0: The maximum resident set size (KB) = 1331864 + 0: The total amount of wall time = 834.476783 + 0: The maximum resident set size (KB) = 1340488 -Test 129 conus13km_radar_tten_debug_intel PASS +Test 130 conus13km_radar_tten_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_dyn64_phy32_debug_intel -Checking test 130 rap_control_dyn64_phy32_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_dyn64_phy32_debug_intel +Checking test 131 rap_control_dyn64_phy32_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 283.989166 - 0: The maximum resident set size (KB) = 1094700 + 0: The total amount of wall time = 275.466831 + 0: The maximum resident set size (KB) = 1087420 -Test 130 rap_control_dyn64_phy32_debug_intel PASS +Test 131 rap_control_dyn64_phy32_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_atm_intel -Checking test 131 hafs_regional_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_atm_intel +Checking test 132 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 220.259995 - 0: The maximum resident set size (KB) = 1228028 + 0: The total amount of wall time = 215.201101 + 0: The maximum resident set size (KB) = 1236428 -Test 131 hafs_regional_atm_intel PASS +Test 132 hafs_regional_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 132 hafs_regional_atm_thompson_gfdlsf_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 133 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 362.923954 - 0: The maximum resident set size (KB) = 1575376 + 0: The total amount of wall time = 325.334769 + 0: The maximum resident set size (KB) = 1557656 -Test 132 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 133 hafs_regional_atm_thompson_gfdlsf_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_atm_ocn_intel -Checking test 133 hafs_regional_atm_ocn_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_atm_ocn_intel +Checking test 134 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4584,15 +4600,15 @@ Checking test 133 hafs_regional_atm_ocn_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 379.425807 - 0: The maximum resident set size (KB) = 1388884 + 0: The total amount of wall time = 373.799629 + 0: The maximum resident set size (KB) = 1388708 -Test 133 hafs_regional_atm_ocn_intel PASS +Test 134 hafs_regional_atm_ocn_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_atm_wav_intel -Checking test 134 hafs_regional_atm_wav_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_atm_wav_intel +Checking test 135 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4600,15 +4616,15 @@ Checking test 134 hafs_regional_atm_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 741.465105 - 0: The maximum resident set size (KB) = 1436764 + 0: The total amount of wall time = 737.901282 + 0: The maximum resident set size (KB) = 1422224 -Test 134 hafs_regional_atm_wav_intel PASS +Test 135 hafs_regional_atm_wav_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_atm_ocn_wav_intel -Checking test 135 hafs_regional_atm_ocn_wav_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_atm_ocn_wav_intel +Checking test 136 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4618,15 +4634,15 @@ Checking test 135 hafs_regional_atm_ocn_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 847.862083 - 0: The maximum resident set size (KB) = 1460436 + 0: The total amount of wall time = 881.461001 + 0: The maximum resident set size (KB) = 1453796 -Test 135 hafs_regional_atm_ocn_wav_intel PASS +Test 136 hafs_regional_atm_ocn_wav_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_1nest_atm_intel -Checking test 136 hafs_regional_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_1nest_atm_intel +Checking test 137 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4647,15 +4663,15 @@ Checking test 136 hafs_regional_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 295.478358 - 0: The maximum resident set size (KB) = 651944 + 0: The total amount of wall time = 296.067281 + 0: The maximum resident set size (KB) = 652908 -Test 136 hafs_regional_1nest_atm_intel PASS +Test 137 hafs_regional_1nest_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_1nest_atm_qr_intel -Checking test 137 hafs_regional_1nest_atm_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_1nest_atm_qr_intel +Checking test 138 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4676,15 +4692,15 @@ Checking test 137 hafs_regional_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 317.683956 - 0: The maximum resident set size (KB) = 497852 + 0: The total amount of wall time = 311.298903 + 0: The maximum resident set size (KB) = 503424 -Test 137 hafs_regional_1nest_atm_qr_intel PASS +Test 138 hafs_regional_1nest_atm_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_telescopic_2nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_telescopic_2nests_atm_intel -Checking test 138 hafs_regional_telescopic_2nests_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_telescopic_2nests_atm_intel +Checking test 139 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4692,15 +4708,15 @@ Checking test 138 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 340.112696 - 0: The maximum resident set size (KB) = 661768 + 0: The total amount of wall time = 337.638311 + 0: The maximum resident set size (KB) = 659932 -Test 138 hafs_regional_telescopic_2nests_atm_intel PASS +Test 139 hafs_regional_telescopic_2nests_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_global_1nest_atm_intel -Checking test 139 hafs_global_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_global_1nest_atm_intel +Checking test 140 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4746,15 +4762,15 @@ Checking test 139 hafs_global_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 138.439856 - 0: The maximum resident set size (KB) = 390720 + 0: The total amount of wall time = 138.211900 + 0: The maximum resident set size (KB) = 400236 -Test 139 hafs_global_1nest_atm_intel PASS +Test 140 hafs_global_1nest_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_global_1nest_atm_qr_intel -Checking test 140 hafs_global_1nest_atm_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_global_1nest_atm_qr_intel +Checking test 141 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4800,15 +4816,15 @@ Checking test 140 hafs_global_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 145.882330 - 0: The maximum resident set size (KB) = 372476 + 0: The total amount of wall time = 143.996056 + 0: The maximum resident set size (KB) = 357364 -Test 140 hafs_global_1nest_atm_qr_intel PASS +Test 141 hafs_global_1nest_atm_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_global_multiple_4nests_atm_intel -Checking test 141 hafs_global_multiple_4nests_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_global_multiple_4nests_atm_intel +Checking test 142 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4889,15 +4905,15 @@ Checking test 141 hafs_global_multiple_4nests_atm_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 386.495355 - 0: The maximum resident set size (KB) = 474004 + 0: The total amount of wall time = 386.100937 + 0: The maximum resident set size (KB) = 478904 -Test 141 hafs_global_multiple_4nests_atm_intel PASS +Test 142 hafs_global_multiple_4nests_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_global_multiple_4nests_atm_qr_intel -Checking test 142 hafs_global_multiple_4nests_atm_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_global_multiple_4nests_atm_qr_intel +Checking test 143 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4978,15 +4994,15 @@ Checking test 142 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 446.437848 - 0: The maximum resident set size (KB) = 476508 + 0: The total amount of wall time = 409.194179 + 0: The maximum resident set size (KB) = 479584 -Test 142 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 143 hafs_global_multiple_4nests_atm_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_specified_moving_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_specified_moving_1nest_atm_intel -Checking test 143 hafs_regional_specified_moving_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_specified_moving_1nest_atm_intel +Checking test 144 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4994,15 +5010,15 @@ Checking test 143 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 191.744964 - 0: The maximum resident set size (KB) = 669064 + 0: The total amount of wall time = 191.603896 + 0: The maximum resident set size (KB) = 671680 -Test 143 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 144 hafs_regional_specified_moving_1nest_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_storm_following_1nest_atm_intel -Checking test 144 hafs_regional_storm_following_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_storm_following_1nest_atm_intel +Checking test 145 hafs_regional_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5023,15 +5039,15 @@ Checking test 144 hafs_regional_storm_following_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 178.611032 - 0: The maximum resident set size (KB) = 667152 + 0: The total amount of wall time = 179.082814 + 0: The maximum resident set size (KB) = 672024 -Test 144 hafs_regional_storm_following_1nest_atm_intel PASS +Test 145 hafs_regional_storm_following_1nest_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 145 hafs_regional_storm_following_1nest_atm_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_storm_following_1nest_atm_qr_intel +Checking test 146 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5052,15 +5068,15 @@ Checking test 145 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 200.968667 - 0: The maximum resident set size (KB) = 528676 + 0: The total amount of wall time = 197.755103 + 0: The maximum resident set size (KB) = 526732 -Test 145 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 146 hafs_regional_storm_following_1nest_atm_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 146 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 147 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5068,43 +5084,43 @@ Checking test 146 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 224.230581 - 0: The maximum resident set size (KB) = 692788 + 0: The total amount of wall time = 227.128903 + 0: The maximum resident set size (KB) = 698968 -Test 146 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 147 hafs_regional_storm_following_1nest_atm_ocn_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_global_storm_following_1nest_atm_intel -Checking test 147 hafs_global_storm_following_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_global_storm_following_1nest_atm_intel +Checking test 148 hafs_global_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 56.803034 - 0: The maximum resident set size (KB) = 392216 + 0: The total amount of wall time = 54.631475 + 0: The maximum resident set size (KB) = 401764 -Test 147 hafs_global_storm_following_1nest_atm_intel PASS +Test 148 hafs_global_storm_following_1nest_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 148 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 727.722086 - 0: The maximum resident set size (KB) = 687100 + 0: The total amount of wall time = 728.487752 + 0: The maximum resident set size (KB) = 716956 -Test 148 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 149 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5114,162 +5130,162 @@ Checking test 149 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 484.739679 - 0: The maximum resident set size (KB) = 798656 + 0: The total amount of wall time = 533.688147 + 0: The maximum resident set size (KB) = 801480 -Test 149 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_docn_intel -Checking test 150 hafs_regional_docn_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_docn_intel +Checking test 151 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 341.497683 - 0: The maximum resident set size (KB) = 1391080 + 0: The total amount of wall time = 336.039108 + 0: The maximum resident set size (KB) = 1413888 -Test 150 hafs_regional_docn_intel PASS +Test 151 hafs_regional_docn_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_oisst_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_docn_oisst_intel -Checking test 151 hafs_regional_docn_oisst_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_docn_oisst_intel +Checking test 152 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 346.944736 - 0: The maximum resident set size (KB) = 1376180 + 0: The total amount of wall time = 348.706608 + 0: The maximum resident set size (KB) = 1389744 -Test 151 hafs_regional_docn_oisst_intel PASS +Test 152 hafs_regional_docn_oisst_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_datm_cdeps_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hafs_regional_datm_cdeps_intel -Checking test 152 hafs_regional_datm_cdeps_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hafs_regional_datm_cdeps_intel +Checking test 153 hafs_regional_datm_cdeps_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 978.511570 - 0: The maximum resident set size (KB) = 1145824 + 0: The total amount of wall time = 1023.270956 + 0: The maximum resident set size (KB) = 1152388 -Test 152 hafs_regional_datm_cdeps_intel PASS +Test 153 hafs_regional_datm_cdeps_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_control_cfsr_intel -Checking test 153 datm_cdeps_control_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_control_cfsr_intel +Checking test 154 datm_cdeps_control_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 159.240458 - 0: The maximum resident set size (KB) = 1116732 + 0: The total amount of wall time = 156.814941 + 0: The maximum resident set size (KB) = 1108828 -Test 153 datm_cdeps_control_cfsr_intel PASS +Test 154 datm_cdeps_control_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_restart_cfsr_intel -Checking test 154 datm_cdeps_restart_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_restart_cfsr_intel +Checking test 155 datm_cdeps_restart_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 92.765678 - 0: The maximum resident set size (KB) = 1050212 + 0: The total amount of wall time = 89.977186 + 0: The maximum resident set size (KB) = 1065280 -Test 154 datm_cdeps_restart_cfsr_intel PASS +Test 155 datm_cdeps_restart_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_control_gefs_intel -Checking test 155 datm_cdeps_control_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_control_gefs_intel +Checking test 156 datm_cdeps_control_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.349612 - 0: The maximum resident set size (KB) = 995340 + 0: The total amount of wall time = 148.624166 + 0: The maximum resident set size (KB) = 999712 -Test 155 datm_cdeps_control_gefs_intel PASS +Test 156 datm_cdeps_control_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_iau_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_iau_gefs_intel -Checking test 156 datm_cdeps_iau_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_iau_gefs_intel +Checking test 157 datm_cdeps_iau_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.856006 - 0: The maximum resident set size (KB) = 989732 + 0: The total amount of wall time = 152.486480 + 0: The maximum resident set size (KB) = 997124 -Test 156 datm_cdeps_iau_gefs_intel PASS +Test 157 datm_cdeps_iau_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_stochy_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_stochy_gefs_intel -Checking test 157 datm_cdeps_stochy_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_stochy_gefs_intel +Checking test 158 datm_cdeps_stochy_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 154.938074 - 0: The maximum resident set size (KB) = 989672 + 0: The total amount of wall time = 151.966080 + 0: The maximum resident set size (KB) = 993236 -Test 157 datm_cdeps_stochy_gefs_intel PASS +Test 158 datm_cdeps_stochy_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_ciceC_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_ciceC_cfsr_intel -Checking test 158 datm_cdeps_ciceC_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_ciceC_cfsr_intel +Checking test 159 datm_cdeps_ciceC_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.768799 - 0: The maximum resident set size (KB) = 1111760 + 0: The total amount of wall time = 157.742903 + 0: The maximum resident set size (KB) = 1097332 -Test 158 datm_cdeps_ciceC_cfsr_intel PASS +Test 159 datm_cdeps_ciceC_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_bulk_cfsr_intel -Checking test 159 datm_cdeps_bulk_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_bulk_cfsr_intel +Checking test 160 datm_cdeps_bulk_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 158.395906 - 0: The maximum resident set size (KB) = 1109652 + 0: The total amount of wall time = 158.813826 + 0: The maximum resident set size (KB) = 1082764 -Test 159 datm_cdeps_bulk_cfsr_intel PASS +Test 160 datm_cdeps_bulk_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_bulk_gefs_intel -Checking test 160 datm_cdeps_bulk_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_bulk_gefs_intel +Checking test 161 datm_cdeps_bulk_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.906432 - 0: The maximum resident set size (KB) = 997720 + 0: The total amount of wall time = 151.660323 + 0: The maximum resident set size (KB) = 996512 -Test 160 datm_cdeps_bulk_gefs_intel PASS +Test 161 datm_cdeps_bulk_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_mx025_cfsr_intel -Checking test 161 datm_cdeps_mx025_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_mx025_cfsr_intel +Checking test 162 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -5277,15 +5293,15 @@ Checking test 161 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 417.126458 - 0: The maximum resident set size (KB) = 1050928 + 0: The total amount of wall time = 411.891748 + 0: The maximum resident set size (KB) = 1021236 -Test 161 datm_cdeps_mx025_cfsr_intel PASS +Test 162 datm_cdeps_mx025_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_mx025_gefs_intel -Checking test 162 datm_cdeps_mx025_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_mx025_gefs_intel +Checking test 163 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -5293,78 +5309,78 @@ Checking test 162 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 416.584312 - 0: The maximum resident set size (KB) = 1010444 + 0: The total amount of wall time = 410.524336 + 0: The maximum resident set size (KB) = 1014000 -Test 162 datm_cdeps_mx025_gefs_intel PASS +Test 163 datm_cdeps_mx025_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_multiple_files_cfsr_intel -Checking test 163 datm_cdeps_multiple_files_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_multiple_files_cfsr_intel +Checking test 164 datm_cdeps_multiple_files_cfsr_intel results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 152.035469 - 0: The maximum resident set size (KB) = 1110756 + 0: The total amount of wall time = 155.880442 + 0: The maximum resident set size (KB) = 1109976 -Test 163 datm_cdeps_multiple_files_cfsr_intel PASS +Test 164 datm_cdeps_multiple_files_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_3072x1536_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_3072x1536_cfsr_intel -Checking test 164 datm_cdeps_3072x1536_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_3072x1536_cfsr_intel +Checking test 165 datm_cdeps_3072x1536_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 231.950284 - 0: The maximum resident set size (KB) = 2407788 + 0: The total amount of wall time = 229.712248 + 0: The maximum resident set size (KB) = 2409400 -Test 164 datm_cdeps_3072x1536_cfsr_intel PASS +Test 165 datm_cdeps_3072x1536_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_gfs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_gfs_intel -Checking test 165 datm_cdeps_gfs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_gfs_intel +Checking test 166 datm_cdeps_gfs_intel results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 228.976693 - 0: The maximum resident set size (KB) = 2462432 + 0: The total amount of wall time = 235.758330 + 0: The maximum resident set size (KB) = 2449932 -Test 165 datm_cdeps_gfs_intel PASS +Test 166 datm_cdeps_gfs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_debug_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_debug_cfsr_intel -Checking test 166 datm_cdeps_debug_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_debug_cfsr_intel +Checking test 167 datm_cdeps_debug_cfsr_intel results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 361.540345 - 0: The maximum resident set size (KB) = 1035012 + 0: The total amount of wall time = 358.710147 + 0: The maximum resident set size (KB) = 1038760 -Test 166 datm_cdeps_debug_cfsr_intel PASS +Test 167 datm_cdeps_debug_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_control_cfsr_faster_intel -Checking test 167 datm_cdeps_control_cfsr_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_control_cfsr_faster_intel +Checking test 168 datm_cdeps_control_cfsr_faster_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 155.014816 - 0: The maximum resident set size (KB) = 1113308 + 0: The total amount of wall time = 153.218825 + 0: The maximum resident set size (KB) = 1114352 -Test 167 datm_cdeps_control_cfsr_faster_intel PASS +Test 168 datm_cdeps_control_cfsr_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_lnd_gswp3_intel -Checking test 168 datm_cdeps_lnd_gswp3_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_lnd_gswp3_intel +Checking test 169 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -5372,15 +5388,15 @@ Checking test 168 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.504007 - 0: The maximum resident set size (KB) = 246512 + 0: The total amount of wall time = 6.254698 + 0: The maximum resident set size (KB) = 238656 -Test 168 datm_cdeps_lnd_gswp3_intel PASS +Test 169 datm_cdeps_lnd_gswp3_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_lnd_gswp3_rst_intel -Checking test 169 datm_cdeps_lnd_gswp3_rst_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_lnd_gswp3_rst_intel +Checking test 170 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -5388,15 +5404,15 @@ Checking test 169 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 11.835758 - 0: The maximum resident set size (KB) = 253668 + 0: The total amount of wall time = 14.249922 + 0: The maximum resident set size (KB) = 258704 -Test 169 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 170 datm_cdeps_lnd_gswp3_rst_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_atmlnd_sbs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_p8_atmlnd_sbs_intel -Checking test 170 control_p8_atmlnd_sbs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_p8_atmlnd_sbs_intel +Checking test 171 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -5480,15 +5496,15 @@ Checking test 170 control_p8_atmlnd_sbs_intel results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 209.539645 - 0: The maximum resident set size (KB) = 1598792 + 0: The total amount of wall time = 289.834194 + 0: The maximum resident set size (KB) = 1599640 -Test 170 control_p8_atmlnd_sbs_intel PASS +Test 171 control_p8_atmlnd_sbs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmwav_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/atmwav_control_noaero_p8_intel -Checking test 171 atmwav_control_noaero_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/atmwav_control_noaero_p8_intel +Checking test 172 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5530,15 +5546,15 @@ Checking test 171 atmwav_control_noaero_p8_intel results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 96.678836 - 0: The maximum resident set size (KB) = 1621808 + 0: The total amount of wall time = 139.081723 + 0: The maximum resident set size (KB) = 1641532 -Test 171 atmwav_control_noaero_p8_intel PASS +Test 172 atmwav_control_noaero_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_atmwav_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_atmwav_intel -Checking test 172 control_atmwav_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_atmwav_intel +Checking test 173 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5581,15 +5597,15 @@ Checking test 172 control_atmwav_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 89.383584 - 0: The maximum resident set size (KB) = 634352 + 0: The total amount of wall time = 169.256083 + 0: The maximum resident set size (KB) = 670672 -Test 172 control_atmwav_intel PASS +Test 173 control_atmwav_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/atmaero_control_p8_intel -Checking test 173 atmaero_control_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/atmaero_control_p8_intel +Checking test 174 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5632,15 +5648,15 @@ Checking test 173 atmaero_control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 235.174499 - 0: The maximum resident set size (KB) = 2952388 + 0: The total amount of wall time = 286.828285 + 0: The maximum resident set size (KB) = 2987964 -Test 173 atmaero_control_p8_intel PASS +Test 174 atmaero_control_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/atmaero_control_p8_rad_intel -Checking test 174 atmaero_control_p8_rad_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/atmaero_control_p8_rad_intel +Checking test 175 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5683,15 +5699,15 @@ Checking test 174 atmaero_control_p8_rad_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 283.063013 - 0: The maximum resident set size (KB) = 3062068 + 0: The total amount of wall time = 413.361269 + 0: The maximum resident set size (KB) = 3048732 -Test 174 atmaero_control_p8_rad_intel PASS +Test 175 atmaero_control_p8_rad_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_micro_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/atmaero_control_p8_rad_micro_intel -Checking test 175 atmaero_control_p8_rad_micro_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/atmaero_control_p8_rad_micro_intel +Checking test 176 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5734,15 +5750,15 @@ Checking test 175 atmaero_control_p8_rad_micro_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 291.426028 - 0: The maximum resident set size (KB) = 3020080 + 0: The total amount of wall time = 342.210534 + 0: The maximum resident set size (KB) = 3021772 -Test 175 atmaero_control_p8_rad_micro_intel PASS +Test 176 atmaero_control_p8_rad_micro_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_atmaq_intel -Checking test 176 regional_atmaq_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_atmaq_intel +Checking test 177 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5757,15 +5773,15 @@ Checking test 176 regional_atmaq_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 643.235705 - 0: The maximum resident set size (KB) = 5433376 + 0: The total amount of wall time = 642.645031 + 0: The maximum resident set size (KB) = 5399464 -Test 176 regional_atmaq_intel PASS +Test 177 regional_atmaq_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_atmaq_debug_intel -Checking test 177 regional_atmaq_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_atmaq_debug_intel +Checking test 178 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5778,15 +5794,15 @@ Checking test 177 regional_atmaq_debug_intel results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1196.184463 - 0: The maximum resident set size (KB) = 4819800 + 0: The total amount of wall time = 1204.606170 + 0: The maximum resident set size (KB) = 4792688 -Test 177 regional_atmaq_debug_intel PASS +Test 178 regional_atmaq_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_atmaq_faster_intel -Checking test 178 regional_atmaq_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_atmaq_faster_intel +Checking test 179 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5801,15 +5817,15 @@ Checking test 178 regional_atmaq_faster_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 533.564302 - 0: The maximum resident set size (KB) = 5434340 + 0: The total amount of wall time = 565.884377 + 0: The maximum resident set size (KB) = 5326924 -Test 178 regional_atmaq_faster_intel PASS +Test 179 regional_atmaq_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c48_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_c48_gnu -Checking test 179 control_c48_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_c48_gnu +Checking test 180 control_c48_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5847,15 +5863,15 @@ Checking test 179 control_c48_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 685.642399 -0: The maximum resident set size (KB) = 725736 +0: The total amount of wall time = 732.989533 +0: The maximum resident set size (KB) = 732480 -Test 179 control_c48_gnu PASS +Test 180 control_c48_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_stochy_gnu -Checking test 180 control_stochy_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_stochy_gnu +Checking test 181 control_stochy_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5865,15 +5881,15 @@ Checking test 180 control_stochy_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 242.195066 - 0: The maximum resident set size (KB) = 533464 + 0: The total amount of wall time = 336.803089 + 0: The maximum resident set size (KB) = 537540 -Test 180 control_stochy_gnu PASS +Test 181 control_stochy_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_ras_gnu -Checking test 181 control_ras_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_ras_gnu +Checking test 182 control_ras_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5883,15 +5899,15 @@ Checking test 181 control_ras_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 290.368979 - 0: The maximum resident set size (KB) = 540312 + 0: The total amount of wall time = 352.909129 + 0: The maximum resident set size (KB) = 514088 -Test 181 control_ras_gnu PASS +Test 182 control_ras_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_p8_gnu -Checking test 182 control_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_p8_gnu +Checking test 183 control_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5937,15 +5953,15 @@ Checking test 182 control_p8_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 299.339612 - 0: The maximum resident set size (KB) = 1293052 + 0: The total amount of wall time = 381.575515 + 0: The maximum resident set size (KB) = 1291452 -Test 182 control_p8_gnu PASS +Test 183 control_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_flake_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_flake_gnu -Checking test 183 control_flake_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_flake_gnu +Checking test 184 control_flake_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5955,15 +5971,15 @@ Checking test 183 control_flake_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 343.968451 - 0: The maximum resident set size (KB) = 582212 + 0: The total amount of wall time = 429.096764 + 0: The maximum resident set size (KB) = 552116 -Test 183 control_flake_gnu PASS +Test 184 control_flake_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_gnu -Checking test 184 rap_control_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_gnu +Checking test 185 rap_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6009,15 +6025,15 @@ Checking test 184 rap_control_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 687.174037 - 0: The maximum resident set size (KB) = 850056 + 0: The total amount of wall time = 757.681480 + 0: The maximum resident set size (KB) = 852848 -Test 184 rap_control_gnu PASS +Test 185 rap_control_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_decomp_gnu -Checking test 185 rap_decomp_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_decomp_gnu +Checking test 186 rap_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6063,15 +6079,15 @@ Checking test 185 rap_decomp_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 686.560946 - 0: The maximum resident set size (KB) = 849452 + 0: The total amount of wall time = 769.813121 + 0: The maximum resident set size (KB) = 852180 -Test 185 rap_decomp_gnu PASS +Test 186 rap_decomp_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_2threads_gnu -Checking test 186 rap_2threads_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_2threads_gnu +Checking test 187 rap_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6117,15 +6133,15 @@ Checking test 186 rap_2threads_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 614.140632 - 0: The maximum resident set size (KB) = 953784 + 0: The total amount of wall time = 713.302132 + 0: The maximum resident set size (KB) = 957820 -Test 186 rap_2threads_gnu PASS +Test 187 rap_2threads_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_restart_gnu -Checking test 187 rap_restart_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_restart_gnu +Checking test 188 rap_restart_gnu results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -6163,15 +6179,15 @@ Checking test 187 rap_restart_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 344.596667 - 0: The maximum resident set size (KB) = 755396 + 0: The total amount of wall time = 346.994322 + 0: The maximum resident set size (KB) = 748092 -Test 187 rap_restart_gnu PASS +Test 188 rap_restart_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_sfcdiff_gnu -Checking test 188 rap_sfcdiff_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_sfcdiff_gnu +Checking test 189 rap_sfcdiff_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6217,15 +6233,15 @@ Checking test 188 rap_sfcdiff_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 683.366137 - 0: The maximum resident set size (KB) = 848692 + 0: The total amount of wall time = 734.963320 + 0: The maximum resident set size (KB) = 852048 -Test 188 rap_sfcdiff_gnu PASS +Test 189 rap_sfcdiff_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_sfcdiff_decomp_gnu -Checking test 189 rap_sfcdiff_decomp_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_sfcdiff_decomp_gnu +Checking test 190 rap_sfcdiff_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6271,15 +6287,15 @@ Checking test 189 rap_sfcdiff_decomp_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 692.992829 - 0: The maximum resident set size (KB) = 848748 + 0: The total amount of wall time = 752.798992 + 0: The maximum resident set size (KB) = 850144 -Test 189 rap_sfcdiff_decomp_gnu PASS +Test 190 rap_sfcdiff_decomp_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_sfcdiff_restart_gnu -Checking test 190 rap_sfcdiff_restart_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_sfcdiff_restart_gnu +Checking test 191 rap_sfcdiff_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -6317,15 +6333,15 @@ Checking test 190 rap_sfcdiff_restart_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 508.874588 - 0: The maximum resident set size (KB) = 762696 + 0: The total amount of wall time = 507.075963 + 0: The maximum resident set size (KB) = 760500 -Test 190 rap_sfcdiff_restart_gnu PASS +Test 191 rap_sfcdiff_restart_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_gnu -Checking test 191 hrrr_control_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_gnu +Checking test 192 hrrr_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6371,15 +6387,15 @@ Checking test 191 hrrr_control_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 345.172511 - 0: The maximum resident set size (KB) = 848112 + 0: The total amount of wall time = 422.352711 + 0: The maximum resident set size (KB) = 844564 -Test 191 hrrr_control_gnu PASS +Test 192 hrrr_control_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_qr_gnu -Checking test 192 hrrr_control_qr_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_qr_gnu +Checking test 193 hrrr_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6425,15 +6441,15 @@ Checking test 192 hrrr_control_qr_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 347.796417 - 0: The maximum resident set size (KB) = 858908 + 0: The total amount of wall time = 342.586791 + 0: The maximum resident set size (KB) = 858596 -Test 192 hrrr_control_qr_gnu PASS +Test 193 hrrr_control_qr_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_2threads_gnu -Checking test 193 hrrr_control_2threads_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_2threads_gnu +Checking test 194 hrrr_control_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6479,15 +6495,15 @@ Checking test 193 hrrr_control_2threads_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 299.619446 - 0: The maximum resident set size (KB) = 953936 + 0: The total amount of wall time = 305.958521 + 0: The maximum resident set size (KB) = 951512 -Test 193 hrrr_control_2threads_gnu PASS +Test 194 hrrr_control_2threads_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_decomp_gnu -Checking test 194 hrrr_control_decomp_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_decomp_gnu +Checking test 195 hrrr_control_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6533,43 +6549,43 @@ Checking test 194 hrrr_control_decomp_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 343.257382 - 0: The maximum resident set size (KB) = 883908 + 0: The total amount of wall time = 347.763252 + 0: The maximum resident set size (KB) = 844348 -Test 194 hrrr_control_decomp_gnu PASS +Test 195 hrrr_control_decomp_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_restart_gnu -Checking test 195 hrrr_control_restart_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_restart_gnu +Checking test 196 hrrr_control_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 180.908935 - 0: The maximum resident set size (KB) = 702368 + 0: The total amount of wall time = 179.377397 + 0: The maximum resident set size (KB) = 704104 -Test 195 hrrr_control_restart_gnu PASS +Test 196 hrrr_control_restart_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_restart_qr_gnu -Checking test 196 hrrr_control_restart_qr_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_restart_qr_gnu +Checking test 197 hrrr_control_restart_qr_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 182.110231 - 0: The maximum resident set size (KB) = 610244 + 0: The total amount of wall time = 183.122206 + 0: The maximum resident set size (KB) = 607888 -Test 196 hrrr_control_restart_qr_gnu PASS +Test 197 hrrr_control_restart_qr_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rrfs_v1beta_gnu -Checking test 197 rrfs_v1beta_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rrfs_v1beta_gnu +Checking test 198 rrfs_v1beta_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6615,237 +6631,237 @@ Checking test 197 rrfs_v1beta_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 681.219791 - 0: The maximum resident set size (KB) = 852032 + 0: The total amount of wall time = 662.664072 + 0: The maximum resident set size (KB) = 847380 -Test 197 rrfs_v1beta_gnu PASS +Test 198 rrfs_v1beta_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_diag_debug_gnu -Checking test 198 control_diag_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_diag_debug_gnu +Checking test 199 control_diag_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 84.158242 - 0: The maximum resident set size (KB) = 549520 + 0: The total amount of wall time = 84.345583 + 0: The maximum resident set size (KB) = 548108 -Test 198 control_diag_debug_gnu PASS +Test 199 control_diag_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/regional_debug_gnu -Checking test 199 regional_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/regional_debug_gnu +Checking test 200 regional_debug_gnu results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 436.611760 - 0: The maximum resident set size (KB) = 818052 + 0: The total amount of wall time = 437.060155 + 0: The maximum resident set size (KB) = 820824 -Test 199 regional_debug_gnu PASS +Test 200 regional_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_debug_gnu -Checking test 200 rap_control_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_debug_gnu +Checking test 201 rap_control_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 142.575623 - 0: The maximum resident set size (KB) = 863304 + 0: The total amount of wall time = 140.785283 + 0: The maximum resident set size (KB) = 894560 -Test 200 rap_control_debug_gnu PASS +Test 201 rap_control_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_debug_gnu -Checking test 201 hrrr_control_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_debug_gnu +Checking test 202 hrrr_control_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 138.328984 + 0: The total amount of wall time = 134.898428 0: The maximum resident set size (KB) = 856148 -Test 201 hrrr_control_debug_gnu PASS +Test 202 hrrr_control_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_gf_debug_gnu -Checking test 202 hrrr_gf_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_gf_debug_gnu +Checking test 203 hrrr_gf_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 139.536351 - 0: The maximum resident set size (KB) = 893144 + 0: The total amount of wall time = 138.251785 + 0: The maximum resident set size (KB) = 858332 -Test 202 hrrr_gf_debug_gnu PASS +Test 203 hrrr_gf_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_c3_debug_gnu -Checking test 203 hrrr_c3_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_c3_debug_gnu +Checking test 204 hrrr_c3_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 141.716364 - 0: The maximum resident set size (KB) = 859772 + 0: The total amount of wall time = 136.581898 + 0: The maximum resident set size (KB) = 859052 -Test 203 hrrr_c3_debug_gnu PASS +Test 204 hrrr_c3_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_diag_debug_gnu -Checking test 204 rap_diag_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_diag_debug_gnu +Checking test 205 rap_diag_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 152.492510 - 0: The maximum resident set size (KB) = 941904 + 0: The total amount of wall time = 148.648395 + 0: The maximum resident set size (KB) = 943672 -Test 204 rap_diag_debug_gnu PASS +Test 205 rap_diag_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_noah_sfcdiff_cires_ugwp_debug_gnu -Checking test 205 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_noah_sfcdiff_cires_ugwp_debug_gnu +Checking test 206 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 219.124594 - 0: The maximum resident set size (KB) = 888048 + 0: The total amount of wall time = 217.848998 + 0: The maximum resident set size (KB) = 852884 -Test 205 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS +Test 206 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_progcld_thompson_debug_gnu -Checking test 206 rap_progcld_thompson_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_progcld_thompson_debug_gnu +Checking test 207 rap_progcld_thompson_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 136.407441 - 0: The maximum resident set size (KB) = 865156 + 0: The total amount of wall time = 137.307249 + 0: The maximum resident set size (KB) = 843980 -Test 206 rap_progcld_thompson_debug_gnu PASS +Test 207 rap_progcld_thompson_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rrfs_v1beta_debug_gnu -Checking test 207 rrfs_v1beta_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rrfs_v1beta_debug_gnu +Checking test 208 rrfs_v1beta_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 136.787314 - 0: The maximum resident set size (KB) = 854592 + 0: The total amount of wall time = 134.845602 + 0: The maximum resident set size (KB) = 856280 -Test 207 rrfs_v1beta_debug_gnu PASS +Test 208 rrfs_v1beta_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_ras_debug_gnu -Checking test 208 control_ras_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_ras_debug_gnu +Checking test 209 control_ras_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 82.504429 - 0: The maximum resident set size (KB) = 533720 + 0: The total amount of wall time = 81.280932 + 0: The maximum resident set size (KB) = 496176 -Test 208 control_ras_debug_gnu PASS +Test 209 control_ras_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_stochy_debug_gnu -Checking test 209 control_stochy_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_stochy_debug_gnu +Checking test 210 control_stochy_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 120.364474 - 0: The maximum resident set size (KB) = 496892 + 0: The total amount of wall time = 120.820400 + 0: The maximum resident set size (KB) = 533776 -Test 209 control_stochy_debug_gnu PASS +Test 210 control_stochy_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_debug_p8_gnu -Checking test 210 control_debug_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_debug_p8_gnu +Checking test 211 control_debug_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 91.512003 - 0: The maximum resident set size (KB) = 1281104 + 0: The total amount of wall time = 90.526620 + 0: The maximum resident set size (KB) = 1282488 -Test 210 control_debug_p8_gnu PASS +Test 211 control_debug_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_flake_debug_gnu -Checking test 211 rap_flake_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_flake_debug_gnu +Checking test 212 rap_flake_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 139.227726 - 0: The maximum resident set size (KB) = 858224 + 0: The total amount of wall time = 140.755624 + 0: The maximum resident set size (KB) = 858408 -Test 211 rap_flake_debug_gnu PASS +Test 212 rap_flake_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_clm_lake_debug_gnu -Checking test 212 rap_clm_lake_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_clm_lake_debug_gnu +Checking test 213 rap_clm_lake_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 164.694465 - 0: The maximum resident set size (KB) = 861064 + 0: The total amount of wall time = 157.046575 + 0: The maximum resident set size (KB) = 860600 -Test 212 rap_clm_lake_debug_gnu PASS +Test 213 rap_clm_lake_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wam_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/control_wam_debug_gnu -Checking test 213 control_wam_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/control_wam_debug_gnu +Checking test 214 control_wam_debug_gnu results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 141.303252 - 0: The maximum resident set size (KB) = 279384 + 0: The total amount of wall time = 155.803180 + 0: The maximum resident set size (KB) = 284144 -Test 213 control_wam_debug_gnu PASS +Test 214 control_wam_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_dyn32_phy32_gnu -Checking test 214 rap_control_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_dyn32_phy32_gnu +Checking test 215 rap_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6891,15 +6907,15 @@ Checking test 214 rap_control_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 702.310929 - 0: The maximum resident set size (KB) = 738004 + 0: The total amount of wall time = 698.708277 + 0: The maximum resident set size (KB) = 744192 -Test 214 rap_control_dyn32_phy32_gnu PASS +Test 215 rap_control_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_dyn32_phy32_gnu -Checking test 215 hrrr_control_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_dyn32_phy32_gnu +Checking test 216 hrrr_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6945,15 +6961,15 @@ Checking test 215 hrrr_control_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 356.426274 - 0: The maximum resident set size (KB) = 737652 + 0: The total amount of wall time = 352.388870 + 0: The maximum resident set size (KB) = 740108 -Test 215 hrrr_control_dyn32_phy32_gnu PASS +Test 216 hrrr_control_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_qr_dyn32_phy32_gnu -Checking test 216 hrrr_control_qr_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_qr_dyn32_phy32_gnu +Checking test 217 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6999,15 +7015,15 @@ Checking test 216 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 357.320892 - 0: The maximum resident set size (KB) = 752376 + 0: The total amount of wall time = 354.922016 + 0: The maximum resident set size (KB) = 752768 -Test 216 hrrr_control_qr_dyn32_phy32_gnu PASS +Test 217 hrrr_control_qr_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_2threads_dyn32_phy32_gnu -Checking test 217 rap_2threads_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_2threads_dyn32_phy32_gnu +Checking test 218 rap_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7053,15 +7069,15 @@ Checking test 217 rap_2threads_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 627.643574 - 0: The maximum resident set size (KB) = 785368 + 0: The total amount of wall time = 632.196796 + 0: The maximum resident set size (KB) = 785664 -Test 217 rap_2threads_dyn32_phy32_gnu PASS +Test 218 rap_2threads_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_2threads_dyn32_phy32_gnu -Checking test 218 hrrr_control_2threads_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_2threads_dyn32_phy32_gnu +Checking test 219 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7107,15 +7123,15 @@ Checking test 218 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 312.078798 - 0: The maximum resident set size (KB) = 786668 + 0: The total amount of wall time = 304.703588 + 0: The maximum resident set size (KB) = 785904 -Test 218 hrrr_control_2threads_dyn32_phy32_gnu PASS +Test 219 hrrr_control_2threads_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_decomp_dyn32_phy32_gnu -Checking test 219 hrrr_control_decomp_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_decomp_dyn32_phy32_gnu +Checking test 220 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7161,15 +7177,15 @@ Checking test 219 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 353.158825 - 0: The maximum resident set size (KB) = 740448 + 0: The total amount of wall time = 353.026950 + 0: The maximum resident set size (KB) = 740940 -Test 219 hrrr_control_decomp_dyn32_phy32_gnu PASS +Test 220 hrrr_control_decomp_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_restart_dyn32_phy32_gnu -Checking test 220 rap_restart_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_restart_dyn32_phy32_gnu +Checking test 221 rap_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -7207,43 +7223,43 @@ Checking test 220 rap_restart_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 522.842047 - 0: The maximum resident set size (KB) = 651924 + 0: The total amount of wall time = 523.957080 + 0: The maximum resident set size (KB) = 650696 -Test 220 rap_restart_dyn32_phy32_gnu PASS +Test 221 rap_restart_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_restart_dyn32_phy32_gnu -Checking test 221 hrrr_control_restart_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_restart_dyn32_phy32_gnu +Checking test 222 hrrr_control_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 185.007710 - 0: The maximum resident set size (KB) = 615832 + 0: The total amount of wall time = 185.022760 + 0: The maximum resident set size (KB) = 614720 -Test 221 hrrr_control_restart_dyn32_phy32_gnu PASS +Test 222 hrrr_control_restart_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_restart_qr_dyn32_phy32_gnu -Checking test 222 hrrr_control_restart_qr_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_restart_qr_dyn32_phy32_gnu +Checking test 223 hrrr_control_restart_qr_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 187.539818 - 0: The maximum resident set size (KB) = 576124 + 0: The total amount of wall time = 186.262227 + 0: The maximum resident set size (KB) = 579164 -Test 222 hrrr_control_restart_qr_dyn32_phy32_gnu PASS +Test 223 hrrr_control_restart_qr_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_control_gnu -Checking test 223 conus13km_control_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_control_gnu +Checking test 224 conus13km_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -7258,41 +7274,41 @@ Checking test 223 conus13km_control_gnu results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 239.939954 - 0: The maximum resident set size (KB) = 947712 + 0: The total amount of wall time = 240.481055 + 0: The maximum resident set size (KB) = 952136 -Test 223 conus13km_control_gnu PASS +Test 224 conus13km_control_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_2threads_gnu -Checking test 224 conus13km_2threads_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_2threads_gnu +Checking test 225 conus13km_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 104.269408 - 0: The maximum resident set size (KB) = 996404 + 0: The total amount of wall time = 102.739858 + 0: The maximum resident set size (KB) = 992348 -Test 224 conus13km_2threads_gnu PASS +Test 225 conus13km_2threads_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_restart_mismatch_gnu -Checking test 225 conus13km_restart_mismatch_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_restart_mismatch_gnu +Checking test 226 conus13km_restart_mismatch_gnu results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 130.253767 - 0: The maximum resident set size (KB) = 606572 + 0: The total amount of wall time = 126.763589 + 0: The maximum resident set size (KB) = 604292 -Test 225 conus13km_restart_mismatch_gnu PASS +Test 226 conus13km_restart_mismatch_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_dyn64_phy32_gnu -Checking test 226 rap_control_dyn64_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_dyn64_phy32_gnu +Checking test 227 rap_control_dyn64_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7338,43 +7354,43 @@ Checking test 226 rap_control_dyn64_phy32_gnu results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 407.695412 - 0: The maximum resident set size (KB) = 776404 + 0: The total amount of wall time = 408.943607 + 0: The maximum resident set size (KB) = 770128 -Test 226 rap_control_dyn64_phy32_gnu PASS +Test 227 rap_control_dyn64_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_debug_dyn32_phy32_gnu -Checking test 227 rap_control_debug_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_debug_dyn32_phy32_gnu +Checking test 228 rap_control_debug_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 137.457899 - 0: The maximum resident set size (KB) = 754372 + 0: The total amount of wall time = 137.275493 + 0: The maximum resident set size (KB) = 752824 -Test 227 rap_control_debug_dyn32_phy32_gnu PASS +Test 228 rap_control_debug_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/hrrr_control_debug_dyn32_phy32_gnu -Checking test 228 hrrr_control_debug_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/hrrr_control_debug_dyn32_phy32_gnu +Checking test 229 hrrr_control_debug_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 139.529220 - 0: The maximum resident set size (KB) = 751560 + 0: The total amount of wall time = 135.745703 + 0: The maximum resident set size (KB) = 750868 -Test 228 hrrr_control_debug_dyn32_phy32_gnu PASS +Test 229 hrrr_control_debug_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_debug_gnu -Checking test 229 conus13km_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_debug_gnu +Checking test 230 conus13km_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -7387,15 +7403,15 @@ Checking test 229 conus13km_debug_gnu results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 413.930012 - 0: The maximum resident set size (KB) = 967640 + 0: The total amount of wall time = 424.219434 + 0: The maximum resident set size (KB) = 963324 -Test 229 conus13km_debug_gnu PASS +Test 230 conus13km_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_debug_qr_gnu -Checking test 230 conus13km_debug_qr_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_debug_qr_gnu +Checking test 231 conus13km_debug_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -7408,57 +7424,57 @@ Checking test 230 conus13km_debug_qr_gnu results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK - 0: The total amount of wall time = 419.385712 - 0: The maximum resident set size (KB) = 629912 + 0: The total amount of wall time = 419.090370 + 0: The maximum resident set size (KB) = 632288 -Test 230 conus13km_debug_qr_gnu PASS +Test 231 conus13km_debug_qr_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_debug_2threads_gnu -Checking test 231 conus13km_debug_2threads_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_debug_2threads_gnu +Checking test 232 conus13km_debug_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 256.368234 - 0: The maximum resident set size (KB) = 1012600 + 0: The total amount of wall time = 249.319885 + 0: The maximum resident set size (KB) = 989844 -Test 231 conus13km_debug_2threads_gnu PASS +Test 232 conus13km_debug_2threads_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/conus13km_radar_tten_debug_gnu -Checking test 232 conus13km_radar_tten_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/conus13km_radar_tten_debug_gnu +Checking test 233 conus13km_radar_tten_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 419.838545 - 0: The maximum resident set size (KB) = 1033420 + 0: The total amount of wall time = 412.914102 + 0: The maximum resident set size (KB) = 1032280 -Test 232 conus13km_radar_tten_debug_gnu PASS +Test 233 conus13km_radar_tten_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/rap_control_dyn64_phy32_debug_gnu -Checking test 233 rap_control_dyn64_phy32_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/rap_control_dyn64_phy32_debug_gnu +Checking test 234 rap_control_dyn64_phy32_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 141.534677 - 0: The maximum resident set size (KB) = 771504 + 0: The total amount of wall time = 143.347839 + 0: The maximum resident set size (KB) = 772976 -Test 233 rap_control_dyn64_phy32_debug_gnu PASS +Test 234 rap_control_dyn64_phy32_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_p8_gnu -Checking test 234 cpld_control_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_p8_gnu +Checking test 235 cpld_control_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7522,15 +7538,15 @@ Checking test 234 cpld_control_p8_gnu results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 629.324623 - 0: The maximum resident set size (KB) = 1498796 + 0: The total amount of wall time = 642.546615 + 0: The maximum resident set size (KB) = 1490264 -Test 234 cpld_control_p8_gnu PASS +Test 235 cpld_control_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_nowave_noaero_p8_gnu -Checking test 235 cpld_control_nowave_noaero_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_nowave_noaero_p8_gnu +Checking test 236 cpld_control_nowave_noaero_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7591,15 +7607,15 @@ Checking test 235 cpld_control_nowave_noaero_p8_gnu results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 422.494801 - 0: The maximum resident set size (KB) = 1401700 + 0: The total amount of wall time = 411.892409 + 0: The maximum resident set size (KB) = 1395756 -Test 235 cpld_control_nowave_noaero_p8_gnu PASS +Test 236 cpld_control_nowave_noaero_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_debug_p8_gnu -Checking test 236 cpld_debug_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_debug_p8_gnu +Checking test 237 cpld_debug_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7651,15 +7667,15 @@ Checking test 236 cpld_debug_p8_gnu results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 369.738778 - 0: The maximum resident set size (KB) = 1499044 + 0: The total amount of wall time = 364.172523 + 0: The maximum resident set size (KB) = 1521540 -Test 236 cpld_debug_p8_gnu PASS +Test 237 cpld_debug_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_control_pdlib_p8_gnu -Checking test 237 cpld_control_pdlib_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_control_pdlib_p8_gnu +Checking test 238 cpld_control_pdlib_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7722,15 +7738,15 @@ Checking test 237 cpld_control_pdlib_p8_gnu results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1426.265297 - 0: The maximum resident set size (KB) = 1378512 + 0: The total amount of wall time = 1427.072604 + 0: The maximum resident set size (KB) = 1376588 -Test 237 cpld_control_pdlib_p8_gnu PASS +Test 238 cpld_control_pdlib_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/cpld_debug_pdlib_p8_gnu -Checking test 238 cpld_debug_pdlib_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/cpld_debug_pdlib_p8_gnu +Checking test 239 cpld_debug_pdlib_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7781,25 +7797,25 @@ Checking test 238 cpld_debug_pdlib_p8_gnu results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 719.321354 - 0: The maximum resident set size (KB) = 1387908 + 0: The total amount of wall time = 726.188060 + 0: The maximum resident set size (KB) = 1390232 -Test 238 cpld_debug_pdlib_p8_gnu PASS +Test 239 cpld_debug_pdlib_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_260174/datm_cdeps_control_cfsr_gnu -Checking test 239 datm_cdeps_control_cfsr_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_257133/datm_cdeps_control_cfsr_gnu +Checking test 240 datm_cdeps_control_cfsr_gnu results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 176.628952 - 0: The maximum resident set size (KB) = 696968 + 0: The total amount of wall time = 170.731873 + 0: The maximum resident set size (KB) = 692008 -Test 239 datm_cdeps_control_cfsr_gnu PASS +Test 240 datm_cdeps_control_cfsr_gnu PASS REGRESSION TEST WAS SUCCESSFUL -Sun Oct 8 17:39:31 UTC 2023 -Elapsed time: 01h:59m:56s. Have a nice day! +Thu Oct 12 15:00:02 UTC 2023 +Elapsed time: 02h:11m:26s. Have a nice day! diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index cb57b07452..66f066b07e 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,72 +1,72 @@ -Sun Oct 8 10:40:40 CDT 2023 +Wed Oct 11 09:42:02 CDT 2023 Start Regression test -Testing UFSWM Hash: 46507d6cd2582f6314d0ac115858736a094f6649 +Testing UFSWM Hash: 632aa106a4765b44cacb30bd802350c5a192488c Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 50aa2c97882fbc9d4918813a22169fe97b424564 CICE-interface/CICE (CICE6.0.0-444-g50aa2c9) a5dea5f178fc98a4ab39c58aa43c37da6ad25d08 CMEPS-interface/CMEPS (cmeps_v0.4.1-2298-ga5dea5f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3ed8f7a5ebaa753283d82d9874b6b85d2e99c362 FV3 (remotes/origin/feature/mean2inst) + a13a239a746cb95c74bbe5841f300cb75f8b80d9 FV3 (heads/develop) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 02d4dc455bb517b4c641c919dc6b9dc829e1e0d4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9803-g02d4dc455) 569e354ababbde7a7cd68647533769a5c966468d NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 97e6a63ebf9a9030fcdae6ad5cf85a0bc91fa37f WW3 (6.07.1-342-g97e6a63e) 62b89146be1250f354cd50a14096c0c25f2f3952 stochastic_physics (ufs-v2.0.0-191-g62b8914) -Compile atm_debug_dyn32_intel elapsed time 210 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_debug_gnu elapsed time 149 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 510 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_dyn32_phy32_debug_gnu elapsed time 155 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_debug_gnu elapsed time 168 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_gnu elapsed time 261 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 582 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_gnu elapsed time 189 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaero_intel elapsed time 360 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 151 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_faster_intel elapsed time 570 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 353 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atml_intel elapsed time 390 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmw_intel elapsed time 581 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 551 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 376 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile datm_cdeps_debug_intel elapsed time 114 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 169 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_gnu elapsed time 116 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 173 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 45 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 595 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_debug_intel elapsed time 176 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile hafsw_faster_intel elapsed time 613 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_intel elapsed time 581 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_debug_intel elapsed time 156 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 532 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_gnu elapsed time 182 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 356 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn64_phy32_debug_intel elapsed time 161 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn64_phy32_intel elapsed time 380 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_gnu elapsed time 181 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 464 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 527 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_gnu elapsed time 221 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 517 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 305 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 690 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_pdlib_debug_gnu elapsed time 123 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_pdlib_gnu elapsed time 225 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 715 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_debug_gnu elapsed time 138 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2swa_debug_intel elapsed time 323 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2swa_faster_intel elapsed time 784 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_gnu elapsed time 250 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 700 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_gnu elapsed time 88 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_debug_dyn32_intel elapsed time 212 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_debug_gnu elapsed time 155 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 518 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_dyn32_phy32_debug_gnu elapsed time 174 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_debug_gnu elapsed time 174 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_gnu elapsed time 264 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 585 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_gnu elapsed time 194 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaero_intel elapsed time 387 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 149 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 557 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 374 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 385 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmw_intel elapsed time 586 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 550 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 383 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile datm_cdeps_debug_intel elapsed time 110 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 175 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_gnu elapsed time 114 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 175 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 43 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 606 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_debug_intel elapsed time 175 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile hafsw_faster_intel elapsed time 600 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_intel elapsed time 566 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_debug_intel elapsed time 152 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn32_phy32_faster_intel elapsed time 534 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_gnu elapsed time 184 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_intel elapsed time 366 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn64_phy32_debug_intel elapsed time 153 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn64_phy32_intel elapsed time 369 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_gnu elapsed time 190 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 481 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 532 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_gnu elapsed time 224 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 524 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 311 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 661 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_pdlib_debug_gnu elapsed time 119 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_pdlib_gnu elapsed time 222 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 691 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_debug_gnu elapsed time 128 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_debug_intel elapsed time 324 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_faster_intel elapsed time 799 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_gnu elapsed time 253 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 699 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_gnu elapsed time 90 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug Compile wam_debug_intel elapsed time 155 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile wam_intel elapsed time 346 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile wam_intel elapsed time 355 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_mixedmode_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_p8_mixedmode_intel +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -131,14 +131,14 @@ Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 436.602587 - 0: The maximum resident set size (KB) = 1892016 + 0: The total amount of wall time = 450.906603 + 0: The maximum resident set size (KB) = 1884720 Test 001 cpld_control_p8_mixedmode_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_gfsv17_intel +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -202,15 +202,15 @@ Checking test 002 cpld_control_gfsv17_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 490.470301 - 0: The maximum resident set size (KB) = 1742484 + 0: The total amount of wall time = 483.904916 + 0: The maximum resident set size (KB) = 1726984 Test 002 cpld_control_gfsv17_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_p8_intel -Checking test 003 cpld_control_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_p8_intel +Checking test 004 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -274,15 +274,15 @@ Checking test 003 cpld_control_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 428.054255 - 0: The maximum resident set size (KB) = 2039256 + 0: The total amount of wall time = 438.114504 + 0: The maximum resident set size (KB) = 2039988 -Test 003 cpld_control_p8_intel PASS +Test 004 cpld_control_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_restart_p8_intel -Checking test 004 cpld_restart_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_restart_p8_intel +Checking test 005 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -334,15 +334,15 @@ Checking test 004 cpld_restart_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 238.115391 - 0: The maximum resident set size (KB) = 1921844 + 0: The total amount of wall time = 240.501984 + 0: The maximum resident set size (KB) = 1924188 -Test 004 cpld_restart_p8_intel PASS +Test 005 cpld_restart_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_qr_p8_intel -Checking test 005 cpld_control_qr_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_qr_p8_intel +Checking test 006 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -406,15 +406,15 @@ Checking test 005 cpld_control_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 428.516146 - 0: The maximum resident set size (KB) = 1982036 + 0: The total amount of wall time = 442.091388 + 0: The maximum resident set size (KB) = 1975108 -Test 005 cpld_control_qr_p8_intel PASS +Test 006 cpld_control_qr_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_restart_qr_p8_intel -Checking test 006 cpld_restart_qr_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_restart_qr_p8_intel +Checking test 007 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -466,15 +466,15 @@ Checking test 006 cpld_restart_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 243.836881 - 0: The maximum resident set size (KB) = 1562640 + 0: The total amount of wall time = 248.103869 + 0: The maximum resident set size (KB) = 1562488 -Test 006 cpld_restart_qr_p8_intel PASS +Test 007 cpld_restart_qr_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_2threads_p8_intel -Checking test 007 cpld_2threads_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_2threads_p8_intel +Checking test 008 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -526,15 +526,15 @@ Checking test 007 cpld_2threads_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 532.400055 - 0: The maximum resident set size (KB) = 2487276 + 0: The total amount of wall time = 512.217588 + 0: The maximum resident set size (KB) = 2479016 -Test 007 cpld_2threads_p8_intel PASS +Test 008 cpld_2threads_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_decomp_p8_intel -Checking test 008 cpld_decomp_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_decomp_p8_intel +Checking test 009 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -586,15 +586,15 @@ Checking test 008 cpld_decomp_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 439.470440 - 0: The maximum resident set size (KB) = 2045096 + 0: The total amount of wall time = 437.293802 + 0: The maximum resident set size (KB) = 2038904 -Test 008 cpld_decomp_p8_intel PASS +Test 009 cpld_decomp_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_mpi_p8_intel -Checking test 009 cpld_mpi_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_mpi_p8_intel +Checking test 010 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -646,15 +646,15 @@ Checking test 009 cpld_mpi_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 374.479746 - 0: The maximum resident set size (KB) = 1866624 + 0: The total amount of wall time = 380.288344 + 0: The maximum resident set size (KB) = 1864092 -Test 009 cpld_mpi_p8_intel PASS +Test 010 cpld_mpi_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_ciceC_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_ciceC_p8_intel -Checking test 010 cpld_control_ciceC_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_ciceC_p8_intel +Checking test 011 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -718,15 +718,15 @@ Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 427.754762 - 0: The maximum resident set size (KB) = 2057748 + 0: The total amount of wall time = 435.960050 + 0: The maximum resident set size (KB) = 2048764 -Test 010 cpld_control_ciceC_p8_intel PASS +Test 011 cpld_control_ciceC_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c192_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_c192_p8_intel -Checking test 011 cpld_control_c192_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_c192_p8_intel +Checking test 012 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK Comparing sfcf030.tile3.nc .........OK @@ -778,15 +778,15 @@ Checking test 011 cpld_control_c192_p8_intel results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 882.441979 - 0: The maximum resident set size (KB) = 2796000 + 0: The total amount of wall time = 906.124004 + 0: The maximum resident set size (KB) = 2795340 -Test 011 cpld_control_c192_p8_intel PASS +Test 012 cpld_control_c192_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c192_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_restart_c192_p8_intel -Checking test 012 cpld_restart_c192_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_restart_c192_p8_intel +Checking test 013 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK Comparing sfcf030.tile3.nc .........OK @@ -838,15 +838,15 @@ Checking test 012 cpld_restart_c192_p8_intel results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 317.331501 - 0: The maximum resident set size (KB) = 2813548 + 0: The total amount of wall time = 326.880058 + 0: The maximum resident set size (KB) = 2817272 -Test 012 cpld_restart_c192_p8_intel PASS +Test 013 cpld_restart_c192_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_bmark_p8_intel -Checking test 013 cpld_bmark_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_bmark_p8_intel +Checking test 014 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -893,15 +893,15 @@ Checking test 013 cpld_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 524.921698 - 0: The maximum resident set size (KB) = 3615384 + 0: The total amount of wall time = 535.362800 + 0: The maximum resident set size (KB) = 3610128 -Test 013 cpld_bmark_p8_intel PASS +Test 014 cpld_bmark_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_restart_bmark_p8_intel -Checking test 014 cpld_restart_bmark_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_restart_bmark_p8_intel +Checking test 015 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -948,15 +948,15 @@ Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 406.215191 - 0: The maximum resident set size (KB) = 3536012 + 0: The total amount of wall time = 363.583585 + 0: The maximum resident set size (KB) = 3520172 -Test 014 cpld_restart_bmark_p8_intel PASS +Test 015 cpld_restart_bmark_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_noaero_p8_intel -Checking test 015 cpld_control_noaero_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_noaero_p8_intel +Checking test 016 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1019,15 +1019,15 @@ Checking test 015 cpld_control_noaero_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 399.944359 - 0: The maximum resident set size (KB) = 1781472 + 0: The total amount of wall time = 407.536186 + 0: The maximum resident set size (KB) = 1783244 -Test 015 cpld_control_noaero_p8_intel PASS +Test 016 cpld_control_noaero_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_nowave_noaero_p8_intel -Checking test 016 cpld_control_nowave_noaero_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_nowave_noaero_p8_intel +Checking test 017 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1088,15 +1088,15 @@ Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 232.527454 - 0: The maximum resident set size (KB) = 1835256 + 0: The total amount of wall time = 231.837089 + 0: The maximum resident set size (KB) = 1824252 -Test 016 cpld_control_nowave_noaero_p8_intel PASS +Test 017 cpld_control_nowave_noaero_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_debug_p8_intel -Checking test 017 cpld_debug_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_debug_p8_intel +Checking test 018 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1148,15 +1148,15 @@ Checking test 017 cpld_debug_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 423.265908 - 0: The maximum resident set size (KB) = 2021096 + 0: The total amount of wall time = 427.692572 + 0: The maximum resident set size (KB) = 2029204 -Test 017 cpld_debug_p8_intel PASS +Test 018 cpld_debug_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_noaero_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_debug_noaero_p8_intel -Checking test 018 cpld_debug_noaero_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_debug_noaero_p8_intel +Checking test 019 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1207,15 +1207,15 @@ Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 294.679245 - 0: The maximum resident set size (KB) = 1788180 + 0: The total amount of wall time = 299.150155 + 0: The maximum resident set size (KB) = 1788916 -Test 018 cpld_debug_noaero_p8_intel PASS +Test 019 cpld_debug_noaero_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_agrid_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_noaero_p8_agrid_intel -Checking test 019 cpld_control_noaero_p8_agrid_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_noaero_p8_agrid_intel +Checking test 020 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1276,15 +1276,15 @@ Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 235.968042 - 0: The maximum resident set size (KB) = 1824292 + 0: The total amount of wall time = 242.259695 + 0: The maximum resident set size (KB) = 1823084 -Test 019 cpld_control_noaero_p8_agrid_intel PASS +Test 020 cpld_control_noaero_p8_agrid_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c48_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_c48_intel -Checking test 020 cpld_control_c48_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_c48_intel +Checking test 021 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1333,15 +1333,15 @@ Checking test 020 cpld_control_c48_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 443.798831 - 0: The maximum resident set size (KB) = 2843976 + 0: The total amount of wall time = 446.690060 + 0: The maximum resident set size (KB) = 2841068 -Test 020 cpld_control_c48_intel PASS +Test 021 cpld_control_c48_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_faster_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_p8_faster_intel -Checking test 021 cpld_control_p8_faster_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_p8_faster_intel +Checking test 022 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1405,15 +1405,15 @@ Checking test 021 cpld_control_p8_faster_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 422.342726 - 0: The maximum resident set size (KB) = 2037400 + 0: The total amount of wall time = 418.381033 + 0: The maximum resident set size (KB) = 2035676 -Test 021 cpld_control_p8_faster_intel PASS +Test 022 cpld_control_p8_faster_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_flake_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_flake_intel -Checking test 022 control_flake_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_flake_intel +Checking test 023 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1423,15 +1423,15 @@ Checking test 022 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 158.730380 - 0: The maximum resident set size (KB) = 775572 + 0: The total amount of wall time = 163.103450 + 0: The maximum resident set size (KB) = 755736 -Test 022 control_flake_intel PASS +Test 023 control_flake_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_CubedSphereGrid_intel -Checking test 023 control_CubedSphereGrid_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_CubedSphereGrid_intel +Checking test 024 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1457,37 +1457,37 @@ Checking test 023 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 110.495342 - 0: The maximum resident set size (KB) = 683116 + 0: The total amount of wall time = 112.810049 + 0: The maximum resident set size (KB) = 674016 -Test 023 control_CubedSphereGrid_intel PASS +Test 024 control_CubedSphereGrid_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_parallel_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_CubedSphereGrid_parallel_intel -Checking test 024 control_CubedSphereGrid_parallel_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_CubedSphereGrid_parallel_intel +Checking test 025 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK - Comparing atmf024.nc .........OK + Comparing atmf024.nc ............ALT CHECK......OK Comparing cubed_sphere_grid_sfcf000.nc ............ALT CHECK......OK Comparing cubed_sphere_grid_sfcf024.nc ............ALT CHECK......OK - Comparing cubed_sphere_grid_atmf000.nc .........OK - Comparing cubed_sphere_grid_atmf024.nc ............ALT CHECK......OK + Comparing cubed_sphere_grid_atmf000.nc ............ALT CHECK......OK + Comparing cubed_sphere_grid_atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 930.170173 - 0: The maximum resident set size (KB) = 683688 + 0: The total amount of wall time = 1061.202880 + 0: The maximum resident set size (KB) = 689320 -Test 024 control_CubedSphereGrid_parallel_intel PASS +Test 025 control_CubedSphereGrid_parallel_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_latlon_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_latlon_intel -Checking test 025 control_latlon_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_latlon_intel +Checking test 026 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1497,17 +1497,17 @@ Checking test 025 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 113.490456 - 0: The maximum resident set size (KB) = 673388 + 0: The total amount of wall time = 113.918672 + 0: The maximum resident set size (KB) = 673460 -Test 025 control_latlon_intel PASS +Test 026 control_latlon_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_wrtGauss_netcdf_parallel_intel -Checking test 026 control_wrtGauss_netcdf_parallel_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_wrtGauss_netcdf_parallel_intel +Checking test 027 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf024.nc ............ALT CHECK......OK + Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK @@ -1515,15 +1515,15 @@ Checking test 026 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 139.662660 - 0: The maximum resident set size (KB) = 683888 + 0: The total amount of wall time = 145.074576 + 0: The maximum resident set size (KB) = 679040 -Test 026 control_wrtGauss_netcdf_parallel_intel PASS +Test 027 control_wrtGauss_netcdf_parallel_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c48_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_c48_intel -Checking test 027 control_c48_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_c48_intel +Checking test 028 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1561,15 +1561,15 @@ Checking test 027 control_c48_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 333.725266 -0: The maximum resident set size (KB) = 822628 +0: The total amount of wall time = 335.411686 +0: The maximum resident set size (KB) = 820212 -Test 027 control_c48_intel PASS +Test 028 control_c48_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c192_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_c192_intel -Checking test 028 control_c192_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_c192_intel +Checking test 029 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1579,15 +1579,15 @@ Checking test 028 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 447.906663 - 0: The maximum resident set size (KB) = 889528 + 0: The total amount of wall time = 460.816782 + 0: The maximum resident set size (KB) = 896824 -Test 028 control_c192_intel PASS +Test 029 control_c192_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c384_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_c384_intel -Checking test 029 control_c384_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_c384_intel +Checking test 030 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1597,15 +1597,15 @@ Checking test 029 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 459.110519 - 0: The maximum resident set size (KB) = 1605768 + 0: The total amount of wall time = 457.198029 + 0: The maximum resident set size (KB) = 1572096 -Test 029 control_c384_intel PASS +Test 030 control_c384_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c384gdas_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_c384gdas_intel -Checking test 030 control_c384gdas_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_c384gdas_intel +Checking test 031 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1647,15 +1647,15 @@ Checking test 030 control_c384gdas_intel results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 394.273772 - 0: The maximum resident set size (KB) = 1653832 + 0: The total amount of wall time = 399.405393 + 0: The maximum resident set size (KB) = 1648808 -Test 030 control_c384gdas_intel PASS +Test 031 control_c384gdas_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_stochy_intel -Checking test 031 control_stochy_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_stochy_intel +Checking test 032 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1665,29 +1665,29 @@ Checking test 031 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 76.129518 - 0: The maximum resident set size (KB) = 674528 + 0: The total amount of wall time = 88.027997 + 0: The maximum resident set size (KB) = 668444 -Test 031 control_stochy_intel PASS +Test 032 control_stochy_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_stochy_restart_intel -Checking test 032 control_stochy_restart_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_stochy_restart_intel +Checking test 033 control_stochy_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 40.866868 - 0: The maximum resident set size (KB) = 612948 + 0: The total amount of wall time = 42.173638 + 0: The maximum resident set size (KB) = 611724 -Test 032 control_stochy_restart_intel PASS +Test 033 control_stochy_restart_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_lndp_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_lndp_intel -Checking test 033 control_lndp_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_lndp_intel +Checking test 034 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1697,15 +1697,15 @@ Checking test 033 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 69.891377 - 0: The maximum resident set size (KB) = 666104 + 0: The total amount of wall time = 71.450318 + 0: The maximum resident set size (KB) = 680008 -Test 033 control_lndp_intel PASS +Test 034 control_lndp_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_iovr4_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_iovr4_intel -Checking test 034 control_iovr4_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_iovr4_intel +Checking test 035 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1719,15 +1719,15 @@ Checking test 034 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 116.390851 - 0: The maximum resident set size (KB) = 703788 + 0: The total amount of wall time = 116.667309 + 0: The maximum resident set size (KB) = 712028 -Test 034 control_iovr4_intel PASS +Test 035 control_iovr4_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_iovr5_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_iovr5_intel -Checking test 035 control_iovr5_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_iovr5_intel +Checking test 036 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1741,15 +1741,15 @@ Checking test 035 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 167.837513 - 0: The maximum resident set size (KB) = 710384 + 0: The total amount of wall time = 133.422557 + 0: The maximum resident set size (KB) = 708748 -Test 035 control_iovr5_intel PASS +Test 036 control_iovr5_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_p8_intel -Checking test 036 control_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_p8_intel +Checking test 037 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1795,15 +1795,15 @@ Checking test 036 control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 142.735411 - 0: The maximum resident set size (KB) = 1631644 + 0: The total amount of wall time = 142.225601 + 0: The maximum resident set size (KB) = 1617840 -Test 036 control_p8_intel PASS +Test 037 control_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_restart_p8_intel -Checking test 037 control_restart_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_restart_p8_intel +Checking test 038 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1841,15 +1841,15 @@ Checking test 037 control_restart_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 76.853212 - 0: The maximum resident set size (KB) = 987816 + 0: The total amount of wall time = 80.757425 + 0: The maximum resident set size (KB) = 981528 -Test 037 control_restart_p8_intel PASS +Test 038 control_restart_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_qr_p8_intel -Checking test 038 control_qr_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_qr_p8_intel +Checking test 039 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1895,15 +1895,15 @@ Checking test 038 control_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 143.466683 - 0: The maximum resident set size (KB) = 1642824 + 0: The total amount of wall time = 144.129155 + 0: The maximum resident set size (KB) = 1634768 -Test 038 control_qr_p8_intel PASS +Test 039 control_qr_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_restart_qr_p8_intel -Checking test 039 control_restart_qr_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_restart_qr_p8_intel +Checking test 040 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1941,15 +1941,15 @@ Checking test 039 control_restart_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 82.049264 - 0: The maximum resident set size (KB) = 902460 + 0: The total amount of wall time = 79.946793 + 0: The maximum resident set size (KB) = 902048 -Test 039 control_restart_qr_p8_intel PASS +Test 040 control_restart_qr_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_decomp_p8_intel -Checking test 040 control_decomp_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_decomp_p8_intel +Checking test 041 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1991,15 +1991,15 @@ Checking test 040 control_decomp_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 150.114620 - 0: The maximum resident set size (KB) = 1621696 + 0: The total amount of wall time = 145.877899 + 0: The maximum resident set size (KB) = 1613964 -Test 040 control_decomp_p8_intel PASS +Test 041 control_decomp_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_2threads_p8_intel -Checking test 041 control_2threads_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_2threads_p8_intel +Checking test 042 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2041,15 +2041,15 @@ Checking test 041 control_2threads_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 132.173280 - 0: The maximum resident set size (KB) = 1711552 + 0: The total amount of wall time = 135.089995 + 0: The maximum resident set size (KB) = 1716856 -Test 041 control_2threads_p8_intel PASS +Test 042 control_2threads_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_lndp_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_p8_lndp_intel -Checking test 042 control_p8_lndp_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_p8_lndp_intel +Checking test 043 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2067,15 +2067,15 @@ Checking test 042 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 265.954777 - 0: The maximum resident set size (KB) = 1636956 + 0: The total amount of wall time = 269.719765 + 0: The maximum resident set size (KB) = 1630976 -Test 042 control_p8_lndp_intel PASS +Test 043 control_p8_lndp_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_rrtmgp_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_p8_rrtmgp_intel -Checking test 043 control_p8_rrtmgp_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_p8_rrtmgp_intel +Checking test 044 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2121,15 +2121,15 @@ Checking test 043 control_p8_rrtmgp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 198.015312 - 0: The maximum resident set size (KB) = 1695472 + 0: The total amount of wall time = 243.484254 + 0: The maximum resident set size (KB) = 1702980 -Test 043 control_p8_rrtmgp_intel PASS +Test 044 control_p8_rrtmgp_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_mynn_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_p8_mynn_intel -Checking test 044 control_p8_mynn_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_p8_mynn_intel +Checking test 045 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2175,15 +2175,15 @@ Checking test 044 control_p8_mynn_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 144.828530 - 0: The maximum resident set size (KB) = 1628752 + 0: The total amount of wall time = 148.344531 + 0: The maximum resident set size (KB) = 1635952 -Test 044 control_p8_mynn_intel PASS +Test 045 control_p8_mynn_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/merra2_thompson_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/merra2_thompson_intel -Checking test 045 merra2_thompson_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/merra2_thompson_intel +Checking test 046 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2229,15 +2229,15 @@ Checking test 045 merra2_thompson_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 161.557433 - 0: The maximum resident set size (KB) = 1647300 + 0: The total amount of wall time = 165.997554 + 0: The maximum resident set size (KB) = 1631452 -Test 045 merra2_thompson_intel PASS +Test 046 merra2_thompson_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_control_intel -Checking test 046 regional_control_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_control_intel +Checking test 047 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2247,29 +2247,29 @@ Checking test 046 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 243.547907 - 0: The maximum resident set size (KB) = 1232404 + 0: The total amount of wall time = 250.760082 + 0: The maximum resident set size (KB) = 1228684 -Test 046 regional_control_intel PASS +Test 047 regional_control_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_restart_intel -Checking test 047 regional_restart_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_restart_intel +Checking test 048 regional_restart_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 129.315344 - 0: The maximum resident set size (KB) = 1213520 + 0: The total amount of wall time = 129.946536 + 0: The maximum resident set size (KB) = 1211076 -Test 047 regional_restart_intel PASS +Test 048 regional_restart_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_control_qr_intel -Checking test 048 regional_control_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_control_qr_intel +Checking test 049 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2279,29 +2279,29 @@ Checking test 048 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 243.514525 - 0: The maximum resident set size (KB) = 1224124 + 0: The total amount of wall time = 251.844741 + 0: The maximum resident set size (KB) = 1230732 -Test 048 regional_control_qr_intel PASS +Test 049 regional_control_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_restart_qr_intel -Checking test 049 regional_restart_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_restart_qr_intel +Checking test 050 regional_restart_qr_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 131.407564 - 0: The maximum resident set size (KB) = 1210720 + 0: The total amount of wall time = 133.313194 + 0: The maximum resident set size (KB) = 1208404 -Test 049 regional_restart_qr_intel PASS +Test 050 regional_restart_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_decomp_intel -Checking test 050 regional_decomp_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_decomp_intel +Checking test 051 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2311,15 +2311,15 @@ Checking test 050 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 258.097670 - 0: The maximum resident set size (KB) = 1212416 + 0: The total amount of wall time = 266.485255 + 0: The maximum resident set size (KB) = 1213536 -Test 050 regional_decomp_intel PASS +Test 051 regional_decomp_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_2threads_intel -Checking test 051 regional_2threads_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_2threads_intel +Checking test 052 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2329,44 +2329,44 @@ Checking test 051 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 148.354885 - 0: The maximum resident set size (KB) = 1151156 + 0: The total amount of wall time = 160.986288 + 0: The maximum resident set size (KB) = 1156196 -Test 051 regional_2threads_intel PASS +Test 052 regional_2threads_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_noquilt_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_noquilt_intel -Checking test 052 regional_noquilt_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_noquilt_intel +Checking test 053 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 244.538355 - 0: The maximum resident set size (KB) = 1485736 + 0: The total amount of wall time = 247.119076 + 0: The maximum resident set size (KB) = 1491904 -Test 052 regional_noquilt_intel PASS +Test 053 regional_noquilt_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_netcdf_parallel_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_netcdf_parallel_intel -Checking test 053 regional_netcdf_parallel_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_netcdf_parallel_intel +Checking test 054 regional_netcdf_parallel_intel results .... Comparing dynf000.nc ............ALT CHECK......OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 250.096590 - 0: The maximum resident set size (KB) = 1216620 + 0: The total amount of wall time = 257.705498 + 0: The maximum resident set size (KB) = 1213420 -Test 053 regional_netcdf_parallel_intel PASS +Test 054 regional_netcdf_parallel_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_2dwrtdecomp_intel -Checking test 054 regional_2dwrtdecomp_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_2dwrtdecomp_intel +Checking test 055 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2376,15 +2376,15 @@ Checking test 054 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 245.390052 - 0: The maximum resident set size (KB) = 1226628 + 0: The total amount of wall time = 252.832216 + 0: The maximum resident set size (KB) = 1231572 -Test 054 regional_2dwrtdecomp_intel PASS +Test 055 regional_2dwrtdecomp_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/fv3_regional_wofs_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_wofs_intel -Checking test 055 regional_wofs_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_wofs_intel +Checking test 056 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2394,15 +2394,15 @@ Checking test 055 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 308.504431 - 0: The maximum resident set size (KB) = 1086160 + 0: The total amount of wall time = 313.172439 + 0: The maximum resident set size (KB) = 1104716 -Test 055 regional_wofs_intel PASS +Test 056 regional_wofs_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_intel -Checking test 056 rap_control_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_intel +Checking test 057 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2448,15 +2448,15 @@ Checking test 056 rap_control_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 379.067927 - 0: The maximum resident set size (KB) = 1395504 + 0: The total amount of wall time = 385.637838 + 0: The maximum resident set size (KB) = 1404944 -Test 056 rap_control_intel PASS +Test 057 rap_control_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_spp_sppt_shum_skeb_intel -Checking test 057 regional_spp_sppt_shum_skeb_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_spp_sppt_shum_skeb_intel +Checking test 058 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2466,15 +2466,15 @@ Checking test 057 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 190.529755 - 0: The maximum resident set size (KB) = 1317748 + 0: The total amount of wall time = 199.864146 + 0: The maximum resident set size (KB) = 1327076 -Test 057 regional_spp_sppt_shum_skeb_intel PASS +Test 058 regional_spp_sppt_shum_skeb_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_decomp_intel -Checking test 058 rap_decomp_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_decomp_intel +Checking test 059 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2520,15 +2520,15 @@ Checking test 058 rap_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 393.139909 - 0: The maximum resident set size (KB) = 1333760 + 0: The total amount of wall time = 396.035907 + 0: The maximum resident set size (KB) = 1326376 -Test 058 rap_decomp_intel PASS +Test 059 rap_decomp_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_2threads_intel -Checking test 059 rap_2threads_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_2threads_intel +Checking test 060 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2574,15 +2574,15 @@ Checking test 059 rap_2threads_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 355.764330 - 0: The maximum resident set size (KB) = 1549836 + 0: The total amount of wall time = 362.630389 + 0: The maximum resident set size (KB) = 1555712 -Test 059 rap_2threads_intel PASS +Test 060 rap_2threads_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_restart_intel -Checking test 060 rap_restart_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_restart_intel +Checking test 061 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2620,15 +2620,15 @@ Checking test 060 rap_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 194.361245 - 0: The maximum resident set size (KB) = 1237868 + 0: The total amount of wall time = 192.401066 + 0: The maximum resident set size (KB) = 1219808 -Test 060 rap_restart_intel PASS +Test 061 rap_restart_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_sfcdiff_intel -Checking test 061 rap_sfcdiff_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_sfcdiff_intel +Checking test 062 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2674,15 +2674,15 @@ Checking test 061 rap_sfcdiff_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 375.937778 - 0: The maximum resident set size (KB) = 1417716 + 0: The total amount of wall time = 382.856674 + 0: The maximum resident set size (KB) = 1418748 -Test 061 rap_sfcdiff_intel PASS +Test 062 rap_sfcdiff_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_sfcdiff_decomp_intel -Checking test 062 rap_sfcdiff_decomp_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_sfcdiff_decomp_intel +Checking test 063 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2728,15 +2728,15 @@ Checking test 062 rap_sfcdiff_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 393.194461 - 0: The maximum resident set size (KB) = 1349340 + 0: The total amount of wall time = 400.730000 + 0: The maximum resident set size (KB) = 1360544 -Test 062 rap_sfcdiff_decomp_intel PASS +Test 063 rap_sfcdiff_decomp_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_sfcdiff_restart_intel -Checking test 063 rap_sfcdiff_restart_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_sfcdiff_restart_intel +Checking test 064 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2774,15 +2774,15 @@ Checking test 063 rap_sfcdiff_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 280.925422 - 0: The maximum resident set size (KB) = 1280096 + 0: The total amount of wall time = 292.717126 + 0: The maximum resident set size (KB) = 1277444 -Test 063 rap_sfcdiff_restart_intel PASS +Test 064 rap_sfcdiff_restart_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_intel -Checking test 064 hrrr_control_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_intel +Checking test 065 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2828,15 +2828,15 @@ Checking test 064 hrrr_control_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 193.413861 - 0: The maximum resident set size (KB) = 1278952 + 0: The total amount of wall time = 193.927106 + 0: The maximum resident set size (KB) = 1287436 -Test 064 hrrr_control_intel PASS +Test 065 hrrr_control_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_qr_intel -Checking test 065 hrrr_control_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_qr_intel +Checking test 066 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2882,15 +2882,15 @@ Checking test 065 hrrr_control_qr_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 190.825123 - 0: The maximum resident set size (KB) = 1075568 + 0: The total amount of wall time = 194.397540 + 0: The maximum resident set size (KB) = 1081760 -Test 065 hrrr_control_qr_intel PASS +Test 066 hrrr_control_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_decomp_intel -Checking test 066 hrrr_control_decomp_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_decomp_intel +Checking test 067 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2936,15 +2936,15 @@ Checking test 066 hrrr_control_decomp_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 195.735464 - 0: The maximum resident set size (KB) = 1229764 + 0: The total amount of wall time = 197.343993 + 0: The maximum resident set size (KB) = 1233776 -Test 066 hrrr_control_decomp_intel PASS +Test 067 hrrr_control_decomp_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_2threads_intel -Checking test 067 hrrr_control_2threads_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_2threads_intel +Checking test 068 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2990,43 +2990,43 @@ Checking test 067 hrrr_control_2threads_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 178.394077 - 0: The maximum resident set size (KB) = 1222144 + 0: The total amount of wall time = 180.137844 + 0: The maximum resident set size (KB) = 1233216 -Test 067 hrrr_control_2threads_intel PASS +Test 068 hrrr_control_2threads_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_restart_intel -Checking test 068 hrrr_control_restart_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_restart_intel +Checking test 069 hrrr_control_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 100.192622 - 0: The maximum resident set size (KB) = 1113744 + 0: The total amount of wall time = 153.067230 + 0: The maximum resident set size (KB) = 1124332 -Test 068 hrrr_control_restart_intel PASS +Test 069 hrrr_control_restart_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_restart_qr_intel -Checking test 069 hrrr_control_restart_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_restart_qr_intel +Checking test 070 hrrr_control_restart_qr_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 103.613194 - 0: The maximum resident set size (KB) = 930580 + 0: The total amount of wall time = 102.954283 + 0: The maximum resident set size (KB) = 934680 -Test 069 hrrr_control_restart_qr_intel PASS +Test 070 hrrr_control_restart_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rrfs_v1beta_intel -Checking test 070 rrfs_v1beta_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rrfs_v1beta_intel +Checking test 071 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3072,15 +3072,15 @@ Checking test 070 rrfs_v1beta_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 361.217587 - 0: The maximum resident set size (KB) = 1389892 + 0: The total amount of wall time = 367.248267 + 0: The maximum resident set size (KB) = 1385908 -Test 070 rrfs_v1beta_intel PASS +Test 071 rrfs_v1beta_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rrfs_v1nssl_intel -Checking test 071 rrfs_v1nssl_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rrfs_v1nssl_intel +Checking test 072 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3094,15 +3094,15 @@ Checking test 071 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 447.092839 - 0: The maximum resident set size (KB) = 956260 + 0: The total amount of wall time = 452.398594 + 0: The maximum resident set size (KB) = 951708 -Test 071 rrfs_v1nssl_intel PASS +Test 072 rrfs_v1nssl_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_nohailnoccn_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rrfs_v1nssl_nohailnoccn_intel -Checking test 072 rrfs_v1nssl_nohailnoccn_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rrfs_v1nssl_nohailnoccn_intel +Checking test 073 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3116,15 +3116,15 @@ Checking test 072 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 434.406851 - 0: The maximum resident set size (KB) = 1108692 + 0: The total amount of wall time = 434.845274 + 0: The maximum resident set size (KB) = 1104588 -Test 072 rrfs_v1nssl_nohailnoccn_intel PASS +Test 073 rrfs_v1nssl_nohailnoccn_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmg_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_csawmg_intel -Checking test 073 control_csawmg_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_csawmg_intel +Checking test 074 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3134,15 +3134,15 @@ Checking test 073 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 293.923276 - 0: The maximum resident set size (KB) = 964204 + 0: The total amount of wall time = 305.758956 + 0: The maximum resident set size (KB) = 977856 -Test 073 control_csawmg_intel PASS +Test 074 control_csawmg_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmgt_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_csawmgt_intel -Checking test 074 control_csawmgt_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_csawmgt_intel +Checking test 075 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3152,15 +3152,15 @@ Checking test 074 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 291.988119 - 0: The maximum resident set size (KB) = 937880 + 0: The total amount of wall time = 301.046386 + 0: The maximum resident set size (KB) = 969696 -Test 074 control_csawmgt_intel PASS +Test 075 control_csawmgt_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_ras_intel -Checking test 075 control_ras_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_ras_intel +Checking test 076 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3170,27 +3170,27 @@ Checking test 075 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 160.186843 - 0: The maximum resident set size (KB) = 928728 + 0: The total amount of wall time = 163.899347 + 0: The maximum resident set size (KB) = 923696 -Test 075 control_ras_intel PASS +Test 076 control_ras_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wam_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_wam_intel -Checking test 076 control_wam_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_wam_intel +Checking test 077 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 99.387212 - 0: The maximum resident set size (KB) = 853092 + 0: The total amount of wall time = 102.632198 + 0: The maximum resident set size (KB) = 852584 -Test 076 control_wam_intel PASS +Test 077 control_wam_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_faster_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_p8_faster_intel -Checking test 077 control_p8_faster_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_p8_faster_intel +Checking test 078 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3236,15 +3236,15 @@ Checking test 077 control_p8_faster_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 136.751987 - 0: The maximum resident set size (KB) = 1633392 + 0: The total amount of wall time = 132.462964 + 0: The maximum resident set size (KB) = 1618772 -Test 077 control_p8_faster_intel PASS +Test 078 control_p8_faster_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_faster_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_control_faster_intel -Checking test 078 regional_control_faster_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_control_faster_intel +Checking test 079 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3254,15 +3254,15 @@ Checking test 078 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 226.114498 - 0: The maximum resident set size (KB) = 1228428 + 0: The total amount of wall time = 227.251029 + 0: The maximum resident set size (KB) = 1229812 -Test 078 regional_control_faster_intel PASS +Test 079 regional_control_faster_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_CubedSphereGrid_debug_intel -Checking test 079 control_CubedSphereGrid_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_CubedSphereGrid_debug_intel +Checking test 080 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3288,365 +3288,365 @@ Checking test 079 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 125.948420 - 0: The maximum resident set size (KB) = 811728 + 0: The total amount of wall time = 126.326885 + 0: The maximum resident set size (KB) = 814860 -Test 079 control_CubedSphereGrid_debug_intel PASS +Test 080 control_CubedSphereGrid_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 080 control_wrtGauss_netcdf_parallel_debug_intel results .... - Comparing sfcf000.nc ............ALT CHECK......OK +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 081 control_wrtGauss_netcdf_parallel_debug_intel results .... + Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.115418 - 0: The maximum resident set size (KB) = 812948 + 0: The total amount of wall time = 148.847403 + 0: The maximum resident set size (KB) = 818788 -Test 080 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 081 control_wrtGauss_netcdf_parallel_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_stochy_debug_intel -Checking test 081 control_stochy_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_stochy_debug_intel +Checking test 082 control_stochy_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 138.141461 - 0: The maximum resident set size (KB) = 821712 + 0: The total amount of wall time = 141.059426 + 0: The maximum resident set size (KB) = 823544 -Test 081 control_stochy_debug_intel PASS +Test 082 control_stochy_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_lndp_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_lndp_debug_intel -Checking test 082 control_lndp_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_lndp_debug_intel +Checking test 083 control_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 128.046880 - 0: The maximum resident set size (KB) = 829360 + 0: The total amount of wall time = 124.103460 + 0: The maximum resident set size (KB) = 820356 -Test 082 control_lndp_debug_intel PASS +Test 083 control_lndp_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmg_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_csawmg_debug_intel -Checking test 083 control_csawmg_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_csawmg_debug_intel +Checking test 084 control_csawmg_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 192.101023 - 0: The maximum resident set size (KB) = 858596 + 0: The total amount of wall time = 197.373168 + 0: The maximum resident set size (KB) = 860476 -Test 083 control_csawmg_debug_intel PASS +Test 084 control_csawmg_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmgt_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_csawmgt_debug_intel -Checking test 084 control_csawmgt_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_csawmgt_debug_intel +Checking test 085 control_csawmgt_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 192.287296 - 0: The maximum resident set size (KB) = 855404 + 0: The total amount of wall time = 190.376993 + 0: The maximum resident set size (KB) = 868464 -Test 084 control_csawmgt_debug_intel PASS +Test 085 control_csawmgt_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_ras_debug_intel -Checking test 085 control_ras_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_ras_debug_intel +Checking test 086 control_ras_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 127.648674 - 0: The maximum resident set size (KB) = 834520 + 0: The total amount of wall time = 127.435188 + 0: The maximum resident set size (KB) = 827640 -Test 085 control_ras_debug_intel PASS +Test 086 control_ras_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_diag_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_diag_debug_intel -Checking test 086 control_diag_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_diag_debug_intel +Checking test 087 control_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 128.945007 - 0: The maximum resident set size (KB) = 878488 + 0: The total amount of wall time = 128.245735 + 0: The maximum resident set size (KB) = 875556 -Test 086 control_diag_debug_intel PASS +Test 087 control_diag_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_debug_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_debug_p8_intel -Checking test 087 control_debug_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_debug_p8_intel +Checking test 088 control_debug_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 144.434830 - 0: The maximum resident set size (KB) = 1642096 + 0: The total amount of wall time = 142.364983 + 0: The maximum resident set size (KB) = 1645140 -Test 087 control_debug_p8_intel PASS +Test 088 control_debug_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_debug_intel -Checking test 088 regional_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_debug_intel +Checking test 089 regional_debug_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 841.589849 - 0: The maximum resident set size (KB) = 1227176 + 0: The total amount of wall time = 839.041729 + 0: The maximum resident set size (KB) = 1231428 -Test 088 regional_debug_intel PASS +Test 089 regional_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_debug_intel -Checking test 089 rap_control_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_debug_intel +Checking test 090 rap_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 239.001362 - 0: The maximum resident set size (KB) = 1218052 + 0: The total amount of wall time = 226.012168 + 0: The maximum resident set size (KB) = 1213816 -Test 089 rap_control_debug_intel PASS +Test 090 rap_control_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_debug_intel -Checking test 090 hrrr_control_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_debug_intel +Checking test 091 hrrr_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 225.189918 - 0: The maximum resident set size (KB) = 1202056 + 0: The total amount of wall time = 223.729463 + 0: The maximum resident set size (KB) = 1198128 -Test 090 hrrr_control_debug_intel PASS +Test 091 hrrr_control_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_gf_debug_intel -Checking test 091 hrrr_gf_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_gf_debug_intel +Checking test 092 hrrr_gf_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 226.066873 - 0: The maximum resident set size (KB) = 1228920 + 0: The total amount of wall time = 229.153356 + 0: The maximum resident set size (KB) = 1235828 -Test 091 hrrr_gf_debug_intel PASS +Test 092 hrrr_gf_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_c3_debug_intel -Checking test 092 hrrr_c3_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_c3_debug_intel +Checking test 093 hrrr_c3_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 229.093304 - 0: The maximum resident set size (KB) = 1216292 + 0: The total amount of wall time = 232.469316 + 0: The maximum resident set size (KB) = 1223468 -Test 092 hrrr_c3_debug_intel PASS +Test 093 hrrr_c3_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_unified_drag_suite_debug_intel -Checking test 093 rap_unified_drag_suite_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_unified_drag_suite_debug_intel +Checking test 094 rap_unified_drag_suite_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 227.431975 - 0: The maximum resident set size (KB) = 1220148 + 0: The total amount of wall time = 233.074314 + 0: The maximum resident set size (KB) = 1214384 -Test 093 rap_unified_drag_suite_debug_intel PASS +Test 094 rap_unified_drag_suite_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_diag_debug_intel -Checking test 094 rap_diag_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_diag_debug_intel +Checking test 095 rap_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 238.317707 - 0: The maximum resident set size (KB) = 1316896 + 0: The total amount of wall time = 244.692298 + 0: The maximum resident set size (KB) = 1330488 -Test 094 rap_diag_debug_intel PASS +Test 095 rap_diag_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_cires_ugwp_debug_intel -Checking test 095 rap_cires_ugwp_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_cires_ugwp_debug_intel +Checking test 096 rap_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 232.927750 - 0: The maximum resident set size (KB) = 1227528 + 0: The total amount of wall time = 235.556092 + 0: The maximum resident set size (KB) = 1217272 -Test 095 rap_cires_ugwp_debug_intel PASS +Test 096 rap_cires_ugwp_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_unified_ugwp_debug_intel -Checking test 096 rap_unified_ugwp_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_unified_ugwp_debug_intel +Checking test 097 rap_unified_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 233.177098 - 0: The maximum resident set size (KB) = 1226400 + 0: The total amount of wall time = 232.519765 + 0: The maximum resident set size (KB) = 1218580 -Test 096 rap_unified_ugwp_debug_intel PASS +Test 097 rap_unified_ugwp_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_lndp_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_lndp_debug_intel -Checking test 097 rap_lndp_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_lndp_debug_intel +Checking test 098 rap_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 228.259563 - 0: The maximum resident set size (KB) = 1244604 + 0: The total amount of wall time = 236.019483 + 0: The maximum resident set size (KB) = 1229536 -Test 097 rap_lndp_debug_intel PASS +Test 098 rap_lndp_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_progcld_thompson_debug_intel -Checking test 098 rap_progcld_thompson_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_progcld_thompson_debug_intel +Checking test 099 rap_progcld_thompson_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 227.647665 - 0: The maximum resident set size (KB) = 1240112 + 0: The total amount of wall time = 231.157162 + 0: The maximum resident set size (KB) = 1239312 -Test 098 rap_progcld_thompson_debug_intel PASS +Test 099 rap_progcld_thompson_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_noah_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_noah_debug_intel -Checking test 099 rap_noah_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_noah_debug_intel +Checking test 100 rap_noah_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 221.084197 - 0: The maximum resident set size (KB) = 1221792 + 0: The total amount of wall time = 227.081232 + 0: The maximum resident set size (KB) = 1226492 -Test 099 rap_noah_debug_intel PASS +Test 100 rap_noah_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_sfcdiff_debug_intel -Checking test 100 rap_sfcdiff_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_sfcdiff_debug_intel +Checking test 101 rap_sfcdiff_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 226.313061 - 0: The maximum resident set size (KB) = 1217184 + 0: The total amount of wall time = 232.976092 + 0: The maximum resident set size (KB) = 1223680 -Test 100 rap_sfcdiff_debug_intel PASS +Test 101 rap_sfcdiff_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 101 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 102 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 375.631124 - 0: The maximum resident set size (KB) = 1235640 + 0: The total amount of wall time = 375.735416 + 0: The maximum resident set size (KB) = 1232948 -Test 101 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 102 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rrfs_v1beta_debug_intel -Checking test 102 rrfs_v1beta_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rrfs_v1beta_debug_intel +Checking test 103 rrfs_v1beta_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 222.964993 - 0: The maximum resident set size (KB) = 1204320 + 0: The total amount of wall time = 225.814248 + 0: The maximum resident set size (KB) = 1205388 -Test 102 rrfs_v1beta_debug_intel PASS +Test 103 rrfs_v1beta_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_clm_lake_debug_intel -Checking test 103 rap_clm_lake_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_clm_lake_debug_intel +Checking test 104 rap_clm_lake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.334032 - 0: The maximum resident set size (KB) = 1223540 + 0: The total amount of wall time = 283.282675 + 0: The maximum resident set size (KB) = 1218984 -Test 103 rap_clm_lake_debug_intel PASS +Test 104 rap_clm_lake_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_flake_debug_intel -Checking test 104 rap_flake_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_flake_debug_intel +Checking test 105 rap_flake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 227.228655 - 0: The maximum resident set size (KB) = 1230256 + 0: The total amount of wall time = 230.734982 + 0: The maximum resident set size (KB) = 1234604 -Test 104 rap_flake_debug_intel PASS +Test 105 rap_flake_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 105 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3656,15 +3656,15 @@ Checking test 105 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 179.970984 - 0: The maximum resident set size (KB) = 1210840 + 0: The total amount of wall time = 196.693223 + 0: The maximum resident set size (KB) = 1224848 -Test 105 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 106 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_dyn32_phy32_intel -Checking test 106 rap_control_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_dyn32_phy32_intel +Checking test 107 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3710,15 +3710,15 @@ Checking test 106 rap_control_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 308.330292 - 0: The maximum resident set size (KB) = 1234028 + 0: The total amount of wall time = 324.694644 + 0: The maximum resident set size (KB) = 1211720 -Test 106 rap_control_dyn32_phy32_intel PASS +Test 107 rap_control_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_dyn32_phy32_intel -Checking test 107 hrrr_control_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_dyn32_phy32_intel +Checking test 108 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3764,15 +3764,15 @@ Checking test 107 hrrr_control_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 158.299314 - 0: The maximum resident set size (KB) = 1111888 + 0: The total amount of wall time = 168.412684 + 0: The maximum resident set size (KB) = 1108172 -Test 107 hrrr_control_dyn32_phy32_intel PASS +Test 108 hrrr_control_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_qr_dyn32_phy32_intel -Checking test 108 hrrr_control_qr_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_qr_dyn32_phy32_intel +Checking test 109 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3818,15 +3818,15 @@ Checking test 108 hrrr_control_qr_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 160.679987 - 0: The maximum resident set size (KB) = 1018248 + 0: The total amount of wall time = 176.269355 + 0: The maximum resident set size (KB) = 1008420 -Test 108 hrrr_control_qr_dyn32_phy32_intel PASS +Test 109 hrrr_control_qr_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_2threads_dyn32_phy32_intel -Checking test 109 rap_2threads_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_2threads_dyn32_phy32_intel +Checking test 110 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3872,15 +3872,15 @@ Checking test 109 rap_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 292.802286 - 0: The maximum resident set size (KB) = 1343416 + 0: The total amount of wall time = 313.770646 + 0: The maximum resident set size (KB) = 1348176 -Test 109 rap_2threads_dyn32_phy32_intel PASS +Test 110 rap_2threads_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_2threads_dyn32_phy32_intel -Checking test 110 hrrr_control_2threads_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_2threads_dyn32_phy32_intel +Checking test 111 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3926,15 +3926,15 @@ Checking test 110 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 149.078962 - 0: The maximum resident set size (KB) = 1064328 + 0: The total amount of wall time = 168.050123 + 0: The maximum resident set size (KB) = 1058660 -Test 110 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 111 hrrr_control_2threads_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_decomp_dyn32_phy32_intel -Checking test 111 hrrr_control_decomp_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_decomp_dyn32_phy32_intel +Checking test 112 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3980,15 +3980,15 @@ Checking test 111 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 167.788543 - 0: The maximum resident set size (KB) = 1083124 + 0: The total amount of wall time = 180.415758 + 0: The maximum resident set size (KB) = 1085620 -Test 111 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 112 hrrr_control_decomp_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_restart_dyn32_phy32_intel -Checking test 112 rap_restart_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_restart_dyn32_phy32_intel +Checking test 113 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4026,43 +4026,43 @@ Checking test 112 rap_restart_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 229.029830 - 0: The maximum resident set size (KB) = 1151512 + 0: The total amount of wall time = 228.599266 + 0: The maximum resident set size (KB) = 1135740 -Test 112 rap_restart_dyn32_phy32_intel PASS +Test 113 rap_restart_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_restart_dyn32_phy32_intel -Checking test 113 hrrr_control_restart_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_restart_dyn32_phy32_intel +Checking test 114 hrrr_control_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 84.168079 - 0: The maximum resident set size (KB) = 984280 + 0: The total amount of wall time = 85.068279 + 0: The maximum resident set size (KB) = 981884 -Test 113 hrrr_control_restart_dyn32_phy32_intel PASS +Test 114 hrrr_control_restart_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 114 hrrr_control_restart_qr_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 115 hrrr_control_restart_qr_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.926111 - 0: The maximum resident set size (KB) = 920628 + 0: The total amount of wall time = 86.299405 + 0: The maximum resident set size (KB) = 915000 -Test 114 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 115 hrrr_control_restart_qr_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_control_intel -Checking test 115 conus13km_control_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_control_intel +Checking test 116 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4077,41 +4077,41 @@ Checking test 115 conus13km_control_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 91.266934 - 0: The maximum resident set size (KB) = 1357140 + 0: The total amount of wall time = 104.986697 + 0: The maximum resident set size (KB) = 1354032 -Test 115 conus13km_control_intel PASS +Test 116 conus13km_control_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_2threads_intel -Checking test 116 conus13km_2threads_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_2threads_intel +Checking test 117 conus13km_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 35.427246 - 0: The maximum resident set size (KB) = 1248728 + 0: The total amount of wall time = 35.497722 + 0: The maximum resident set size (KB) = 1247352 -Test 116 conus13km_2threads_intel PASS +Test 117 conus13km_2threads_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_restart_mismatch_intel -Checking test 117 conus13km_restart_mismatch_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_restart_mismatch_intel +Checking test 118 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 52.684802 - 0: The maximum resident set size (KB) = 1234164 + 0: The total amount of wall time = 51.708757 + 0: The maximum resident set size (KB) = 1225104 -Test 117 conus13km_restart_mismatch_intel PASS +Test 118 conus13km_restart_mismatch_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_dyn64_phy32_intel -Checking test 118 rap_control_dyn64_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_dyn64_phy32_intel +Checking test 119 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4157,43 +4157,43 @@ Checking test 118 rap_control_dyn64_phy32_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 217.027229 - 0: The maximum resident set size (KB) = 1246048 + 0: The total amount of wall time = 219.185858 + 0: The maximum resident set size (KB) = 1248260 -Test 118 rap_control_dyn64_phy32_intel PASS +Test 119 rap_control_dyn64_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_debug_dyn32_phy32_intel -Checking test 119 rap_control_debug_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_debug_dyn32_phy32_intel +Checking test 120 rap_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 233.006673 - 0: The maximum resident set size (KB) = 1082460 + 0: The total amount of wall time = 232.062686 + 0: The maximum resident set size (KB) = 1086928 -Test 119 rap_control_debug_dyn32_phy32_intel PASS +Test 120 rap_control_debug_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_debug_dyn32_phy32_intel -Checking test 120 hrrr_control_debug_dyn32_phy32_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_debug_dyn32_phy32_intel +Checking test 121 hrrr_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 214.942741 - 0: The maximum resident set size (KB) = 1086048 + 0: The total amount of wall time = 221.981498 + 0: The maximum resident set size (KB) = 1084728 -Test 120 hrrr_control_debug_dyn32_phy32_intel PASS +Test 121 hrrr_control_debug_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_debug_intel -Checking test 121 conus13km_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_debug_intel +Checking test 122 conus13km_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4206,15 +4206,15 @@ Checking test 121 conus13km_debug_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 687.762224 - 0: The maximum resident set size (KB) = 1382352 + 0: The total amount of wall time = 706.845409 + 0: The maximum resident set size (KB) = 1408896 -Test 121 conus13km_debug_intel PASS +Test 122 conus13km_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_debug_qr_intel -Checking test 122 conus13km_debug_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_debug_qr_intel +Checking test 123 conus13km_debug_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4227,82 +4227,82 @@ Checking test 122 conus13km_debug_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK - 0: The total amount of wall time = 694.137374 - 0: The maximum resident set size (KB) = 994788 + 0: The total amount of wall time = 716.249666 + 0: The maximum resident set size (KB) = 998132 -Test 122 conus13km_debug_qr_intel PASS +Test 123 conus13km_debug_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_debug_2threads_intel -Checking test 123 conus13km_debug_2threads_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_debug_2threads_intel +Checking test 124 conus13km_debug_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 387.491640 - 0: The maximum resident set size (KB) = 1282024 + 0: The total amount of wall time = 387.926192 + 0: The maximum resident set size (KB) = 1288396 -Test 123 conus13km_debug_2threads_intel PASS +Test 124 conus13km_debug_2threads_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_radar_tten_debug_intel -Checking test 124 conus13km_radar_tten_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_radar_tten_debug_intel +Checking test 125 conus13km_radar_tten_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 696.838699 - 0: The maximum resident set size (KB) = 1447096 + 0: The total amount of wall time = 694.679254 + 0: The maximum resident set size (KB) = 1452232 -Test 124 conus13km_radar_tten_debug_intel PASS +Test 125 conus13km_radar_tten_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_dyn64_phy32_debug_intel -Checking test 125 rap_control_dyn64_phy32_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_dyn64_phy32_debug_intel +Checking test 126 rap_control_dyn64_phy32_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 224.937035 - 0: The maximum resident set size (KB) = 1210592 + 0: The total amount of wall time = 226.493738 + 0: The maximum resident set size (KB) = 1188296 -Test 125 rap_control_dyn64_phy32_debug_intel PASS +Test 126 rap_control_dyn64_phy32_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_atm_intel -Checking test 126 hafs_regional_atm_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_atm_intel +Checking test 127 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 192.450796 - 0: The maximum resident set size (KB) = 1473060 + 0: The total amount of wall time = 196.818500 + 0: The maximum resident set size (KB) = 1467128 -Test 126 hafs_regional_atm_intel PASS +Test 127 hafs_regional_atm_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 127 hafs_regional_atm_thompson_gfdlsf_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 128 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 231.310563 - 0: The maximum resident set size (KB) = 1820564 + 0: The total amount of wall time = 230.710614 + 0: The maximum resident set size (KB) = 1816816 -Test 127 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 128 hafs_regional_atm_thompson_gfdlsf_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_atm_ocn_intel -Checking test 128 hafs_regional_atm_ocn_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_atm_ocn_intel +Checking test 129 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4310,15 +4310,15 @@ Checking test 128 hafs_regional_atm_ocn_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 342.326069 - 0: The maximum resident set size (KB) = 1783144 + 0: The total amount of wall time = 340.519175 + 0: The maximum resident set size (KB) = 1784792 -Test 128 hafs_regional_atm_ocn_intel PASS +Test 129 hafs_regional_atm_ocn_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_wav_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_atm_wav_intel -Checking test 129 hafs_regional_atm_wav_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_atm_wav_intel +Checking test 130 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4326,15 +4326,15 @@ Checking test 129 hafs_regional_atm_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 799.866534 - 0: The maximum resident set size (KB) = 1806744 + 0: The total amount of wall time = 798.629941 + 0: The maximum resident set size (KB) = 1799920 -Test 129 hafs_regional_atm_wav_intel PASS +Test 130 hafs_regional_atm_wav_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_wav_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_atm_ocn_wav_intel -Checking test 130 hafs_regional_atm_ocn_wav_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_atm_ocn_wav_intel +Checking test 131 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4344,15 +4344,15 @@ Checking test 130 hafs_regional_atm_ocn_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 853.646760 - 0: The maximum resident set size (KB) = 1847564 + 0: The total amount of wall time = 850.080194 + 0: The maximum resident set size (KB) = 1846352 -Test 130 hafs_regional_atm_ocn_wav_intel PASS +Test 131 hafs_regional_atm_ocn_wav_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_1nest_atm_intel -Checking test 131 hafs_regional_1nest_atm_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_1nest_atm_intel +Checking test 132 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4373,15 +4373,15 @@ Checking test 131 hafs_regional_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 266.752353 - 0: The maximum resident set size (KB) = 790064 + 0: The total amount of wall time = 272.575744 + 0: The maximum resident set size (KB) = 784932 -Test 131 hafs_regional_1nest_atm_intel PASS +Test 132 hafs_regional_1nest_atm_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_1nest_atm_qr_intel -Checking test 132 hafs_regional_1nest_atm_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_1nest_atm_qr_intel +Checking test 133 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4402,15 +4402,15 @@ Checking test 132 hafs_regional_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 289.065319 - 0: The maximum resident set size (KB) = 605220 + 0: The total amount of wall time = 292.841039 + 0: The maximum resident set size (KB) = 604456 -Test 132 hafs_regional_1nest_atm_qr_intel PASS +Test 133 hafs_regional_1nest_atm_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_telescopic_2nests_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_telescopic_2nests_atm_intel -Checking test 133 hafs_regional_telescopic_2nests_atm_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_telescopic_2nests_atm_intel +Checking test 134 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4418,15 +4418,15 @@ Checking test 133 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 312.691198 - 0: The maximum resident set size (KB) = 787112 + 0: The total amount of wall time = 312.262308 + 0: The maximum resident set size (KB) = 778756 -Test 133 hafs_regional_telescopic_2nests_atm_intel PASS +Test 134 hafs_regional_telescopic_2nests_atm_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_global_1nest_atm_intel -Checking test 134 hafs_global_1nest_atm_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_global_1nest_atm_intel +Checking test 135 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4472,15 +4472,15 @@ Checking test 134 hafs_global_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 122.282131 - 0: The maximum resident set size (KB) = 463112 + 0: The total amount of wall time = 125.681303 + 0: The maximum resident set size (KB) = 463960 -Test 134 hafs_global_1nest_atm_intel PASS +Test 135 hafs_global_1nest_atm_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_global_1nest_atm_qr_intel -Checking test 135 hafs_global_1nest_atm_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_global_1nest_atm_qr_intel +Checking test 136 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4526,15 +4526,15 @@ Checking test 135 hafs_global_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 148.460284 - 0: The maximum resident set size (KB) = 436340 + 0: The total amount of wall time = 146.988789 + 0: The maximum resident set size (KB) = 436052 -Test 135 hafs_global_1nest_atm_qr_intel PASS +Test 136 hafs_global_1nest_atm_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_global_multiple_4nests_atm_intel -Checking test 136 hafs_global_multiple_4nests_atm_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_global_multiple_4nests_atm_intel +Checking test 137 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4615,15 +4615,15 @@ Checking test 136 hafs_global_multiple_4nests_atm_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 346.524213 - 0: The maximum resident set size (KB) = 552964 + 0: The total amount of wall time = 347.500852 + 0: The maximum resident set size (KB) = 548812 -Test 136 hafs_global_multiple_4nests_atm_intel PASS +Test 137 hafs_global_multiple_4nests_atm_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_global_multiple_4nests_atm_qr_intel -Checking test 137 hafs_global_multiple_4nests_atm_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_global_multiple_4nests_atm_qr_intel +Checking test 138 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4704,15 +4704,15 @@ Checking test 137 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 402.351548 - 0: The maximum resident set size (KB) = 540852 + 0: The total amount of wall time = 410.650316 + 0: The maximum resident set size (KB) = 538324 -Test 137 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 138 hafs_global_multiple_4nests_atm_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_specified_moving_1nest_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_specified_moving_1nest_atm_intel -Checking test 138 hafs_regional_specified_moving_1nest_atm_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_specified_moving_1nest_atm_intel +Checking test 139 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4720,15 +4720,15 @@ Checking test 138 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 171.908657 - 0: The maximum resident set size (KB) = 798080 + 0: The total amount of wall time = 169.966945 + 0: The maximum resident set size (KB) = 792144 -Test 138 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 139 hafs_regional_specified_moving_1nest_atm_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_storm_following_1nest_atm_intel -Checking test 139 hafs_regional_storm_following_1nest_atm_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_storm_following_1nest_atm_intel +Checking test 140 hafs_regional_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4749,15 +4749,15 @@ Checking test 139 hafs_regional_storm_following_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 162.428636 - 0: The maximum resident set size (KB) = 794340 + 0: The total amount of wall time = 161.482996 + 0: The maximum resident set size (KB) = 796048 -Test 139 hafs_regional_storm_following_1nest_atm_intel PASS +Test 140 hafs_regional_storm_following_1nest_atm_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 140 hafs_regional_storm_following_1nest_atm_qr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_storm_following_1nest_atm_qr_intel +Checking test 141 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4778,15 +4778,15 @@ Checking test 140 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 189.128807 - 0: The maximum resident set size (KB) = 622572 + 0: The total amount of wall time = 186.619705 + 0: The maximum resident set size (KB) = 616308 -Test 140 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 141 hafs_regional_storm_following_1nest_atm_qr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 142 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4794,43 +4794,43 @@ Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 216.450410 - 0: The maximum resident set size (KB) = 846972 + 0: The total amount of wall time = 212.439107 + 0: The maximum resident set size (KB) = 840564 -Test 141 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 142 hafs_regional_storm_following_1nest_atm_ocn_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_storm_following_1nest_atm_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_global_storm_following_1nest_atm_intel -Checking test 142 hafs_global_storm_following_1nest_atm_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_global_storm_following_1nest_atm_intel +Checking test 143 hafs_global_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 50.023329 - 0: The maximum resident set size (KB) = 471868 + 0: The total amount of wall time = 53.082342 + 0: The maximum resident set size (KB) = 471144 -Test 142 hafs_global_storm_following_1nest_atm_intel PASS +Test 143 hafs_global_storm_following_1nest_atm_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 143 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 144 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 597.798035 - 0: The maximum resident set size (KB) = 848848 + 0: The total amount of wall time = 596.101552 + 0: The maximum resident set size (KB) = 856116 -Test 143 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 144 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 144 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 145 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4840,162 +4840,162 @@ Checking test 144 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 929.841616 - 0: The maximum resident set size (KB) = 937064 + 0: The total amount of wall time = 937.554461 + 0: The maximum resident set size (KB) = 905960 -Test 144 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 145 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_docn_intel -Checking test 145 hafs_regional_docn_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_docn_intel +Checking test 146 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 281.056014 - 0: The maximum resident set size (KB) = 1784192 + 0: The total amount of wall time = 281.083300 + 0: The maximum resident set size (KB) = 1786088 -Test 145 hafs_regional_docn_intel PASS +Test 146 hafs_regional_docn_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_oisst_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_docn_oisst_intel -Checking test 146 hafs_regional_docn_oisst_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_docn_oisst_intel +Checking test 147 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 282.771577 - 0: The maximum resident set size (KB) = 1767436 + 0: The total amount of wall time = 288.308632 + 0: The maximum resident set size (KB) = 1766276 -Test 146 hafs_regional_docn_oisst_intel PASS +Test 147 hafs_regional_docn_oisst_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_datm_cdeps_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hafs_regional_datm_cdeps_intel -Checking test 147 hafs_regional_datm_cdeps_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hafs_regional_datm_cdeps_intel +Checking test 148 hafs_regional_datm_cdeps_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 972.940765 - 0: The maximum resident set size (KB) = 1342716 + 0: The total amount of wall time = 974.239362 + 0: The maximum resident set size (KB) = 1333052 -Test 147 hafs_regional_datm_cdeps_intel PASS +Test 148 hafs_regional_datm_cdeps_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_control_cfsr_intel -Checking test 148 datm_cdeps_control_cfsr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_control_cfsr_intel +Checking test 149 datm_cdeps_control_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 124.656474 - 0: The maximum resident set size (KB) = 1142704 + 0: The total amount of wall time = 124.952687 + 0: The maximum resident set size (KB) = 1136680 -Test 148 datm_cdeps_control_cfsr_intel PASS +Test 149 datm_cdeps_control_cfsr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_restart_cfsr_intel -Checking test 149 datm_cdeps_restart_cfsr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_restart_cfsr_intel +Checking test 150 datm_cdeps_restart_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 73.451203 - 0: The maximum resident set size (KB) = 1097784 + 0: The total amount of wall time = 75.213940 + 0: The maximum resident set size (KB) = 1083556 -Test 149 datm_cdeps_restart_cfsr_intel PASS +Test 150 datm_cdeps_restart_cfsr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_gefs_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_control_gefs_intel -Checking test 150 datm_cdeps_control_gefs_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_control_gefs_intel +Checking test 151 datm_cdeps_control_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 117.437896 - 0: The maximum resident set size (KB) = 1001932 + 0: The total amount of wall time = 117.644086 + 0: The maximum resident set size (KB) = 999264 -Test 150 datm_cdeps_control_gefs_intel PASS +Test 151 datm_cdeps_control_gefs_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_iau_gefs_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_iau_gefs_intel -Checking test 151 datm_cdeps_iau_gefs_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_iau_gefs_intel +Checking test 152 datm_cdeps_iau_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 118.859136 - 0: The maximum resident set size (KB) = 1006572 + 0: The total amount of wall time = 120.671903 + 0: The maximum resident set size (KB) = 1000664 -Test 151 datm_cdeps_iau_gefs_intel PASS +Test 152 datm_cdeps_iau_gefs_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_stochy_gefs_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_stochy_gefs_intel -Checking test 152 datm_cdeps_stochy_gefs_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_stochy_gefs_intel +Checking test 153 datm_cdeps_stochy_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 118.328122 - 0: The maximum resident set size (KB) = 1003988 + 0: The total amount of wall time = 119.927603 + 0: The maximum resident set size (KB) = 1002580 -Test 152 datm_cdeps_stochy_gefs_intel PASS +Test 153 datm_cdeps_stochy_gefs_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_ciceC_cfsr_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_ciceC_cfsr_intel -Checking test 153 datm_cdeps_ciceC_cfsr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_ciceC_cfsr_intel +Checking test 154 datm_cdeps_ciceC_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 121.393003 - 0: The maximum resident set size (KB) = 1125772 + 0: The total amount of wall time = 122.184082 + 0: The maximum resident set size (KB) = 1142128 -Test 153 datm_cdeps_ciceC_cfsr_intel PASS +Test 154 datm_cdeps_ciceC_cfsr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_cfsr_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_bulk_cfsr_intel -Checking test 154 datm_cdeps_bulk_cfsr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_bulk_cfsr_intel +Checking test 155 datm_cdeps_bulk_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 123.048206 - 0: The maximum resident set size (KB) = 1137272 + 0: The total amount of wall time = 124.124971 + 0: The maximum resident set size (KB) = 1120916 -Test 154 datm_cdeps_bulk_cfsr_intel PASS +Test 155 datm_cdeps_bulk_cfsr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_gefs_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_bulk_gefs_intel -Checking test 155 datm_cdeps_bulk_gefs_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_bulk_gefs_intel +Checking test 156 datm_cdeps_bulk_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 121.959988 - 0: The maximum resident set size (KB) = 1004656 + 0: The total amount of wall time = 119.256800 + 0: The maximum resident set size (KB) = 1009576 -Test 155 datm_cdeps_bulk_gefs_intel PASS +Test 156 datm_cdeps_bulk_gefs_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_cfsr_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_mx025_cfsr_intel -Checking test 156 datm_cdeps_mx025_cfsr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_mx025_cfsr_intel +Checking test 157 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -5003,15 +5003,15 @@ Checking test 156 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 319.035903 - 0: The maximum resident set size (KB) = 1147236 + 0: The total amount of wall time = 312.343369 + 0: The maximum resident set size (KB) = 1137600 -Test 156 datm_cdeps_mx025_cfsr_intel PASS +Test 157 datm_cdeps_mx025_cfsr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_gefs_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_mx025_gefs_intel -Checking test 157 datm_cdeps_mx025_gefs_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_mx025_gefs_intel +Checking test 158 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -5019,78 +5019,78 @@ Checking test 157 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 307.101150 - 0: The maximum resident set size (KB) = 1148900 + 0: The total amount of wall time = 315.417463 + 0: The maximum resident set size (KB) = 1146796 -Test 157 datm_cdeps_mx025_gefs_intel PASS +Test 158 datm_cdeps_mx025_gefs_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_multiple_files_cfsr_intel -Checking test 158 datm_cdeps_multiple_files_cfsr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_multiple_files_cfsr_intel +Checking test 159 datm_cdeps_multiple_files_cfsr_intel results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 121.806851 - 0: The maximum resident set size (KB) = 1122760 + 0: The total amount of wall time = 123.209938 + 0: The maximum resident set size (KB) = 1133448 -Test 158 datm_cdeps_multiple_files_cfsr_intel PASS +Test 159 datm_cdeps_multiple_files_cfsr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_3072x1536_cfsr_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_3072x1536_cfsr_intel -Checking test 159 datm_cdeps_3072x1536_cfsr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_3072x1536_cfsr_intel +Checking test 160 datm_cdeps_3072x1536_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 171.466976 - 0: The maximum resident set size (KB) = 2386536 + 0: The total amount of wall time = 174.867663 + 0: The maximum resident set size (KB) = 2377808 -Test 159 datm_cdeps_3072x1536_cfsr_intel PASS +Test 160 datm_cdeps_3072x1536_cfsr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_gfs_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_gfs_intel -Checking test 160 datm_cdeps_gfs_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_gfs_intel +Checking test 161 datm_cdeps_gfs_intel results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 172.863873 - 0: The maximum resident set size (KB) = 2361348 + 0: The total amount of wall time = 178.117392 + 0: The maximum resident set size (KB) = 2363148 -Test 160 datm_cdeps_gfs_intel PASS +Test 161 datm_cdeps_gfs_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_debug_cfsr_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_debug_cfsr_intel -Checking test 161 datm_cdeps_debug_cfsr_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_debug_cfsr_intel +Checking test 162 datm_cdeps_debug_cfsr_intel results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 294.445956 - 0: The maximum resident set size (KB) = 1064992 + 0: The total amount of wall time = 292.305086 + 0: The maximum resident set size (KB) = 1072344 -Test 161 datm_cdeps_debug_cfsr_intel PASS +Test 162 datm_cdeps_debug_cfsr_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_faster_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_control_cfsr_faster_intel -Checking test 162 datm_cdeps_control_cfsr_faster_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_control_cfsr_faster_intel +Checking test 163 datm_cdeps_control_cfsr_faster_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 120.988196 - 0: The maximum resident set size (KB) = 1132444 + 0: The total amount of wall time = 123.734874 + 0: The maximum resident set size (KB) = 1135892 -Test 162 datm_cdeps_control_cfsr_faster_intel PASS +Test 163 datm_cdeps_control_cfsr_faster_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_lnd_gswp3_intel -Checking test 163 datm_cdeps_lnd_gswp3_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_lnd_gswp3_intel +Checking test 164 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -5098,15 +5098,15 @@ Checking test 163 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.951667 - 0: The maximum resident set size (KB) = 335404 + 0: The total amount of wall time = 6.836816 + 0: The maximum resident set size (KB) = 337092 -Test 163 datm_cdeps_lnd_gswp3_intel PASS +Test 164 datm_cdeps_lnd_gswp3_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_lnd_gswp3_rst_intel -Checking test 164 datm_cdeps_lnd_gswp3_rst_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_lnd_gswp3_rst_intel +Checking test 165 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -5114,15 +5114,15 @@ Checking test 164 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 8.552674 - 0: The maximum resident set size (KB) = 336260 + 0: The total amount of wall time = 8.912110 + 0: The maximum resident set size (KB) = 333588 -Test 164 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 165 datm_cdeps_lnd_gswp3_rst_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_atmlnd_sbs_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_p8_atmlnd_sbs_intel -Checking test 165 control_p8_atmlnd_sbs_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_p8_atmlnd_sbs_intel +Checking test 166 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -5206,15 +5206,15 @@ Checking test 165 control_p8_atmlnd_sbs_intel results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 176.998895 - 0: The maximum resident set size (KB) = 1695772 + 0: The total amount of wall time = 185.589967 + 0: The maximum resident set size (KB) = 1685204 -Test 165 control_p8_atmlnd_sbs_intel PASS +Test 166 control_p8_atmlnd_sbs_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmwav_control_noaero_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/atmwav_control_noaero_p8_intel -Checking test 166 atmwav_control_noaero_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/atmwav_control_noaero_p8_intel +Checking test 167 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5256,15 +5256,15 @@ Checking test 166 atmwav_control_noaero_p8_intel results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 80.897235 - 0: The maximum resident set size (KB) = 1680756 + 0: The total amount of wall time = 81.082943 + 0: The maximum resident set size (KB) = 1679152 -Test 166 atmwav_control_noaero_p8_intel PASS +Test 167 atmwav_control_noaero_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_atmwav_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_atmwav_intel -Checking test 167 control_atmwav_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_atmwav_intel +Checking test 168 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5307,15 +5307,15 @@ Checking test 167 control_atmwav_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 74.616497 - 0: The maximum resident set size (KB) = 690160 + 0: The total amount of wall time = 78.566856 + 0: The maximum resident set size (KB) = 692916 -Test 167 control_atmwav_intel PASS +Test 168 control_atmwav_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/atmaero_control_p8_intel -Checking test 168 atmaero_control_p8_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/atmaero_control_p8_intel +Checking test 169 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5358,15 +5358,15 @@ Checking test 168 atmaero_control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 200.824702 - 0: The maximum resident set size (KB) = 1765140 + 0: The total amount of wall time = 205.245226 + 0: The maximum resident set size (KB) = 1768864 -Test 168 atmaero_control_p8_intel PASS +Test 169 atmaero_control_p8_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/atmaero_control_p8_rad_intel -Checking test 169 atmaero_control_p8_rad_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/atmaero_control_p8_rad_intel +Checking test 170 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5409,15 +5409,15 @@ Checking test 169 atmaero_control_p8_rad_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 243.586912 - 0: The maximum resident set size (KB) = 1787752 + 0: The total amount of wall time = 246.122210 + 0: The maximum resident set size (KB) = 1790804 -Test 169 atmaero_control_p8_rad_intel PASS +Test 170 atmaero_control_p8_rad_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_micro_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/atmaero_control_p8_rad_micro_intel -Checking test 170 atmaero_control_p8_rad_micro_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/atmaero_control_p8_rad_micro_intel +Checking test 171 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5460,15 +5460,15 @@ Checking test 170 atmaero_control_p8_rad_micro_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 247.276107 - 0: The maximum resident set size (KB) = 1808388 + 0: The total amount of wall time = 248.702233 + 0: The maximum resident set size (KB) = 1799196 -Test 170 atmaero_control_p8_rad_micro_intel PASS +Test 171 atmaero_control_p8_rad_micro_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_atmaq_intel -Checking test 171 regional_atmaq_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_atmaq_intel +Checking test 172 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5483,15 +5483,15 @@ Checking test 171 regional_atmaq_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 528.091008 - 0: The maximum resident set size (KB) = 5475516 + 0: The total amount of wall time = 528.323946 + 0: The maximum resident set size (KB) = 5496444 -Test 171 regional_atmaq_intel PASS +Test 172 regional_atmaq_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_debug_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_atmaq_debug_intel -Checking test 172 regional_atmaq_debug_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_atmaq_debug_intel +Checking test 173 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5504,15 +5504,15 @@ Checking test 172 regional_atmaq_debug_intel results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 951.320751 - 0: The maximum resident set size (KB) = 4982676 + 0: The total amount of wall time = 985.677451 + 0: The maximum resident set size (KB) = 4998200 -Test 172 regional_atmaq_debug_intel PASS +Test 173 regional_atmaq_debug_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_faster_intel -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_atmaq_faster_intel -Checking test 173 regional_atmaq_faster_intel results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_atmaq_faster_intel +Checking test 174 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5527,15 +5527,15 @@ Checking test 173 regional_atmaq_faster_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 452.230851 - 0: The maximum resident set size (KB) = 5461096 + 0: The total amount of wall time = 456.606818 + 0: The maximum resident set size (KB) = 5495860 -Test 173 regional_atmaq_faster_intel PASS +Test 174 regional_atmaq_faster_intel PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c48_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_c48_gnu -Checking test 174 control_c48_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_c48_gnu +Checking test 175 control_c48_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5573,15 +5573,15 @@ Checking test 174 control_c48_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 555.451689 -The maximum resident set size (KB) = 760600 +The total amount of wall time = 555.511522 +The maximum resident set size (KB) = 759884 -Test 174 control_c48_gnu PASS +Test 175 control_c48_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_stochy_gnu -Checking test 175 control_stochy_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_stochy_gnu +Checking test 176 control_stochy_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5591,15 +5591,15 @@ Checking test 175 control_stochy_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 121.431264 -The maximum resident set size (KB) = 563884 +The total amount of wall time = 123.128286 +The maximum resident set size (KB) = 560924 -Test 175 control_stochy_gnu PASS +Test 176 control_stochy_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_ras_gnu -Checking test 176 control_ras_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_ras_gnu +Checking test 177 control_ras_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5609,15 +5609,15 @@ Checking test 176 control_ras_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 207.431368 -The maximum resident set size (KB) = 572536 +The total amount of wall time = 205.447839 +The maximum resident set size (KB) = 571588 -Test 176 control_ras_gnu PASS +Test 177 control_ras_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_p8_gnu -Checking test 177 control_p8_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_p8_gnu +Checking test 178 control_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5663,15 +5663,15 @@ Checking test 177 control_p8_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 213.873347 -The maximum resident set size (KB) = 1321688 +The total amount of wall time = 217.197467 +The maximum resident set size (KB) = 1322556 -Test 177 control_p8_gnu PASS +Test 178 control_p8_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_flake_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_flake_gnu -Checking test 178 control_flake_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_flake_gnu +Checking test 179 control_flake_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5681,15 +5681,15 @@ Checking test 178 control_flake_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 245.564328 -The maximum resident set size (KB) = 609336 +The total amount of wall time = 249.383582 +The maximum resident set size (KB) = 607736 -Test 178 control_flake_gnu PASS +Test 179 control_flake_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_gnu -Checking test 179 rap_control_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_gnu +Checking test 180 rap_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5735,15 +5735,15 @@ Checking test 179 rap_control_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 445.974157 -The maximum resident set size (KB) = 918348 +The total amount of wall time = 464.904632 +The maximum resident set size (KB) = 917552 -Test 179 rap_control_gnu PASS +Test 180 rap_control_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_decomp_gnu -Checking test 180 rap_decomp_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_decomp_gnu +Checking test 181 rap_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5789,15 +5789,15 @@ Checking test 180 rap_decomp_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 453.083554 -The maximum resident set size (KB) = 921604 +The total amount of wall time = 454.673706 +The maximum resident set size (KB) = 921220 -Test 180 rap_decomp_gnu PASS +Test 181 rap_decomp_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_2threads_gnu -Checking test 181 rap_2threads_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_2threads_gnu +Checking test 182 rap_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5843,15 +5843,15 @@ Checking test 181 rap_2threads_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 409.301706 -The maximum resident set size (KB) = 988152 +The total amount of wall time = 404.019304 +The maximum resident set size (KB) = 987148 -Test 181 rap_2threads_gnu PASS +Test 182 rap_2threads_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_restart_gnu -Checking test 182 rap_restart_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_restart_gnu +Checking test 183 rap_restart_gnu results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -5889,15 +5889,15 @@ Checking test 182 rap_restart_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 223.936791 -The maximum resident set size (KB) = 786344 +The total amount of wall time = 223.162465 +The maximum resident set size (KB) = 784844 -Test 182 rap_restart_gnu PASS +Test 183 rap_restart_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_sfcdiff_gnu -Checking test 183 rap_sfcdiff_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_sfcdiff_gnu +Checking test 184 rap_sfcdiff_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -5943,15 +5943,15 @@ Checking test 183 rap_sfcdiff_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 443.386346 -The maximum resident set size (KB) = 919840 +The total amount of wall time = 448.828421 +The maximum resident set size (KB) = 917936 -Test 183 rap_sfcdiff_gnu PASS +Test 184 rap_sfcdiff_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_sfcdiff_decomp_gnu -Checking test 184 rap_sfcdiff_decomp_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_sfcdiff_decomp_gnu +Checking test 185 rap_sfcdiff_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -5997,15 +5997,15 @@ Checking test 184 rap_sfcdiff_decomp_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 453.031337 -The maximum resident set size (KB) = 921192 +The total amount of wall time = 457.192915 +The maximum resident set size (KB) = 917656 -Test 184 rap_sfcdiff_decomp_gnu PASS +Test 185 rap_sfcdiff_decomp_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_sfcdiff_restart_gnu -Checking test 185 rap_sfcdiff_restart_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_sfcdiff_restart_gnu +Checking test 186 rap_sfcdiff_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -6043,15 +6043,15 @@ Checking test 185 rap_sfcdiff_restart_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 328.951859 -The maximum resident set size (KB) = 796508 +The total amount of wall time = 330.445473 +The maximum resident set size (KB) = 792900 -Test 185 rap_sfcdiff_restart_gnu PASS +Test 186 rap_sfcdiff_restart_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_gnu -Checking test 186 hrrr_control_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_gnu +Checking test 187 hrrr_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6097,15 +6097,15 @@ Checking test 186 hrrr_control_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 230.530936 -The maximum resident set size (KB) = 916544 +The total amount of wall time = 231.697927 +The maximum resident set size (KB) = 915936 -Test 186 hrrr_control_gnu PASS +Test 187 hrrr_control_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_qr_gnu -Checking test 187 hrrr_control_qr_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_qr_gnu +Checking test 188 hrrr_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6151,15 +6151,15 @@ Checking test 187 hrrr_control_qr_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 232.831548 -The maximum resident set size (KB) = 930816 +The total amount of wall time = 226.355230 +The maximum resident set size (KB) = 927188 -Test 187 hrrr_control_qr_gnu PASS +Test 188 hrrr_control_qr_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_2threads_gnu -Checking test 188 hrrr_control_2threads_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_2threads_gnu +Checking test 189 hrrr_control_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6205,15 +6205,15 @@ Checking test 188 hrrr_control_2threads_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 200.436816 -The maximum resident set size (KB) = 973108 +The total amount of wall time = 198.249253 +The maximum resident set size (KB) = 971128 -Test 188 hrrr_control_2threads_gnu PASS +Test 189 hrrr_control_2threads_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_decomp_gnu -Checking test 189 hrrr_control_decomp_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_decomp_gnu +Checking test 190 hrrr_control_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6259,43 +6259,43 @@ Checking test 189 hrrr_control_decomp_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 228.544078 -The maximum resident set size (KB) = 913648 +The total amount of wall time = 230.277692 +The maximum resident set size (KB) = 914048 -Test 189 hrrr_control_decomp_gnu PASS +Test 190 hrrr_control_decomp_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_restart_gnu -Checking test 190 hrrr_control_restart_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_restart_gnu +Checking test 191 hrrr_control_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 114.680753 -The maximum resident set size (KB) = 736908 +The total amount of wall time = 116.004248 +The maximum resident set size (KB) = 735528 -Test 190 hrrr_control_restart_gnu PASS +Test 191 hrrr_control_restart_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_restart_qr_gnu -Checking test 191 hrrr_control_restart_qr_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_restart_qr_gnu +Checking test 192 hrrr_control_restart_qr_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 115.512884 -The maximum resident set size (KB) = 644496 +The total amount of wall time = 117.633575 +The maximum resident set size (KB) = 643212 -Test 191 hrrr_control_restart_qr_gnu PASS +Test 192 hrrr_control_restart_qr_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rrfs_v1beta_gnu -Checking test 192 rrfs_v1beta_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rrfs_v1beta_gnu +Checking test 193 rrfs_v1beta_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6341,225 +6341,225 @@ Checking test 192 rrfs_v1beta_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 442.836469 -The maximum resident set size (KB) = 918148 +The total amount of wall time = 442.493371 +The maximum resident set size (KB) = 915228 -Test 192 rrfs_v1beta_gnu PASS +Test 193 rrfs_v1beta_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_diag_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_diag_debug_gnu -Checking test 193 control_diag_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_diag_debug_gnu +Checking test 194 control_diag_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 62.432447 -The maximum resident set size (KB) = 607108 +The total amount of wall time = 64.026848 +The maximum resident set size (KB) = 607560 -Test 193 control_diag_debug_gnu PASS +Test 194 control_diag_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/regional_debug_gnu -Checking test 194 regional_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/regional_debug_gnu +Checking test 195 regional_debug_gnu results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -The total amount of wall time = 359.521860 -The maximum resident set size (KB) = 858284 +The total amount of wall time = 360.243251 +The maximum resident set size (KB) = 858664 -Test 194 regional_debug_gnu PASS +Test 195 regional_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_debug_gnu -Checking test 195 rap_control_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_debug_gnu +Checking test 196 rap_control_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 105.636729 -The maximum resident set size (KB) = 925212 +The total amount of wall time = 109.347871 +The maximum resident set size (KB) = 926676 -Test 195 rap_control_debug_gnu PASS +Test 196 rap_control_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_debug_gnu -Checking test 196 hrrr_control_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_debug_gnu +Checking test 197 hrrr_control_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 104.588663 -The maximum resident set size (KB) = 922216 +The total amount of wall time = 105.400205 +The maximum resident set size (KB) = 924920 -Test 196 hrrr_control_debug_gnu PASS +Test 197 hrrr_control_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_gf_debug_gnu -Checking test 197 hrrr_gf_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_gf_debug_gnu +Checking test 198 hrrr_gf_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 105.523759 -The maximum resident set size (KB) = 925104 +The total amount of wall time = 105.548148 +The maximum resident set size (KB) = 923804 -Test 197 hrrr_gf_debug_gnu PASS +Test 198 hrrr_gf_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_c3_debug_gnu -Checking test 198 hrrr_c3_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_c3_debug_gnu +Checking test 199 hrrr_c3_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 105.814025 -The maximum resident set size (KB) = 921692 +The total amount of wall time = 107.161948 +The maximum resident set size (KB) = 925936 -Test 198 hrrr_c3_debug_gnu PASS +Test 199 hrrr_c3_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_diag_debug_gnu -Checking test 199 rap_diag_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_diag_debug_gnu +Checking test 200 rap_diag_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 115.462181 -The maximum resident set size (KB) = 1007228 +The total amount of wall time = 116.747696 +The maximum resident set size (KB) = 1011024 -Test 199 rap_diag_debug_gnu PASS +Test 200 rap_diag_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_noah_sfcdiff_cires_ugwp_debug_gnu -Checking test 200 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_noah_sfcdiff_cires_ugwp_debug_gnu +Checking test 201 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 172.501974 -The maximum resident set size (KB) = 925012 +The total amount of wall time = 171.554173 +The maximum resident set size (KB) = 924976 -Test 200 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS +Test 201 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_progcld_thompson_debug_gnu -Checking test 201 rap_progcld_thompson_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_progcld_thompson_debug_gnu +Checking test 202 rap_progcld_thompson_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 105.648013 -The maximum resident set size (KB) = 925684 +The total amount of wall time = 109.952856 +The maximum resident set size (KB) = 929204 -Test 201 rap_progcld_thompson_debug_gnu PASS +Test 202 rap_progcld_thompson_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rrfs_v1beta_debug_gnu -Checking test 202 rrfs_v1beta_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rrfs_v1beta_debug_gnu +Checking test 203 rrfs_v1beta_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 104.783839 -The maximum resident set size (KB) = 922652 +The total amount of wall time = 103.766820 +The maximum resident set size (KB) = 922308 -Test 202 rrfs_v1beta_debug_gnu PASS +Test 203 rrfs_v1beta_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_ras_debug_gnu -Checking test 203 control_ras_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_ras_debug_gnu +Checking test 204 control_ras_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 59.210150 -The maximum resident set size (KB) = 559280 +The total amount of wall time = 60.460332 +The maximum resident set size (KB) = 559052 -Test 203 control_ras_debug_gnu PASS +Test 204 control_ras_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_stochy_debug_gnu -Checking test 204 control_stochy_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_stochy_debug_gnu +Checking test 205 control_stochy_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 66.733253 -The maximum resident set size (KB) = 551600 +The total amount of wall time = 65.545309 +The maximum resident set size (KB) = 551520 -Test 204 control_stochy_debug_gnu PASS +Test 205 control_stochy_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_debug_p8_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/control_debug_p8_gnu -Checking test 205 control_debug_p8_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/control_debug_p8_gnu +Checking test 206 control_debug_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 67.702481 -The maximum resident set size (KB) = 1311668 +The total amount of wall time = 68.254461 +The maximum resident set size (KB) = 1315712 -Test 205 control_debug_p8_gnu PASS +Test 206 control_debug_p8_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_flake_debug_gnu -Checking test 206 rap_flake_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_flake_debug_gnu +Checking test 207 rap_flake_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 107.806606 -The maximum resident set size (KB) = 924380 +The total amount of wall time = 105.370090 +The maximum resident set size (KB) = 924920 -Test 206 rap_flake_debug_gnu PASS +Test 207 rap_flake_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_clm_lake_debug_gnu -Checking test 207 rap_clm_lake_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_clm_lake_debug_gnu +Checking test 208 rap_clm_lake_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 123.295897 -The maximum resident set size (KB) = 927084 +The total amount of wall time = 119.946955 +The maximum resident set size (KB) = 926784 -Test 207 rap_clm_lake_debug_gnu PASS +Test 208 rap_clm_lake_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_dyn32_phy32_gnu -Checking test 208 rap_control_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_dyn32_phy32_gnu +Checking test 209 rap_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6605,15 +6605,15 @@ Checking test 208 rap_control_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 425.172029 -The maximum resident set size (KB) = 772148 +The total amount of wall time = 420.128271 +The maximum resident set size (KB) = 771204 -Test 208 rap_control_dyn32_phy32_gnu PASS +Test 209 rap_control_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_dyn32_phy32_gnu -Checking test 209 hrrr_control_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_dyn32_phy32_gnu +Checking test 210 hrrr_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6659,15 +6659,15 @@ Checking test 209 hrrr_control_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 218.793231 -The maximum resident set size (KB) = 769424 +The total amount of wall time = 215.622866 +The maximum resident set size (KB) = 770692 -Test 209 hrrr_control_dyn32_phy32_gnu PASS +Test 210 hrrr_control_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_qr_dyn32_phy32_gnu -Checking test 210 hrrr_control_qr_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_qr_dyn32_phy32_gnu +Checking test 211 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6713,15 +6713,15 @@ Checking test 210 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 218.365935 -The maximum resident set size (KB) = 780944 +The total amount of wall time = 218.492258 +The maximum resident set size (KB) = 782228 -Test 210 hrrr_control_qr_dyn32_phy32_gnu PASS +Test 211 hrrr_control_qr_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_2threads_dyn32_phy32_gnu -Checking test 211 rap_2threads_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_2threads_dyn32_phy32_gnu +Checking test 212 rap_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6767,15 +6767,15 @@ Checking test 211 rap_2threads_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 385.635517 -The maximum resident set size (KB) = 820864 +The total amount of wall time = 391.072204 +The maximum resident set size (KB) = 822572 -Test 211 rap_2threads_dyn32_phy32_gnu PASS +Test 212 rap_2threads_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_2threads_dyn32_phy32_gnu -Checking test 212 hrrr_control_2threads_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_2threads_dyn32_phy32_gnu +Checking test 213 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6821,15 +6821,15 @@ Checking test 212 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 191.065137 -The maximum resident set size (KB) = 805408 +The total amount of wall time = 194.163122 +The maximum resident set size (KB) = 801764 -Test 212 hrrr_control_2threads_dyn32_phy32_gnu PASS +Test 213 hrrr_control_2threads_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_decomp_dyn32_phy32_gnu -Checking test 213 hrrr_control_decomp_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_decomp_dyn32_phy32_gnu +Checking test 214 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6875,15 +6875,15 @@ Checking test 213 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 220.777094 -The maximum resident set size (KB) = 770780 +The total amount of wall time = 222.314291 +The maximum resident set size (KB) = 770568 -Test 213 hrrr_control_decomp_dyn32_phy32_gnu PASS +Test 214 hrrr_control_decomp_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_restart_dyn32_phy32_gnu -Checking test 214 rap_restart_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_restart_dyn32_phy32_gnu +Checking test 215 rap_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -6921,43 +6921,43 @@ Checking test 214 rap_restart_dyn32_phy32_gnu results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 319.493535 -The maximum resident set size (KB) = 682160 +The total amount of wall time = 319.101979 +The maximum resident set size (KB) = 683620 -Test 214 rap_restart_dyn32_phy32_gnu PASS +Test 215 rap_restart_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_restart_dyn32_phy32_gnu -Checking test 215 hrrr_control_restart_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_restart_dyn32_phy32_gnu +Checking test 216 hrrr_control_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 108.046230 -The maximum resident set size (KB) = 644376 +The total amount of wall time = 113.104535 +The maximum resident set size (KB) = 643576 -Test 215 hrrr_control_restart_dyn32_phy32_gnu PASS +Test 216 hrrr_control_restart_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_restart_qr_dyn32_phy32_gnu -Checking test 216 hrrr_control_restart_qr_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_restart_qr_dyn32_phy32_gnu +Checking test 217 hrrr_control_restart_qr_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 111.162618 -The maximum resident set size (KB) = 612160 +The total amount of wall time = 112.028700 +The maximum resident set size (KB) = 612856 -Test 216 hrrr_control_restart_qr_dyn32_phy32_gnu PASS +Test 217 hrrr_control_restart_qr_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_control_gnu -Checking test 217 conus13km_control_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_control_gnu +Checking test 218 conus13km_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -6972,41 +6972,41 @@ Checking test 217 conus13km_control_gnu results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 142.155783 -The maximum resident set size (KB) = 978892 +The total amount of wall time = 144.034514 +The maximum resident set size (KB) = 977568 -Test 217 conus13km_control_gnu PASS +Test 218 conus13km_control_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_2threads_gnu -Checking test 218 conus13km_2threads_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_2threads_gnu +Checking test 219 conus13km_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 53.263183 -The maximum resident set size (KB) = 995864 +The total amount of wall time = 55.629271 +The maximum resident set size (KB) = 982536 -Test 218 conus13km_2threads_gnu PASS +Test 219 conus13km_2threads_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_restart_mismatch_gnu -Checking test 219 conus13km_restart_mismatch_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_restart_mismatch_gnu +Checking test 220 conus13km_restart_mismatch_gnu results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 77.814148 -The maximum resident set size (KB) = 667252 +The total amount of wall time = 78.179967 +The maximum resident set size (KB) = 666096 -Test 219 conus13km_restart_mismatch_gnu PASS +Test 220 conus13km_restart_mismatch_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_dyn64_phy32_gnu -Checking test 220 rap_control_dyn64_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_dyn64_phy32_gnu +Checking test 221 rap_control_dyn64_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7052,43 +7052,43 @@ Checking test 220 rap_control_dyn64_phy32_gnu results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -The total amount of wall time = 249.529436 -The maximum resident set size (KB) = 795524 +The total amount of wall time = 249.056555 +The maximum resident set size (KB) = 798100 -Test 220 rap_control_dyn64_phy32_gnu PASS +Test 221 rap_control_dyn64_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_debug_dyn32_phy32_gnu -Checking test 221 rap_control_debug_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_debug_dyn32_phy32_gnu +Checking test 222 rap_control_debug_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 106.337043 -The maximum resident set size (KB) = 784204 +The total amount of wall time = 104.887797 +The maximum resident set size (KB) = 782992 -Test 221 rap_control_debug_dyn32_phy32_gnu PASS +Test 222 rap_control_debug_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/hrrr_control_debug_dyn32_phy32_gnu -Checking test 222 hrrr_control_debug_dyn32_phy32_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/hrrr_control_debug_dyn32_phy32_gnu +Checking test 223 hrrr_control_debug_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 103.411316 -The maximum resident set size (KB) = 784424 +The total amount of wall time = 102.540244 +The maximum resident set size (KB) = 781596 -Test 222 hrrr_control_debug_dyn32_phy32_gnu PASS +Test 223 hrrr_control_debug_dyn32_phy32_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_debug_gnu -Checking test 223 conus13km_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_debug_gnu +Checking test 224 conus13km_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -7101,15 +7101,15 @@ Checking test 223 conus13km_debug_gnu results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 318.661569 -The maximum resident set size (KB) = 996820 +The total amount of wall time = 317.239998 +The maximum resident set size (KB) = 995224 -Test 223 conus13km_debug_gnu PASS +Test 224 conus13km_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_debug_qr_gnu -Checking test 224 conus13km_debug_qr_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_debug_qr_gnu +Checking test 225 conus13km_debug_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -7122,57 +7122,57 @@ Checking test 224 conus13km_debug_qr_gnu results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK -The total amount of wall time = 344.563883 -The maximum resident set size (KB) = 666832 +The total amount of wall time = 324.782055 +The maximum resident set size (KB) = 667400 -Test 224 conus13km_debug_qr_gnu PASS +Test 225 conus13km_debug_qr_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_debug_2threads_gnu -Checking test 225 conus13km_debug_2threads_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_debug_2threads_gnu +Checking test 226 conus13km_debug_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 183.420376 -The maximum resident set size (KB) = 1000464 +The total amount of wall time = 184.449105 +The maximum resident set size (KB) = 1003116 -Test 225 conus13km_debug_2threads_gnu PASS +Test 226 conus13km_debug_2threads_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/conus13km_radar_tten_debug_gnu -Checking test 226 conus13km_radar_tten_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/conus13km_radar_tten_debug_gnu +Checking test 227 conus13km_radar_tten_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 305.341107 -The maximum resident set size (KB) = 1062092 +The total amount of wall time = 316.141454 +The maximum resident set size (KB) = 1069408 -Test 226 conus13km_radar_tten_debug_gnu PASS +Test 227 conus13km_radar_tten_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/rap_control_dyn64_phy32_debug_gnu -Checking test 227 rap_control_dyn64_phy32_debug_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/rap_control_dyn64_phy32_debug_gnu +Checking test 228 rap_control_dyn64_phy32_debug_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 106.645880 -The maximum resident set size (KB) = 801608 +The total amount of wall time = 108.124646 +The maximum resident set size (KB) = 802428 -Test 227 rap_control_dyn64_phy32_debug_gnu PASS +Test 228 rap_control_dyn64_phy32_debug_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_p8_gnu -Checking test 228 cpld_control_p8_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_p8_gnu +Checking test 229 cpld_control_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7236,15 +7236,15 @@ Checking test 228 cpld_control_p8_gnu results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 402.521603 -The maximum resident set size (KB) = 1595972 +The total amount of wall time = 405.964701 +The maximum resident set size (KB) = 1594016 -Test 228 cpld_control_p8_gnu PASS +Test 229 cpld_control_p8_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_nowave_noaero_p8_gnu -Checking test 229 cpld_control_nowave_noaero_p8_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_nowave_noaero_p8_gnu +Checking test 230 cpld_control_nowave_noaero_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7305,15 +7305,15 @@ Checking test 229 cpld_control_nowave_noaero_p8_gnu results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 277.172861 -The maximum resident set size (KB) = 1427592 +The total amount of wall time = 284.299680 +The maximum resident set size (KB) = 1428116 -Test 229 cpld_control_nowave_noaero_p8_gnu PASS +Test 230 cpld_control_nowave_noaero_p8_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_p8_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_debug_p8_gnu -Checking test 230 cpld_debug_p8_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_debug_p8_gnu +Checking test 231 cpld_debug_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7365,15 +7365,15 @@ Checking test 230 cpld_debug_p8_gnu results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -The total amount of wall time = 208.757900 -The maximum resident set size (KB) = 1602320 +The total amount of wall time = 212.994442 +The maximum resident set size (KB) = 1600964 -Test 230 cpld_debug_p8_gnu PASS +Test 231 cpld_debug_p8_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_control_pdlib_p8_gnu -Checking test 231 cpld_control_pdlib_p8_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_control_pdlib_p8_gnu +Checking test 232 cpld_control_pdlib_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7436,15 +7436,15 @@ Checking test 231 cpld_control_pdlib_p8_gnu results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 961.229792 -The maximum resident set size (KB) = 1404092 +The total amount of wall time = 966.537917 +The maximum resident set size (KB) = 1401752 -Test 231 cpld_control_pdlib_p8_gnu PASS +Test 232 cpld_control_pdlib_p8_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_pdlib_p8_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/cpld_debug_pdlib_p8_gnu -Checking test 232 cpld_debug_pdlib_p8_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/cpld_debug_pdlib_p8_gnu +Checking test 233 cpld_debug_pdlib_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7495,25 +7495,41 @@ Checking test 232 cpld_debug_pdlib_p8_gnu results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -The total amount of wall time = 522.630679 -The maximum resident set size (KB) = 1402600 +The total amount of wall time = 527.092020 +The maximum resident set size (KB) = 1406508 -Test 232 cpld_debug_pdlib_p8_gnu PASS +Test 233 cpld_debug_pdlib_p8_gnu PASS baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_gnu -working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1580087/datm_cdeps_control_cfsr_gnu -Checking test 233 datm_cdeps_control_cfsr_gnu results .... +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1696193/datm_cdeps_control_cfsr_gnu +Checking test 234 datm_cdeps_control_cfsr_gnu results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK -The total amount of wall time = 133.407124 -The maximum resident set size (KB) = 755004 +The total amount of wall time = 137.659242 +The maximum resident set size (KB) = 750780 + +Test 234 datm_cdeps_control_cfsr_gnu PASS + + +baseline dir = /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_iau_intel +working dir = /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_1769318/cpld_control_gfsv17_iau_intel +Checking test 002 cpld_control_gfsv17_iau_intel results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing 20210323.000000.out_pnt.ww3 .........OK + Comparing 20210323.000000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 294.973461 + 0: The maximum resident set size (KB) = 1169712 -Test 233 datm_cdeps_control_cfsr_gnu PASS +Test 235 cpld_control_gfsv17_iau_intel PASS REGRESSION TEST WAS SUCCESSFUL -Sun Oct 8 11:54:10 CDT 2023 -Elapsed time: 01h:13m:30s. Have a nice day! +Wed Oct 11 14:56:28 CDT 2023 +Elapsed time: 00h:29m:39s. Have a nice day! diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index 7433ef7cb5..7b41335d36 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,53 +1,53 @@ -Sun Oct 8 15:39:53 UTC 2023 +Thu Oct 12 06:20:46 UTC 2023 Start Regression test -Testing UFSWM Hash: 46507d6cd2582f6314d0ac115858736a094f6649 +Testing UFSWM Hash: cdcc3c9009e8efa09c6ec75ae672043f28381f2d Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 50aa2c97882fbc9d4918813a22169fe97b424564 CICE-interface/CICE (CICE6.0.0-444-g50aa2c9) a5dea5f178fc98a4ab39c58aa43c37da6ad25d08 CMEPS-interface/CMEPS (cmeps_v0.4.1-1405-ga5dea5f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3ed8f7a5ebaa753283d82d9874b6b85d2e99c362 FV3 (remotes/origin/feature/mean2inst) + a13a239a746cb95c74bbe5841f300cb75f8b80d9 FV3 (heads/develop) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 02d4dc455bb517b4c641c919dc6b9dc829e1e0d4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9803-g02d4dc455) 569e354ababbde7a7cd68647533769a5c966468d NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 97e6a63ebf9a9030fcdae6ad5cf85a0bc91fa37f WW3 (6.07.1-342-g97e6a63e) 62b89146be1250f354cd50a14096c0c25f2f3952 stochastic_physics (ufs-v2.0.0-191-g62b8914) -Compile atm_debug_dyn32_intel elapsed time 333 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 1897 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile atm_faster_dyn32_intel elapsed time 1766 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile atmaero_intel elapsed time 1715 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile atml_intel elapsed time 1791 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile atmw_intel elapsed time 1751 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile atmwm_intel elapsed time 1770 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile csawmg_intel elapsed time 1749 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile datm_cdeps_debug_intel elapsed time 158 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 298 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 296 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 122 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile hafs_all_intel elapsed time 1791 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile hafsw_intel elapsed time 1859 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile rrfs_dyn32_phy32_debug_intel elapsed time 255 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 2518 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile rrfs_dyn32_phy32_intel elapsed time 1702 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile rrfs_dyn64_phy32_debug_intel elapsed time 255 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn64_phy32_intel elapsed time 1765 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile rrfs_intel elapsed time 1826 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile s2s_aoflux_intel elapsed time 1804 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile atm_debug_dyn32_intel elapsed time 314 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 1902 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile atm_faster_dyn32_intel elapsed time 1755 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile atmaero_intel elapsed time 1719 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile atml_intel elapsed time 1780 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile atmw_intel elapsed time 1776 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile atmwm_intel elapsed time 1778 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile csawmg_intel elapsed time 1731 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile datm_cdeps_debug_intel elapsed time 152 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 290 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 293 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 111 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile hafs_all_intel elapsed time 1766 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile hafsw_intel elapsed time 1806 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile rrfs_dyn32_phy32_debug_intel elapsed time 240 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn32_phy32_faster_intel elapsed time 2448 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile rrfs_dyn32_phy32_intel elapsed time 1655 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile rrfs_dyn64_phy32_debug_intel elapsed time 240 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn64_phy32_intel elapsed time 1429 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile rrfs_intel elapsed time 1824 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile s2s_aoflux_intel elapsed time 1491 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON Compile s2s_intel elapsed time 1819 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 286 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 2006 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 2036 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile s2swa_debug_intel elapsed time 299 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2swa_faster_intel elapsed time 5483 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 2032 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile wam_debug_intel elapsed time 240 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile wam_intel elapsed time 1666 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile s2sw_debug_intel elapsed time 278 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 1970 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 1965 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile s2swa_debug_intel elapsed time 301 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_faster_intel elapsed time 5495 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 2042 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile wam_debug_intel elapsed time 242 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile wam_intel elapsed time 1649 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_mixedmode_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_p8_mixedmode_intel +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -112,14 +112,14 @@ Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 411.189483 - 0: The maximum resident set size (KB) = 1754928 + 0: The total amount of wall time = 404.285547 + 0: The maximum resident set size (KB) = 1775432 Test 001 cpld_control_p8_mixedmode_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_gfsv17_intel +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -183,15 +183,31 @@ Checking test 002 cpld_control_gfsv17_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 289.262555 - 0: The maximum resident set size (KB) = 1608076 + 0: The total amount of wall time = 296.184102 + 0: The maximum resident set size (KB) = 1622620 Test 002 cpld_control_gfsv17_intel PASS +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_iau_intel +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_gfsv17_iau_intel +Checking test 003 cpld_control_gfsv17_iau_intel results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing 20210323.000000.out_pnt.ww3 .........OK + Comparing 20210323.000000.out_grd.ww3 .........OK + + 0: The total amount of wall time = 186.075523 + 0: The maximum resident set size (KB) = 987500 + +Test 003 cpld_control_gfsv17_iau_intel PASS + + baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_p8_intel -Checking test 003 cpld_control_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_p8_intel +Checking test 004 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -255,15 +271,15 @@ Checking test 003 cpld_control_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 467.618608 - 0: The maximum resident set size (KB) = 1793840 + 0: The total amount of wall time = 458.525599 + 0: The maximum resident set size (KB) = 1827184 -Test 003 cpld_control_p8_intel PASS +Test 004 cpld_control_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_restart_p8_intel -Checking test 004 cpld_restart_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_restart_p8_intel +Checking test 005 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -315,15 +331,15 @@ Checking test 004 cpld_restart_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 287.511589 - 0: The maximum resident set size (KB) = 1691700 + 0: The total amount of wall time = 262.342033 + 0: The maximum resident set size (KB) = 1711768 -Test 004 cpld_restart_p8_intel PASS +Test 005 cpld_restart_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_qr_p8_intel -Checking test 005 cpld_control_qr_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_qr_p8_intel +Checking test 006 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -387,15 +403,15 @@ Checking test 005 cpld_control_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 465.085213 - 0: The maximum resident set size (KB) = 1830488 + 0: The total amount of wall time = 456.597759 + 0: The maximum resident set size (KB) = 1839880 -Test 005 cpld_control_qr_p8_intel PASS +Test 006 cpld_control_qr_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_restart_qr_p8_intel -Checking test 006 cpld_restart_qr_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_restart_qr_p8_intel +Checking test 007 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -447,15 +463,15 @@ Checking test 006 cpld_restart_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 276.594742 - 0: The maximum resident set size (KB) = 1539808 + 0: The total amount of wall time = 269.861909 + 0: The maximum resident set size (KB) = 1550412 -Test 006 cpld_restart_qr_p8_intel PASS +Test 007 cpld_restart_qr_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_2threads_p8_intel -Checking test 007 cpld_2threads_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_2threads_p8_intel +Checking test 008 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -507,15 +523,15 @@ Checking test 007 cpld_2threads_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 441.129246 - 0: The maximum resident set size (KB) = 2173180 + 0: The total amount of wall time = 434.649656 + 0: The maximum resident set size (KB) = 2195396 -Test 007 cpld_2threads_p8_intel PASS +Test 008 cpld_2threads_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_decomp_p8_intel -Checking test 008 cpld_decomp_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_decomp_p8_intel +Checking test 009 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -567,15 +583,15 @@ Checking test 008 cpld_decomp_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 467.722553 - 0: The maximum resident set size (KB) = 1782336 + 0: The total amount of wall time = 455.958131 + 0: The maximum resident set size (KB) = 1815176 -Test 008 cpld_decomp_p8_intel PASS +Test 009 cpld_decomp_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_mpi_p8_intel -Checking test 009 cpld_mpi_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_mpi_p8_intel +Checking test 010 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -627,15 +643,15 @@ Checking test 009 cpld_mpi_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 396.438328 - 0: The maximum resident set size (KB) = 1697932 + 0: The total amount of wall time = 381.563744 + 0: The maximum resident set size (KB) = 1778540 -Test 009 cpld_mpi_p8_intel PASS +Test 010 cpld_mpi_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_ciceC_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_ciceC_p8_intel -Checking test 010 cpld_control_ciceC_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_ciceC_p8_intel +Checking test 011 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -699,15 +715,15 @@ Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 459.354918 - 0: The maximum resident set size (KB) = 1804940 + 0: The total amount of wall time = 462.794317 + 0: The maximum resident set size (KB) = 1825048 -Test 010 cpld_control_ciceC_p8_intel PASS +Test 011 cpld_control_ciceC_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_noaero_p8_intel -Checking test 011 cpld_control_noaero_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_noaero_p8_intel +Checking test 012 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -770,15 +786,15 @@ Checking test 011 cpld_control_noaero_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 346.808045 - 0: The maximum resident set size (KB) = 1632240 + 0: The total amount of wall time = 347.608099 + 0: The maximum resident set size (KB) = 1644776 -Test 011 cpld_control_noaero_p8_intel PASS +Test 012 cpld_control_noaero_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_nowave_noaero_p8_intel -Checking test 012 cpld_control_nowave_noaero_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_nowave_noaero_p8_intel +Checking test 013 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -839,15 +855,15 @@ Checking test 012 cpld_control_nowave_noaero_p8_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 346.027673 - 0: The maximum resident set size (KB) = 1695516 + 0: The total amount of wall time = 345.922115 + 0: The maximum resident set size (KB) = 1685496 -Test 012 cpld_control_nowave_noaero_p8_intel PASS +Test 013 cpld_control_nowave_noaero_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_debug_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_debug_p8_intel -Checking test 013 cpld_debug_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_debug_p8_intel +Checking test 014 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -899,15 +915,15 @@ Checking test 013 cpld_debug_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 694.332006 - 0: The maximum resident set size (KB) = 1824636 + 0: The total amount of wall time = 683.302521 + 0: The maximum resident set size (KB) = 1831504 -Test 013 cpld_debug_p8_intel PASS +Test 014 cpld_debug_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_debug_noaero_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_debug_noaero_p8_intel -Checking test 014 cpld_debug_noaero_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_debug_noaero_p8_intel +Checking test 015 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -958,15 +974,15 @@ Checking test 014 cpld_debug_noaero_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 460.720879 - 0: The maximum resident set size (KB) = 1658312 + 0: The total amount of wall time = 463.663884 + 0: The maximum resident set size (KB) = 1653540 -Test 014 cpld_debug_noaero_p8_intel PASS +Test 015 cpld_debug_noaero_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_agrid_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_noaero_p8_agrid_intel -Checking test 015 cpld_control_noaero_p8_agrid_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_noaero_p8_agrid_intel +Checking test 016 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1027,15 +1043,15 @@ Checking test 015 cpld_control_noaero_p8_agrid_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 376.058463 - 0: The maximum resident set size (KB) = 1688360 + 0: The total amount of wall time = 344.326589 + 0: The maximum resident set size (KB) = 1703852 -Test 015 cpld_control_noaero_p8_agrid_intel PASS +Test 016 cpld_control_noaero_p8_agrid_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_c48_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_c48_intel -Checking test 016 cpld_control_c48_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_c48_intel +Checking test 017 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1084,15 +1100,15 @@ Checking test 016 cpld_control_c48_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 801.831645 - 0: The maximum resident set size (KB) = 2779408 + 0: The total amount of wall time = 790.008796 + 0: The maximum resident set size (KB) = 2799576 -Test 016 cpld_control_c48_intel PASS +Test 017 cpld_control_c48_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_faster_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/cpld_control_p8_faster_intel -Checking test 017 cpld_control_p8_faster_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/cpld_control_p8_faster_intel +Checking test 018 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1156,15 +1172,15 @@ Checking test 017 cpld_control_p8_faster_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 435.434429 - 0: The maximum resident set size (KB) = 1802444 + 0: The total amount of wall time = 431.954063 + 0: The maximum resident set size (KB) = 1820140 -Test 017 cpld_control_p8_faster_intel PASS +Test 018 cpld_control_p8_faster_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_flake_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_flake_intel -Checking test 018 control_flake_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_flake_intel +Checking test 019 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1174,15 +1190,15 @@ Checking test 018 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 260.543635 - 0: The maximum resident set size (KB) = 630192 + 0: The total amount of wall time = 250.479001 + 0: The maximum resident set size (KB) = 631964 -Test 018 control_flake_intel PASS +Test 019 control_flake_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_CubedSphereGrid_intel -Checking test 019 control_CubedSphereGrid_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_CubedSphereGrid_intel +Checking test 020 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1208,37 +1224,37 @@ Checking test 019 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 184.917675 - 0: The maximum resident set size (KB) = 582344 + 0: The total amount of wall time = 177.810086 + 0: The maximum resident set size (KB) = 582540 -Test 019 control_CubedSphereGrid_intel PASS +Test 020 control_CubedSphereGrid_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_parallel_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_CubedSphereGrid_parallel_intel -Checking test 020 control_CubedSphereGrid_parallel_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_CubedSphereGrid_parallel_intel +Checking test 021 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK Comparing cubed_sphere_grid_sfcf000.nc .........OK Comparing cubed_sphere_grid_sfcf024.nc .........OK - Comparing cubed_sphere_grid_atmf000.nc ............ALT CHECK......OK + Comparing cubed_sphere_grid_atmf000.nc .........OK Comparing cubed_sphere_grid_atmf024.nc ............ALT CHECK......OK Comparing GFSFLX.GrbF00 .........OK Comparing GFSFLX.GrbF24 .........OK Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 194.278595 - 0: The maximum resident set size (KB) = 587212 + 0: The total amount of wall time = 187.488394 + 0: The maximum resident set size (KB) = 585532 -Test 020 control_CubedSphereGrid_parallel_intel PASS +Test 021 control_CubedSphereGrid_parallel_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_latlon_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_latlon_intel -Checking test 021 control_latlon_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_latlon_intel +Checking test 022 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1248,15 +1264,15 @@ Checking test 021 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 181.252203 - 0: The maximum resident set size (KB) = 568636 + 0: The total amount of wall time = 180.669975 + 0: The maximum resident set size (KB) = 583304 -Test 021 control_latlon_intel PASS +Test 022 control_latlon_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_wrtGauss_netcdf_parallel_intel -Checking test 022 control_wrtGauss_netcdf_parallel_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_wrtGauss_netcdf_parallel_intel +Checking test 023 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1266,15 +1282,15 @@ Checking test 022 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 188.142057 - 0: The maximum resident set size (KB) = 584572 + 0: The total amount of wall time = 184.124036 + 0: The maximum resident set size (KB) = 585260 -Test 022 control_wrtGauss_netcdf_parallel_intel PASS +Test 023 control_wrtGauss_netcdf_parallel_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_c48_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_c48_intel -Checking test 023 control_c48_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_c48_intel +Checking test 024 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1312,15 +1328,15 @@ Checking test 023 control_c48_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 591.947117 -0: The maximum resident set size (KB) = 800656 +0: The total amount of wall time = 592.592558 +0: The maximum resident set size (KB) = 808364 -Test 023 control_c48_intel PASS +Test 024 control_c48_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_c192_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_c192_intel -Checking test 024 control_c192_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_c192_intel +Checking test 025 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1330,15 +1346,15 @@ Checking test 024 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 760.958930 - 0: The maximum resident set size (KB) = 693544 + 0: The total amount of wall time = 726.974644 + 0: The maximum resident set size (KB) = 704232 -Test 024 control_c192_intel PASS +Test 025 control_c192_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_c384_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_c384_intel -Checking test 025 control_c384_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_c384_intel +Checking test 026 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1348,15 +1364,15 @@ Checking test 025 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 963.302358 - 0: The maximum resident set size (KB) = 1168272 + 0: The total amount of wall time = 941.523214 + 0: The maximum resident set size (KB) = 1172432 -Test 025 control_c384_intel PASS +Test 026 control_c384_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_c384gdas_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_c384gdas_intel -Checking test 026 control_c384gdas_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_c384gdas_intel +Checking test 027 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1398,15 +1414,15 @@ Checking test 026 control_c384gdas_intel results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 818.230065 - 0: The maximum resident set size (KB) = 1296280 + 0: The total amount of wall time = 826.201363 + 0: The maximum resident set size (KB) = 1301448 -Test 026 control_c384gdas_intel PASS +Test 027 control_c384gdas_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_stochy_intel -Checking test 027 control_stochy_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_stochy_intel +Checking test 028 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1416,29 +1432,29 @@ Checking test 027 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 132.630574 - 0: The maximum resident set size (KB) = 583940 + 0: The total amount of wall time = 122.361557 + 0: The maximum resident set size (KB) = 588924 -Test 027 control_stochy_intel PASS +Test 028 control_stochy_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_stochy_restart_intel -Checking test 028 control_stochy_restart_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_stochy_restart_intel +Checking test 029 control_stochy_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 69.639141 - 0: The maximum resident set size (KB) = 464492 + 0: The total amount of wall time = 64.126329 + 0: The maximum resident set size (KB) = 464996 -Test 028 control_stochy_restart_intel PASS +Test 029 control_stochy_restart_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_lndp_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_lndp_intel -Checking test 029 control_lndp_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_lndp_intel +Checking test 030 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1448,15 +1464,15 @@ Checking test 029 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 117.219978 - 0: The maximum resident set size (KB) = 586884 + 0: The total amount of wall time = 115.140199 + 0: The maximum resident set size (KB) = 588612 -Test 029 control_lndp_intel PASS +Test 030 control_lndp_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_iovr4_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_iovr4_intel -Checking test 030 control_iovr4_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_iovr4_intel +Checking test 031 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1470,15 +1486,15 @@ Checking test 030 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 182.191366 - 0: The maximum resident set size (KB) = 580824 + 0: The total amount of wall time = 182.066646 + 0: The maximum resident set size (KB) = 580560 -Test 030 control_iovr4_intel PASS +Test 031 control_iovr4_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_iovr5_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_iovr5_intel -Checking test 031 control_iovr5_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_iovr5_intel +Checking test 032 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1492,15 +1508,15 @@ Checking test 031 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 183.587575 - 0: The maximum resident set size (KB) = 581636 + 0: The total amount of wall time = 184.224027 + 0: The maximum resident set size (KB) = 582740 -Test 031 control_iovr5_intel PASS +Test 032 control_iovr5_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_p8_intel -Checking test 032 control_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_p8_intel +Checking test 033 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1546,15 +1562,15 @@ Checking test 032 control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 233.983357 - 0: The maximum resident set size (KB) = 1538832 + 0: The total amount of wall time = 228.522087 + 0: The maximum resident set size (KB) = 1563828 -Test 032 control_p8_intel PASS +Test 033 control_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_restart_p8_intel -Checking test 033 control_restart_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_restart_p8_intel +Checking test 034 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1592,15 +1608,15 @@ Checking test 033 control_restart_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 128.499991 - 0: The maximum resident set size (KB) = 833480 + 0: The total amount of wall time = 120.903777 + 0: The maximum resident set size (KB) = 841580 -Test 033 control_restart_p8_intel PASS +Test 034 control_restart_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_qr_p8_intel -Checking test 034 control_qr_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_qr_p8_intel +Checking test 035 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1646,15 +1662,15 @@ Checking test 034 control_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 230.207416 - 0: The maximum resident set size (KB) = 1550332 + 0: The total amount of wall time = 229.079109 + 0: The maximum resident set size (KB) = 1573016 -Test 034 control_qr_p8_intel PASS +Test 035 control_qr_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_restart_qr_p8_intel -Checking test 035 control_restart_qr_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_restart_qr_p8_intel +Checking test 036 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1692,15 +1708,15 @@ Checking test 035 control_restart_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 126.519168 - 0: The maximum resident set size (KB) = 795940 + 0: The total amount of wall time = 123.758219 + 0: The maximum resident set size (KB) = 804868 -Test 035 control_restart_qr_p8_intel PASS +Test 036 control_restart_qr_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_decomp_p8_intel -Checking test 036 control_decomp_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_decomp_p8_intel +Checking test 037 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1742,15 +1758,15 @@ Checking test 036 control_decomp_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 246.480031 - 0: The maximum resident set size (KB) = 1536652 + 0: The total amount of wall time = 239.336009 + 0: The maximum resident set size (KB) = 1549032 -Test 036 control_decomp_p8_intel PASS +Test 037 control_decomp_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_2threads_p8_intel -Checking test 037 control_2threads_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_2threads_p8_intel +Checking test 038 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1792,15 +1808,15 @@ Checking test 037 control_2threads_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 222.127397 - 0: The maximum resident set size (KB) = 1631424 + 0: The total amount of wall time = 209.999406 + 0: The maximum resident set size (KB) = 1637868 -Test 037 control_2threads_p8_intel PASS +Test 038 control_2threads_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_lndp_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_p8_lndp_intel -Checking test 038 control_p8_lndp_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_p8_lndp_intel +Checking test 039 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1818,15 +1834,15 @@ Checking test 038 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 426.837454 - 0: The maximum resident set size (KB) = 1548468 + 0: The total amount of wall time = 419.132490 + 0: The maximum resident set size (KB) = 1557452 -Test 038 control_p8_lndp_intel PASS +Test 039 control_p8_lndp_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_rrtmgp_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_p8_rrtmgp_intel -Checking test 039 control_p8_rrtmgp_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_p8_rrtmgp_intel +Checking test 040 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1872,15 +1888,15 @@ Checking test 039 control_p8_rrtmgp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 305.700286 - 0: The maximum resident set size (KB) = 1608872 + 0: The total amount of wall time = 303.520286 + 0: The maximum resident set size (KB) = 1624588 -Test 039 control_p8_rrtmgp_intel PASS +Test 040 control_p8_rrtmgp_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_mynn_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_p8_mynn_intel -Checking test 040 control_p8_mynn_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_p8_mynn_intel +Checking test 041 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1926,15 +1942,15 @@ Checking test 040 control_p8_mynn_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 244.950563 - 0: The maximum resident set size (KB) = 1551944 + 0: The total amount of wall time = 230.219222 + 0: The maximum resident set size (KB) = 1564008 -Test 040 control_p8_mynn_intel PASS +Test 041 control_p8_mynn_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/merra2_thompson_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/merra2_thompson_intel -Checking test 041 merra2_thompson_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/merra2_thompson_intel +Checking test 042 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1980,15 +1996,15 @@ Checking test 041 merra2_thompson_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 267.116846 - 0: The maximum resident set size (KB) = 1557264 + 0: The total amount of wall time = 260.459850 + 0: The maximum resident set size (KB) = 1566208 -Test 041 merra2_thompson_intel PASS +Test 042 merra2_thompson_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_control_intel -Checking test 042 regional_control_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_control_intel +Checking test 043 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -1998,29 +2014,29 @@ Checking test 042 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 413.678922 - 0: The maximum resident set size (KB) = 995116 + 0: The total amount of wall time = 393.641074 + 0: The maximum resident set size (KB) = 996760 -Test 042 regional_control_intel PASS +Test 043 regional_control_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_restart_intel -Checking test 043 regional_restart_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_restart_intel +Checking test 044 regional_restart_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 209.331413 - 0: The maximum resident set size (KB) = 983856 + 0: The total amount of wall time = 200.132388 + 0: The maximum resident set size (KB) = 990584 -Test 043 regional_restart_intel PASS +Test 044 regional_restart_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_control_qr_intel -Checking test 044 regional_control_qr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_control_qr_intel +Checking test 045 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2030,29 +2046,29 @@ Checking test 044 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 411.526107 - 0: The maximum resident set size (KB) = 995036 + 0: The total amount of wall time = 414.936791 + 0: The maximum resident set size (KB) = 994272 -Test 044 regional_control_qr_intel PASS +Test 045 regional_control_qr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_restart_qr_intel -Checking test 045 regional_restart_qr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_restart_qr_intel +Checking test 046 regional_restart_qr_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 204.123828 - 0: The maximum resident set size (KB) = 988012 + 0: The total amount of wall time = 205.723631 + 0: The maximum resident set size (KB) = 990992 -Test 045 regional_restart_qr_intel PASS +Test 046 regional_restart_qr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_decomp_intel -Checking test 046 regional_decomp_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_decomp_intel +Checking test 047 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2062,15 +2078,15 @@ Checking test 046 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 415.313992 - 0: The maximum resident set size (KB) = 984748 + 0: The total amount of wall time = 416.386655 + 0: The maximum resident set size (KB) = 985248 -Test 046 regional_decomp_intel PASS +Test 047 regional_decomp_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_2threads_intel -Checking test 047 regional_2threads_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_2threads_intel +Checking test 048 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2080,29 +2096,29 @@ Checking test 047 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 250.140834 - 0: The maximum resident set size (KB) = 979416 + 0: The total amount of wall time = 302.934130 + 0: The maximum resident set size (KB) = 985952 -Test 047 regional_2threads_intel PASS +Test 048 regional_2threads_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_netcdf_parallel_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_netcdf_parallel_intel -Checking test 048 regional_netcdf_parallel_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_netcdf_parallel_intel +Checking test 049 regional_netcdf_parallel_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 405.127807 - 0: The maximum resident set size (KB) = 985800 + 0: The total amount of wall time = 393.249358 + 0: The maximum resident set size (KB) = 987580 -Test 048 regional_netcdf_parallel_intel PASS +Test 049 regional_netcdf_parallel_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_2dwrtdecomp_intel -Checking test 049 regional_2dwrtdecomp_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_2dwrtdecomp_intel +Checking test 050 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2112,15 +2128,15 @@ Checking test 049 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 402.417567 - 0: The maximum resident set size (KB) = 998904 + 0: The total amount of wall time = 390.812965 + 0: The maximum resident set size (KB) = 997092 -Test 049 regional_2dwrtdecomp_intel PASS +Test 050 regional_2dwrtdecomp_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_control_intel -Checking test 050 rap_control_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_control_intel +Checking test 051 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2166,15 +2182,15 @@ Checking test 050 rap_control_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 590.541261 - 0: The maximum resident set size (KB) = 1074540 + 0: The total amount of wall time = 591.898920 + 0: The maximum resident set size (KB) = 1088948 -Test 050 rap_control_intel PASS +Test 051 rap_control_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_spp_sppt_shum_skeb_intel -Checking test 051 regional_spp_sppt_shum_skeb_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_spp_sppt_shum_skeb_intel +Checking test 052 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2184,15 +2200,15 @@ Checking test 051 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 320.702013 - 0: The maximum resident set size (KB) = 1109968 + 0: The total amount of wall time = 316.948958 + 0: The maximum resident set size (KB) = 1117272 -Test 051 regional_spp_sppt_shum_skeb_intel PASS +Test 052 regional_spp_sppt_shum_skeb_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_decomp_intel -Checking test 052 rap_decomp_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_decomp_intel +Checking test 053 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2238,15 +2254,15 @@ Checking test 052 rap_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 701.450196 - 0: The maximum resident set size (KB) = 1027396 + 0: The total amount of wall time = 619.563277 + 0: The maximum resident set size (KB) = 1039696 -Test 052 rap_decomp_intel PASS +Test 053 rap_decomp_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_2threads_intel -Checking test 053 rap_2threads_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_2threads_intel +Checking test 054 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2292,15 +2308,15 @@ Checking test 053 rap_2threads_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 652.083526 - 0: The maximum resident set size (KB) = 1152860 + 0: The total amount of wall time = 552.043463 + 0: The maximum resident set size (KB) = 1161208 -Test 053 rap_2threads_intel PASS +Test 054 rap_2threads_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_restart_intel -Checking test 054 rap_restart_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_restart_intel +Checking test 055 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2338,15 +2354,15 @@ Checking test 054 rap_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 326.721710 - 0: The maximum resident set size (KB) = 1003992 + 0: The total amount of wall time = 296.661718 + 0: The maximum resident set size (KB) = 1007660 -Test 054 rap_restart_intel PASS +Test 055 rap_restart_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_sfcdiff_intel -Checking test 055 rap_sfcdiff_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_sfcdiff_intel +Checking test 056 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2392,15 +2408,15 @@ Checking test 055 rap_sfcdiff_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 685.426996 - 0: The maximum resident set size (KB) = 1075324 + 0: The total amount of wall time = 587.406434 + 0: The maximum resident set size (KB) = 1083996 -Test 055 rap_sfcdiff_intel PASS +Test 056 rap_sfcdiff_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_sfcdiff_decomp_intel -Checking test 056 rap_sfcdiff_decomp_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_sfcdiff_decomp_intel +Checking test 057 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2446,15 +2462,15 @@ Checking test 056 rap_sfcdiff_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 724.996434 - 0: The maximum resident set size (KB) = 1027796 + 0: The total amount of wall time = 618.946484 + 0: The maximum resident set size (KB) = 1037868 -Test 056 rap_sfcdiff_decomp_intel PASS +Test 057 rap_sfcdiff_decomp_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_sfcdiff_restart_intel -Checking test 057 rap_sfcdiff_restart_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_sfcdiff_restart_intel +Checking test 058 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2492,15 +2508,15 @@ Checking test 057 rap_sfcdiff_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 436.503343 - 0: The maximum resident set size (KB) = 1014460 + 0: The total amount of wall time = 433.542444 + 0: The maximum resident set size (KB) = 1013252 -Test 057 rap_sfcdiff_restart_intel PASS +Test 058 rap_sfcdiff_restart_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_intel -Checking test 058 hrrr_control_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_intel +Checking test 059 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2546,15 +2562,15 @@ Checking test 058 hrrr_control_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 389.653609 - 0: The maximum resident set size (KB) = 1009228 + 0: The total amount of wall time = 296.017531 + 0: The maximum resident set size (KB) = 1019884 -Test 058 hrrr_control_intel PASS +Test 059 hrrr_control_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_qr_intel -Checking test 059 hrrr_control_qr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_qr_intel +Checking test 060 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2600,15 +2616,15 @@ Checking test 059 hrrr_control_qr_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 395.987639 - 0: The maximum resident set size (KB) = 963108 + 0: The total amount of wall time = 298.736036 + 0: The maximum resident set size (KB) = 984360 -Test 059 hrrr_control_qr_intel PASS +Test 060 hrrr_control_qr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_decomp_intel -Checking test 060 hrrr_control_decomp_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_decomp_intel +Checking test 061 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2654,15 +2670,15 @@ Checking test 060 hrrr_control_decomp_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 382.981960 - 0: The maximum resident set size (KB) = 974980 + 0: The total amount of wall time = 306.207642 + 0: The maximum resident set size (KB) = 983972 -Test 060 hrrr_control_decomp_intel PASS +Test 061 hrrr_control_decomp_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_2threads_intel -Checking test 061 hrrr_control_2threads_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_2threads_intel +Checking test 062 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2708,43 +2724,43 @@ Checking test 061 hrrr_control_2threads_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 347.983782 - 0: The maximum resident set size (KB) = 1026224 + 0: The total amount of wall time = 276.287882 + 0: The maximum resident set size (KB) = 1026600 -Test 061 hrrr_control_2threads_intel PASS +Test 062 hrrr_control_2threads_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_restart_intel -Checking test 062 hrrr_control_restart_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_restart_intel +Checking test 063 hrrr_control_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 153.317444 - 0: The maximum resident set size (KB) = 927128 + 0: The total amount of wall time = 153.538060 + 0: The maximum resident set size (KB) = 930672 -Test 062 hrrr_control_restart_intel PASS +Test 063 hrrr_control_restart_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_restart_qr_intel -Checking test 063 hrrr_control_restart_qr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_restart_qr_intel +Checking test 064 hrrr_control_restart_qr_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 159.096965 - 0: The maximum resident set size (KB) = 816996 + 0: The total amount of wall time = 158.372224 + 0: The maximum resident set size (KB) = 824144 -Test 063 hrrr_control_restart_qr_intel PASS +Test 064 hrrr_control_restart_qr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rrfs_v1beta_intel -Checking test 064 rrfs_v1beta_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rrfs_v1beta_intel +Checking test 065 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2790,15 +2806,15 @@ Checking test 064 rrfs_v1beta_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 674.783072 - 0: The maximum resident set size (KB) = 1040792 + 0: The total amount of wall time = 583.865416 + 0: The maximum resident set size (KB) = 1043764 -Test 064 rrfs_v1beta_intel PASS +Test 065 rrfs_v1beta_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rrfs_v1nssl_intel -Checking test 065 rrfs_v1nssl_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rrfs_v1nssl_intel +Checking test 066 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2812,15 +2828,15 @@ Checking test 065 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 788.900538 - 0: The maximum resident set size (KB) = 679720 + 0: The total amount of wall time = 706.824036 + 0: The maximum resident set size (KB) = 678488 -Test 065 rrfs_v1nssl_intel PASS +Test 066 rrfs_v1nssl_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_nohailnoccn_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rrfs_v1nssl_nohailnoccn_intel -Checking test 066 rrfs_v1nssl_nohailnoccn_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rrfs_v1nssl_nohailnoccn_intel +Checking test 067 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2834,15 +2850,15 @@ Checking test 066 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 740.557916 - 0: The maximum resident set size (KB) = 740632 + 0: The total amount of wall time = 685.709995 + 0: The maximum resident set size (KB) = 747588 -Test 066 rrfs_v1nssl_nohailnoccn_intel PASS +Test 067 rrfs_v1nssl_nohailnoccn_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_csawmg_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_csawmg_intel -Checking test 067 control_csawmg_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_csawmg_intel +Checking test 068 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2852,15 +2868,15 @@ Checking test 067 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 456.567966 - 0: The maximum resident set size (KB) = 696536 + 0: The total amount of wall time = 460.233101 + 0: The maximum resident set size (KB) = 688352 -Test 067 control_csawmg_intel PASS +Test 068 control_csawmg_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_csawmgt_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_csawmgt_intel -Checking test 068 control_csawmgt_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_csawmgt_intel +Checking test 069 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2870,15 +2886,15 @@ Checking test 068 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 451.623922 - 0: The maximum resident set size (KB) = 694432 + 0: The total amount of wall time = 468.673791 + 0: The maximum resident set size (KB) = 694056 -Test 068 control_csawmgt_intel PASS +Test 069 control_csawmgt_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_ras_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_ras_intel -Checking test 069 control_ras_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_ras_intel +Checking test 070 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2888,27 +2904,27 @@ Checking test 069 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 253.568882 - 0: The maximum resident set size (KB) = 667028 + 0: The total amount of wall time = 252.691806 + 0: The maximum resident set size (KB) = 667992 -Test 069 control_ras_intel PASS +Test 070 control_ras_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_wam_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_wam_intel -Checking test 070 control_wam_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_wam_intel +Checking test 071 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 155.470763 - 0: The maximum resident set size (KB) = 549800 + 0: The total amount of wall time = 148.372234 + 0: The maximum resident set size (KB) = 545968 -Test 070 control_wam_intel PASS +Test 071 control_wam_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_faster_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_p8_faster_intel -Checking test 071 control_p8_faster_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_p8_faster_intel +Checking test 072 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2954,15 +2970,15 @@ Checking test 071 control_p8_faster_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 214.539225 - 0: The maximum resident set size (KB) = 1549188 + 0: The total amount of wall time = 208.641204 + 0: The maximum resident set size (KB) = 1565708 -Test 071 control_p8_faster_intel PASS +Test 072 control_p8_faster_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_control_faster_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_control_faster_intel -Checking test 072 regional_control_faster_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_control_faster_intel +Checking test 073 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2972,15 +2988,15 @@ Checking test 072 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 370.640482 - 0: The maximum resident set size (KB) = 994212 + 0: The total amount of wall time = 368.957671 + 0: The maximum resident set size (KB) = 999652 -Test 072 regional_control_faster_intel PASS +Test 073 regional_control_faster_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_CubedSphereGrid_debug_intel -Checking test 073 control_CubedSphereGrid_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_CubedSphereGrid_debug_intel +Checking test 074 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3006,377 +3022,377 @@ Checking test 073 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 192.446231 - 0: The maximum resident set size (KB) = 747112 + 0: The total amount of wall time = 191.806649 + 0: The maximum resident set size (KB) = 741320 -Test 073 control_CubedSphereGrid_debug_intel PASS +Test 074 control_CubedSphereGrid_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 074 control_wrtGauss_netcdf_parallel_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 075 control_wrtGauss_netcdf_parallel_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 193.697520 - 0: The maximum resident set size (KB) = 742768 + 0: The total amount of wall time = 190.108007 + 0: The maximum resident set size (KB) = 741208 -Test 074 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 075 control_wrtGauss_netcdf_parallel_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_stochy_debug_intel -Checking test 075 control_stochy_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_stochy_debug_intel +Checking test 076 control_stochy_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 221.091156 - 0: The maximum resident set size (KB) = 748252 + 0: The total amount of wall time = 216.839355 + 0: The maximum resident set size (KB) = 746168 -Test 075 control_stochy_debug_intel PASS +Test 076 control_stochy_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_lndp_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_lndp_debug_intel -Checking test 076 control_lndp_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_lndp_debug_intel +Checking test 077 control_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 195.920641 - 0: The maximum resident set size (KB) = 748500 + 0: The total amount of wall time = 193.852410 + 0: The maximum resident set size (KB) = 749140 -Test 076 control_lndp_debug_intel PASS +Test 077 control_lndp_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_csawmg_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_csawmg_debug_intel -Checking test 077 control_csawmg_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_csawmg_debug_intel +Checking test 078 control_csawmg_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 304.836951 - 0: The maximum resident set size (KB) = 788284 + 0: The total amount of wall time = 300.642126 + 0: The maximum resident set size (KB) = 785632 -Test 077 control_csawmg_debug_intel PASS +Test 078 control_csawmg_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_csawmgt_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_csawmgt_debug_intel -Checking test 078 control_csawmgt_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_csawmgt_debug_intel +Checking test 079 control_csawmgt_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 300.263955 - 0: The maximum resident set size (KB) = 785140 + 0: The total amount of wall time = 296.336527 + 0: The maximum resident set size (KB) = 786060 -Test 078 control_csawmgt_debug_intel PASS +Test 079 control_csawmgt_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_ras_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_ras_debug_intel -Checking test 079 control_ras_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_ras_debug_intel +Checking test 080 control_ras_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 194.170299 - 0: The maximum resident set size (KB) = 756492 + 0: The total amount of wall time = 192.781546 + 0: The maximum resident set size (KB) = 757720 -Test 079 control_ras_debug_intel PASS +Test 080 control_ras_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_diag_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_diag_debug_intel -Checking test 080 control_diag_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_diag_debug_intel +Checking test 081 control_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 198.199970 - 0: The maximum resident set size (KB) = 795420 + 0: The total amount of wall time = 193.822208 + 0: The maximum resident set size (KB) = 800072 -Test 080 control_diag_debug_intel PASS +Test 081 control_diag_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_debug_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_debug_p8_intel -Checking test 081 control_debug_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_debug_p8_intel +Checking test 082 control_debug_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 218.754879 - 0: The maximum resident set size (KB) = 1564496 + 0: The total amount of wall time = 221.807579 + 0: The maximum resident set size (KB) = 1565624 -Test 081 control_debug_p8_intel PASS +Test 082 control_debug_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_debug_intel -Checking test 082 regional_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_debug_intel +Checking test 083 regional_debug_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 1272.138665 - 0: The maximum resident set size (KB) = 1011008 + 0: The total amount of wall time = 1280.262849 + 0: The maximum resident set size (KB) = 1010832 -Test 082 regional_debug_intel PASS +Test 083 regional_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_control_debug_intel -Checking test 083 rap_control_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_control_debug_intel +Checking test 084 rap_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 350.715697 - 0: The maximum resident set size (KB) = 1118460 + 0: The total amount of wall time = 350.580367 + 0: The maximum resident set size (KB) = 1135468 -Test 083 rap_control_debug_intel PASS +Test 084 rap_control_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_debug_intel -Checking test 084 hrrr_control_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_debug_intel +Checking test 085 hrrr_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 342.092934 - 0: The maximum resident set size (KB) = 1115404 + 0: The total amount of wall time = 341.147734 + 0: The maximum resident set size (KB) = 1122268 -Test 084 hrrr_control_debug_intel PASS +Test 085 hrrr_control_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_gf_debug_intel -Checking test 085 hrrr_gf_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_gf_debug_intel +Checking test 086 hrrr_gf_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 346.770355 - 0: The maximum resident set size (KB) = 1122384 + 0: The total amount of wall time = 344.614159 + 0: The maximum resident set size (KB) = 1136136 -Test 085 hrrr_gf_debug_intel PASS +Test 086 hrrr_gf_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_c3_debug_intel -Checking test 086 hrrr_c3_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_c3_debug_intel +Checking test 087 hrrr_c3_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 348.738369 - 0: The maximum resident set size (KB) = 1118820 + 0: The total amount of wall time = 349.474357 + 0: The maximum resident set size (KB) = 1127136 -Test 086 hrrr_c3_debug_intel PASS +Test 087 hrrr_c3_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_unified_drag_suite_debug_intel -Checking test 087 rap_unified_drag_suite_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_unified_drag_suite_debug_intel +Checking test 088 rap_unified_drag_suite_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 352.506593 - 0: The maximum resident set size (KB) = 1122860 + 0: The total amount of wall time = 348.647261 + 0: The maximum resident set size (KB) = 1119196 -Test 087 rap_unified_drag_suite_debug_intel PASS +Test 088 rap_unified_drag_suite_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_diag_debug_intel -Checking test 088 rap_diag_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_diag_debug_intel +Checking test 089 rap_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 374.312590 - 0: The maximum resident set size (KB) = 1200188 + 0: The total amount of wall time = 368.146672 + 0: The maximum resident set size (KB) = 1210524 -Test 088 rap_diag_debug_intel PASS +Test 089 rap_diag_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_cires_ugwp_debug_intel -Checking test 089 rap_cires_ugwp_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_cires_ugwp_debug_intel +Checking test 090 rap_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 359.426273 - 0: The maximum resident set size (KB) = 1126376 + 0: The total amount of wall time = 359.230783 + 0: The maximum resident set size (KB) = 1116532 -Test 089 rap_cires_ugwp_debug_intel PASS +Test 090 rap_cires_ugwp_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_unified_ugwp_debug_intel -Checking test 090 rap_unified_ugwp_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_unified_ugwp_debug_intel +Checking test 091 rap_unified_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 363.833643 - 0: The maximum resident set size (KB) = 1131432 + 0: The total amount of wall time = 362.199328 + 0: The maximum resident set size (KB) = 1137080 -Test 090 rap_unified_ugwp_debug_intel PASS +Test 091 rap_unified_ugwp_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_lndp_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_lndp_debug_intel -Checking test 091 rap_lndp_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_lndp_debug_intel +Checking test 092 rap_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 368.760258 - 0: The maximum resident set size (KB) = 1124624 + 0: The total amount of wall time = 351.603350 + 0: The maximum resident set size (KB) = 1131596 -Test 091 rap_lndp_debug_intel PASS +Test 092 rap_lndp_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_progcld_thompson_debug_intel -Checking test 092 rap_progcld_thompson_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_progcld_thompson_debug_intel +Checking test 093 rap_progcld_thompson_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 357.435340 - 0: The maximum resident set size (KB) = 1128544 + 0: The total amount of wall time = 344.688487 + 0: The maximum resident set size (KB) = 1126148 -Test 092 rap_progcld_thompson_debug_intel PASS +Test 093 rap_progcld_thompson_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_noah_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_noah_debug_intel -Checking test 093 rap_noah_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_noah_debug_intel +Checking test 094 rap_noah_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 355.024240 - 0: The maximum resident set size (KB) = 1117500 + 0: The total amount of wall time = 339.753647 + 0: The maximum resident set size (KB) = 1125336 -Test 093 rap_noah_debug_intel PASS +Test 094 rap_noah_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_sfcdiff_debug_intel -Checking test 094 rap_sfcdiff_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_sfcdiff_debug_intel +Checking test 095 rap_sfcdiff_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 355.892389 - 0: The maximum resident set size (KB) = 1126000 + 0: The total amount of wall time = 345.692862 + 0: The maximum resident set size (KB) = 1137464 -Test 094 rap_sfcdiff_debug_intel PASS +Test 095 rap_sfcdiff_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 095 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 096 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 578.113842 - 0: The maximum resident set size (KB) = 1122504 + 0: The total amount of wall time = 579.160437 + 0: The maximum resident set size (KB) = 1119400 -Test 095 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 096 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rrfs_v1beta_debug_intel -Checking test 096 rrfs_v1beta_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rrfs_v1beta_debug_intel +Checking test 097 rrfs_v1beta_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 353.990889 - 0: The maximum resident set size (KB) = 1118836 + 0: The total amount of wall time = 341.336264 + 0: The maximum resident set size (KB) = 1130740 -Test 096 rrfs_v1beta_debug_intel PASS +Test 097 rrfs_v1beta_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_clm_lake_debug_intel -Checking test 097 rap_clm_lake_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_clm_lake_debug_intel +Checking test 098 rap_clm_lake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 442.397803 - 0: The maximum resident set size (KB) = 1130632 + 0: The total amount of wall time = 435.307487 + 0: The maximum resident set size (KB) = 1118932 -Test 097 rap_clm_lake_debug_intel PASS +Test 098 rap_clm_lake_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_flake_debug_intel -Checking test 098 rap_flake_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_flake_debug_intel +Checking test 099 rap_flake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 356.012773 - 0: The maximum resident set size (KB) = 1123636 + 0: The total amount of wall time = 353.509849 + 0: The maximum resident set size (KB) = 1132852 -Test 098 rap_flake_debug_intel PASS +Test 099 rap_flake_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_wam_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_wam_debug_intel -Checking test 099 control_wam_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_wam_debug_intel +Checking test 100 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 378.477743 - 0: The maximum resident set size (KB) = 493648 + 0: The total amount of wall time = 360.385357 + 0: The maximum resident set size (KB) = 499344 -Test 099 control_wam_debug_intel PASS +Test 100 control_wam_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 100 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 101 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3386,15 +3402,15 @@ Checking test 100 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 296.155049 - 0: The maximum resident set size (KB) = 1008388 + 0: The total amount of wall time = 303.672735 + 0: The maximum resident set size (KB) = 1008860 -Test 100 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 101 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_control_dyn32_phy32_intel -Checking test 101 rap_control_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_control_dyn32_phy32_intel +Checking test 102 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3440,15 +3456,15 @@ Checking test 101 rap_control_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 518.599654 - 0: The maximum resident set size (KB) = 947180 + 0: The total amount of wall time = 480.421905 + 0: The maximum resident set size (KB) = 949228 -Test 101 rap_control_dyn32_phy32_intel PASS +Test 102 rap_control_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_dyn32_phy32_intel -Checking test 102 hrrr_control_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_dyn32_phy32_intel +Checking test 103 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3494,15 +3510,15 @@ Checking test 102 hrrr_control_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 246.009259 - 0: The maximum resident set size (KB) = 900744 + 0: The total amount of wall time = 245.869963 + 0: The maximum resident set size (KB) = 902108 -Test 102 hrrr_control_dyn32_phy32_intel PASS +Test 103 hrrr_control_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_qr_dyn32_phy32_intel -Checking test 103 hrrr_control_qr_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_qr_dyn32_phy32_intel +Checking test 104 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3548,15 +3564,15 @@ Checking test 103 hrrr_control_qr_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 246.951322 - 0: The maximum resident set size (KB) = 850208 + 0: The total amount of wall time = 251.538355 + 0: The maximum resident set size (KB) = 851520 -Test 103 hrrr_control_qr_dyn32_phy32_intel PASS +Test 104 hrrr_control_qr_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_2threads_dyn32_phy32_intel -Checking test 104 rap_2threads_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_2threads_dyn32_phy32_intel +Checking test 105 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3602,15 +3618,15 @@ Checking test 104 rap_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 497.943214 - 0: The maximum resident set size (KB) = 967536 + 0: The total amount of wall time = 447.142300 + 0: The maximum resident set size (KB) = 976220 -Test 104 rap_2threads_dyn32_phy32_intel PASS +Test 105 rap_2threads_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_2threads_dyn32_phy32_intel -Checking test 105 hrrr_control_2threads_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_2threads_dyn32_phy32_intel +Checking test 106 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3656,15 +3672,15 @@ Checking test 105 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 267.175521 - 0: The maximum resident set size (KB) = 879540 + 0: The total amount of wall time = 229.768884 + 0: The maximum resident set size (KB) = 889928 -Test 105 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 106 hrrr_control_2threads_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_decomp_dyn32_phy32_intel -Checking test 106 hrrr_control_decomp_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_decomp_dyn32_phy32_intel +Checking test 107 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3710,15 +3726,15 @@ Checking test 106 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 266.067137 - 0: The maximum resident set size (KB) = 854216 + 0: The total amount of wall time = 259.413103 + 0: The maximum resident set size (KB) = 866888 -Test 106 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 107 hrrr_control_decomp_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_restart_dyn32_phy32_intel -Checking test 107 rap_restart_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_restart_dyn32_phy32_intel +Checking test 108 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3756,43 +3772,43 @@ Checking test 107 rap_restart_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 358.407838 - 0: The maximum resident set size (KB) = 912328 + 0: The total amount of wall time = 351.082592 + 0: The maximum resident set size (KB) = 913736 -Test 107 rap_restart_dyn32_phy32_intel PASS +Test 108 rap_restart_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_restart_dyn32_phy32_intel -Checking test 108 hrrr_control_restart_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_restart_dyn32_phy32_intel +Checking test 109 hrrr_control_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 138.565221 - 0: The maximum resident set size (KB) = 825056 + 0: The total amount of wall time = 126.756601 + 0: The maximum resident set size (KB) = 831044 -Test 108 hrrr_control_restart_dyn32_phy32_intel PASS +Test 109 hrrr_control_restart_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 109 hrrr_control_restart_qr_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 110 hrrr_control_restart_qr_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 142.426777 - 0: The maximum resident set size (KB) = 795524 + 0: The total amount of wall time = 137.061124 + 0: The maximum resident set size (KB) = 792136 -Test 109 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 110 hrrr_control_restart_qr_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/conus13km_control_intel -Checking test 110 conus13km_control_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/conus13km_control_intel +Checking test 111 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3807,41 +3823,41 @@ Checking test 110 conus13km_control_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 204.214347 - 0: The maximum resident set size (KB) = 1148844 + 0: The total amount of wall time = 156.610623 + 0: The maximum resident set size (KB) = 1157280 -Test 110 conus13km_control_intel PASS +Test 111 conus13km_control_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/conus13km_2threads_intel -Checking test 111 conus13km_2threads_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/conus13km_2threads_intel +Checking test 112 conus13km_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 70.538055 - 0: The maximum resident set size (KB) = 1092052 + 0: The total amount of wall time = 82.919572 + 0: The maximum resident set size (KB) = 1091984 -Test 111 conus13km_2threads_intel PASS +Test 112 conus13km_2threads_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/conus13km_restart_mismatch_intel -Checking test 112 conus13km_restart_mismatch_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/conus13km_restart_mismatch_intel +Checking test 113 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 88.020545 - 0: The maximum resident set size (KB) = 1085976 + 0: The total amount of wall time = 90.596994 + 0: The maximum resident set size (KB) = 1093532 -Test 112 conus13km_restart_mismatch_intel PASS +Test 113 conus13km_restart_mismatch_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_control_dyn64_phy32_intel -Checking test 113 rap_control_dyn64_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_control_dyn64_phy32_intel +Checking test 114 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3887,43 +3903,43 @@ Checking test 113 rap_control_dyn64_phy32_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 353.558153 - 0: The maximum resident set size (KB) = 966480 + 0: The total amount of wall time = 315.011167 + 0: The maximum resident set size (KB) = 974728 -Test 113 rap_control_dyn64_phy32_intel PASS +Test 114 rap_control_dyn64_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_control_debug_dyn32_phy32_intel -Checking test 114 rap_control_debug_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_control_debug_dyn32_phy32_intel +Checking test 115 rap_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 347.260765 - 0: The maximum resident set size (KB) = 1005348 + 0: The total amount of wall time = 343.287649 + 0: The maximum resident set size (KB) = 1012880 -Test 114 rap_control_debug_dyn32_phy32_intel PASS +Test 115 rap_control_debug_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hrrr_control_debug_dyn32_phy32_intel -Checking test 115 hrrr_control_debug_dyn32_phy32_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hrrr_control_debug_dyn32_phy32_intel +Checking test 116 hrrr_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 343.714271 - 0: The maximum resident set size (KB) = 1004424 + 0: The total amount of wall time = 351.478784 + 0: The maximum resident set size (KB) = 1010712 -Test 115 hrrr_control_debug_dyn32_phy32_intel PASS +Test 116 hrrr_control_debug_dyn32_phy32_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/conus13km_debug_intel -Checking test 116 conus13km_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/conus13km_debug_intel +Checking test 117 conus13km_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -3936,15 +3952,15 @@ Checking test 116 conus13km_debug_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 1085.301225 - 0: The maximum resident set size (KB) = 1170416 + 0: The total amount of wall time = 1083.064838 + 0: The maximum resident set size (KB) = 1180292 -Test 116 conus13km_debug_intel PASS +Test 117 conus13km_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/conus13km_debug_qr_intel -Checking test 117 conus13km_debug_qr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/conus13km_debug_qr_intel +Checking test 118 conus13km_debug_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -3957,82 +3973,82 @@ Checking test 117 conus13km_debug_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK - 0: The total amount of wall time = 1103.339430 - 0: The maximum resident set size (KB) = 840092 + 0: The total amount of wall time = 1093.000117 + 0: The maximum resident set size (KB) = 840072 -Test 117 conus13km_debug_qr_intel PASS +Test 118 conus13km_debug_qr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/conus13km_debug_2threads_intel -Checking test 118 conus13km_debug_2threads_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/conus13km_debug_2threads_intel +Checking test 119 conus13km_debug_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 663.391586 - 0: The maximum resident set size (KB) = 1127772 + 0: The total amount of wall time = 629.083963 + 0: The maximum resident set size (KB) = 1125152 -Test 118 conus13km_debug_2threads_intel PASS +Test 119 conus13km_debug_2threads_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/conus13km_radar_tten_debug_intel -Checking test 119 conus13km_radar_tten_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/conus13km_radar_tten_debug_intel +Checking test 120 conus13km_radar_tten_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 1101.118168 - 0: The maximum resident set size (KB) = 1241980 + 0: The total amount of wall time = 1081.912143 + 0: The maximum resident set size (KB) = 1252512 -Test 119 conus13km_radar_tten_debug_intel PASS +Test 120 conus13km_radar_tten_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/rap_control_dyn64_phy32_debug_intel -Checking test 120 rap_control_dyn64_phy32_debug_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/rap_control_dyn64_phy32_debug_intel +Checking test 121 rap_control_dyn64_phy32_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 365.139937 - 0: The maximum resident set size (KB) = 1033816 + 0: The total amount of wall time = 353.070983 + 0: The maximum resident set size (KB) = 1035096 -Test 120 rap_control_dyn64_phy32_debug_intel PASS +Test 121 rap_control_dyn64_phy32_debug_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hafs_regional_atm_intel -Checking test 121 hafs_regional_atm_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hafs_regional_atm_intel +Checking test 122 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 334.449552 - 0: The maximum resident set size (KB) = 1378028 + 0: The total amount of wall time = 307.437521 + 0: The maximum resident set size (KB) = 1395836 -Test 121 hafs_regional_atm_intel PASS +Test 122 hafs_regional_atm_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 122 hafs_regional_atm_thompson_gfdlsf_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 123 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 395.511539 - 0: The maximum resident set size (KB) = 1715812 + 0: The total amount of wall time = 375.630185 + 0: The maximum resident set size (KB) = 1733784 -Test 122 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 123 hafs_regional_atm_thompson_gfdlsf_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hafs_regional_atm_ocn_intel -Checking test 123 hafs_regional_atm_ocn_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hafs_regional_atm_ocn_intel +Checking test 124 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4040,15 +4056,15 @@ Checking test 123 hafs_regional_atm_ocn_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 506.814159 - 0: The maximum resident set size (KB) = 1478492 + 0: The total amount of wall time = 497.189307 + 0: The maximum resident set size (KB) = 1467892 -Test 123 hafs_regional_atm_ocn_intel PASS +Test 124 hafs_regional_atm_ocn_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_wav_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hafs_regional_atm_wav_intel -Checking test 124 hafs_regional_atm_wav_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hafs_regional_atm_wav_intel +Checking test 125 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4056,15 +4072,15 @@ Checking test 124 hafs_regional_atm_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 930.869497 - 0: The maximum resident set size (KB) = 1478828 + 0: The total amount of wall time = 900.127126 + 0: The maximum resident set size (KB) = 1500512 -Test 124 hafs_regional_atm_wav_intel PASS +Test 125 hafs_regional_atm_wav_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_wav_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hafs_regional_atm_ocn_wav_intel -Checking test 125 hafs_regional_atm_ocn_wav_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hafs_regional_atm_ocn_wav_intel +Checking test 126 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4074,149 +4090,149 @@ Checking test 125 hafs_regional_atm_ocn_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 1025.280097 - 0: The maximum resident set size (KB) = 1470448 + 0: The total amount of wall time = 1010.762885 + 0: The maximum resident set size (KB) = 1485312 -Test 125 hafs_regional_atm_ocn_wav_intel PASS +Test 126 hafs_regional_atm_ocn_wav_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hafs_regional_docn_intel -Checking test 126 hafs_regional_docn_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hafs_regional_docn_intel +Checking test 127 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 468.373142 - 0: The maximum resident set size (KB) = 1405128 + 0: The total amount of wall time = 457.624969 + 0: The maximum resident set size (KB) = 1462388 -Test 126 hafs_regional_docn_intel PASS +Test 127 hafs_regional_docn_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_oisst_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/hafs_regional_docn_oisst_intel -Checking test 127 hafs_regional_docn_oisst_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/hafs_regional_docn_oisst_intel +Checking test 128 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 475.744633 - 0: The maximum resident set size (KB) = 1422468 + 0: The total amount of wall time = 460.065922 + 0: The maximum resident set size (KB) = 1445524 -Test 127 hafs_regional_docn_oisst_intel PASS +Test 128 hafs_regional_docn_oisst_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_control_cfsr_intel -Checking test 128 datm_cdeps_control_cfsr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_control_cfsr_intel +Checking test 129 datm_cdeps_control_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 204.033978 - 0: The maximum resident set size (KB) = 1038976 + 0: The total amount of wall time = 201.890273 + 0: The maximum resident set size (KB) = 1026604 -Test 128 datm_cdeps_control_cfsr_intel PASS +Test 129 datm_cdeps_control_cfsr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_restart_cfsr_intel -Checking test 129 datm_cdeps_restart_cfsr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_restart_cfsr_intel +Checking test 130 datm_cdeps_restart_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 118.300281 - 0: The maximum resident set size (KB) = 994992 + 0: The total amount of wall time = 126.049701 + 0: The maximum resident set size (KB) = 993268 -Test 129 datm_cdeps_restart_cfsr_intel PASS +Test 130 datm_cdeps_restart_cfsr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_gefs_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_control_gefs_intel -Checking test 130 datm_cdeps_control_gefs_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_control_gefs_intel +Checking test 131 datm_cdeps_control_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 202.777371 - 0: The maximum resident set size (KB) = 895760 + 0: The total amount of wall time = 196.770561 + 0: The maximum resident set size (KB) = 895764 -Test 130 datm_cdeps_control_gefs_intel PASS +Test 131 datm_cdeps_control_gefs_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_iau_gefs_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_iau_gefs_intel -Checking test 131 datm_cdeps_iau_gefs_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_iau_gefs_intel +Checking test 132 datm_cdeps_iau_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 201.501927 - 0: The maximum resident set size (KB) = 903068 + 0: The total amount of wall time = 199.822576 + 0: The maximum resident set size (KB) = 900600 -Test 131 datm_cdeps_iau_gefs_intel PASS +Test 132 datm_cdeps_iau_gefs_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_stochy_gefs_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_stochy_gefs_intel -Checking test 132 datm_cdeps_stochy_gefs_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_stochy_gefs_intel +Checking test 133 datm_cdeps_stochy_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 201.510378 - 0: The maximum resident set size (KB) = 901796 + 0: The total amount of wall time = 202.718470 + 0: The maximum resident set size (KB) = 905656 -Test 132 datm_cdeps_stochy_gefs_intel PASS +Test 133 datm_cdeps_stochy_gefs_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_ciceC_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_ciceC_cfsr_intel -Checking test 133 datm_cdeps_ciceC_cfsr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_ciceC_cfsr_intel +Checking test 134 datm_cdeps_ciceC_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 204.965603 - 0: The maximum resident set size (KB) = 1030536 + 0: The total amount of wall time = 202.834892 + 0: The maximum resident set size (KB) = 1025236 -Test 133 datm_cdeps_ciceC_cfsr_intel PASS +Test 134 datm_cdeps_ciceC_cfsr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_bulk_cfsr_intel -Checking test 134 datm_cdeps_bulk_cfsr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_bulk_cfsr_intel +Checking test 135 datm_cdeps_bulk_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 203.502440 - 0: The maximum resident set size (KB) = 1023864 + 0: The total amount of wall time = 204.584040 + 0: The maximum resident set size (KB) = 1028184 -Test 134 datm_cdeps_bulk_cfsr_intel PASS +Test 135 datm_cdeps_bulk_cfsr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_gefs_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_bulk_gefs_intel -Checking test 135 datm_cdeps_bulk_gefs_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_bulk_gefs_intel +Checking test 136 datm_cdeps_bulk_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 196.742126 - 0: The maximum resident set size (KB) = 902640 + 0: The total amount of wall time = 197.137114 + 0: The maximum resident set size (KB) = 898408 -Test 135 datm_cdeps_bulk_gefs_intel PASS +Test 136 datm_cdeps_bulk_gefs_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_mx025_cfsr_intel -Checking test 136 datm_cdeps_mx025_cfsr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_mx025_cfsr_intel +Checking test 137 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4224,15 +4240,15 @@ Checking test 136 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 547.217904 - 0: The maximum resident set size (KB) = 856068 + 0: The total amount of wall time = 544.958566 + 0: The maximum resident set size (KB) = 854956 -Test 136 datm_cdeps_mx025_cfsr_intel PASS +Test 137 datm_cdeps_mx025_cfsr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_gefs_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_mx025_gefs_intel -Checking test 137 datm_cdeps_mx025_gefs_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_mx025_gefs_intel +Checking test 138 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -4240,78 +4256,78 @@ Checking test 137 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 546.723670 - 0: The maximum resident set size (KB) = 811868 + 0: The total amount of wall time = 537.703367 + 0: The maximum resident set size (KB) = 824700 -Test 137 datm_cdeps_mx025_gefs_intel PASS +Test 138 datm_cdeps_mx025_gefs_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_multiple_files_cfsr_intel -Checking test 138 datm_cdeps_multiple_files_cfsr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_multiple_files_cfsr_intel +Checking test 139 datm_cdeps_multiple_files_cfsr_intel results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 206.186734 - 0: The maximum resident set size (KB) = 1025572 + 0: The total amount of wall time = 201.238266 + 0: The maximum resident set size (KB) = 1023876 -Test 138 datm_cdeps_multiple_files_cfsr_intel PASS +Test 139 datm_cdeps_multiple_files_cfsr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_3072x1536_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_3072x1536_cfsr_intel -Checking test 139 datm_cdeps_3072x1536_cfsr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_3072x1536_cfsr_intel +Checking test 140 datm_cdeps_3072x1536_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 317.438549 - 0: The maximum resident set size (KB) = 2364676 + 0: The total amount of wall time = 302.820199 + 0: The maximum resident set size (KB) = 2315072 -Test 139 datm_cdeps_3072x1536_cfsr_intel PASS +Test 140 datm_cdeps_3072x1536_cfsr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_gfs_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_gfs_intel -Checking test 140 datm_cdeps_gfs_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_gfs_intel +Checking test 141 datm_cdeps_gfs_intel results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 333.023802 - 0: The maximum resident set size (KB) = 2362384 + 0: The total amount of wall time = 309.614338 + 0: The maximum resident set size (KB) = 2301632 -Test 140 datm_cdeps_gfs_intel PASS +Test 141 datm_cdeps_gfs_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_debug_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_debug_cfsr_intel -Checking test 141 datm_cdeps_debug_cfsr_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_debug_cfsr_intel +Checking test 142 datm_cdeps_debug_cfsr_intel results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 466.171889 - 0: The maximum resident set size (KB) = 979472 + 0: The total amount of wall time = 462.116370 + 0: The maximum resident set size (KB) = 983860 -Test 141 datm_cdeps_debug_cfsr_intel PASS +Test 142 datm_cdeps_debug_cfsr_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_faster_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_control_cfsr_faster_intel -Checking test 142 datm_cdeps_control_cfsr_faster_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_control_cfsr_faster_intel +Checking test 143 datm_cdeps_control_cfsr_faster_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 200.697427 - 0: The maximum resident set size (KB) = 1020112 + 0: The total amount of wall time = 203.490163 + 0: The maximum resident set size (KB) = 1022320 -Test 142 datm_cdeps_control_cfsr_faster_intel PASS +Test 143 datm_cdeps_control_cfsr_faster_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_lnd_gswp3_intel -Checking test 143 datm_cdeps_lnd_gswp3_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_lnd_gswp3_intel +Checking test 144 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4319,15 +4335,15 @@ Checking test 143 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 10.222618 - 0: The maximum resident set size (KB) = 224424 + 0: The total amount of wall time = 11.856665 + 0: The maximum resident set size (KB) = 221352 -Test 143 datm_cdeps_lnd_gswp3_intel PASS +Test 144 datm_cdeps_lnd_gswp3_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/datm_cdeps_lnd_gswp3_rst_intel -Checking test 144 datm_cdeps_lnd_gswp3_rst_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/datm_cdeps_lnd_gswp3_rst_intel +Checking test 145 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -4335,15 +4351,15 @@ Checking test 144 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 16.474538 - 0: The maximum resident set size (KB) = 221264 + 0: The total amount of wall time = 15.775948 + 0: The maximum resident set size (KB) = 220904 -Test 144 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 145 datm_cdeps_lnd_gswp3_rst_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_p8_atmlnd_sbs_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_p8_atmlnd_sbs_intel -Checking test 145 control_p8_atmlnd_sbs_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_p8_atmlnd_sbs_intel +Checking test 146 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4427,15 +4443,15 @@ Checking test 145 control_p8_atmlnd_sbs_intel results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 298.009014 - 0: The maximum resident set size (KB) = 1605616 + 0: The total amount of wall time = 277.413360 + 0: The maximum resident set size (KB) = 1615428 -Test 145 control_p8_atmlnd_sbs_intel PASS +Test 146 control_p8_atmlnd_sbs_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/atmwav_control_noaero_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/atmwav_control_noaero_p8_intel -Checking test 146 atmwav_control_noaero_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/atmwav_control_noaero_p8_intel +Checking test 147 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4477,15 +4493,15 @@ Checking test 146 atmwav_control_noaero_p8_intel results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 138.345588 - 0: The maximum resident set size (KB) = 1566800 + 0: The total amount of wall time = 125.385865 + 0: The maximum resident set size (KB) = 1578292 -Test 146 atmwav_control_noaero_p8_intel PASS +Test 147 atmwav_control_noaero_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/control_atmwav_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/control_atmwav_intel -Checking test 147 control_atmwav_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/control_atmwav_intel +Checking test 148 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4528,15 +4544,15 @@ Checking test 147 control_atmwav_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 134.303387 - 0: The maximum resident set size (KB) = 597928 + 0: The total amount of wall time = 117.735357 + 0: The maximum resident set size (KB) = 601252 -Test 147 control_atmwav_intel PASS +Test 148 control_atmwav_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/atmaero_control_p8_intel -Checking test 148 atmaero_control_p8_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/atmaero_control_p8_intel +Checking test 149 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4579,15 +4595,15 @@ Checking test 148 atmaero_control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 331.376982 - 0: The maximum resident set size (KB) = 1646224 + 0: The total amount of wall time = 297.148941 + 0: The maximum resident set size (KB) = 1675376 -Test 148 atmaero_control_p8_intel PASS +Test 149 atmaero_control_p8_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/atmaero_control_p8_rad_intel -Checking test 149 atmaero_control_p8_rad_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/atmaero_control_p8_rad_intel +Checking test 150 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4630,15 +4646,15 @@ Checking test 149 atmaero_control_p8_rad_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 401.889622 - 0: The maximum resident set size (KB) = 1682772 + 0: The total amount of wall time = 374.477162 + 0: The maximum resident set size (KB) = 1699508 -Test 149 atmaero_control_p8_rad_intel PASS +Test 150 atmaero_control_p8_rad_intel PASS baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_micro_intel -working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_38581/atmaero_control_p8_rad_micro_intel -Checking test 150 atmaero_control_p8_rad_micro_intel results .... +working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_251584/atmaero_control_p8_rad_micro_intel +Checking test 151 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4681,12 +4697,12 @@ Checking test 150 atmaero_control_p8_rad_micro_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 405.045662 - 0: The maximum resident set size (KB) = 1691260 + 0: The total amount of wall time = 378.135888 + 0: The maximum resident set size (KB) = 1709660 -Test 150 atmaero_control_p8_rad_micro_intel PASS +Test 151 atmaero_control_p8_rad_micro_intel PASS REGRESSION TEST WAS SUCCESSFUL -Sun Oct 8 18:36:53 UTC 2023 -Elapsed time: 02h:57m:01s. Have a nice day! +Thu Oct 12 08:34:17 UTC 2023 +Elapsed time: 02h:13m:32s. Have a nice day! diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 96daa2b0f0..fea1d4c73b 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,60 +1,60 @@ -Sun Oct 8 18:01:16 CDT 2023 +Wed Oct 11 09:39:00 CDT 2023 Start Regression test -Testing UFSWM Hash: d2a11349b1f8c349b966577fb8fbb37ab98143dc +Testing UFSWM Hash: 632aa106a4765b44cacb30bd802350c5a192488c Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 50aa2c97882fbc9d4918813a22169fe97b424564 CICE-interface/CICE (CICE6.0.0-444-g50aa2c9) a5dea5f178fc98a4ab39c58aa43c37da6ad25d08 CMEPS-interface/CMEPS (cmeps_v0.4.1-2298-ga5dea5f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3ed8f7a5ebaa753283d82d9874b6b85d2e99c362 FV3 (remotes/origin/feature/mean2inst) + a13a239a746cb95c74bbe5841f300cb75f8b80d9 FV3 (heads/develop) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 02d4dc455bb517b4c641c919dc6b9dc829e1e0d4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9803-g02d4dc455) 569e354ababbde7a7cd68647533769a5c966468d NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 97e6a63ebf9a9030fcdae6ad5cf85a0bc91fa37f WW3 (6.07.1-342-g97e6a63e) 62b89146be1250f354cd50a14096c0c25f2f3952 stochastic_physics (ufs-v2.0.0-191-g62b8914) -Compile atmaero_intel elapsed time 629 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 200 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_faster_intel elapsed time 616 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 607 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 261 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 793 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 672 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atml_intel elapsed time 687 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmw_intel elapsed time 742 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 640 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 650 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile datm_cdeps_debug_intel elapsed time 133 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 248 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 234 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 87 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 635 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_debug_intel elapsed time 232 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile hafsw_faster_intel elapsed time 691 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_intel elapsed time 729 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_debug_intel elapsed time 231 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 751 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 696 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn64_phy32_debug_intel elapsed time 225 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn64_phy32_intel elapsed time 611 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 647 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 722 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 673 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 788 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_debug_intel elapsed time 271 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2swa_faster_intel elapsed time 1204 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 916 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 256 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 815 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_pdlib_debug_intel elapsed time 256 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_pdlib_intel elapsed time 1057 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_intel elapsed time 198 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile wam_intel elapsed time 673 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaero_intel elapsed time 652 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 204 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 640 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 610 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 243 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 719 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 605 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 616 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmw_intel elapsed time 675 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 652 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 633 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile datm_cdeps_debug_intel elapsed time 119 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 208 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 205 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 58 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 698 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_debug_intel elapsed time 245 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile hafsw_faster_intel elapsed time 737 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_intel elapsed time 719 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_debug_intel elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn32_phy32_faster_intel elapsed time 799 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_intel elapsed time 637 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn64_phy32_debug_intel elapsed time 184 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn64_phy32_intel elapsed time 624 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 652 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 811 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 722 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 896 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_debug_intel elapsed time 419 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_faster_intel elapsed time 1177 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 928 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 347 seconds. -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 733 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_pdlib_debug_intel elapsed time 287 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_pdlib_intel elapsed time 1096 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_intel elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile wam_intel elapsed time 565 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_mixedmode_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_p8_mixedmode_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -119,14 +119,14 @@ Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 306.141043 - 0: The maximum resident set size (KB) = 3173636 + 0: The total amount of wall time = 300.667627 + 0: The maximum resident set size (KB) = 3167788 Test 001 cpld_control_p8_mixedmode_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_gfsv17_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -190,15 +190,15 @@ Checking test 002 cpld_control_gfsv17_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 216.120515 - 0: The maximum resident set size (KB) = 1716680 + 0: The total amount of wall time = 219.060691 + 0: The maximum resident set size (KB) = 1711068 Test 002 cpld_control_gfsv17_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_p8_intel -Checking test 003 cpld_control_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_p8_intel +Checking test 004 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -262,15 +262,15 @@ Checking test 003 cpld_control_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 337.573827 - 0: The maximum resident set size (KB) = 3212892 + 0: The total amount of wall time = 331.884809 + 0: The maximum resident set size (KB) = 3206100 -Test 003 cpld_control_p8_intel PASS +Test 004 cpld_control_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_restart_p8_intel -Checking test 004 cpld_restart_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_restart_p8_intel +Checking test 005 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -322,15 +322,15 @@ Checking test 004 cpld_restart_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 191.700024 - 0: The maximum resident set size (KB) = 3259880 + 0: The total amount of wall time = 197.232572 + 0: The maximum resident set size (KB) = 3185400 -Test 004 cpld_restart_p8_intel PASS +Test 005 cpld_restart_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_qr_p8_intel -Checking test 005 cpld_control_qr_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_qr_p8_intel +Checking test 006 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -394,15 +394,15 @@ Checking test 005 cpld_control_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 347.484575 - 0: The maximum resident set size (KB) = 3233088 + 0: The total amount of wall time = 340.054869 + 0: The maximum resident set size (KB) = 3154940 -Test 005 cpld_control_qr_p8_intel PASS +Test 006 cpld_control_qr_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_restart_qr_p8_intel -Checking test 006 cpld_restart_qr_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_restart_qr_p8_intel +Checking test 007 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -454,15 +454,15 @@ Checking test 006 cpld_restart_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 200.630132 - 0: The maximum resident set size (KB) = 3109288 + 0: The total amount of wall time = 198.937899 + 0: The maximum resident set size (KB) = 3098724 -Test 006 cpld_restart_qr_p8_intel PASS +Test 007 cpld_restart_qr_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_2threads_p8_intel -Checking test 007 cpld_2threads_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_2threads_p8_intel +Checking test 008 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -514,15 +514,15 @@ Checking test 007 cpld_2threads_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 382.142724 - 0: The maximum resident set size (KB) = 3544308 + 0: The total amount of wall time = 364.858336 + 0: The maximum resident set size (KB) = 3554560 -Test 007 cpld_2threads_p8_intel PASS +Test 008 cpld_2threads_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_decomp_p8_intel -Checking test 008 cpld_decomp_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_decomp_p8_intel +Checking test 009 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -574,15 +574,15 @@ Checking test 008 cpld_decomp_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 354.612630 - 0: The maximum resident set size (KB) = 3190660 + 0: The total amount of wall time = 336.503240 + 0: The maximum resident set size (KB) = 3199628 -Test 008 cpld_decomp_p8_intel PASS +Test 009 cpld_decomp_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_mpi_p8_intel -Checking test 009 cpld_mpi_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_mpi_p8_intel +Checking test 010 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -634,15 +634,15 @@ Checking test 009 cpld_mpi_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 283.105547 - 0: The maximum resident set size (KB) = 3058456 + 0: The total amount of wall time = 276.841286 + 0: The maximum resident set size (KB) = 3064736 -Test 009 cpld_mpi_p8_intel PASS +Test 010 cpld_mpi_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_ciceC_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_ciceC_p8_intel -Checking test 010 cpld_control_ciceC_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_ciceC_p8_intel +Checking test 011 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -706,15 +706,15 @@ Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 353.531597 - 0: The maximum resident set size (KB) = 3196352 + 0: The total amount of wall time = 338.732736 + 0: The maximum resident set size (KB) = 3188344 -Test 010 cpld_control_ciceC_p8_intel PASS +Test 011 cpld_control_ciceC_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c192_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_c192_p8_intel -Checking test 011 cpld_control_c192_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_c192_p8_intel +Checking test 012 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK Comparing sfcf030.tile3.nc .........OK @@ -766,15 +766,15 @@ Checking test 011 cpld_control_c192_p8_intel results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 586.479276 - 0: The maximum resident set size (KB) = 3438184 + 0: The total amount of wall time = 594.474017 + 0: The maximum resident set size (KB) = 3439964 -Test 011 cpld_control_c192_p8_intel PASS +Test 012 cpld_control_c192_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c192_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_restart_c192_p8_intel -Checking test 012 cpld_restart_c192_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_restart_c192_p8_intel +Checking test 013 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK Comparing sfcf030.tile3.nc .........OK @@ -826,15 +826,15 @@ Checking test 012 cpld_restart_c192_p8_intel results .... Comparing 20210323.120000.out_grd.ww3 .........OK Comparing 20210323.120000.out_pnt.ww3 .........OK - 0: The total amount of wall time = 375.244754 - 0: The maximum resident set size (KB) = 3633364 + 0: The total amount of wall time = 380.896022 + 0: The maximum resident set size (KB) = 3633120 -Test 012 cpld_restart_c192_p8_intel PASS +Test 013 cpld_restart_c192_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_bmark_p8_intel -Checking test 013 cpld_bmark_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_bmark_p8_intel +Checking test 014 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -881,15 +881,15 @@ Checking test 013 cpld_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 757.529171 - 0: The maximum resident set size (KB) = 4120588 + 0: The total amount of wall time = 772.908886 + 0: The maximum resident set size (KB) = 4057832 -Test 013 cpld_bmark_p8_intel PASS +Test 014 cpld_bmark_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_restart_bmark_p8_intel -Checking test 014 cpld_restart_bmark_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_restart_bmark_p8_intel +Checking test 015 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -936,15 +936,15 @@ Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 484.439184 - 0: The maximum resident set size (KB) = 4372108 + 0: The total amount of wall time = 508.384587 + 0: The maximum resident set size (KB) = 4364496 -Test 014 cpld_restart_bmark_p8_intel PASS Tries: 2 +Test 015 cpld_restart_bmark_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_noaero_p8_intel -Checking test 015 cpld_control_noaero_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_noaero_p8_intel +Checking test 016 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1007,15 +1007,15 @@ Checking test 015 cpld_control_noaero_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 256.121046 - 0: The maximum resident set size (KB) = 1736764 + 0: The total amount of wall time = 256.055866 + 0: The maximum resident set size (KB) = 1742832 -Test 015 cpld_control_noaero_p8_intel PASS +Test 016 cpld_control_noaero_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_nowave_noaero_p8_intel -Checking test 016 cpld_control_nowave_noaero_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_nowave_noaero_p8_intel +Checking test 017 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1076,15 +1076,15 @@ Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 263.583864 - 0: The maximum resident set size (KB) = 1780892 + 0: The total amount of wall time = 258.724513 + 0: The maximum resident set size (KB) = 1788744 -Test 016 cpld_control_nowave_noaero_p8_intel PASS +Test 017 cpld_control_nowave_noaero_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_debug_p8_intel -Checking test 017 cpld_debug_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_debug_p8_intel +Checking test 018 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1136,15 +1136,15 @@ Checking test 017 cpld_debug_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 527.230340 - 0: The maximum resident set size (KB) = 3241516 + 0: The total amount of wall time = 541.703500 + 0: The maximum resident set size (KB) = 3240048 -Test 017 cpld_debug_p8_intel PASS +Test 018 cpld_debug_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_noaero_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_debug_noaero_p8_intel -Checking test 018 cpld_debug_noaero_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_debug_noaero_p8_intel +Checking test 019 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1195,15 +1195,15 @@ Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 382.400999 - 0: The maximum resident set size (KB) = 1751396 + 0: The total amount of wall time = 372.079372 + 0: The maximum resident set size (KB) = 1744480 -Test 018 cpld_debug_noaero_p8_intel PASS +Test 019 cpld_debug_noaero_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_agrid_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_noaero_p8_agrid_intel -Checking test 019 cpld_control_noaero_p8_agrid_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_noaero_p8_agrid_intel +Checking test 020 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1264,15 +1264,15 @@ Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 273.863302 - 0: The maximum resident set size (KB) = 1742540 + 0: The total amount of wall time = 261.165463 + 0: The maximum resident set size (KB) = 1776988 -Test 019 cpld_control_noaero_p8_agrid_intel PASS +Test 020 cpld_control_noaero_p8_agrid_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_c48_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_c48_intel -Checking test 020 cpld_control_c48_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_c48_intel +Checking test 021 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1321,15 +1321,15 @@ Checking test 020 cpld_control_c48_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 497.833938 - 0: The maximum resident set size (KB) = 2832364 + 0: The total amount of wall time = 496.875445 + 0: The maximum resident set size (KB) = 2832964 -Test 020 cpld_control_c48_intel PASS +Test 021 cpld_control_c48_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_faster_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_p8_faster_intel -Checking test 021 cpld_control_p8_faster_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_p8_faster_intel +Checking test 022 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1393,15 +1393,15 @@ Checking test 021 cpld_control_p8_faster_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 322.178551 - 0: The maximum resident set size (KB) = 3207104 + 0: The total amount of wall time = 320.099351 + 0: The maximum resident set size (KB) = 3206452 -Test 021 cpld_control_p8_faster_intel PASS +Test 022 cpld_control_p8_faster_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_control_pdlib_p8_intel -Checking test 022 cpld_control_pdlib_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_control_pdlib_p8_intel +Checking test 023 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1464,15 +1464,15 @@ Checking test 022 cpld_control_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1200.602188 - 0: The maximum resident set size (KB) = 1782932 + 0: The total amount of wall time = 1203.875568 + 0: The maximum resident set size (KB) = 1784720 -Test 022 cpld_control_pdlib_p8_intel PASS +Test 023 cpld_control_pdlib_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_restart_pdlib_p8_intel -Checking test 023 cpld_restart_pdlib_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_restart_pdlib_p8_intel +Checking test 024 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1523,15 +1523,15 @@ Checking test 023 cpld_restart_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 585.570089 - 0: The maximum resident set size (KB) = 1139244 + 0: The total amount of wall time = 602.410082 + 0: The maximum resident set size (KB) = 1156328 -Test 023 cpld_restart_pdlib_p8_intel PASS +Test 024 cpld_restart_pdlib_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_mpi_pdlib_p8_intel -Checking test 024 cpld_mpi_pdlib_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_mpi_pdlib_p8_intel +Checking test 025 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1594,15 +1594,15 @@ Checking test 024 cpld_mpi_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1063.664021 - 0: The maximum resident set size (KB) = 1685732 + 0: The total amount of wall time = 1064.522493 + 0: The maximum resident set size (KB) = 1681020 -Test 024 cpld_mpi_pdlib_p8_intel PASS +Test 025 cpld_mpi_pdlib_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_debug_pdlib_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/cpld_debug_pdlib_p8_intel -Checking test 025 cpld_debug_pdlib_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/cpld_debug_pdlib_p8_intel +Checking test 026 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1653,15 +1653,15 @@ Checking test 025 cpld_debug_pdlib_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK - 0: The total amount of wall time = 1384.346210 - 0: The maximum resident set size (KB) = 1724172 + 0: The total amount of wall time = 1419.330247 + 0: The maximum resident set size (KB) = 1719208 -Test 025 cpld_debug_pdlib_p8_intel PASS +Test 026 cpld_debug_pdlib_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_flake_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_flake_intel -Checking test 026 control_flake_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_flake_intel +Checking test 027 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1671,15 +1671,15 @@ Checking test 026 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 197.120202 - 0: The maximum resident set size (KB) = 678348 + 0: The total amount of wall time = 197.824465 + 0: The maximum resident set size (KB) = 690872 -Test 026 control_flake_intel PASS +Test 027 control_flake_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_CubedSphereGrid_intel -Checking test 027 control_CubedSphereGrid_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_CubedSphereGrid_intel +Checking test 028 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1705,20 +1705,20 @@ Checking test 027 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 131.537965 - 0: The maximum resident set size (KB) = 641208 + 0: The total amount of wall time = 139.557222 + 0: The maximum resident set size (KB) = 638516 -Test 027 control_CubedSphereGrid_intel PASS +Test 028 control_CubedSphereGrid_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_parallel_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_CubedSphereGrid_parallel_intel -Checking test 028 control_CubedSphereGrid_parallel_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_CubedSphereGrid_parallel_intel +Checking test 029 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - Comparing cubed_sphere_grid_sfcf000.nc ............ALT CHECK......OK + Comparing cubed_sphere_grid_sfcf000.nc .........OK Comparing cubed_sphere_grid_sfcf024.nc .........OK Comparing cubed_sphere_grid_atmf000.nc .........OK Comparing cubed_sphere_grid_atmf024.nc .........OK @@ -1727,15 +1727,15 @@ Checking test 028 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 142.147910 - 0: The maximum resident set size (KB) = 642960 + 0: The total amount of wall time = 138.262327 + 0: The maximum resident set size (KB) = 648712 -Test 028 control_CubedSphereGrid_parallel_intel PASS +Test 029 control_CubedSphereGrid_parallel_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_latlon_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_latlon_intel -Checking test 029 control_latlon_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_latlon_intel +Checking test 030 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1745,15 +1745,15 @@ Checking test 029 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.332272 - 0: The maximum resident set size (KB) = 645372 + 0: The total amount of wall time = 135.509745 + 0: The maximum resident set size (KB) = 643068 -Test 029 control_latlon_intel PASS +Test 030 control_latlon_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_wrtGauss_netcdf_parallel_intel -Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_wrtGauss_netcdf_parallel_intel +Checking test 031 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1763,15 +1763,15 @@ Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.531161 - 0: The maximum resident set size (KB) = 642540 + 0: The total amount of wall time = 138.335024 + 0: The maximum resident set size (KB) = 639456 -Test 030 control_wrtGauss_netcdf_parallel_intel PASS +Test 031 control_wrtGauss_netcdf_parallel_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c48_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_c48_intel -Checking test 031 control_c48_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_c48_intel +Checking test 032 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1809,15 +1809,15 @@ Checking test 031 control_c48_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -0: The total amount of wall time = 345.555199 -0: The maximum resident set size (KB) = 839080 +0: The total amount of wall time = 345.712065 +0: The maximum resident set size (KB) = 836980 -Test 031 control_c48_intel PASS +Test 032 control_c48_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c192_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_c192_intel -Checking test 032 control_c192_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_c192_intel +Checking test 033 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1827,15 +1827,15 @@ Checking test 032 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 528.197215 - 0: The maximum resident set size (KB) = 798992 + 0: The total amount of wall time = 527.846243 + 0: The maximum resident set size (KB) = 780372 -Test 032 control_c192_intel PASS Tries: 2 +Test 033 control_c192_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c384_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_c384_intel -Checking test 033 control_c384_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_c384_intel +Checking test 034 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1845,15 +1845,15 @@ Checking test 033 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 578.037893 - 0: The maximum resident set size (KB) = 1349136 + 0: The total amount of wall time = 586.212666 + 0: The maximum resident set size (KB) = 1330520 -Test 033 control_c384_intel PASS +Test 034 control_c384_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_c384gdas_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_c384gdas_intel -Checking test 034 control_c384gdas_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_c384gdas_intel +Checking test 035 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1895,15 +1895,15 @@ Checking test 034 control_c384gdas_intel results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 512.683867 - 0: The maximum resident set size (KB) = 1447992 + 0: The total amount of wall time = 524.132684 + 0: The maximum resident set size (KB) = 1455708 -Test 034 control_c384gdas_intel PASS +Test 035 control_c384gdas_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_stochy_intel -Checking test 035 control_stochy_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_stochy_intel +Checking test 036 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1913,29 +1913,29 @@ Checking test 035 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.461384 - 0: The maximum resident set size (KB) = 647420 + 0: The total amount of wall time = 89.928264 + 0: The maximum resident set size (KB) = 648740 -Test 035 control_stochy_intel PASS +Test 036 control_stochy_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_stochy_restart_intel -Checking test 036 control_stochy_restart_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_stochy_restart_intel +Checking test 037 control_stochy_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 47.890327 - 0: The maximum resident set size (KB) = 554544 + 0: The total amount of wall time = 48.513832 + 0: The maximum resident set size (KB) = 556160 -Test 036 control_stochy_restart_intel PASS +Test 037 control_stochy_restart_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_lndp_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_lndp_intel -Checking test 037 control_lndp_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_lndp_intel +Checking test 038 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1945,15 +1945,15 @@ Checking test 037 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 87.333106 - 0: The maximum resident set size (KB) = 645880 + 0: The total amount of wall time = 83.610519 + 0: The maximum resident set size (KB) = 649996 -Test 037 control_lndp_intel PASS +Test 038 control_lndp_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_iovr4_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_iovr4_intel -Checking test 038 control_iovr4_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_iovr4_intel +Checking test 039 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1967,15 +1967,15 @@ Checking test 038 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 136.360432 - 0: The maximum resident set size (KB) = 641124 + 0: The total amount of wall time = 135.285997 + 0: The maximum resident set size (KB) = 640620 -Test 038 control_iovr4_intel PASS +Test 039 control_iovr4_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_iovr5_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_iovr5_intel -Checking test 039 control_iovr5_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_iovr5_intel +Checking test 040 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1989,15 +1989,15 @@ Checking test 039 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.492406 - 0: The maximum resident set size (KB) = 641480 + 0: The total amount of wall time = 136.510736 + 0: The maximum resident set size (KB) = 642824 -Test 039 control_iovr5_intel PASS +Test 040 control_iovr5_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_p8_intel -Checking test 040 control_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_p8_intel +Checking test 041 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2043,15 +2043,15 @@ Checking test 040 control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 167.027352 - 0: The maximum resident set size (KB) = 1618144 + 0: The total amount of wall time = 170.251209 + 0: The maximum resident set size (KB) = 1615924 -Test 040 control_p8_intel PASS +Test 041 control_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_restart_p8_intel -Checking test 041 control_restart_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_restart_p8_intel +Checking test 042 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2089,15 +2089,15 @@ Checking test 041 control_restart_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 88.694204 - 0: The maximum resident set size (KB) = 931968 + 0: The total amount of wall time = 87.875716 + 0: The maximum resident set size (KB) = 936740 -Test 041 control_restart_p8_intel PASS +Test 042 control_restart_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_qr_p8_intel -Checking test 042 control_qr_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_qr_p8_intel +Checking test 043 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2143,15 +2143,15 @@ Checking test 042 control_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 172.367033 - 0: The maximum resident set size (KB) = 1622000 + 0: The total amount of wall time = 172.760315 + 0: The maximum resident set size (KB) = 1620212 -Test 042 control_qr_p8_intel PASS +Test 043 control_qr_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_restart_qr_p8_intel -Checking test 043 control_restart_qr_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_restart_qr_p8_intel +Checking test 044 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2189,15 +2189,15 @@ Checking test 043 control_restart_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 91.790957 - 0: The maximum resident set size (KB) = 883328 + 0: The total amount of wall time = 89.306140 + 0: The maximum resident set size (KB) = 888984 -Test 043 control_restart_qr_p8_intel PASS +Test 044 control_restart_qr_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_decomp_p8_intel -Checking test 044 control_decomp_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_decomp_p8_intel +Checking test 045 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2239,15 +2239,15 @@ Checking test 044 control_decomp_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 173.518322 - 0: The maximum resident set size (KB) = 1605976 + 0: The total amount of wall time = 178.736108 + 0: The maximum resident set size (KB) = 1605792 -Test 044 control_decomp_p8_intel PASS +Test 045 control_decomp_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_2threads_p8_intel -Checking test 045 control_2threads_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_2threads_p8_intel +Checking test 046 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2289,15 +2289,15 @@ Checking test 045 control_2threads_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 177.072727 - 0: The maximum resident set size (KB) = 1705332 + 0: The total amount of wall time = 178.939688 + 0: The maximum resident set size (KB) = 1704628 -Test 045 control_2threads_p8_intel PASS +Test 046 control_2threads_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_lndp_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_p8_lndp_intel -Checking test 046 control_p8_lndp_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_p8_lndp_intel +Checking test 047 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2315,15 +2315,15 @@ Checking test 046 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 315.150758 - 0: The maximum resident set size (KB) = 1622484 + 0: The total amount of wall time = 315.173689 + 0: The maximum resident set size (KB) = 1619824 -Test 046 control_p8_lndp_intel PASS +Test 047 control_p8_lndp_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_rrtmgp_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_p8_rrtmgp_intel -Checking test 047 control_p8_rrtmgp_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_p8_rrtmgp_intel +Checking test 048 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2369,15 +2369,15 @@ Checking test 047 control_p8_rrtmgp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 228.378742 - 0: The maximum resident set size (KB) = 1681260 + 0: The total amount of wall time = 229.623114 + 0: The maximum resident set size (KB) = 1668196 -Test 047 control_p8_rrtmgp_intel PASS +Test 048 control_p8_rrtmgp_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_mynn_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_p8_mynn_intel -Checking test 048 control_p8_mynn_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_p8_mynn_intel +Checking test 049 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2423,15 +2423,15 @@ Checking test 048 control_p8_mynn_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 179.011640 - 0: The maximum resident set size (KB) = 1613712 + 0: The total amount of wall time = 171.838218 + 0: The maximum resident set size (KB) = 1622864 -Test 048 control_p8_mynn_intel PASS +Test 049 control_p8_mynn_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/merra2_thompson_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/merra2_thompson_intel -Checking test 049 merra2_thompson_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/merra2_thompson_intel +Checking test 050 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2477,15 +2477,15 @@ Checking test 049 merra2_thompson_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 190.749436 - 0: The maximum resident set size (KB) = 1633052 + 0: The total amount of wall time = 192.324714 + 0: The maximum resident set size (KB) = 1633664 -Test 049 merra2_thompson_intel PASS +Test 050 merra2_thompson_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_control_intel -Checking test 050 regional_control_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_control_intel +Checking test 051 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2495,29 +2495,29 @@ Checking test 050 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.045997 - 0: The maximum resident set size (KB) = 1097328 + 0: The total amount of wall time = 291.766532 + 0: The maximum resident set size (KB) = 1101256 -Test 050 regional_control_intel PASS +Test 051 regional_control_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_restart_intel -Checking test 051 regional_restart_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_restart_intel +Checking test 052 regional_restart_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.259695 - 0: The maximum resident set size (KB) = 1084596 + 0: The total amount of wall time = 151.618736 + 0: The maximum resident set size (KB) = 1085112 -Test 051 regional_restart_intel PASS +Test 052 regional_restart_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_control_qr_intel -Checking test 052 regional_control_qr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_control_qr_intel +Checking test 053 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2527,29 +2527,29 @@ Checking test 052 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 290.063476 - 0: The maximum resident set size (KB) = 1094044 + 0: The total amount of wall time = 293.050689 + 0: The maximum resident set size (KB) = 1097940 -Test 052 regional_control_qr_intel PASS +Test 053 regional_control_qr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_restart_qr_intel -Checking test 053 regional_restart_qr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_restart_qr_intel +Checking test 054 regional_restart_qr_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 150.143229 - 0: The maximum resident set size (KB) = 1089372 + 0: The total amount of wall time = 150.639575 + 0: The maximum resident set size (KB) = 1088652 -Test 053 regional_restart_qr_intel PASS +Test 054 regional_restart_qr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_decomp_intel -Checking test 054 regional_decomp_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_decomp_intel +Checking test 055 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2559,15 +2559,15 @@ Checking test 054 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 308.885560 - 0: The maximum resident set size (KB) = 1100596 + 0: The total amount of wall time = 308.014506 + 0: The maximum resident set size (KB) = 1094860 -Test 054 regional_decomp_intel PASS +Test 055 regional_decomp_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_2threads_intel -Checking test 055 regional_2threads_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_2threads_intel +Checking test 056 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2577,44 +2577,44 @@ Checking test 055 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 202.104964 - 0: The maximum resident set size (KB) = 1075320 + 0: The total amount of wall time = 200.585056 + 0: The maximum resident set size (KB) = 1078508 -Test 055 regional_2threads_intel PASS +Test 056 regional_2threads_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_noquilt_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_noquilt_intel -Checking test 056 regional_noquilt_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_noquilt_intel +Checking test 057 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 287.664707 - 0: The maximum resident set size (KB) = 1362872 + 0: The total amount of wall time = 287.047494 + 0: The maximum resident set size (KB) = 1365956 -Test 056 regional_noquilt_intel PASS +Test 057 regional_noquilt_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_netcdf_parallel_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_netcdf_parallel_intel -Checking test 057 regional_netcdf_parallel_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_netcdf_parallel_intel +Checking test 058 regional_netcdf_parallel_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 288.406611 - 0: The maximum resident set size (KB) = 1086896 + 0: The total amount of wall time = 287.880030 + 0: The maximum resident set size (KB) = 1101580 -Test 057 regional_netcdf_parallel_intel PASS +Test 058 regional_netcdf_parallel_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_2dwrtdecomp_intel -Checking test 058 regional_2dwrtdecomp_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_2dwrtdecomp_intel +Checking test 059 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2624,15 +2624,15 @@ Checking test 058 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 288.947810 - 0: The maximum resident set size (KB) = 1096152 + 0: The total amount of wall time = 292.237881 + 0: The maximum resident set size (KB) = 1099016 -Test 058 regional_2dwrtdecomp_intel PASS +Test 059 regional_2dwrtdecomp_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/fv3_regional_wofs_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_wofs_intel -Checking test 059 regional_wofs_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_wofs_intel +Checking test 060 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2642,15 +2642,15 @@ Checking test 059 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 369.134635 - 0: The maximum resident set size (KB) = 920292 + 0: The total amount of wall time = 375.148249 + 0: The maximum resident set size (KB) = 921596 -Test 059 regional_wofs_intel PASS +Test 060 regional_wofs_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_control_intel -Checking test 060 rap_control_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_control_intel +Checking test 061 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2696,15 +2696,15 @@ Checking test 060 rap_control_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 447.203970 - 0: The maximum resident set size (KB) = 1242156 + 0: The total amount of wall time = 451.434215 + 0: The maximum resident set size (KB) = 1241700 -Test 060 rap_control_intel PASS +Test 061 rap_control_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_spp_sppt_shum_skeb_intel -Checking test 061 regional_spp_sppt_shum_skeb_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_spp_sppt_shum_skeb_intel +Checking test 062 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2714,15 +2714,15 @@ Checking test 061 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 268.208353 - 0: The maximum resident set size (KB) = 1211156 + 0: The total amount of wall time = 268.411182 + 0: The maximum resident set size (KB) = 1225172 -Test 061 regional_spp_sppt_shum_skeb_intel PASS +Test 062 regional_spp_sppt_shum_skeb_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_decomp_intel -Checking test 062 rap_decomp_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_decomp_intel +Checking test 063 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2768,15 +2768,15 @@ Checking test 062 rap_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 469.220482 - 0: The maximum resident set size (KB) = 1168464 + 0: The total amount of wall time = 466.217975 + 0: The maximum resident set size (KB) = 1173468 -Test 062 rap_decomp_intel PASS +Test 063 rap_decomp_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_2threads_intel -Checking test 063 rap_2threads_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_2threads_intel +Checking test 064 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2822,15 +2822,15 @@ Checking test 063 rap_2threads_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 454.043122 - 0: The maximum resident set size (KB) = 1324332 + 0: The total amount of wall time = 452.469849 + 0: The maximum resident set size (KB) = 1330404 -Test 063 rap_2threads_intel PASS +Test 064 rap_2threads_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_restart_intel -Checking test 064 rap_restart_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_restart_intel +Checking test 065 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2868,15 +2868,15 @@ Checking test 064 rap_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 227.753369 - 0: The maximum resident set size (KB) = 1146528 + 0: The total amount of wall time = 226.818669 + 0: The maximum resident set size (KB) = 1147024 -Test 064 rap_restart_intel PASS +Test 065 rap_restart_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_sfcdiff_intel -Checking test 065 rap_sfcdiff_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_sfcdiff_intel +Checking test 066 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2922,15 +2922,15 @@ Checking test 065 rap_sfcdiff_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 451.728182 - 0: The maximum resident set size (KB) = 1254100 + 0: The total amount of wall time = 447.093851 + 0: The maximum resident set size (KB) = 1255200 -Test 065 rap_sfcdiff_intel PASS +Test 066 rap_sfcdiff_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_sfcdiff_decomp_intel -Checking test 066 rap_sfcdiff_decomp_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_sfcdiff_decomp_intel +Checking test 067 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2976,15 +2976,15 @@ Checking test 066 rap_sfcdiff_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 469.233114 - 0: The maximum resident set size (KB) = 1177536 + 0: The total amount of wall time = 474.136569 + 0: The maximum resident set size (KB) = 1176640 -Test 066 rap_sfcdiff_decomp_intel PASS +Test 067 rap_sfcdiff_decomp_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_sfcdiff_restart_intel -Checking test 067 rap_sfcdiff_restart_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_sfcdiff_restart_intel +Checking test 068 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3022,15 +3022,15 @@ Checking test 067 rap_sfcdiff_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 334.971974 - 0: The maximum resident set size (KB) = 1173044 + 0: The total amount of wall time = 334.090236 + 0: The maximum resident set size (KB) = 1178472 -Test 067 rap_sfcdiff_restart_intel PASS +Test 068 rap_sfcdiff_restart_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_intel -Checking test 068 hrrr_control_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_intel +Checking test 069 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3076,15 +3076,15 @@ Checking test 068 hrrr_control_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 227.660222 - 0: The maximum resident set size (KB) = 1163744 + 0: The total amount of wall time = 234.176244 + 0: The maximum resident set size (KB) = 1152212 -Test 068 hrrr_control_intel PASS +Test 069 hrrr_control_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_qr_intel -Checking test 069 hrrr_control_qr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_qr_intel +Checking test 070 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3130,15 +3130,15 @@ Checking test 069 hrrr_control_qr_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 227.248877 - 0: The maximum resident set size (KB) = 1036044 + 0: The total amount of wall time = 228.936263 + 0: The maximum resident set size (KB) = 1038844 -Test 069 hrrr_control_qr_intel PASS +Test 070 hrrr_control_qr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_decomp_intel -Checking test 070 hrrr_control_decomp_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_decomp_intel +Checking test 071 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3184,15 +3184,15 @@ Checking test 070 hrrr_control_decomp_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 235.007767 - 0: The maximum resident set size (KB) = 1105516 + 0: The total amount of wall time = 236.686881 + 0: The maximum resident set size (KB) = 1105384 -Test 070 hrrr_control_decomp_intel PASS +Test 071 hrrr_control_decomp_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_2threads_intel -Checking test 071 hrrr_control_2threads_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_2threads_intel +Checking test 072 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3238,43 +3238,43 @@ Checking test 071 hrrr_control_2threads_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 193.122051 - 0: The maximum resident set size (KB) = 1123940 + 0: The total amount of wall time = 192.828034 + 0: The maximum resident set size (KB) = 1112704 -Test 071 hrrr_control_2threads_intel PASS +Test 072 hrrr_control_2threads_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_restart_intel -Checking test 072 hrrr_control_restart_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_restart_intel +Checking test 073 hrrr_control_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 118.367913 - 0: The maximum resident set size (KB) = 1052892 + 0: The total amount of wall time = 120.689799 + 0: The maximum resident set size (KB) = 1058284 -Test 072 hrrr_control_restart_intel PASS +Test 073 hrrr_control_restart_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_restart_qr_intel -Checking test 073 hrrr_control_restart_qr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_restart_qr_intel +Checking test 074 hrrr_control_restart_qr_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 121.593803 - 0: The maximum resident set size (KB) = 931328 + 0: The total amount of wall time = 122.435957 + 0: The maximum resident set size (KB) = 926452 -Test 073 hrrr_control_restart_qr_intel PASS +Test 074 hrrr_control_restart_qr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rrfs_v1beta_intel -Checking test 074 rrfs_v1beta_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rrfs_v1beta_intel +Checking test 075 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3320,15 +3320,15 @@ Checking test 074 rrfs_v1beta_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 441.741742 - 0: The maximum resident set size (KB) = 1206372 + 0: The total amount of wall time = 440.120715 + 0: The maximum resident set size (KB) = 1211256 -Test 074 rrfs_v1beta_intel PASS +Test 075 rrfs_v1beta_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rrfs_v1nssl_intel -Checking test 075 rrfs_v1nssl_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rrfs_v1nssl_intel +Checking test 076 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3342,15 +3342,15 @@ Checking test 075 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 528.078911 - 0: The maximum resident set size (KB) = 807792 + 0: The total amount of wall time = 530.906737 + 0: The maximum resident set size (KB) = 802916 -Test 075 rrfs_v1nssl_intel PASS +Test 076 rrfs_v1nssl_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_nohailnoccn_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rrfs_v1nssl_nohailnoccn_intel -Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rrfs_v1nssl_nohailnoccn_intel +Checking test 077 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3364,15 +3364,15 @@ Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 517.120360 - 0: The maximum resident set size (KB) = 918720 + 0: The total amount of wall time = 515.448767 + 0: The maximum resident set size (KB) = 912884 -Test 076 rrfs_v1nssl_nohailnoccn_intel PASS +Test 077 rrfs_v1nssl_nohailnoccn_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmg_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_csawmg_intel -Checking test 077 control_csawmg_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_csawmg_intel +Checking test 078 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3382,15 +3382,15 @@ Checking test 077 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 340.344256 - 0: The maximum resident set size (KB) = 815672 + 0: The total amount of wall time = 340.945119 + 0: The maximum resident set size (KB) = 820324 -Test 077 control_csawmg_intel PASS +Test 078 control_csawmg_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmgt_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_csawmgt_intel -Checking test 078 control_csawmgt_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_csawmgt_intel +Checking test 079 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3400,15 +3400,15 @@ Checking test 078 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 335.325387 - 0: The maximum resident set size (KB) = 813428 + 0: The total amount of wall time = 335.267405 + 0: The maximum resident set size (KB) = 813784 -Test 078 control_csawmgt_intel PASS +Test 079 control_csawmgt_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_ras_intel -Checking test 079 control_ras_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_ras_intel +Checking test 080 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3418,27 +3418,27 @@ Checking test 079 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 184.841899 - 0: The maximum resident set size (KB) = 812628 + 0: The total amount of wall time = 188.072079 + 0: The maximum resident set size (KB) = 809920 -Test 079 control_ras_intel PASS +Test 080 control_ras_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wam_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_wam_intel -Checking test 080 control_wam_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_wam_intel +Checking test 081 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 112.584968 - 0: The maximum resident set size (KB) = 713676 + 0: The total amount of wall time = 112.736054 + 0: The maximum resident set size (KB) = 674220 -Test 080 control_wam_intel PASS +Test 081 control_wam_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_faster_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_p8_faster_intel -Checking test 081 control_p8_faster_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_p8_faster_intel +Checking test 082 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3484,15 +3484,15 @@ Checking test 081 control_p8_faster_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 163.783823 - 0: The maximum resident set size (KB) = 1608576 + 0: The total amount of wall time = 153.612210 + 0: The maximum resident set size (KB) = 1619728 -Test 081 control_p8_faster_intel PASS +Test 082 control_p8_faster_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_control_faster_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_control_faster_intel -Checking test 082 regional_control_faster_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_control_faster_intel +Checking test 083 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3502,15 +3502,15 @@ Checking test 082 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 265.018228 - 0: The maximum resident set size (KB) = 1091740 + 0: The total amount of wall time = 267.287688 + 0: The maximum resident set size (KB) = 1093808 -Test 082 regional_control_faster_intel PASS +Test 083 regional_control_faster_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_CubedSphereGrid_debug_intel -Checking test 083 control_CubedSphereGrid_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_CubedSphereGrid_debug_intel +Checking test 084 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3536,377 +3536,377 @@ Checking test 083 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 148.550834 - 0: The maximum resident set size (KB) = 796692 + 0: The total amount of wall time = 150.297746 + 0: The maximum resident set size (KB) = 801896 -Test 083 control_CubedSphereGrid_debug_intel PASS +Test 084 control_CubedSphereGrid_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 084 control_wrtGauss_netcdf_parallel_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 085 control_wrtGauss_netcdf_parallel_debug_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 151.420277 - 0: The maximum resident set size (KB) = 803552 + 0: The total amount of wall time = 150.142654 + 0: The maximum resident set size (KB) = 801920 -Test 084 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 085 control_wrtGauss_netcdf_parallel_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_stochy_debug_intel -Checking test 085 control_stochy_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_stochy_debug_intel +Checking test 086 control_stochy_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 171.196910 - 0: The maximum resident set size (KB) = 809144 + 0: The total amount of wall time = 174.034751 + 0: The maximum resident set size (KB) = 802328 -Test 085 control_stochy_debug_intel PASS +Test 086 control_stochy_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_lndp_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_lndp_debug_intel -Checking test 086 control_lndp_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_lndp_debug_intel +Checking test 087 control_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 153.370324 - 0: The maximum resident set size (KB) = 806776 + 0: The total amount of wall time = 152.202411 + 0: The maximum resident set size (KB) = 807716 -Test 086 control_lndp_debug_intel PASS +Test 087 control_lndp_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmg_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_csawmg_debug_intel -Checking test 087 control_csawmg_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_csawmg_debug_intel +Checking test 088 control_csawmg_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 230.332577 - 0: The maximum resident set size (KB) = 852428 + 0: The total amount of wall time = 236.416732 + 0: The maximum resident set size (KB) = 854116 -Test 087 control_csawmg_debug_intel PASS +Test 088 control_csawmg_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_csawmgt_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_csawmgt_debug_intel -Checking test 088 control_csawmgt_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_csawmgt_debug_intel +Checking test 089 control_csawmgt_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 228.292217 - 0: The maximum resident set size (KB) = 855548 + 0: The total amount of wall time = 235.163581 + 0: The maximum resident set size (KB) = 856924 -Test 088 control_csawmgt_debug_intel PASS +Test 089 control_csawmgt_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_ras_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_ras_debug_intel -Checking test 089 control_ras_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_ras_debug_intel +Checking test 090 control_ras_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 157.695618 - 0: The maximum resident set size (KB) = 817244 + 0: The total amount of wall time = 154.324165 + 0: The maximum resident set size (KB) = 818084 -Test 089 control_ras_debug_intel PASS +Test 090 control_ras_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_diag_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_diag_debug_intel -Checking test 090 control_diag_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_diag_debug_intel +Checking test 091 control_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 158.205904 - 0: The maximum resident set size (KB) = 858200 + 0: The total amount of wall time = 156.074191 + 0: The maximum resident set size (KB) = 861200 -Test 090 control_diag_debug_intel PASS +Test 091 control_diag_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_debug_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_debug_p8_intel -Checking test 091 control_debug_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_debug_p8_intel +Checking test 092 control_debug_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 191.557783 - 0: The maximum resident set size (KB) = 1629316 + 0: The total amount of wall time = 167.945775 + 0: The maximum resident set size (KB) = 1630360 -Test 091 control_debug_p8_intel PASS +Test 092 control_debug_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_debug_intel -Checking test 092 regional_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_debug_intel +Checking test 093 regional_debug_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 1020.028710 - 0: The maximum resident set size (KB) = 1108672 + 0: The total amount of wall time = 984.158511 + 0: The maximum resident set size (KB) = 1109136 -Test 092 regional_debug_intel PASS +Test 093 regional_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_control_debug_intel -Checking test 093 rap_control_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_control_debug_intel +Checking test 094 rap_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.241170 - 0: The maximum resident set size (KB) = 1195276 + 0: The total amount of wall time = 277.054430 + 0: The maximum resident set size (KB) = 1192428 -Test 093 rap_control_debug_intel PASS +Test 094 rap_control_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_debug_intel -Checking test 094 hrrr_control_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_debug_intel +Checking test 095 hrrr_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 266.597520 - 0: The maximum resident set size (KB) = 1189692 + 0: The total amount of wall time = 276.453958 + 0: The maximum resident set size (KB) = 1180928 -Test 094 hrrr_control_debug_intel PASS +Test 095 hrrr_control_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_gf_debug_intel -Checking test 095 hrrr_gf_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_gf_debug_intel +Checking test 096 hrrr_gf_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 279.307555 - 0: The maximum resident set size (KB) = 1185076 + 0: The total amount of wall time = 280.585184 + 0: The maximum resident set size (KB) = 1185248 -Test 095 hrrr_gf_debug_intel PASS +Test 096 hrrr_gf_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_c3_debug_intel -Checking test 096 hrrr_c3_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_c3_debug_intel +Checking test 097 hrrr_c3_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 278.901399 - 0: The maximum resident set size (KB) = 1185240 + 0: The total amount of wall time = 275.931414 + 0: The maximum resident set size (KB) = 1190036 -Test 096 hrrr_c3_debug_intel PASS +Test 097 hrrr_c3_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_unified_drag_suite_debug_intel -Checking test 097 rap_unified_drag_suite_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_unified_drag_suite_debug_intel +Checking test 098 rap_unified_drag_suite_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 281.656049 - 0: The maximum resident set size (KB) = 1184836 + 0: The total amount of wall time = 281.805511 + 0: The maximum resident set size (KB) = 1182332 -Test 097 rap_unified_drag_suite_debug_intel PASS +Test 098 rap_unified_drag_suite_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_diag_debug_intel -Checking test 098 rap_diag_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_diag_debug_intel +Checking test 099 rap_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 299.885253 - 0: The maximum resident set size (KB) = 1266424 + 0: The total amount of wall time = 304.118849 + 0: The maximum resident set size (KB) = 1269276 -Test 098 rap_diag_debug_intel PASS +Test 099 rap_diag_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_cires_ugwp_debug_intel -Checking test 099 rap_cires_ugwp_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_cires_ugwp_debug_intel +Checking test 100 rap_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 280.325335 - 0: The maximum resident set size (KB) = 1193456 + 0: The total amount of wall time = 287.758579 + 0: The maximum resident set size (KB) = 1188740 -Test 099 rap_cires_ugwp_debug_intel PASS +Test 100 rap_cires_ugwp_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_unified_ugwp_debug_intel -Checking test 100 rap_unified_ugwp_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_unified_ugwp_debug_intel +Checking test 101 rap_unified_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 284.731585 - 0: The maximum resident set size (KB) = 1189576 + 0: The total amount of wall time = 288.004880 + 0: The maximum resident set size (KB) = 1191120 -Test 100 rap_unified_ugwp_debug_intel PASS +Test 101 rap_unified_ugwp_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_lndp_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_lndp_debug_intel -Checking test 101 rap_lndp_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_lndp_debug_intel +Checking test 102 rap_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 276.400738 - 0: The maximum resident set size (KB) = 1186932 + 0: The total amount of wall time = 287.098992 + 0: The maximum resident set size (KB) = 1191152 -Test 101 rap_lndp_debug_intel PASS +Test 102 rap_lndp_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_progcld_thompson_debug_intel -Checking test 102 rap_progcld_thompson_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_progcld_thompson_debug_intel +Checking test 103 rap_progcld_thompson_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 284.101146 - 0: The maximum resident set size (KB) = 1186228 + 0: The total amount of wall time = 276.117774 + 0: The maximum resident set size (KB) = 1183168 -Test 102 rap_progcld_thompson_debug_intel PASS +Test 103 rap_progcld_thompson_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_noah_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_noah_debug_intel -Checking test 103 rap_noah_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_noah_debug_intel +Checking test 104 rap_noah_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.411380 - 0: The maximum resident set size (KB) = 1188856 + 0: The total amount of wall time = 276.740526 + 0: The maximum resident set size (KB) = 1195880 -Test 103 rap_noah_debug_intel PASS +Test 104 rap_noah_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_sfcdiff_debug_intel -Checking test 104 rap_sfcdiff_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_sfcdiff_debug_intel +Checking test 105 rap_sfcdiff_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 285.518675 - 0: The maximum resident set size (KB) = 1189808 + 0: The total amount of wall time = 283.596119 + 0: The maximum resident set size (KB) = 1183356 -Test 104 rap_sfcdiff_debug_intel PASS +Test 105 rap_sfcdiff_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 106 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 457.586158 - 0: The maximum resident set size (KB) = 1190004 + 0: The total amount of wall time = 469.894700 + 0: The maximum resident set size (KB) = 1183432 -Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 106 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rrfs_v1beta_debug_intel -Checking test 106 rrfs_v1beta_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rrfs_v1beta_debug_intel +Checking test 107 rrfs_v1beta_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.731768 + 0: The total amount of wall time = 276.846467 0: The maximum resident set size (KB) = 1185728 -Test 106 rrfs_v1beta_debug_intel PASS +Test 107 rrfs_v1beta_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_clm_lake_debug_intel -Checking test 107 rap_clm_lake_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_clm_lake_debug_intel +Checking test 108 rap_clm_lake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 337.095215 - 0: The maximum resident set size (KB) = 1203856 + 0: The total amount of wall time = 334.491610 + 0: The maximum resident set size (KB) = 1198080 -Test 107 rap_clm_lake_debug_intel PASS +Test 108 rap_clm_lake_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_flake_debug_intel -Checking test 108 rap_flake_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_flake_debug_intel +Checking test 109 rap_flake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 283.321366 - 0: The maximum resident set size (KB) = 1195568 + 0: The total amount of wall time = 290.227045 + 0: The maximum resident set size (KB) = 1184464 -Test 108 rap_flake_debug_intel PASS +Test 109 rap_flake_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_wam_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_wam_debug_intel -Checking test 109 control_wam_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_wam_debug_intel +Checking test 110 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 279.213156 - 0: The maximum resident set size (KB) = 589036 + 0: The total amount of wall time = 291.094270 + 0: The maximum resident set size (KB) = 593140 -Test 109 control_wam_debug_intel PASS +Test 110 control_wam_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 111 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3916,15 +3916,15 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 245.014114 - 0: The maximum resident set size (KB) = 1106388 + 0: The total amount of wall time = 247.756803 + 0: The maximum resident set size (KB) = 1100904 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 111 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_control_dyn32_phy32_intel -Checking test 111 rap_control_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_control_dyn32_phy32_intel +Checking test 112 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3970,15 +3970,15 @@ Checking test 111 rap_control_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 368.225191 - 0: The maximum resident set size (KB) = 1110376 + 0: The total amount of wall time = 370.007096 + 0: The maximum resident set size (KB) = 1107928 -Test 111 rap_control_dyn32_phy32_intel PASS +Test 112 rap_control_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_dyn32_phy32_intel -Checking test 112 hrrr_control_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_dyn32_phy32_intel +Checking test 113 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4024,15 +4024,15 @@ Checking test 112 hrrr_control_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 192.868069 - 0: The maximum resident set size (KB) = 1023828 + 0: The total amount of wall time = 192.044133 + 0: The maximum resident set size (KB) = 1022340 -Test 112 hrrr_control_dyn32_phy32_intel PASS +Test 113 hrrr_control_dyn32_phy32_intel PASS Tries: 2 baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_qr_dyn32_phy32_intel -Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_qr_dyn32_phy32_intel +Checking test 114 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4078,15 +4078,15 @@ Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK - 0: The total amount of wall time = 199.859692 - 0: The maximum resident set size (KB) = 976532 + 0: The total amount of wall time = 191.334050 + 0: The maximum resident set size (KB) = 983856 -Test 113 hrrr_control_qr_dyn32_phy32_intel PASS +Test 114 hrrr_control_qr_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_2threads_dyn32_phy32_intel -Checking test 114 rap_2threads_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_2threads_dyn32_phy32_intel +Checking test 115 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4132,15 +4132,15 @@ Checking test 114 rap_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 379.003690 - 0: The maximum resident set size (KB) = 1130212 + 0: The total amount of wall time = 380.262177 + 0: The maximum resident set size (KB) = 1124292 -Test 114 rap_2threads_dyn32_phy32_intel PASS Tries: 2 +Test 115 rap_2threads_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_2threads_dyn32_phy32_intel -Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_2threads_dyn32_phy32_intel +Checking test 116 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4186,15 +4186,15 @@ Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 162.203815 - 0: The maximum resident set size (KB) = 966840 + 0: The total amount of wall time = 165.257257 + 0: The maximum resident set size (KB) = 969436 -Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 116 hrrr_control_2threads_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_decomp_dyn32_phy32_intel -Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_decomp_dyn32_phy32_intel +Checking test 117 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4240,15 +4240,15 @@ Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 199.069798 - 0: The maximum resident set size (KB) = 970304 + 0: The total amount of wall time = 201.785100 + 0: The maximum resident set size (KB) = 966740 -Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 117 hrrr_control_decomp_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_restart_dyn32_phy32_intel -Checking test 117 rap_restart_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_restart_dyn32_phy32_intel +Checking test 118 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4286,43 +4286,43 @@ Checking test 117 rap_restart_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 286.882563 - 0: The maximum resident set size (KB) = 1045128 + 0: The total amount of wall time = 275.368439 + 0: The maximum resident set size (KB) = 1058320 -Test 117 rap_restart_dyn32_phy32_intel PASS +Test 118 rap_restart_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_restart_dyn32_phy32_intel -Checking test 118 hrrr_control_restart_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_restart_dyn32_phy32_intel +Checking test 119 hrrr_control_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 101.486570 - 0: The maximum resident set size (KB) = 936164 + 0: The total amount of wall time = 98.654794 + 0: The maximum resident set size (KB) = 937956 -Test 118 hrrr_control_restart_dyn32_phy32_intel PASS +Test 119 hrrr_control_restart_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 119 hrrr_control_restart_qr_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 120 hrrr_control_restart_qr_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 101.108334 - 0: The maximum resident set size (KB) = 886124 + 0: The total amount of wall time = 103.656490 + 0: The maximum resident set size (KB) = 890892 -Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 120 hrrr_control_restart_qr_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/conus13km_control_intel -Checking test 120 conus13km_control_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/conus13km_control_intel +Checking test 121 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4337,33 +4337,41 @@ Checking test 120 conus13km_control_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 112.591033 - 0: The maximum resident set size (KB) = 1250344 + 0: The total amount of wall time = 114.121940 + 0: The maximum resident set size (KB) = 1250660 -Test 120 conus13km_control_intel PASS +Test 121 conus13km_control_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/conus13km_2threads_intel -Checking test 121 conus13km_2threads_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/conus13km_2threads_intel +Checking test 122 conus13km_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 51.562034 - 0: The maximum resident set size (KB) = 1114056 + 0: The total amount of wall time = 49.293851 + 0: The maximum resident set size (KB) = 1171112 -Test 121 conus13km_2threads_intel PASS +Test 122 conus13km_2threads_intel PASS -Test 122 conus13km_restart_mismatch_intel FAIL -Test 122 conus13km_restart_mismatch_intel FAIL +baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/conus13km_restart_mismatch_intel +Checking test 123 conus13km_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 67.348871 + 0: The maximum resident set size (KB) = 1185648 + +Test 123 conus13km_restart_mismatch_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_control_dyn64_phy32_intel -Checking test 123 rap_control_dyn64_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_control_dyn64_phy32_intel +Checking test 124 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4409,43 +4417,43 @@ Checking test 123 rap_control_dyn64_phy32_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 239.593073 - 0: The maximum resident set size (KB) = 1105768 + 0: The total amount of wall time = 240.814652 + 0: The maximum resident set size (KB) = 1108312 -Test 123 rap_control_dyn64_phy32_intel PASS +Test 124 rap_control_dyn64_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_control_debug_dyn32_phy32_intel -Checking test 124 rap_control_debug_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_control_debug_dyn32_phy32_intel +Checking test 125 rap_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 274.080551 - 0: The maximum resident set size (KB) = 1075624 + 0: The total amount of wall time = 273.087986 + 0: The maximum resident set size (KB) = 1077200 -Test 124 rap_control_debug_dyn32_phy32_intel PASS +Test 125 rap_control_debug_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hrrr_control_debug_dyn32_phy32_intel -Checking test 125 hrrr_control_debug_dyn32_phy32_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hrrr_control_debug_dyn32_phy32_intel +Checking test 126 hrrr_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.813512 - 0: The maximum resident set size (KB) = 1074256 + 0: The total amount of wall time = 268.892627 + 0: The maximum resident set size (KB) = 1077440 -Test 125 hrrr_control_debug_dyn32_phy32_intel PASS +Test 126 hrrr_control_debug_dyn32_phy32_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/conus13km_debug_intel -Checking test 126 conus13km_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/conus13km_debug_intel +Checking test 127 conus13km_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4458,15 +4466,15 @@ Checking test 126 conus13km_debug_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 850.781179 - 0: The maximum resident set size (KB) = 1261064 + 0: The total amount of wall time = 844.077316 + 0: The maximum resident set size (KB) = 1276312 -Test 126 conus13km_debug_intel PASS +Test 127 conus13km_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/conus13km_debug_qr_intel -Checking test 127 conus13km_debug_qr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/conus13km_debug_qr_intel +Checking test 128 conus13km_debug_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4479,82 +4487,82 @@ Checking test 127 conus13km_debug_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK - 0: The total amount of wall time = 853.432669 - 0: The maximum resident set size (KB) = 934548 + 0: The total amount of wall time = 857.915126 + 0: The maximum resident set size (KB) = 932984 -Test 127 conus13km_debug_qr_intel PASS +Test 128 conus13km_debug_qr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/conus13km_debug_2threads_intel -Checking test 128 conus13km_debug_2threads_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/conus13km_debug_2threads_intel +Checking test 129 conus13km_debug_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 482.498750 - 0: The maximum resident set size (KB) = 1199780 + 0: The total amount of wall time = 489.096003 + 0: The maximum resident set size (KB) = 1200332 -Test 128 conus13km_debug_2threads_intel PASS +Test 129 conus13km_debug_2threads_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/conus13km_radar_tten_debug_intel -Checking test 129 conus13km_radar_tten_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/conus13km_radar_tten_debug_intel +Checking test 130 conus13km_radar_tten_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 864.011382 - 0: The maximum resident set size (KB) = 1346060 + 0: The total amount of wall time = 824.060237 + 0: The maximum resident set size (KB) = 1345392 -Test 129 conus13km_radar_tten_debug_intel PASS +Test 130 conus13km_radar_tten_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/rap_control_dyn64_phy32_debug_intel -Checking test 130 rap_control_dyn64_phy32_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/rap_control_dyn64_phy32_debug_intel +Checking test 131 rap_control_dyn64_phy32_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 277.429929 - 0: The maximum resident set size (KB) = 1110840 + 0: The total amount of wall time = 286.722573 + 0: The maximum resident set size (KB) = 1103784 -Test 130 rap_control_dyn64_phy32_debug_intel PASS +Test 131 rap_control_dyn64_phy32_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_atm_intel -Checking test 131 hafs_regional_atm_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_atm_intel +Checking test 132 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 246.808181 - 0: The maximum resident set size (KB) = 1249312 + 0: The total amount of wall time = 251.288065 + 0: The maximum resident set size (KB) = 1247204 -Test 131 hafs_regional_atm_intel PASS +Test 132 hafs_regional_atm_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 132 hafs_regional_atm_thompson_gfdlsf_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 133 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 327.536937 - 0: The maximum resident set size (KB) = 1589052 + 0: The total amount of wall time = 363.811915 + 0: The maximum resident set size (KB) = 1593988 -Test 132 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 133 hafs_regional_atm_thompson_gfdlsf_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_atm_ocn_intel -Checking test 133 hafs_regional_atm_ocn_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_atm_ocn_intel +Checking test 134 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4562,15 +4570,15 @@ Checking test 133 hafs_regional_atm_ocn_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 376.747565 - 0: The maximum resident set size (KB) = 1416592 + 0: The total amount of wall time = 371.076435 + 0: The maximum resident set size (KB) = 1424488 -Test 133 hafs_regional_atm_ocn_intel PASS +Test 134 hafs_regional_atm_ocn_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_wav_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_atm_wav_intel -Checking test 134 hafs_regional_atm_wav_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_atm_wav_intel +Checking test 135 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4578,15 +4586,15 @@ Checking test 134 hafs_regional_atm_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 732.011724 - 0: The maximum resident set size (KB) = 1451828 + 0: The total amount of wall time = 721.502334 + 0: The maximum resident set size (KB) = 1454192 -Test 134 hafs_regional_atm_wav_intel PASS +Test 135 hafs_regional_atm_wav_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_wav_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_atm_ocn_wav_intel -Checking test 135 hafs_regional_atm_ocn_wav_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_atm_ocn_wav_intel +Checking test 136 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4596,15 +4604,15 @@ Checking test 135 hafs_regional_atm_ocn_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 833.152627 - 0: The maximum resident set size (KB) = 1467752 + 0: The total amount of wall time = 832.294524 + 0: The maximum resident set size (KB) = 1468500 -Test 135 hafs_regional_atm_ocn_wav_intel PASS +Test 136 hafs_regional_atm_ocn_wav_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_1nest_atm_intel -Checking test 136 hafs_regional_1nest_atm_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_1nest_atm_intel +Checking test 137 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4625,19 +4633,44 @@ Checking test 136 hafs_regional_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 337.181660 - 0: The maximum resident set size (KB) = 659176 + 0: The total amount of wall time = 345.745029 + 0: The maximum resident set size (KB) = 657960 + +Test 137 hafs_regional_1nest_atm_intel PASS -Test 136 hafs_regional_1nest_atm_intel PASS Tries: 2 -Test 137 hafs_regional_1nest_atm_qr_intel FAIL +baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_1nest_atm_qr_intel +Checking test 138 hafs_regional_1nest_atm_qr_intel results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atm.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc .........OK + Comparing RESTART/20200825.180000.coupler.res .........OK + Comparing RESTART/20200825.180000.fv_core.res.nc .........OK + Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK + Comparing RESTART/20200825.180000.fv_core.res.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + + 0: The total amount of wall time = 351.749823 + 0: The maximum resident set size (KB) = 502104 -Test 137 hafs_regional_1nest_atm_qr_intel FAIL +Test 138 hafs_regional_1nest_atm_qr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_telescopic_2nests_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_telescopic_2nests_atm_intel -Checking test 138 hafs_regional_telescopic_2nests_atm_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_telescopic_2nests_atm_intel +Checking test 139 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4645,15 +4678,15 @@ Checking test 138 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 390.465502 - 0: The maximum resident set size (KB) = 611264 + 0: The total amount of wall time = 392.618462 + 0: The maximum resident set size (KB) = 664672 -Test 138 hafs_regional_telescopic_2nests_atm_intel PASS +Test 139 hafs_regional_telescopic_2nests_atm_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_global_1nest_atm_intel -Checking test 139 hafs_global_1nest_atm_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_global_1nest_atm_intel +Checking test 140 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4699,15 +4732,15 @@ Checking test 139 hafs_global_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 165.273238 - 0: The maximum resident set size (KB) = 402424 + 0: The total amount of wall time = 166.153909 + 0: The maximum resident set size (KB) = 406664 -Test 139 hafs_global_1nest_atm_intel PASS +Test 140 hafs_global_1nest_atm_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_global_1nest_atm_qr_intel -Checking test 140 hafs_global_1nest_atm_qr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_global_1nest_atm_qr_intel +Checking test 141 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4753,15 +4786,15 @@ Checking test 140 hafs_global_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 171.493371 - 0: The maximum resident set size (KB) = 378584 + 0: The total amount of wall time = 174.202976 + 0: The maximum resident set size (KB) = 373328 -Test 140 hafs_global_1nest_atm_qr_intel PASS +Test 141 hafs_global_1nest_atm_qr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_global_multiple_4nests_atm_intel -Checking test 141 hafs_global_multiple_4nests_atm_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_global_multiple_4nests_atm_intel +Checking test 142 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4842,104 +4875,19 @@ Checking test 141 hafs_global_multiple_4nests_atm_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 441.606717 - 0: The maximum resident set size (KB) = 481996 + 0: The total amount of wall time = 444.816894 + 0: The maximum resident set size (KB) = 478032 -Test 141 hafs_global_multiple_4nests_atm_intel PASS +Test 142 hafs_global_multiple_4nests_atm_intel PASS +Test 143 hafs_global_multiple_4nests_atm_qr_intel FAIL -baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_global_multiple_4nests_atm_qr_intel -Checking test 142 hafs_global_multiple_4nests_atm_qr_intel results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing atm.nest03.f006.nc .........OK - Comparing sfc.nest03.f006.nc .........OK - Comparing atm.nest04.f006.nc .........OK - Comparing sfc.nest04.f006.nc .........OK - Comparing atm.nest05.f006.nc .........OK - Comparing sfc.nest05.f006.nc .........OK - Comparing HURPRS.GrbF06 .........OK - Comparing HURPRS.GrbF06.nest02 .........OK - Comparing HURPRS.GrbF06.nest03 .........OK - Comparing HURPRS.GrbF06.nest04 .........OK - Comparing HURPRS.GrbF06.nest05 .........OK - Comparing RESTART/20200825.180000.coupler.res .........OK - Comparing RESTART/20200825.180000.fv_core.res.nc .........OK - Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK - Comparing RESTART/20200825.180000.fv_core.res.nest02.tile7.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.nest03.nc .........OK - Comparing RESTART/20200825.180000.fv_core.res.nest03.tile8.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.nest04.nc .........OK - Comparing RESTART/20200825.180000.fv_core.res.nest04.tile9.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.nest05.nc .........OK - Comparing RESTART/20200825.180000.fv_core.res.nest05.tile10.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_core.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest03.tile8.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest04.tile9.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest05.tile10.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.nest03.tile8.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.nest04.tile9.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.nest05.tile10.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.nest02.tile7.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.nest03.tile8.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.nest04.tile9.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.nest05.tile10.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.tile6.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.nest02.tile7.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.nest03.tile8.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.nest04.tile9.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.nest05.tile10.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.tile3.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.tile4.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.tile5.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.tile6.nc ............ALT CHECK......OK - Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest03.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest04.nc .........OK - Comparing RESTART/fv_BC_ne.res.nest05.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest03.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK - Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - - 0: The total amount of wall time = 461.177809 - 0: The maximum resident set size (KB) = 473788 - -Test 142 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 143 hafs_global_multiple_4nests_atm_qr_intel FAIL baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_specified_moving_1nest_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_specified_moving_1nest_atm_intel -Checking test 143 hafs_regional_specified_moving_1nest_atm_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_specified_moving_1nest_atm_intel +Checking test 144 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4947,15 +4895,15 @@ Checking test 143 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 218.502900 - 0: The maximum resident set size (KB) = 672444 + 0: The total amount of wall time = 224.385699 + 0: The maximum resident set size (KB) = 675152 -Test 143 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 144 hafs_regional_specified_moving_1nest_atm_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_storm_following_1nest_atm_intel -Checking test 144 hafs_regional_storm_following_1nest_atm_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_storm_following_1nest_atm_intel +Checking test 145 hafs_regional_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4976,15 +4924,15 @@ Checking test 144 hafs_regional_storm_following_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 204.364032 - 0: The maximum resident set size (KB) = 674284 + 0: The total amount of wall time = 208.061081 + 0: The maximum resident set size (KB) = 672564 -Test 144 hafs_regional_storm_following_1nest_atm_intel PASS Tries: 2 +Test 145 hafs_regional_storm_following_1nest_atm_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 145 hafs_regional_storm_following_1nest_atm_qr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_storm_following_1nest_atm_qr_intel +Checking test 146 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -5005,198 +4953,224 @@ Checking test 145 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK - 0: The total amount of wall time = 221.396423 - 0: The maximum resident set size (KB) = 533228 + 0: The total amount of wall time = 221.983667 + 0: The maximum resident set size (KB) = 531212 -Test 145 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 146 hafs_regional_storm_following_1nest_atm_qr_intel PASS -Test 146 hafs_regional_storm_following_1nest_atm_ocn_intel FAIL -Test 146 hafs_regional_storm_following_1nest_atm_ocn_intel FAIL +baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 147 hafs_regional_storm_following_1nest_atm_ocn_intel results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atm.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc .........OK + Comparing archv.2020_238_18.a .........OK + Comparing archs.2020_238_18.a .........OK + + 0: The total amount of wall time = 285.873268 + 0: The maximum resident set size (KB) = 722096 + +Test 147 hafs_regional_storm_following_1nest_atm_ocn_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_storm_following_1nest_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_global_storm_following_1nest_atm_intel -Checking test 147 hafs_global_storm_following_1nest_atm_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_global_storm_following_1nest_atm_intel +Checking test 148 hafs_global_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK - 0: The total amount of wall time = 64.503360 - 0: The maximum resident set size (KB) = 418768 + 0: The total amount of wall time = 64.695086 + 0: The maximum resident set size (KB) = 421000 -Test 147 hafs_global_storm_following_1nest_atm_intel PASS +Test 148 hafs_global_storm_following_1nest_atm_intel PASS Tries: 2 baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 148 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK - 0: The total amount of wall time = 739.610975 - 0: The maximum resident set size (KB) = 729964 + 0: The total amount of wall time = 741.671779 + 0: The maximum resident set size (KB) = 730124 + +Test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS + -Test 148 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atm.nest02.f006.nc .........OK + Comparing sfc.nest02.f006.nc .........OK + Comparing archv.2020_238_18.a .........OK + Comparing archs.2020_238_18.a .........OK + Comparing 20200825.180000.out_grd.ww3 .........OK + Comparing 20200825.180000.out_pnt.ww3 .........OK -Test 149 hafs_regional_storm_following_1nest_atm_ocn_wav_intel FAIL + 0: The total amount of wall time = 545.346980 + 0: The maximum resident set size (KB) = 807844 -Test 149 hafs_regional_storm_following_1nest_atm_ocn_wav_intel FAIL +Test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_docn_intel -Checking test 150 hafs_regional_docn_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_docn_intel +Checking test 151 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 338.442124 - 0: The maximum resident set size (KB) = 1419292 + 0: The total amount of wall time = 339.222517 + 0: The maximum resident set size (KB) = 1410432 -Test 150 hafs_regional_docn_intel PASS +Test 151 hafs_regional_docn_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_docn_oisst_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_docn_oisst_intel -Checking test 151 hafs_regional_docn_oisst_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_docn_oisst_intel +Checking test 152 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 339.687134 - 0: The maximum resident set size (KB) = 1392072 + 0: The total amount of wall time = 340.924094 + 0: The maximum resident set size (KB) = 1385140 -Test 151 hafs_regional_docn_oisst_intel PASS Tries: 2 +Test 152 hafs_regional_docn_oisst_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_datm_cdeps_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/hafs_regional_datm_cdeps_intel -Checking test 152 hafs_regional_datm_cdeps_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/hafs_regional_datm_cdeps_intel +Checking test 153 hafs_regional_datm_cdeps_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK Comparing ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 939.862300 - 0: The maximum resident set size (KB) = 1153888 + 0: The total amount of wall time = 939.716904 + 0: The maximum resident set size (KB) = 1154492 -Test 152 hafs_regional_datm_cdeps_intel PASS +Test 153 hafs_regional_datm_cdeps_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_control_cfsr_intel -Checking test 153 datm_cdeps_control_cfsr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_control_cfsr_intel +Checking test 154 datm_cdeps_control_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.764594 - 0: The maximum resident set size (KB) = 1114932 + 0: The total amount of wall time = 149.526133 + 0: The maximum resident set size (KB) = 1130656 -Test 153 datm_cdeps_control_cfsr_intel PASS +Test 154 datm_cdeps_control_cfsr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_restart_cfsr_intel -Checking test 154 datm_cdeps_restart_cfsr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_restart_cfsr_intel +Checking test 155 datm_cdeps_restart_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 92.011295 - 0: The maximum resident set size (KB) = 1067936 + 0: The total amount of wall time = 95.444339 + 0: The maximum resident set size (KB) = 1064920 -Test 154 datm_cdeps_restart_cfsr_intel PASS +Test 155 datm_cdeps_restart_cfsr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_gefs_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_control_gefs_intel -Checking test 155 datm_cdeps_control_gefs_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_control_gefs_intel +Checking test 156 datm_cdeps_control_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.713173 - 0: The maximum resident set size (KB) = 1005968 + 0: The total amount of wall time = 143.534810 + 0: The maximum resident set size (KB) = 1003612 -Test 155 datm_cdeps_control_gefs_intel PASS +Test 156 datm_cdeps_control_gefs_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_iau_gefs_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_iau_gefs_intel -Checking test 156 datm_cdeps_iau_gefs_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_iau_gefs_intel +Checking test 157 datm_cdeps_iau_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 146.087708 - 0: The maximum resident set size (KB) = 1010320 + 0: The total amount of wall time = 144.366564 + 0: The maximum resident set size (KB) = 999064 -Test 156 datm_cdeps_iau_gefs_intel PASS +Test 157 datm_cdeps_iau_gefs_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_stochy_gefs_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_stochy_gefs_intel -Checking test 157 datm_cdeps_stochy_gefs_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_stochy_gefs_intel +Checking test 158 datm_cdeps_stochy_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 145.505835 - 0: The maximum resident set size (KB) = 998744 + 0: The total amount of wall time = 147.593988 + 0: The maximum resident set size (KB) = 1008916 -Test 157 datm_cdeps_stochy_gefs_intel PASS +Test 158 datm_cdeps_stochy_gefs_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_ciceC_cfsr_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_ciceC_cfsr_intel -Checking test 158 datm_cdeps_ciceC_cfsr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_ciceC_cfsr_intel +Checking test 159 datm_cdeps_ciceC_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.032040 - 0: The maximum resident set size (KB) = 1119128 + 0: The total amount of wall time = 148.622812 + 0: The maximum resident set size (KB) = 1117748 -Test 158 datm_cdeps_ciceC_cfsr_intel PASS +Test 159 datm_cdeps_ciceC_cfsr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_cfsr_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_bulk_cfsr_intel -Checking test 159 datm_cdeps_bulk_cfsr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_bulk_cfsr_intel +Checking test 160 datm_cdeps_bulk_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 148.286861 - 0: The maximum resident set size (KB) = 1107652 + 0: The total amount of wall time = 146.777741 + 0: The maximum resident set size (KB) = 1102464 -Test 159 datm_cdeps_bulk_cfsr_intel PASS +Test 160 datm_cdeps_bulk_cfsr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_bulk_gefs_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_bulk_gefs_intel -Checking test 160 datm_cdeps_bulk_gefs_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_bulk_gefs_intel +Checking test 161 datm_cdeps_bulk_gefs_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 141.343481 - 0: The maximum resident set size (KB) = 996660 + 0: The total amount of wall time = 141.737446 + 0: The maximum resident set size (KB) = 1004544 -Test 160 datm_cdeps_bulk_gefs_intel PASS +Test 161 datm_cdeps_bulk_gefs_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_cfsr_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_mx025_cfsr_intel -Checking test 161 datm_cdeps_mx025_cfsr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_mx025_cfsr_intel +Checking test 162 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -5204,15 +5178,15 @@ Checking test 161 datm_cdeps_mx025_cfsr_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 429.900875 - 0: The maximum resident set size (KB) = 1034460 + 0: The total amount of wall time = 446.241412 + 0: The maximum resident set size (KB) = 1007176 -Test 161 datm_cdeps_mx025_cfsr_intel PASS +Test 162 datm_cdeps_mx025_cfsr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_mx025_gefs_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_mx025_gefs_intel -Checking test 162 datm_cdeps_mx025_gefs_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_mx025_gefs_intel +Checking test 163 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/20111001.120000.MOM.res.nc .........OK Comparing RESTART/20111001.120000.MOM.res_1.nc .........OK Comparing RESTART/20111001.120000.MOM.res_2.nc .........OK @@ -5220,78 +5194,78 @@ Checking test 162 datm_cdeps_mx025_gefs_intel results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 451.298366 - 0: The maximum resident set size (KB) = 1020584 + 0: The total amount of wall time = 444.410576 + 0: The maximum resident set size (KB) = 1017668 -Test 162 datm_cdeps_mx025_gefs_intel PASS +Test 163 datm_cdeps_mx025_gefs_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_multiple_files_cfsr_intel -Checking test 163 datm_cdeps_multiple_files_cfsr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_multiple_files_cfsr_intel +Checking test 164 datm_cdeps_multiple_files_cfsr_intel results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 149.008880 - 0: The maximum resident set size (KB) = 1117000 + 0: The total amount of wall time = 146.948421 + 0: The maximum resident set size (KB) = 1113820 -Test 163 datm_cdeps_multiple_files_cfsr_intel PASS +Test 164 datm_cdeps_multiple_files_cfsr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_3072x1536_cfsr_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_3072x1536_cfsr_intel -Checking test 164 datm_cdeps_3072x1536_cfsr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_3072x1536_cfsr_intel +Checking test 165 datm_cdeps_3072x1536_cfsr_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 209.724318 - 0: The maximum resident set size (KB) = 2466956 + 0: The total amount of wall time = 202.104781 + 0: The maximum resident set size (KB) = 2462804 -Test 164 datm_cdeps_3072x1536_cfsr_intel PASS +Test 165 datm_cdeps_3072x1536_cfsr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_gfs_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_gfs_intel -Checking test 165 datm_cdeps_gfs_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_gfs_intel +Checking test 166 datm_cdeps_gfs_intel results .... Comparing RESTART/20210323.060000.MOM.res.nc .........OK Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 208.671937 - 0: The maximum resident set size (KB) = 2406368 + 0: The total amount of wall time = 205.065001 + 0: The maximum resident set size (KB) = 2465568 -Test 165 datm_cdeps_gfs_intel PASS +Test 166 datm_cdeps_gfs_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_debug_cfsr_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_debug_cfsr_intel -Checking test 166 datm_cdeps_debug_cfsr_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_debug_cfsr_intel +Checking test 167 datm_cdeps_debug_cfsr_intel results .... Comparing RESTART/20111001.060000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-01-21600.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 361.471997 - 0: The maximum resident set size (KB) = 1052232 + 0: The total amount of wall time = 352.553048 + 0: The maximum resident set size (KB) = 1046364 -Test 166 datm_cdeps_debug_cfsr_intel PASS +Test 167 datm_cdeps_debug_cfsr_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_control_cfsr_faster_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_control_cfsr_faster_intel -Checking test 167 datm_cdeps_control_cfsr_faster_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_control_cfsr_faster_intel +Checking test 168 datm_cdeps_control_cfsr_faster_intel results .... Comparing RESTART/20111002.000000.MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 147.684676 - 0: The maximum resident set size (KB) = 1115560 + 0: The total amount of wall time = 152.451459 + 0: The maximum resident set size (KB) = 1123660 -Test 167 datm_cdeps_control_cfsr_faster_intel PASS +Test 168 datm_cdeps_control_cfsr_faster_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_lnd_gswp3_intel -Checking test 168 datm_cdeps_lnd_gswp3_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_lnd_gswp3_intel +Checking test 169 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -5299,15 +5273,15 @@ Checking test 168 datm_cdeps_lnd_gswp3_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 6.476809 - 0: The maximum resident set size (KB) = 254112 + 0: The total amount of wall time = 6.367245 + 0: The maximum resident set size (KB) = 249940 -Test 168 datm_cdeps_lnd_gswp3_intel PASS +Test 169 datm_cdeps_lnd_gswp3_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/datm_cdeps_lnd_gswp3_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/datm_cdeps_lnd_gswp3_rst_intel -Checking test 169 datm_cdeps_lnd_gswp3_rst_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/datm_cdeps_lnd_gswp3_rst_intel +Checking test 170 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK @@ -5315,15 +5289,15 @@ Checking test 169 datm_cdeps_lnd_gswp3_rst_intel results .... Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - 0: The total amount of wall time = 12.329353 - 0: The maximum resident set size (KB) = 261272 + 0: The total amount of wall time = 10.554764 + 0: The maximum resident set size (KB) = 256632 -Test 169 datm_cdeps_lnd_gswp3_rst_intel PASS Tries: 2 +Test 170 datm_cdeps_lnd_gswp3_rst_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_p8_atmlnd_sbs_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_p8_atmlnd_sbs_intel -Checking test 170 control_p8_atmlnd_sbs_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_p8_atmlnd_sbs_intel +Checking test 171 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -5407,15 +5381,15 @@ Checking test 170 control_p8_atmlnd_sbs_intel results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK - 0: The total amount of wall time = 206.870650 - 0: The maximum resident set size (KB) = 1625652 + 0: The total amount of wall time = 204.926193 + 0: The maximum resident set size (KB) = 1626540 -Test 170 control_p8_atmlnd_sbs_intel PASS +Test 171 control_p8_atmlnd_sbs_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmwav_control_noaero_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/atmwav_control_noaero_p8_intel -Checking test 171 atmwav_control_noaero_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/atmwav_control_noaero_p8_intel +Checking test 172 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5457,15 +5431,15 @@ Checking test 171 atmwav_control_noaero_p8_intel results .... Comparing 20210322.180000.out_grd.ww3 .........OK Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - 0: The total amount of wall time = 95.378807 - 0: The maximum resident set size (KB) = 1654768 + 0: The total amount of wall time = 93.907857 + 0: The maximum resident set size (KB) = 1651748 -Test 171 atmwav_control_noaero_p8_intel PASS +Test 172 atmwav_control_noaero_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/control_atmwav_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/control_atmwav_intel -Checking test 172 control_atmwav_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/control_atmwav_intel +Checking test 173 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5508,15 +5482,15 @@ Checking test 172 control_atmwav_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 87.583834 - 0: The maximum resident set size (KB) = 668508 + 0: The total amount of wall time = 88.310648 + 0: The maximum resident set size (KB) = 669776 -Test 172 control_atmwav_intel PASS +Test 173 control_atmwav_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/atmaero_control_p8_intel -Checking test 173 atmaero_control_p8_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/atmaero_control_p8_intel +Checking test 174 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5559,15 +5533,15 @@ Checking test 173 atmaero_control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 229.395295 - 0: The maximum resident set size (KB) = 3008228 + 0: The total amount of wall time = 227.753992 + 0: The maximum resident set size (KB) = 3006396 -Test 173 atmaero_control_p8_intel PASS +Test 174 atmaero_control_p8_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/atmaero_control_p8_rad_intel -Checking test 174 atmaero_control_p8_rad_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/atmaero_control_p8_rad_intel +Checking test 175 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5610,15 +5584,15 @@ Checking test 174 atmaero_control_p8_rad_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 281.636239 - 0: The maximum resident set size (KB) = 3076856 + 0: The total amount of wall time = 281.057803 + 0: The maximum resident set size (KB) = 3071804 -Test 174 atmaero_control_p8_rad_intel PASS +Test 175 atmaero_control_p8_rad_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_micro_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/atmaero_control_p8_rad_micro_intel -Checking test 175 atmaero_control_p8_rad_micro_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/atmaero_control_p8_rad_micro_intel +Checking test 176 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5661,15 +5635,15 @@ Checking test 175 atmaero_control_p8_rad_micro_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 283.958314 - 0: The maximum resident set size (KB) = 3079096 + 0: The total amount of wall time = 284.421798 + 0: The maximum resident set size (KB) = 3090352 -Test 175 atmaero_control_p8_rad_micro_intel PASS +Test 176 atmaero_control_p8_rad_micro_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_atmaq_intel -Checking test 176 regional_atmaq_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_atmaq_intel +Checking test 177 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5684,15 +5658,15 @@ Checking test 176 regional_atmaq_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 636.849031 - 0: The maximum resident set size (KB) = 5567624 + 0: The total amount of wall time = 643.913406 + 0: The maximum resident set size (KB) = 5592684 -Test 176 regional_atmaq_intel PASS +Test 177 regional_atmaq_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_debug_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_atmaq_debug_intel -Checking test 177 regional_atmaq_debug_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_atmaq_debug_intel +Checking test 178 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5705,15 +5679,15 @@ Checking test 177 regional_atmaq_debug_intel results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK - 0: The total amount of wall time = 1209.116683 - 0: The maximum resident set size (KB) = 4955796 + 0: The total amount of wall time = 1237.781471 + 0: The maximum resident set size (KB) = 4768036 -Test 177 regional_atmaq_debug_intel PASS +Test 178 regional_atmaq_debug_intel PASS baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/regional_atmaq_faster_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_198761/regional_atmaq_faster_intel -Checking test 178 regional_atmaq_faster_intel results .... +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_75501/regional_atmaq_faster_intel +Checking test 179 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5728,109 +5702,116 @@ Checking test 178 regional_atmaq_faster_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK - 0: The total amount of wall time = 765.589631 - 0: The maximum resident set size (KB) = 5433648 - -Test 178 regional_atmaq_faster_intel PASS Tries: 2 - -baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_79038/conus13km_control_intel -Checking test 001 conus13km_control_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - Comparing RESTART/20210512.170000.coupler.res .........OK - Comparing RESTART/20210512.170000.fv_core.res.nc .........OK - Comparing RESTART/20210512.170000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210512.170000.phy_data.nc .........OK - Comparing RESTART/20210512.170000.sfc_data.nc .........OK - - 0: The total amount of wall time = 116.047522 - 0: The maximum resident set size (KB) = 1253828 - -Test 001 conus13km_control_intel PASS + 0: The total amount of wall time = 586.448194 + 0: The maximum resident set size (KB) = 5595000 +Test 179 regional_atmaq_faster_intel PASS -baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_79038/conus13km_restart_mismatch_intel -Checking test 002 conus13km_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK +baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_iau_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_274439/cpld_control_gfsv17_iau_intel +Checking test 002 cpld_control_gfsv17_iau_intel results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing 20210323.000000.out_pnt.ww3 .........OK + Comparing 20210323.000000.out_grd.ww3 .........OK - 0: The total amount of wall time = 70.606420 - 0: The maximum resident set size (KB) = 1182724 + 0: The total amount of wall time = 149.041215 + 0: The maximum resident set size (KB) = 1107332 -Test 002 conus13km_restart_mismatch_intel PASS +Test 180 cpld_control_gfsv17_iau_intel PASS -baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_79038/hafs_regional_1nest_atm_qr_intel -Checking test 003 hafs_regional_1nest_atm_qr_intel results .... +baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_274439/hafs_global_multiple_4nests_atm_qr_intel +Checking test 003 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK + Comparing atm.nest03.f006.nc .........OK + Comparing sfc.nest03.f006.nc .........OK + Comparing atm.nest04.f006.nc .........OK + Comparing sfc.nest04.f006.nc .........OK + Comparing atm.nest05.f006.nc .........OK + Comparing sfc.nest05.f006.nc .........OK + Comparing HURPRS.GrbF06 .........OK + Comparing HURPRS.GrbF06.nest02 .........OK + Comparing HURPRS.GrbF06.nest03 .........OK + Comparing HURPRS.GrbF06.nest04 .........OK + Comparing HURPRS.GrbF06.nest05 .........OK Comparing RESTART/20200825.180000.coupler.res .........OK Comparing RESTART/20200825.180000.fv_core.res.nc .........OK Comparing RESTART/20200825.180000.fv_core.res.nest02.nc .........OK - Comparing RESTART/20200825.180000.fv_core.res.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.nest02.tile7.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.nest03.nc .........OK + Comparing RESTART/20200825.180000.fv_core.res.nest03.tile8.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.nest04.nc .........OK + Comparing RESTART/20200825.180000.fv_core.res.nest04.tile9.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.nest05.nc .........OK + Comparing RESTART/20200825.180000.fv_core.res.nest05.tile10.nc ............ALT CHECK......OK Comparing RESTART/20200825.180000.fv_core.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_core.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest02.tile7.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest03.tile8.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest04.tile9.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.nest05.tile10.nc ............ALT CHECK......OK Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_srf_wnd.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.nest02.tile7.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.nest03.tile8.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.nest04.tile9.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.nest05.tile10.nc ............ALT CHECK......OK Comparing RESTART/20200825.180000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.phy_data.nest02.tile2.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.nc ............ALT CHECK......OK - Comparing RESTART/20200825.180000.sfc_data.nest02.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.fv_tracer.res.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.nest02.tile7.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.nest03.tile8.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.nest04.tile9.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.nest05.tile10.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.phy_data.tile6.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.nest02.tile7.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.nest03.tile8.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.nest04.tile9.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.nest05.tile10.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.tile1.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.tile2.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.tile3.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.tile4.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.tile5.nc ............ALT CHECK......OK + Comparing RESTART/20200825.180000.sfc_data.tile6.nc ............ALT CHECK......OK Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest03.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest04.nc .........OK + Comparing RESTART/fv_BC_ne.res.nest05.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest03.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK + Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK - 0: The total amount of wall time = 348.414981 - 0: The maximum resident set size (KB) = 499536 - -Test 003 hafs_regional_1nest_atm_qr_intel PASS - - -baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_79038/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 004 hafs_regional_storm_following_1nest_atm_ocn_intel results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing archv.2020_238_18.a .........OK - Comparing archs.2020_238_18.a .........OK - - 0: The total amount of wall time = 288.445282 - 0: The maximum resident set size (KB) = 720652 - -Test 004 hafs_regional_storm_following_1nest_atm_ocn_intel PASS - - -baseline dir = /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_79038/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 005 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc .........OK - Comparing archv.2020_238_18.a .........OK - Comparing archs.2020_238_18.a .........OK - Comparing 20200825.180000.out_grd.ww3 .........OK - Comparing 20200825.180000.out_pnt.ww3 .........OK - - 0: The total amount of wall time = 534.607824 - 0: The maximum resident set size (KB) = 806860 + 0: The total amount of wall time = 460.776021 + 0: The maximum resident set size (KB) = 476408 -Test 005 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 181 hafs_global_multiple_4nests_atm_qr_intel PASS REGRESSION TEST WAS SUCCESSFUL -Mon Oct 9 08:07:13 CDT 2023 -Elapsed time: 00h:26m:24s. Have a nice day! +Wed Oct 11 14:07:00 CDT 2023 +Elapsed time: 00h:28m:49s. Have a nice day! diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 1df2ab369b..35ba1a3497 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,50 +1,50 @@ -Tue Oct 10 16:09:47 UTC 2023 +Wed Oct 11 21:28:56 UTC 2023 Start Regression test -Testing UFSWM Hash: 78d7d8287a4248350d20790a59ae8f87c9ace911 +Testing UFSWM Hash: 7e73ac13e30f820fda9f4bbb0660388028803f45 Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 50aa2c97882fbc9d4918813a22169fe97b424564 CICE-interface/CICE (CICE6.0.0-444-g50aa2c9) a5dea5f178fc98a4ab39c58aa43c37da6ad25d08 CMEPS-interface/CMEPS (cmeps_v0.4.1-2298-ga5dea5f) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 3ed8f7a5ebaa753283d82d9874b6b85d2e99c362 FV3 (remotes/origin/feature/mean2inst) + a13a239a746cb95c74bbe5841f300cb75f8b80d9 FV3 (heads/develop) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 02d4dc455bb517b4c641c919dc6b9dc829e1e0d4 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9803-g02d4dc455) 569e354ababbde7a7cd68647533769a5c966468d NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 97e6a63ebf9a9030fcdae6ad5cf85a0bc91fa37f WW3 (6.07.1-342-g97e6a63e) 62b89146be1250f354cd50a14096c0c25f2f3952 stochastic_physics (ufs-v2.0.0-191-g62b8914) -Compile atmaero_intel elapsed time 848 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 235 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_intel elapsed time 816 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 875 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 766 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 987 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atml_intel elapsed time 562 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 1346 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_debug_intel elapsed time 311 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile hafsw_faster_intel elapsed time 670 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_intel elapsed time 624 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_debug_intel elapsed time 770 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 809 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 663 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn64_phy32_debug_intel elapsed time 351 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn64_phy32_intel elapsed time 621 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 1499 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 1613 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 1517 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 1020 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_faster_intel elapsed time 1445 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 838 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 1456 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_pdlib_debug_intel elapsed time 1263 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2sw_pdlib_intel elapsed time 1966 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_intel elapsed time 628 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile wam_intel elapsed time 1497 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaero_intel elapsed time 697 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 476 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_intel elapsed time 697 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 995 seconds. -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 1221 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 1008 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 561 seconds. -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 716 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_debug_intel elapsed time 374 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile hafsw_faster_intel elapsed time 811 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafsw_intel elapsed time 633 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_debug_intel elapsed time 730 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn32_phy32_faster_intel elapsed time 726 seconds. -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn32_phy32_intel elapsed time 952 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_dyn64_phy32_debug_intel elapsed time 624 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile rrfs_dyn64_phy32_intel elapsed time 1085 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 1451 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 547 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 1734 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 602 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_faster_intel elapsed time 1208 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 607 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 1178 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_pdlib_debug_intel elapsed time 808 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2sw_pdlib_intel elapsed time 657 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_intel elapsed time 241 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile wam_intel elapsed time 694 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_mixedmode_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_p8_mixedmode_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -109,14 +109,14 @@ Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 343.645626 -The maximum resident set size (KB) = 2972448 +The total amount of wall time = 333.608203 +The maximum resident set size (KB) = 2963880 Test 001 cpld_control_p8_mixedmode_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_gfsv17_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -180,15 +180,31 @@ Checking test 002 cpld_control_gfsv17_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 265.157928 -The maximum resident set size (KB) = 1566500 +The total amount of wall time = 252.091708 +The maximum resident set size (KB) = 1572288 Test 002 cpld_control_gfsv17_intel PASS +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_gfsv17_iau_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_gfsv17_iau_intel +Checking test 003 cpld_control_gfsv17_iau_intel results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing 20210323.000000.out_pnt.ww3 .........OK + Comparing 20210323.000000.out_grd.ww3 .........OK + +The total amount of wall time = 171.619050 +The maximum resident set size (KB) = 839288 + +Test 003 cpld_control_gfsv17_iau_intel PASS + + baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_p8_intel -Checking test 003 cpld_control_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_p8_intel +Checking test 004 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -252,15 +268,15 @@ Checking test 003 cpld_control_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 399.499528 -The maximum resident set size (KB) = 2995688 +The total amount of wall time = 384.881776 +The maximum resident set size (KB) = 2996224 -Test 003 cpld_control_p8_intel PASS +Test 004 cpld_control_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_restart_p8_intel -Checking test 004 cpld_restart_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_restart_p8_intel +Checking test 005 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -312,15 +328,15 @@ Checking test 004 cpld_restart_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 239.415963 -The maximum resident set size (KB) = 3055968 +The total amount of wall time = 229.116684 +The maximum resident set size (KB) = 3054572 -Test 004 cpld_restart_p8_intel PASS +Test 005 cpld_restart_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_qr_p8_intel -Checking test 005 cpld_control_qr_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_qr_p8_intel +Checking test 006 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -384,15 +400,15 @@ Checking test 005 cpld_control_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 396.057894 -The maximum resident set size (KB) = 3020032 +The total amount of wall time = 387.020716 +The maximum resident set size (KB) = 3018672 -Test 005 cpld_control_qr_p8_intel PASS +Test 006 cpld_control_qr_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_restart_qr_p8_intel -Checking test 006 cpld_restart_qr_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_restart_qr_p8_intel +Checking test 007 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -444,15 +460,15 @@ Checking test 006 cpld_restart_qr_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 242.439982 -The maximum resident set size (KB) = 2909960 +The total amount of wall time = 232.662231 +The maximum resident set size (KB) = 2908396 -Test 006 cpld_restart_qr_p8_intel PASS +Test 007 cpld_restart_qr_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_2threads_p8_intel -Checking test 007 cpld_2threads_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_2threads_p8_intel +Checking test 008 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -504,15 +520,15 @@ Checking test 007 cpld_2threads_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 355.461402 -The maximum resident set size (KB) = 3301144 +The total amount of wall time = 341.364263 +The maximum resident set size (KB) = 3303756 -Test 007 cpld_2threads_p8_intel PASS +Test 008 cpld_2threads_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_decomp_p8_intel -Checking test 008 cpld_decomp_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_decomp_p8_intel +Checking test 009 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -564,15 +580,15 @@ Checking test 008 cpld_decomp_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 392.780279 -The maximum resident set size (KB) = 2994120 +The total amount of wall time = 376.255502 +The maximum resident set size (KB) = 2991984 -Test 008 cpld_decomp_p8_intel PASS +Test 009 cpld_decomp_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_mpi_p8_intel -Checking test 009 cpld_mpi_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_mpi_p8_intel +Checking test 010 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -624,15 +640,15 @@ Checking test 009 cpld_mpi_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 330.555350 -The maximum resident set size (KB) = 2924252 +The total amount of wall time = 320.429532 +The maximum resident set size (KB) = 2926028 -Test 009 cpld_mpi_p8_intel PASS +Test 010 cpld_mpi_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_ciceC_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_ciceC_p8_intel -Checking test 010 cpld_control_ciceC_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_ciceC_p8_intel +Checking test 011 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -696,15 +712,15 @@ Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 395.168418 -The maximum resident set size (KB) = 2992964 +The total amount of wall time = 383.330453 +The maximum resident set size (KB) = 2994592 -Test 010 cpld_control_ciceC_p8_intel PASS +Test 011 cpld_control_ciceC_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_bmark_p8_intel -Checking test 011 cpld_bmark_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_bmark_p8_intel +Checking test 012 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -751,15 +767,15 @@ Checking test 011 cpld_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK -The total amount of wall time = 787.261378 -The maximum resident set size (KB) = 3956632 +The total amount of wall time = 778.787693 +The maximum resident set size (KB) = 3953340 -Test 011 cpld_bmark_p8_intel PASS +Test 012 cpld_bmark_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_bmark_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_restart_bmark_p8_intel -Checking test 012 cpld_restart_bmark_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_restart_bmark_p8_intel +Checking test 013 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK Comparing GFSFLX.GrbF06 .........OK @@ -806,15 +822,15 @@ Checking test 012 cpld_restart_bmark_p8_intel results .... Comparing 20130401.060000.out_pnt.ww3 .........OK Comparing 20130401.060000.out_grd.ww3 .........OK -The total amount of wall time = 599.634698 -The maximum resident set size (KB) = 4245856 +The total amount of wall time = 581.323462 +The maximum resident set size (KB) = 4249652 -Test 012 cpld_restart_bmark_p8_intel PASS +Test 013 cpld_restart_bmark_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_noaero_p8_intel -Checking test 013 cpld_control_noaero_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_noaero_p8_intel +Checking test 014 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -877,15 +893,15 @@ Checking test 013 cpld_control_noaero_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 292.838241 -The maximum resident set size (KB) = 1582068 +The total amount of wall time = 281.580144 +The maximum resident set size (KB) = 1578700 -Test 013 cpld_control_noaero_p8_intel PASS +Test 014 cpld_control_noaero_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_c96_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_nowave_noaero_p8_intel -Checking test 014 cpld_control_nowave_noaero_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_nowave_noaero_p8_intel +Checking test 015 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -946,15 +962,15 @@ Checking test 014 cpld_control_nowave_noaero_p8_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 300.504577 -The maximum resident set size (KB) = 1630952 +The total amount of wall time = 297.343840 +The maximum resident set size (KB) = 1633400 -Test 014 cpld_control_nowave_noaero_p8_intel PASS +Test 015 cpld_control_nowave_noaero_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_noaero_p8_agrid_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_noaero_p8_agrid_intel -Checking test 015 cpld_control_noaero_p8_agrid_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_noaero_p8_agrid_intel +Checking test 016 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1015,15 +1031,15 @@ Checking test 015 cpld_control_noaero_p8_agrid_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 300.417748 -The maximum resident set size (KB) = 1636276 +The total amount of wall time = 295.161542 +The maximum resident set size (KB) = 1635132 -Test 015 cpld_control_noaero_p8_agrid_intel PASS +Test 016 cpld_control_noaero_p8_agrid_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_c48_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_c48_intel -Checking test 016 cpld_control_c48_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_c48_intel +Checking test 017 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1072,15 +1088,15 @@ Checking test 016 cpld_control_c48_intel results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK -The total amount of wall time = 443.474877 -The maximum resident set size (KB) = 2643200 +The total amount of wall time = 435.420806 +The maximum resident set size (KB) = 2647328 -Test 016 cpld_control_c48_intel PASS +Test 017 cpld_control_c48_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_p8_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_p8_faster_intel -Checking test 017 cpld_control_p8_faster_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_p8_faster_intel +Checking test 018 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1144,15 +1160,15 @@ Checking test 017 cpld_control_p8_faster_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 386.465464 -The maximum resident set size (KB) = 2996200 +The total amount of wall time = 378.900014 +The maximum resident set size (KB) = 2994656 -Test 017 cpld_control_p8_faster_intel PASS +Test 018 cpld_control_p8_faster_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_control_pdlib_p8_intel -Checking test 018 cpld_control_pdlib_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_control_pdlib_p8_intel +Checking test 019 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1215,15 +1231,15 @@ Checking test 018 cpld_control_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 1159.167482 -The maximum resident set size (KB) = 1599476 +The total amount of wall time = 1159.075400 +The maximum resident set size (KB) = 1600000 -Test 018 cpld_control_pdlib_p8_intel PASS +Test 019 cpld_control_pdlib_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_restart_pdlib_p8_intel -Checking test 019 cpld_restart_pdlib_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_restart_pdlib_p8_intel +Checking test 020 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK Comparing sfcf024.tile3.nc .........OK @@ -1274,15 +1290,15 @@ Checking test 019 cpld_restart_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 574.319653 -The maximum resident set size (KB) = 875716 +The total amount of wall time = 569.490607 +The maximum resident set size (KB) = 881424 -Test 019 cpld_restart_pdlib_p8_intel PASS +Test 020 cpld_restart_pdlib_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_control_pdlib_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_mpi_pdlib_p8_intel -Checking test 020 cpld_mpi_pdlib_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_mpi_pdlib_p8_intel +Checking test 021 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -1345,15 +1361,15 @@ Checking test 020 cpld_mpi_pdlib_p8_intel results .... Comparing 20210323.060000.out_pnt.ww3 .........OK Comparing 20210323.060000.out_grd.ww3 .........OK -The total amount of wall time = 1063.659800 -The maximum resident set size (KB) = 1576056 +The total amount of wall time = 1062.204684 +The maximum resident set size (KB) = 1583424 -Test 020 cpld_mpi_pdlib_p8_intel PASS +Test 021 cpld_mpi_pdlib_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/cpld_debug_pdlib_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/cpld_debug_pdlib_p8_intel -Checking test 021 cpld_debug_pdlib_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/cpld_debug_pdlib_p8_intel +Checking test 022 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -1404,15 +1420,15 @@ Checking test 021 cpld_debug_pdlib_p8_intel results .... Comparing 20210322.090000.out_pnt.ww3 .........OK Comparing 20210322.090000.out_grd.ww3 .........OK -The total amount of wall time = 1419.171513 -The maximum resident set size (KB) = 1625684 +The total amount of wall time = 1415.442723 +The maximum resident set size (KB) = 1630108 -Test 021 cpld_debug_pdlib_p8_intel PASS +Test 022 cpld_debug_pdlib_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_flake_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_flake_intel -Checking test 022 control_flake_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_flake_intel +Checking test 023 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1422,15 +1438,15 @@ Checking test 022 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 216.628248 -The maximum resident set size (KB) = 565324 +The total amount of wall time = 216.655427 +The maximum resident set size (KB) = 568888 -Test 022 control_flake_intel PASS +Test 023 control_flake_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_CubedSphereGrid_intel -Checking test 023 control_CubedSphereGrid_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_CubedSphereGrid_intel +Checking test 024 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -1456,15 +1472,15 @@ Checking test 023 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 135.584863 -The maximum resident set size (KB) = 513272 +The total amount of wall time = 129.494215 +The maximum resident set size (KB) = 520096 -Test 023 control_CubedSphereGrid_intel PASS Tries: 2 +Test 024 control_CubedSphereGrid_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_CubedSphereGrid_parallel_intel -Checking test 024 control_CubedSphereGrid_parallel_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_CubedSphereGrid_parallel_intel +Checking test 025 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1478,15 +1494,15 @@ Checking test 024 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 142.588809 -The maximum resident set size (KB) = 521856 +The total amount of wall time = 136.675514 +The maximum resident set size (KB) = 521520 -Test 024 control_CubedSphereGrid_parallel_intel PASS +Test 025 control_CubedSphereGrid_parallel_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_latlon_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_latlon_intel -Checking test 025 control_latlon_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_latlon_intel +Checking test 026 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1496,15 +1512,15 @@ Checking test 025 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 135.898710 -The maximum resident set size (KB) = 511024 +The total amount of wall time = 136.254450 +The maximum resident set size (KB) = 520060 -Test 025 control_latlon_intel PASS +Test 026 control_latlon_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_wrtGauss_netcdf_parallel_intel -Checking test 026 control_wrtGauss_netcdf_parallel_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_wrtGauss_netcdf_parallel_intel +Checking test 027 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1514,15 +1530,15 @@ Checking test 026 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.470256 -The maximum resident set size (KB) = 514068 +The total amount of wall time = 134.154437 +The maximum resident set size (KB) = 521824 -Test 026 control_wrtGauss_netcdf_parallel_intel PASS +Test 027 control_wrtGauss_netcdf_parallel_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_c48_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_c48_intel -Checking test 027 control_c48_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_c48_intel +Checking test 028 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1560,15 +1576,15 @@ Checking test 027 control_c48_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 326.020481 -The maximum resident set size (KB) = 672208 +The total amount of wall time = 324.605737 +The maximum resident set size (KB) = 678688 -Test 027 control_c48_intel PASS +Test 028 control_c48_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_c192_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_c192_intel -Checking test 028 control_c192_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_c192_intel +Checking test 029 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1578,15 +1594,15 @@ Checking test 028 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 532.155569 -The maximum resident set size (KB) = 616964 +The total amount of wall time = 535.704545 +The maximum resident set size (KB) = 620484 -Test 028 control_c192_intel PASS +Test 029 control_c192_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_c384_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_c384_intel -Checking test 029 control_c384_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_c384_intel +Checking test 030 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1596,15 +1612,15 @@ Checking test 029 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 570.200612 -The maximum resident set size (KB) = 1067152 +The total amount of wall time = 562.672245 +The maximum resident set size (KB) = 1074192 -Test 029 control_c384_intel PASS +Test 030 control_c384_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_c384gdas_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_c384gdas_intel -Checking test 030 control_c384gdas_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_c384gdas_intel +Checking test 031 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK Comparing atmf000.nc .........OK @@ -1646,15 +1662,15 @@ Checking test 030 control_c384gdas_intel results .... Comparing RESTART/20210322.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 498.821794 -The maximum resident set size (KB) = 1160952 +The total amount of wall time = 495.052850 +The maximum resident set size (KB) = 1167888 -Test 030 control_c384gdas_intel PASS +Test 031 control_c384gdas_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_stochy_intel -Checking test 031 control_stochy_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_stochy_intel +Checking test 032 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1664,29 +1680,29 @@ Checking test 031 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 91.126541 -The maximum resident set size (KB) = 524220 +The total amount of wall time = 90.867488 +The maximum resident set size (KB) = 525244 -Test 031 control_stochy_intel PASS +Test 032 control_stochy_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_stochy_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_stochy_restart_intel -Checking test 032 control_stochy_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_stochy_restart_intel +Checking test 033 control_stochy_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 49.568932 -The maximum resident set size (KB) = 349164 +The total amount of wall time = 48.182147 +The maximum resident set size (KB) = 352216 -Test 032 control_stochy_restart_intel PASS +Test 033 control_stochy_restart_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_lndp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_lndp_intel -Checking test 033 control_lndp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_lndp_intel +Checking test 034 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -1696,15 +1712,15 @@ Checking test 033 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 85.633913 -The maximum resident set size (KB) = 517352 +The total amount of wall time = 85.080318 +The maximum resident set size (KB) = 525660 -Test 033 control_lndp_intel PASS +Test 034 control_lndp_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_iovr4_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_iovr4_intel -Checking test 034 control_iovr4_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_iovr4_intel +Checking test 035 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1718,15 +1734,15 @@ Checking test 034 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.155117 -The maximum resident set size (KB) = 513356 +The total amount of wall time = 136.511386 +The maximum resident set size (KB) = 518680 -Test 034 control_iovr4_intel PASS +Test 035 control_iovr4_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_iovr5_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_iovr5_intel -Checking test 035 control_iovr5_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_iovr5_intel +Checking test 036 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1740,15 +1756,15 @@ Checking test 035 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.991257 -The maximum resident set size (KB) = 513672 +The total amount of wall time = 133.715733 +The maximum resident set size (KB) = 517700 -Test 035 control_iovr5_intel PASS +Test 036 control_iovr5_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_p8_intel -Checking test 036 control_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_p8_intel +Checking test 037 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1794,15 +1810,15 @@ Checking test 036 control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 182.686600 -The maximum resident set size (KB) = 1495960 +The total amount of wall time = 182.484243 +The maximum resident set size (KB) = 1495896 -Test 036 control_p8_intel PASS +Test 037 control_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_restart_p8_intel -Checking test 037 control_restart_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_restart_p8_intel +Checking test 038 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1840,15 +1856,15 @@ Checking test 037 control_restart_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 104.162396 -The maximum resident set size (KB) = 699436 +The total amount of wall time = 100.029667 +The maximum resident set size (KB) = 703536 -Test 037 control_restart_p8_intel PASS +Test 038 control_restart_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_qr_p8_intel -Checking test 038 control_qr_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_qr_p8_intel +Checking test 039 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1894,15 +1910,15 @@ Checking test 038 control_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 182.152551 -The maximum resident set size (KB) = 1509468 +The total amount of wall time = 183.309990 +The maximum resident set size (KB) = 1503432 -Test 038 control_qr_p8_intel PASS +Test 039 control_qr_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_restart_qr_p8_intel -Checking test 039 control_restart_qr_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_restart_qr_p8_intel +Checking test 040 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1940,15 +1956,15 @@ Checking test 039 control_restart_qr_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 106.035982 -The maximum resident set size (KB) = 666520 +The total amount of wall time = 100.910925 +The maximum resident set size (KB) = 674308 -Test 039 control_restart_qr_p8_intel PASS +Test 040 control_restart_qr_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_decomp_p8_intel -Checking test 040 control_decomp_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_decomp_p8_intel +Checking test 041 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -1990,15 +2006,15 @@ Checking test 040 control_decomp_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 188.229462 -The maximum resident set size (KB) = 1483340 +The total amount of wall time = 187.375863 +The maximum resident set size (KB) = 1486228 -Test 040 control_decomp_p8_intel PASS +Test 041 control_decomp_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_2threads_p8_intel -Checking test 041 control_2threads_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_2threads_p8_intel +Checking test 042 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2040,15 +2056,15 @@ Checking test 041 control_2threads_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 159.637969 -The maximum resident set size (KB) = 1575748 +The total amount of wall time = 155.603283 +The maximum resident set size (KB) = 1574200 -Test 041 control_2threads_p8_intel PASS +Test 042 control_2threads_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_lndp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_p8_lndp_intel -Checking test 042 control_p8_lndp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_p8_lndp_intel +Checking test 043 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2066,15 +2082,15 @@ Checking test 042 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 324.118442 -The maximum resident set size (KB) = 1487824 +The total amount of wall time = 318.393142 +The maximum resident set size (KB) = 1497932 -Test 042 control_p8_lndp_intel PASS +Test 043 control_p8_lndp_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_rrtmgp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_p8_rrtmgp_intel -Checking test 043 control_p8_rrtmgp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_p8_rrtmgp_intel +Checking test 044 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2120,15 +2136,15 @@ Checking test 043 control_p8_rrtmgp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 239.370695 -The maximum resident set size (KB) = 1553580 +The total amount of wall time = 235.032960 +The maximum resident set size (KB) = 1545412 -Test 043 control_p8_rrtmgp_intel PASS +Test 044 control_p8_rrtmgp_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_mynn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_p8_mynn_intel -Checking test 044 control_p8_mynn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_p8_mynn_intel +Checking test 045 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2174,15 +2190,15 @@ Checking test 044 control_p8_mynn_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 185.540992 -The maximum resident set size (KB) = 1495728 +The total amount of wall time = 180.329688 +The maximum resident set size (KB) = 1502044 -Test 044 control_p8_mynn_intel PASS +Test 045 control_p8_mynn_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/merra2_thompson_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/merra2_thompson_intel -Checking test 045 merra2_thompson_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/merra2_thompson_intel +Checking test 046 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2228,15 +2244,15 @@ Checking test 045 merra2_thompson_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 206.660781 -The maximum resident set size (KB) = 1493964 +The total amount of wall time = 205.317394 +The maximum resident set size (KB) = 1504660 -Test 045 merra2_thompson_intel PASS +Test 046 merra2_thompson_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_control_intel -Checking test 046 regional_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_control_intel +Checking test 047 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2246,29 +2262,29 @@ Checking test 046 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 286.731452 -The maximum resident set size (KB) = 866812 +The total amount of wall time = 287.552908 +The maximum resident set size (KB) = 872728 -Test 046 regional_control_intel PASS +Test 047 regional_control_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_restart_intel -Checking test 047 regional_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_restart_intel +Checking test 048 regional_restart_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 156.873178 -The maximum resident set size (KB) = 864768 +The total amount of wall time = 164.146241 +The maximum resident set size (KB) = 865360 -Test 047 regional_restart_intel PASS +Test 048 regional_restart_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_control_qr_intel -Checking test 048 regional_control_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_control_qr_intel +Checking test 049 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2278,29 +2294,29 @@ Checking test 048 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 286.098205 -The maximum resident set size (KB) = 868236 +The total amount of wall time = 285.122351 +The maximum resident set size (KB) = 869136 -Test 048 regional_control_qr_intel PASS +Test 049 regional_control_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_restart_qr_intel -Checking test 049 regional_restart_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_restart_qr_intel +Checking test 050 regional_restart_qr_intel results .... Comparing dynf006.nc .........OK Comparing phyf006.nc .........OK Comparing PRSLEV.GrbF06 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 159.464549 -The maximum resident set size (KB) = 866372 +The total amount of wall time = 154.694453 +The maximum resident set size (KB) = 864628 -Test 049 regional_restart_qr_intel PASS +Test 050 regional_restart_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_decomp_intel -Checking test 050 regional_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_decomp_intel +Checking test 051 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2310,15 +2326,15 @@ Checking test 050 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 303.704324 -The maximum resident set size (KB) = 865512 +The total amount of wall time = 304.601326 +The maximum resident set size (KB) = 867392 -Test 050 regional_decomp_intel PASS +Test 051 regional_decomp_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_2threads_intel -Checking test 051 regional_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_2threads_intel +Checking test 052 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2328,44 +2344,44 @@ Checking test 051 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 180.812915 -The maximum resident set size (KB) = 909472 +The total amount of wall time = 172.707888 +The maximum resident set size (KB) = 908904 -Test 051 regional_2threads_intel PASS +Test 052 regional_2threads_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_noquilt_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_noquilt_intel -Checking test 052 regional_noquilt_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_noquilt_intel +Checking test 053 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK Comparing fv3_history.nc .........OK Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 282.546318 -The maximum resident set size (KB) = 1139744 +The total amount of wall time = 286.781121 +The maximum resident set size (KB) = 1140176 -Test 052 regional_noquilt_intel PASS +Test 053 regional_noquilt_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_netcdf_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_netcdf_parallel_intel -Checking test 053 regional_netcdf_parallel_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_netcdf_parallel_intel +Checking test 054 regional_netcdf_parallel_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK Comparing phyf006.nc .........OK -The total amount of wall time = 286.345554 -The maximum resident set size (KB) = 863224 +The total amount of wall time = 283.124072 +The maximum resident set size (KB) = 864832 -Test 053 regional_netcdf_parallel_intel PASS +Test 054 regional_netcdf_parallel_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_2dwrtdecomp_intel -Checking test 054 regional_2dwrtdecomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_2dwrtdecomp_intel +Checking test 055 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2375,15 +2391,15 @@ Checking test 054 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 285.986786 -The maximum resident set size (KB) = 871928 +The total amount of wall time = 287.690379 +The maximum resident set size (KB) = 868040 -Test 054 regional_2dwrtdecomp_intel PASS +Test 055 regional_2dwrtdecomp_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/fv3_regional_wofs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_wofs_intel -Checking test 055 regional_wofs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_wofs_intel +Checking test 056 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2393,15 +2409,15 @@ Checking test 055 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 362.755697 -The maximum resident set size (KB) = 620652 +The total amount of wall time = 365.751092 +The maximum resident set size (KB) = 626064 -Test 055 regional_wofs_intel PASS +Test 056 regional_wofs_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_control_intel -Checking test 056 rap_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_control_intel +Checking test 057 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2447,15 +2463,15 @@ Checking test 056 rap_control_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 408.011218 -The maximum resident set size (KB) = 895968 +The total amount of wall time = 405.150371 +The maximum resident set size (KB) = 895304 -Test 056 rap_control_intel PASS +Test 057 rap_control_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_spp_sppt_shum_skeb_intel -Checking test 057 regional_spp_sppt_shum_skeb_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_spp_sppt_shum_skeb_intel +Checking test 058 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -2465,15 +2481,15 @@ Checking test 057 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 247.151482 -The maximum resident set size (KB) = 1007388 +The total amount of wall time = 243.015712 +The maximum resident set size (KB) = 1003804 -Test 057 regional_spp_sppt_shum_skeb_intel PASS +Test 058 regional_spp_sppt_shum_skeb_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_decomp_intel -Checking test 058 rap_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_decomp_intel +Checking test 059 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2519,15 +2535,15 @@ Checking test 058 rap_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 420.412812 -The maximum resident set size (KB) = 896084 +The total amount of wall time = 416.858560 +The maximum resident set size (KB) = 897312 -Test 058 rap_decomp_intel PASS +Test 059 rap_decomp_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_2threads_intel -Checking test 059 rap_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_2threads_intel +Checking test 060 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2573,15 +2589,15 @@ Checking test 059 rap_2threads_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 372.472527 -The maximum resident set size (KB) = 977968 +The total amount of wall time = 363.606081 +The maximum resident set size (KB) = 975860 -Test 059 rap_2threads_intel PASS +Test 060 rap_2threads_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_restart_intel -Checking test 060 rap_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_restart_intel +Checking test 061 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -2619,15 +2635,15 @@ Checking test 060 rap_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 207.549732 -The maximum resident set size (KB) = 808880 +The total amount of wall time = 206.509322 +The maximum resident set size (KB) = 809716 -Test 060 rap_restart_intel PASS +Test 061 rap_restart_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_sfcdiff_intel -Checking test 061 rap_sfcdiff_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_sfcdiff_intel +Checking test 062 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2673,15 +2689,15 @@ Checking test 061 rap_sfcdiff_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 410.909269 -The maximum resident set size (KB) = 893136 +The total amount of wall time = 404.489491 +The maximum resident set size (KB) = 899108 -Test 061 rap_sfcdiff_intel PASS +Test 062 rap_sfcdiff_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_sfcdiff_decomp_intel -Checking test 062 rap_sfcdiff_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_sfcdiff_decomp_intel +Checking test 063 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2727,15 +2743,15 @@ Checking test 062 rap_sfcdiff_decomp_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 423.671311 -The maximum resident set size (KB) = 897296 +The total amount of wall time = 419.938092 +The maximum resident set size (KB) = 897324 -Test 062 rap_sfcdiff_decomp_intel PASS +Test 063 rap_sfcdiff_decomp_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_sfcdiff_restart_intel -Checking test 063 rap_sfcdiff_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_sfcdiff_restart_intel +Checking test 064 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -2773,15 +2789,15 @@ Checking test 063 rap_sfcdiff_restart_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 302.132088 -The maximum resident set size (KB) = 814748 +The total amount of wall time = 299.572642 +The maximum resident set size (KB) = 815548 -Test 063 rap_sfcdiff_restart_intel PASS +Test 064 rap_sfcdiff_restart_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_intel -Checking test 064 hrrr_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_intel +Checking test 065 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2827,15 +2843,15 @@ Checking test 064 hrrr_control_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 210.455910 -The maximum resident set size (KB) = 891452 +The total amount of wall time = 207.871652 +The maximum resident set size (KB) = 891852 -Test 064 hrrr_control_intel PASS +Test 065 hrrr_control_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_qr_intel -Checking test 065 hrrr_control_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_qr_intel +Checking test 066 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2881,15 +2897,15 @@ Checking test 065 hrrr_control_qr_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 212.007708 -The maximum resident set size (KB) = 907548 +The total amount of wall time = 208.048819 +The maximum resident set size (KB) = 914824 -Test 065 hrrr_control_qr_intel PASS +Test 066 hrrr_control_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_decomp_intel -Checking test 066 hrrr_control_decomp_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_decomp_intel +Checking test 067 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2935,15 +2951,15 @@ Checking test 066 hrrr_control_decomp_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 215.221566 -The maximum resident set size (KB) = 893452 +The total amount of wall time = 212.154176 +The maximum resident set size (KB) = 891980 -Test 066 hrrr_control_decomp_intel PASS +Test 067 hrrr_control_decomp_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_2threads_intel -Checking test 067 hrrr_control_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_2threads_intel +Checking test 068 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -2989,43 +3005,43 @@ Checking test 067 hrrr_control_2threads_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 187.788232 -The maximum resident set size (KB) = 965760 +The total amount of wall time = 183.263736 +The maximum resident set size (KB) = 967472 -Test 067 hrrr_control_2threads_intel PASS +Test 068 hrrr_control_2threads_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_restart_intel -Checking test 068 hrrr_control_restart_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_restart_intel +Checking test 069 hrrr_control_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 111.097053 -The maximum resident set size (KB) = 757048 +The total amount of wall time = 112.769887 +The maximum resident set size (KB) = 757576 -Test 068 hrrr_control_restart_intel PASS +Test 069 hrrr_control_restart_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_restart_qr_intel -Checking test 069 hrrr_control_restart_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_restart_qr_intel +Checking test 070 hrrr_control_restart_qr_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 112.720898 -The maximum resident set size (KB) = 660364 +The total amount of wall time = 110.016776 +The maximum resident set size (KB) = 658528 -Test 069 hrrr_control_restart_qr_intel PASS +Test 070 hrrr_control_restart_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rrfs_v1beta_intel -Checking test 070 rrfs_v1beta_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rrfs_v1beta_intel +Checking test 071 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3071,15 +3087,15 @@ Checking test 070 rrfs_v1beta_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 401.172086 -The maximum resident set size (KB) = 890892 +The total amount of wall time = 399.708565 +The maximum resident set size (KB) = 895608 -Test 070 rrfs_v1beta_intel PASS +Test 071 rrfs_v1beta_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rrfs_v1nssl_intel -Checking test 071 rrfs_v1nssl_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rrfs_v1nssl_intel +Checking test 072 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3093,15 +3109,15 @@ Checking test 071 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 469.130169 -The maximum resident set size (KB) = 584500 +The total amount of wall time = 469.624870 +The maximum resident set size (KB) = 583956 -Test 071 rrfs_v1nssl_intel PASS +Test 072 rrfs_v1nssl_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rrfs_v1nssl_nohailnoccn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rrfs_v1nssl_nohailnoccn_intel -Checking test 072 rrfs_v1nssl_nohailnoccn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rrfs_v1nssl_nohailnoccn_intel +Checking test 073 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3115,15 +3131,15 @@ Checking test 072 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 454.754455 -The maximum resident set size (KB) = 571144 +The total amount of wall time = 451.384300 +The maximum resident set size (KB) = 572200 -Test 072 rrfs_v1nssl_nohailnoccn_intel PASS +Test 073 rrfs_v1nssl_nohailnoccn_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_csawmg_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_csawmg_intel -Checking test 073 control_csawmg_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_csawmg_intel +Checking test 074 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3133,15 +3149,15 @@ Checking test 073 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 348.466746 -The maximum resident set size (KB) = 585704 +The total amount of wall time = 342.644432 +The maximum resident set size (KB) = 587696 -Test 073 control_csawmg_intel PASS +Test 074 control_csawmg_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_csawmgt_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_csawmgt_intel -Checking test 074 control_csawmgt_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_csawmgt_intel +Checking test 075 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3151,15 +3167,15 @@ Checking test 074 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 341.680828 -The maximum resident set size (KB) = 576844 +The total amount of wall time = 336.693121 +The maximum resident set size (KB) = 583160 -Test 074 control_csawmgt_intel PASS +Test 075 control_csawmgt_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_ras_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_ras_intel -Checking test 075 control_ras_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_ras_intel +Checking test 076 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3169,27 +3185,27 @@ Checking test 075 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 190.275659 -The maximum resident set size (KB) = 549436 +The total amount of wall time = 185.107008 +The maximum resident set size (KB) = 552968 -Test 075 control_ras_intel PASS +Test 076 control_ras_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_wam_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_wam_intel -Checking test 076 control_wam_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_wam_intel +Checking test 077 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 117.965597 -The maximum resident set size (KB) = 331440 +The total amount of wall time = 121.523136 +The maximum resident set size (KB) = 333300 -Test 076 control_wam_intel PASS +Test 077 control_wam_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_p8_faster_intel -Checking test 077 control_p8_faster_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_p8_faster_intel +Checking test 078 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3235,15 +3251,15 @@ Checking test 077 control_p8_faster_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 178.121328 -The maximum resident set size (KB) = 1498560 +The total amount of wall time = 173.867027 +The maximum resident set size (KB) = 1494284 -Test 077 control_p8_faster_intel PASS +Test 078 control_p8_faster_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_control_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_control_faster_intel -Checking test 078 regional_control_faster_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_control_faster_intel +Checking test 079 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3253,15 +3269,15 @@ Checking test 078 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 281.495435 -The maximum resident set size (KB) = 866516 +The total amount of wall time = 278.352975 +The maximum resident set size (KB) = 871744 -Test 078 regional_control_faster_intel PASS +Test 079 regional_control_faster_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_CubedSphereGrid_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_CubedSphereGrid_debug_intel -Checking test 079 control_CubedSphereGrid_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_CubedSphereGrid_debug_intel +Checking test 080 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3287,377 +3303,377 @@ Checking test 079 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 159.055207 -The maximum resident set size (KB) = 675544 +The total amount of wall time = 159.844641 +The maximum resident set size (KB) = 675868 -Test 079 control_CubedSphereGrid_debug_intel PASS +Test 080 control_CubedSphereGrid_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 080 control_wrtGauss_netcdf_parallel_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 081 control_wrtGauss_netcdf_parallel_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 159.046671 -The maximum resident set size (KB) = 678212 +The total amount of wall time = 160.220776 +The maximum resident set size (KB) = 676288 -Test 080 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 081 control_wrtGauss_netcdf_parallel_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_stochy_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_stochy_debug_intel -Checking test 081 control_stochy_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_stochy_debug_intel +Checking test 082 control_stochy_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 179.061862 -The maximum resident set size (KB) = 683392 +The total amount of wall time = 179.458370 +The maximum resident set size (KB) = 684360 -Test 081 control_stochy_debug_intel PASS +Test 082 control_stochy_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_lndp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_lndp_debug_intel -Checking test 082 control_lndp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_lndp_debug_intel +Checking test 083 control_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 161.924953 -The maximum resident set size (KB) = 679092 +The total amount of wall time = 159.497013 +The maximum resident set size (KB) = 678836 -Test 082 control_lndp_debug_intel PASS +Test 083 control_lndp_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_csawmg_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_csawmg_debug_intel -Checking test 083 control_csawmg_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_csawmg_debug_intel +Checking test 084 control_csawmg_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 256.749952 -The maximum resident set size (KB) = 715280 +The total amount of wall time = 253.678230 +The maximum resident set size (KB) = 714280 -Test 083 control_csawmg_debug_intel PASS +Test 084 control_csawmg_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_csawmgt_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_csawmgt_debug_intel -Checking test 084 control_csawmgt_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_csawmgt_debug_intel +Checking test 085 control_csawmgt_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 252.104949 -The maximum resident set size (KB) = 712204 +The total amount of wall time = 250.911252 +The maximum resident set size (KB) = 716164 -Test 084 control_csawmgt_debug_intel PASS +Test 085 control_csawmgt_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_ras_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_ras_debug_intel -Checking test 085 control_ras_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_ras_debug_intel +Checking test 086 control_ras_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 163.143530 -The maximum resident set size (KB) = 688840 +The total amount of wall time = 160.918371 +The maximum resident set size (KB) = 695052 -Test 085 control_ras_debug_intel PASS +Test 086 control_ras_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_diag_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_diag_debug_intel -Checking test 086 control_diag_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_diag_debug_intel +Checking test 087 control_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 162.484788 -The maximum resident set size (KB) = 735164 +The total amount of wall time = 163.430877 +The maximum resident set size (KB) = 733688 -Test 086 control_diag_debug_intel PASS +Test 087 control_diag_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_debug_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_debug_p8_intel -Checking test 087 control_debug_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_debug_p8_intel +Checking test 088 control_debug_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 188.410683 -The maximum resident set size (KB) = 1503328 +The total amount of wall time = 186.293909 +The maximum resident set size (KB) = 1507808 -Test 087 control_debug_p8_intel PASS +Test 088 control_debug_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_debug_intel -Checking test 088 regional_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_debug_intel +Checking test 089 regional_debug_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK -The total amount of wall time = 1052.360193 -The maximum resident set size (KB) = 888868 +The total amount of wall time = 1042.982923 +The maximum resident set size (KB) = 892772 -Test 088 regional_debug_intel PASS +Test 089 regional_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_control_debug_intel -Checking test 089 rap_control_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_control_debug_intel +Checking test 090 rap_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 297.681797 -The maximum resident set size (KB) = 1054224 +The total amount of wall time = 298.315239 +The maximum resident set size (KB) = 1057596 -Test 089 rap_control_debug_intel PASS +Test 090 rap_control_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_debug_intel -Checking test 090 hrrr_control_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_debug_intel +Checking test 091 hrrr_control_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 289.494668 -The maximum resident set size (KB) = 1048000 +The total amount of wall time = 288.646329 +The maximum resident set size (KB) = 1051864 -Test 090 hrrr_control_debug_intel PASS +Test 091 hrrr_control_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_gf_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_gf_debug_intel -Checking test 091 hrrr_gf_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_gf_debug_intel +Checking test 092 hrrr_gf_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 296.611149 -The maximum resident set size (KB) = 1058556 +The total amount of wall time = 296.501001 +The maximum resident set size (KB) = 1055552 -Test 091 hrrr_gf_debug_intel PASS +Test 092 hrrr_gf_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_c3_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_c3_debug_intel -Checking test 092 hrrr_c3_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_c3_debug_intel +Checking test 093 hrrr_c3_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 299.335663 -The maximum resident set size (KB) = 1053132 +The total amount of wall time = 297.128744 +The maximum resident set size (KB) = 1055636 -Test 092 hrrr_c3_debug_intel PASS +Test 093 hrrr_c3_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_unified_drag_suite_debug_intel -Checking test 093 rap_unified_drag_suite_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_unified_drag_suite_debug_intel +Checking test 094 rap_unified_drag_suite_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 296.720711 -The maximum resident set size (KB) = 1053536 +The total amount of wall time = 300.319419 +The maximum resident set size (KB) = 1055980 -Test 093 rap_unified_drag_suite_debug_intel PASS +Test 094 rap_unified_drag_suite_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_diag_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_diag_debug_intel -Checking test 094 rap_diag_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_diag_debug_intel +Checking test 095 rap_diag_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 308.466516 -The maximum resident set size (KB) = 1138972 +The total amount of wall time = 309.788022 +The maximum resident set size (KB) = 1138916 -Test 094 rap_diag_debug_intel PASS +Test 095 rap_diag_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_cires_ugwp_debug_intel -Checking test 095 rap_cires_ugwp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_cires_ugwp_debug_intel +Checking test 096 rap_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 305.699531 -The maximum resident set size (KB) = 1053528 +The total amount of wall time = 303.605121 +The maximum resident set size (KB) = 1055136 -Test 095 rap_cires_ugwp_debug_intel PASS +Test 096 rap_cires_ugwp_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_unified_ugwp_debug_intel -Checking test 096 rap_unified_ugwp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_unified_ugwp_debug_intel +Checking test 097 rap_unified_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 304.580285 -The maximum resident set size (KB) = 1050800 +The total amount of wall time = 303.167409 +The maximum resident set size (KB) = 1057056 -Test 096 rap_unified_ugwp_debug_intel PASS +Test 097 rap_unified_ugwp_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_lndp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_lndp_debug_intel -Checking test 097 rap_lndp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_lndp_debug_intel +Checking test 098 rap_lndp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 299.912217 -The maximum resident set size (KB) = 1053528 +The total amount of wall time = 300.005200 +The maximum resident set size (KB) = 1055600 -Test 097 rap_lndp_debug_intel PASS +Test 098 rap_lndp_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_progcld_thompson_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_progcld_thompson_debug_intel -Checking test 098 rap_progcld_thompson_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_progcld_thompson_debug_intel +Checking test 099 rap_progcld_thompson_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 297.370497 -The maximum resident set size (KB) = 1052096 +The total amount of wall time = 297.084126 +The maximum resident set size (KB) = 1053680 -Test 098 rap_progcld_thompson_debug_intel PASS +Test 099 rap_progcld_thompson_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_noah_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_noah_debug_intel -Checking test 099 rap_noah_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_noah_debug_intel +Checking test 100 rap_noah_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.288238 -The maximum resident set size (KB) = 1052780 +The total amount of wall time = 291.722787 +The maximum resident set size (KB) = 1049344 -Test 099 rap_noah_debug_intel PASS +Test 100 rap_noah_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_sfcdiff_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_sfcdiff_debug_intel -Checking test 100 rap_sfcdiff_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_sfcdiff_debug_intel +Checking test 101 rap_sfcdiff_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 298.412002 -The maximum resident set size (KB) = 1052868 +The total amount of wall time = 296.928679 +The maximum resident set size (KB) = 1053896 -Test 100 rap_sfcdiff_debug_intel PASS +Test 101 rap_sfcdiff_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 101 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 102 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 489.648956 -The maximum resident set size (KB) = 1051260 +The total amount of wall time = 495.331996 +The maximum resident set size (KB) = 1053352 -Test 101 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 102 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rrfs_v1beta_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rrfs_v1beta_debug_intel -Checking test 102 rrfs_v1beta_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rrfs_v1beta_debug_intel +Checking test 103 rrfs_v1beta_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 292.170126 -The maximum resident set size (KB) = 1052864 +The total amount of wall time = 291.505962 +The maximum resident set size (KB) = 1053156 -Test 102 rrfs_v1beta_debug_intel PASS +Test 103 rrfs_v1beta_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_clm_lake_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_clm_lake_debug_intel -Checking test 103 rap_clm_lake_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_clm_lake_debug_intel +Checking test 104 rap_clm_lake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 356.721115 -The maximum resident set size (KB) = 1055884 +The total amount of wall time = 375.406634 +The maximum resident set size (KB) = 1058584 -Test 103 rap_clm_lake_debug_intel PASS +Test 104 rap_clm_lake_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_flake_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_flake_debug_intel -Checking test 104 rap_flake_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_flake_debug_intel +Checking test 105 rap_flake_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 299.125272 -The maximum resident set size (KB) = 1054412 +The total amount of wall time = 297.097475 +The maximum resident set size (KB) = 1056956 -Test 104 rap_flake_debug_intel PASS +Test 105 rap_flake_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_wam_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_wam_debug_intel -Checking test 105 control_wam_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_wam_debug_intel +Checking test 106 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 300.533221 -The maximum resident set size (KB) = 357396 +The total amount of wall time = 297.897876 +The maximum resident set size (KB) = 359516 -Test 105 control_wam_debug_intel PASS +Test 106 control_wam_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 107 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3667,15 +3683,15 @@ Checking test 106 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 231.566656 -The maximum resident set size (KB) = 889360 +The total amount of wall time = 233.010486 +The maximum resident set size (KB) = 889696 -Test 106 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 107 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_control_dyn32_phy32_intel -Checking test 107 rap_control_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_control_dyn32_phy32_intel +Checking test 108 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3721,15 +3737,15 @@ Checking test 107 rap_control_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 338.131237 -The maximum resident set size (KB) = 778076 +The total amount of wall time = 335.947092 +The maximum resident set size (KB) = 777460 -Test 107 rap_control_dyn32_phy32_intel PASS +Test 108 rap_control_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_dyn32_phy32_intel -Checking test 108 hrrr_control_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_dyn32_phy32_intel +Checking test 109 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3775,15 +3791,15 @@ Checking test 108 hrrr_control_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 180.399768 -The maximum resident set size (KB) = 778112 +The total amount of wall time = 177.569479 +The maximum resident set size (KB) = 779804 -Test 108 hrrr_control_dyn32_phy32_intel PASS +Test 109 hrrr_control_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_qr_dyn32_phy32_intel -Checking test 109 hrrr_control_qr_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_qr_dyn32_phy32_intel +Checking test 110 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3829,15 +3845,15 @@ Checking test 109 hrrr_control_qr_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc ............ALT CHECK......OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc ............ALT CHECK......OK -The total amount of wall time = 180.205117 -The maximum resident set size (KB) = 791108 +The total amount of wall time = 181.473214 +The maximum resident set size (KB) = 786040 -Test 109 hrrr_control_qr_dyn32_phy32_intel PASS +Test 110 hrrr_control_qr_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_2threads_dyn32_phy32_intel -Checking test 110 rap_2threads_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_2threads_dyn32_phy32_intel +Checking test 111 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3883,15 +3899,15 @@ Checking test 110 rap_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 309.243636 -The maximum resident set size (KB) = 837668 +The total amount of wall time = 308.750816 +The maximum resident set size (KB) = 838440 -Test 110 rap_2threads_dyn32_phy32_intel PASS +Test 111 rap_2threads_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_2threads_dyn32_phy32_intel -Checking test 111 hrrr_control_2threads_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_2threads_dyn32_phy32_intel +Checking test 112 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3937,15 +3953,15 @@ Checking test 111 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 159.564508 -The maximum resident set size (KB) = 825632 +The total amount of wall time = 165.524463 +The maximum resident set size (KB) = 824552 -Test 111 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 112 hrrr_control_2threads_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_decomp_dyn32_phy32_intel -Checking test 112 hrrr_control_decomp_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_decomp_dyn32_phy32_intel +Checking test 113 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3991,15 +4007,15 @@ Checking test 112 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 186.570205 -The maximum resident set size (KB) = 774676 +The total amount of wall time = 191.399302 +The maximum resident set size (KB) = 773692 -Test 112 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 113 hrrr_control_decomp_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_restart_dyn32_phy32_intel -Checking test 113 rap_restart_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_restart_dyn32_phy32_intel +Checking test 114 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4037,43 +4053,43 @@ Checking test 113 rap_restart_dyn32_phy32_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 249.520961 -The maximum resident set size (KB) = 702048 +The total amount of wall time = 246.468061 +The maximum resident set size (KB) = 706316 -Test 113 rap_restart_dyn32_phy32_intel PASS +Test 114 rap_restart_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_restart_dyn32_phy32_intel -Checking test 114 hrrr_control_restart_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_restart_dyn32_phy32_intel +Checking test 115 hrrr_control_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 93.609430 -The maximum resident set size (KB) = 666716 +The total amount of wall time = 91.515210 +The maximum resident set size (KB) = 666972 -Test 114 hrrr_control_restart_dyn32_phy32_intel PASS +Test 115 hrrr_control_restart_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 115 hrrr_control_restart_qr_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 116 hrrr_control_restart_qr_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 96.286401 -The maximum resident set size (KB) = 630784 +The total amount of wall time = 93.330243 +The maximum resident set size (KB) = 631924 -Test 115 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 116 hrrr_control_restart_qr_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/conus13km_control_intel -Checking test 116 conus13km_control_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/conus13km_control_intel +Checking test 117 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4088,41 +4104,41 @@ Checking test 116 conus13km_control_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 132.418325 -The maximum resident set size (KB) = 1052852 +The total amount of wall time = 127.816764 +The maximum resident set size (KB) = 1055220 -Test 116 conus13km_control_intel PASS +Test 117 conus13km_control_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/conus13km_2threads_intel -Checking test 117 conus13km_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/conus13km_2threads_intel +Checking test 118 conus13km_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 74.361458 -The maximum resident set size (KB) = 1058820 +The total amount of wall time = 68.354305 +The maximum resident set size (KB) = 1061908 -Test 117 conus13km_2threads_intel PASS +Test 118 conus13km_2threads_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/conus13km_restart_mismatch_intel -Checking test 118 conus13km_restart_mismatch_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/conus13km_restart_mismatch_intel +Checking test 119 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 91.598943 -The maximum resident set size (KB) = 949124 +The total amount of wall time = 84.189471 +The maximum resident set size (KB) = 953112 -Test 118 conus13km_restart_mismatch_intel PASS +Test 119 conus13km_restart_mismatch_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_dyn64_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_control_dyn64_phy32_intel -Checking test 119 rap_control_dyn64_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_control_dyn64_phy32_intel +Checking test 120 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4168,43 +4184,43 @@ Checking test 119 rap_control_dyn64_phy32_intel results .... Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK -The total amount of wall time = 238.119838 -The maximum resident set size (KB) = 809716 +The total amount of wall time = 229.516056 +The maximum resident set size (KB) = 806948 -Test 119 rap_control_dyn64_phy32_intel PASS +Test 120 rap_control_dyn64_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_control_debug_dyn32_phy32_intel -Checking test 120 rap_control_debug_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_control_debug_dyn32_phy32_intel +Checking test 121 rap_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 291.456194 -The maximum resident set size (KB) = 932864 +The total amount of wall time = 290.216652 +The maximum resident set size (KB) = 944076 -Test 120 rap_control_debug_dyn32_phy32_intel PASS +Test 121 rap_control_debug_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hrrr_control_debug_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hrrr_control_debug_dyn32_phy32_intel -Checking test 121 hrrr_control_debug_dyn32_phy32_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hrrr_control_debug_dyn32_phy32_intel +Checking test 122 hrrr_control_debug_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 283.723371 -The maximum resident set size (KB) = 934336 +The total amount of wall time = 287.566966 +The maximum resident set size (KB) = 939684 -Test 121 hrrr_control_debug_dyn32_phy32_intel PASS +Test 122 hrrr_control_debug_dyn32_phy32_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/conus13km_debug_intel -Checking test 122 conus13km_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/conus13km_debug_intel +Checking test 123 conus13km_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4217,15 +4233,15 @@ Checking test 122 conus13km_debug_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 898.501875 -The maximum resident set size (KB) = 1090396 +The total amount of wall time = 894.343616 +The maximum resident set size (KB) = 1090312 -Test 122 conus13km_debug_intel PASS +Test 123 conus13km_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/conus13km_debug_qr_intel -Checking test 123 conus13km_debug_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/conus13km_debug_qr_intel +Checking test 124 conus13km_debug_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4238,82 +4254,82 @@ Checking test 123 conus13km_debug_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.sfc_data.nc ............ALT CHECK......OK -The total amount of wall time = 915.560592 -The maximum resident set size (KB) = 708904 +The total amount of wall time = 903.040259 +The maximum resident set size (KB) = 711656 -Test 123 conus13km_debug_qr_intel PASS +Test 124 conus13km_debug_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/conus13km_debug_2threads_intel -Checking test 124 conus13km_debug_2threads_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/conus13km_debug_2threads_intel +Checking test 125 conus13km_debug_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 524.073041 -The maximum resident set size (KB) = 1089480 +The total amount of wall time = 517.419124 +The maximum resident set size (KB) = 1096016 -Test 124 conus13km_debug_2threads_intel PASS +Test 125 conus13km_debug_2threads_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/conus13km_radar_tten_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/conus13km_radar_tten_debug_intel -Checking test 125 conus13km_radar_tten_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/conus13km_radar_tten_debug_intel +Checking test 126 conus13km_radar_tten_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 903.622097 -The maximum resident set size (KB) = 1153808 +The total amount of wall time = 907.898075 +The maximum resident set size (KB) = 1164712 -Test 125 conus13km_radar_tten_debug_intel PASS +Test 126 conus13km_radar_tten_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/rap_control_debug_dyn64_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/rap_control_dyn64_phy32_debug_intel -Checking test 126 rap_control_dyn64_phy32_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/rap_control_dyn64_phy32_debug_intel +Checking test 127 rap_control_dyn64_phy32_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK -The total amount of wall time = 295.824434 -The maximum resident set size (KB) = 959172 +The total amount of wall time = 291.857685 +The maximum resident set size (KB) = 956168 -Test 126 rap_control_dyn64_phy32_debug_intel PASS +Test 127 rap_control_dyn64_phy32_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_atm_intel -Checking test 127 hafs_regional_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_atm_intel +Checking test 128 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -The total amount of wall time = 267.745722 -The maximum resident set size (KB) = 1119096 +The total amount of wall time = 256.787850 +The maximum resident set size (KB) = 1118604 -Test 127 hafs_regional_atm_intel PASS +Test 128 hafs_regional_atm_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 128 hafs_regional_atm_thompson_gfdlsf_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 129 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 298.449000 -The maximum resident set size (KB) = 1475476 +The total amount of wall time = 289.076986 +The maximum resident set size (KB) = 1478120 -Test 128 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 129 hafs_regional_atm_thompson_gfdlsf_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_atm_ocn_intel -Checking test 129 hafs_regional_atm_ocn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_atm_ocn_intel +Checking test 130 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4321,15 +4337,15 @@ Checking test 129 hafs_regional_atm_ocn_intel results .... Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 390.482470 -The maximum resident set size (KB) = 1095188 +The total amount of wall time = 387.422439 +The maximum resident set size (KB) = 1099148 -Test 129 hafs_regional_atm_ocn_intel PASS +Test 130 hafs_regional_atm_ocn_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_atm_wav_intel -Checking test 130 hafs_regional_atm_wav_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_atm_wav_intel +Checking test 131 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -4337,15 +4353,15 @@ Checking test 130 hafs_regional_atm_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 708.114790 -The maximum resident set size (KB) = 1192160 +The total amount of wall time = 706.239373 +The maximum resident set size (KB) = 1184616 -Test 130 hafs_regional_atm_wav_intel PASS +Test 131 hafs_regional_atm_wav_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_atm_ocn_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_atm_ocn_wav_intel -Checking test 131 hafs_regional_atm_ocn_wav_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_atm_ocn_wav_intel +Checking test 132 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -4355,15 +4371,15 @@ Checking test 131 hafs_regional_atm_ocn_wav_intel results .... Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -The total amount of wall time = 899.272009 -The maximum resident set size (KB) = 1162156 +The total amount of wall time = 904.311985 +The maximum resident set size (KB) = 1159080 -Test 131 hafs_regional_atm_ocn_wav_intel PASS +Test 132 hafs_regional_atm_ocn_wav_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_1nest_atm_intel -Checking test 132 hafs_regional_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_1nest_atm_intel +Checking test 133 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4384,15 +4400,15 @@ Checking test 132 hafs_regional_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 309.883006 -The maximum resident set size (KB) = 534960 +The total amount of wall time = 308.277666 +The maximum resident set size (KB) = 535868 -Test 132 hafs_regional_1nest_atm_intel PASS +Test 133 hafs_regional_1nest_atm_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_1nest_atm_qr_intel -Checking test 133 hafs_regional_1nest_atm_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_1nest_atm_qr_intel +Checking test 134 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4413,15 +4429,15 @@ Checking test 133 hafs_regional_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 337.101745 -The maximum resident set size (KB) = 385984 +The total amount of wall time = 331.460487 +The maximum resident set size (KB) = 386924 -Test 133 hafs_regional_1nest_atm_qr_intel PASS +Test 134 hafs_regional_1nest_atm_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_telescopic_2nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_telescopic_2nests_atm_intel -Checking test 134 hafs_regional_telescopic_2nests_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_telescopic_2nests_atm_intel +Checking test 135 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4429,15 +4445,15 @@ Checking test 134 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK -The total amount of wall time = 381.780719 -The maximum resident set size (KB) = 541632 +The total amount of wall time = 376.755325 +The maximum resident set size (KB) = 543604 -Test 134 hafs_regional_telescopic_2nests_atm_intel PASS +Test 135 hafs_regional_telescopic_2nests_atm_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_global_1nest_atm_intel -Checking test 135 hafs_global_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_global_1nest_atm_intel +Checking test 136 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4483,15 +4499,15 @@ Checking test 135 hafs_global_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 161.852779 -The maximum resident set size (KB) = 304324 +The total amount of wall time = 161.209337 +The maximum resident set size (KB) = 306808 -Test 135 hafs_global_1nest_atm_intel PASS +Test 136 hafs_global_1nest_atm_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_global_1nest_atm_qr_intel -Checking test 136 hafs_global_1nest_atm_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_global_1nest_atm_qr_intel +Checking test 137 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4537,15 +4553,15 @@ Checking test 136 hafs_global_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 177.586922 -The maximum resident set size (KB) = 289532 +The total amount of wall time = 174.303427 +The maximum resident set size (KB) = 285500 -Test 136 hafs_global_1nest_atm_qr_intel PASS +Test 137 hafs_global_1nest_atm_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_global_multiple_4nests_atm_intel -Checking test 137 hafs_global_multiple_4nests_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_global_multiple_4nests_atm_intel +Checking test 138 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4626,15 +4642,15 @@ Checking test 137 hafs_global_multiple_4nests_atm_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK -The total amount of wall time = 471.583192 -The maximum resident set size (KB) = 430504 +The total amount of wall time = 466.531668 +The maximum resident set size (KB) = 372452 -Test 137 hafs_global_multiple_4nests_atm_intel PASS +Test 138 hafs_global_multiple_4nests_atm_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_multiple_4nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_global_multiple_4nests_atm_qr_intel -Checking test 138 hafs_global_multiple_4nests_atm_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_global_multiple_4nests_atm_qr_intel +Checking test 139 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4715,15 +4731,15 @@ Checking test 138 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing RESTART/fv_BC_sw.res.nest04.nc .........OK Comparing RESTART/fv_BC_sw.res.nest05.nc .........OK -The total amount of wall time = 534.547547 -The maximum resident set size (KB) = 456260 +The total amount of wall time = 524.838983 +The maximum resident set size (KB) = 388316 -Test 138 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 139 hafs_global_multiple_4nests_atm_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_specified_moving_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_specified_moving_1nest_atm_intel -Checking test 139 hafs_regional_specified_moving_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_specified_moving_1nest_atm_intel +Checking test 140 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4731,15 +4747,15 @@ Checking test 139 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -The total amount of wall time = 221.839198 -The maximum resident set size (KB) = 552284 +The total amount of wall time = 209.889025 +The maximum resident set size (KB) = 550652 -Test 139 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 140 hafs_regional_specified_moving_1nest_atm_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_storm_following_1nest_atm_intel -Checking test 140 hafs_regional_storm_following_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_storm_following_1nest_atm_intel +Checking test 141 hafs_regional_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4760,15 +4776,15 @@ Checking test 140 hafs_regional_storm_following_1nest_atm_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 207.809908 -The maximum resident set size (KB) = 547296 +The total amount of wall time = 200.264122 +The maximum resident set size (KB) = 548860 -Test 140 hafs_regional_storm_following_1nest_atm_intel PASS +Test 141 hafs_regional_storm_following_1nest_atm_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 141 hafs_regional_storm_following_1nest_atm_qr_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_storm_following_1nest_atm_qr_intel +Checking test 142 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4789,15 +4805,15 @@ Checking test 141 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing RESTART/fv_BC_ne.res.nest02.nc .........OK Comparing RESTART/fv_BC_sw.res.nest02.nc .........OK -The total amount of wall time = 229.174631 -The maximum resident set size (KB) = 419328 +The total amount of wall time = 222.730547 +The maximum resident set size (KB) = 414708 -Test 141 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 142 hafs_regional_storm_following_1nest_atm_qr_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 142 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 143 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4805,43 +4821,43 @@ Checking test 142 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK -The total amount of wall time = 252.248896 -The maximum resident set size (KB) = 609972 +The total amount of wall time = 248.807651 +The maximum resident set size (KB) = 613180 -Test 142 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 143 hafs_regional_storm_following_1nest_atm_ocn_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_global_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_global_storm_following_1nest_atm_intel -Checking test 143 hafs_global_storm_following_1nest_atm_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_global_storm_following_1nest_atm_intel +Checking test 144 hafs_global_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK -The total amount of wall time = 82.852644 -The maximum resident set size (KB) = 332252 +The total amount of wall time = 81.841383 +The maximum resident set size (KB) = 327644 -Test 143 hafs_global_storm_following_1nest_atm_intel PASS +Test 144 hafs_global_storm_following_1nest_atm_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 144 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 145 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... Comparing atmf001.nc .........OK Comparing sfcf001.nc .........OK Comparing atm.nest02.f001.nc .........OK Comparing sfc.nest02.f001.nc .........OK -The total amount of wall time = 813.828906 -The maximum resident set size (KB) = 625600 +The total amount of wall time = 801.780621 +The maximum resident set size (KB) = 607448 -Test 144 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 145 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 145 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 146 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4851,15 +4867,15 @@ Checking test 145 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results Comparing 20200825.180000.out_grd.ww3 .........OK Comparing 20200825.180000.out_pnt.ww3 .........OK -The total amount of wall time = 505.335093 -The maximum resident set size (KB) = 661172 +The total amount of wall time = 502.898686 +The maximum resident set size (KB) = 658556 -Test 145 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 146 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/control_p8_atmlnd_sbs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/control_p8_atmlnd_sbs_intel -Checking test 146 control_p8_atmlnd_sbs_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/control_p8_atmlnd_sbs_intel +Checking test 147 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4943,15 +4959,15 @@ Checking test 146 control_p8_atmlnd_sbs_intel results .... Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile5.nc .........OK Comparing ufs.cpld.lnd.out.2021-03-23-21600.tile6.nc .........OK -The total amount of wall time = 241.516405 -The maximum resident set size (KB) = 1550104 +The total amount of wall time = 238.499095 +The maximum resident set size (KB) = 1549720 -Test 146 control_p8_atmlnd_sbs_intel PASS +Test 147 control_p8_atmlnd_sbs_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/atmaero_control_p8_intel -Checking test 147 atmaero_control_p8_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/atmaero_control_p8_intel +Checking test 148 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4994,15 +5010,15 @@ Checking test 147 atmaero_control_p8_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 256.640148 -The maximum resident set size (KB) = 2825876 +The total amount of wall time = 256.194038 +The maximum resident set size (KB) = 2825148 -Test 147 atmaero_control_p8_intel PASS +Test 148 atmaero_control_p8_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/atmaero_control_p8_rad_intel -Checking test 148 atmaero_control_p8_rad_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/atmaero_control_p8_rad_intel +Checking test 149 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5045,15 +5061,15 @@ Checking test 148 atmaero_control_p8_rad_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 288.423302 -The maximum resident set size (KB) = 2889564 +The total amount of wall time = 284.201299 +The maximum resident set size (KB) = 2893476 -Test 148 atmaero_control_p8_rad_intel PASS +Test 149 atmaero_control_p8_rad_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/atmaero_control_p8_rad_micro_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/atmaero_control_p8_rad_micro_intel -Checking test 149 atmaero_control_p8_rad_micro_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/atmaero_control_p8_rad_micro_intel +Checking test 150 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5096,15 +5112,15 @@ Checking test 149 atmaero_control_p8_rad_micro_intel results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK -The total amount of wall time = 291.849072 -The maximum resident set size (KB) = 2896000 +The total amount of wall time = 289.119985 +The maximum resident set size (KB) = 2898548 -Test 149 atmaero_control_p8_rad_micro_intel PASS +Test 150 atmaero_control_p8_rad_micro_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_atmaq_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_atmaq_intel -Checking test 150 regional_atmaq_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_atmaq_intel +Checking test 151 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5119,15 +5135,15 @@ Checking test 150 regional_atmaq_intel results .... Comparing RESTART/20190801.180000.phy_data.nc .........OK Comparing RESTART/20190801.180000.sfc_data.nc .........OK -The total amount of wall time = 705.187445 -The maximum resident set size (KB) = 5324212 +The total amount of wall time = 673.165928 +The maximum resident set size (KB) = 5330128 -Test 150 regional_atmaq_intel PASS +Test 151 regional_atmaq_intel PASS baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20231003/regional_atmaq_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_43737/regional_atmaq_debug_intel -Checking test 151 regional_atmaq_debug_intel results .... +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_14231/regional_atmaq_debug_intel +Checking test 152 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5140,12 +5156,12 @@ Checking test 151 regional_atmaq_debug_intel results .... Comparing RESTART/20190801.130000.phy_data.nc .........OK Comparing RESTART/20190801.130000.sfc_data.nc .........OK -The total amount of wall time = 1343.805155 -The maximum resident set size (KB) = 4827236 +The total amount of wall time = 1334.176170 +The maximum resident set size (KB) = 4829208 -Test 151 regional_atmaq_debug_intel PASS +Test 152 regional_atmaq_debug_intel PASS REGRESSION TEST WAS SUCCESSFUL -Tue Oct 10 17:27:10 UTC 2023 -Elapsed time: 01h:17m:24s. Have a nice day! +Wed Oct 11 22:46:53 UTC 2023 +Elapsed time: 01h:17m:58s. Have a nice day! diff --git a/tests/parm/MOM_input_template_025 b/tests/parm/MOM_input_template_025 index 7057ce2f58..645ef1f6db 100644 --- a/tests/parm/MOM_input_template_025 +++ b/tests/parm/MOM_input_template_025 @@ -835,6 +835,31 @@ ENERGYSAVEDAYS = 1.00 ! [days] default = 1.0 ! === module ocean_model_init === +! === module MOM_oda_incupd === +ODA_INCUPD = @[ODA_INCUPD] ! [Boolean] default = False + ! If true, oda incremental updates will be applied + ! everywhere in the domain. +ODA_INCUPD_FILE = "mom6_increment.nc" ! The name of the file with the T,S,h increments. + +ODA_TEMPINC_VAR = @[ODA_TEMPINC_VAR] ! default = "ptemp_inc" + ! The name of the potential temperature inc. variable in + ! ODA_INCUPD_FILE. +ODA_SALTINC_VAR = @[ODA_SALTINC_VAR] ! default = "sal_inc" + ! The name of the salinity inc. variable in + ! ODA_INCUPD_FILE. +ODA_THK_VAR = @[ODA_THK_VAR] ! default = "h" + ! The name of the int. depth inc. variable in + ! ODA_INCUPD_FILE. +ODA_INCUPD_UV = @[ODA_INCUPD_UV] ! +ODA_UINC_VAR = @[ODA_UINC_VAR] ! default = "u_inc" + ! The name of the zonal vel. inc. variable in + ! ODA_INCUPD_UV_FILE. +ODA_VINC_VAR = @[ODA_VINC_VAR] ! default = "v_inc" + ! The name of the meridional vel. inc. variable in + ! ODA_INCUPD_UV_FILE. +ODA_INCUPD_NHOURS = @[ODA_INCUPD_NHOURS] ! default=3.0 + ! Number of hours for full update (0=direct insertion). + ! === module MOM_surface_forcing === OCEAN_SURFACE_STAGGER = "A" ! default = "C" ! A case-insensitive character string to indicate the diff --git a/tests/parm/MOM_input_template_050 b/tests/parm/MOM_input_template_050 index 2853c1de89..4918b8e74d 100644 --- a/tests/parm/MOM_input_template_050 +++ b/tests/parm/MOM_input_template_050 @@ -860,8 +860,33 @@ USE_NEUTRAL_DIFFUSION = True ! [Boolean] default = False ! If true, enables the neutral diffusion module. ! === module ocean_model_init === - RESTART_CHECKSUMS_REQUIRED = False + +! === module MOM_oda_incupd === +ODA_INCUPD = @[ODA_INCUPD] ! [Boolean] default = False + ! If true, oda incremental updates will be applied + ! everywhere in the domain. +ODA_INCUPD_FILE = "mom6_increment.nc" ! The name of the file with the T,S,h increments. + +ODA_TEMPINC_VAR = @[ODA_TEMPINC_VAR] ! default = "ptemp_inc" + ! The name of the potential temperature inc. variable in + ! ODA_INCUPD_FILE. +ODA_SALTINC_VAR = @[ODA_SALTINC_VAR] ! default = "sal_inc" + ! The name of the salinity inc. variable in + ! ODA_INCUPD_FILE. +ODA_THK_VAR = @[ODA_THK_VAR] ! default = "h" + ! The name of the int. depth inc. variable in + ! ODA_INCUPD_FILE. +ODA_INCUPD_UV = @[ODA_INCUPD_UV] ! +ODA_UINC_VAR = @[ODA_UINC_VAR] ! default = "u_inc" + ! The name of the zonal vel. inc. variable in + ! ODA_INCUPD_UV_FILE. +ODA_VINC_VAR = @[ODA_VINC_VAR] ! default = "v_inc" + ! The name of the meridional vel. inc. variable in + ! ODA_INCUPD_UV_FILE. +ODA_INCUPD_NHOURS = @[ODA_INCUPD_NHOURS] ! default=3.0 + ! Number of hours for full update (0=direct insertion). + ! === module MOM_lateral_boundary_diffusion === ! This module implements lateral diffusion of tracers near boundaries diff --git a/tests/parm/MOM_input_template_100 b/tests/parm/MOM_input_template_100 index 4da3e10fa2..14e18232ed 100644 --- a/tests/parm/MOM_input_template_100 +++ b/tests/parm/MOM_input_template_100 @@ -74,31 +74,6 @@ WRITE_GEOM = 2 ! default = 1 SAVE_INITIAL_CONDS = False ! [Boolean] default = False ! If true, write the initial conditions to a file given by IC_OUTPUT_FILE. -! === module MOM_oda_incupd === -ODA_INCUPD = @[MOM_IAU] ! [Boolean] default = False - ! If true, oda incremental updates will be applied - ! everywhere in the domain. -ODA_INCUPD_FILE = "mom6_increment.nc" ! The name of the file with the T,S,h increments. - -ODA_TEMPINC_VAR = "pt_inc" ! default = "ptemp_inc" - ! The name of the potential temperature inc. variable in - ! ODA_INCUPD_FILE. -ODA_SALTINC_VAR = "s_inc" ! default = "sal_inc" - ! The name of the salinity inc. variable in - ! ODA_INCUPD_FILE. -ODA_THK_VAR = "h_fg" ! default = "h" - ! The name of the int. depth inc. variable in - ! ODA_INCUPD_FILE. - -ODA_UINC_VAR = "u_inc" ! default = "u_inc" - ! The name of the zonal vel. inc. variable in - ! ODA_INCUPD_UV_FILE. -ODA_VINC_VAR = "v_inc" ! default = "v_inc" - ! The name of the meridional vel. inc. variable in - ! ODA_INCUPD_UV_FILE. -ODA_INCUPD_NHOURS = @[MOM_IAU_HRS] ! default=3.0 - ! Number of hours for full update (0=direct insertion). - ! === module MOM_domains === TRIPOLAR_N = True ! [Boolean] default = False ! Use tripolar connectivity at the northern edge of the domain. With @@ -832,6 +807,31 @@ ENERGYSAVEDAYS = 0.25 ! [days] default = 1.0 ! === module ocean_model_init === +! === module MOM_oda_incupd === +ODA_INCUPD = @[ODA_INCUPD] ! [Boolean] default = False + ! If true, oda incremental updates will be applied + ! everywhere in the domain. +ODA_INCUPD_FILE = "mom6_increment.nc" ! The name of the file with the T,S,h increments. + +ODA_TEMPINC_VAR = @[ODA_TEMPINC_VAR] ! default = "ptemp_inc" + ! The name of the potential temperature inc. variable in + ! ODA_INCUPD_FILE. +ODA_SALTINC_VAR = @[ODA_SALTINC_VAR] ! default = "sal_inc" + ! The name of the salinity inc. variable in + ! ODA_INCUPD_FILE. +ODA_THK_VAR = @[ODA_THK_VAR] ! default = "h" + ! The name of the int. depth inc. variable in + ! ODA_INCUPD_FILE. +ODA_INCUPD_UV = @[ODA_INCUPD_UV] ! +ODA_UINC_VAR = @[ODA_UINC_VAR] ! default = "u_inc" + ! The name of the zonal vel. inc. variable in + ! ODA_INCUPD_UV_FILE. +ODA_VINC_VAR = @[ODA_VINC_VAR] ! default = "v_inc" + ! The name of the meridional vel. inc. variable in + ! ODA_INCUPD_UV_FILE. +ODA_INCUPD_NHOURS = @[ODA_INCUPD_NHOURS] ! default=3.0 + ! Number of hours for full update (0=direct insertion). + ! === module MOM_surface_forcing === OCEAN_SURFACE_STAGGER = "A" ! default = "C" ! A case-insensitive character string to indicate the diff --git a/tests/parm/MOM_input_template_500 b/tests/parm/MOM_input_template_500 index 2a5dde838b..d487e67009 100644 --- a/tests/parm/MOM_input_template_500 +++ b/tests/parm/MOM_input_template_500 @@ -495,6 +495,31 @@ MAXTRUNC = 1000 ! [truncations save_interval-1] default = 0 ! === module ocean_model_init === +! === module MOM_oda_incupd === +ODA_INCUPD = @[ODA_INCUPD] ! [Boolean] default = False + ! If true, oda incremental updates will be applied + ! everywhere in the domain. +ODA_INCUPD_FILE = "mom6_increment.nc" ! The name of the file with the T,S,h increments. + +ODA_TEMPINC_VAR = @[ODA_TEMPINC_VAR] ! default = "ptemp_inc" + ! The name of the potential temperature inc. variable in + ! ODA_INCUPD_FILE. +ODA_SALTINC_VAR = @[ODA_SALTINC_VAR] ! default = "sal_inc" + ! The name of the salinity inc. variable in + ! ODA_INCUPD_FILE. +ODA_THK_VAR = @[ODA_THK_VAR] ! default = "h" + ! The name of the int. depth inc. variable in + ! ODA_INCUPD_FILE. +ODA_INCUPD_UV = @[ODA_INCUPD_UV] ! +ODA_UINC_VAR = @[ODA_UINC_VAR] ! default = "u_inc" + ! The name of the zonal vel. inc. variable in + ! ODA_INCUPD_UV_FILE. +ODA_VINC_VAR = @[ODA_VINC_VAR] ! default = "v_inc" + ! The name of the meridional vel. inc. variable in + ! ODA_INCUPD_UV_FILE. +ODA_INCUPD_NHOURS = @[ODA_INCUPD_NHOURS] ! default=3.0 + ! Number of hours for full update (0=direct insertion). + ! === module MOM_surface_forcing === OCEAN_SURFACE_STAGGER = "A" ! default = "C" ! A case-insensitive character string to indicate the diff --git a/tests/parm/cpld_control.nml.IN b/tests/parm/cpld_control.nml.IN index 277e6c2450..d6685f4a37 100644 --- a/tests/parm/cpld_control.nml.IN +++ b/tests/parm/cpld_control.nml.IN @@ -92,6 +92,7 @@ agrid_vel_rst = .true. read_increment = @[READ_INCREMENT] res_latlon_dynamics = @[RES_LATLON_DYNAMICS] + / &external_ic_nml @@ -218,6 +219,10 @@ do_sppt = @[DO_SPPT] do_shum = @[DO_SHUM] do_skeb = @[DO_SKEB] + iaufhrs = @[IAUFHRS] + iau_delthrs = @[IAU_DELTHRS] + iau_inc_files= @[IAU_INC_FILES] + iau_drymassfixer = .false. use_med_flux = @[USE_MED_FLUX] frac_grid = @[FRAC_GRID] cplchm = @[CPLCHM] diff --git a/tests/parm/diag_table/diag_table_cpld_template_iau b/tests/parm/diag_table/diag_table_cpld_template_iau new file mode 100644 index 0000000000..ae3146372f --- /dev/null +++ b/tests/parm/diag_table/diag_table_cpld_template_iau @@ -0,0 +1,311 @@ +@[SYEAR]@[SMONTH]@[SDAY].@[SHOUR]Z.@[ATMRES].64bit.non-mono +@[SYEAR] @[SMONTH] @[SDAY] @[SHOUR] 0 0 + +"fv3_history", 0, "hours", 1, "hours", "time" +"fv3_history2d", 0, "hours", 1, "hours", "time" +###################### +"ocn%4yr%2mo%2dy%2hr", 6, "hours", 1, "hours", "time", 6, "hours", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" +"SST%4yr%2mo%2dy", 1, "days", 1, "days", "time", 1, "days", "@[SYEAR] @[SMONTH] @[SDAY] @[CHOUR] 0 0" +############################################## +# static fields + "ocean_model", "geolon", "geolon", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat", "geolat", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_c", "geolon_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_c", "geolat_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_u", "geolon_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_u", "geolat_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolon_v", "geolon_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "geolat_v", "geolat_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 +# "ocean_model", "depth_ocean", "depth_ocean", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 +# "ocean_model", "wet", "wet", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_c", "wet_c", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_u", "wet_u", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "wet_v", "wet_v", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "sin_rot", "sin_rot", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + "ocean_model", "cos_rot", "cos_rot", "ocn%4yr%2mo%2dy%2hr", "all", .false., "none", 2 + +# ocean output TSUV and others + "ocean_model", "SSH", "SSH", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SST", "SST", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSS", "SSS", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "speed", "speed", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSU", "SSU", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SSV", "SSV", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "frazil", "frazil", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "ePBL_h_ML", "ePBL", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "MLD_003", "MLD_003", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "MLD_0125", "MLD_0125", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + +# save daily SST + "ocean_model", "geolon", "geolon", "SST%4yr%2mo%2dy", "all", .false., "none", 2 + "ocean_model", "geolat", "geolat", "SST%4yr%2mo%2dy", "all", .false., "none", 2 + "ocean_model", "SST", "sst", "SST%4yr%2mo%2dy", "all", .true., "none", 2 + +# Z-Space Fields Provided for CMIP6 (CMOR Names): +#=============================================== + "ocean_model_z","uo","uo" ,"ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","vo","vo" ,"ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","so","so" ,"ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model_z","temp","temp" ,"ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + +# forcing + "ocean_model", "taux", "taux", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "tauy", "tauy", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "latent", "latent", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "sensible", "sensible", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "SW", "SW", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "LW", "LW", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "evap", "evap", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "lprec", "lprec", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "lrunoff", "lrunoff", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 +# "ocean_model", "frunoff", "frunoff", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "fprec", "fprec", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "LwLatSens", "LwLatSens", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 + "ocean_model", "Heat_PmE", "Heat_PmE", "ocn%4yr%2mo%2dy%2hr","all",.true.,"none",2 +# +### +# FV3 variabls needed for NGGPS evaluation +### +"gfs_dyn", "ucomp", "ugrd", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "vcomp", "vgrd", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "sphum", "spfh", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "temp", "tmp", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "liq_wat", "clwmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "o3mr", "o3mr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "delp", "dpres", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "delz", "delz", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "w", "dzdt", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ice_wat", "icmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "rainwat", "rwmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "snowwat", "snmr", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "graupel", "grle", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "ps", "pressfc", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "hs", "hgtsfc", "fv3_history", "all", .false., "none", 2 +#"gfs_dyn", "ice_nc", "nicp", "fv3_history", "all", .false., "none", 2 +#"gfs_dyn", "rain_nc", "ntrnc", "fv3_history", "all", .false., "none", 2 + +# chemical tracers advected by FV3 +"gfs_dyn", "so2", "so2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "so4", "so4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dms", "dms", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "msa", "msa", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "bc1", "bc1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "bc2", "bc2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "oc1", "oc1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "oc2", "oc2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust1", "dust1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust2", "dust2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust3", "dust3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust4", "dust4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "dust5", "dust5", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas1", "seas1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas2", "seas2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas3", "seas3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas4", "seas4", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "seas5", "seas5", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "nh3", "nh3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "nh4a", "nh4a", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an1", "no3an1", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an2", "no3an2", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "no3an3", "no3an3", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "pm25", "pm25", "fv3_history", "all", .false., "none", 2 +"gfs_dyn", "pm10", "pm10", "fv3_history", "all", .false., "none", 2 + +"gfs_phys", "frzr", "frzr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frzrb", "frzrb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frozr", "frozr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "frozrb", "frozrb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsnowp", "tsnowp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tsnowpb", "tsnowpb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "rhonewsn", "rhonewsn", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ALBDO_ave", "albdo_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cnvprcp_ave", "cprat_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cnvprcpb_ave", "cpratb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "totprcp_ave", "prate_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "totprcpb_ave", "prateb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DLWRF", "dlwrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DLWRFI", "dlwrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRF", "ulwrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRFI", "ulwrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRF", "dswrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRFI", "dswrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRF", "uswrf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRFI", "uswrf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DSWRFtoa", "dswrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "USWRFtoa", "uswrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ULWRFtoa", "ulwrf_avetoa","fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "gflux_ave", "gflux_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "hpbl", "hpbl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lhtfl_ave", "lhtfl_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "shtfl_ave", "shtfl_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pwat", "pwat", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "soilm", "soilm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_aveclm", "tcdc_aveclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avebndcl", "tcdc_avebndcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avehcl", "tcdc_avehcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avelcl", "tcdc_avelcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDC_avemcl", "tcdc_avemcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TCDCcnvcl", "tcdccnvcl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PREScnvclt", "prescnvclt", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PREScnvclb", "prescnvclb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avehct", "pres_avehct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avehcb", "pres_avehcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avehct", "tmp_avehct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avemct", "pres_avemct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avemcb", "pres_avemcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avemct", "tmp_avemct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avelct", "pres_avelct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "PRES_avelcb", "pres_avelcb", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "TEMP_avelct", "tmp_avelct", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u-gwd_ave", "u-gwd_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v-gwd_ave", "v-gwd_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dusfc", "uflx_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "dvsfc", "vflx_ave", "fv3_history2d", "all", .false., "none", 2 +#"gfs_phys", "cnvw", "cnvcldwat", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "psurf", "pressfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "u10m", "ugrd10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "v10m", "vgrd10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cldfra", "cldfra", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "crain", "crain", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tprcp", "tprcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "hgtsfc", "orog", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "weasd", "weasd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "f10m", "f10m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "q2m", "spfh2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "t2m", "tmp2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tsfc", "tmpsfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "vtype", "vtype", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "stype", "sotyp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slmsksfc", "land", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "vfracsfc", "veg", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "zorlsfc", "sfcr", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "uustar", "fricv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt1", "soilt1" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt2", "soilt2" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt3", "soilt3" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilt4", "soilt4" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw1", "soilw1" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw2", "soilw2" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw3", "soilw3" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "soilw4", "soilw4" "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_1", "soill1", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_2", "soill2", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_3", "soill3", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slc_4", "soill4", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "slope", "sltyp", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alnsf", "alnsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alnwf", "alnwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alvsf", "alvsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "alvwf", "alvwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "canopy", "cnwat", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "facsf", "facsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "facwf", "facwf", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "ffhh", "ffhh", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "ffmm", "ffmm", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "fice", "icec", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "hice", "icetk", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "snoalb", "snoalb", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "shdmax", "shdmax", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "shdmin", "shdmin", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "snowd", "snod", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tg3", "tg3", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tisfc", "tisfc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "tref", "tref", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "z_c", "zc", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "c_0", "c0", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "c_d", "cd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "w_0", "w0", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "w_d", "wd", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xt", "xt", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xz", "xz", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "dt_cool", "dtcool", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xs", "xs", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xu", "xu", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xv", "xv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xtts", "xtts", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "xzts", "xzts", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "d_conv", "dconv", "fv3_history2d", "all", .false., "none", 2 +"gfs_sfc", "qrain", "qrain", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "acond", "acond", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cduvb_ave", "cduvb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cpofp", "cpofp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "duvb_ave", "duvb_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csdlf_ave", "csdlf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csusf_ave", "csusf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csusf_avetoa", "csusftoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csdsf_ave", "csdsf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csulf_ave", "csulf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "csulf_avetoa", "csulftoa", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "cwork_ave", "cwork_aveclm", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "evbs_ave", "evbs_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "evcw_ave", "evcw_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "fldcp", "fldcp", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "hgt_hyblev1", "hgt_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfh_hyblev1", "spfh_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ugrd_hyblev1", "ugrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vgrd_hyblev1", "vgrd_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmp_hyblev1", "tmp_hyblev1", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "gfluxi", "gflux", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "lhtfl", "lhtfl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "shtfl", "shtfl", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pevpr", "pevpr", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "pevpr_ave", "pevpr_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sbsno_ave", "sbsno_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sfexc", "sfexc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "snohf", "snohf", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "snowc_ave", "snowc_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfhmax2m", "spfhmax_max2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "spfhmin2m", "spfhmin_min2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmpmax2m", "tmax_max2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "tmpmin2m", "tmin_min2m", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "ssrun_acc", "ssrun_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "sunsd_acc", "sunsd_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "watr_acc", "watr_acc", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "wilt", "wilt", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vbdsf_ave", "vbdsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "vddsf_ave", "vddsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "nbdsf_ave", "nbdsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "nddsf_ave", "nddsf_ave", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "trans_ave", "trans_ave", "fv3_history2d", "all", .false., "none", 2 + +"gfs_phys", "AOD_550", "aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "DU_AOD_550", "du_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "SU_AOD_550", "su_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "BC_AOD_550", "bc_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "OC_AOD_550", "oc_aod550", "fv3_history2d", "all", .false., "none", 2 +"gfs_phys", "SS_AOD_550", "ss_aod550", "fv3_history2d", "all", .false., "none", 2 +#============================================================================================= +# +#====> This file can be used with diag_manager/v2.0a (or higher) <==== +# +# +# FORMATS FOR FILE ENTRIES (not all input values are used) +# ------------------------ +# +#"file_name", output_freq, "output_units", format, "time_units", "long_name", +# +# +#output_freq: > 0 output frequency in "output_units" +# = 0 output frequency every time step +# =-1 output frequency at end of run +# +#output_units = units used for output frequency +# (years, months, days, minutes, hours, seconds) +# +#time_units = units used to label the time axis +# (days, minutes, hours, seconds) +# +# +# FORMAT FOR FIELD ENTRIES (not all input values are used) +# ------------------------ +# +#"module_name", "field_name", "output_name", "file_name" "time_sampling", time_avg, "other_opts", packing +# +#time_avg = .true. or .false. +# +#packing = 1 double precision +# = 2 float +# = 4 packed 16-bit integers +# = 8 packed 1-byte (not tested?) diff --git a/tests/rt.conf b/tests/rt.conf index 85e31610b1..5345b5485c 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -24,6 +24,7 @@ COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_p8_mixedmode | - noaacloud | baseline | RUN | cpld_control_gfsv17 | | baseline | +RUN | cpld_control_gfsv17_iau | | baseline | cpld_control_gfsv17 COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | cpld_control_p8 | - noaacloud | baseline | diff --git a/tests/tests/cpld_control_gfsv17 b/tests/tests/cpld_control_gfsv17 index af52e8562f..62fdadd926 100644 --- a/tests/tests/cpld_control_gfsv17 +++ b/tests/tests/cpld_control_gfsv17 @@ -74,7 +74,7 @@ export_cpl export CPLCHM=.false. export DNATS=0 -export RESTART_N=12 +export RESTART_N=3 export RESTART_INTERVAL="${RESTART_N} -1" export OUTPUT_FH='0 21 24' diff --git a/tests/tests/cpld_control_gfsv17_iau b/tests/tests/cpld_control_gfsv17_iau new file mode 100644 index 0000000000..91478a0d70 --- /dev/null +++ b/tests/tests/cpld_control_gfsv17_iau @@ -0,0 +1,71 @@ +# +# cpld_control GFSv17 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 with IAU" + +export CNTL_DIR="cpld_control_gfsv17_iau" + +export LIST_FILES="sfcf012.nc \ + atmf012.nc \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF12 \ + 20210323.000000.out_pnt.ww3 \ + 20210323.000000.out_grd.ww3 " + +export_fv3 +export_cpl + +export CPLCHM=.false. +export DNATS=0 +export OUTPUT_GRID="gaussian_grid" +export WRITE_DOPOST=.true. + +export FHROT=3 +export FHMAX=18 +export RESTART_N=$((FHMAX-$FHROT)) +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" +export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" + +# 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 CICERUNTYPE=continue +export RUNTYPE=continue +export USE_RESTART_TIME=.true. + +# MOM6 warm start +export MOM6_RESTART_SETTING=r + +export TOPOEDITS=ufs.topo_edits_011818.nc +export MOM6_ALLOW_LANDMASK_CHANGES=True +export eps_imesh=2.5e-1 +export DIAG_FREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` + +export FV3_RUN=cpld_control_run.IN +export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma +export DIAG_TABLE=diag_table_cpld_template +export INPUT_NML=cpld_control.nml.IN +export NEMS_CONFIGURE=nems.configure.cpld_noaero_outwav.IN + +#GFSv17 settings +export PROGSIGMA=.true. + +#IAU +export CHOUR=12 +export IAU_OFFSET=6 +export IAU_DELTHRS=6 +export IAUFHRS='3 6 9' +export IAU_INC_FILES="'fv_increment3.nc','fv_increment6.nc','fv_increment9.nc'" +export ODA_INCUPD="True" +export ODA_INCUPD_UV="True" + +if [[ $MACHINE_ID = cheyenne ]]; then + TPN=18 +fi diff --git a/tests/tests/datm_cdeps_iau_gefs b/tests/tests/datm_cdeps_iau_gefs index 4b8e99370e..108b58e26b 100644 --- a/tests/tests/datm_cdeps_iau_gefs +++ b/tests/tests/datm_cdeps_iau_gefs @@ -14,7 +14,8 @@ export_datm_cdeps export atm_datamode="GEFS" # atm configure -export MOM_IAU="True" +export ODA_INCUPD="True" +export ODA_INCUPD_UV="True" export IATM=1536 export JATM=768 export ATM_NX_GLB=$IATM