From 7982d5e5228fd2b2c54aa2d1a2bbfdfa2a03aac7 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 4 Aug 2023 15:45:46 +0000 Subject: [PATCH 01/25] replacement 13km conus regtests --- tests/tests/conus13km_2threads | 116 ++++++++++++++++++ ...us13km_fast_phy32_qr => conus13km_control} | 9 +- tests/tests/conus13km_debug | 111 +++++++++++++++++ tests/tests/conus13km_debug_2threads | 116 ++++++++++++++++++ tests/tests/conus13km_debug_decomp | 112 +++++++++++++++++ tests/tests/conus13km_decomp | 114 +++++++++++++++++ ..._restart_qr_mismatch => conus13km_restart} | 9 +- tests/tests/conus13km_restart_mismatch | 111 +++++++++++++++++ 8 files changed, 688 insertions(+), 10 deletions(-) create mode 100644 tests/tests/conus13km_2threads rename tests/tests/{rrfs_smoke_conus13km_fast_phy32_qr => conus13km_control} (93%) create mode 100644 tests/tests/conus13km_debug create mode 100644 tests/tests/conus13km_debug_2threads create mode 100644 tests/tests/conus13km_debug_decomp create mode 100644 tests/tests/conus13km_decomp rename tests/tests/{rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch => conus13km_restart} (91%) create mode 100644 tests/tests/conus13km_restart_mismatch diff --git a/tests/tests/conus13km_2threads b/tests/tests/conus13km_2threads new file mode 100644 index 0000000000..6cba2b5ec3 --- /dev/null +++ b/tests/tests/conus13km_2threads @@ -0,0 +1,116 @@ +############################################################################### +# +# HRRR physics on 13km domain, two threads +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, two threads" + +export CNTL_DIR=conus13km_control + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export QUILTING_RESTART=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_fast_phy32_qr b/tests/tests/conus13km_control similarity index 93% rename from tests/tests/rrfs_smoke_conus13km_fast_phy32_qr rename to tests/tests/conus13km_control index 9795ef8fba..0aa1007a99 100644 --- a/tests/tests/rrfs_smoke_conus13km_fast_phy32_qr +++ b/tests/tests/conus13km_control @@ -1,15 +1,15 @@ ############################################################################### # -# HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON control run +# HRRR physics on 13km domain, control # ############################################################################### # This configuration is supposed to match the rrfs_dev1 parallel, so # do not change the namelist without checking the current parallel. -export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON" +export TEST_DESCR="HRRR physics on 13km domain, control" -export CNTL_DIR=rrfs_smoke_conus13km_fast_phy32_qr +export CNTL_DIR=conus13km_control export LIST_FILES="sfcf000.nc \ sfcf001.nc \ @@ -35,6 +35,7 @@ export FHMAX=2 export DT_ATMOS=120 export RESTART_INTERVAL=1 export QUILTING=.true. +export QUILTING_RESTART=.true. export WRITE_GROUP=1 export WRTTASK_PER_GROUP=6 export NTILES=1 @@ -42,7 +43,6 @@ export WRITE_DOPOST=.false. export OUTPUT_HISTORY=.true. export OUTPUT_GRID=lambert_conformal export OUTPUT_FILE="'netcdf'" -export QUILTING_RESTART=.true. # Revert these two to GFS_typedefs defaults to avoid a crash: export SEDI_SEMI=.false. @@ -52,7 +52,6 @@ export RRFS_SMOKE=.true. export SEAS_OPT=0 export LKM=1 -export IOPT_LAKE=2 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/conus13km_debug b/tests/tests/conus13km_debug new file mode 100644 index 0000000000..c54ff67529 --- /dev/null +++ b/tests/tests/conus13km_debug @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR physics on 13km domain, debug +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, debug" + +export CNTL_DIR=conus13km_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export QUILTING_RESTART=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_debug_2threads b/tests/tests/conus13km_debug_2threads new file mode 100644 index 0000000000..bc4f9de164 --- /dev/null +++ b/tests/tests/conus13km_debug_2threads @@ -0,0 +1,116 @@ +############################################################################### +# +# HRRR physics on 13km domain, debug run with threads +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, debug run with threads" + +export CNTL_DIR=conus13km_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export QUILTING_RESTART=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export atm_omp_num_threads=2 +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_debug_decomp b/tests/tests/conus13km_debug_decomp new file mode 100644 index 0000000000..2000b84ed8 --- /dev/null +++ b/tests/tests/conus13km_debug_decomp @@ -0,0 +1,112 @@ +############################################################################### +# +# HRRR physics on 13km domain, debug run with different pes +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, debug run with different pes" + +export CNTL_DIR=conus13km_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + atmf000.nc \ + atmf001.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=1 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export QUILTING_RESTART=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export INPES=16 +export JNPES=9 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_decomp b/tests/tests/conus13km_decomp new file mode 100644 index 0000000000..10c3ed1b12 --- /dev/null +++ b/tests/tests/conus13km_decomp @@ -0,0 +1,114 @@ +############################################################################### +# +# HRRR physics on 13km domain, different PEs +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, different PEs" + +export CNTL_DIR=conus13km_control + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export QUILTING_RESTART=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +export INPES=16 +export JNPES=9 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch b/tests/tests/conus13km_restart similarity index 91% rename from tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch rename to tests/tests/conus13km_restart index a7e3f2f04b..83a82241a3 100644 --- a/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch +++ b/tests/tests/conus13km_restart @@ -1,15 +1,15 @@ ############################################################################### # -# HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON control run +# HRRR physics on 13km domain, restart run # ############################################################################### # This configuration is supposed to match the rrfs_dev1 parallel, so # do not change the namelist without checking the current parallel. -export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON restart run" +export TEST_DESCR="HRRR physics on 13km domain, restart run" -export CNTL_DIR=rrfs_smoke_conus13km_fast_phy32_restart_mismatch +export CNTL_DIR=conus13km_control export LIST_FILES="sfcf002.nc \ atmf002.nc" @@ -23,6 +23,7 @@ export SHOUR=16 export FHMAX=2 export DT_ATMOS=120 export QUILTING=.true. +export QUILTING_RESTART=.true. export WRITE_GROUP=1 export WRTTASK_PER_GROUP=6 export NTILES=1 @@ -30,7 +31,6 @@ export WRITE_DOPOST=.false. export OUTPUT_HISTORY=.true. export OUTPUT_GRID=lambert_conformal export OUTPUT_FILE="'netcdf'" -export QUILTING_RESTART=.true. export FHROT=1 export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" export RRFS_RESTART=YES @@ -108,5 +108,4 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_restart_mismatch b/tests/tests/conus13km_restart_mismatch new file mode 100644 index 0000000000..72907902e6 --- /dev/null +++ b/tests/tests/conus13km_restart_mismatch @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR physics on 13km domain, restart run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, restart run" + +export CNTL_DIR=conus13km_restart_mismatch + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_fv3 + +export SYEAR=2021 +export SMONTH=05 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export QUILTING=.true. +export QUILTING_RESTART=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" +export FHROT=1 +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" +export RRFS_RESTART=YES + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. From 294096656833db74703825b281951f4f00e5182e Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 8 Aug 2023 15:45:51 +0000 Subject: [PATCH 02/25] delete old conus13km tests --- tests/rt.conf | 76 +++++------ ...ug_2threads => conus13km_radar_tten_debug} | 15 +-- tests/tests/rrfs_conus13km_hrrr_warm | 117 ----------------- tests/tests/rrfs_conus13km_hrrr_warm_2threads | 116 ----------------- tests/tests/rrfs_conus13km_hrrr_warm_debug | 108 ---------------- tests/tests/rrfs_conus13km_hrrr_warm_decomp | 111 ---------------- tests/tests/rrfs_conus13km_hrrr_warm_qr | 111 ---------------- tests/tests/rrfs_conus13km_hrrr_warm_restart | 109 ---------------- .../rrfs_conus13km_hrrr_warm_restart_mismatch | 108 ---------------- ...fs_conus13km_hrrr_warm_restart_mismatch_qr | 108 ---------------- tests/tests/rrfs_conus13km_radar_tten_warm | 112 ---------------- .../rrfs_conus13km_radar_tten_warm_2threads | 117 ----------------- .../rrfs_conus13km_radar_tten_warm_debug | 110 ---------------- .../rrfs_conus13km_radar_tten_warm_decomp | 113 ---------------- .../rrfs_conus13km_radar_tten_warm_restart | 111 ---------------- tests/tests/rrfs_smoke_conus13km_fast_phy32 | 120 ----------------- ...moke_conus13km_fast_phy32_restart_mismatch | 112 ---------------- tests/tests/rrfs_smoke_conus13km_hrrr_warm | 120 ----------------- .../rrfs_smoke_conus13km_hrrr_warm_2threads | 118 ----------------- .../rrfs_smoke_conus13km_hrrr_warm_debug | 111 ---------------- ...rfs_smoke_conus13km_hrrr_warm_debug_decomp | 112 ---------------- .../rrfs_smoke_conus13km_hrrr_warm_decomp | 114 ----------------- tests/tests/rrfs_smoke_conus13km_hrrr_warm_qr | 121 ------------------ .../rrfs_smoke_conus13km_hrrr_warm_restart | 112 ---------------- ...smoke_conus13km_hrrr_warm_restart_mismatch | 112 ---------------- ...ke_conus13km_hrrr_warm_restart_qr_mismatch | 112 ---------------- tests/tests/rrfs_smoke_conus13km_phy32 | 120 ----------------- tests/tests/rrfs_smoke_conus13km_phy32_qr | 121 ------------------ ...rfs_smoke_conus13km_phy32_restart_mismatch | 111 ---------------- ..._smoke_conus13km_phy32_restart_qr_mismatch | 112 ---------------- .../rrfs_smoke_conus13km_radar_tten_warm | 115 ----------------- 31 files changed, 40 insertions(+), 3345 deletions(-) rename tests/tests/{rrfs_smoke_conus13km_hrrr_warm_debug_2threads => conus13km_radar_tten_debug} (89%) delete mode 100644 tests/tests/rrfs_conus13km_hrrr_warm delete mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_2threads delete mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_debug delete mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_decomp delete mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_qr delete mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_restart delete mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch delete mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch_qr delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_2threads delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_debug delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_decomp delete mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_restart delete mode 100644 tests/tests/rrfs_smoke_conus13km_fast_phy32 delete mode 100644 tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_mismatch delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_qr delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch delete mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch delete mode 100644 tests/tests/rrfs_smoke_conus13km_phy32 delete mode 100644 tests/tests/rrfs_smoke_conus13km_phy32_qr delete mode 100644 tests/tests/rrfs_smoke_conus13km_phy32_restart_mismatch delete mode 100644 tests/tests/rrfs_smoke_conus13km_phy32_restart_qr_mismatch delete mode 100644 tests/tests/rrfs_smoke_conus13km_radar_tten_warm diff --git a/tests/rt.conf b/tests/rt.conf index bd059358fb..50b3c90264 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -113,7 +113,7 @@ RUN | regional_ifi_control | + acorn RUN | regional_ifi_decomp | + acorn | | RUN | regional_ifi_2threads | + acorn | | -COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf -D32BIT=ON | | fv3 | RUN | rap_control | | baseline | RUN | regional_spp_sppt_shum_skeb | | baseline | RUN | rap_decomp | | | @@ -131,17 +131,7 @@ RUN | hrrr_control_restart_qr | - wcoss2 RUN | rrfs_v1beta | | baseline | RUN | rrfs_v1nssl | | baseline | RUN | rrfs_v1nssl_nohailnoccn | | baseline | -RUN | rrfs_smoke_conus13km_hrrr_warm | | baseline | -RUN | rrfs_smoke_conus13km_hrrr_warm_qr | | | -RUN | rrfs_smoke_conus13km_hrrr_warm_2threads | | | -RUN | rrfs_conus13km_hrrr_warm | | baseline | -RUN | rrfs_smoke_conus13km_radar_tten_warm | | baseline | -# These two should run and not crash, but they do not match their baselines: -#RUN | rrfs_smoke_conus13km_hrrr_warm_decomp | | | -#RUN | rrfs_smoke_conus13km_hrrr_warm_restart | | | rrfs_smoke_conus13km_hrrr_warm -# Just to make sure restart doesn't crash again: -RUN | rrfs_smoke_conus13km_hrrr_warm_restart_mismatch | | baseline | rrfs_smoke_conus13km_hrrr_warm -RUN | rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch | | | rrfs_smoke_conus13km_hrrr_warm_qr +RUN | hrrr_gf | | baseline | COMPILE | csawmg | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | | fv3 | RUN | control_csawmg | - gaea.intel | baseline | @@ -158,11 +148,6 @@ RUN | regional_control_faster | ### DEBUG ATM tests ### COMPILE | atm_debug_dyn32 | intel | -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 | -RUN | rrfs_smoke_conus13km_hrrr_warm_debug | | baseline | -RUN | rrfs_smoke_conus13km_hrrr_warm_debug_2threads | | | -RUN | rrfs_conus13km_hrrr_warm_debug | | baseline | -# This should run and not crash, but does not match its baseline -#RUN | rrfs_smoke_conus13km_hrrr_warm_debug_decomp | | | RUN | control_CubedSphereGrid_debug | | baseline | RUN | control_wrtGauss_netcdf_parallel_debug | | baseline | RUN | control_stochy_debug | | baseline | @@ -204,11 +189,14 @@ RUN | rap_restart_dyn32_phy32 | RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 RUN | hrrr_control_restart_qr_dyn32_phy32 | | | hrrr_control_qr_dyn32_phy32 -COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON | | fv3 | -RUN | rrfs_smoke_conus13km_fast_phy32 | | baseline | -RUN | rrfs_smoke_conus13km_fast_phy32_qr | | baseline | -RUN | rrfs_smoke_conus13km_fast_phy32_restart_mismatch | | baseline | rrfs_smoke_conus13km_fast_phy32 -RUN | rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch | | | rrfs_smoke_conus13km_fast_phy32_qr +COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DFASTER=true -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +RUN | conus13km_control | | baseline | +RUN | conus13km_2threads | | | conus13km_control +RUN | conus13km_restart_mismatch | | baseline | conus13km_control + +# Expected to fail: +# RUN | conus13km_restart | | | conus13km_control +# RUN | conus13km_decomp | | | conus13km_control COMPILE | rrfs_dyn64_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | baseline | @@ -217,6 +205,13 @@ COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_H RUN | rap_control_debug_dyn32_phy32 | | baseline | RUN | hrrr_control_debug_dyn32_phy32 | | baseline | +RUN | conus13km_debug | | baseline | +RUN | conus13km_debug_2threads | | | +RUN | conus13km_radar_tten_debug | | | + +# Expected to fail: +# RUN | conus13km_debug_decomp | | | + COMPILE | rrfs_dyn64_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_dyn64_phy32_debug | | baseline | @@ -333,17 +328,7 @@ RUN | hrrr_control_decomp | + hera cheyenne RUN | hrrr_control_restart | + hera cheyenne | | hrrr_control RUN | hrrr_control_restart_qr | + hera cheyenne | | hrrr_control_qr RUN | rrfs_v1beta | + hera cheyenne | baseline | -RUN | rrfs_smoke_conus13km_hrrr_warm | + hera cheyenne | baseline | -RUN | rrfs_smoke_conus13km_hrrr_warm_qr | + hera cheyenne | | -RUN | rrfs_smoke_conus13km_hrrr_warm_2threads | + hera cheyenne | | -RUN | rrfs_smoke_conus13km_radar_tten_warm | + hera cheyenne | baseline | -RUN | rrfs_conus13km_hrrr_warm | + hera cheyenne | baseline | -# These two will run and not crash, but they do not match their baselines: -#RUN | rrfs_smoke_conus13km_hrrr_warm_decomp | + hera cheyenne | | -#RUN | rrfs_smoke_conus13km_hrrr_warm_restart | + hera cheyenne | | rrfs_smoke_conus13km_hrrr_warm -# Just to make sure restart doesn't crash again: -RUN | rrfs_smoke_conus13km_hrrr_warm_restart_mismatch | + hera cheyenne | baseline | rrfs_smoke_conus13km_hrrr_warm -RUN | rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch | + hera cheyenne | | rrfs_smoke_conus13km_hrrr_warm_qr +RUN | hrrr_gf | + hera cheyenne | baseline | ### CCPP DEBUG tests ### # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) @@ -359,14 +344,19 @@ RUN | rrfs_v1beta_debug | + hera cheyenne RUN | control_ras_debug | + hera cheyenne | baseline | RUN | control_stochy_debug | + hera cheyenne | baseline | RUN | control_debug_p8 | + hera cheyenne | baseline | -RUN | rrfs_smoke_conus13km_hrrr_warm_debug | + hera cheyenne | baseline | -RUN | rrfs_smoke_conus13km_hrrr_warm_debug_2threads | + hera cheyenne | | -RUN | rrfs_conus13km_hrrr_warm_debug | + hera cheyenne | baseline | -# This will run and not crash, but will not match its baseline: -#RUN | rrfs_smoke_conus13km_hrrr_warm_debug_decomp | + hera cheyenne | | RUN | rap_flake_debug | + hera cheyenne | baseline | RUN | rap_clm_lake_debug | + hera cheyenne | baseline | +COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +RUN | conus13km_control | + hera cheyenne | baseline | +RUN | conus13km_2threads | + hera cheyenne | | conus13km_control +RUN | conus13km_restart_mismatch | + hera cheyenne | baseline | conus13km_control + +# Expected to fail: +# RUN | conus13km_restart | + hera cheyenne | | conus13km_control +# RUN | conus13km_decomp | + hera cheyenne | | conus13km_control + + COMPILE | wam_debug | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | control_wam_debug | + hera cheyenne | baseline | @@ -382,10 +372,6 @@ RUN | hrrr_control_decomp_dyn32_phy32 | + hera cheyenne RUN | rap_restart_dyn32_phy32 | + hera cheyenne | | rap_control_dyn32_phy32 RUN | hrrr_control_restart_dyn32_phy32 | + hera cheyenne | | hrrr_control_dyn32_phy32 RUN | hrrr_control_restart_qr_dyn32_phy32 | + hera cheyenne | | hrrr_control_qr_dyn32_phy32 -RUN | rrfs_smoke_conus13km_phy32 | + hera cheyenne | baseline | -RUN | rrfs_smoke_conus13km_phy32_qr | + hera cheyenne | baseline | -RUN | rrfs_smoke_conus13km_phy32_restart_mismatch | + hera cheyenne | baseline | rrfs_smoke_conus13km_phy32 -RUN | rrfs_smoke_conus13km_phy32_restart_qr_mismatch | + hera cheyenne | | rrfs_smoke_conus13km_phy32_qr COMPILE | atm_dyn64_phy32 | gnu | -DAPP=ATM -DCCPP_32BIT=ON | + hera cheyenne | fv3 | RUN | rap_control_dyn64_phy32 | + hera cheyenne | baseline | @@ -393,6 +379,12 @@ RUN | rap_control_dyn64_phy32 | + hera cheyenne COMPILE | atm_dyn32_phy32_debug | gnu | -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | rap_control_debug_dyn32_phy32 | + hera cheyenne | baseline | RUN | hrrr_control_debug_dyn32_phy32 | + hera cheyenne | baseline | +RUN | conus13km_debug | + hera cheyenne | baseline | +RUN | conus13km_debug_2threads | + hera cheyenne | | +RUN | conus13km_radar_tten_debug | + hera cheyenne | | + +# Expected to fail: +# RUN | conus13km_debug_decomp | + hera cheyenne | | COMPILE | atm_dyn64_phy32_debug | gnu | -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | rap_control_dyn64_phy32_debug | + hera cheyenne | baseline | diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads b/tests/tests/conus13km_radar_tten_debug similarity index 89% rename from tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads rename to tests/tests/conus13km_radar_tten_debug index 1fde465f1b..dc886e89b0 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_2threads +++ b/tests/tests/conus13km_radar_tten_debug @@ -1,15 +1,15 @@ ############################################################################### # -# HRRR smoke physics on 13km domain, control run +# HRRR physics on 13km domain, debug, with radar-derived temperature tendencies # ############################################################################### # This configuration is supposed to match the rrfs_dev1 parallel, so # do not change the namelist without checking the current parallel. -export TEST_DESCR="HRRR smoke physics on 13km domain, control run" +export TEST_DESCR="HRRR physics on 13km domain, debug, with radar-derived temperature tendencies" -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm_debug +export CNTL_DIR=conus13km_radar_tten_debug export LIST_FILES="sfcf000.nc \ sfcf001.nc \ @@ -18,6 +18,8 @@ export LIST_FILES="sfcf000.nc \ export_fv3 +export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' + export SYEAR=2021 export SMONTH=5 export SDAY=12 @@ -26,6 +28,7 @@ export FHMAX=1 export DT_ATMOS=120 export RESTART_INTERVAL=1 export QUILTING=.true. +export QUILTING_RESTART=.true. export WRITE_GROUP=1 export WRTTASK_PER_GROUP=6 export NTILES=1 @@ -34,11 +37,6 @@ export OUTPUT_HISTORY=.true. export OUTPUT_GRID=lambert_conformal export OUTPUT_FILE="'netcdf'" -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - # Revert these two to GFS_typedefs defaults to avoid a crash: export SEDI_SEMI=.false. export DECFL=8 @@ -112,5 +110,4 @@ export FIELD_TABLE=field_table_thompson_aero_tke_smoke export DIAG_TABLE=diag_table_hrrr export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm b/tests/tests/rrfs_conus13km_hrrr_warm deleted file mode 100644 index 998de8dd12..0000000000 --- a/tests/tests/rrfs_conus13km_hrrr_warm +++ /dev/null @@ -1,117 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, control run" - -export CNTL_DIR=rrfs_conus13km_hrrr_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc \ - RESTART/20210512.170000.coupler.res \ - RESTART/20210512.170000.fv_core.res.nc \ - RESTART/20210512.170000.fv_core.res.tile1.nc \ - RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210512.170000.fv_tracer.res.tile1.nc \ - RESTART/20210512.170000.phy_data.nc \ - RESTART/20210512.170000.sfc_data.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_conus13km_hrrr_warm_2threads deleted file mode 100644 index 7bcb6927a3..0000000000 --- a/tests/tests/rrfs_conus13km_hrrr_warm_2threads +++ /dev/null @@ -1,116 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, different threads -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, different threads" - -export CNTL_DIR=rrfs_conus13km_hrrr_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_debug b/tests/tests/rrfs_conus13km_hrrr_warm_debug deleted file mode 100644 index af160182e3..0000000000 --- a/tests/tests/rrfs_conus13km_hrrr_warm_debug +++ /dev/null @@ -1,108 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, debug run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, debug run" - -export CNTL_DIR=rrfs_conus13km_hrrr_warm_debugs - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_conus13km_hrrr_warm_decomp deleted file mode 100644 index ee84b2e021..0000000000 --- a/tests/tests/rrfs_conus13km_hrrr_warm_decomp +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, different PEs -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, different PEs" - -export CNTL_DIR=rrfs_conus13km_hrrr_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_qr b/tests/tests/rrfs_conus13km_hrrr_warm_qr deleted file mode 100644 index a5821a6c9c..0000000000 --- a/tests/tests/rrfs_conus13km_hrrr_warm_qr +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, control run with quilt restart" - -export CNTL_DIR=rrfs_conus13km_hrrr_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" -export QUILTING_RESTART=.true. - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart b/tests/tests/rrfs_conus13km_hrrr_warm_restart deleted file mode 100644 index 20caf15e1e..0000000000 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart +++ /dev/null @@ -1,109 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, control run" - -export CNTL_DIR=rrfs_conus13km_hrrr_warm - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export FHROT=1 -export RESTART_FILE_PREFIX=$( printf %04d%02d%02d.%02d0000 $SYEAR $SMONTH $SDAY $(( SHOUR+FHROT )) ) -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch b/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch deleted file mode 100644 index b2703d1481..0000000000 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch +++ /dev/null @@ -1,108 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, control run" - -export CNTL_DIR=rrfs_conus13km_hrrr_warm_restart_mismatch - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export FHROT=1 -export RESTART_FILE_PREFIX=$( printf %04d%02d%02d.%02d0000 $SYEAR $SMONTH $SDAY $(( SHOUR+FHROT )) ) -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch_qr b/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch_qr deleted file mode 100644 index eadfd351c8..0000000000 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart_mismatch_qr +++ /dev/null @@ -1,108 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, restart run with quilt restart -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, restart run with quilt restart" - -export CNTL_DIR=rrfs_conus13km_hrrr_warm_restart_mismatch - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" -export QUILTING_RESTART=.true. -export FHROT=1 -export RESTART_FILE_PREFIX=$( printf %04d%02d%02d.%02d0000 $SYEAR $SMONTH $SDAY $(( SHOUR+FHROT )) ) -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=5111 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm b/tests/tests/rrfs_conus13km_radar_tten_warm deleted file mode 100644 index 346907349d..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads deleted file mode 100644 index 3f5ab71ddc..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads +++ /dev/null @@ -1,117 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different threads" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_debug deleted file mode 100644 index 46736e8cfc..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_debug +++ /dev/null @@ -1,110 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, debug run" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.125, 0.25, 0.375, 0.5' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp deleted file mode 100644 index 18eb6c3374..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp +++ /dev/null @@ -1,113 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, different PEs" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_restart deleted file mode 100644 index 52233523f1..0000000000 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_restart +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour" - -export CNTL_DIR=rrfs_conus13km_radar_tten_warm - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export FHROT=1 -export RESTART_FILE_PREFIX=$( printf %04d%02d%02d.%02d0000 $SYEAR $SMONTH $SDAY $(( SHOUR+FHROT )) ) -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_fast_phy32 b/tests/tests/rrfs_smoke_conus13km_fast_phy32 deleted file mode 100644 index 95b298ce7d..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_fast_phy32 +++ /dev/null @@ -1,120 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON" - -export CNTL_DIR=rrfs_smoke_conus13km_fast_phy32 - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc \ - RESTART/20210512.170000.coupler.res \ - RESTART/20210512.170000.fv_core.res.nc \ - RESTART/20210512.170000.fv_core.res.tile1.nc \ - RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210512.170000.fv_tracer.res.tile1.nc \ - RESTART/20210512.170000.phy_data.nc \ - RESTART/20210512.170000.sfc_data.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_mismatch b/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_mismatch deleted file mode 100644 index d02f5316b4..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_fast_phy32_restart_mismatch +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit FASTER=ON restart run" - -export CNTL_DIR=rrfs_smoke_conus13km_fast_phy32_restart_mismatch - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=05 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export FHROT=1 -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm b/tests/tests/rrfs_smoke_conus13km_hrrr_warm deleted file mode 100644 index d834568f21..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm +++ /dev/null @@ -1,120 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, control run" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc \ - RESTART/20210512.170000.coupler.res \ - RESTART/20210512.170000.fv_core.res.nc \ - RESTART/20210512.170000.fv_core.res.tile1.nc \ - RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210512.170000.fv_tracer.res.tile1.nc \ - RESTART/20210512.170000.phy_data.nc \ - RESTART/20210512.170000.sfc_data.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads deleted file mode 100644 index df8f023822..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads +++ /dev/null @@ -1,118 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, different threads -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, different threads" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug deleted file mode 100644 index 14950bfbbf..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, control run" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp deleted file mode 100644 index 4860e9e67d..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug_decomp +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, control run" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm_debug - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - atmf000.nc \ - atmf001.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp deleted file mode 100644 index cbffadb7c4..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp +++ /dev/null @@ -1,114 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, different PEs -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, different PEs" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export INPES=16 -export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_qr b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_qr deleted file mode 100644 index 5532e07f60..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_qr +++ /dev/null @@ -1,121 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, control run" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc \ - RESTART/20210512.170000.coupler.res \ - RESTART/20210512.170000.fv_core.res.nc \ - RESTART/20210512.170000.fv_core.res.tile1.nc \ - RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210512.170000.fv_tracer.res.tile1.nc \ - RESTART/20210512.170000.phy_data.nc \ - RESTART/20210512.170000.sfc_data.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" -export QUILTING_RESTART=.true. - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart deleted file mode 100644 index a7df19d269..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, restart run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, restart run" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=05 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export FHROT=1 -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch deleted file mode 100644 index 8b454464f7..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, restart run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, restart run" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm_restart_mismatch - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=05 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -export FHROT=1 -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch deleted file mode 100644 index b3e9931094..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, restart run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, restart run" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm_restart_mismatch - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=05 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" -export QUILTING_RESTART=.true. -export FHROT=1 -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_phy32 b/tests/tests/rrfs_smoke_conus13km_phy32 deleted file mode 100644 index e158ceb073..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_phy32 +++ /dev/null @@ -1,120 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, quilt 32-bit control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, quilt FASTER=ON" - -export CNTL_DIR=rrfs_smoke_conus13km_phy32 - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc \ - RESTART/20210512.170000.coupler.res \ - RESTART/20210512.170000.fv_core.res.nc \ - RESTART/20210512.170000.fv_core.res.tile1.nc \ - RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210512.170000.fv_tracer.res.tile1.nc \ - RESTART/20210512.170000.phy_data.nc \ - RESTART/20210512.170000.sfc_data.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_phy32_qr b/tests/tests/rrfs_smoke_conus13km_phy32_qr deleted file mode 100644 index 46b2794c05..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_phy32_qr +++ /dev/null @@ -1,121 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, quilt 32-bit control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, quilt FASTER=ON" - -export CNTL_DIR=rrfs_smoke_conus13km_phy32_qr - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc \ - RESTART/20210512.170000.coupler.res \ - RESTART/20210512.170000.fv_core.res.nc \ - RESTART/20210512.170000.fv_core.res.tile1.nc \ - RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210512.170000.fv_tracer.res.tile1.nc \ - RESTART/20210512.170000.phy_data.nc \ - RESTART/20210512.170000.sfc_data.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" -export QUILTING_RESTART=.true. - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export IOPT_LAKE=2 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_phy32_restart_mismatch b/tests/tests/rrfs_smoke_conus13km_phy32_restart_mismatch deleted file mode 100644 index 2114c53d5d..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_phy32_restart_mismatch +++ /dev/null @@ -1,111 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, quilt 32-bit control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit restart run" - -export CNTL_DIR=rrfs_smoke_conus13km_phy32_restart_mismatch - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=05 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" -export FHROT=1 -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_phy32_restart_qr_mismatch b/tests/tests/rrfs_smoke_conus13km_phy32_restart_qr_mismatch deleted file mode 100644 index d989d3a760..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_phy32_restart_qr_mismatch +++ /dev/null @@ -1,112 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, quilt 32-bit control run -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain, quilt 32-bit restart run" - -export CNTL_DIR=rrfs_smoke_conus13km_phy32_restart_mismatch - -export LIST_FILES="sfcf002.nc \ - atmf002.nc" - -export_fv3 - -export SYEAR=2021 -export SMONTH=05 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" -export QUILTING_RESTART=.true. -export FHROT=1 -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" -export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. diff --git a/tests/tests/rrfs_smoke_conus13km_radar_tten_warm b/tests/tests/rrfs_smoke_conus13km_radar_tten_warm deleted file mode 100644 index 6e47ece44b..0000000000 --- a/tests/tests/rrfs_smoke_conus13km_radar_tten_warm +++ /dev/null @@ -1,115 +0,0 @@ -############################################################################### -# -# HRRR smoke physics on 13km domain, with radar-derived temperature tendencies -# -############################################################################### - -# This configuration is supposed to match the rrfs_dev1 parallel, so -# do not change the namelist without checking the current parallel. - -export TEST_DESCR="HRRR smoke physics on 13km domain with radar-derived temperature tendencies" - -export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm_radar_tten - -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ - atmf002.nc" - -export_fv3 - -export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke - -export FRAC_ICE=.true. From ed69bdb82e5da4df9a7553623349e3e2076efde9 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 8 Aug 2023 15:47:37 +0000 Subject: [PATCH 03/25] temporary file with list of new tests --- tests/rrfs.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tests/rrfs.conf diff --git a/tests/rrfs.conf b/tests/rrfs.conf new file mode 100644 index 0000000000..60ed20fc19 --- /dev/null +++ b/tests/rrfs.conf @@ -0,0 +1,39 @@ +COMPILE | rrfs_phy32 | intel | -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | +RUN | conus13km_control | | baseline | +RUN | conus13km_2threads | | | conus13km_control +RUN | conus13km_restart_mismatch | | baseline | conus13km_control + +# Expected to fail: +# RUN | conus13km_restart | | | conus13km_control +# RUN | conus13km_decomp | | | conus13km_control + +COMPILE | rrfs_phy32_debug | intel | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | +RUN | conus13km_debug | | baseline | +RUN | conus13km_debug_2threads | | | +RUN | conus13km_radar_tten_debug | | baseline | + +# Expected to fail: +# RUN | conus13km_debug_decomp | | | + +COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_gf,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +RUN | hrrr_gf | | baseline | + +COMPILE | rrfs_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | +RUN | conus13km_control | + hera cheyenne | baseline | +RUN | conus13km_2threads | + hera cheyenne | | conus13km_control +RUN | conus13km_restart_mismatch | + hera cheyenne | baseline | conus13km_control + +# Expected to fail: +# RUN | conus13km_restart | + hera cheyenne | | conus13km_control +# RUN | conus13km_decomp | + hera cheyenne | | conus13km_control + +COMPILE | rrfs_phy32_debug | gnu | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | +RUN | conus13km_debug | + hera cheyenne | baseline | +RUN | conus13km_debug_2threads | + hera cheyenne | | +RUN | conus13km_radar_tten_debug | | baseline | + +# Expected to fail: +# RUN | conus13km_debug_decomp | + hera cheyenne | | + +COMPILE | rrfs | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_gf,FV3_RRFS_v1beta -D32BIT=ON | + hera cheyenne | fv3 | +RUN | hrrr_gf | + hera cheyenne | baseline | From 8cd8b8d7d0b149b38cef2e35222c40cb79adc58f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 8 Aug 2023 15:48:01 +0000 Subject: [PATCH 04/25] fix errors in new compile lines --- tests/rt.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 50b3c90264..64c6135f2e 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -189,7 +189,7 @@ RUN | rap_restart_dyn32_phy32 | RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 RUN | hrrr_control_restart_qr_dyn32_phy32 | | | hrrr_control_qr_dyn32_phy32 -COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DFASTER=true -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | conus13km_control | | baseline | RUN | conus13km_2threads | | | conus13km_control RUN | conus13km_restart_mismatch | | baseline | conus13km_control @@ -201,7 +201,7 @@ RUN | conus13km_restart_mismatch | | baseline | co COMPILE | rrfs_dyn64_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | baseline | -COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | +COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_debug_dyn32_phy32 | | baseline | RUN | hrrr_control_debug_dyn32_phy32 | | baseline | @@ -347,7 +347,7 @@ RUN | control_debug_p8 | + hera cheyenne RUN | rap_flake_debug | + hera cheyenne | baseline | RUN | rap_clm_lake_debug | + hera cheyenne | baseline | -COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | rrfs_dyn32_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | conus13km_control | + hera cheyenne | baseline | RUN | conus13km_2threads | + hera cheyenne | | conus13km_control RUN | conus13km_restart_mismatch | + hera cheyenne | baseline | conus13km_control From f66a8e9f210c0e413579bd5a0f6206c6a0124e26 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 8 Aug 2023 15:48:23 +0000 Subject: [PATCH 05/25] update fv3atm hash --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 6d17939836..1b1ec61526 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 6d17939836dd5665854a88931552f17e56c1c377 +Subproject commit 1b1ec61526a82dd8872e12a1873a4e2635130650 From 32df31deee0437408db9f257df96dd443928077a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 00:10:19 +0000 Subject: [PATCH 06/25] simplify test specifications for hrrr and conus13km --- tests/default_vars.sh | 149 ++++++++++++++++++ tests/rrfs.conf | 10 +- tests/tests/conus13km_2threads | 96 +---------- tests/tests/conus13km_control | 93 +---------- tests/tests/conus13km_control_qr | 30 ++++ tests/tests/conus13km_debug | 94 +---------- tests/tests/conus13km_debug_2threads | 97 +----------- tests/tests/conus13km_debug_decomp | 93 +---------- tests/tests/conus13km_decomp | 92 +---------- tests/tests/conus13km_radar_tten_debug | 95 +---------- tests/tests/conus13km_restart | 93 +---------- tests/tests/conus13km_restart_mismatch | 93 +---------- tests/tests/conus13km_restart_qr | 21 +++ tests/tests/conus13km_restart_qr_mismatch | 21 +++ tests/tests/hrrr_c3 | 63 ++++++++ tests/tests/hrrr_control | 55 +------ tests/tests/hrrr_control_2threads | 60 +------ tests/tests/hrrr_control_2threads_dyn32_phy32 | 60 +------ tests/tests/hrrr_control_debug | 55 +------ tests/tests/hrrr_control_debug_dyn32_phy32 | 55 +------ tests/tests/hrrr_control_decomp | 60 +------ tests/tests/hrrr_control_decomp_dyn32_phy32 | 60 +------ tests/tests/hrrr_control_dyn32_phy32 | 55 +------ tests/tests/hrrr_control_qr | 56 +------ tests/tests/hrrr_control_qr_dyn32_phy32 | 54 +------ tests/tests/hrrr_control_restart | 55 +------ tests/tests/hrrr_control_restart_dyn32_phy32 | 56 +------ tests/tests/hrrr_control_restart_qr | 59 +------ .../tests/hrrr_control_restart_qr_dyn32_phy32 | 55 +------ tests/tests/hrrr_gf | 63 ++++++++ 30 files changed, 398 insertions(+), 1600 deletions(-) create mode 100644 tests/tests/conus13km_control_qr create mode 100644 tests/tests/conus13km_restart_qr create mode 100644 tests/tests/conus13km_restart_qr_mismatch create mode 100644 tests/tests/hrrr_c3 create mode 100644 tests/tests/hrrr_gf diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 2b2b7beb1b..09b1c4ab0f 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1293,3 +1293,152 @@ export NFHOUT_HF=3 export NSOUT=-1 export OUTPUT_FH=-1 } +export_hrrr() { +export_fv3 +export NPZ=127 +export NPZP=128 +export DT_ATMOS=300 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 + +export FRAC_GRID=.false. +export FRAC_ICE=.true. + +export FV3_RUN=lake_control_run.IN +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=rap.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke +export NEW_DIAGTABLE=diag_table_rap + +export SFCLAY_COMPUTE_FLUX=.true. + +export LKM=1 +export IOPT_LAKE=2 +export IMP_PHYSICS=8 +export DNATS=0 +export DO_SAT_ADJ=.false. +export LRADAR=.true. +export LTAEROSOL=.true. +export IALB=2 +export IEMS=2 +export HYBEDMF=.false. +export DO_MYNNEDMF=.true. +export DO_MYNNSFCLAY=.true. +export DO_DEEP=.false. +export SHAL_CNV=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export LHEATSTRG=.false. +export LSM=3 +export LSOIL_LSM=9 +export KICE=9 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. +} +export_hrrr_conus13km() +{ +export_fv3 +export SYEAR=2021 +export SMONTH=05 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=120 +export RESTART_INTERVAL=1 +export QUILTING=.true. +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=6 +export NTILES=1 +export WRITE_DOPOST=.false. +export OUTPUT_HISTORY=.true. +export OUTPUT_GRID=lambert_conformal +export OUTPUT_FILE="'netcdf'" + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +export RRFS_SMOKE=.true. +export SEAS_OPT=0 + +export LKM=1 +export SFCLAY_COMPUTE_FLUX=.true. +export IALB=2 +export ICLIQ_SW=2 +export IEMS=2 +export IOVR=3 +export KICE=9 +export LSM=3 +export LSOIL_LSM=9 +export DO_MYNNSFCLAY=.true. +export DO_MYNNEDMF=.true. +export DO_MYJPBL=.true +export HYBEDMF=.false. +export SHAL_CNV=.false. +export DO_SAT_ADJ=.false. +export DO_DEEP=.false. +export CCPP_SUITE='FV3_HRRR' +export INPES=12 +export JNPES=12 +export NPX=397 +export NPY=233 +export NPZ=65 +export MAKE_NH=.false. +export NA_INIT=0 +export DNATS=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. +export WARM_START=.true. +export READ_INCREMENT=.false. +export RES_LATLON_DYNAMICS="'fv3_increment.nc'" +export NPZP=66 +export FHZERO=1.0 +export IMP_PHYSICS=8 +export LDIAG3D=.false. +export QDIAG3D=.false. +export PRINT_DIFF_PGR=.true. +export FHCYC=0.0 +export IAER=1011 +export LHEATSTRG=.false. +export RANDOM_CLDS=.false. +export CNVCLD=.false. +export IMFSHALCNV=-1 +export IMFDEEPCNV=-1 +export CDMBWD='3.5,1.0' +export DO_SPPT=.false. +export DO_SHUM=.false. +export DO_SKEB=.false. +export LNDP_TYPE=0 +export N_VAR_LNDP=0 + +export GWD_OPT=3 +export DO_UGWP_V0=.false. +export DO_UGWP_V0_OROG_ONLY=.false. +export DO_GSL_DRAG_LS_BL=.true. +export DO_GSL_DRAG_SS=.true. +export DO_GSL_DRAG_TOFD=.true. +export DO_UGWP_V1=.false. +export DO_UGWP_V1_OROG_ONLY=.false. + +export FV3_RUN=rrfs_warm_run.IN +export INPUT_NML=rrfs_conus13km_hrrr.nml.IN +export FIELD_TABLE=field_table_thompson_aero_tke_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke +export FRAC_ICE=.true. +} diff --git a/tests/rrfs.conf b/tests/rrfs.conf index 60ed20fc19..56b8344bdb 100644 --- a/tests/rrfs.conf +++ b/tests/rrfs.conf @@ -2,6 +2,8 @@ COMPILE | rrfs_phy32 | intel | -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_RAP,FV3_H RUN | conus13km_control | | baseline | RUN | conus13km_2threads | | | conus13km_control RUN | conus13km_restart_mismatch | | baseline | conus13km_control +RUN | conus13km_control_qr | | baseline | +RUN | conus13km_restart_qr_mismatch | | baseline | conus13km_control # Expected to fail: # RUN | conus13km_restart | | | conus13km_control @@ -15,13 +17,16 @@ RUN | conus13km_radar_tten_debug | | baseline | # Expected to fail: # RUN | conus13km_debug_decomp | | | -COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_gf,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | +COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_gf,FV3_HRRR_c3,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | hrrr_gf | | baseline | +RUN | hrrr_c3 | | baseline | COMPILE | rrfs_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | RUN | conus13km_control | + hera cheyenne | baseline | RUN | conus13km_2threads | + hera cheyenne | | conus13km_control RUN | conus13km_restart_mismatch | + hera cheyenne | baseline | conus13km_control +RUN | conus13km_control_qr | + hera cheyenne | baseline | +RUN | conus13km_restart_qr_mismatch | + hera cheyenne | baseline | conus13km_control # Expected to fail: # RUN | conus13km_restart | + hera cheyenne | | conus13km_control @@ -35,5 +40,6 @@ RUN | conus13km_radar_tten_debug | | baseline | # Expected to fail: # RUN | conus13km_debug_decomp | + hera cheyenne | | -COMPILE | rrfs | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_gf,FV3_RRFS_v1beta -D32BIT=ON | + hera cheyenne | fv3 | +COMPILE | rrfs | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_gf,FV3_HRRR_c3,FV3_RRFS_v1beta -D32BIT=ON | + hera cheyenne | fv3 | RUN | hrrr_gf | + hera cheyenne | baseline | +RUN | hrrr_c3 | + hera cheyenne | baseline | diff --git a/tests/tests/conus13km_2threads b/tests/tests/conus13km_2threads index 6cba2b5ec3..fb7e2a1040 100644 --- a/tests/tests/conus13km_2threads +++ b/tests/tests/conus13km_2threads @@ -16,101 +16,11 @@ export LIST_FILES="sfcf000.nc \ atmf000.nc \ atmf001.nc" -export_fv3 - -export SYEAR=2021 +export_hrrr_conus13km export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 export RESTART_INTERVAL=1 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - +export FHMAX=1 export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' export INPES=12 export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. +export WRTTASK_PER_GROUP=6 diff --git a/tests/tests/conus13km_control b/tests/tests/conus13km_control index 0aa1007a99..49d059eddb 100644 --- a/tests/tests/conus13km_control +++ b/tests/tests/conus13km_control @@ -25,96 +25,5 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210512.170000.phy_data.nc \ RESTART/20210512.170000.sfc_data.nc" -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 +export_hrrr_conus13km export RESTART_INTERVAL=1 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_control_qr b/tests/tests/conus13km_control_qr new file mode 100644 index 0000000000..0106dc8ad2 --- /dev/null +++ b/tests/tests/conus13km_control_qr @@ -0,0 +1,30 @@ +############################################################################### +# +# HRRR physics on 13km domain, control +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, control" + +export CNTL_DIR=conus13km_control_qr + +export LIST_FILES="sfcf000.nc \ + sfcf001.nc \ + sfcf002.nc \ + atmf000.nc \ + atmf001.nc \ + atmf002.nc \ + RESTART/20210512.170000.coupler.res \ + RESTART/20210512.170000.fv_core.res.nc \ + RESTART/20210512.170000.fv_core.res.tile1.nc \ + RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210512.170000.fv_tracer.res.tile1.nc \ + RESTART/20210512.170000.phy_data.nc \ + RESTART/20210512.170000.sfc_data.nc" + +export_hrrr_conus13km +export RESTART_INTERVAL=1 +export QUILTING_RESTART=.true. diff --git a/tests/tests/conus13km_debug b/tests/tests/conus13km_debug index c54ff67529..b59b8124a0 100644 --- a/tests/tests/conus13km_debug +++ b/tests/tests/conus13km_debug @@ -16,96 +16,6 @@ export LIST_FILES="sfcf000.nc \ atmf000.nc \ atmf001.nc" -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 +export_hrrr_conus13km export RESTART_INTERVAL=1 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. +export FHMAX=1 diff --git a/tests/tests/conus13km_debug_2threads b/tests/tests/conus13km_debug_2threads index bc4f9de164..5553fa0297 100644 --- a/tests/tests/conus13km_debug_2threads +++ b/tests/tests/conus13km_debug_2threads @@ -16,101 +16,10 @@ export LIST_FILES="sfcf000.nc \ atmf000.nc \ atmf001.nc" -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 +export_hrrr_conus13km export RESTART_INTERVAL=1 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - +export FHMAX=1 export atm_omp_num_threads=2 -export INPES=$INPES_thrd -export JNPES=$JNPES_thrd -export WRTTASK_PER_GROUP=6 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' export INPES=12 export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. +export WRTTASK_PER_GROUP=6 diff --git a/tests/tests/conus13km_debug_decomp b/tests/tests/conus13km_debug_decomp index 2000b84ed8..2c728d37b3 100644 --- a/tests/tests/conus13km_debug_decomp +++ b/tests/tests/conus13km_debug_decomp @@ -16,97 +16,8 @@ export LIST_FILES="sfcf000.nc \ atmf000.nc \ atmf001.nc" -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=1 -export DT_ATMOS=120 +export_hrrr_conus13km export RESTART_INTERVAL=1 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - +export FHMAX=1 export INPES=16 export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_decomp b/tests/tests/conus13km_decomp index 10c3ed1b12..727ce6356a 100644 --- a/tests/tests/conus13km_decomp +++ b/tests/tests/conus13km_decomp @@ -18,97 +18,7 @@ export LIST_FILES="sfcf000.nc \ atmf001.nc \ atmf002.nc" -export_fv3 - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 +export_hrrr_conus13km export RESTART_INTERVAL=1 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - export INPES=16 export JNPES=9 - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_radar_tten_debug b/tests/tests/conus13km_radar_tten_debug index dc886e89b0..18b6ea06bc 100644 --- a/tests/tests/conus13km_radar_tten_debug +++ b/tests/tests/conus13km_radar_tten_debug @@ -16,98 +16,7 @@ export LIST_FILES="sfcf000.nc \ atmf000.nc \ atmf001.nc" -export_fv3 - +export_hrrr_conus13km +export RESTART_INTERVAL=1 export FH_DFI_RADAR='0.0, 0.25, 0.50, 0.75, 1.0' - -export SYEAR=2021 -export SMONTH=5 -export SDAY=12 -export SHOUR=16 export FHMAX=1 -export DT_ATMOS=120 -export RESTART_INTERVAL=1 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_restart b/tests/tests/conus13km_restart index 83a82241a3..6236ff261d 100644 --- a/tests/tests/conus13km_restart +++ b/tests/tests/conus13km_restart @@ -14,98 +14,7 @@ export CNTL_DIR=conus13km_control export LIST_FILES="sfcf002.nc \ atmf002.nc" -export_fv3 - -export SYEAR=2021 -export SMONTH=05 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" +export_hrrr_conus13km export FHROT=1 export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_restart_mismatch b/tests/tests/conus13km_restart_mismatch index 72907902e6..7feff6be70 100644 --- a/tests/tests/conus13km_restart_mismatch +++ b/tests/tests/conus13km_restart_mismatch @@ -14,98 +14,7 @@ export CNTL_DIR=conus13km_restart_mismatch export LIST_FILES="sfcf002.nc \ atmf002.nc" -export_fv3 - -export SYEAR=2021 -export SMONTH=05 -export SDAY=12 -export SHOUR=16 -export FHMAX=2 -export DT_ATMOS=120 -export QUILTING=.true. -export QUILTING_RESTART=.true. -export WRITE_GROUP=1 -export WRTTASK_PER_GROUP=6 -export NTILES=1 -export WRITE_DOPOST=.false. -export OUTPUT_HISTORY=.true. -export OUTPUT_GRID=lambert_conformal -export OUTPUT_FILE="'netcdf'" +export_hrrr_conus13km export FHROT=1 export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" export RRFS_RESTART=YES - -# Revert these two to GFS_typedefs defaults to avoid a crash: -export SEDI_SEMI=.false. -export DECFL=8 - -export RRFS_SMOKE=.true. -export SEAS_OPT=0 - -export LKM=1 -export SFCLAY_COMPUTE_FLUX=.true. -export IALB=2 -export ICLIQ_SW=2 -export IEMS=2 -export IOVR=3 -export KICE=9 -export LSM=3 -export LSOIL_LSM=9 -export DO_MYNNSFCLAY=.true. -export DO_MYNNEDMF=.true. -export DO_MYJPBL=.true -export HYBEDMF=.false. -export SHAL_CNV=.false. -export DO_SAT_ADJ=.false. -export DO_DEEP=.false. -export CCPP_SUITE='FV3_HRRR' -export INPES=12 -export JNPES=12 -export NPX=397 -export NPY=233 -export NPZ=65 -export MAKE_NH=.false. -export NA_INIT=0 -export DNATS=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. -export WARM_START=.true. -export READ_INCREMENT=.false. -export RES_LATLON_DYNAMICS="'fv3_increment.nc'" -export NPZP=66 -export FHZERO=1.0 -export IMP_PHYSICS=8 -export LDIAG3D=.false. -export QDIAG3D=.false. -export PRINT_DIFF_PGR=.true. -export FHCYC=0.0 -export IAER=1011 -export LHEATSTRG=.false. -export RANDOM_CLDS=.false. -export CNVCLD=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export CDMBWD='3.5,1.0' -export DO_SPPT=.false. -export DO_SHUM=.false. -export DO_SKEB=.false. -export LNDP_TYPE=0 -export N_VAR_LNDP=0 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - -export FV3_RUN=rrfs_warm_run.IN -export INPUT_NML=rrfs_conus13km_hrrr.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke_smoke -export DIAG_TABLE=diag_table_hrrr -export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN -export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke -export FRAC_ICE=.true. diff --git a/tests/tests/conus13km_restart_qr b/tests/tests/conus13km_restart_qr new file mode 100644 index 0000000000..9fb8358c6d --- /dev/null +++ b/tests/tests/conus13km_restart_qr @@ -0,0 +1,21 @@ +############################################################################### +# +# HRRR physics on 13km domain, restart run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, restart run" + +export CNTL_DIR=conus13km_control + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_hrrr_conus13km +export QUILTING_RESTART=.true. +export FHROT=1 +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" +export RRFS_RESTART=YES diff --git a/tests/tests/conus13km_restart_qr_mismatch b/tests/tests/conus13km_restart_qr_mismatch new file mode 100644 index 0000000000..fecdd4d63b --- /dev/null +++ b/tests/tests/conus13km_restart_qr_mismatch @@ -0,0 +1,21 @@ +############################################################################### +# +# HRRR physics on 13km domain, restart run +# +############################################################################### + +# This configuration is supposed to match the rrfs_dev1 parallel, so +# do not change the namelist without checking the current parallel. + +export TEST_DESCR="HRRR physics on 13km domain, restart run" + +export CNTL_DIR=conus13km_restart_qr_mismatch + +export LIST_FILES="sfcf002.nc \ + atmf002.nc" + +export_hrrr_conus13km +export QUILTING_RESTART=.true. +export FHROT=1 +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" +export RRFS_RESTART=YES diff --git a/tests/tests/hrrr_c3 b/tests/tests/hrrr_c3 new file mode 100644 index 0000000000..a5a0235626 --- /dev/null +++ b/tests/tests/hrrr_c3 @@ -0,0 +1,63 @@ +############################################################################### +# +# HRRR C3 scheme test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake C3 convection results with previous trunk version" + +export CNTL_DIR=hrrr_c3 + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" + +export_hrrr +export RESTART_INTERVAL="6 -1" +export OUTPUT_FH='0 09 12' +export CCPP_SUITE=FV3_HRRR_c3 +export DO_DEEP=.true. +export SHAL_CNV=.true. +export IMFSHALCNV=5 +export IMFDEEPCNV=5 diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 7e78491304..7d2dd7f880 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -53,59 +53,6 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210322.120000.sfc_data.tile5.nc \ RESTART/20210322.120000.sfc_data.tile6.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 +export_hrrr export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index 008ca80846..a74ab76253 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -53,65 +53,11 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210322.120000.sfc_data.tile5.nc \ RESTART/20210322.120000.sfc_data.tile6.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - +export_hrrr export THRD=2 export atm_omp_num_threads=2 export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - +export RESTART_INTERVAL="6 -1" +export OUTPUT_FH='0 09 12' diff --git a/tests/tests/hrrr_control_2threads_dyn32_phy32 b/tests/tests/hrrr_control_2threads_dyn32_phy32 index a53cdd4a5c..a92253d796 100644 --- a/tests/tests/hrrr_control_2threads_dyn32_phy32 +++ b/tests/tests/hrrr_control_2threads_dyn32_phy32 @@ -53,66 +53,12 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210322.120000.sfc_data.tile5.nc \ RESTART/20210322.120000.sfc_data.tile6.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' +export_hrrr export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - export THRD=2 export atm_omp_num_threads=2 export INPES=$INPES_thrd export JNPES=$JNPES_thrd export WRTTASK_PER_GROUP=6 - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - +export RESTART_INTERVAL="6 -1" +export OUTPUT_FH='0 09 12' diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index c03bd04b3e..9f3f799d85 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -13,58 +13,7 @@ export LIST_FILES="sfcf000.nc \ atmf000.nc \ atmf001.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export IAER=5111 +export_hrrr +export WRITE_DOPOST=.false. export OUTPUT_FH='0 1' export FHMAX=1 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_debug_dyn32_phy32 b/tests/tests/hrrr_control_debug_dyn32_phy32 index e0b1820c88..55159dca75 100644 --- a/tests/tests/hrrr_control_debug_dyn32_phy32 +++ b/tests/tests/hrrr_control_debug_dyn32_phy32 @@ -13,58 +13,7 @@ export LIST_FILES="sfcf000.nc \ atmf000.nc \ atmf001.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export IAER=5111 +export_hrrr +export WRITE_DOPOST=.false. export OUTPUT_FH='0 1' export FHMAX=1 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index ff5a897919..576ef14c92 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -53,62 +53,8 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210322.120000.sfc_data.tile5.nc \ RESTART/20210322.120000.sfc_data.tile6.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 -export OUTPUT_FH='0 09 12' - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - +export_hrrr export INPES=6 export JNPES=4 - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - +export RESTART_INTERVAL="6 -1" +export OUTPUT_FH='0 09 12' diff --git a/tests/tests/hrrr_control_decomp_dyn32_phy32 b/tests/tests/hrrr_control_decomp_dyn32_phy32 index d4b1c516df..fbc4c6b0b9 100644 --- a/tests/tests/hrrr_control_decomp_dyn32_phy32 +++ b/tests/tests/hrrr_control_decomp_dyn32_phy32 @@ -53,63 +53,9 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210322.120000.sfc_data.tile5.nc \ RESTART/20210322.120000.sfc_data.tile6.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 +export_hrrr +export INPES=6 +export JNPES=4 export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export INPES=6 -export JNPES=4 - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_dyn32_phy32 b/tests/tests/hrrr_control_dyn32_phy32 index 04669a8a64..3decb226b8 100644 --- a/tests/tests/hrrr_control_dyn32_phy32 +++ b/tests/tests/hrrr_control_dyn32_phy32 @@ -53,60 +53,7 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210322.120000.sfc_data.tile5.nc \ RESTART/20210322.120000.sfc_data.tile6.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 +export_hrrr export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. -export LHEATSTRG=.false. -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_qr b/tests/tests/hrrr_control_qr index 24a1372c0a..a61787232f 100644 --- a/tests/tests/hrrr_control_qr +++ b/tests/tests/hrrr_control_qr @@ -53,59 +53,7 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210322.120000.sfc_data.tile5.nc \ RESTART/20210322.120000.sfc_data.tile6.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 +export_hrrr +export QUILTING_RESTART=.true. export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 export OUTPUT_FH='0 09 12' -export QUILTING_RESTART=.true. -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_qr_dyn32_phy32 b/tests/tests/hrrr_control_qr_dyn32_phy32 index 6c47bd7966..a668bc2470 100644 --- a/tests/tests/hrrr_control_qr_dyn32_phy32 +++ b/tests/tests/hrrr_control_qr_dyn32_phy32 @@ -53,60 +53,8 @@ export LIST_FILES="sfcf000.nc \ RESTART/20210322.120000.sfc_data.tile5.nc \ RESTART/20210322.120000.sfc_data.tile6.nc" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 +export_hrrr export RESTART_INTERVAL="6 -1" -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 export OUTPUT_FH='0 09 12' export FHMAX=12 export QUILTING_RESTART=.true. -export FRAC_GRID=.false. -export FRAC_ICE=.true. - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap - -export SFCLAY_COMPUTE_FLUX=.true. -export LHEATSTRG=.false. -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index c37a7510bc..b26a55e100 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -13,66 +13,13 @@ export LIST_FILES="sfcf012.nc \ GFSFLX.GrbF12 \ GFSPRS.GrbF12" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 +export_hrrr export FHROT=6 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_restart_dyn32_phy32 b/tests/tests/hrrr_control_restart_dyn32_phy32 index 3edf8beb15..98220f5273 100644 --- a/tests/tests/hrrr_control_restart_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_dyn32_phy32 @@ -13,67 +13,13 @@ export LIST_FILES="sfcf012.nc \ GFSFLX.GrbF12 \ GFSPRS.GrbF12" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 +export_hrrr export FHROT=6 export FHMAX=12 - -export FRAC_GRID=.false. -export FRAC_ICE=.true. - export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export SFCLAY_COMPUTE_FLUX=.true. -export LHEATSTRG=.false. -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_restart_qr b/tests/tests/hrrr_control_restart_qr index 85baaab6d4..1a4a81412c 100644 --- a/tests/tests/hrrr_control_restart_qr +++ b/tests/tests/hrrr_control_restart_qr @@ -1,10 +1,10 @@ ############################################################################### # -# HRRR restart test +# HRRR control test: atmosphere only at C96L127 with quilt restart # ############################################################################### -export TEST_DESCR="Compare HRRR CLM Lake results with quilt control using quilting restart in atm" +export TEST_DESCR="Compare HRRR CLM Lake results with previous trunk version using quilting restart in atm" export CNTL_DIR=hrrr_control @@ -13,66 +13,13 @@ export LIST_FILES="sfcf012.nc \ GFSFLX.GrbF12 \ GFSPRS.GrbF12" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 +export_hrrr export FHROT=6 export QUILTING_RESTART=.true. -export FRAC_GRID=.false. -export FRAC_ICE=.true. - export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export SFCLAY_COMPUTE_FLUX=.true. - -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_control_restart_qr_dyn32_phy32 b/tests/tests/hrrr_control_restart_qr_dyn32_phy32 index e43e586302..994c53593d 100644 --- a/tests/tests/hrrr_control_restart_qr_dyn32_phy32 +++ b/tests/tests/hrrr_control_restart_qr_dyn32_phy32 @@ -13,67 +13,14 @@ export LIST_FILES="sfcf012.nc \ GFSFLX.GrbF12 \ GFSPRS.GrbF12" -export_fv3 -export NPZ=127 -export NPZP=128 -export DT_ATMOS=300 -export SYEAR=2021 -export SMONTH=03 -export SDAY=22 -export SHOUR=06 -export OUTPUT_GRID='gaussian_grid' -export NSTF_NAME='2,0,0,0,0' -export WRITE_DOPOST=.true. -export IAER=5111 +export_hrrr export FHROT=6 export FHMAX=12 export QUILTING_RESTART=.true. -export FRAC_GRID=.false. -export FRAC_ICE=.true. - export WARM_START=.true. export NGGPS_IC=.false. export EXTERNAL_IC=.false. export MAKE_NH=.false. export MOUNTAIN=.true. export NA_INIT=0 - -export FV3_RUN=lake_control_run.IN -export CCPP_SUITE=FV3_HRRR -export INPUT_NML=rap.nml.IN -export FIELD_TABLE=field_table_thompson_aero_tke -export NEW_DIAGTABLE=diag_table_rap export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000" - -export SFCLAY_COMPUTE_FLUX=.true. -export LHEATSTRG=.false. -export LKM=1 -export IOPT_LAKE=2 -export IMP_PHYSICS=8 -export DNATS=0 -export DO_SAT_ADJ=.false. -export LRADAR=.true. -export LTAEROSOL=.true. -export IALB=2 -export IEMS=2 -export HYBEDMF=.false. -export DO_MYNNEDMF=.true. -export DO_MYNNSFCLAY=.true. -export DO_DEEP=.false. -export SHAL_CNV=.false. -export IMFSHALCNV=-1 -export IMFDEEPCNV=-1 -export LHEATSTRG=.false. -export LSM=3 -export LSOIL_LSM=9 -export KICE=9 - -export GWD_OPT=3 -export DO_UGWP_V0=.false. -export DO_UGWP_V0_OROG_ONLY=.false. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_GSL_DRAG_TOFD=.true. -export DO_UGWP_V1=.false. -export DO_UGWP_V1_OROG_ONLY=.false. - diff --git a/tests/tests/hrrr_gf b/tests/tests/hrrr_gf new file mode 100644 index 0000000000..74470cace1 --- /dev/null +++ b/tests/tests/hrrr_gf @@ -0,0 +1,63 @@ +############################################################################### +# +# HRRR GF scheme test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR CLM Lake GF convection results with previous trunk version" + +export CNTL_DIR=hrrr_gf + +export LIST_FILES="sfcf000.nc \ + sfcf009.nc \ + sfcf012.nc \ + atmf000.nc \ + atmf009.nc \ + atmf012.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF09 \ + GFSFLX.GrbF12 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF09 \ + GFSPRS.GrbF12 \ + RESTART/20210322.120000.coupler.res \ + RESTART/20210322.120000.fv_core.res.nc \ + RESTART/20210322.120000.fv_core.res.tile1.nc \ + RESTART/20210322.120000.fv_core.res.tile2.nc \ + RESTART/20210322.120000.fv_core.res.tile3.nc \ + RESTART/20210322.120000.fv_core.res.tile4.nc \ + RESTART/20210322.120000.fv_core.res.tile5.nc \ + RESTART/20210322.120000.fv_core.res.tile6.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210322.120000.fv_tracer.res.tile1.nc \ + RESTART/20210322.120000.fv_tracer.res.tile2.nc \ + RESTART/20210322.120000.fv_tracer.res.tile3.nc \ + RESTART/20210322.120000.fv_tracer.res.tile4.nc \ + RESTART/20210322.120000.fv_tracer.res.tile5.nc \ + RESTART/20210322.120000.fv_tracer.res.tile6.nc \ + RESTART/20210322.120000.phy_data.tile1.nc \ + RESTART/20210322.120000.phy_data.tile2.nc \ + RESTART/20210322.120000.phy_data.tile3.nc \ + RESTART/20210322.120000.phy_data.tile4.nc \ + RESTART/20210322.120000.phy_data.tile5.nc \ + RESTART/20210322.120000.phy_data.tile6.nc \ + RESTART/20210322.120000.sfc_data.tile1.nc \ + RESTART/20210322.120000.sfc_data.tile2.nc \ + RESTART/20210322.120000.sfc_data.tile3.nc \ + RESTART/20210322.120000.sfc_data.tile4.nc \ + RESTART/20210322.120000.sfc_data.tile5.nc \ + RESTART/20210322.120000.sfc_data.tile6.nc" + +export_hrrr +export RESTART_INTERVAL="6 -1" +export OUTPUT_FH='0 09 12' +export CCPP_SUITE=FV3_HRRR_gf +export DO_DEEP=.true. +export SHAL_CNV=.true. +export IMFSHALCNV=3 +export IMFDEEPCNV=3 From 2b4dc315ece268efe30f1a4c6b236cf34a1c8de6 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 00:13:53 +0000 Subject: [PATCH 07/25] bug fix to quilt servers & use clm lake in hrrr c3 & gf --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a3775fc12d..35ca09f35a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-EMC/fv3atm - branch = develop + url = https://github.com/SamuelTrahanNOAA/fv3atm + branch = conus13km [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index 1b1ec61526..2d9fbed2b4 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 1b1ec61526a82dd8872e12a1873a4e2635130650 +Subproject commit 2d9fbed2b434c5056eaadb5c39af6097f2cee7ab From 5126f6264a9cbfa319fcec3e61172630bb739cd8 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 12:21:42 +0000 Subject: [PATCH 08/25] correct errors in rt.conf for new tests --- tests/rt.conf | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index 64c6135f2e..f2e243f4c1 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -113,7 +113,7 @@ RUN | regional_ifi_control | + acorn RUN | regional_ifi_decomp | + acorn | | RUN | regional_ifi_2threads | + acorn | | -COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf -D32BIT=ON | | fv3 | +COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON | | fv3 | RUN | rap_control | | baseline | RUN | regional_spp_sppt_shum_skeb | | baseline | RUN | rap_decomp | | | @@ -132,6 +132,7 @@ RUN | rrfs_v1beta | RUN | rrfs_v1nssl | | baseline | RUN | rrfs_v1nssl_nohailnoccn | | baseline | RUN | hrrr_gf | | baseline | +RUN | hrrr_c3 | | baseline | COMPILE | csawmg | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | | fv3 | RUN | control_csawmg | - gaea.intel | baseline | @@ -189,10 +190,12 @@ RUN | rap_restart_dyn32_phy32 | RUN | hrrr_control_restart_dyn32_phy32 | | | hrrr_control_dyn32_phy32 RUN | hrrr_control_restart_qr_dyn32_phy32 | | | hrrr_control_qr_dyn32_phy32 -COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | +COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | RUN | conus13km_control | | baseline | RUN | conus13km_2threads | | | conus13km_control RUN | conus13km_restart_mismatch | | baseline | conus13km_control +RUN | conus13km_control_qr | | baseline | +RUN | conus13km_restart_qr_mismatch | | baseline | conus13km_control # Expected to fail: # RUN | conus13km_restart | | | conus13km_control @@ -204,13 +207,12 @@ RUN | rap_control_dyn64_phy32 | COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_debug_dyn32_phy32 | | baseline | RUN | hrrr_control_debug_dyn32_phy32 | | baseline | - -RUN | conus13km_debug | | baseline | -RUN | conus13km_debug_2threads | | | -RUN | conus13km_radar_tten_debug | | | +RUN | conus13km_debug | | baseline | +RUN | conus13km_debug_2threads | | | +RUN | conus13km_radar_tten_debug | | baseline | # Expected to fail: -# RUN | conus13km_debug_decomp | | | +# RUN | conus13km_debug_decomp | | | COMPILE | rrfs_dyn64_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | | fv3 | RUN | rap_control_dyn64_phy32_debug | | baseline | @@ -313,7 +315,7 @@ RUN | control_ras | + hera cheyenne RUN | control_p8 | + hera cheyenne | baseline | RUN | control_flake | + hera cheyenne | baseline | -COMPILE | rrfs | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON | + hera cheyenne | fv3 | +COMPILE | rrfs | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON | + hera cheyenne | fv3 | RUN | rap_control | + hera cheyenne | baseline | RUN | rap_decomp | + hera cheyenne | | RUN | rap_2threads | + hera cheyenne | | @@ -329,6 +331,7 @@ RUN | hrrr_control_restart | + hera cheyenne RUN | hrrr_control_restart_qr | + hera cheyenne | | hrrr_control_qr RUN | rrfs_v1beta | + hera cheyenne | baseline | RUN | hrrr_gf | + hera cheyenne | baseline | +RUN | hrrr_c3 | + hera cheyenne | baseline | ### CCPP DEBUG tests ### # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) @@ -347,15 +350,6 @@ RUN | control_debug_p8 | + hera cheyenne RUN | rap_flake_debug | + hera cheyenne | baseline | RUN | rap_clm_lake_debug | + hera cheyenne | baseline | -COMPILE | rrfs_dyn32_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | | fv3 | -RUN | conus13km_control | + hera cheyenne | baseline | -RUN | conus13km_2threads | + hera cheyenne | | conus13km_control -RUN | conus13km_restart_mismatch | + hera cheyenne | baseline | conus13km_control - -# Expected to fail: -# RUN | conus13km_restart | + hera cheyenne | | conus13km_control -# RUN | conus13km_decomp | + hera cheyenne | | conus13km_control - COMPILE | wam_debug | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | + hera cheyenne | fv3 | RUN | control_wam_debug | + hera cheyenne | baseline | @@ -372,6 +366,15 @@ RUN | hrrr_control_decomp_dyn32_phy32 | + hera cheyenne RUN | rap_restart_dyn32_phy32 | + hera cheyenne | | rap_control_dyn32_phy32 RUN | hrrr_control_restart_dyn32_phy32 | + hera cheyenne | | hrrr_control_dyn32_phy32 RUN | hrrr_control_restart_qr_dyn32_phy32 | + hera cheyenne | | hrrr_control_qr_dyn32_phy32 +RUN | conus13km_control | + hera cheyenne | baseline | +RUN | conus13km_2threads | + hera cheyenne | | conus13km_control +RUN | conus13km_restart_mismatch | + hera cheyenne | baseline | conus13km_control +RUN | conus13km_control_qr | + hera cheyenne | baseline | +RUN | conus13km_restart_qr_mismatch | + hera cheyenne | baseline | conus13km_control + +# Expected to fail: +# RUN | conus13km_restart | + hera cheyenne | | conus13km_control +# RUN | conus13km_decomp | + hera cheyenne | | conus13km_control COMPILE | atm_dyn64_phy32 | gnu | -DAPP=ATM -DCCPP_32BIT=ON | + hera cheyenne | fv3 | RUN | rap_control_dyn64_phy32 | + hera cheyenne | baseline | @@ -381,7 +384,7 @@ RUN | rap_control_debug_dyn32_phy32 | + hera cheyenne RUN | hrrr_control_debug_dyn32_phy32 | + hera cheyenne | baseline | RUN | conus13km_debug | + hera cheyenne | baseline | RUN | conus13km_debug_2threads | + hera cheyenne | | -RUN | conus13km_radar_tten_debug | + hera cheyenne | | +RUN | conus13km_radar_tten_debug | | baseline | # Expected to fail: # RUN | conus13km_debug_decomp | + hera cheyenne | | From 31c3252775641023a4bb21312faed1e924ecb12b Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 12:23:23 +0000 Subject: [PATCH 09/25] hera tests passed --- tests/logs/RegressionTests_hera.log | 3198 +++++++++++++-------------- 1 file changed, 1596 insertions(+), 1602 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index b0e9f96aff..2c3b52076c 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,74 +1,74 @@ -Thu Jul 27 00:34:25 UTC 2023 +Thu Aug 24 03:09:25 UTC 2023 Start Regression test -Testing UFSWM Hash: 6f4b4c9db3457ae989732623eb8d2b7c3dc9040c +Testing UFSWM Hash: 2b4dc315ece268efe30f1a4c6b236cf34a1c8de6 Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) 5840cd1931e2e32b9dfded0c19049d0f1ec3d04c ../CICE-interface/CICE (CICE6.0.0-440-g5840cd1) 9923d6d17700daf502d9a016138bf8eb8aad7f09 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-1402-g9923d6d) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 67f544ec9b3d1025e932cff0f79c587c8de8acca ../FV3 (remotes/origin/upp_june) + 2d9fbed2b434c5056eaadb5c39af6097f2cee7ab ../FV3 (heads/conus13km) b94145fca46169bbc53ec6b8d4ed849715dc5130 ../GOCART (rt-v5_29_1_BPL91_1-exRT4-514-gb94145f) 24437531dcf8580aadaf6ebeb9de544ccfc674f9 ../HYCOM-interface/HYCOM (2.3.00-120-g2443753) fdbfa2523650b81a0771f3fb1791ea3e3dce66db ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9713-gfdbfa2523) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atmaero_intel elapsed time 550 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 221 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_faster_intel elapsed time 545 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 522 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 230 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_debug_gnu elapsed time 179 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 625 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 183 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_debug_gnu elapsed time 178 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_gnu elapsed time 274 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 548 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 206 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 564 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 610 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 616 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 573 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 108 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 185 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_gnu elapsed time 118 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 69 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 615 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 212 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 617 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 647 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 212 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 676 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_gnu elapsed time 209 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 538 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 227 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 527 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_gnu elapsed time 205 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 568 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 614 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 236 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 617 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 664 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile atm_debug_dyn32_intel elapsed time 237 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_debug_gnu elapsed time 181 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 608 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 188 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_debug_gnu elapsed time 181 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_gnu elapsed time 277 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 557 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 202 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 533 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 189 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 555 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 523 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 543 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 555 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 561 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 529 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 184 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_gnu elapsed time 119 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 184 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 76 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 576 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 199 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 594 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 587 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 183 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 651 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 202 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 519 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 186 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 525 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_gnu elapsed time 215 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 574 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 599 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 235 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 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 630 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 137 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 229 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 251 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 908 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 659 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 155 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 247 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 685 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 268 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 665 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 228 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 636 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 134 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 242 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 252 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 936 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 108 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 200 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 530 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_mixedmode_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_p8_mixedmode_intel +Compile s2swa_faster_intel elapsed time 690 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 274 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 673 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_gnu elapsed time 104 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 179 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 509 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_mixedmode_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 325.741120 - 0: The maximum resident set size (KB) = 3130276 + 0: The total amount of wall time = 313.417349 + 0: The maximum resident set size (KB) = 3116992 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_gfsv17_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_gfsv17_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_gfsv17_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -204,14 +204,14 @@ 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 = 241.103631 - 0: The maximum resident set size (KB) = 1677344 + 0: The total amount of wall time = 221.935561 + 0: The maximum resident set size (KB) = 1674628 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -276,14 +276,14 @@ 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 = 371.383624 - 0: The maximum resident set size (KB) = 3173180 + 0: The total amount of wall time = 348.205698 + 0: The maximum resident set size (KB) = 3123388 Test 003 cpld_control_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_restart_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -336,14 +336,14 @@ 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 = 208.656159 - 0: The maximum resident set size (KB) = 3043988 + 0: The total amount of wall time = 195.011638 + 0: The maximum resident set size (KB) = 3037284 Test 004 cpld_restart_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_qr_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -408,14 +408,14 @@ 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 = 376.520173 - 0: The maximum resident set size (KB) = 3186584 + 0: The total amount of wall time = 342.805099 + 0: The maximum resident set size (KB) = 3172592 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_restart_qr_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -468,14 +468,14 @@ 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 = 206.588167 - 0: The maximum resident set size (KB) = 3052292 + 0: The total amount of wall time = 198.226468 + 0: The maximum resident set size (KB) = 3046660 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_2threads_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -528,14 +528,14 @@ 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 = 384.151549 - 0: The maximum resident set size (KB) = 3513628 + 0: The total amount of wall time = 350.368292 + 0: The maximum resident set size (KB) = 3498944 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_decomp_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -588,14 +588,14 @@ 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 = 375.948493 - 0: The maximum resident set size (KB) = 3159220 + 0: The total amount of wall time = 343.464361 + 0: The maximum resident set size (KB) = 3151280 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_mpi_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -648,14 +648,14 @@ 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 = 311.552081 - 0: The maximum resident set size (KB) = 3020660 + 0: The total amount of wall time = 283.996163 + 0: The maximum resident set size (KB) = 3010616 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_ciceC_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_ciceC_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_ciceC_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -720,14 +720,14 @@ 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 = 377.456923 - 0: The maximum resident set size (KB) = 3168540 + 0: The total amount of wall time = 344.095643 + 0: The maximum resident set size (KB) = 3162588 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_c192_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_c192_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_c192_p8_intel Checking test 011 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -780,14 +780,14 @@ 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 = 634.988357 - 0: The maximum resident set size (KB) = 3253620 + 0: The total amount of wall time = 596.620051 + 0: The maximum resident set size (KB) = 3240664 Test 011 cpld_control_c192_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_restart_c192_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_c192_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_restart_c192_p8_intel Checking test 012 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -840,14 +840,14 @@ 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 = 410.830757 - 0: The maximum resident set size (KB) = 3145552 + 0: The total amount of wall time = 388.880574 + 0: The maximum resident set size (KB) = 3092728 Test 012 cpld_restart_c192_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_bmark_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_bmark_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_bmark_p8_intel Checking test 013 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -895,14 +895,14 @@ 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 = 753.852801 - 0: The maximum resident set size (KB) = 4037244 + 0: The total amount of wall time = 723.761378 + 0: The maximum resident set size (KB) = 3976016 Test 013 cpld_bmark_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_restart_bmark_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_bmark_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_restart_bmark_p8_intel Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -950,14 +950,14 @@ 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 = 474.810942 - 0: The maximum resident set size (KB) = 3953564 + 0: The total amount of wall time = 453.090116 + 0: The maximum resident set size (KB) = 3944452 Test 014 cpld_restart_bmark_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_noaero_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_noaero_p8_intel Checking test 015 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1021,14 +1021,14 @@ 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 = 290.796591 - 0: The maximum resident set size (KB) = 1717472 + 0: The total amount of wall time = 268.050560 + 0: The maximum resident set size (KB) = 1709976 Test 015 cpld_control_noaero_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_c96_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_nowave_noaero_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_c96_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_nowave_noaero_p8_intel Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1090,14 +1090,14 @@ 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 = 278.248483 - 0: The maximum resident set size (KB) = 1758500 + 0: The total amount of wall time = 266.133045 + 0: The maximum resident set size (KB) = 1757860 Test 016 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_debug_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_debug_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_debug_p8_intel Checking test 017 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1150,14 +1150,14 @@ 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.228112 - 0: The maximum resident set size (KB) = 3233960 + 0: The total amount of wall time = 533.948988 + 0: The maximum resident set size (KB) = 3200856 Test 017 cpld_debug_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_debug_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_debug_noaero_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_debug_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_debug_noaero_p8_intel Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1209,14 +1209,14 @@ 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 = 373.972889 - 0: The maximum resident set size (KB) = 1729404 + 0: The total amount of wall time = 366.024469 + 0: The maximum resident set size (KB) = 1724684 Test 018 cpld_debug_noaero_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_noaero_p8_agrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_noaero_p8_agrid_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_noaero_p8_agrid_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_noaero_p8_agrid_intel Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1278,14 +1278,14 @@ 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 = 290.427478 - 0: The maximum resident set size (KB) = 1766896 + 0: The total amount of wall time = 276.730944 + 0: The maximum resident set size (KB) = 1710828 Test 019 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_c48_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_c48_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_c48_intel Checking test 020 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1335,14 +1335,14 @@ 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 = 585.047108 - 0: The maximum resident set size (KB) = 2804424 + 0: The total amount of wall time = 577.492672 + 0: The maximum resident set size (KB) = 2792348 Test 020 cpld_control_c48_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_p8_faster_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_p8_faster_intel Checking test 021 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1407,14 +1407,14 @@ 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 = 356.038518 - 0: The maximum resident set size (KB) = 3160668 + 0: The total amount of wall time = 325.780931 + 0: The maximum resident set size (KB) = 3154128 Test 021 cpld_control_p8_faster_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_pdlib_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_pdlib_p8_intel Checking test 022 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1478,14 +1478,14 @@ 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 = 1193.892877 - 0: The maximum resident set size (KB) = 1741836 + 0: The total amount of wall time = 1203.151598 + 0: The maximum resident set size (KB) = 1743512 Test 022 cpld_control_pdlib_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_restart_pdlib_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_restart_pdlib_p8_intel Checking test 023 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1537,14 +1537,14 @@ 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 = 602.235070 - 0: The maximum resident set size (KB) = 1026876 + 0: The total amount of wall time = 563.963253 + 0: The maximum resident set size (KB) = 1017896 Test 023 cpld_restart_pdlib_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_mpi_pdlib_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_mpi_pdlib_p8_intel Checking test 024 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1608,14 +1608,14 @@ 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 = 1092.451579 - 0: The maximum resident set size (KB) = 1650856 + 0: The total amount of wall time = 1084.986532 + 0: The maximum resident set size (KB) = 1631300 Test 024 cpld_mpi_pdlib_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_debug_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_debug_pdlib_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_debug_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_debug_pdlib_p8_intel Checking test 025 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1667,14 +1667,14 @@ 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 = 1389.223051 - 0: The maximum resident set size (KB) = 1697068 + 0: The total amount of wall time = 1389.431730 + 0: The maximum resident set size (KB) = 1687504 Test 025 cpld_debug_pdlib_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_flake_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_flake_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_flake_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_flake_intel Checking test 026 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1685,14 +1685,14 @@ Checking test 026 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 191.872841 - 0: The maximum resident set size (KB) = 679516 + 0: The total amount of wall time = 189.507701 + 0: The maximum resident set size (KB) = 676600 Test 026 control_flake_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_CubedSphereGrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_CubedSphereGrid_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_CubedSphereGrid_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_CubedSphereGrid_intel Checking test 027 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1719,28 +1719,28 @@ Checking test 027 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 134.123124 - 0: The maximum resident set size (KB) = 625132 + 0: The total amount of wall time = 130.252451 + 0: The maximum resident set size (KB) = 620936 Test 027 control_CubedSphereGrid_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_CubedSphereGrid_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_CubedSphereGrid_parallel_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_CubedSphereGrid_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_CubedSphereGrid_parallel_intel Checking test 028 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK + Comparing atmf024.nc ............ALT CHECK......OK - 0: The total amount of wall time = 131.069247 - 0: The maximum resident set size (KB) = 626056 + 0: The total amount of wall time = 128.641679 + 0: The maximum resident set size (KB) = 625996 Test 028 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_latlon_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_latlon_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_latlon_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_latlon_intel Checking test 029 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1751,14 +1751,14 @@ Checking test 029 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.903085 - 0: The maximum resident set size (KB) = 624296 + 0: The total amount of wall time = 134.466454 + 0: The maximum resident set size (KB) = 625540 Test 029 control_latlon_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_wrtGauss_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_wrtGauss_netcdf_parallel_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_wrtGauss_netcdf_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_wrtGauss_netcdf_parallel_intel Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1769,14 +1769,14 @@ Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.974427 - 0: The maximum resident set size (KB) = 629440 + 0: The total amount of wall time = 137.100202 + 0: The maximum resident set size (KB) = 618376 Test 030 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_c48_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_c48_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_c48_intel Checking test 031 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1815,14 +1815,14 @@ 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 = 368.589451 -0: The maximum resident set size (KB) = 806656 +0: The total amount of wall time = 372.407998 +0: The maximum resident set size (KB) = 819016 Test 031 control_c48_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_c192_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_c192_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_c192_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_c192_intel Checking test 032 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1833,14 +1833,14 @@ Checking test 032 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 525.203187 - 0: The maximum resident set size (KB) = 767304 + 0: The total amount of wall time = 525.116866 + 0: The maximum resident set size (KB) = 768532 Test 032 control_c192_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_c384_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_c384_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_c384_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_c384_intel Checking test 033 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1851,14 +1851,14 @@ Checking test 033 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 523.290108 - 0: The maximum resident set size (KB) = 1267508 + 0: The total amount of wall time = 523.397251 + 0: The maximum resident set size (KB) = 1260904 Test 033 control_c384_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_c384gdas_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_c384gdas_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_c384gdas_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_c384gdas_intel Checking test 034 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1901,14 +1901,14 @@ 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 = 473.541190 - 0: The maximum resident set size (KB) = 1379588 + 0: The total amount of wall time = 462.753808 + 0: The maximum resident set size (KB) = 1351240 Test 034 control_c384gdas_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_stochy_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_stochy_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_stochy_intel Checking test 035 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1919,28 +1919,28 @@ Checking test 035 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.932968 - 0: The maximum resident set size (KB) = 634832 + 0: The total amount of wall time = 89.484206 + 0: The maximum resident set size (KB) = 628632 Test 035 control_stochy_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_stochy_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_stochy_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_stochy_restart_intel Checking test 036 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.263670 - 0: The maximum resident set size (KB) = 487124 + 0: The total amount of wall time = 49.411764 + 0: The maximum resident set size (KB) = 477592 Test 036 control_stochy_restart_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_lndp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_lndp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_lndp_intel Checking test 037 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1951,14 +1951,14 @@ Checking test 037 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 84.419330 - 0: The maximum resident set size (KB) = 631544 + 0: The total amount of wall time = 81.171712 + 0: The maximum resident set size (KB) = 628544 Test 037 control_lndp_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_iovr4_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_iovr4_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_iovr4_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_iovr4_intel Checking test 038 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1973,14 +1973,14 @@ Checking test 038 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 139.671884 - 0: The maximum resident set size (KB) = 624628 + 0: The total amount of wall time = 135.765600 + 0: The maximum resident set size (KB) = 625652 Test 038 control_iovr4_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_iovr5_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_iovr5_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_iovr5_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_iovr5_intel Checking test 039 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1995,14 +1995,14 @@ Checking test 039 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 142.895818 - 0: The maximum resident set size (KB) = 627208 + 0: The total amount of wall time = 139.402245 + 0: The maximum resident set size (KB) = 624836 Test 039 control_iovr5_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_p8_intel Checking test 040 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2049,14 +2049,14 @@ 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 = 170.830639 - 0: The maximum resident set size (KB) = 1599340 + 0: The total amount of wall time = 169.700686 + 0: The maximum resident set size (KB) = 1593912 Test 040 control_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_restart_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_restart_p8_intel Checking test 041 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2095,14 +2095,14 @@ 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 = 89.926247 - 0: The maximum resident set size (KB) = 875232 + 0: The total amount of wall time = 87.611053 + 0: The maximum resident set size (KB) = 870728 Test 041 control_restart_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_qr_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_qr_p8_intel Checking test 042 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2149,14 +2149,14 @@ 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.558346 - 0: The maximum resident set size (KB) = 1600716 + 0: The total amount of wall time = 169.191717 + 0: The maximum resident set size (KB) = 1593028 Test 042 control_qr_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_restart_qr_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_restart_qr_p8_intel Checking test 043 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2195,14 +2195,14 @@ 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 = 95.895422 - 0: The maximum resident set size (KB) = 875260 + 0: The total amount of wall time = 90.068810 + 0: The maximum resident set size (KB) = 871128 Test 043 control_restart_qr_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_decomp_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_decomp_p8_intel Checking test 044 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2245,14 +2245,14 @@ 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.446341 - 0: The maximum resident set size (KB) = 1586540 + 0: The total amount of wall time = 176.509251 + 0: The maximum resident set size (KB) = 1552468 Test 044 control_decomp_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_2threads_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_2threads_p8_intel Checking test 045 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2295,14 +2295,14 @@ 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 = 162.059653 - 0: The maximum resident set size (KB) = 1691712 + 0: The total amount of wall time = 154.734236 + 0: The maximum resident set size (KB) = 1676764 Test 045 control_2threads_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_p8_lndp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_lndp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_p8_lndp_intel Checking test 046 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2321,14 +2321,14 @@ Checking test 046 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 324.193369 - 0: The maximum resident set size (KB) = 1596684 + 0: The total amount of wall time = 315.796994 + 0: The maximum resident set size (KB) = 1593300 Test 046 control_p8_lndp_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_rrtmgp_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_p8_rrtmgp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_rrtmgp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_p8_rrtmgp_intel Checking test 047 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2375,14 +2375,14 @@ 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.139677 - 0: The maximum resident set size (KB) = 1658712 + 0: The total amount of wall time = 223.299007 + 0: The maximum resident set size (KB) = 1662612 Test 047 control_p8_rrtmgp_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_mynn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_p8_mynn_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_mynn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_p8_mynn_intel Checking test 048 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2429,14 +2429,14 @@ 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 = 172.587188 - 0: The maximum resident set size (KB) = 1605676 + 0: The total amount of wall time = 173.072877 + 0: The maximum resident set size (KB) = 1596048 Test 048 control_p8_mynn_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/merra2_thompson_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/merra2_thompson_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/merra2_thompson_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/merra2_thompson_intel Checking test 049 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2483,14 +2483,14 @@ 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 = 195.230695 - 0: The maximum resident set size (KB) = 1608896 + 0: The total amount of wall time = 192.114654 + 0: The maximum resident set size (KB) = 1602640 Test 049 merra2_thompson_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_control_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_control_intel Checking test 050 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2501,28 +2501,28 @@ Checking test 050 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 295.621828 - 0: The maximum resident set size (KB) = 870996 + 0: The total amount of wall time = 289.824540 + 0: The maximum resident set size (KB) = 862736 Test 050 regional_control_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_restart_intel Checking test 051 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 = 154.210147 - 0: The maximum resident set size (KB) = 865540 + 0: The total amount of wall time = 149.775953 + 0: The maximum resident set size (KB) = 863340 Test 051 regional_restart_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_control_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_control_qr_intel Checking test 052 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2533,28 +2533,28 @@ Checking test 052 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.928597 - 0: The maximum resident set size (KB) = 867812 + 0: The total amount of wall time = 295.281240 + 0: The maximum resident set size (KB) = 857772 Test 052 regional_control_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_restart_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_restart_qr_intel Checking test 053 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 = 151.328174 - 0: The maximum resident set size (KB) = 863200 + 0: The total amount of wall time = 147.074932 + 0: The maximum resident set size (KB) = 859504 Test 053 regional_restart_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_decomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_decomp_intel Checking test 054 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2565,14 +2565,14 @@ Checking test 054 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 308.002233 - 0: The maximum resident set size (KB) = 864028 + 0: The total amount of wall time = 306.945113 + 0: The maximum resident set size (KB) = 846252 Test 054 regional_decomp_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_2threads_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_2threads_intel Checking test 055 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2583,14 +2583,14 @@ Checking test 055 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 179.849472 - 0: The maximum resident set size (KB) = 850824 + 0: The total amount of wall time = 175.277346 + 0: The maximum resident set size (KB) = 840816 Test 055 regional_2threads_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_noquilt_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_noquilt_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_noquilt_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_noquilt_intel Checking test 056 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2598,28 +2598,28 @@ Checking test 056 regional_noquilt_intel results .... 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 = 292.643827 - 0: The maximum resident set size (KB) = 856188 + 0: The total amount of wall time = 292.044870 + 0: The maximum resident set size (KB) = 852984 Test 056 regional_noquilt_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_netcdf_parallel_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_netcdf_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_netcdf_parallel_intel Checking test 057 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 = 286.909018 - 0: The maximum resident set size (KB) = 861712 + 0: The total amount of wall time = 288.621436 + 0: The maximum resident set size (KB) = 855188 Test 057 regional_netcdf_parallel_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_2dwrtdecomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_2dwrtdecomp_intel Checking test 058 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2630,14 +2630,14 @@ Checking test 058 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.629846 - 0: The maximum resident set size (KB) = 871928 + 0: The total amount of wall time = 293.129306 + 0: The maximum resident set size (KB) = 867728 Test 058 regional_2dwrtdecomp_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/fv3_regional_wofs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_wofs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/fv3_regional_wofs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_wofs_intel Checking test 059 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2648,14 +2648,14 @@ Checking test 059 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 372.934898 - 0: The maximum resident set size (KB) = 631360 + 0: The total amount of wall time = 372.864879 + 0: The maximum resident set size (KB) = 627872 Test 059 regional_wofs_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_intel Checking test 060 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2702,14 +2702,14 @@ 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 = 455.943602 - 0: The maximum resident set size (KB) = 1058392 + 0: The total amount of wall time = 451.559800 + 0: The maximum resident set size (KB) = 1018504 Test 060 rap_control_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_spp_sppt_shum_skeb_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_spp_sppt_shum_skeb_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_spp_sppt_shum_skeb_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_spp_sppt_shum_skeb_intel Checking test 061 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2720,14 +2720,14 @@ 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 = 236.352942 - 0: The maximum resident set size (KB) = 1185756 + 0: The total amount of wall time = 230.398642 + 0: The maximum resident set size (KB) = 1178824 Test 061 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_decomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_decomp_intel Checking test 062 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2774,14 +2774,14 @@ 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 = 476.529052 - 0: The maximum resident set size (KB) = 1000032 + 0: The total amount of wall time = 464.433569 + 0: The maximum resident set size (KB) = 992156 Test 062 rap_decomp_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_2threads_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_2threads_intel Checking test 063 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2828,14 +2828,14 @@ 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 = 426.813848 - 0: The maximum resident set size (KB) = 1142308 + 0: The total amount of wall time = 420.337458 + 0: The maximum resident set size (KB) = 1105184 Test 063 rap_2threads_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_restart_intel Checking test 064 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2874,14 +2874,14 @@ 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 = 226.946167 - 0: The maximum resident set size (KB) = 966048 + 0: The total amount of wall time = 226.251510 + 0: The maximum resident set size (KB) = 936768 Test 064 rap_restart_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_sfcdiff_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_sfcdiff_intel Checking test 065 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2928,14 +2928,14 @@ 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 = 458.469247 - 0: The maximum resident set size (KB) = 1013784 + 0: The total amount of wall time = 451.751619 + 0: The maximum resident set size (KB) = 1046324 Test 065 rap_sfcdiff_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_sfcdiff_decomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_sfcdiff_decomp_intel Checking test 066 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2982,14 +2982,14 @@ 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 = 482.406804 - 0: The maximum resident set size (KB) = 996044 + 0: The total amount of wall time = 473.421990 + 0: The maximum resident set size (KB) = 1001596 Test 066 rap_sfcdiff_decomp_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_sfcdiff_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_sfcdiff_restart_intel Checking test 067 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3028,14 +3028,14 @@ 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 = 332.949115 - 0: The maximum resident set size (KB) = 991944 + 0: The total amount of wall time = 332.017959 + 0: The maximum resident set size (KB) = 975600 Test 067 rap_sfcdiff_restart_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_intel Checking test 068 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3082,14 +3082,14 @@ 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 = 435.670944 - 0: The maximum resident set size (KB) = 1057336 + 0: The total amount of wall time = 430.892884 + 0: The maximum resident set size (KB) = 1048852 Test 068 hrrr_control_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_qr_intel Checking test 069 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3136,14 +3136,14 @@ 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 = 430.403944 - 0: The maximum resident set size (KB) = 1047236 + 0: The total amount of wall time = 426.761458 + 0: The maximum resident set size (KB) = 1061724 Test 069 hrrr_control_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_decomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_decomp_intel Checking test 070 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3190,14 +3190,14 @@ 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 = 450.021239 - 0: The maximum resident set size (KB) = 998100 + 0: The total amount of wall time = 450.133252 + 0: The maximum resident set size (KB) = 995100 Test 070 hrrr_control_decomp_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_2threads_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_2threads_intel Checking test 071 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3244,42 +3244,42 @@ 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 = 409.396356 - 0: The maximum resident set size (KB) = 1069072 + 0: The total amount of wall time = 399.812244 + 0: The maximum resident set size (KB) = 1066996 Test 071 hrrr_control_2threads_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_restart_intel Checking test 072 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 = 320.247457 - 0: The maximum resident set size (KB) = 974556 + 0: The total amount of wall time = 318.787343 + 0: The maximum resident set size (KB) = 976808 Test 072 hrrr_control_restart_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_restart_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_restart_qr_intel Checking test 073 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 = 325.532226 - 0: The maximum resident set size (KB) = 998124 + 0: The total amount of wall time = 322.520865 + 0: The maximum resident set size (KB) = 983380 Test 073 hrrr_control_restart_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_v1beta_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_v1beta_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rrfs_v1beta_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rrfs_v1beta_intel Checking test 074 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3326,14 +3326,14 @@ 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 = 449.330400 - 0: The maximum resident set size (KB) = 1054360 + 0: The total amount of wall time = 440.459969 + 0: The maximum resident set size (KB) = 1056844 Test 074 rrfs_v1beta_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_v1nssl_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_v1nssl_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rrfs_v1nssl_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rrfs_v1nssl_intel Checking test 075 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3348,14 +3348,14 @@ Checking test 075 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 527.750765 - 0: The maximum resident set size (KB) = 687764 + 0: The total amount of wall time = 522.964190 + 0: The maximum resident set size (KB) = 694184 Test 075 rrfs_v1nssl_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_v1nssl_nohailnoccn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rrfs_v1nssl_nohailnoccn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rrfs_v1nssl_nohailnoccn_intel Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3370,140 +3370,123 @@ Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 516.940671 - 0: The maximum resident set size (KB) = 762608 + 0: The total amount of wall time = 513.492686 + 0: The maximum resident set size (KB) = 762976 Test 076 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 077 rrfs_smoke_conus13km_hrrr_warm_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 = 150.848178 - 0: The maximum resident set size (KB) = 1031656 - -Test 077 rrfs_smoke_conus13km_hrrr_warm_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_qr_intel -Checking test 078 rrfs_smoke_conus13km_hrrr_warm_qr_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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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 = 148.415922 - 0: The maximum resident set size (KB) = 983276 - -Test 078 rrfs_smoke_conus13km_hrrr_warm_qr_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 079 rrfs_smoke_conus13km_hrrr_warm_2threads_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 - - 0: The total amount of wall time = 95.155926 - 0: The maximum resident set size (KB) = 942180 - -Test 079 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_conus13km_hrrr_warm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_conus13km_hrrr_warm_intel -Checking test 080 rrfs_conus13km_hrrr_warm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_gf_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_gf_intel +Checking test 077 hrrr_gf_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 135.264512 - 0: The maximum resident set size (KB) = 992692 + 0: The total amount of wall time = 449.154539 + 0: The maximum resident set size (KB) = 1047340 -Test 080 rrfs_conus13km_hrrr_warm_intel PASS +Test 077 hrrr_gf_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 081 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_c3_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_c3_intel +Checking test 078 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 153.205629 - 0: The maximum resident set size (KB) = 1037516 - -Test 081 rrfs_smoke_conus13km_radar_tten_warm_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 082 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 88.222295 - 0: The maximum resident set size (KB) = 1030212 - -Test 082 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 101.234247 - 0: The maximum resident set size (KB) = 1009584 + 0: The total amount of wall time = 449.963225 + 0: The maximum resident set size (KB) = 1046476 -Test 083 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel PASS +Test 078 hrrr_c3_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_csawmg_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_csawmg_intel -Checking test 084 control_csawmg_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_csawmg_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_csawmg_intel +Checking test 079 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3513,15 +3496,15 @@ Checking test 084 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 339.150387 - 0: The maximum resident set size (KB) = 725496 + 0: The total amount of wall time = 335.172184 + 0: The maximum resident set size (KB) = 728088 -Test 084 control_csawmg_intel PASS +Test 079 control_csawmg_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_csawmgt_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_csawmgt_intel -Checking test 085 control_csawmgt_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_csawmgt_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_csawmgt_intel +Checking test 080 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3531,15 +3514,15 @@ Checking test 085 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 333.023707 - 0: The maximum resident set size (KB) = 717668 + 0: The total amount of wall time = 336.179434 + 0: The maximum resident set size (KB) = 715908 -Test 085 control_csawmgt_intel PASS +Test 080 control_csawmgt_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_ras_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_ras_intel -Checking test 086 control_ras_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_ras_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_ras_intel +Checking test 081 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3549,27 +3532,27 @@ Checking test 086 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 182.217905 - 0: The maximum resident set size (KB) = 717684 + 0: The total amount of wall time = 183.540630 + 0: The maximum resident set size (KB) = 720556 -Test 086 control_ras_intel PASS +Test 081 control_ras_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_wam_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_wam_intel -Checking test 087 control_wam_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_wam_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_wam_intel +Checking test 082 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 113.969502 - 0: The maximum resident set size (KB) = 640784 + 0: The total amount of wall time = 112.478876 + 0: The maximum resident set size (KB) = 645312 -Test 087 control_wam_intel PASS +Test 082 control_wam_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_p8_faster_intel -Checking test 088 control_p8_faster_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_p8_faster_intel +Checking test 083 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3615,15 +3598,15 @@ Checking test 088 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 = 156.333134 - 0: The maximum resident set size (KB) = 1604524 + 0: The total amount of wall time = 154.045012 + 0: The maximum resident set size (KB) = 1578872 -Test 088 control_p8_faster_intel PASS +Test 083 control_p8_faster_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_control_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_control_faster_intel -Checking test 089 regional_control_faster_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_control_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_control_faster_intel +Checking test 084 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3633,57 +3616,15 @@ Checking test 089 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 270.263975 - 0: The maximum resident set size (KB) = 865992 - -Test 089 regional_control_faster_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_debug_intel -Checking test 090 rrfs_smoke_conus13km_hrrr_warm_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 = 848.015733 - 0: The maximum resident set size (KB) = 1061044 - -Test 090 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel -Checking test 091 rrfs_smoke_conus13km_hrrr_warm_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 = 470.653857 - 0: The maximum resident set size (KB) = 964588 - -Test 091 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_conus13km_hrrr_warm_debug_intel -Checking test 092 rrfs_conus13km_hrrr_warm_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 = 744.483970 - 0: The maximum resident set size (KB) = 1002004 + 0: The total amount of wall time = 269.146465 + 0: The maximum resident set size (KB) = 855904 -Test 092 rrfs_conus13km_hrrr_warm_debug_intel PASS +Test 084 regional_control_faster_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_CubedSphereGrid_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_CubedSphereGrid_debug_intel -Checking test 093 control_CubedSphereGrid_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_CubedSphereGrid_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_CubedSphereGrid_debug_intel +Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3709,349 +3650,349 @@ Checking test 093 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 146.262063 - 0: The maximum resident set size (KB) = 791124 + 0: The total amount of wall time = 149.952457 + 0: The maximum resident set size (KB) = 786300 -Test 093 control_CubedSphereGrid_debug_intel PASS +Test 085 control_CubedSphereGrid_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 094 control_wrtGauss_netcdf_parallel_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 086 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 = 147.253678 - 0: The maximum resident set size (KB) = 791028 + 0: The total amount of wall time = 151.946271 + 0: The maximum resident set size (KB) = 785600 -Test 094 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 086 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_stochy_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_stochy_debug_intel -Checking test 095 control_stochy_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_stochy_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_stochy_debug_intel +Checking test 087 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 = 162.075567 - 0: The maximum resident set size (KB) = 794808 + 0: The total amount of wall time = 168.923264 + 0: The maximum resident set size (KB) = 792744 -Test 095 control_stochy_debug_intel PASS +Test 087 control_stochy_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_lndp_debug_intel -Checking test 096 control_lndp_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_lndp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_lndp_debug_intel +Checking test 088 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 = 150.023564 - 0: The maximum resident set size (KB) = 796112 + 0: The total amount of wall time = 153.428462 + 0: The maximum resident set size (KB) = 787832 -Test 096 control_lndp_debug_intel PASS +Test 088 control_lndp_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_csawmg_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_csawmg_debug_intel -Checking test 097 control_csawmg_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_csawmg_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_csawmg_debug_intel +Checking test 089 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 = 229.089496 - 0: The maximum resident set size (KB) = 839588 + 0: The total amount of wall time = 228.371485 + 0: The maximum resident set size (KB) = 842640 -Test 097 control_csawmg_debug_intel PASS +Test 089 control_csawmg_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_csawmgt_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_csawmgt_debug_intel -Checking test 098 control_csawmgt_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_csawmgt_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_csawmgt_debug_intel +Checking test 090 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 = 220.489162 - 0: The maximum resident set size (KB) = 841972 + 0: The total amount of wall time = 228.131725 + 0: The maximum resident set size (KB) = 835592 -Test 098 control_csawmgt_debug_intel PASS +Test 090 control_csawmgt_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_ras_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_ras_debug_intel -Checking test 099 control_ras_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_ras_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_ras_debug_intel +Checking test 091 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 = 149.386778 - 0: The maximum resident set size (KB) = 806064 + 0: The total amount of wall time = 152.607802 + 0: The maximum resident set size (KB) = 803820 -Test 099 control_ras_debug_intel PASS +Test 091 control_ras_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_diag_debug_intel -Checking test 100 control_diag_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_diag_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_diag_debug_intel +Checking test 092 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 = 151.665353 - 0: The maximum resident set size (KB) = 846168 + 0: The total amount of wall time = 156.540741 + 0: The maximum resident set size (KB) = 839412 -Test 100 control_diag_debug_intel PASS +Test 092 control_diag_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_debug_p8_intel -Checking test 101 control_debug_p8_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_debug_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_debug_p8_intel +Checking test 093 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 = 163.584492 - 0: The maximum resident set size (KB) = 1620648 + 0: The total amount of wall time = 165.481608 + 0: The maximum resident set size (KB) = 1614124 -Test 101 control_debug_p8_intel PASS +Test 093 control_debug_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_debug_intel -Checking test 102 regional_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_debug_intel +Checking test 094 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 = 987.689741 - 0: The maximum resident set size (KB) = 871512 + 0: The total amount of wall time = 974.252720 + 0: The maximum resident set size (KB) = 887060 -Test 102 regional_debug_intel PASS +Test 094 regional_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_debug_intel -Checking test 103 rap_control_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_debug_intel +Checking test 095 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 = 269.228102 - 0: The maximum resident set size (KB) = 1170620 + 0: The total amount of wall time = 278.101995 + 0: The maximum resident set size (KB) = 1167888 -Test 103 rap_control_debug_intel PASS +Test 095 rap_control_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_debug_intel -Checking test 104 hrrr_control_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_debug_intel +Checking test 096 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 = 260.417950 - 0: The maximum resident set size (KB) = 1166312 + 0: The total amount of wall time = 270.079345 + 0: The maximum resident set size (KB) = 1161852 -Test 104 hrrr_control_debug_intel PASS +Test 096 hrrr_control_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_unified_drag_suite_debug_intel -Checking test 105 rap_unified_drag_suite_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_unified_drag_suite_debug_intel +Checking test 097 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 = 273.070950 - 0: The maximum resident set size (KB) = 1174832 + 0: The total amount of wall time = 276.549057 + 0: The maximum resident set size (KB) = 1139424 -Test 105 rap_unified_drag_suite_debug_intel PASS +Test 097 rap_unified_drag_suite_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_diag_debug_intel -Checking test 106 rap_diag_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_diag_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_diag_debug_intel +Checking test 098 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 = 282.045536 - 0: The maximum resident set size (KB) = 1252756 + 0: The total amount of wall time = 288.636407 + 0: The maximum resident set size (KB) = 1248692 -Test 106 rap_diag_debug_intel PASS +Test 098 rap_diag_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_cires_ugwp_debug_intel -Checking test 107 rap_cires_ugwp_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_cires_ugwp_debug_intel +Checking test 099 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 = 275.569340 - 0: The maximum resident set size (KB) = 1174784 + 0: The total amount of wall time = 276.018065 + 0: The maximum resident set size (KB) = 1165304 -Test 107 rap_cires_ugwp_debug_intel PASS +Test 099 rap_cires_ugwp_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_unified_ugwp_debug_intel -Checking test 108 rap_unified_ugwp_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_unified_ugwp_debug_intel +Checking test 100 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 = 280.699326 - 0: The maximum resident set size (KB) = 1171892 + 0: The total amount of wall time = 281.764245 + 0: The maximum resident set size (KB) = 1166164 -Test 108 rap_unified_ugwp_debug_intel PASS +Test 100 rap_unified_ugwp_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_lndp_debug_intel -Checking test 109 rap_lndp_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_lndp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_lndp_debug_intel +Checking test 101 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 = 275.361787 - 0: The maximum resident set size (KB) = 1166540 + 0: The total amount of wall time = 281.010118 + 0: The maximum resident set size (KB) = 1151332 -Test 109 rap_lndp_debug_intel PASS +Test 101 rap_lndp_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_progcld_thompson_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_progcld_thompson_debug_intel -Checking test 110 rap_progcld_thompson_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_progcld_thompson_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_progcld_thompson_debug_intel +Checking test 102 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 = 271.544700 - 0: The maximum resident set size (KB) = 1172404 + 0: The total amount of wall time = 271.392701 + 0: The maximum resident set size (KB) = 1166296 -Test 110 rap_progcld_thompson_debug_intel PASS +Test 102 rap_progcld_thompson_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_noah_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_noah_debug_intel -Checking test 111 rap_noah_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_noah_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_noah_debug_intel +Checking test 103 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 = 267.095425 - 0: The maximum resident set size (KB) = 1167836 + 0: The total amount of wall time = 269.034901 + 0: The maximum resident set size (KB) = 1138396 -Test 111 rap_noah_debug_intel PASS +Test 103 rap_noah_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_sfcdiff_debug_intel -Checking test 112 rap_sfcdiff_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_sfcdiff_debug_intel +Checking test 104 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 = 274.181572 - 0: The maximum resident set size (KB) = 1167740 + 0: The total amount of wall time = 275.344527 + 0: The maximum resident set size (KB) = 1172956 -Test 112 rap_sfcdiff_debug_intel PASS +Test 104 rap_sfcdiff_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 113 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 105 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 = 454.916443 - 0: The maximum resident set size (KB) = 1170344 + 0: The total amount of wall time = 451.901902 + 0: The maximum resident set size (KB) = 1168036 -Test 113 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_v1beta_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_v1beta_debug_intel -Checking test 114 rrfs_v1beta_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rrfs_v1beta_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rrfs_v1beta_debug_intel +Checking test 106 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 = 266.910013 - 0: The maximum resident set size (KB) = 1169720 + 0: The total amount of wall time = 264.949095 + 0: The maximum resident set size (KB) = 1164184 -Test 114 rrfs_v1beta_debug_intel PASS +Test 106 rrfs_v1beta_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_clm_lake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_clm_lake_debug_intel -Checking test 115 rap_clm_lake_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_clm_lake_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_clm_lake_debug_intel +Checking test 107 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 = 350.096906 - 0: The maximum resident set size (KB) = 1174128 + 0: The total amount of wall time = 337.667807 + 0: The maximum resident set size (KB) = 1171116 -Test 115 rap_clm_lake_debug_intel PASS +Test 107 rap_clm_lake_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_flake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_flake_debug_intel -Checking test 116 rap_flake_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_flake_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_flake_debug_intel +Checking test 108 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 = 274.403239 - 0: The maximum resident set size (KB) = 1173644 + 0: The total amount of wall time = 273.968473 + 0: The maximum resident set size (KB) = 1167936 -Test 116 rap_flake_debug_intel PASS +Test 108 rap_flake_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_wam_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_wam_debug_intel -Checking test 117 control_wam_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_wam_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_wam_debug_intel +Checking test 109 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 273.682975 - 0: The maximum resident set size (KB) = 516036 + 0: The total amount of wall time = 276.285311 + 0: The maximum resident set size (KB) = 516672 -Test 117 control_wam_debug_intel PASS +Test 109 control_wam_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -4061,15 +4002,15 @@ Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 222.112208 - 0: The maximum resident set size (KB) = 1078968 + 0: The total amount of wall time = 212.895835 + 0: The maximum resident set size (KB) = 1073336 -Test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_dyn32_phy32_intel -Checking test 119 rap_control_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_dyn32_phy32_intel +Checking test 111 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4115,15 +4056,15 @@ Checking test 119 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 = 380.278335 - 0: The maximum resident set size (KB) = 996720 + 0: The total amount of wall time = 371.831857 + 0: The maximum resident set size (KB) = 998656 -Test 119 rap_control_dyn32_phy32_intel PASS +Test 111 rap_control_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_dyn32_phy32_intel -Checking test 120 hrrr_control_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_dyn32_phy32_intel +Checking test 112 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4169,15 +4110,15 @@ Checking test 120 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.962207 - 0: The maximum resident set size (KB) = 954904 + 0: The total amount of wall time = 191.989555 + 0: The maximum resident set size (KB) = 959124 -Test 120 hrrr_control_dyn32_phy32_intel PASS +Test 112 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_qr_dyn32_phy32_intel -Checking test 121 hrrr_control_qr_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_qr_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_qr_dyn32_phy32_intel +Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4223,15 +4164,15 @@ Checking test 121 hrrr_control_qr_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.215382 - 0: The maximum resident set size (KB) = 958484 + 0: The total amount of wall time = 191.918359 + 0: The maximum resident set size (KB) = 951508 -Test 121 hrrr_control_qr_dyn32_phy32_intel PASS +Test 113 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_2threads_dyn32_phy32_intel -Checking test 122 rap_2threads_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_2threads_dyn32_phy32_intel +Checking test 114 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4277,15 +4218,15 @@ Checking test 122 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 = 356.386206 - 0: The maximum resident set size (KB) = 1018240 + 0: The total amount of wall time = 351.972133 + 0: The maximum resident set size (KB) = 1014948 -Test 122 rap_2threads_dyn32_phy32_intel PASS +Test 114 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_2threads_dyn32_phy32_intel -Checking test 123 hrrr_control_2threads_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_2threads_dyn32_phy32_intel +Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4331,15 +4272,15 @@ Checking test 123 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 = 182.159158 - 0: The maximum resident set size (KB) = 934712 + 0: The total amount of wall time = 176.870497 + 0: The maximum resident set size (KB) = 925388 -Test 123 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_decomp_dyn32_phy32_intel -Checking test 124 hrrr_control_decomp_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_decomp_dyn32_phy32_intel +Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4385,15 +4326,15 @@ Checking test 124 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 = 205.376989 - 0: The maximum resident set size (KB) = 888088 + 0: The total amount of wall time = 201.753632 + 0: The maximum resident set size (KB) = 887656 -Test 124 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_restart_dyn32_phy32_intel -Checking test 125 rap_restart_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_restart_dyn32_phy32_intel +Checking test 117 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4431,43 +4372,43 @@ Checking test 125 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 = 277.783736 - 0: The maximum resident set size (KB) = 943060 + 0: The total amount of wall time = 274.847377 + 0: The maximum resident set size (KB) = 945272 -Test 125 rap_restart_dyn32_phy32_intel PASS +Test 117 rap_restart_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_restart_dyn32_phy32_intel -Checking test 126 hrrr_control_restart_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_restart_dyn32_phy32_intel +Checking test 118 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 = 102.016163 - 0: The maximum resident set size (KB) = 864432 + 0: The total amount of wall time = 98.870004 + 0: The maximum resident set size (KB) = 856496 -Test 126 hrrr_control_restart_dyn32_phy32_intel PASS +Test 118 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 127 hrrr_control_restart_qr_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_qr_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 119 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 = 102.815983 - 0: The maximum resident set size (KB) = 878252 + 0: The total amount of wall time = 101.166807 + 0: The maximum resident set size (KB) = 863748 -Test 127 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_fast_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_fast_phy32_intel -Checking test 128 rrfs_smoke_conus13km_fast_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_control_intel +Checking test 120 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4482,15 +4423,41 @@ Checking test 128 rrfs_smoke_conus13km_fast_phy32_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 = 118.486518 - 0: The maximum resident set size (KB) = 905920 + 0: The total amount of wall time = 115.053881 + 0: The maximum resident set size (KB) = 880644 + +Test 120 conus13km_control_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_2threads_intel +Checking test 121 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 = 46.398333 + 0: The maximum resident set size (KB) = 864016 + +Test 121 conus13km_2threads_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_restart_mismatch_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_restart_mismatch_intel +Checking test 122 conus13km_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK -Test 128 rrfs_smoke_conus13km_fast_phy32_intel PASS + 0: The total amount of wall time = 61.246270 + 0: The maximum resident set size (KB) = 858448 +Test 122 conus13km_restart_mismatch_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_fast_phy32_qr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_fast_phy32_qr_intel -Checking test 129 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_control_qr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_control_qr_intel +Checking test 123 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4505,39 +4472,27 @@ Checking test 129 rrfs_smoke_conus13km_fast_phy32_qr_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 = 114.968076 - 0: The maximum resident set size (KB) = 934016 + 0: The total amount of wall time = 113.982101 + 0: The maximum resident set size (KB) = 922764 -Test 129 rrfs_smoke_conus13km_fast_phy32_qr_intel PASS +Test 123 conus13km_control_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -Checking test 130 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_restart_qr_mismatch_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_restart_qr_mismatch_intel +Checking test 124 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 67.198479 - 0: The maximum resident set size (KB) = 902972 - -Test 130 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS + 0: The total amount of wall time = 62.405449 + 0: The maximum resident set size (KB) = 853404 +Test 124 conus13km_restart_qr_mismatch_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel -Checking test 131 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 74.781773 - 0: The maximum resident set size (KB) = 915468 -Test 131 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_dyn64_phy32_intel -Checking test 132 rap_control_dyn64_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn64_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_dyn64_phy32_intel +Checking test 125 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4583,82 +4538,124 @@ Checking test 132 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 = 242.677322 - 0: The maximum resident set size (KB) = 962604 + 0: The total amount of wall time = 240.020951 + 0: The maximum resident set size (KB) = 961556 + +Test 125 rap_control_dyn64_phy32_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_debug_dyn32_phy32_intel +Checking test 126 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.973846 + 0: The maximum resident set size (KB) = 1047132 -Test 132 rap_control_dyn64_phy32_intel PASS +Test 126 rap_control_debug_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_debug_dyn32_phy32_intel -Checking test 133 rap_control_debug_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_debug_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_debug_dyn32_phy32_intel +Checking test 127 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 = 274.021361 - 0: The maximum resident set size (KB) = 1050696 + 0: The total amount of wall time = 264.816660 + 0: The maximum resident set size (KB) = 1051092 -Test 133 rap_control_debug_dyn32_phy32_intel PASS +Test 127 hrrr_control_debug_dyn32_phy32_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_debug_dyn32_phy32_intel -Checking test 134 hrrr_control_debug_dyn32_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_debug_intel +Checking test 128 conus13km_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 = 258.567430 - 0: The maximum resident set size (KB) = 1050756 + 0: The total amount of wall time = 805.016569 + 0: The maximum resident set size (KB) = 901048 -Test 134 hrrr_control_debug_dyn32_phy32_intel PASS +Test 128 conus13km_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_dyn64_phy32_debug_intel -Checking test 135 rap_control_dyn64_phy32_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 275.870353 - 0: The maximum resident set size (KB) = 1094708 + 0: The total amount of wall time = 474.223877 + 0: The maximum resident set size (KB) = 850856 -Test 135 rap_control_dyn64_phy32_debug_intel PASS +Test 129 conus13km_debug_2threads_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_atm_intel -Checking test 136 hafs_regional_atm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_radar_tten_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 824.870340 + 0: The maximum resident set size (KB) = 928528 + +Test 130 conus13km_radar_tten_debug_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_dyn64_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 274.385000 + 0: The maximum resident set size (KB) = 1094284 + +Test 131 rap_control_dyn64_phy32_debug_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 233.106596 - 0: The maximum resident set size (KB) = 1046628 + 0: The total amount of wall time = 228.003432 + 0: The maximum resident set size (KB) = 1045280 -Test 136 hafs_regional_atm_intel PASS +Test 132 hafs_regional_atm_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 137 hafs_regional_atm_thompson_gfdlsf_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 363.092572 - 0: The maximum resident set size (KB) = 1413688 + 0: The total amount of wall time = 341.542914 + 0: The maximum resident set size (KB) = 1400380 -Test 137 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 133 hafs_regional_atm_thompson_gfdlsf_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_atm_ocn_intel -Checking test 138 hafs_regional_atm_ocn_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_ocn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4666,15 +4663,15 @@ Checking test 138 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 = 385.274136 - 0: The maximum resident set size (KB) = 1219656 + 0: The total amount of wall time = 380.244953 + 0: The maximum resident set size (KB) = 1220476 -Test 138 hafs_regional_atm_ocn_intel PASS +Test 134 hafs_regional_atm_ocn_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_atm_wav_intel -Checking test 139 hafs_regional_atm_wav_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4682,15 +4679,15 @@ Checking test 139 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 = 754.772249 - 0: The maximum resident set size (KB) = 1244884 + 0: The total amount of wall time = 748.819283 + 0: The maximum resident set size (KB) = 1244332 -Test 139 hafs_regional_atm_wav_intel PASS +Test 135 hafs_regional_atm_wav_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_atm_ocn_wav_intel -Checking test 140 hafs_regional_atm_ocn_wav_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_atm_ocn_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4700,15 +4697,15 @@ Checking test 140 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 = 851.535601 - 0: The maximum resident set size (KB) = 1269688 + 0: The total amount of wall time = 842.976398 + 0: The maximum resident set size (KB) = 1243392 -Test 140 hafs_regional_atm_ocn_wav_intel PASS +Test 136 hafs_regional_atm_ocn_wav_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_1nest_atm_intel -Checking test 141 hafs_regional_1nest_atm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4729,15 +4726,15 @@ Checking test 141 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 = 299.491387 - 0: The maximum resident set size (KB) = 502140 + 0: The total amount of wall time = 297.864195 + 0: The maximum resident set size (KB) = 501856 -Test 141 hafs_regional_1nest_atm_intel PASS +Test 137 hafs_regional_1nest_atm_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_1nest_atm_qr_intel -Checking test 142 hafs_regional_1nest_atm_qr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4758,15 +4755,15 @@ Checking test 142 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 = 326.498859 - 0: The maximum resident set size (KB) = 473460 + 0: The total amount of wall time = 306.497373 + 0: The maximum resident set size (KB) = 450116 -Test 142 hafs_regional_1nest_atm_qr_intel PASS +Test 138 hafs_regional_1nest_atm_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_telescopic_2nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_telescopic_2nests_atm_intel -Checking test 143 hafs_regional_telescopic_2nests_atm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_telescopic_2nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4774,15 +4771,15 @@ Checking test 143 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 = 344.500631 - 0: The maximum resident set size (KB) = 506384 + 0: The total amount of wall time = 344.894145 + 0: The maximum resident set size (KB) = 512604 -Test 143 hafs_regional_telescopic_2nests_atm_intel PASS +Test 139 hafs_regional_telescopic_2nests_atm_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_global_1nest_atm_intel -Checking test 144 hafs_global_1nest_atm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_global_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4828,15 +4825,15 @@ Checking test 144 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 = 141.026918 - 0: The maximum resident set size (KB) = 349028 + 0: The total amount of wall time = 138.813821 + 0: The maximum resident set size (KB) = 350624 -Test 144 hafs_global_1nest_atm_intel PASS +Test 140 hafs_global_1nest_atm_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_global_1nest_atm_qr_intel -Checking test 145 hafs_global_1nest_atm_qr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_global_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4882,15 +4879,15 @@ Checking test 145 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 = 149.781263 - 0: The maximum resident set size (KB) = 352192 + 0: The total amount of wall time = 145.511521 + 0: The maximum resident set size (KB) = 352872 -Test 145 hafs_global_1nest_atm_qr_intel PASS +Test 141 hafs_global_1nest_atm_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_global_multiple_4nests_atm_intel -Checking test 146 hafs_global_multiple_4nests_atm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_global_multiple_4nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -4971,15 +4968,15 @@ Checking test 146 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 = 395.206697 - 0: The maximum resident set size (KB) = 447596 + 0: The total amount of wall time = 394.359570 + 0: The maximum resident set size (KB) = 448600 -Test 146 hafs_global_multiple_4nests_atm_intel PASS +Test 142 hafs_global_multiple_4nests_atm_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_global_multiple_4nests_atm_qr_intel -Checking test 147 hafs_global_multiple_4nests_atm_qr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_global_multiple_4nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5060,15 +5057,15 @@ Checking test 147 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 = 470.015215 - 0: The maximum resident set size (KB) = 465660 + 0: The total amount of wall time = 430.341550 + 0: The maximum resident set size (KB) = 441120 -Test 147 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 143 hafs_global_multiple_4nests_atm_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_specified_moving_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_specified_moving_1nest_atm_intel -Checking test 148 hafs_regional_specified_moving_1nest_atm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_specified_moving_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5076,15 +5073,15 @@ Checking test 148 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 196.441161 - 0: The maximum resident set size (KB) = 518172 + 0: The total amount of wall time = 192.774958 + 0: The maximum resident set size (KB) = 516444 -Test 148 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 144 hafs_regional_specified_moving_1nest_atm_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_storm_following_1nest_atm_intel -Checking test 149 hafs_regional_storm_following_1nest_atm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5105,15 +5102,15 @@ Checking test 149 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 = 182.672641 - 0: The maximum resident set size (KB) = 518324 + 0: The total amount of wall time = 181.231082 + 0: The maximum resident set size (KB) = 515888 -Test 149 hafs_regional_storm_following_1nest_atm_intel PASS +Test 145 hafs_regional_storm_following_1nest_atm_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 150 hafs_regional_storm_following_1nest_atm_qr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5134,15 +5131,15 @@ Checking test 150 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 = 204.789807 - 0: The maximum resident set size (KB) = 497900 + 0: The total amount of wall time = 199.855742 + 0: The maximum resident set size (KB) = 501504 -Test 150 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 146 hafs_regional_storm_following_1nest_atm_qr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 151 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5150,43 +5147,43 @@ Checking test 151 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 = 223.375087 - 0: The maximum resident set size (KB) = 565424 + 0: The total amount of wall time = 220.965886 + 0: The maximum resident set size (KB) = 560032 -Test 151 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 147 hafs_regional_storm_following_1nest_atm_ocn_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_global_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_global_storm_following_1nest_atm_intel -Checking test 152 hafs_global_storm_following_1nest_atm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_global_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 57.278106 - 0: The maximum resident set size (KB) = 367904 + 0: The total amount of wall time = 55.784456 + 0: The maximum resident set size (KB) = 361060 -Test 152 hafs_global_storm_following_1nest_atm_intel PASS +Test 148 hafs_global_storm_following_1nest_atm_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 153 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 725.623501 - 0: The maximum resident set size (KB) = 584632 + 0: The total amount of wall time = 689.547198 + 0: The maximum resident set size (KB) = 583416 -Test 153 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 154 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5196,162 +5193,162 @@ Checking test 154 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 = 500.752497 - 0: The maximum resident set size (KB) = 617788 + 0: The total amount of wall time = 481.020810 + 0: The maximum resident set size (KB) = 617904 -Test 154 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_docn_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_docn_intel -Checking test 155 hafs_regional_docn_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_docn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 362.660782 - 0: The maximum resident set size (KB) = 1232476 + 0: The total amount of wall time = 342.980730 + 0: The maximum resident set size (KB) = 1231240 -Test 155 hafs_regional_docn_intel PASS +Test 151 hafs_regional_docn_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_docn_oisst_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_docn_oisst_intel -Checking test 156 hafs_regional_docn_oisst_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_docn_oisst_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 374.108271 - 0: The maximum resident set size (KB) = 1218556 + 0: The total amount of wall time = 344.643908 + 0: The maximum resident set size (KB) = 1218520 -Test 156 hafs_regional_docn_oisst_intel PASS +Test 152 hafs_regional_docn_oisst_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hafs_regional_datm_cdeps_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hafs_regional_datm_cdeps_intel -Checking test 157 hafs_regional_datm_cdeps_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hafs_regional_datm_cdeps_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 984.584176 - 0: The maximum resident set size (KB) = 1036084 + 0: The total amount of wall time = 947.407030 + 0: The maximum resident set size (KB) = 1038312 -Test 157 hafs_regional_datm_cdeps_intel PASS +Test 153 hafs_regional_datm_cdeps_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_control_cfsr_intel -Checking test 158 datm_cdeps_control_cfsr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 154.669313 - 0: The maximum resident set size (KB) = 1067076 + 0: The total amount of wall time = 152.984079 + 0: The maximum resident set size (KB) = 1063572 -Test 158 datm_cdeps_control_cfsr_intel PASS +Test 154 datm_cdeps_control_cfsr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_restart_cfsr_intel -Checking test 159 datm_cdeps_restart_cfsr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 98.198455 - 0: The maximum resident set size (KB) = 1028920 + 0: The total amount of wall time = 90.566845 + 0: The maximum resident set size (KB) = 1001056 -Test 159 datm_cdeps_restart_cfsr_intel PASS +Test 155 datm_cdeps_restart_cfsr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_control_gefs_intel -Checking test 160 datm_cdeps_control_gefs_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 150.616446 - 0: The maximum resident set size (KB) = 960808 + 0: The total amount of wall time = 149.801317 + 0: The maximum resident set size (KB) = 957496 -Test 160 datm_cdeps_control_gefs_intel PASS +Test 156 datm_cdeps_control_gefs_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_iau_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_iau_gefs_intel -Checking test 161 datm_cdeps_iau_gefs_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_iau_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 150.569311 - 0: The maximum resident set size (KB) = 968372 + 0: The total amount of wall time = 146.978413 + 0: The maximum resident set size (KB) = 962148 -Test 161 datm_cdeps_iau_gefs_intel PASS +Test 157 datm_cdeps_iau_gefs_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_stochy_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_stochy_gefs_intel -Checking test 162 datm_cdeps_stochy_gefs_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_stochy_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 147.965233 - 0: The maximum resident set size (KB) = 961308 + 0: The total amount of wall time = 151.195805 + 0: The maximum resident set size (KB) = 947680 -Test 162 datm_cdeps_stochy_gefs_intel PASS +Test 158 datm_cdeps_stochy_gefs_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_ciceC_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_ciceC_cfsr_intel -Checking test 163 datm_cdeps_ciceC_cfsr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_ciceC_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 156.065603 - 0: The maximum resident set size (KB) = 1052348 + 0: The total amount of wall time = 151.194283 + 0: The maximum resident set size (KB) = 1042776 -Test 163 datm_cdeps_ciceC_cfsr_intel PASS +Test 159 datm_cdeps_ciceC_cfsr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_bulk_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_bulk_cfsr_intel -Checking test 164 datm_cdeps_bulk_cfsr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_bulk_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 161.598309 - 0: The maximum resident set size (KB) = 1058120 + 0: The total amount of wall time = 154.043090 + 0: The maximum resident set size (KB) = 1061064 -Test 164 datm_cdeps_bulk_cfsr_intel PASS +Test 160 datm_cdeps_bulk_cfsr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_bulk_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_bulk_gefs_intel -Checking test 165 datm_cdeps_bulk_gefs_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_bulk_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 154.119159 - 0: The maximum resident set size (KB) = 965576 + 0: The total amount of wall time = 149.199785 + 0: The maximum resident set size (KB) = 959900 -Test 165 datm_cdeps_bulk_gefs_intel PASS +Test 161 datm_cdeps_bulk_gefs_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_mx025_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_mx025_cfsr_intel -Checking test 166 datm_cdeps_mx025_cfsr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_mx025_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5359,15 +5356,15 @@ Checking test 166 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 = 496.937132 - 0: The maximum resident set size (KB) = 878300 + 0: The total amount of wall time = 434.915438 + 0: The maximum resident set size (KB) = 880048 -Test 166 datm_cdeps_mx025_cfsr_intel PASS +Test 162 datm_cdeps_mx025_cfsr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_mx025_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_mx025_gefs_intel -Checking test 167 datm_cdeps_mx025_gefs_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_mx025_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5375,78 +5372,78 @@ Checking test 167 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 = 430.595642 - 0: The maximum resident set size (KB) = 929532 + 0: The total amount of wall time = 410.482019 + 0: The maximum resident set size (KB) = 934024 -Test 167 datm_cdeps_mx025_gefs_intel PASS +Test 163 datm_cdeps_mx025_gefs_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_multiple_files_cfsr_intel -Checking test 168 datm_cdeps_multiple_files_cfsr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 166.302866 - 0: The maximum resident set size (KB) = 1076164 + 0: The total amount of wall time = 154.075756 + 0: The maximum resident set size (KB) = 1051480 -Test 168 datm_cdeps_multiple_files_cfsr_intel PASS +Test 164 datm_cdeps_multiple_files_cfsr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_3072x1536_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_3072x1536_cfsr_intel -Checking test 169 datm_cdeps_3072x1536_cfsr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_3072x1536_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 228.800437 - 0: The maximum resident set size (KB) = 2363080 + 0: The total amount of wall time = 221.941790 + 0: The maximum resident set size (KB) = 2342752 -Test 169 datm_cdeps_3072x1536_cfsr_intel PASS +Test 165 datm_cdeps_3072x1536_cfsr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_gfs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_gfs_intel -Checking test 170 datm_cdeps_gfs_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_gfs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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.590962 - 0: The maximum resident set size (KB) = 2306868 + 0: The total amount of wall time = 221.141451 + 0: The maximum resident set size (KB) = 2357960 -Test 170 datm_cdeps_gfs_intel PASS +Test 166 datm_cdeps_gfs_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_debug_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_debug_cfsr_intel -Checking test 171 datm_cdeps_debug_cfsr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_debug_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 349.888428 - 0: The maximum resident set size (KB) = 986352 + 0: The total amount of wall time = 361.644867 + 0: The maximum resident set size (KB) = 972808 -Test 171 datm_cdeps_debug_cfsr_intel PASS +Test 167 datm_cdeps_debug_cfsr_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_control_cfsr_faster_intel -Checking test 172 datm_cdeps_control_cfsr_faster_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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.791824 - 0: The maximum resident set size (KB) = 1067292 + 0: The total amount of wall time = 155.544904 + 0: The maximum resident set size (KB) = 1047424 -Test 172 datm_cdeps_control_cfsr_faster_intel PASS +Test 168 datm_cdeps_control_cfsr_faster_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_lnd_gswp3_intel -Checking test 173 datm_cdeps_lnd_gswp3_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_lnd_gswp3_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5454,15 +5451,15 @@ Checking test 173 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 = 15.856583 - 0: The maximum resident set size (KB) = 259472 + 0: The total amount of wall time = 6.891302 + 0: The maximum resident set size (KB) = 252652 -Test 173 datm_cdeps_lnd_gswp3_intel PASS +Test 169 datm_cdeps_lnd_gswp3_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_lnd_gswp3_rst_intel -Checking test 174 datm_cdeps_lnd_gswp3_rst_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_lnd_gswp3_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5470,15 +5467,15 @@ Checking test 174 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 = 17.789482 - 0: The maximum resident set size (KB) = 262160 + 0: The total amount of wall time = 13.065757 + 0: The maximum resident set size (KB) = 237796 -Test 174 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 170 datm_cdeps_lnd_gswp3_rst_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_atmlnd_sbs_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_p8_atmlnd_sbs_intel -Checking test 175 control_p8_atmlnd_sbs_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_atmlnd_sbs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5562,15 +5559,15 @@ Checking test 175 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 = 228.354100 - 0: The maximum resident set size (KB) = 1615608 + 0: The total amount of wall time = 209.334236 + 0: The maximum resident set size (KB) = 1601492 -Test 175 control_p8_atmlnd_sbs_intel PASS +Test 171 control_p8_atmlnd_sbs_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/atmwav_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/atmwav_control_noaero_p8_intel -Checking test 176 atmwav_control_noaero_p8_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/atmwav_control_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5612,15 +5609,15 @@ Checking test 176 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.267593 - 0: The maximum resident set size (KB) = 1637096 + 0: The total amount of wall time = 95.947025 + 0: The maximum resident set size (KB) = 1627044 -Test 176 atmwav_control_noaero_p8_intel PASS +Test 172 atmwav_control_noaero_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_atmwav_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_atmwav_intel -Checking test 177 control_atmwav_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_atmwav_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_atmwav_intel +Checking test 173 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5663,15 +5660,15 @@ Checking test 177 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 = 95.637365 - 0: The maximum resident set size (KB) = 661508 + 0: The total amount of wall time = 91.883539 + 0: The maximum resident set size (KB) = 659904 -Test 177 control_atmwav_intel PASS +Test 173 control_atmwav_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/atmaero_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/atmaero_control_p8_intel -Checking test 178 atmaero_control_p8_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/atmaero_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/atmaero_control_p8_intel +Checking test 174 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5714,15 +5711,15 @@ Checking test 178 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 = 243.527830 - 0: The maximum resident set size (KB) = 2979584 + 0: The total amount of wall time = 234.383536 + 0: The maximum resident set size (KB) = 2960700 -Test 178 atmaero_control_p8_intel PASS +Test 174 atmaero_control_p8_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/atmaero_control_p8_rad_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/atmaero_control_p8_rad_intel -Checking test 179 atmaero_control_p8_rad_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/atmaero_control_p8_rad_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5765,15 +5762,15 @@ Checking test 179 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.066059 - 0: The maximum resident set size (KB) = 3049700 + 0: The total amount of wall time = 282.634740 + 0: The maximum resident set size (KB) = 3060384 -Test 179 atmaero_control_p8_rad_intel PASS +Test 175 atmaero_control_p8_rad_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/atmaero_control_p8_rad_micro_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/atmaero_control_p8_rad_micro_intel -Checking test 180 atmaero_control_p8_rad_micro_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/atmaero_control_p8_rad_micro_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -5816,15 +5813,15 @@ Checking test 180 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 = 299.584968 - 0: The maximum resident set size (KB) = 3050980 + 0: The total amount of wall time = 288.193243 + 0: The maximum resident set size (KB) = 3039000 -Test 180 atmaero_control_p8_rad_micro_intel PASS +Test 176 atmaero_control_p8_rad_micro_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_atmaq_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_atmaq_intel -Checking test 181 regional_atmaq_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_atmaq_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_atmaq_intel +Checking test 177 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5839,15 +5836,15 @@ Checking test 181 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 = 685.063816 - 0: The maximum resident set size (KB) = 1469076 + 0: The total amount of wall time = 649.336596 + 0: The maximum resident set size (KB) = 1450128 -Test 181 regional_atmaq_intel PASS +Test 177 regional_atmaq_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_atmaq_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_atmaq_debug_intel -Checking test 182 regional_atmaq_debug_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_atmaq_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_atmaq_debug_intel +Checking test 178 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5860,15 +5857,15 @@ Checking test 182 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 = 1225.569875 - 0: The maximum resident set size (KB) = 1393208 + 0: The total amount of wall time = 1193.152450 + 0: The maximum resident set size (KB) = 1335776 -Test 182 regional_atmaq_debug_intel PASS +Test 178 regional_atmaq_debug_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_atmaq_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_atmaq_faster_intel -Checking test 183 regional_atmaq_faster_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_atmaq_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_atmaq_faster_intel +Checking test 179 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5883,15 +5880,15 @@ Checking test 183 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 = 617.178989 - 0: The maximum resident set size (KB) = 1461692 + 0: The total amount of wall time = 560.732887 + 0: The maximum resident set size (KB) = 1451116 -Test 183 regional_atmaq_faster_intel PASS +Test 179 regional_atmaq_faster_intel PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_c48_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_c48_gnu -Checking test 184 control_c48_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_c48_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_c48_gnu +Checking test 180 control_c48_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5929,15 +5926,15 @@ Checking test 184 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 = 683.113486 -0: The maximum resident set size (KB) = 705152 +0: The total amount of wall time = 687.144329 +0: The maximum resident set size (KB) = 704760 -Test 184 control_c48_gnu PASS +Test 180 control_c48_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_stochy_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_stochy_gnu -Checking test 185 control_stochy_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_stochy_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_stochy_gnu +Checking test 181 control_stochy_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5947,15 +5944,15 @@ Checking test 185 control_stochy_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 648.068774 - 0: The maximum resident set size (KB) = 479920 + 0: The total amount of wall time = 652.112204 + 0: The maximum resident set size (KB) = 477988 -Test 185 control_stochy_gnu PASS +Test 181 control_stochy_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_ras_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_ras_gnu -Checking test 186 control_ras_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_ras_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_ras_gnu +Checking test 182 control_ras_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5965,15 +5962,15 @@ Checking test 186 control_ras_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 849.223526 - 0: The maximum resident set size (KB) = 486656 + 0: The total amount of wall time = 839.126141 + 0: The maximum resident set size (KB) = 484420 -Test 186 control_ras_gnu PASS +Test 182 control_ras_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_p8_gnu -Checking test 187 control_p8_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_p8_gnu +Checking test 183 control_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6019,15 +6016,15 @@ Checking test 187 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 = 901.515973 - 0: The maximum resident set size (KB) = 1233244 + 0: The total amount of wall time = 905.036575 + 0: The maximum resident set size (KB) = 1234000 -Test 187 control_p8_gnu PASS +Test 183 control_p8_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_flake_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_flake_gnu -Checking test 188 control_flake_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_flake_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_flake_gnu +Checking test 184 control_flake_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -6037,15 +6034,15 @@ Checking test 188 control_flake_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1555.325711 - 0: The maximum resident set size (KB) = 523004 + 0: The total amount of wall time = 1542.283452 + 0: The maximum resident set size (KB) = 523420 -Test 188 control_flake_gnu PASS +Test 184 control_flake_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_gnu -Checking test 189 rap_control_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_gnu +Checking test 185 rap_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6091,15 +6088,15 @@ Checking test 189 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 = 1443.816382 - 0: The maximum resident set size (KB) = 827904 + 0: The total amount of wall time = 1467.308402 + 0: The maximum resident set size (KB) = 828796 -Test 189 rap_control_gnu PASS +Test 185 rap_control_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_decomp_gnu -Checking test 190 rap_decomp_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_decomp_gnu +Checking test 186 rap_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6145,15 +6142,15 @@ Checking test 190 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 = 1469.999936 - 0: The maximum resident set size (KB) = 835540 + 0: The total amount of wall time = 1413.644261 + 0: The maximum resident set size (KB) = 828720 -Test 190 rap_decomp_gnu PASS +Test 186 rap_decomp_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_2threads_gnu -Checking test 191 rap_2threads_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_2threads_gnu +Checking test 187 rap_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6199,15 +6196,15 @@ Checking test 191 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 = 1311.418788 - 0: The maximum resident set size (KB) = 898788 + 0: The total amount of wall time = 1336.689444 + 0: The maximum resident set size (KB) = 898800 -Test 191 rap_2threads_gnu PASS +Test 187 rap_2threads_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_restart_gnu -Checking test 192 rap_restart_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_restart_gnu +Checking test 188 rap_restart_gnu results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -6245,15 +6242,15 @@ Checking test 192 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 = 730.943379 - 0: The maximum resident set size (KB) = 549028 + 0: The total amount of wall time = 727.745921 + 0: The maximum resident set size (KB) = 546616 -Test 192 rap_restart_gnu PASS +Test 188 rap_restart_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_sfcdiff_gnu -Checking test 193 rap_sfcdiff_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_sfcdiff_gnu +Checking test 189 rap_sfcdiff_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6299,15 +6296,15 @@ Checking test 193 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 = 1515.772957 - 0: The maximum resident set size (KB) = 826836 + 0: The total amount of wall time = 1458.945724 + 0: The maximum resident set size (KB) = 824796 -Test 193 rap_sfcdiff_gnu PASS +Test 189 rap_sfcdiff_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_sfcdiff_decomp_gnu -Checking test 194 rap_sfcdiff_decomp_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_sfcdiff_decomp_gnu +Checking test 190 rap_sfcdiff_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6353,15 +6350,15 @@ Checking test 194 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 = 1453.669300 - 0: The maximum resident set size (KB) = 834108 + 0: The total amount of wall time = 1480.687216 + 0: The maximum resident set size (KB) = 826784 -Test 194 rap_sfcdiff_decomp_gnu PASS +Test 190 rap_sfcdiff_decomp_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_sfcdiff_restart_gnu -Checking test 195 rap_sfcdiff_restart_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_sfcdiff_restart_gnu +Checking test 191 rap_sfcdiff_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -6399,15 +6396,15 @@ Checking test 195 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 = 1098.749137 - 0: The maximum resident set size (KB) = 539980 + 0: The total amount of wall time = 1089.142053 + 0: The maximum resident set size (KB) = 550344 -Test 195 rap_sfcdiff_restart_gnu PASS +Test 191 rap_sfcdiff_restart_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_gnu -Checking test 196 hrrr_control_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_gnu +Checking test 192 hrrr_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6453,15 +6450,15 @@ Checking test 196 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 = 1412.840142 - 0: The maximum resident set size (KB) = 829372 + 0: The total amount of wall time = 1443.025798 + 0: The maximum resident set size (KB) = 826644 -Test 196 hrrr_control_gnu PASS +Test 192 hrrr_control_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_qr_gnu -Checking test 197 hrrr_control_qr_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_qr_gnu +Checking test 193 hrrr_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6507,15 +6504,15 @@ Checking test 197 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 = 1517.597282 - 0: The maximum resident set size (KB) = 841580 + 0: The total amount of wall time = 1517.958344 + 0: The maximum resident set size (KB) = 837560 -Test 197 hrrr_control_qr_gnu PASS +Test 193 hrrr_control_qr_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_2threads_gnu -Checking test 198 hrrr_control_2threads_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_2threads_gnu +Checking test 194 hrrr_control_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6561,15 +6558,15 @@ Checking test 198 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 = 1516.699576 - 0: The maximum resident set size (KB) = 893304 + 0: The total amount of wall time = 1555.691914 + 0: The maximum resident set size (KB) = 886500 -Test 198 hrrr_control_2threads_gnu PASS +Test 194 hrrr_control_2threads_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_decomp_gnu -Checking test 199 hrrr_control_decomp_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_decomp_gnu +Checking test 195 hrrr_control_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6615,43 +6612,43 @@ Checking test 199 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 = 1457.196423 - 0: The maximum resident set size (KB) = 831320 + 0: The total amount of wall time = 1433.805111 + 0: The maximum resident set size (KB) = 821792 -Test 199 hrrr_control_decomp_gnu PASS +Test 195 hrrr_control_decomp_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_restart_gnu -Checking test 200 hrrr_control_restart_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 1080.618015 - 0: The maximum resident set size (KB) = 549756 + 0: The total amount of wall time = 1055.128274 + 0: The maximum resident set size (KB) = 544076 -Test 200 hrrr_control_restart_gnu PASS +Test 196 hrrr_control_restart_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_restart_qr_gnu -Checking test 201 hrrr_control_restart_qr_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 1063.090417 - 0: The maximum resident set size (KB) = 566540 + 0: The total amount of wall time = 1067.075282 + 0: The maximum resident set size (KB) = 561052 -Test 201 hrrr_control_restart_qr_gnu PASS +Test 197 hrrr_control_restart_qr_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_v1beta_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_v1beta_gnu -Checking test 202 rrfs_v1beta_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rrfs_v1beta_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rrfs_v1beta_gnu +Checking test 198 rrfs_v1beta_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6697,376 +6694,317 @@ Checking test 202 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 = 1452.197726 - 0: The maximum resident set size (KB) = 826876 + 0: The total amount of wall time = 1471.206120 + 0: The maximum resident set size (KB) = 826100 -Test 202 rrfs_v1beta_gnu PASS +Test 198 rrfs_v1beta_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_gnu -Checking test 203 rrfs_smoke_conus13km_hrrr_warm_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_gf_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_gf_gnu +Checking test 199 hrrr_gf_gnu 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 = 792.711943 - 0: The maximum resident set size (KB) = 665948 - -Test 203 rrfs_smoke_conus13km_hrrr_warm_gnu PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_qr_gnu -Checking test 204 rrfs_smoke_conus13km_hrrr_warm_qr_gnu 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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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.382406 - 0: The maximum resident set size (KB) = 619312 - -Test 204 rrfs_smoke_conus13km_hrrr_warm_qr_gnu PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_2threads_gnu -Checking test 205 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu 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 - - 0: The total amount of wall time = 1068.219907 - 0: The maximum resident set size (KB) = 660844 - -Test 205 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_radar_tten_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_radar_tten_warm_gnu -Checking test 206 rrfs_smoke_conus13km_radar_tten_warm_gnu results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 804.665841 - 0: The maximum resident set size (KB) = 667376 + 0: The total amount of wall time = 1492.352470 + 0: The maximum resident set size (KB) = 825740 -Test 206 rrfs_smoke_conus13km_radar_tten_warm_gnu PASS +Test 199 hrrr_gf_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_conus13km_hrrr_warm_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_conus13km_hrrr_warm_gnu -Checking test 207 rrfs_conus13km_hrrr_warm_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_c3_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_c3_gnu +Checking test 200 hrrr_c3_gnu results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 = 765.419281 - 0: The maximum resident set size (KB) = 644216 - -Test 207 rrfs_conus13km_hrrr_warm_gnu PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -Checking test 208 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 438.766088 - 0: The maximum resident set size (KB) = 656424 - -Test 208 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu -Checking test 209 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 478.749745 - 0: The maximum resident set size (KB) = 677596 + 0: The total amount of wall time = 1454.306516 + 0: The maximum resident set size (KB) = 829068 -Test 209 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu PASS +Test 200 hrrr_c3_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_diag_debug_gnu -Checking test 210 control_diag_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_diag_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/control_diag_debug_gnu +Checking test 201 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 = 126.006792 - 0: The maximum resident set size (KB) = 527716 + 0: The total amount of wall time = 124.282103 + 0: The maximum resident set size (KB) = 529968 -Test 210 control_diag_debug_gnu PASS +Test 201 control_diag_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/regional_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/regional_debug_gnu -Checking test 211 regional_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/regional_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/regional_debug_gnu +Checking test 202 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 = 620.478399 - 0: The maximum resident set size (KB) = 587896 - -Test 211 regional_debug_gnu PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_debug_gnu -Checking test 212 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 = 176.402545 - 0: The maximum resident set size (KB) = 843676 - -Test 212 rap_control_debug_gnu PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_debug_gnu -Checking test 213 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 = 169.606524 - 0: The maximum resident set size (KB) = 838704 - -Test 213 hrrr_control_debug_gnu PASS - - -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_diag_debug_gnu -Checking test 214 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 = 213.858990 - 0: The maximum resident set size (KB) = 923812 + 0: The total amount of wall time = 712.492904 + 0: The maximum resident set size (KB) = 592596 -Test 214 rap_diag_debug_gnu PASS +Test 202 regional_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_noah_sfcdiff_cires_ugwp_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_noah_sfcdiff_cires_ugwp_debug_gnu -Checking test 215 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_debug_gnu +Checking test 203 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 = 273.186044 - 0: The maximum resident set size (KB) = 843576 + 0: The total amount of wall time = 177.535244 + 0: The maximum resident set size (KB) = 835756 -Test 215 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS +Test 203 rap_control_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_progcld_thompson_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_progcld_thompson_debug_gnu -Checking test 216 rap_progcld_thompson_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_debug_gnu +Checking test 204 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 = 181.369089 - 0: The maximum resident set size (KB) = 844864 + 0: The total amount of wall time = 170.255352 + 0: The maximum resident set size (KB) = 831164 -Test 216 rap_progcld_thompson_debug_gnu PASS +Test 204 hrrr_control_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_v1beta_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_v1beta_debug_gnu -Checking test 217 rrfs_v1beta_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_diag_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 174.828375 - 0: The maximum resident set size (KB) = 833700 + 0: The total amount of wall time = 211.424221 + 0: The maximum resident set size (KB) = 920256 -Test 217 rrfs_v1beta_debug_gnu PASS +Test 205 rap_diag_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_ras_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_ras_debug_gnu -Checking test 218 control_ras_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_noah_sfcdiff_cires_ugwp_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 102.561112 - 0: The maximum resident set size (KB) = 479784 + 0: The total amount of wall time = 275.142663 + 0: The maximum resident set size (KB) = 834948 -Test 218 control_ras_debug_gnu PASS +Test 206 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_stochy_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_stochy_debug_gnu -Checking test 219 control_stochy_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_progcld_thompson_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 116.201709 - 0: The maximum resident set size (KB) = 470460 + 0: The total amount of wall time = 175.474236 + 0: The maximum resident set size (KB) = 842248 -Test 219 control_stochy_debug_gnu PASS +Test 207 rap_progcld_thompson_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_debug_p8_gnu -Checking test 220 control_debug_p8_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rrfs_v1beta_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 123.004160 - 0: The maximum resident set size (KB) = 1227952 + 0: The total amount of wall time = 173.947374 + 0: The maximum resident set size (KB) = 835148 -Test 220 control_debug_p8_gnu PASS +Test 208 rrfs_v1beta_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -Checking test 221 rrfs_smoke_conus13km_hrrr_warm_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_ras_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 624.831215 - 0: The maximum resident set size (KB) = 677864 + 0: The total amount of wall time = 102.471062 + 0: The maximum resident set size (KB) = 480012 -Test 221 rrfs_smoke_conus13km_hrrr_warm_debug_gnu PASS +Test 209 control_ras_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu -Checking test 222 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_stochy_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 772.370995 - 0: The maximum resident set size (KB) = 675156 + 0: The total amount of wall time = 119.728856 + 0: The maximum resident set size (KB) = 471240 -Test 222 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu PASS +Test 210 control_stochy_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_conus13km_hrrr_warm_debugs_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_conus13km_hrrr_warm_debug_gnu -Checking test 223 rrfs_conus13km_hrrr_warm_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_debug_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 573.803189 - 0: The maximum resident set size (KB) = 652108 + 0: The total amount of wall time = 120.559264 + 0: The maximum resident set size (KB) = 1223768 -Test 223 rrfs_conus13km_hrrr_warm_debug_gnu PASS +Test 211 control_debug_p8_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_flake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_flake_debug_gnu -Checking test 224 rap_flake_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_flake_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 173.119404 - 0: The maximum resident set size (KB) = 840584 + 0: The total amount of wall time = 176.948840 + 0: The maximum resident set size (KB) = 838312 -Test 224 rap_flake_debug_gnu PASS +Test 212 rap_flake_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_clm_lake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_clm_lake_debug_gnu -Checking test 225 rap_clm_lake_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_clm_lake_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 192.921416 - 0: The maximum resident set size (KB) = 840116 + 0: The total amount of wall time = 198.189455 + 0: The maximum resident set size (KB) = 840508 -Test 225 rap_clm_lake_debug_gnu PASS +Test 213 rap_clm_lake_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/control_wam_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/control_wam_debug_gnu -Checking test 226 control_wam_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/control_wam_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 184.349753 - 0: The maximum resident set size (KB) = 193480 + 0: The total amount of wall time = 182.871292 + 0: The maximum resident set size (KB) = 194704 -Test 226 control_wam_debug_gnu PASS +Test 214 control_wam_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_dyn32_phy32_gnu -Checking test 227 rap_control_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -7112,15 +7050,15 @@ Checking test 227 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 = 1458.201793 - 0: The maximum resident set size (KB) = 693288 + 0: The total amount of wall time = 1482.738184 + 0: The maximum resident set size (KB) = 685600 -Test 227 rap_control_dyn32_phy32_gnu PASS +Test 215 rap_control_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_dyn32_phy32_gnu -Checking test 228 hrrr_control_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -7166,15 +7104,15 @@ Checking test 228 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 = 728.935355 - 0: The maximum resident set size (KB) = 684552 + 0: The total amount of wall time = 735.893864 + 0: The maximum resident set size (KB) = 679304 -Test 228 hrrr_control_dyn32_phy32_gnu PASS +Test 216 hrrr_control_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_qr_dyn32_phy32_gnu -Checking test 229 hrrr_control_qr_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_qr_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -7220,15 +7158,15 @@ Checking test 229 hrrr_control_qr_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 = 738.307388 - 0: The maximum resident set size (KB) = 696332 + 0: The total amount of wall time = 759.470642 + 0: The maximum resident set size (KB) = 693280 -Test 229 hrrr_control_qr_dyn32_phy32_gnu PASS +Test 217 hrrr_control_qr_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_2threads_dyn32_phy32_gnu -Checking test 230 rap_2threads_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -7274,15 +7212,15 @@ Checking test 230 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 = 1335.375267 - 0: The maximum resident set size (KB) = 732496 + 0: The total amount of wall time = 1372.639405 + 0: The maximum resident set size (KB) = 732596 -Test 230 rap_2threads_dyn32_phy32_gnu PASS +Test 218 rap_2threads_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_2threads_dyn32_phy32_gnu -Checking test 231 hrrr_control_2threads_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -7328,15 +7266,15 @@ Checking test 231 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 = 773.378746 - 0: The maximum resident set size (KB) = 731144 + 0: The total amount of wall time = 785.144936 + 0: The maximum resident set size (KB) = 726548 -Test 231 hrrr_control_2threads_dyn32_phy32_gnu PASS +Test 219 hrrr_control_2threads_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_decomp_dyn32_phy32_gnu -Checking test 232 hrrr_control_decomp_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -7382,15 +7320,15 @@ Checking test 232 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 = 728.320140 - 0: The maximum resident set size (KB) = 687640 + 0: The total amount of wall time = 716.906119 + 0: The maximum resident set size (KB) = 690308 -Test 232 hrrr_control_decomp_dyn32_phy32_gnu PASS +Test 220 hrrr_control_decomp_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_restart_dyn32_phy32_gnu -Checking test 233 rap_restart_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 @@ -7428,43 +7366,43 @@ Checking test 233 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 = 1061.734631 - 0: The maximum resident set size (KB) = 512276 + 0: The total amount of wall time = 1077.296077 + 0: The maximum resident set size (KB) = 518108 -Test 233 rap_restart_dyn32_phy32_gnu PASS +Test 221 rap_restart_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_restart_dyn32_phy32_gnu -Checking test 234 hrrr_control_restart_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 367.681539 - 0: The maximum resident set size (KB) = 506028 + 0: The total amount of wall time = 367.441163 + 0: The maximum resident set size (KB) = 506320 -Test 234 hrrr_control_restart_dyn32_phy32_gnu PASS +Test 222 hrrr_control_restart_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_restart_qr_dyn32_phy32_gnu -Checking test 235 hrrr_control_restart_qr_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_qr_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/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 = 383.885820 - 0: The maximum resident set size (KB) = 530008 + 0: The total amount of wall time = 374.763358 + 0: The maximum resident set size (KB) = 524204 -Test 235 hrrr_control_restart_qr_dyn32_phy32_gnu PASS +Test 223 hrrr_control_restart_qr_dyn32_phy32_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_phy32_gnu -Checking test 236 rrfs_smoke_conus13km_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_control_gnu +Checking test 224 conus13km_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -7479,62 +7417,76 @@ Checking test 236 rrfs_smoke_conus13km_phy32_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 = 765.532660 - 0: The maximum resident set size (KB) = 581672 + 0: The total amount of wall time = 816.242900 + 0: The maximum resident set size (KB) = 582568 -Test 236 rrfs_smoke_conus13km_phy32_gnu PASS +Test 224 conus13km_control_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_phy32_qr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_phy32_qr_gnu -Checking test 237 rrfs_smoke_conus13km_phy32_qr_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_2threads_gnu +Checking test 225 conus13km_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK + + 0: The total amount of wall time = 617.092079 + 0: The maximum resident set size (KB) = 578088 + +Test 225 conus13km_2threads_gnu PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_restart_mismatch_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_restart_mismatch_gnu +Checking test 226 conus13km_restart_mismatch_gnu results .... + Comparing sfcf002.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 ............ALT CHECK......OK - 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 = 803.448822 - 0: The maximum resident set size (KB) = 574836 + 0: The total amount of wall time = 380.797088 + 0: The maximum resident set size (KB) = 543700 -Test 237 rrfs_smoke_conus13km_phy32_qr_gnu PASS +Test 226 conus13km_restart_mismatch_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu -Checking test 238 rrfs_smoke_conus13km_phy32_restart_mismatch_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_control_qr_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_control_qr_gnu +Checking test 227 conus13km_control_qr_gnu 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 ............ALT CHECK......OK + Comparing RESTART/20210512.170000.phy_data.nc .........OK + Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 416.738080 - 0: The maximum resident set size (KB) = 575152 + 0: The total amount of wall time = 812.563823 + 0: The maximum resident set size (KB) = 576384 -Test 238 rrfs_smoke_conus13km_phy32_restart_mismatch_gnu PASS +Test 227 conus13km_control_qr_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu -Checking test 239 rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_restart_qr_mismatch_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_restart_qr_mismatch_gnu +Checking test 228 conus13km_restart_qr_mismatch_gnu results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 410.589791 - 0: The maximum resident set size (KB) = 596264 + 0: The total amount of wall time = 410.087108 + 0: The maximum resident set size (KB) = 571580 -Test 239 rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu PASS +Test 228 conus13km_restart_qr_mismatch_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_dyn64_phy32_gnu -Checking test 240 rap_control_dyn64_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_dyn64_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_dyn64_phy32_gnu +Checking test 229 rap_control_dyn64_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7580,57 +7532,99 @@ Checking test 240 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 = 1085.344881 - 0: The maximum resident set size (KB) = 712612 + 0: The total amount of wall time = 1079.865004 + 0: The maximum resident set size (KB) = 703684 + +Test 229 rap_control_dyn64_phy32_gnu PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_debug_dyn32_phy32_gnu +Checking test 230 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 = 171.841130 + 0: The maximum resident set size (KB) = 693052 + +Test 230 rap_control_debug_dyn32_phy32_gnu PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/hrrr_control_debug_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/hrrr_control_debug_dyn32_phy32_gnu +Checking test 231 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 = 166.754169 + 0: The maximum resident set size (KB) = 695216 + +Test 231 hrrr_control_debug_dyn32_phy32_gnu PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_debug_gnu +Checking test 232 conus13km_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 = 631.582799 + 0: The maximum resident set size (KB) = 598012 -Test 240 rap_control_dyn64_phy32_gnu PASS +Test 232 conus13km_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_debug_dyn32_phy32_gnu -Checking test 241 rap_control_debug_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_debug_2threads_gnu +Checking test 233 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 = 176.271511 - 0: The maximum resident set size (KB) = 699892 + 0: The total amount of wall time = 694.417913 + 0: The maximum resident set size (KB) = 591636 -Test 241 rap_control_debug_dyn32_phy32_gnu PASS +Test 233 conus13km_debug_2threads_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/hrrr_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/hrrr_control_debug_dyn32_phy32_gnu -Checking test 242 hrrr_control_debug_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/conus13km_radar_tten_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/conus13km_radar_tten_debug_gnu +Checking test 234 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 = 169.873652 - 0: The maximum resident set size (KB) = 696112 + 0: The total amount of wall time = 611.798408 + 0: The maximum resident set size (KB) = 601432 -Test 242 hrrr_control_debug_dyn32_phy32_gnu PASS +Test 234 conus13km_radar_tten_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/rap_control_dyn64_phy32_debug_gnu -Checking test 243 rap_control_dyn64_phy32_debug_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/rap_control_debug_dyn64_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/rap_control_dyn64_phy32_debug_gnu +Checking test 235 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 = 208.290131 - 0: The maximum resident set size (KB) = 718200 + 0: The total amount of wall time = 206.067409 + 0: The maximum resident set size (KB) = 713208 -Test 243 rap_control_dyn64_phy32_debug_gnu PASS +Test 235 rap_control_dyn64_phy32_debug_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_p8_gnu -Checking test 244 cpld_control_p8_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_p8_gnu +Checking test 236 cpld_control_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7694,15 +7688,15 @@ Checking test 244 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 = 1721.028193 - 0: The maximum resident set size (KB) = 1425344 + 0: The total amount of wall time = 2179.559898 + 0: The maximum resident set size (KB) = 1420280 -Test 244 cpld_control_p8_gnu PASS +Test 236 cpld_control_p8_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_c96_noaero_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_nowave_noaero_p8_gnu -Checking test 245 cpld_control_nowave_noaero_p8_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_c96_noaero_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_nowave_noaero_p8_gnu +Checking test 237 cpld_control_nowave_noaero_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7763,15 +7757,15 @@ Checking test 245 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 = 1245.233289 - 0: The maximum resident set size (KB) = 1331744 + 0: The total amount of wall time = 1234.380434 + 0: The maximum resident set size (KB) = 1328072 -Test 245 cpld_control_nowave_noaero_p8_gnu PASS +Test 237 cpld_control_nowave_noaero_p8_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_debug_p8_gnu -Checking test 246 cpld_debug_p8_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_debug_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_debug_p8_gnu +Checking test 238 cpld_debug_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7823,15 +7817,15 @@ Checking test 246 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 = 2193.420613 - 0: The maximum resident set size (KB) = 1442360 + 0: The total amount of wall time = 802.761750 + 0: The maximum resident set size (KB) = 1427348 -Test 246 cpld_debug_p8_gnu PASS +Test 238 cpld_debug_p8_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_control_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_control_pdlib_p8_gnu -Checking test 247 cpld_control_pdlib_p8_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_control_pdlib_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_control_pdlib_p8_gnu +Checking test 239 cpld_control_pdlib_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7894,15 +7888,15 @@ Checking test 247 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 = 1708.901969 - 0: The maximum resident set size (KB) = 1291616 + 0: The total amount of wall time = 1693.425428 + 0: The maximum resident set size (KB) = 1289508 -Test 247 cpld_control_pdlib_p8_gnu PASS +Test 239 cpld_control_pdlib_p8_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/cpld_debug_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/cpld_debug_pdlib_p8_gnu -Checking test 248 cpld_debug_pdlib_p8_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/cpld_debug_pdlib_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/cpld_debug_pdlib_p8_gnu +Checking test 240 cpld_debug_pdlib_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7953,25 +7947,25 @@ Checking test 248 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 = 921.251241 - 0: The maximum resident set size (KB) = 1300404 + 0: The total amount of wall time = 931.074926 + 0: The maximum resident set size (KB) = 1296928 -Test 248 cpld_debug_pdlib_p8_gnu PASS +Test 240 cpld_debug_pdlib_p8_gnu PASS -baseline dir = /scratch1/NCEPDEV/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_20889/datm_cdeps_control_cfsr_gnu -Checking test 249 datm_cdeps_control_cfsr_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230726/datm_cdeps_control_cfsr_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_32577/datm_cdeps_control_cfsr_gnu +Checking test 241 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 = 184.140086 - 0: The maximum resident set size (KB) = 663532 + 0: The total amount of wall time = 174.630887 + 0: The maximum resident set size (KB) = 665144 -Test 249 datm_cdeps_control_cfsr_gnu PASS +Test 241 datm_cdeps_control_cfsr_gnu PASS REGRESSION TEST WAS SUCCESSFUL -Thu Jul 27 02:43:40 UTC 2023 -Elapsed time: 02h:09m:23s. Have a nice day! +Thu Aug 24 05:16:37 UTC 2023 +Elapsed time: 02h:07m:13s. Have a nice day! From bb47f16299e065797e559c0a5b2ba3b4b86ea8fe Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 13:16:05 +0000 Subject: [PATCH 10/25] revert bug fix to avoid a GFDL_atmos_cubed_sphere PR --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 3caf6c358e..e32ed73d5e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 3caf6c358e17f23ecc3072e1ffef294308b2d60e +Subproject commit e32ed73d5e0e4ba51014fc0c1157d01e12b94573 From 2defb16c56aed121e174f516609ea4e79c0c860c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 16:15:20 +0000 Subject: [PATCH 11/25] remove test file --- tests/rrfs.conf | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 tests/rrfs.conf diff --git a/tests/rrfs.conf b/tests/rrfs.conf deleted file mode 100644 index 56b8344bdb..0000000000 --- a/tests/rrfs.conf +++ /dev/null @@ -1,45 +0,0 @@ -COMPILE | rrfs_phy32 | intel | -DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | -RUN | conus13km_control | | baseline | -RUN | conus13km_2threads | | | conus13km_control -RUN | conus13km_restart_mismatch | | baseline | conus13km_control -RUN | conus13km_control_qr | | baseline | -RUN | conus13km_restart_qr_mismatch | | baseline | conus13km_control - -# Expected to fail: -# RUN | conus13km_restart | | | conus13km_control -# RUN | conus13km_decomp | | | conus13km_control - -COMPILE | rrfs_phy32_debug | intel | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | -RUN | conus13km_debug | | baseline | -RUN | conus13km_debug_2threads | | | -RUN | conus13km_radar_tten_debug | | baseline | - -# Expected to fail: -# RUN | conus13km_debug_decomp | | | - -COMPILE | rrfs | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_gf,FV3_HRRR_c3,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | -RUN | hrrr_gf | | baseline | -RUN | hrrr_c3 | | baseline | - -COMPILE | rrfs_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | -RUN | conus13km_control | + hera cheyenne | baseline | -RUN | conus13km_2threads | + hera cheyenne | | conus13km_control -RUN | conus13km_restart_mismatch | + hera cheyenne | baseline | conus13km_control -RUN | conus13km_control_qr | + hera cheyenne | baseline | -RUN | conus13km_restart_qr_mismatch | + hera cheyenne | baseline | conus13km_control - -# Expected to fail: -# RUN | conus13km_restart | + hera cheyenne | | conus13km_control -# RUN | conus13km_decomp | + hera cheyenne | | conus13km_control - -COMPILE | rrfs_phy32_debug | gnu | -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON | + hera cheyenne | fv3 | -RUN | conus13km_debug | + hera cheyenne | baseline | -RUN | conus13km_debug_2threads | + hera cheyenne | | -RUN | conus13km_radar_tten_debug | | baseline | - -# Expected to fail: -# RUN | conus13km_debug_decomp | + hera cheyenne | | - -COMPILE | rrfs | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_gf,FV3_HRRR_c3,FV3_RRFS_v1beta -D32BIT=ON | + hera cheyenne | fv3 | -RUN | hrrr_gf | + hera cheyenne | baseline | -RUN | hrrr_c3 | + hera cheyenne | baseline | From 132317723315a4c7aeea325d94d69946703153c5 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 17:39:24 +0000 Subject: [PATCH 12/25] missing a "+ hera cheyenne" for one new test --- tests/rt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.conf b/tests/rt.conf index be258e2024..f2195235e4 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -384,7 +384,7 @@ RUN | rap_control_debug_dyn32_phy32 | + hera cheyenne RUN | hrrr_control_debug_dyn32_phy32 | + hera cheyenne | baseline | RUN | conus13km_debug | + hera cheyenne | baseline | RUN | conus13km_debug_2threads | + hera cheyenne | | -RUN | conus13km_radar_tten_debug | | baseline | +RUN | conus13km_radar_tten_debug | + hera cheyenne | baseline | # Expected to fail: # RUN | conus13km_debug_decomp | + hera cheyenne | | From 7c40ac55ae8ee4d191ab3a4549206003bc4f26a9 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 17:40:14 +0000 Subject: [PATCH 13/25] hera tests passed --- tests/logs/RegressionTests_hera.log | 2760 +++++++++++++-------------- 1 file changed, 1377 insertions(+), 1383 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 8527d9502a..6110f3633d 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,74 +1,74 @@ -Mon Aug 21 00:29:42 UTC 2023 +Thu Aug 24 14:39:10 UTC 2023 Start Regression test -Testing UFSWM Hash: 76d86b8a05bbc6b37bb34ba032e73b2a8d61733c +Testing UFSWM Hash: bb47f16299e065797e559c0a5b2ba3b4b86ea8fe Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) dabfaa94a5b1bdcbc40bb23fc1122b6cb7ba3dbc ../CMEPS-interface/CMEPS (cmeps_v0.4.1-1403-gdabfaa9) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 0d9066e97ad44e4c318bc9f2bff0b82ec90cf93c ../FV3 (heads/develop-10-g0d9066e) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (heads/conus13km) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atm_debug_dyn32_intel elapsed time 229 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_debug_gnu elapsed time 179 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 595 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 176 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_debug_gnu elapsed time 175 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_gnu elapsed time 275 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 199 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 atm_debug_dyn32_intel elapsed time 233 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_debug_gnu elapsed time 186 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 599 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 183 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_debug_gnu elapsed time 180 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_gnu elapsed time 278 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 537 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 201 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 533 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 185 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_faster_intel elapsed time 550 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 520 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atml_intel elapsed time 537 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 550 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 541 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 522 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 106 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 177 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_gnu elapsed time 120 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 182 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 55 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 567 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 192 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 574 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 176 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 662 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_gnu elapsed time 201 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 510 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 172 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_debug_intel elapsed time 182 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 554 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 517 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 547 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 552 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 544 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 109 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 188 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_gnu elapsed time 127 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 179 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 64 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 566 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 201 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 591 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 578 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 184 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 656 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 199 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 511 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 176 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 522 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_gnu elapsed time 202 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 542 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 594 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 229 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 s2sw_debug_intel elapsed time 224 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 638 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 131 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 214 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 251 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 896 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 650 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 144 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 991 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile rrfs_gnu elapsed time 208 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 592 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 230 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 591 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 214 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 621 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 137 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 216 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 255 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 918 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 641 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 148 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 237 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 974 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 265 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 675 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 656 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile wam_debug_gnu elapsed time 104 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 179 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 509 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile wam_debug_intel elapsed time 173 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 501 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-20230818/cpld_control_p8_mixedmode_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_p8_mixedmode_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 310.687148 - 0: The maximum resident set size (KB) = 3136784 + 0: The total amount of wall time = 316.930663 + 0: The maximum resident set size (KB) = 3094992 Test 001 cpld_control_p8_mixedmode_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_gfsv17_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_gfsv17_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -204,14 +204,14 @@ 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 = 218.581977 - 0: The maximum resident set size (KB) = 1697256 + 0: The total amount of wall time = 220.105922 + 0: The maximum resident set size (KB) = 1680596 Test 002 cpld_control_gfsv17_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -276,14 +276,14 @@ 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 = 341.506593 - 0: The maximum resident set size (KB) = 3191096 + 0: The total amount of wall time = 349.030527 + 0: The maximum resident set size (KB) = 3167308 Test 003 cpld_control_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_restart_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -336,14 +336,14 @@ 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 = 194.279821 - 0: The maximum resident set size (KB) = 3058640 + 0: The total amount of wall time = 195.398332 + 0: The maximum resident set size (KB) = 3028820 Test 004 cpld_restart_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_qr_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -408,14 +408,14 @@ 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 = 342.867270 - 0: The maximum resident set size (KB) = 3195140 + 0: The total amount of wall time = 345.813439 + 0: The maximum resident set size (KB) = 3146660 Test 005 cpld_control_qr_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_restart_qr_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -468,14 +468,14 @@ 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.988858 - 0: The maximum resident set size (KB) = 3024284 + 0: The total amount of wall time = 202.086860 + 0: The maximum resident set size (KB) = 3072536 Test 006 cpld_restart_qr_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_2threads_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -528,14 +528,14 @@ 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 = 323.843033 - 0: The maximum resident set size (KB) = 3530356 + 0: The total amount of wall time = 327.728266 + 0: The maximum resident set size (KB) = 3524312 Test 007 cpld_2threads_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_decomp_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -588,14 +588,14 @@ 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 = 346.773111 - 0: The maximum resident set size (KB) = 3178380 + 0: The total amount of wall time = 345.154005 + 0: The maximum resident set size (KB) = 3171436 Test 008 cpld_decomp_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_mpi_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -648,14 +648,14 @@ 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 = 307.433938 - 0: The maximum resident set size (KB) = 3034112 + 0: The total amount of wall time = 283.992798 + 0: The maximum resident set size (KB) = 3035356 Test 009 cpld_mpi_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_ciceC_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_ciceC_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -720,14 +720,14 @@ 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 = 343.353963 - 0: The maximum resident set size (KB) = 3187700 + 0: The total amount of wall time = 346.353098 + 0: The maximum resident set size (KB) = 3175184 Test 010 cpld_control_ciceC_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_c192_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_c192_p8_intel Checking test 011 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -780,14 +780,14 @@ 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 = 588.435302 - 0: The maximum resident set size (KB) = 3305500 + 0: The total amount of wall time = 582.771941 + 0: The maximum resident set size (KB) = 3310300 Test 011 cpld_control_c192_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_restart_c192_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_c192_p8_intel Checking test 012 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -840,14 +840,14 @@ 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 = 376.217424 - 0: The maximum resident set size (KB) = 3202752 + 0: The total amount of wall time = 388.897000 + 0: The maximum resident set size (KB) = 3203628 Test 012 cpld_restart_c192_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_bmark_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_bmark_p8_intel Checking test 013 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -895,14 +895,14 @@ 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 = 668.775811 - 0: The maximum resident set size (KB) = 4092264 + 0: The total amount of wall time = 673.582611 + 0: The maximum resident set size (KB) = 4086900 Test 013 cpld_bmark_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_restart_bmark_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_bmark_p8_intel Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -950,14 +950,14 @@ 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 = 416.386644 - 0: The maximum resident set size (KB) = 3976516 + 0: The total amount of wall time = 415.913343 + 0: The maximum resident set size (KB) = 4010180 Test 014 cpld_restart_bmark_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_noaero_p8_intel Checking test 015 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1021,14 +1021,14 @@ 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 = 266.205716 - 0: The maximum resident set size (KB) = 1728256 + 0: The total amount of wall time = 264.882370 + 0: The maximum resident set size (KB) = 1702872 Test 015 cpld_control_noaero_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c96_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_nowave_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_nowave_noaero_p8_intel Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1090,14 +1090,14 @@ 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 = 261.067459 - 0: The maximum resident set size (KB) = 1765880 + 0: The total amount of wall time = 268.872914 + 0: The maximum resident set size (KB) = 1748012 Test 016 cpld_control_nowave_noaero_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_debug_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_p8_intel Checking test 017 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1150,14 +1150,14 @@ 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 = 516.051683 - 0: The maximum resident set size (KB) = 3226052 + 0: The total amount of wall time = 523.855885 + 0: The maximum resident set size (KB) = 3181160 Test 017 cpld_debug_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_debug_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_noaero_p8_intel Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1209,14 +1209,14 @@ 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 = 346.958669 - 0: The maximum resident set size (KB) = 1737132 + 0: The total amount of wall time = 352.260244 + 0: The maximum resident set size (KB) = 1733856 Test 018 cpld_debug_noaero_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_noaero_p8_agrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_noaero_p8_agrid_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_noaero_p8_agrid_intel Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1278,14 +1278,14 @@ 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 = 263.918066 - 0: The maximum resident set size (KB) = 1759824 + 0: The total amount of wall time = 262.102296 + 0: The maximum resident set size (KB) = 1762208 Test 019 cpld_control_noaero_p8_agrid_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_c48_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_c48_intel Checking test 020 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1335,14 +1335,14 @@ 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 = 584.147431 - 0: The maximum resident set size (KB) = 2803396 + 0: The total amount of wall time = 592.575432 + 0: The maximum resident set size (KB) = 2809052 Test 020 cpld_control_c48_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_p8_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_p8_faster_intel Checking test 021 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1407,14 +1407,14 @@ 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 = 320.585864 - 0: The maximum resident set size (KB) = 3172540 + 0: The total amount of wall time = 325.008738 + 0: The maximum resident set size (KB) = 3179592 Test 021 cpld_control_p8_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_pdlib_p8_intel Checking test 022 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1478,14 +1478,14 @@ 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 = 1195.412734 - 0: The maximum resident set size (KB) = 1756224 + 0: The total amount of wall time = 1194.758448 + 0: The maximum resident set size (KB) = 1753692 Test 022 cpld_control_pdlib_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_restart_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_pdlib_p8_intel Checking test 023 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1537,14 +1537,14 @@ 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 = 557.614000 - 0: The maximum resident set size (KB) = 1029980 + 0: The total amount of wall time = 564.119774 + 0: The maximum resident set size (KB) = 1031320 Test 023 cpld_restart_pdlib_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_mpi_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_mpi_pdlib_p8_intel Checking test 024 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1608,14 +1608,14 @@ 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 = 1082.208973 - 0: The maximum resident set size (KB) = 1655340 + 0: The total amount of wall time = 1085.097850 + 0: The maximum resident set size (KB) = 1663552 Test 024 cpld_mpi_pdlib_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_debug_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_pdlib_p8_intel Checking test 025 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1667,14 +1667,14 @@ 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 = 1351.111800 - 0: The maximum resident set size (KB) = 1707408 + 0: The total amount of wall time = 1350.687114 + 0: The maximum resident set size (KB) = 1666692 Test 025 cpld_debug_pdlib_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_flake_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_flake_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_flake_intel Checking test 026 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1685,14 +1685,14 @@ Checking test 026 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 185.276030 - 0: The maximum resident set size (KB) = 674216 + 0: The total amount of wall time = 188.455323 + 0: The maximum resident set size (KB) = 678020 Test 026 control_flake_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_CubedSphereGrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_CubedSphereGrid_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_CubedSphereGrid_intel Checking test 027 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1719,36 +1719,36 @@ Checking test 027 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 130.731499 - 0: The maximum resident set size (KB) = 630368 + 0: The total amount of wall time = 133.210904 + 0: The maximum resident set size (KB) = 636224 Test 027 control_CubedSphereGrid_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_CubedSphereGrid_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_CubedSphereGrid_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_CubedSphereGrid_parallel_intel Checking test 028 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - Comparing cubed_sphere_grid_sfcf000.nc .........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 ............ALT CHECK......OK + Comparing cubed_sphere_grid_atmf000.nc .........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 = 140.128185 - 0: The maximum resident set size (KB) = 642912 + 0: The total amount of wall time = 139.401723 + 0: The maximum resident set size (KB) = 610852 Test 028 control_CubedSphereGrid_parallel_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_latlon_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_latlon_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_latlon_intel Checking test 029 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1759,14 +1759,14 @@ Checking test 029 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.413777 - 0: The maximum resident set size (KB) = 644012 + 0: The total amount of wall time = 133.249062 + 0: The maximum resident set size (KB) = 636328 Test 029 control_latlon_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wrtGauss_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_wrtGauss_netcdf_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wrtGauss_netcdf_parallel_intel Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1777,14 +1777,14 @@ 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.949430 - 0: The maximum resident set size (KB) = 634168 + 0: The total amount of wall time = 137.507726 + 0: The maximum resident set size (KB) = 633908 Test 030 control_wrtGauss_netcdf_parallel_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_c48_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c48_intel Checking test 031 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1823,14 +1823,14 @@ 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.317733 -0: The maximum resident set size (KB) = 818200 +0: The total amount of wall time = 371.558713 +0: The maximum resident set size (KB) = 817112 Test 031 control_c48_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c192_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_c192_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c192_intel Checking test 032 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1841,14 +1841,14 @@ Checking test 032 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 528.970434 - 0: The maximum resident set size (KB) = 779748 + 0: The total amount of wall time = 528.010964 + 0: The maximum resident set size (KB) = 777608 Test 032 control_c192_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c384_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_c384_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c384_intel Checking test 033 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1859,14 +1859,14 @@ Checking test 033 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 531.527998 - 0: The maximum resident set size (KB) = 1284948 + 0: The total amount of wall time = 525.093534 + 0: The maximum resident set size (KB) = 1285288 Test 033 control_c384_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c384gdas_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_c384gdas_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c384gdas_intel Checking test 034 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1909,14 +1909,14 @@ 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 = 490.531963 - 0: The maximum resident set size (KB) = 1394088 + 0: The total amount of wall time = 462.405019 + 0: The maximum resident set size (KB) = 1396868 Test 034 control_c384gdas_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_stochy_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_intel Checking test 035 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1927,28 +1927,28 @@ Checking test 035 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 88.917472 - 0: The maximum resident set size (KB) = 632160 + 0: The total amount of wall time = 90.633577 + 0: The maximum resident set size (KB) = 643044 Test 035 control_stochy_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_stochy_restart_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_restart_intel Checking test 036 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.385172 - 0: The maximum resident set size (KB) = 488404 + 0: The total amount of wall time = 48.845937 + 0: The maximum resident set size (KB) = 497288 Test 036 control_stochy_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_lndp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_lndp_intel Checking test 037 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1959,14 +1959,14 @@ Checking test 037 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 81.792668 - 0: The maximum resident set size (KB) = 640816 + 0: The total amount of wall time = 83.638343 + 0: The maximum resident set size (KB) = 642800 Test 037 control_lndp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_iovr4_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_iovr4_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_iovr4_intel Checking test 038 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1981,14 +1981,14 @@ Checking test 038 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.291214 - 0: The maximum resident set size (KB) = 637556 + 0: The total amount of wall time = 139.502741 + 0: The maximum resident set size (KB) = 636348 Test 038 control_iovr4_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_iovr5_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_iovr5_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_iovr5_intel Checking test 039 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2003,14 +2003,14 @@ Checking test 039 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.156601 - 0: The maximum resident set size (KB) = 623404 + 0: The total amount of wall time = 137.402249 + 0: The maximum resident set size (KB) = 626236 Test 039 control_iovr5_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_intel Checking test 040 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2057,14 +2057,14 @@ 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 = 168.428318 - 0: The maximum resident set size (KB) = 1607644 + 0: The total amount of wall time = 171.725546 + 0: The maximum resident set size (KB) = 1597176 Test 040 control_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_restart_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_restart_p8_intel Checking test 041 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2103,14 +2103,14 @@ 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 = 86.833360 - 0: The maximum resident set size (KB) = 878896 + 0: The total amount of wall time = 87.555703 + 0: The maximum resident set size (KB) = 880428 Test 041 control_restart_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_qr_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_qr_p8_intel Checking test 042 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2157,14 +2157,14 @@ 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 = 168.875693 - 0: The maximum resident set size (KB) = 1616764 + 0: The total amount of wall time = 171.449258 + 0: The maximum resident set size (KB) = 1599828 Test 042 control_qr_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_restart_qr_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_restart_qr_p8_intel Checking test 043 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2203,14 +2203,14 @@ 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 = 89.500222 - 0: The maximum resident set size (KB) = 871364 + 0: The total amount of wall time = 91.739289 + 0: The maximum resident set size (KB) = 866612 Test 043 control_restart_qr_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_decomp_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_decomp_p8_intel Checking test 044 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2253,14 +2253,14 @@ 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 = 176.462286 - 0: The maximum resident set size (KB) = 1591152 + 0: The total amount of wall time = 175.580643 + 0: The maximum resident set size (KB) = 1582444 Test 044 control_decomp_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_2threads_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_2threads_p8_intel Checking test 045 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2303,14 +2303,14 @@ 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 = 155.432414 - 0: The maximum resident set size (KB) = 1688808 + 0: The total amount of wall time = 156.848707 + 0: The maximum resident set size (KB) = 1690096 Test 045 control_2threads_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_p8_lndp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_lndp_intel Checking test 046 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2329,14 +2329,14 @@ Checking test 046 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 314.992533 - 0: The maximum resident set size (KB) = 1606460 + 0: The total amount of wall time = 316.895319 + 0: The maximum resident set size (KB) = 1590116 Test 046 control_p8_lndp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_rrtmgp_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_p8_rrtmgp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_rrtmgp_intel Checking test 047 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2383,14 +2383,14 @@ 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 = 225.417206 - 0: The maximum resident set size (KB) = 1670352 + 0: The total amount of wall time = 228.068606 + 0: The maximum resident set size (KB) = 1667816 Test 047 control_p8_rrtmgp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_mynn_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_p8_mynn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_mynn_intel Checking test 048 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2437,14 +2437,14 @@ 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 = 175.354142 - 0: The maximum resident set size (KB) = 1597360 + 0: The total amount of wall time = 172.820322 + 0: The maximum resident set size (KB) = 1611580 Test 048 control_p8_mynn_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/merra2_thompson_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/merra2_thompson_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/merra2_thompson_intel Checking test 049 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2491,14 +2491,14 @@ 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 = 192.313870 - 0: The maximum resident set size (KB) = 1624120 + 0: The total amount of wall time = 190.720917 + 0: The maximum resident set size (KB) = 1613324 Test 049 merra2_thompson_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_control_intel Checking test 050 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2509,28 +2509,28 @@ Checking test 050 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 291.061244 - 0: The maximum resident set size (KB) = 881500 + 0: The total amount of wall time = 293.346349 + 0: The maximum resident set size (KB) = 890468 Test 050 regional_control_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_restart_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_restart_intel Checking test 051 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 = 147.424449 - 0: The maximum resident set size (KB) = 873992 + 0: The total amount of wall time = 150.907074 + 0: The maximum resident set size (KB) = 865248 Test 051 regional_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_control_qr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_control_qr_intel Checking test 052 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2541,28 +2541,28 @@ Checking test 052 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 294.595198 - 0: The maximum resident set size (KB) = 879876 + 0: The total amount of wall time = 294.084191 + 0: The maximum resident set size (KB) = 879116 Test 052 regional_control_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_restart_qr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_restart_qr_intel Checking test 053 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 = 147.604717 - 0: The maximum resident set size (KB) = 869084 + 0: The total amount of wall time = 150.934926 + 0: The maximum resident set size (KB) = 872656 Test 053 regional_restart_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_decomp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_decomp_intel Checking test 054 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2573,14 +2573,14 @@ Checking test 054 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 310.130849 - 0: The maximum resident set size (KB) = 851576 + 0: The total amount of wall time = 309.131052 + 0: The maximum resident set size (KB) = 873836 Test 054 regional_decomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_2threads_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_2threads_intel Checking test 055 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2591,14 +2591,14 @@ Checking test 055 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 175.357324 - 0: The maximum resident set size (KB) = 867176 + 0: The total amount of wall time = 182.633076 + 0: The maximum resident set size (KB) = 855612 Test 055 regional_2threads_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_noquilt_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_noquilt_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_noquilt_intel Checking test 056 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2606,28 +2606,28 @@ Checking test 056 regional_noquilt_intel results .... 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 = 293.182072 - 0: The maximum resident set size (KB) = 857896 + 0: The total amount of wall time = 291.536648 + 0: The maximum resident set size (KB) = 861448 Test 056 regional_noquilt_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_netcdf_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_netcdf_parallel_intel Checking test 057 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 = 285.106394 - 0: The maximum resident set size (KB) = 876652 + 0: The total amount of wall time = 286.881407 + 0: The maximum resident set size (KB) = 874300 Test 057 regional_netcdf_parallel_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_2dwrtdecomp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_2dwrtdecomp_intel Checking test 058 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2638,14 +2638,14 @@ Checking test 058 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 292.111727 - 0: The maximum resident set size (KB) = 881652 + 0: The total amount of wall time = 294.000701 + 0: The maximum resident set size (KB) = 881604 Test 058 regional_2dwrtdecomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/fv3_regional_wofs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_wofs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_wofs_intel Checking test 059 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2656,14 +2656,14 @@ Checking test 059 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 371.786853 - 0: The maximum resident set size (KB) = 623496 + 0: The total amount of wall time = 371.910678 + 0: The maximum resident set size (KB) = 648924 Test 059 regional_wofs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_intel Checking test 060 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2710,14 +2710,14 @@ 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 = 448.765082 - 0: The maximum resident set size (KB) = 1062220 + 0: The total amount of wall time = 449.069991 + 0: The maximum resident set size (KB) = 1069160 Test 060 rap_control_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_spp_sppt_shum_skeb_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_spp_sppt_shum_skeb_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_spp_sppt_shum_skeb_intel Checking test 061 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2728,14 +2728,14 @@ 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 = 228.739711 - 0: The maximum resident set size (KB) = 1195656 + 0: The total amount of wall time = 232.832288 + 0: The maximum resident set size (KB) = 1190324 Test 061 regional_spp_sppt_shum_skeb_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_decomp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_decomp_intel Checking test 062 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2782,14 +2782,14 @@ 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 = 464.966170 - 0: The maximum resident set size (KB) = 1007900 + 0: The total amount of wall time = 468.981134 + 0: The maximum resident set size (KB) = 1009464 Test 062 rap_decomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_2threads_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_2threads_intel Checking test 063 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2836,14 +2836,14 @@ 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 = 420.718224 - 0: The maximum resident set size (KB) = 1148480 + 0: The total amount of wall time = 419.318024 + 0: The maximum resident set size (KB) = 1151148 Test 063 rap_2threads_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_restart_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_restart_intel Checking test 064 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2882,14 +2882,14 @@ 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 = 226.709869 - 0: The maximum resident set size (KB) = 957456 + 0: The total amount of wall time = 227.703011 + 0: The maximum resident set size (KB) = 954084 Test 064 rap_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_intel Checking test 065 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2936,14 +2936,14 @@ 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 = 450.784032 - 0: The maximum resident set size (KB) = 1059540 + 0: The total amount of wall time = 450.440766 + 0: The maximum resident set size (KB) = 1060620 Test 065 rap_sfcdiff_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_sfcdiff_decomp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_decomp_intel Checking test 066 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2990,14 +2990,14 @@ 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 = 471.695126 - 0: The maximum resident set size (KB) = 1008124 + 0: The total amount of wall time = 476.974876 + 0: The maximum resident set size (KB) = 999776 Test 066 rap_sfcdiff_decomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_sfcdiff_restart_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_restart_intel Checking test 067 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3036,14 +3036,14 @@ 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 = 331.130468 - 0: The maximum resident set size (KB) = 994840 + 0: The total amount of wall time = 334.515096 + 0: The maximum resident set size (KB) = 986140 Test 067 rap_sfcdiff_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_intel Checking test 068 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3090,14 +3090,14 @@ 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 = 433.347477 - 0: The maximum resident set size (KB) = 1059436 + 0: The total amount of wall time = 437.381133 + 0: The maximum resident set size (KB) = 1047456 Test 068 hrrr_control_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_qr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_qr_intel Checking test 069 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3144,14 +3144,14 @@ 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 = 426.113283 - 0: The maximum resident set size (KB) = 1075860 + 0: The total amount of wall time = 432.353111 + 0: The maximum resident set size (KB) = 1041244 Test 069 hrrr_control_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_decomp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_decomp_intel Checking test 070 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3198,14 +3198,14 @@ 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 = 448.947987 - 0: The maximum resident set size (KB) = 999324 + 0: The total amount of wall time = 447.368015 + 0: The maximum resident set size (KB) = 1005232 Test 070 hrrr_control_decomp_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_2threads_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_2threads_intel Checking test 071 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3252,42 +3252,42 @@ 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 = 401.355989 - 0: The maximum resident set size (KB) = 1084592 + 0: The total amount of wall time = 396.358802 + 0: The maximum resident set size (KB) = 1084420 Test 071 hrrr_control_2threads_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_restart_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_intel Checking test 072 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 = 320.077907 - 0: The maximum resident set size (KB) = 982824 + 0: The total amount of wall time = 319.483419 + 0: The maximum resident set size (KB) = 980944 Test 072 hrrr_control_restart_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_restart_qr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_qr_intel Checking test 073 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 = 321.762171 - 0: The maximum resident set size (KB) = 1020704 + 0: The total amount of wall time = 323.133880 + 0: The maximum resident set size (KB) = 1013584 Test 073 hrrr_control_restart_qr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1beta_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_v1beta_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1beta_intel Checking test 074 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3334,14 +3334,14 @@ 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 = 444.209083 - 0: The maximum resident set size (KB) = 1033880 + 0: The total amount of wall time = 441.467858 + 0: The maximum resident set size (KB) = 1062084 Test 074 rrfs_v1beta_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1nssl_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_v1nssl_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1nssl_intel Checking test 075 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3356,14 +3356,14 @@ Checking test 075 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 522.151374 - 0: The maximum resident set size (KB) = 695340 + 0: The total amount of wall time = 521.295582 + 0: The maximum resident set size (KB) = 656012 Test 075 rrfs_v1nssl_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1nssl_nohailnoccn_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_v1nssl_nohailnoccn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1nssl_nohailnoccn_intel Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3378,140 +3378,123 @@ Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 513.984310 - 0: The maximum resident set size (KB) = 744240 + 0: The total amount of wall time = 512.334036 + 0: The maximum resident set size (KB) = 764048 Test 076 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 077 rrfs_smoke_conus13km_hrrr_warm_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 = 148.867610 - 0: The maximum resident set size (KB) = 1038600 - -Test 077 rrfs_smoke_conus13km_hrrr_warm_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_qr_intel -Checking test 078 rrfs_smoke_conus13km_hrrr_warm_qr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/hrrr_gf_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_gf_intel +Checking test 077 hrrr_gf_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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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 = 144.870852 - 0: The maximum resident set size (KB) = 979508 - -Test 078 rrfs_smoke_conus13km_hrrr_warm_qr_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 079 rrfs_smoke_conus13km_hrrr_warm_2threads_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 - - 0: The total amount of wall time = 91.877010 - 0: The maximum resident set size (KB) = 948776 - -Test 079 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_conus13km_hrrr_warm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_conus13km_hrrr_warm_intel -Checking test 080 rrfs_conus13km_hrrr_warm_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 132.542729 - 0: The maximum resident set size (KB) = 979740 + 0: The total amount of wall time = 449.512437 + 0: The maximum resident set size (KB) = 1062884 -Test 080 rrfs_conus13km_hrrr_warm_intel PASS +Test 077 hrrr_gf_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 081 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/hrrr_c3_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_c3_intel +Checking test 078 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 151.052777 - 0: The maximum resident set size (KB) = 1036524 - -Test 081 rrfs_smoke_conus13km_radar_tten_warm_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 082 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 83.657018 - 0: The maximum resident set size (KB) = 1035856 - -Test 082 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 88.081799 - 0: The maximum resident set size (KB) = 960956 + 0: The total amount of wall time = 455.811905 + 0: The maximum resident set size (KB) = 1072540 -Test 083 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel PASS +Test 078 hrrr_c3_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_csawmg_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_csawmg_intel -Checking test 084 control_csawmg_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_csawmg_intel +Checking test 079 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3521,15 +3504,15 @@ Checking test 084 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 338.511705 - 0: The maximum resident set size (KB) = 718984 + 0: The total amount of wall time = 339.441575 + 0: The maximum resident set size (KB) = 694252 -Test 084 control_csawmg_intel PASS +Test 079 control_csawmg_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_csawmgt_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_csawmgt_intel -Checking test 085 control_csawmgt_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_csawmgt_intel +Checking test 080 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3539,15 +3522,15 @@ Checking test 085 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 329.268368 - 0: The maximum resident set size (KB) = 720688 + 0: The total amount of wall time = 330.390961 + 0: The maximum resident set size (KB) = 723020 -Test 085 control_csawmgt_intel PASS +Test 080 control_csawmgt_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_ras_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_ras_intel -Checking test 086 control_ras_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_ras_intel +Checking test 081 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3557,27 +3540,27 @@ Checking test 086 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 183.905604 - 0: The maximum resident set size (KB) = 728408 + 0: The total amount of wall time = 183.398993 + 0: The maximum resident set size (KB) = 731084 -Test 086 control_ras_intel PASS +Test 081 control_ras_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wam_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_wam_intel -Checking test 087 control_wam_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wam_intel +Checking test 082 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 111.730408 - 0: The maximum resident set size (KB) = 646520 + 0: The total amount of wall time = 112.216031 + 0: The maximum resident set size (KB) = 645600 -Test 087 control_wam_intel PASS +Test 082 control_wam_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_p8_faster_intel -Checking test 088 control_p8_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_faster_intel +Checking test 083 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3623,15 +3606,15 @@ Checking test 088 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 = 153.853831 - 0: The maximum resident set size (KB) = 1608328 + 0: The total amount of wall time = 159.873238 + 0: The maximum resident set size (KB) = 1584272 -Test 088 control_p8_faster_intel PASS +Test 083 control_p8_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_control_faster_intel -Checking test 089 regional_control_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_control_faster_intel +Checking test 084 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3641,57 +3624,15 @@ Checking test 089 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 265.048900 - 0: The maximum resident set size (KB) = 879112 - -Test 089 regional_control_faster_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_debug_intel -Checking test 090 rrfs_smoke_conus13km_hrrr_warm_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.107308 - 0: The maximum resident set size (KB) = 1049184 - -Test 090 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel -Checking test 091 rrfs_smoke_conus13km_hrrr_warm_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 = 470.990482 - 0: The maximum resident set size (KB) = 947924 - -Test 091 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_conus13km_hrrr_warm_debug_intel -Checking test 092 rrfs_conus13km_hrrr_warm_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 = 743.514293 - 0: The maximum resident set size (KB) = 1022712 + 0: The total amount of wall time = 267.285784 + 0: The maximum resident set size (KB) = 879740 -Test 092 rrfs_conus13km_hrrr_warm_debug_intel PASS +Test 084 regional_control_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_CubedSphereGrid_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_CubedSphereGrid_debug_intel -Checking test 093 control_CubedSphereGrid_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_CubedSphereGrid_debug_intel +Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3717,349 +3658,349 @@ Checking test 093 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 142.015569 - 0: The maximum resident set size (KB) = 791972 + 0: The total amount of wall time = 147.562874 + 0: The maximum resident set size (KB) = 792156 -Test 093 control_CubedSphereGrid_debug_intel PASS +Test 085 control_CubedSphereGrid_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 094 control_wrtGauss_netcdf_parallel_debug_intel results .... - Comparing sfcf000.nc ............ALT CHECK......OK +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 086 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 = 144.048024 - 0: The maximum resident set size (KB) = 795928 + 0: The total amount of wall time = 149.239365 + 0: The maximum resident set size (KB) = 793964 -Test 094 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 086 control_wrtGauss_netcdf_parallel_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_stochy_debug_intel -Checking test 095 control_stochy_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_debug_intel +Checking test 087 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 = 166.555869 - 0: The maximum resident set size (KB) = 795580 + 0: The total amount of wall time = 166.110808 + 0: The maximum resident set size (KB) = 803632 -Test 095 control_stochy_debug_intel PASS +Test 087 control_stochy_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_lndp_debug_intel -Checking test 096 control_lndp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_lndp_debug_intel +Checking test 088 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 = 148.701303 - 0: The maximum resident set size (KB) = 793544 + 0: The total amount of wall time = 151.665109 + 0: The maximum resident set size (KB) = 797496 -Test 096 control_lndp_debug_intel PASS +Test 088 control_lndp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_csawmg_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_csawmg_debug_intel -Checking test 097 control_csawmg_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_csawmg_debug_intel +Checking test 089 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 = 223.614865 - 0: The maximum resident set size (KB) = 842240 + 0: The total amount of wall time = 227.130643 + 0: The maximum resident set size (KB) = 844052 -Test 097 control_csawmg_debug_intel PASS +Test 089 control_csawmg_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_csawmgt_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_csawmgt_debug_intel -Checking test 098 control_csawmgt_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_csawmgt_debug_intel +Checking test 090 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 = 225.693762 - 0: The maximum resident set size (KB) = 838424 + 0: The total amount of wall time = 229.662194 + 0: The maximum resident set size (KB) = 841336 -Test 098 control_csawmgt_debug_intel PASS +Test 090 control_csawmgt_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_ras_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_ras_debug_intel -Checking test 099 control_ras_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_ras_debug_intel +Checking test 091 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 = 149.329198 - 0: The maximum resident set size (KB) = 812980 + 0: The total amount of wall time = 150.836778 + 0: The maximum resident set size (KB) = 807016 -Test 099 control_ras_debug_intel PASS +Test 091 control_ras_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_diag_debug_intel -Checking test 100 control_diag_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_diag_debug_intel +Checking test 092 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 = 152.753818 - 0: The maximum resident set size (KB) = 822044 + 0: The total amount of wall time = 157.660439 + 0: The maximum resident set size (KB) = 848620 -Test 100 control_diag_debug_intel PASS +Test 092 control_diag_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_debug_p8_intel -Checking test 101 control_debug_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_debug_p8_intel +Checking test 093 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 = 163.959855 - 0: The maximum resident set size (KB) = 1618640 + 0: The total amount of wall time = 171.161311 + 0: The maximum resident set size (KB) = 1591444 -Test 101 control_debug_p8_intel PASS +Test 093 control_debug_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_debug_intel -Checking test 102 regional_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_debug_intel +Checking test 094 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 = 982.360134 - 0: The maximum resident set size (KB) = 891032 + 0: The total amount of wall time = 977.780604 + 0: The maximum resident set size (KB) = 891312 -Test 102 regional_debug_intel PASS +Test 094 regional_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_debug_intel -Checking test 103 rap_control_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_debug_intel +Checking test 095 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 = 270.292561 - 0: The maximum resident set size (KB) = 1179712 + 0: The total amount of wall time = 270.948992 + 0: The maximum resident set size (KB) = 1177884 -Test 103 rap_control_debug_intel PASS +Test 095 rap_control_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_debug_intel -Checking test 104 hrrr_control_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_debug_intel +Checking test 096 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 = 257.473648 - 0: The maximum resident set size (KB) = 1182476 + 0: The total amount of wall time = 270.042019 + 0: The maximum resident set size (KB) = 1184220 -Test 104 hrrr_control_debug_intel PASS +Test 096 hrrr_control_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_unified_drag_suite_debug_intel -Checking test 105 rap_unified_drag_suite_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_unified_drag_suite_debug_intel +Checking test 097 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 = 273.925397 - 0: The maximum resident set size (KB) = 1185236 + 0: The total amount of wall time = 276.258855 + 0: The maximum resident set size (KB) = 1176792 -Test 105 rap_unified_drag_suite_debug_intel PASS +Test 097 rap_unified_drag_suite_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_diag_debug_intel -Checking test 106 rap_diag_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_diag_debug_intel +Checking test 098 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 = 289.412070 - 0: The maximum resident set size (KB) = 1257492 + 0: The total amount of wall time = 283.251809 + 0: The maximum resident set size (KB) = 1265928 -Test 106 rap_diag_debug_intel PASS +Test 098 rap_diag_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_cires_ugwp_debug_intel -Checking test 107 rap_cires_ugwp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_cires_ugwp_debug_intel +Checking test 099 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 = 277.898676 - 0: The maximum resident set size (KB) = 1184852 + 0: The total amount of wall time = 279.814173 + 0: The maximum resident set size (KB) = 1178340 -Test 107 rap_cires_ugwp_debug_intel PASS +Test 099 rap_cires_ugwp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_unified_ugwp_debug_intel -Checking test 108 rap_unified_ugwp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_unified_ugwp_debug_intel +Checking test 100 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 = 277.363937 - 0: The maximum resident set size (KB) = 1179472 + 0: The total amount of wall time = 279.292329 + 0: The maximum resident set size (KB) = 1179272 -Test 108 rap_unified_ugwp_debug_intel PASS +Test 100 rap_unified_ugwp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_lndp_debug_intel -Checking test 109 rap_lndp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_lndp_debug_intel +Checking test 101 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 = 272.197199 - 0: The maximum resident set size (KB) = 1176852 + 0: The total amount of wall time = 278.310317 + 0: The maximum resident set size (KB) = 1181684 -Test 109 rap_lndp_debug_intel PASS +Test 101 rap_lndp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_progcld_thompson_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_progcld_thompson_debug_intel -Checking test 110 rap_progcld_thompson_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_progcld_thompson_debug_intel +Checking test 102 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 = 273.731259 - 0: The maximum resident set size (KB) = 1179240 + 0: The total amount of wall time = 276.130010 + 0: The maximum resident set size (KB) = 1181120 -Test 110 rap_progcld_thompson_debug_intel PASS +Test 102 rap_progcld_thompson_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_noah_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_noah_debug_intel -Checking test 111 rap_noah_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_noah_debug_intel +Checking test 103 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 = 263.535131 - 0: The maximum resident set size (KB) = 1176416 + 0: The total amount of wall time = 268.085063 + 0: The maximum resident set size (KB) = 1176516 -Test 111 rap_noah_debug_intel PASS +Test 103 rap_noah_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_sfcdiff_debug_intel -Checking test 112 rap_sfcdiff_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_debug_intel +Checking test 104 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 = 271.599580 - 0: The maximum resident set size (KB) = 1180124 + 0: The total amount of wall time = 275.711414 + 0: The maximum resident set size (KB) = 1168656 -Test 112 rap_sfcdiff_debug_intel PASS +Test 104 rap_sfcdiff_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 113 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 105 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 = 442.524354 - 0: The maximum resident set size (KB) = 1176176 + 0: The total amount of wall time = 451.776503 + 0: The maximum resident set size (KB) = 1176168 -Test 113 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1beta_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_v1beta_debug_intel -Checking test 114 rrfs_v1beta_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1beta_debug_intel +Checking test 106 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 = 268.682951 - 0: The maximum resident set size (KB) = 1180872 + 0: The total amount of wall time = 267.393628 + 0: The maximum resident set size (KB) = 1180940 -Test 114 rrfs_v1beta_debug_intel PASS +Test 106 rrfs_v1beta_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_clm_lake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_clm_lake_debug_intel -Checking test 115 rap_clm_lake_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_clm_lake_debug_intel +Checking test 107 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 = 350.957169 - 0: The maximum resident set size (KB) = 1170864 + 0: The total amount of wall time = 349.155341 + 0: The maximum resident set size (KB) = 1186840 -Test 115 rap_clm_lake_debug_intel PASS +Test 107 rap_clm_lake_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_flake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_flake_debug_intel -Checking test 116 rap_flake_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_flake_debug_intel +Checking test 108 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 = 274.160804 - 0: The maximum resident set size (KB) = 1150180 + 0: The total amount of wall time = 279.783933 + 0: The maximum resident set size (KB) = 1181444 -Test 116 rap_flake_debug_intel PASS +Test 108 rap_flake_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wam_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_wam_debug_intel -Checking test 117 control_wam_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wam_debug_intel +Checking test 109 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 271.395808 - 0: The maximum resident set size (KB) = 531392 + 0: The total amount of wall time = 272.435952 + 0: The maximum resident set size (KB) = 516316 -Test 117 control_wam_debug_intel PASS +Test 109 control_wam_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -4069,15 +4010,15 @@ Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 217.921929 - 0: The maximum resident set size (KB) = 1056048 + 0: The total amount of wall time = 218.712035 + 0: The maximum resident set size (KB) = 1077460 -Test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_dyn32_phy32_intel -Checking test 119 rap_control_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn32_phy32_intel +Checking test 111 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4123,15 +4064,15 @@ Checking test 119 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 = 371.930326 - 0: The maximum resident set size (KB) = 1007900 + 0: The total amount of wall time = 372.410241 + 0: The maximum resident set size (KB) = 1006152 -Test 119 rap_control_dyn32_phy32_intel PASS +Test 111 rap_control_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_dyn32_phy32_intel -Checking test 120 hrrr_control_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_dyn32_phy32_intel +Checking test 112 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4177,15 +4118,15 @@ Checking test 120 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.841786 - 0: The maximum resident set size (KB) = 962056 + 0: The total amount of wall time = 191.632485 + 0: The maximum resident set size (KB) = 961408 -Test 120 hrrr_control_dyn32_phy32_intel PASS +Test 112 hrrr_control_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_qr_dyn32_phy32_intel -Checking test 121 hrrr_control_qr_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_qr_dyn32_phy32_intel +Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4231,15 +4172,15 @@ Checking test 121 hrrr_control_qr_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 = 189.598376 - 0: The maximum resident set size (KB) = 970104 + 0: The total amount of wall time = 191.844597 + 0: The maximum resident set size (KB) = 974380 -Test 121 hrrr_control_qr_dyn32_phy32_intel PASS +Test 113 hrrr_control_qr_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_2threads_dyn32_phy32_intel -Checking test 122 rap_2threads_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_2threads_dyn32_phy32_intel +Checking test 114 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4285,15 +4226,15 @@ Checking test 122 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.266088 - 0: The maximum resident set size (KB) = 1035516 + 0: The total amount of wall time = 350.924345 + 0: The maximum resident set size (KB) = 995836 -Test 122 rap_2threads_dyn32_phy32_intel PASS +Test 114 rap_2threads_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_2threads_dyn32_phy32_intel -Checking test 123 hrrr_control_2threads_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_2threads_dyn32_phy32_intel +Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4339,15 +4280,15 @@ Checking test 123 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.511219 - 0: The maximum resident set size (KB) = 941524 + 0: The total amount of wall time = 177.526733 + 0: The maximum resident set size (KB) = 938340 -Test 123 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_decomp_dyn32_phy32_intel -Checking test 124 hrrr_control_decomp_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_decomp_dyn32_phy32_intel +Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4393,15 +4334,15 @@ Checking test 124 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.755163 - 0: The maximum resident set size (KB) = 894956 + 0: The total amount of wall time = 201.541312 + 0: The maximum resident set size (KB) = 889912 -Test 124 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_restart_dyn32_phy32_intel -Checking test 125 rap_restart_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_restart_dyn32_phy32_intel +Checking test 117 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4439,43 +4380,43 @@ Checking test 125 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 = 273.221869 - 0: The maximum resident set size (KB) = 953752 + 0: The total amount of wall time = 277.660335 + 0: The maximum resident set size (KB) = 948232 -Test 125 rap_restart_dyn32_phy32_intel PASS +Test 117 rap_restart_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_restart_dyn32_phy32_intel -Checking test 126 hrrr_control_restart_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_dyn32_phy32_intel +Checking test 118 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.887413 - 0: The maximum resident set size (KB) = 856272 + 0: The total amount of wall time = 100.331362 + 0: The maximum resident set size (KB) = 857176 -Test 126 hrrr_control_restart_dyn32_phy32_intel PASS +Test 118 hrrr_control_restart_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 127 hrrr_control_restart_qr_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 119 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.926718 - 0: The maximum resident set size (KB) = 881156 + 0: The total amount of wall time = 103.650281 + 0: The maximum resident set size (KB) = 881804 -Test 127 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_fast_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_fast_phy32_intel -Checking test 128 rrfs_smoke_conus13km_fast_phy32_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_control_intel +Checking test 120 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4490,15 +4431,41 @@ Checking test 128 rrfs_smoke_conus13km_fast_phy32_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 = 113.647105 - 0: The maximum resident set size (KB) = 906164 + 0: The total amount of wall time = 116.912366 + 0: The maximum resident set size (KB) = 920692 + +Test 120 conus13km_control_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_2threads_intel +Checking test 121 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 = 47.662399 + 0: The maximum resident set size (KB) = 825792 + +Test 121 conus13km_2threads_intel PASS + -Test 128 rrfs_smoke_conus13km_fast_phy32_intel PASS +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_restart_mismatch_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_restart_mismatch_intel +Checking test 122 conus13km_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 63.638334 + 0: The maximum resident set size (KB) = 867556 + +Test 122 conus13km_restart_mismatch_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_fast_phy32_qr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_fast_phy32_qr_intel -Checking test 129 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_qr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_control_qr_intel +Checking test 123 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4513,39 +4480,27 @@ Checking test 129 rrfs_smoke_conus13km_fast_phy32_qr_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 = 109.891182 - 0: The maximum resident set size (KB) = 916812 + 0: The total amount of wall time = 110.976065 + 0: The maximum resident set size (KB) = 946352 -Test 129 rrfs_smoke_conus13km_fast_phy32_qr_intel PASS +Test 123 conus13km_control_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -Checking test 130 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_restart_qr_mismatch_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_restart_qr_mismatch_intel +Checking test 124 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 64.176361 - 0: The maximum resident set size (KB) = 902732 + 0: The total amount of wall time = 63.653906 + 0: The maximum resident set size (KB) = 893320 -Test 130 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel -Checking test 131 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 70.786285 - 0: The maximum resident set size (KB) = 960700 - -Test 131 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel PASS +Test 124 conus13km_restart_qr_mismatch_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_dyn64_phy32_intel -Checking test 132 rap_control_dyn64_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn64_phy32_intel +Checking test 125 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4591,82 +4546,124 @@ Checking test 132 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 = 237.488100 - 0: The maximum resident set size (KB) = 962224 + 0: The total amount of wall time = 239.919219 + 0: The maximum resident set size (KB) = 969196 -Test 132 rap_control_dyn64_phy32_intel PASS +Test 125 rap_control_dyn64_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_debug_dyn32_phy32_intel -Checking test 133 rap_control_debug_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_debug_dyn32_phy32_intel +Checking test 126 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 = 267.265678 - 0: The maximum resident set size (KB) = 1067088 + 0: The total amount of wall time = 265.633160 + 0: The maximum resident set size (KB) = 1059044 -Test 133 rap_control_debug_dyn32_phy32_intel PASS +Test 126 rap_control_debug_dyn32_phy32_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_debug_dyn32_phy32_intel -Checking test 134 hrrr_control_debug_dyn32_phy32_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_debug_dyn32_phy32_intel +Checking test 127 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 = 259.971080 + 0: The maximum resident set size (KB) = 1054500 + +Test 127 hrrr_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_debug_intel +Checking test 128 conus13km_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 = 831.670278 + 0: The maximum resident set size (KB) = 916456 + +Test 128 conus13km_debug_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 467.683416 + 0: The maximum resident set size (KB) = 849724 + +Test 129 conus13km_debug_2threads_intel PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_radar_tten_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 263.490195 - 0: The maximum resident set size (KB) = 1027168 + 0: The total amount of wall time = 824.999603 + 0: The maximum resident set size (KB) = 933700 -Test 134 hrrr_control_debug_dyn32_phy32_intel PASS +Test 130 conus13km_radar_tten_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_dyn64_phy32_debug_intel -Checking test 135 rap_control_dyn64_phy32_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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.078319 - 0: The maximum resident set size (KB) = 1092380 + 0: The total amount of wall time = 280.879011 + 0: The maximum resident set size (KB) = 1098516 -Test 135 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-20230818/hafs_regional_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_atm_intel -Checking test 136 hafs_regional_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 223.664077 - 0: The maximum resident set size (KB) = 1063352 + 0: The total amount of wall time = 226.636980 + 0: The maximum resident set size (KB) = 1068088 -Test 136 hafs_regional_atm_intel PASS +Test 132 hafs_regional_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 137 hafs_regional_atm_thompson_gfdlsf_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 340.383798 - 0: The maximum resident set size (KB) = 1432172 + 0: The total amount of wall time = 325.648101 + 0: The maximum resident set size (KB) = 1428552 -Test 137 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-20230818/hafs_regional_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_atm_ocn_intel -Checking test 138 hafs_regional_atm_ocn_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4674,15 +4671,15 @@ Checking test 138 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 = 375.550443 - 0: The maximum resident set size (KB) = 1243456 + 0: The total amount of wall time = 374.552929 + 0: The maximum resident set size (KB) = 1240556 -Test 138 hafs_regional_atm_ocn_intel PASS +Test 134 hafs_regional_atm_ocn_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_atm_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_atm_wav_intel -Checking test 139 hafs_regional_atm_wav_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4690,15 +4687,15 @@ Checking test 139 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 = 742.301933 - 0: The maximum resident set size (KB) = 1272336 + 0: The total amount of wall time = 746.738324 + 0: The maximum resident set size (KB) = 1262340 -Test 139 hafs_regional_atm_wav_intel PASS +Test 135 hafs_regional_atm_wav_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_atm_ocn_wav_intel -Checking test 140 hafs_regional_atm_ocn_wav_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4708,15 +4705,15 @@ Checking test 140 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 = 840.302729 - 0: The maximum resident set size (KB) = 1286444 + 0: The total amount of wall time = 846.786300 + 0: The maximum resident set size (KB) = 1280560 -Test 140 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-20230818/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_1nest_atm_intel -Checking test 141 hafs_regional_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4737,15 +4734,15 @@ Checking test 141 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 = 297.268833 - 0: The maximum resident set size (KB) = 522936 + 0: The total amount of wall time = 299.717046 + 0: The maximum resident set size (KB) = 521496 -Test 141 hafs_regional_1nest_atm_intel PASS +Test 137 hafs_regional_1nest_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_1nest_atm_qr_intel -Checking test 142 hafs_regional_1nest_atm_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4766,15 +4763,15 @@ Checking test 142 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 = 316.947982 - 0: The maximum resident set size (KB) = 455516 + 0: The total amount of wall time = 311.922433 + 0: The maximum resident set size (KB) = 469444 -Test 142 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-20230818/hafs_regional_telescopic_2nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_telescopic_2nests_atm_intel -Checking test 143 hafs_regional_telescopic_2nests_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4782,15 +4779,15 @@ Checking test 143 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 = 342.286312 - 0: The maximum resident set size (KB) = 519924 + 0: The total amount of wall time = 342.664857 + 0: The maximum resident set size (KB) = 521700 -Test 143 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-20230818/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_global_1nest_atm_intel -Checking test 144 hafs_global_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4836,15 +4833,15 @@ Checking test 144 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 = 139.713732 - 0: The maximum resident set size (KB) = 361192 + 0: The total amount of wall time = 138.769551 + 0: The maximum resident set size (KB) = 358744 -Test 144 hafs_global_1nest_atm_intel PASS +Test 140 hafs_global_1nest_atm_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_global_1nest_atm_qr_intel -Checking test 145 hafs_global_1nest_atm_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4890,15 +4887,15 @@ Checking test 145 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 = 142.814174 - 0: The maximum resident set size (KB) = 366340 + 0: The total amount of wall time = 145.747566 + 0: The maximum resident set size (KB) = 365152 -Test 145 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-20230818/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_global_multiple_4nests_atm_intel -Checking test 146 hafs_global_multiple_4nests_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -4979,15 +4976,15 @@ Checking test 146 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 = 397.737036 - 0: The maximum resident set size (KB) = 440604 + 0: The total amount of wall time = 390.306017 + 0: The maximum resident set size (KB) = 461024 -Test 146 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-20230818/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_global_multiple_4nests_atm_qr_intel -Checking test 147 hafs_global_multiple_4nests_atm_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5068,15 +5065,15 @@ Checking test 147 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 = 422.344476 - 0: The maximum resident set size (KB) = 479244 + 0: The total amount of wall time = 415.345103 + 0: The maximum resident set size (KB) = 480904 -Test 147 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-20230818/hafs_regional_specified_moving_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_specified_moving_1nest_atm_intel -Checking test 148 hafs_regional_specified_moving_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5084,15 +5081,15 @@ Checking test 148 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 192.165531 - 0: The maximum resident set size (KB) = 529336 + 0: The total amount of wall time = 189.765481 + 0: The maximum resident set size (KB) = 502616 -Test 148 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-20230818/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_storm_following_1nest_atm_intel -Checking test 149 hafs_regional_storm_following_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5113,15 +5110,15 @@ Checking test 149 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.914650 - 0: The maximum resident set size (KB) = 535752 + 0: The total amount of wall time = 179.804110 + 0: The maximum resident set size (KB) = 531616 -Test 149 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-20230818/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 150 hafs_regional_storm_following_1nest_atm_qr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5142,15 +5139,15 @@ Checking test 150 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 = 194.445531 - 0: The maximum resident set size (KB) = 520236 + 0: The total amount of wall time = 197.529889 + 0: The maximum resident set size (KB) = 516824 -Test 150 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-20230818/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 151 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5158,43 +5155,43 @@ Checking test 151 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 = 219.117711 - 0: The maximum resident set size (KB) = 573300 + 0: The total amount of wall time = 218.713036 + 0: The maximum resident set size (KB) = 582928 -Test 151 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-20230818/hafs_global_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_global_storm_following_1nest_atm_intel -Checking test 152 hafs_global_storm_following_1nest_atm_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 54.953737 - 0: The maximum resident set size (KB) = 379228 + 0: The total amount of wall time = 54.327774 + 0: The maximum resident set size (KB) = 376096 -Test 152 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-20230818/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 153 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 711.854257 - 0: The maximum resident set size (KB) = 595572 + 0: The total amount of wall time = 713.519015 + 0: The maximum resident set size (KB) = 590696 -Test 153 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-20230818/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 154 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5204,162 +5201,162 @@ Checking test 154 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 = 477.374748 - 0: The maximum resident set size (KB) = 669400 + 0: The total amount of wall time = 478.295933 + 0: The maximum resident set size (KB) = 631960 -Test 154 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-20230818/hafs_regional_docn_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_docn_intel -Checking test 155 hafs_regional_docn_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 364.879856 - 0: The maximum resident set size (KB) = 1247456 + 0: The total amount of wall time = 346.727397 + 0: The maximum resident set size (KB) = 1244412 -Test 155 hafs_regional_docn_intel PASS +Test 151 hafs_regional_docn_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_docn_oisst_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_docn_oisst_intel -Checking test 156 hafs_regional_docn_oisst_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 348.170720 - 0: The maximum resident set size (KB) = 1199748 + 0: The total amount of wall time = 349.358965 + 0: The maximum resident set size (KB) = 1229696 -Test 156 hafs_regional_docn_oisst_intel PASS +Test 152 hafs_regional_docn_oisst_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_datm_cdeps_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hafs_regional_datm_cdeps_intel -Checking test 157 hafs_regional_datm_cdeps_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 953.373603 - 0: The maximum resident set size (KB) = 1205280 + 0: The total amount of wall time = 953.835758 + 0: The maximum resident set size (KB) = 1192240 -Test 157 hafs_regional_datm_cdeps_intel PASS +Test 153 hafs_regional_datm_cdeps_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_control_cfsr_intel -Checking test 158 datm_cdeps_control_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 156.747033 - 0: The maximum resident set size (KB) = 1101800 + 0: The total amount of wall time = 155.722980 + 0: The maximum resident set size (KB) = 1107068 -Test 158 datm_cdeps_control_cfsr_intel PASS +Test 154 datm_cdeps_control_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_restart_cfsr_intel -Checking test 159 datm_cdeps_restart_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 97.996738 - 0: The maximum resident set size (KB) = 1056164 + 0: The total amount of wall time = 95.539348 + 0: The maximum resident set size (KB) = 1047452 -Test 159 datm_cdeps_restart_cfsr_intel PASS +Test 155 datm_cdeps_restart_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_control_gefs_intel -Checking test 160 datm_cdeps_control_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 149.210263 - 0: The maximum resident set size (KB) = 999972 + 0: The total amount of wall time = 146.697095 + 0: The maximum resident set size (KB) = 993904 -Test 160 datm_cdeps_control_gefs_intel PASS +Test 156 datm_cdeps_control_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_iau_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_iau_gefs_intel -Checking test 161 datm_cdeps_iau_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 153.103440 - 0: The maximum resident set size (KB) = 987900 + 0: The total amount of wall time = 151.008516 + 0: The maximum resident set size (KB) = 998628 -Test 161 datm_cdeps_iau_gefs_intel PASS +Test 157 datm_cdeps_iau_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_stochy_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_stochy_gefs_intel -Checking test 162 datm_cdeps_stochy_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 149.584221 - 0: The maximum resident set size (KB) = 986696 + 0: The total amount of wall time = 153.887981 + 0: The maximum resident set size (KB) = 983384 -Test 162 datm_cdeps_stochy_gefs_intel PASS +Test 158 datm_cdeps_stochy_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_ciceC_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_ciceC_cfsr_intel -Checking test 163 datm_cdeps_ciceC_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 150.032391 - 0: The maximum resident set size (KB) = 1108932 + 0: The total amount of wall time = 151.820881 + 0: The maximum resident set size (KB) = 1096316 -Test 163 datm_cdeps_ciceC_cfsr_intel PASS +Test 159 datm_cdeps_ciceC_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_bulk_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_bulk_cfsr_intel -Checking test 164 datm_cdeps_bulk_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 155.856909 - 0: The maximum resident set size (KB) = 1101900 + 0: The total amount of wall time = 160.771043 + 0: The maximum resident set size (KB) = 1096456 -Test 164 datm_cdeps_bulk_cfsr_intel PASS +Test 160 datm_cdeps_bulk_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_bulk_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_bulk_gefs_intel -Checking test 165 datm_cdeps_bulk_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 145.514163 - 0: The maximum resident set size (KB) = 991404 + 0: The total amount of wall time = 147.348089 + 0: The maximum resident set size (KB) = 985388 -Test 165 datm_cdeps_bulk_gefs_intel PASS +Test 161 datm_cdeps_bulk_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_mx025_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_mx025_cfsr_intel -Checking test 166 datm_cdeps_mx025_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5367,15 +5364,15 @@ Checking test 166 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 = 399.480308 - 0: The maximum resident set size (KB) = 1018044 + 0: The total amount of wall time = 399.089049 + 0: The maximum resident set size (KB) = 1017420 -Test 166 datm_cdeps_mx025_cfsr_intel PASS +Test 162 datm_cdeps_mx025_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_mx025_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_mx025_gefs_intel -Checking test 167 datm_cdeps_mx025_gefs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5383,78 +5380,78 @@ Checking test 167 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 = 400.041960 - 0: The maximum resident set size (KB) = 1014396 + 0: The total amount of wall time = 397.275595 + 0: The maximum resident set size (KB) = 997672 -Test 167 datm_cdeps_mx025_gefs_intel PASS +Test 163 datm_cdeps_mx025_gefs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_multiple_files_cfsr_intel -Checking test 168 datm_cdeps_multiple_files_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 151.247109 - 0: The maximum resident set size (KB) = 1099440 + 0: The total amount of wall time = 154.268630 + 0: The maximum resident set size (KB) = 1099388 -Test 168 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-20230818/datm_cdeps_3072x1536_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_3072x1536_cfsr_intel -Checking test 169 datm_cdeps_3072x1536_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 228.715277 - 0: The maximum resident set size (KB) = 2440992 + 0: The total amount of wall time = 239.386643 + 0: The maximum resident set size (KB) = 2447076 -Test 169 datm_cdeps_3072x1536_cfsr_intel PASS +Test 165 datm_cdeps_3072x1536_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_gfs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_gfs_intel -Checking test 170 datm_cdeps_gfs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 237.492076 - 0: The maximum resident set size (KB) = 2433096 + 0: The total amount of wall time = 231.688705 + 0: The maximum resident set size (KB) = 2438232 -Test 170 datm_cdeps_gfs_intel PASS +Test 166 datm_cdeps_gfs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_debug_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_debug_cfsr_intel -Checking test 171 datm_cdeps_debug_cfsr_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 356.274866 - 0: The maximum resident set size (KB) = 1029512 + 0: The total amount of wall time = 368.365919 + 0: The maximum resident set size (KB) = 1030004 -Test 171 datm_cdeps_debug_cfsr_intel PASS +Test 167 datm_cdeps_debug_cfsr_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_control_cfsr_faster_intel -Checking test 172 datm_cdeps_control_cfsr_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 152.231640 - 0: The maximum resident set size (KB) = 1096016 + 0: The total amount of wall time = 161.576863 + 0: The maximum resident set size (KB) = 1094628 -Test 172 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-20230818/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_lnd_gswp3_intel -Checking test 173 datm_cdeps_lnd_gswp3_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5462,15 +5459,15 @@ Checking test 173 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.126691 - 0: The maximum resident set size (KB) = 246448 + 0: The total amount of wall time = 6.467943 + 0: The maximum resident set size (KB) = 245084 -Test 173 datm_cdeps_lnd_gswp3_intel PASS +Test 169 datm_cdeps_lnd_gswp3_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_lnd_gswp3_rst_intel -Checking test 174 datm_cdeps_lnd_gswp3_rst_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5478,15 +5475,15 @@ Checking test 174 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 = 9.979660 - 0: The maximum resident set size (KB) = 246880 + 0: The total amount of wall time = 10.677536 + 0: The maximum resident set size (KB) = 245356 -Test 174 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-20230818/control_p8_atmlnd_sbs_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_p8_atmlnd_sbs_intel -Checking test 175 control_p8_atmlnd_sbs_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5570,15 +5567,15 @@ Checking test 175 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 = 207.435942 - 0: The maximum resident set size (KB) = 1607312 + 0: The total amount of wall time = 210.444806 + 0: The maximum resident set size (KB) = 1623640 -Test 175 control_p8_atmlnd_sbs_intel PASS +Test 171 control_p8_atmlnd_sbs_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/atmwav_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/atmwav_control_noaero_p8_intel -Checking test 176 atmwav_control_noaero_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5620,15 +5617,15 @@ Checking test 176 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 = 93.302260 - 0: The maximum resident set size (KB) = 1637048 + 0: The total amount of wall time = 92.998515 + 0: The maximum resident set size (KB) = 1651320 -Test 176 atmwav_control_noaero_p8_intel PASS +Test 172 atmwav_control_noaero_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_atmwav_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_atmwav_intel -Checking test 177 control_atmwav_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_atmwav_intel +Checking test 173 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5671,15 +5668,15 @@ Checking test 177 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 = 88.284181 - 0: The maximum resident set size (KB) = 661304 + 0: The total amount of wall time = 89.550390 + 0: The maximum resident set size (KB) = 633288 -Test 177 control_atmwav_intel PASS +Test 173 control_atmwav_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/atmaero_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/atmaero_control_p8_intel -Checking test 178 atmaero_control_p8_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/atmaero_control_p8_intel +Checking test 174 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5722,15 +5719,15 @@ Checking test 178 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 = 230.656392 - 0: The maximum resident set size (KB) = 2993092 + 0: The total amount of wall time = 235.865828 + 0: The maximum resident set size (KB) = 2957840 -Test 178 atmaero_control_p8_intel PASS +Test 174 atmaero_control_p8_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/atmaero_control_p8_rad_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/atmaero_control_p8_rad_intel -Checking test 179 atmaero_control_p8_rad_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5773,15 +5770,15 @@ Checking test 179 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 = 284.561735 - 0: The maximum resident set size (KB) = 3055480 + 0: The total amount of wall time = 286.257446 + 0: The maximum resident set size (KB) = 3062900 -Test 179 atmaero_control_p8_rad_intel PASS +Test 175 atmaero_control_p8_rad_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/atmaero_control_p8_rad_micro_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/atmaero_control_p8_rad_micro_intel -Checking test 180 atmaero_control_p8_rad_micro_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -5824,15 +5821,15 @@ Checking test 180 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.559990 - 0: The maximum resident set size (KB) = 3062000 + 0: The total amount of wall time = 289.138102 + 0: The maximum resident set size (KB) = 3067932 -Test 180 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-20230818/regional_atmaq_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_atmaq_intel -Checking test 181 regional_atmaq_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_atmaq_intel +Checking test 177 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5847,15 +5844,15 @@ Checking test 181 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 = 651.585774 - 0: The maximum resident set size (KB) = 2284972 + 0: The total amount of wall time = 661.718822 + 0: The maximum resident set size (KB) = 2262604 -Test 181 regional_atmaq_intel PASS +Test 177 regional_atmaq_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_atmaq_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_atmaq_debug_intel -Checking test 182 regional_atmaq_debug_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_atmaq_debug_intel +Checking test 178 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5868,15 +5865,15 @@ Checking test 182 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 = 1201.660842 - 0: The maximum resident set size (KB) = 2085008 + 0: The total amount of wall time = 1233.205885 + 0: The maximum resident set size (KB) = 2051012 -Test 182 regional_atmaq_debug_intel PASS +Test 178 regional_atmaq_debug_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_atmaq_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_atmaq_faster_intel -Checking test 183 regional_atmaq_faster_intel results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_atmaq_faster_intel +Checking test 179 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5891,15 +5888,15 @@ Checking test 183 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 = 616.670196 - 0: The maximum resident set size (KB) = 2271876 + 0: The total amount of wall time = 570.975157 + 0: The maximum resident set size (KB) = 2318612 -Test 183 regional_atmaq_faster_intel PASS +Test 179 regional_atmaq_faster_intel PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c48_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_c48_gnu -Checking test 184 control_c48_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c48_gnu +Checking test 180 control_c48_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5937,15 +5934,15 @@ Checking test 184 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.750698 -0: The maximum resident set size (KB) = 707568 +0: The total amount of wall time = 681.440385 +0: The maximum resident set size (KB) = 707724 -Test 184 control_c48_gnu PASS +Test 180 control_c48_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_stochy_gnu -Checking test 185 control_stochy_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_gnu +Checking test 181 control_stochy_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5955,15 +5952,15 @@ Checking test 185 control_stochy_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 648.305989 - 0: The maximum resident set size (KB) = 485340 + 0: The total amount of wall time = 641.905372 + 0: The maximum resident set size (KB) = 484072 -Test 185 control_stochy_gnu PASS +Test 181 control_stochy_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_ras_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_ras_gnu -Checking test 186 control_ras_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_ras_gnu +Checking test 182 control_ras_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5973,15 +5970,15 @@ Checking test 186 control_ras_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 814.322900 - 0: The maximum resident set size (KB) = 492088 + 0: The total amount of wall time = 836.874328 + 0: The maximum resident set size (KB) = 490744 -Test 186 control_ras_gnu PASS +Test 182 control_ras_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_p8_gnu -Checking test 187 control_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_gnu +Checking test 183 control_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6027,15 +6024,15 @@ Checking test 187 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 = 917.120458 - 0: The maximum resident set size (KB) = 1238928 + 0: The total amount of wall time = 895.875261 + 0: The maximum resident set size (KB) = 1235688 -Test 187 control_p8_gnu PASS +Test 183 control_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_flake_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_flake_gnu -Checking test 188 control_flake_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_flake_gnu +Checking test 184 control_flake_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -6045,15 +6042,15 @@ Checking test 188 control_flake_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1568.052130 - 0: The maximum resident set size (KB) = 530948 + 0: The total amount of wall time = 1543.542070 + 0: The maximum resident set size (KB) = 527964 -Test 188 control_flake_gnu PASS +Test 184 control_flake_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_gnu -Checking test 189 rap_control_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_gnu +Checking test 185 rap_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6099,15 +6096,15 @@ Checking test 189 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 = 1459.700458 - 0: The maximum resident set size (KB) = 830824 + 0: The total amount of wall time = 1444.038931 + 0: The maximum resident set size (KB) = 833780 -Test 189 rap_control_gnu PASS +Test 185 rap_control_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_decomp_gnu -Checking test 190 rap_decomp_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_decomp_gnu +Checking test 186 rap_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6153,15 +6150,15 @@ Checking test 190 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 = 1442.524311 - 0: The maximum resident set size (KB) = 835220 + 0: The total amount of wall time = 1408.428922 + 0: The maximum resident set size (KB) = 837492 -Test 190 rap_decomp_gnu PASS +Test 186 rap_decomp_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_2threads_gnu -Checking test 191 rap_2threads_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_2threads_gnu +Checking test 187 rap_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -6207,15 +6204,15 @@ Checking test 191 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 = 1337.667858 - 0: The maximum resident set size (KB) = 903816 + 0: The total amount of wall time = 1358.607905 + 0: The maximum resident set size (KB) = 903416 -Test 191 rap_2threads_gnu PASS +Test 187 rap_2threads_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_restart_gnu -Checking test 192 rap_restart_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_restart_gnu +Checking test 188 rap_restart_gnu results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -6253,15 +6250,15 @@ Checking test 192 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 = 732.638545 - 0: The maximum resident set size (KB) = 549652 + 0: The total amount of wall time = 746.739495 + 0: The maximum resident set size (KB) = 547752 -Test 192 rap_restart_gnu PASS +Test 188 rap_restart_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_sfcdiff_gnu -Checking test 193 rap_sfcdiff_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_gnu +Checking test 189 rap_sfcdiff_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6307,15 +6304,15 @@ Checking test 193 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 = 1463.574750 - 0: The maximum resident set size (KB) = 834876 + 0: The total amount of wall time = 1470.561067 + 0: The maximum resident set size (KB) = 829916 -Test 193 rap_sfcdiff_gnu PASS +Test 189 rap_sfcdiff_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_sfcdiff_decomp_gnu -Checking test 194 rap_sfcdiff_decomp_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_decomp_gnu +Checking test 190 rap_sfcdiff_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6361,15 +6358,15 @@ Checking test 194 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 = 1450.219351 - 0: The maximum resident set size (KB) = 832860 + 0: The total amount of wall time = 1442.935891 + 0: The maximum resident set size (KB) = 831704 -Test 194 rap_sfcdiff_decomp_gnu PASS +Test 190 rap_sfcdiff_decomp_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_sfcdiff_restart_gnu -Checking test 195 rap_sfcdiff_restart_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_restart_gnu +Checking test 191 rap_sfcdiff_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -6407,15 +6404,15 @@ Checking test 195 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 = 1055.762782 - 0: The maximum resident set size (KB) = 552156 + 0: The total amount of wall time = 1076.660766 + 0: The maximum resident set size (KB) = 553212 -Test 195 rap_sfcdiff_restart_gnu PASS +Test 191 rap_sfcdiff_restart_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_gnu -Checking test 196 hrrr_control_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_gnu +Checking test 192 hrrr_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6461,15 +6458,15 @@ Checking test 196 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 = 1417.007927 - 0: The maximum resident set size (KB) = 831416 + 0: The total amount of wall time = 1439.897555 + 0: The maximum resident set size (KB) = 829596 -Test 196 hrrr_control_gnu PASS +Test 192 hrrr_control_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_qr_gnu -Checking test 197 hrrr_control_qr_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_qr_gnu +Checking test 193 hrrr_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6515,15 +6512,15 @@ Checking test 197 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 = 1475.773727 - 0: The maximum resident set size (KB) = 839780 + 0: The total amount of wall time = 1479.614935 + 0: The maximum resident set size (KB) = 839704 -Test 197 hrrr_control_qr_gnu PASS +Test 193 hrrr_control_qr_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_2threads_gnu -Checking test 198 hrrr_control_2threads_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_2threads_gnu +Checking test 194 hrrr_control_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6569,15 +6566,15 @@ Checking test 198 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 = 1478.185474 - 0: The maximum resident set size (KB) = 893324 + 0: The total amount of wall time = 1496.211260 + 0: The maximum resident set size (KB) = 895332 -Test 198 hrrr_control_2threads_gnu PASS +Test 194 hrrr_control_2threads_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_decomp_gnu -Checking test 199 hrrr_control_decomp_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_decomp_gnu +Checking test 195 hrrr_control_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6623,43 +6620,43 @@ Checking test 199 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 = 1428.553449 - 0: The maximum resident set size (KB) = 828896 + 0: The total amount of wall time = 1393.218214 + 0: The maximum resident set size (KB) = 828188 -Test 199 hrrr_control_decomp_gnu PASS +Test 195 hrrr_control_decomp_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_restart_gnu -Checking test 200 hrrr_control_restart_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 1043.603168 - 0: The maximum resident set size (KB) = 551788 + 0: The total amount of wall time = 1101.373093 + 0: The maximum resident set size (KB) = 553360 -Test 200 hrrr_control_restart_gnu PASS +Test 196 hrrr_control_restart_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_restart_qr_gnu -Checking test 201 hrrr_control_restart_qr_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 1069.995654 - 0: The maximum resident set size (KB) = 562432 + 0: The total amount of wall time = 1095.850254 + 0: The maximum resident set size (KB) = 572256 -Test 201 hrrr_control_restart_qr_gnu PASS +Test 197 hrrr_control_restart_qr_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1beta_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_v1beta_gnu -Checking test 202 rrfs_v1beta_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1beta_gnu +Checking test 198 rrfs_v1beta_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6705,376 +6702,317 @@ Checking test 202 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 = 1459.892563 - 0: The maximum resident set size (KB) = 828484 + 0: The total amount of wall time = 1470.047461 + 0: The maximum resident set size (KB) = 829360 -Test 202 rrfs_v1beta_gnu PASS +Test 198 rrfs_v1beta_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_gnu -Checking test 203 rrfs_smoke_conus13km_hrrr_warm_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/hrrr_gf_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_gf_gnu +Checking test 199 hrrr_gf_gnu 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 = 802.979344 - 0: The maximum resident set size (KB) = 658980 - -Test 203 rrfs_smoke_conus13km_hrrr_warm_gnu PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_qr_gnu -Checking test 204 rrfs_smoke_conus13km_hrrr_warm_qr_gnu 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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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 = 796.389812 - 0: The maximum resident set size (KB) = 615572 - -Test 204 rrfs_smoke_conus13km_hrrr_warm_qr_gnu PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_2threads_gnu -Checking test 205 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu 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 - - 0: The total amount of wall time = 1066.532119 - 0: The maximum resident set size (KB) = 659832 - -Test 205 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_radar_tten_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_radar_tten_warm_gnu -Checking test 206 rrfs_smoke_conus13km_radar_tten_warm_gnu results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 797.617222 - 0: The maximum resident set size (KB) = 662640 + 0: The total amount of wall time = 1477.292677 + 0: The maximum resident set size (KB) = 829352 -Test 206 rrfs_smoke_conus13km_radar_tten_warm_gnu PASS +Test 199 hrrr_gf_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_conus13km_hrrr_warm_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_conus13km_hrrr_warm_gnu -Checking test 207 rrfs_conus13km_hrrr_warm_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/hrrr_c3_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_c3_gnu +Checking test 200 hrrr_c3_gnu results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 = 761.387004 - 0: The maximum resident set size (KB) = 643884 - -Test 207 rrfs_conus13km_hrrr_warm_gnu PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -Checking test 208 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 424.650192 - 0: The maximum resident set size (KB) = 655348 - -Test 208 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu -Checking test 209 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 472.465494 - 0: The maximum resident set size (KB) = 676084 + 0: The total amount of wall time = 1465.932029 + 0: The maximum resident set size (KB) = 830680 -Test 209 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_gnu PASS +Test 200 hrrr_c3_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_diag_debug_gnu -Checking test 210 control_diag_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_diag_debug_gnu +Checking test 201 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 = 123.085658 - 0: The maximum resident set size (KB) = 527376 + 0: The total amount of wall time = 124.790059 + 0: The maximum resident set size (KB) = 533012 -Test 210 control_diag_debug_gnu PASS +Test 201 control_diag_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/regional_debug_gnu -Checking test 211 regional_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_debug_gnu +Checking test 202 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 = 612.816815 - 0: The maximum resident set size (KB) = 593400 + 0: The total amount of wall time = 584.801583 + 0: The maximum resident set size (KB) = 600012 -Test 211 regional_debug_gnu PASS +Test 202 regional_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_debug_gnu -Checking test 212 rap_control_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_debug_gnu +Checking test 203 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 = 175.716182 - 0: The maximum resident set size (KB) = 842556 + 0: The total amount of wall time = 172.598095 + 0: The maximum resident set size (KB) = 846196 -Test 212 rap_control_debug_gnu PASS +Test 203 rap_control_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_debug_gnu -Checking test 213 hrrr_control_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_debug_gnu +Checking test 204 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 = 164.133577 - 0: The maximum resident set size (KB) = 839584 + 0: The total amount of wall time = 167.414572 + 0: The maximum resident set size (KB) = 841676 -Test 213 hrrr_control_debug_gnu PASS +Test 204 hrrr_control_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_diag_debug_gnu -Checking test 214 rap_diag_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 206.900603 - 0: The maximum resident set size (KB) = 924092 + 0: The total amount of wall time = 206.099096 + 0: The maximum resident set size (KB) = 922940 -Test 214 rap_diag_debug_gnu PASS +Test 205 rap_diag_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_noah_sfcdiff_cires_ugwp_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_noah_sfcdiff_cires_ugwp_debug_gnu -Checking test 215 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 273.925517 - 0: The maximum resident set size (KB) = 839088 + 0: The total amount of wall time = 271.574614 + 0: The maximum resident set size (KB) = 841856 -Test 215 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-20230818/rap_progcld_thompson_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_progcld_thompson_debug_gnu -Checking test 216 rap_progcld_thompson_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 169.258617 - 0: The maximum resident set size (KB) = 844532 + 0: The total amount of wall time = 173.843263 + 0: The maximum resident set size (KB) = 845364 -Test 216 rap_progcld_thompson_debug_gnu PASS +Test 207 rap_progcld_thompson_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1beta_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_v1beta_debug_gnu -Checking test 217 rrfs_v1beta_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 174.088911 - 0: The maximum resident set size (KB) = 836292 + 0: The total amount of wall time = 174.641180 + 0: The maximum resident set size (KB) = 848132 -Test 217 rrfs_v1beta_debug_gnu PASS +Test 208 rrfs_v1beta_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_ras_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_ras_debug_gnu -Checking test 218 control_ras_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 99.639433 - 0: The maximum resident set size (KB) = 485916 + 0: The total amount of wall time = 103.298491 + 0: The maximum resident set size (KB) = 487560 -Test 218 control_ras_debug_gnu PASS +Test 209 control_ras_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_stochy_debug_gnu -Checking test 219 control_stochy_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 116.757875 - 0: The maximum resident set size (KB) = 476180 + 0: The total amount of wall time = 117.157286 + 0: The maximum resident set size (KB) = 478516 -Test 219 control_stochy_debug_gnu PASS +Test 210 control_stochy_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_debug_p8_gnu -Checking test 220 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 = 114.899623 - 0: The maximum resident set size (KB) = 1229800 - -Test 220 control_debug_p8_gnu PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -Checking test 221 rrfs_smoke_conus13km_hrrr_warm_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 = 618.859261 - 0: The maximum resident set size (KB) = 674724 - -Test 221 rrfs_smoke_conus13km_hrrr_warm_debug_gnu PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu -Checking test 222 rrfs_smoke_conus13km_hrrr_warm_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 = 789.842110 - 0: The maximum resident set size (KB) = 679388 - -Test 222 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu PASS - - -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_conus13km_hrrr_warm_debugs_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_conus13km_hrrr_warm_debug_gnu -Checking test 223 rrfs_conus13km_hrrr_warm_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 563.179510 - 0: The maximum resident set size (KB) = 661792 + 0: The total amount of wall time = 117.035683 + 0: The maximum resident set size (KB) = 1230916 -Test 223 rrfs_conus13km_hrrr_warm_debug_gnu PASS +Test 211 control_debug_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_flake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_flake_debug_gnu -Checking test 224 rap_flake_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 169.702772 - 0: The maximum resident set size (KB) = 841364 + 0: The total amount of wall time = 173.637805 + 0: The maximum resident set size (KB) = 847064 -Test 224 rap_flake_debug_gnu PASS +Test 212 rap_flake_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_clm_lake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_clm_lake_debug_gnu -Checking test 225 rap_clm_lake_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 192.628912 - 0: The maximum resident set size (KB) = 845336 + 0: The total amount of wall time = 192.603165 + 0: The maximum resident set size (KB) = 845720 -Test 225 rap_clm_lake_debug_gnu PASS +Test 213 rap_clm_lake_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wam_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/control_wam_debug_gnu -Checking test 226 control_wam_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 184.155602 - 0: The maximum resident set size (KB) = 200904 + 0: The total amount of wall time = 181.033683 + 0: The maximum resident set size (KB) = 198656 -Test 226 control_wam_debug_gnu PASS +Test 214 control_wam_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_dyn32_phy32_gnu -Checking test 227 rap_control_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -7120,15 +7058,15 @@ Checking test 227 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 = 1483.037478 - 0: The maximum resident set size (KB) = 689452 + 0: The total amount of wall time = 1462.001634 + 0: The maximum resident set size (KB) = 693924 -Test 227 rap_control_dyn32_phy32_gnu PASS +Test 215 rap_control_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_dyn32_phy32_gnu -Checking test 228 hrrr_control_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -7174,15 +7112,15 @@ Checking test 228 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 = 729.938140 - 0: The maximum resident set size (KB) = 688728 + 0: The total amount of wall time = 742.714361 + 0: The maximum resident set size (KB) = 685824 -Test 228 hrrr_control_dyn32_phy32_gnu PASS +Test 216 hrrr_control_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_qr_dyn32_phy32_gnu -Checking test 229 hrrr_control_qr_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -7228,15 +7166,15 @@ Checking test 229 hrrr_control_qr_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 = 749.202116 - 0: The maximum resident set size (KB) = 703732 + 0: The total amount of wall time = 777.636191 + 0: The maximum resident set size (KB) = 697576 -Test 229 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-20230818/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_2threads_dyn32_phy32_gnu -Checking test 230 rap_2threads_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -7282,15 +7220,15 @@ Checking test 230 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 = 1389.945842 - 0: The maximum resident set size (KB) = 740888 + 0: The total amount of wall time = 1385.236211 + 0: The maximum resident set size (KB) = 739600 -Test 230 rap_2threads_dyn32_phy32_gnu PASS +Test 218 rap_2threads_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_2threads_dyn32_phy32_gnu -Checking test 231 hrrr_control_2threads_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -7336,15 +7274,15 @@ Checking test 231 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 = 774.689385 - 0: The maximum resident set size (KB) = 735200 + 0: The total amount of wall time = 781.397287 + 0: The maximum resident set size (KB) = 729752 -Test 231 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-20230818/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_decomp_dyn32_phy32_gnu -Checking test 232 hrrr_control_decomp_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -7390,15 +7328,15 @@ Checking test 232 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 = 739.642663 - 0: The maximum resident set size (KB) = 688380 + 0: The total amount of wall time = 735.303988 + 0: The maximum resident set size (KB) = 688412 -Test 232 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-20230818/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_restart_dyn32_phy32_gnu -Checking test 233 rap_restart_dyn32_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 @@ -7436,43 +7374,43 @@ Checking test 233 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 = 1089.727270 - 0: The maximum resident set size (KB) = 521476 + 0: The total amount of wall time = 1083.010012 + 0: The maximum resident set size (KB) = 517660 -Test 233 rap_restart_dyn32_phy32_gnu PASS +Test 221 rap_restart_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_restart_dyn32_phy32_gnu -Checking test 234 hrrr_control_restart_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 365.667736 - 0: The maximum resident set size (KB) = 512956 + 0: The total amount of wall time = 371.703251 + 0: The maximum resident set size (KB) = 512940 -Test 234 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-20230818/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_restart_qr_dyn32_phy32_gnu -Checking test 235 hrrr_control_restart_qr_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/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 = 371.533229 - 0: The maximum resident set size (KB) = 534940 + 0: The total amount of wall time = 370.349718 + 0: The maximum resident set size (KB) = 535252 -Test 235 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-20230818/rrfs_smoke_conus13km_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_phy32_gnu -Checking test 236 rrfs_smoke_conus13km_phy32_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_control_gnu +Checking test 224 conus13km_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -7487,62 +7425,76 @@ Checking test 236 rrfs_smoke_conus13km_phy32_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 = 801.516493 - 0: The maximum resident set size (KB) = 579004 + 0: The total amount of wall time = 760.000089 + 0: The maximum resident set size (KB) = 578728 -Test 236 rrfs_smoke_conus13km_phy32_gnu PASS +Test 224 conus13km_control_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_phy32_qr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_phy32_qr_gnu -Checking test 237 rrfs_smoke_conus13km_phy32_qr_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_2threads_gnu +Checking test 225 conus13km_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK + + 0: The total amount of wall time = 584.485417 + 0: The maximum resident set size (KB) = 572688 + +Test 225 conus13km_2threads_gnu PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_restart_mismatch_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_restart_mismatch_gnu +Checking test 226 conus13km_restart_mismatch_gnu results .... + Comparing sfcf002.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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.phy_data.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 762.285621 - 0: The maximum resident set size (KB) = 579836 + 0: The total amount of wall time = 381.304281 + 0: The maximum resident set size (KB) = 544008 -Test 237 rrfs_smoke_conus13km_phy32_qr_gnu PASS +Test 226 conus13km_restart_mismatch_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu -Checking test 238 rrfs_smoke_conus13km_phy32_restart_mismatch_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_qr_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_control_qr_gnu +Checking test 227 conus13km_control_qr_gnu 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 = 398.069933 - 0: The maximum resident set size (KB) = 575624 + 0: The total amount of wall time = 753.509769 + 0: The maximum resident set size (KB) = 579128 -Test 238 rrfs_smoke_conus13km_phy32_restart_mismatch_gnu PASS +Test 227 conus13km_control_qr_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu -Checking test 239 rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_restart_qr_mismatch_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_restart_qr_mismatch_gnu +Checking test 228 conus13km_restart_qr_mismatch_gnu results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 394.090327 - 0: The maximum resident set size (KB) = 603840 + 0: The total amount of wall time = 391.647443 + 0: The maximum resident set size (KB) = 567980 -Test 239 rrfs_smoke_conus13km_phy32_restart_qr_mismatch_gnu PASS +Test 228 conus13km_restart_qr_mismatch_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_dyn64_phy32_gnu -Checking test 240 rap_control_dyn64_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn64_phy32_gnu +Checking test 229 rap_control_dyn64_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7588,57 +7540,99 @@ Checking test 240 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 = 1079.339117 - 0: The maximum resident set size (KB) = 709632 + 0: The total amount of wall time = 1066.718379 + 0: The maximum resident set size (KB) = 710612 -Test 240 rap_control_dyn64_phy32_gnu PASS +Test 229 rap_control_dyn64_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_debug_dyn32_phy32_gnu -Checking test 241 rap_control_debug_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_debug_dyn32_phy32_gnu +Checking test 230 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 = 171.242769 - 0: The maximum resident set size (KB) = 699336 + 0: The total amount of wall time = 174.869592 + 0: The maximum resident set size (KB) = 699068 -Test 241 rap_control_debug_dyn32_phy32_gnu PASS +Test 230 rap_control_debug_dyn32_phy32_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/hrrr_control_debug_dyn32_phy32_gnu -Checking test 242 hrrr_control_debug_dyn32_phy32_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_debug_dyn32_phy32_gnu +Checking test 231 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 = 173.259017 + 0: The maximum resident set size (KB) = 700132 + +Test 231 hrrr_control_debug_dyn32_phy32_gnu PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_debug_gnu +Checking test 232 conus13km_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 = 594.098371 + 0: The maximum resident set size (KB) = 594364 + +Test 232 conus13km_debug_gnu PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_debug_2threads_gnu +Checking test 233 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 = 683.205017 + 0: The maximum resident set size (KB) = 592436 + +Test 233 conus13km_debug_2threads_gnu PASS + + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_radar_tten_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_radar_tten_debug_gnu +Checking test 234 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 = 167.692474 - 0: The maximum resident set size (KB) = 706404 + 0: The total amount of wall time = 611.356308 + 0: The maximum resident set size (KB) = 593272 -Test 242 hrrr_control_debug_dyn32_phy32_gnu PASS +Test 234 conus13km_radar_tten_debug_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/rap_control_dyn64_phy32_debug_gnu -Checking test 243 rap_control_dyn64_phy32_debug_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn64_phy32_debug_gnu +Checking test 235 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 = 204.165153 - 0: The maximum resident set size (KB) = 717488 + 0: The total amount of wall time = 206.511262 + 0: The maximum resident set size (KB) = 722444 -Test 243 rap_control_dyn64_phy32_debug_gnu PASS +Test 235 rap_control_dyn64_phy32_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_p8_gnu -Checking test 244 cpld_control_p8_gnu results .... +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_p8_gnu +Checking test 236 cpld_control_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7702,15 +7696,15 @@ Checking test 244 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 = 1699.559755 - 0: The maximum resident set size (KB) = 1441720 + 0: The total amount of wall time = 1829.475612 + 0: The maximum resident set size (KB) = 1439136 -Test 244 cpld_control_p8_gnu PASS +Test 236 cpld_control_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c96_noaero_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_nowave_noaero_p8_gnu -Checking test 245 cpld_control_nowave_noaero_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_nowave_noaero_p8_gnu +Checking test 237 cpld_control_nowave_noaero_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7771,15 +7765,15 @@ Checking test 245 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 = 1217.956544 - 0: The maximum resident set size (KB) = 1333404 + 0: The total amount of wall time = 1217.622801 + 0: The maximum resident set size (KB) = 1332704 -Test 245 cpld_control_nowave_noaero_p8_gnu PASS +Test 237 cpld_control_nowave_noaero_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_debug_p8_gnu -Checking test 246 cpld_debug_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_p8_gnu +Checking test 238 cpld_debug_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7831,15 +7825,15 @@ Checking test 246 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 = 796.843998 - 0: The maximum resident set size (KB) = 1446084 + 0: The total amount of wall time = 771.412208 + 0: The maximum resident set size (KB) = 1455644 -Test 246 cpld_debug_p8_gnu PASS +Test 238 cpld_debug_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_control_pdlib_p8_gnu -Checking test 247 cpld_control_pdlib_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_pdlib_p8_gnu +Checking test 239 cpld_control_pdlib_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7902,15 +7896,15 @@ Checking test 247 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 = 1713.261074 - 0: The maximum resident set size (KB) = 1303976 + 0: The total amount of wall time = 1685.498556 + 0: The maximum resident set size (KB) = 1304408 -Test 247 cpld_control_pdlib_p8_gnu PASS +Test 239 cpld_control_pdlib_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/cpld_debug_pdlib_p8_gnu -Checking test 248 cpld_debug_pdlib_p8_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_pdlib_p8_gnu +Checking test 240 cpld_debug_pdlib_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7961,25 +7955,25 @@ Checking test 248 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 = 915.230790 - 0: The maximum resident set size (KB) = 1301868 + 0: The total amount of wall time = 896.856453 + 0: The maximum resident set size (KB) = 1307036 -Test 248 cpld_debug_pdlib_p8_gnu PASS +Test 240 cpld_debug_pdlib_p8_gnu PASS baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_193871/datm_cdeps_control_cfsr_gnu -Checking test 249 datm_cdeps_control_cfsr_gnu results .... +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_control_cfsr_gnu +Checking test 241 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 = 177.553949 - 0: The maximum resident set size (KB) = 669464 + 0: The total amount of wall time = 172.643399 + 0: The maximum resident set size (KB) = 674448 -Test 249 datm_cdeps_control_cfsr_gnu PASS +Test 241 datm_cdeps_control_cfsr_gnu PASS REGRESSION TEST WAS SUCCESSFUL -Mon Aug 21 02:30:16 UTC 2023 -Elapsed time: 02h:00m:34s. Have a nice day! +Thu Aug 24 17:29:44 UTC 2023 +Elapsed time: 02h:50m:35s. Have a nice day! From 35098bc440f357ad721b10a3170c50eebe66a79f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 24 Aug 2023 20:38:29 +0000 Subject: [PATCH 14/25] hera tests passed again --- tests/logs/RegressionTests_hera.log | 2042 +++++++++++++-------------- 1 file changed, 1021 insertions(+), 1021 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 6110f3633d..0c0ba07b5f 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,7 +1,7 @@ -Thu Aug 24 14:39:10 UTC 2023 +Thu Aug 24 19:17:19 UTC 2023 Start Regression test -Testing UFSWM Hash: bb47f16299e065797e559c0a5b2ba3b4b86ea8fe +Testing UFSWM Hash: 67fe143a4517f308cc1079af3a39d92d542f550c Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) @@ -15,60 +15,60 @@ Testing With Submodule Hashes: 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atm_debug_dyn32_intel elapsed time 233 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_debug_gnu elapsed time 186 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 599 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 183 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_debug_gnu elapsed time 180 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_gnu elapsed time 278 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 537 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 201 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 atm_debug_dyn32_intel elapsed time 235 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_debug_gnu elapsed time 166 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 600 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 168 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_debug_gnu elapsed time 171 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_gnu elapsed time 265 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 550 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 191 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 533 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 182 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_faster_intel elapsed time 554 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 517 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atml_intel elapsed time 547 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 552 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 544 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 109 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 188 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_gnu elapsed time 127 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 179 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 64 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 566 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 201 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 591 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 578 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 184 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 656 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 199 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 511 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 176 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 522 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_gnu elapsed time 208 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 592 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 230 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 591 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 214 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 621 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 137 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 216 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 255 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 918 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 641 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 148 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 237 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 974 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 265 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 656 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_gnu elapsed time 104 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 173 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 501 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-20230818/cpld_control_p8_mixedmode_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_p8_mixedmode_intel +Compile atmaq_debug_intel elapsed time 187 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 565 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 526 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atml_intel elapsed time 538 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 557 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 581 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 522 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 194 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_gnu elapsed time 118 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 59 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 582 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 199 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 606 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 593 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 183 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 192 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 519 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 529 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_gnu elapsed time 203 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 570 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 595 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 217 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 s2sw_debug_intel elapsed time 228 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 644 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 228 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 244 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 890 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 663 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 131 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 243 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 978 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 252 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 681 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_gnu elapsed time 93 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 183 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 500 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_mixedmode_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 316.930663 - 0: The maximum resident set size (KB) = 3094992 + 0: The total amount of wall time = 314.635703 + 0: The maximum resident set size (KB) = 3148320 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_gfsv17_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_gfsv17_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_gfsv17_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -204,14 +204,14 @@ 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 = 220.105922 - 0: The maximum resident set size (KB) = 1680596 + 0: The total amount of wall time = 219.592552 + 0: The maximum resident set size (KB) = 1700624 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -276,14 +276,14 @@ 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 = 349.030527 - 0: The maximum resident set size (KB) = 3167308 + 0: The total amount of wall time = 344.904647 + 0: The maximum resident set size (KB) = 3148888 Test 003 cpld_control_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -336,14 +336,14 @@ 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 = 195.398332 - 0: The maximum resident set size (KB) = 3028820 + 0: The total amount of wall time = 198.793423 + 0: The maximum resident set size (KB) = 3064968 Test 004 cpld_restart_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_qr_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -408,14 +408,14 @@ 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 = 345.813439 - 0: The maximum resident set size (KB) = 3146660 + 0: The total amount of wall time = 341.098342 + 0: The maximum resident set size (KB) = 3224516 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_qr_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -468,14 +468,14 @@ 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.086860 - 0: The maximum resident set size (KB) = 3072536 + 0: The total amount of wall time = 211.675173 + 0: The maximum resident set size (KB) = 3021752 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_2threads_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -528,14 +528,14 @@ 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.728266 - 0: The maximum resident set size (KB) = 3524312 + 0: The total amount of wall time = 326.418430 + 0: The maximum resident set size (KB) = 3522384 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_decomp_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -588,14 +588,14 @@ 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 = 345.154005 - 0: The maximum resident set size (KB) = 3171436 + 0: The total amount of wall time = 345.865203 + 0: The maximum resident set size (KB) = 3167376 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_mpi_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -648,14 +648,14 @@ 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.992798 - 0: The maximum resident set size (KB) = 3035356 + 0: The total amount of wall time = 287.916333 + 0: The maximum resident set size (KB) = 3025208 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_ciceC_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_ciceC_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_ciceC_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -720,14 +720,14 @@ 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.353098 - 0: The maximum resident set size (KB) = 3175184 + 0: The total amount of wall time = 343.755219 + 0: The maximum resident set size (KB) = 3200944 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_c192_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c192_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_c192_p8_intel Checking test 011 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -780,14 +780,14 @@ 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 = 582.771941 - 0: The maximum resident set size (KB) = 3310300 + 0: The total amount of wall time = 589.067188 + 0: The maximum resident set size (KB) = 3402372 Test 011 cpld_control_c192_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_c192_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c192_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_c192_p8_intel Checking test 012 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -840,14 +840,14 @@ 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 = 388.897000 - 0: The maximum resident set size (KB) = 3203628 + 0: The total amount of wall time = 386.532218 + 0: The maximum resident set size (KB) = 3211460 Test 012 cpld_restart_c192_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_bmark_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_bmark_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_bmark_p8_intel Checking test 013 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -895,14 +895,14 @@ 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 = 673.582611 - 0: The maximum resident set size (KB) = 4086900 + 0: The total amount of wall time = 665.264535 + 0: The maximum resident set size (KB) = 4094384 Test 013 cpld_bmark_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_bmark_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_bmark_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_bmark_p8_intel Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -950,14 +950,14 @@ 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 = 415.913343 - 0: The maximum resident set size (KB) = 4010180 + 0: The total amount of wall time = 428.963292 + 0: The maximum resident set size (KB) = 4016544 Test 014 cpld_restart_bmark_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_noaero_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_noaero_p8_intel Checking test 015 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1021,14 +1021,14 @@ 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 = 264.882370 - 0: The maximum resident set size (KB) = 1702872 + 0: The total amount of wall time = 263.085217 + 0: The maximum resident set size (KB) = 1734076 Test 015 cpld_control_noaero_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c96_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_nowave_noaero_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c96_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_nowave_noaero_p8_intel Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1090,14 +1090,14 @@ 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 = 268.872914 - 0: The maximum resident set size (KB) = 1748012 + 0: The total amount of wall time = 260.718611 + 0: The maximum resident set size (KB) = 1789928 Test 016 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_p8_intel Checking test 017 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1150,14 +1150,14 @@ 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 = 523.855885 - 0: The maximum resident set size (KB) = 3181160 + 0: The total amount of wall time = 526.683720 + 0: The maximum resident set size (KB) = 3187868 Test 017 cpld_debug_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_noaero_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_noaero_p8_intel Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1209,14 +1209,14 @@ 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 = 352.260244 - 0: The maximum resident set size (KB) = 1733856 + 0: The total amount of wall time = 353.893830 + 0: The maximum resident set size (KB) = 1747052 Test 018 cpld_debug_noaero_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_noaero_p8_agrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_noaero_p8_agrid_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_noaero_p8_agrid_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_noaero_p8_agrid_intel Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1278,14 +1278,14 @@ 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 = 262.102296 - 0: The maximum resident set size (KB) = 1762208 + 0: The total amount of wall time = 269.658620 + 0: The maximum resident set size (KB) = 1728956 Test 019 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_c48_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c48_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_c48_intel Checking test 020 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1335,14 +1335,14 @@ 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 = 592.575432 - 0: The maximum resident set size (KB) = 2809052 + 0: The total amount of wall time = 577.594542 + 0: The maximum resident set size (KB) = 2813912 Test 020 cpld_control_c48_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_p8_faster_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_p8_faster_intel Checking test 021 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1407,14 +1407,14 @@ 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 = 325.008738 - 0: The maximum resident set size (KB) = 3179592 + 0: The total amount of wall time = 327.219581 + 0: The maximum resident set size (KB) = 3189380 Test 021 cpld_control_p8_faster_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_pdlib_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_pdlib_p8_intel Checking test 022 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1478,14 +1478,14 @@ 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 = 1194.758448 - 0: The maximum resident set size (KB) = 1753692 + 0: The total amount of wall time = 1207.436912 + 0: The maximum resident set size (KB) = 1776108 Test 022 cpld_control_pdlib_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_restart_pdlib_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_pdlib_p8_intel Checking test 023 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1537,14 +1537,14 @@ 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 = 564.119774 - 0: The maximum resident set size (KB) = 1031320 + 0: The total amount of wall time = 566.274585 + 0: The maximum resident set size (KB) = 1008444 Test 023 cpld_restart_pdlib_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_mpi_pdlib_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_mpi_pdlib_p8_intel Checking test 024 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1608,14 +1608,14 @@ 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 = 1085.097850 - 0: The maximum resident set size (KB) = 1663552 + 0: The total amount of wall time = 1097.525506 + 0: The maximum resident set size (KB) = 1643148 Test 024 cpld_mpi_pdlib_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_pdlib_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_pdlib_p8_intel Checking test 025 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1667,14 +1667,14 @@ 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 = 1350.687114 - 0: The maximum resident set size (KB) = 1666692 + 0: The total amount of wall time = 1403.289724 + 0: The maximum resident set size (KB) = 1706864 Test 025 cpld_debug_pdlib_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_flake_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_flake_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_flake_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_flake_intel Checking test 026 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1685,14 +1685,14 @@ Checking test 026 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 188.455323 - 0: The maximum resident set size (KB) = 678020 + 0: The total amount of wall time = 188.869857 + 0: The maximum resident set size (KB) = 685860 Test 026 control_flake_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_CubedSphereGrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_CubedSphereGrid_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_CubedSphereGrid_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_CubedSphereGrid_intel Checking test 027 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1719,14 +1719,14 @@ 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.210904 - 0: The maximum resident set size (KB) = 636224 + 0: The total amount of wall time = 132.042819 + 0: The maximum resident set size (KB) = 636304 Test 027 control_CubedSphereGrid_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_CubedSphereGrid_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_CubedSphereGrid_parallel_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_CubedSphereGrid_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_CubedSphereGrid_parallel_intel Checking test 028 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1735,20 +1735,20 @@ Checking test 028 control_CubedSphereGrid_parallel_intel results .... 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 .........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 = 139.401723 - 0: The maximum resident set size (KB) = 610852 + 0: The total amount of wall time = 139.563434 + 0: The maximum resident set size (KB) = 615512 Test 028 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_latlon_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_latlon_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_latlon_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_latlon_intel Checking test 029 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1759,14 +1759,14 @@ Checking test 029 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 133.249062 - 0: The maximum resident set size (KB) = 636328 + 0: The total amount of wall time = 134.168499 + 0: The maximum resident set size (KB) = 637160 Test 029 control_latlon_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wrtGauss_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wrtGauss_netcdf_parallel_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wrtGauss_netcdf_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wrtGauss_netcdf_parallel_intel Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1777,14 +1777,14 @@ 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.507726 - 0: The maximum resident set size (KB) = 633908 + 0: The total amount of wall time = 138.877317 + 0: The maximum resident set size (KB) = 630524 Test 030 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c48_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c48_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c48_intel Checking test 031 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1823,14 +1823,14 @@ 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 = 371.558713 -0: The maximum resident set size (KB) = 817112 +0: The total amount of wall time = 371.334764 +0: The maximum resident set size (KB) = 833400 Test 031 control_c48_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c192_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c192_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c192_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c192_intel Checking test 032 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1841,14 +1841,14 @@ Checking test 032 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 528.010964 - 0: The maximum resident set size (KB) = 777608 + 0: The total amount of wall time = 530.200097 + 0: The maximum resident set size (KB) = 786512 Test 032 control_c192_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c384_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c384_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c384_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c384_intel Checking test 033 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1859,14 +1859,14 @@ Checking test 033 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 525.093534 - 0: The maximum resident set size (KB) = 1285288 + 0: The total amount of wall time = 535.359479 + 0: The maximum resident set size (KB) = 1281496 Test 033 control_c384_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c384gdas_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c384gdas_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c384gdas_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c384gdas_intel Checking test 034 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1909,14 +1909,14 @@ 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 = 462.405019 - 0: The maximum resident set size (KB) = 1396868 + 0: The total amount of wall time = 464.982056 + 0: The maximum resident set size (KB) = 1402148 Test 034 control_c384gdas_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_intel Checking test 035 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1927,28 +1927,28 @@ Checking test 035 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 90.633577 - 0: The maximum resident set size (KB) = 643044 + 0: The total amount of wall time = 89.846120 + 0: The maximum resident set size (KB) = 645744 Test 035 control_stochy_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_restart_intel Checking test 036 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.845937 - 0: The maximum resident set size (KB) = 497288 + 0: The total amount of wall time = 49.258305 + 0: The maximum resident set size (KB) = 469392 Test 036 control_stochy_restart_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_lndp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_lndp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_lndp_intel Checking test 037 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1959,14 +1959,14 @@ Checking test 037 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 83.638343 - 0: The maximum resident set size (KB) = 642800 + 0: The total amount of wall time = 83.048284 + 0: The maximum resident set size (KB) = 642556 Test 037 control_lndp_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_iovr4_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_iovr4_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_iovr4_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_iovr4_intel Checking test 038 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1981,14 +1981,14 @@ Checking test 038 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 139.502741 - 0: The maximum resident set size (KB) = 636348 + 0: The total amount of wall time = 138.055091 + 0: The maximum resident set size (KB) = 631416 Test 038 control_iovr4_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_iovr5_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_iovr5_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_iovr5_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_iovr5_intel Checking test 039 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2003,14 +2003,14 @@ Checking test 039 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.402249 - 0: The maximum resident set size (KB) = 626236 + 0: The total amount of wall time = 138.269128 + 0: The maximum resident set size (KB) = 636612 Test 039 control_iovr5_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_intel Checking test 040 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2057,14 +2057,14 @@ 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 = 171.725546 - 0: The maximum resident set size (KB) = 1597176 + 0: The total amount of wall time = 175.170279 + 0: The maximum resident set size (KB) = 1593672 Test 040 control_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_restart_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_restart_p8_intel Checking test 041 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2103,14 +2103,14 @@ 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 = 87.555703 - 0: The maximum resident set size (KB) = 880428 + 0: The total amount of wall time = 89.038654 + 0: The maximum resident set size (KB) = 880232 Test 041 control_restart_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_qr_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_qr_p8_intel Checking test 042 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2157,14 +2157,14 @@ 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.449258 - 0: The maximum resident set size (KB) = 1599828 + 0: The total amount of wall time = 170.671838 + 0: The maximum resident set size (KB) = 1612200 Test 042 control_qr_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_restart_qr_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_restart_qr_p8_intel Checking test 043 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2203,14 +2203,14 @@ 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.739289 - 0: The maximum resident set size (KB) = 866612 + 0: The total amount of wall time = 91.810543 + 0: The maximum resident set size (KB) = 848864 Test 043 control_restart_qr_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_decomp_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_decomp_p8_intel Checking test 044 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2253,14 +2253,14 @@ 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 = 175.580643 - 0: The maximum resident set size (KB) = 1582444 + 0: The total amount of wall time = 179.196199 + 0: The maximum resident set size (KB) = 1591316 Test 044 control_decomp_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_2threads_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_2threads_p8_intel Checking test 045 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2303,14 +2303,14 @@ 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 = 156.848707 - 0: The maximum resident set size (KB) = 1690096 + 0: The total amount of wall time = 157.423548 + 0: The maximum resident set size (KB) = 1689908 Test 045 control_2threads_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_lndp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_lndp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_lndp_intel Checking test 046 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2329,14 +2329,14 @@ Checking test 046 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 316.895319 - 0: The maximum resident set size (KB) = 1590116 + 0: The total amount of wall time = 322.145593 + 0: The maximum resident set size (KB) = 1599068 Test 046 control_p8_lndp_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_rrtmgp_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_rrtmgp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_rrtmgp_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_rrtmgp_intel Checking test 047 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2383,14 +2383,14 @@ 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.068606 - 0: The maximum resident set size (KB) = 1667816 + 0: The total amount of wall time = 230.281072 + 0: The maximum resident set size (KB) = 1644888 Test 047 control_p8_rrtmgp_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_mynn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_mynn_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_mynn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_mynn_intel Checking test 048 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2437,14 +2437,14 @@ 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 = 172.820322 - 0: The maximum resident set size (KB) = 1611580 + 0: The total amount of wall time = 180.196406 + 0: The maximum resident set size (KB) = 1594092 Test 048 control_p8_mynn_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/merra2_thompson_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/merra2_thompson_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/merra2_thompson_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/merra2_thompson_intel Checking test 049 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2491,14 +2491,14 @@ 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.720917 - 0: The maximum resident set size (KB) = 1613324 + 0: The total amount of wall time = 196.984010 + 0: The maximum resident set size (KB) = 1612260 Test 049 merra2_thompson_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_control_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_control_intel Checking test 050 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2509,28 +2509,28 @@ Checking test 050 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 293.346349 - 0: The maximum resident set size (KB) = 890468 + 0: The total amount of wall time = 296.413013 + 0: The maximum resident set size (KB) = 892824 Test 050 regional_control_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_restart_intel Checking test 051 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.907074 - 0: The maximum resident set size (KB) = 865248 + 0: The total amount of wall time = 151.183652 + 0: The maximum resident set size (KB) = 876656 Test 051 regional_restart_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_control_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_control_qr_intel Checking test 052 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2541,28 +2541,28 @@ Checking test 052 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 294.084191 - 0: The maximum resident set size (KB) = 879116 + 0: The total amount of wall time = 299.795101 + 0: The maximum resident set size (KB) = 898008 Test 052 regional_control_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_restart_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_restart_qr_intel Checking test 053 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.934926 - 0: The maximum resident set size (KB) = 872656 + 0: The total amount of wall time = 152.511540 + 0: The maximum resident set size (KB) = 872584 Test 053 regional_restart_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_decomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_decomp_intel Checking test 054 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2573,14 +2573,14 @@ Checking test 054 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 309.131052 - 0: The maximum resident set size (KB) = 873836 + 0: The total amount of wall time = 309.753984 + 0: The maximum resident set size (KB) = 879180 Test 054 regional_decomp_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_2threads_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_2threads_intel Checking test 055 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2591,14 +2591,14 @@ Checking test 055 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 182.633076 - 0: The maximum resident set size (KB) = 855612 + 0: The total amount of wall time = 178.763926 + 0: The maximum resident set size (KB) = 865360 Test 055 regional_2threads_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_noquilt_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_noquilt_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_noquilt_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_noquilt_intel Checking test 056 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2606,28 +2606,28 @@ Checking test 056 regional_noquilt_intel results .... 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 = 291.536648 - 0: The maximum resident set size (KB) = 861448 + 0: The total amount of wall time = 295.790347 + 0: The maximum resident set size (KB) = 837820 Test 056 regional_noquilt_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_netcdf_parallel_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_netcdf_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_netcdf_parallel_intel Checking test 057 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 = 286.881407 - 0: The maximum resident set size (KB) = 874300 + 0: The total amount of wall time = 289.218694 + 0: The maximum resident set size (KB) = 878828 Test 057 regional_netcdf_parallel_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_2dwrtdecomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_2dwrtdecomp_intel Checking test 058 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2638,14 +2638,14 @@ Checking test 058 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 294.000701 - 0: The maximum resident set size (KB) = 881604 + 0: The total amount of wall time = 296.633541 + 0: The maximum resident set size (KB) = 892652 Test 058 regional_2dwrtdecomp_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/fv3_regional_wofs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_wofs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/fv3_regional_wofs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_wofs_intel Checking test 059 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2656,14 +2656,14 @@ Checking test 059 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 371.910678 - 0: The maximum resident set size (KB) = 648924 + 0: The total amount of wall time = 374.797922 + 0: The maximum resident set size (KB) = 649452 Test 059 regional_wofs_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_intel Checking test 060 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2710,14 +2710,14 @@ 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 = 449.069991 - 0: The maximum resident set size (KB) = 1069160 + 0: The total amount of wall time = 447.676406 + 0: The maximum resident set size (KB) = 1062952 Test 060 rap_control_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_spp_sppt_shum_skeb_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_spp_sppt_shum_skeb_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_spp_sppt_shum_skeb_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_spp_sppt_shum_skeb_intel Checking test 061 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2728,14 +2728,14 @@ 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 = 232.832288 - 0: The maximum resident set size (KB) = 1190324 + 0: The total amount of wall time = 235.736723 + 0: The maximum resident set size (KB) = 1198020 Test 061 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_decomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_decomp_intel Checking test 062 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2782,14 +2782,14 @@ 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 = 468.981134 - 0: The maximum resident set size (KB) = 1009464 + 0: The total amount of wall time = 467.588315 + 0: The maximum resident set size (KB) = 1020272 Test 062 rap_decomp_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_2threads_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_2threads_intel Checking test 063 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2836,14 +2836,14 @@ 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 = 419.318024 - 0: The maximum resident set size (KB) = 1151148 + 0: The total amount of wall time = 421.384551 + 0: The maximum resident set size (KB) = 1156148 Test 063 rap_2threads_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_restart_intel Checking test 064 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2882,14 +2882,14 @@ 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.703011 - 0: The maximum resident set size (KB) = 954084 + 0: The total amount of wall time = 226.936215 + 0: The maximum resident set size (KB) = 955296 Test 064 rap_restart_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_intel Checking test 065 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2936,14 +2936,14 @@ 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 = 450.440766 - 0: The maximum resident set size (KB) = 1060620 + 0: The total amount of wall time = 453.181990 + 0: The maximum resident set size (KB) = 1070544 Test 065 rap_sfcdiff_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_decomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_decomp_intel Checking test 066 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2990,14 +2990,14 @@ 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 = 476.974876 - 0: The maximum resident set size (KB) = 999776 + 0: The total amount of wall time = 476.052867 + 0: The maximum resident set size (KB) = 976104 Test 066 rap_sfcdiff_decomp_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_restart_intel Checking test 067 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3036,14 +3036,14 @@ 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.515096 - 0: The maximum resident set size (KB) = 986140 + 0: The total amount of wall time = 334.725319 + 0: The maximum resident set size (KB) = 982960 Test 067 rap_sfcdiff_restart_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_intel Checking test 068 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3090,14 +3090,14 @@ 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 = 437.381133 - 0: The maximum resident set size (KB) = 1047456 + 0: The total amount of wall time = 437.545537 + 0: The maximum resident set size (KB) = 1030668 Test 068 hrrr_control_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_qr_intel Checking test 069 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3144,14 +3144,14 @@ 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 = 432.353111 - 0: The maximum resident set size (KB) = 1041244 + 0: The total amount of wall time = 432.825302 + 0: The maximum resident set size (KB) = 1072420 Test 069 hrrr_control_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_decomp_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_decomp_intel Checking test 070 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3198,14 +3198,14 @@ 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 = 447.368015 - 0: The maximum resident set size (KB) = 1005232 + 0: The total amount of wall time = 451.904208 + 0: The maximum resident set size (KB) = 1020976 Test 070 hrrr_control_decomp_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_2threads_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_2threads_intel Checking test 071 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3252,42 +3252,42 @@ 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 = 396.358802 - 0: The maximum resident set size (KB) = 1084420 + 0: The total amount of wall time = 399.912805 + 0: The maximum resident set size (KB) = 1080656 Test 071 hrrr_control_2threads_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_intel Checking test 072 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 = 319.483419 - 0: The maximum resident set size (KB) = 980944 + 0: The total amount of wall time = 322.067894 + 0: The maximum resident set size (KB) = 982256 Test 072 hrrr_control_restart_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_qr_intel Checking test 073 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 = 323.133880 - 0: The maximum resident set size (KB) = 1013584 + 0: The total amount of wall time = 326.074661 + 0: The maximum resident set size (KB) = 1011124 Test 073 hrrr_control_restart_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1beta_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1beta_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1beta_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1beta_intel Checking test 074 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3334,14 +3334,14 @@ 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.467858 - 0: The maximum resident set size (KB) = 1062084 + 0: The total amount of wall time = 442.036580 + 0: The maximum resident set size (KB) = 1064324 Test 074 rrfs_v1beta_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1nssl_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1nssl_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1nssl_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1nssl_intel Checking test 075 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3356,14 +3356,14 @@ Checking test 075 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 521.295582 - 0: The maximum resident set size (KB) = 656012 + 0: The total amount of wall time = 523.860278 + 0: The maximum resident set size (KB) = 699588 Test 075 rrfs_v1nssl_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1nssl_nohailnoccn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1nssl_nohailnoccn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1nssl_nohailnoccn_intel Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3378,14 +3378,14 @@ Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 512.334036 - 0: The maximum resident set size (KB) = 764048 + 0: The total amount of wall time = 514.749111 + 0: The maximum resident set size (KB) = 771560 Test 076 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/hrrr_gf_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_gf_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_gf_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_gf_intel Checking test 077 hrrr_gf_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3432,14 +3432,14 @@ Checking test 077 hrrr_gf_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 = 449.512437 - 0: The maximum resident set size (KB) = 1062884 + 0: The total amount of wall time = 455.644297 + 0: The maximum resident set size (KB) = 1089128 Test 077 hrrr_gf_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/hrrr_c3_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_c3_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_c3_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_c3_intel Checking test 078 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3486,14 +3486,14 @@ Checking test 078 hrrr_c3_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 = 455.811905 - 0: The maximum resident set size (KB) = 1072540 + 0: The total amount of wall time = 451.925509 + 0: The maximum resident set size (KB) = 1075908 Test 078 hrrr_c3_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_csawmg_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_csawmg_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_csawmg_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_csawmg_intel Checking test 079 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3504,14 +3504,14 @@ Checking test 079 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 339.441575 - 0: The maximum resident set size (KB) = 694252 + 0: The total amount of wall time = 340.960719 + 0: The maximum resident set size (KB) = 732504 Test 079 control_csawmg_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_csawmgt_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_csawmgt_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_csawmgt_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_csawmgt_intel Checking test 080 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3522,14 +3522,14 @@ Checking test 080 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 330.390961 - 0: The maximum resident set size (KB) = 723020 + 0: The total amount of wall time = 337.652027 + 0: The maximum resident set size (KB) = 697036 Test 080 control_csawmgt_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_ras_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_ras_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_ras_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_ras_intel Checking test 081 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3540,26 +3540,26 @@ Checking test 081 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 183.398993 - 0: The maximum resident set size (KB) = 731084 + 0: The total amount of wall time = 184.536628 + 0: The maximum resident set size (KB) = 740064 Test 081 control_ras_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wam_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wam_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wam_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wam_intel Checking test 082 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 112.216031 - 0: The maximum resident set size (KB) = 645600 + 0: The total amount of wall time = 112.481997 + 0: The maximum resident set size (KB) = 646152 Test 082 control_wam_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_faster_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_faster_intel Checking test 083 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3606,14 +3606,14 @@ Checking test 083 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 = 159.873238 - 0: The maximum resident set size (KB) = 1584272 + 0: The total amount of wall time = 156.690007 + 0: The maximum resident set size (KB) = 1608828 Test 083 control_p8_faster_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_control_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_control_faster_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_control_faster_intel Checking test 084 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3624,14 +3624,14 @@ Checking test 084 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 267.285784 - 0: The maximum resident set size (KB) = 879740 + 0: The total amount of wall time = 273.674015 + 0: The maximum resident set size (KB) = 891616 Test 084 regional_control_faster_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_CubedSphereGrid_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_CubedSphereGrid_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_CubedSphereGrid_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_CubedSphereGrid_debug_intel Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3658,348 +3658,348 @@ Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 147.562874 - 0: The maximum resident set size (KB) = 792156 + 0: The total amount of wall time = 149.555260 + 0: The maximum resident set size (KB) = 793512 Test 085 control_CubedSphereGrid_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wrtGauss_netcdf_parallel_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wrtGauss_netcdf_parallel_debug_intel Checking test 086 control_wrtGauss_netcdf_parallel_debug_intel results .... - Comparing sfcf000.nc .........OK + 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 = 149.239365 - 0: The maximum resident set size (KB) = 793964 + 0: The total amount of wall time = 150.328286 + 0: The maximum resident set size (KB) = 794688 Test 086 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_debug_intel Checking test 087 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 = 166.110808 - 0: The maximum resident set size (KB) = 803632 + 0: The total amount of wall time = 167.248432 + 0: The maximum resident set size (KB) = 804240 Test 087 control_stochy_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_lndp_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_lndp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_lndp_debug_intel Checking test 088 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.665109 - 0: The maximum resident set size (KB) = 797496 + 0: The total amount of wall time = 153.947741 + 0: The maximum resident set size (KB) = 796212 Test 088 control_lndp_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_csawmg_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_csawmg_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_csawmg_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_csawmg_debug_intel Checking test 089 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 = 227.130643 - 0: The maximum resident set size (KB) = 844052 + 0: The total amount of wall time = 234.932506 + 0: The maximum resident set size (KB) = 843248 Test 089 control_csawmg_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_csawmgt_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_csawmgt_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_csawmgt_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_csawmgt_debug_intel Checking test 090 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.662194 - 0: The maximum resident set size (KB) = 841336 + 0: The total amount of wall time = 230.401470 + 0: The maximum resident set size (KB) = 847772 Test 090 control_csawmgt_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_ras_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_ras_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_ras_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_ras_debug_intel Checking test 091 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 = 150.836778 - 0: The maximum resident set size (KB) = 807016 + 0: The total amount of wall time = 155.406303 + 0: The maximum resident set size (KB) = 783192 Test 091 control_ras_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_diag_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_diag_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_diag_debug_intel Checking test 092 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 = 157.660439 - 0: The maximum resident set size (KB) = 848620 + 0: The total amount of wall time = 152.231271 + 0: The maximum resident set size (KB) = 856044 Test 092 control_diag_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_debug_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_debug_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_debug_p8_intel Checking test 093 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.161311 - 0: The maximum resident set size (KB) = 1591444 + 0: The total amount of wall time = 172.751894 + 0: The maximum resident set size (KB) = 1623424 Test 093 control_debug_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_debug_intel Checking test 094 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 = 977.780604 - 0: The maximum resident set size (KB) = 891312 + 0: The total amount of wall time = 984.140256 + 0: The maximum resident set size (KB) = 859452 Test 094 regional_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_debug_intel Checking test 095 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 = 270.948992 - 0: The maximum resident set size (KB) = 1177884 + 0: The total amount of wall time = 277.443334 + 0: The maximum resident set size (KB) = 1192564 Test 095 rap_control_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_debug_intel Checking test 096 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 = 270.042019 - 0: The maximum resident set size (KB) = 1184220 + 0: The total amount of wall time = 269.297916 + 0: The maximum resident set size (KB) = 1176136 Test 096 hrrr_control_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_unified_drag_suite_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_unified_drag_suite_debug_intel Checking test 097 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 = 276.258855 - 0: The maximum resident set size (KB) = 1176792 + 0: The total amount of wall time = 272.719646 + 0: The maximum resident set size (KB) = 1185640 Test 097 rap_unified_drag_suite_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_diag_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_diag_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_diag_debug_intel Checking test 098 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 = 283.251809 - 0: The maximum resident set size (KB) = 1265928 + 0: The total amount of wall time = 295.095674 + 0: The maximum resident set size (KB) = 1261936 Test 098 rap_diag_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_cires_ugwp_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_cires_ugwp_debug_intel Checking test 099 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 = 279.814173 - 0: The maximum resident set size (KB) = 1178340 + 0: The total amount of wall time = 283.872740 + 0: The maximum resident set size (KB) = 1178976 Test 099 rap_cires_ugwp_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_unified_ugwp_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_unified_ugwp_debug_intel Checking test 100 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 = 279.292329 - 0: The maximum resident set size (KB) = 1179272 + 0: The total amount of wall time = 282.197590 + 0: The maximum resident set size (KB) = 1181968 Test 100 rap_unified_ugwp_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_lndp_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_lndp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_lndp_debug_intel Checking test 101 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 = 278.310317 - 0: The maximum resident set size (KB) = 1181684 + 0: The total amount of wall time = 272.898847 + 0: The maximum resident set size (KB) = 1194920 Test 101 rap_lndp_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_progcld_thompson_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_progcld_thompson_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_progcld_thompson_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_progcld_thompson_debug_intel Checking test 102 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 = 276.130010 - 0: The maximum resident set size (KB) = 1181120 + 0: The total amount of wall time = 273.108285 + 0: The maximum resident set size (KB) = 1183220 Test 102 rap_progcld_thompson_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_noah_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_noah_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_noah_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_noah_debug_intel Checking test 103 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.085063 - 0: The maximum resident set size (KB) = 1176516 + 0: The total amount of wall time = 271.161418 + 0: The maximum resident set size (KB) = 1176772 Test 103 rap_noah_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_debug_intel Checking test 104 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 = 275.711414 - 0: The maximum resident set size (KB) = 1168656 + 0: The total amount of wall time = 273.431404 + 0: The maximum resident set size (KB) = 1180012 Test 104 rap_sfcdiff_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_noah_sfcdiff_cires_ugwp_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_noah_sfcdiff_cires_ugwp_debug_intel Checking test 105 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 = 451.776503 - 0: The maximum resident set size (KB) = 1176168 + 0: The total amount of wall time = 450.652466 + 0: The maximum resident set size (KB) = 1185640 Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1beta_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1beta_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1beta_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1beta_debug_intel Checking test 106 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 = 267.393628 - 0: The maximum resident set size (KB) = 1180940 + 0: The total amount of wall time = 270.601462 + 0: The maximum resident set size (KB) = 1189440 Test 106 rrfs_v1beta_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_clm_lake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_clm_lake_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_clm_lake_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_clm_lake_debug_intel Checking test 107 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 = 349.155341 - 0: The maximum resident set size (KB) = 1186840 + 0: The total amount of wall time = 328.897110 + 0: The maximum resident set size (KB) = 1178080 Test 107 rap_clm_lake_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_flake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_flake_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_flake_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_flake_debug_intel Checking test 108 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 = 279.783933 - 0: The maximum resident set size (KB) = 1181444 + 0: The total amount of wall time = 274.671737 + 0: The maximum resident set size (KB) = 1173276 Test 108 rap_flake_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wam_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wam_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wam_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wam_debug_intel Checking test 109 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 272.435952 - 0: The maximum resident set size (KB) = 516316 + 0: The total amount of wall time = 272.343473 + 0: The maximum resident set size (KB) = 532812 Test 109 control_wam_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_spp_sppt_shum_skeb_dyn32_phy32_intel Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -4010,14 +4010,14 @@ 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 = 218.712035 - 0: The maximum resident set size (KB) = 1077460 + 0: The total amount of wall time = 220.762089 + 0: The maximum resident set size (KB) = 1092340 Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn32_phy32_intel Checking test 111 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4064,14 +4064,14 @@ 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 = 372.410241 - 0: The maximum resident set size (KB) = 1006152 + 0: The total amount of wall time = 371.958530 + 0: The maximum resident set size (KB) = 998448 Test 111 rap_control_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_dyn32_phy32_intel Checking test 112 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4118,14 +4118,14 @@ 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.632485 - 0: The maximum resident set size (KB) = 961408 + 0: The total amount of wall time = 192.510278 + 0: The maximum resident set size (KB) = 967952 Test 112 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_qr_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_qr_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_qr_dyn32_phy32_intel Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4172,14 +4172,14 @@ Checking test 113 hrrr_control_qr_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.844597 - 0: The maximum resident set size (KB) = 974380 + 0: The total amount of wall time = 191.797657 + 0: The maximum resident set size (KB) = 945980 Test 113 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_2threads_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_2threads_dyn32_phy32_intel Checking test 114 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4226,14 +4226,14 @@ 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 = 350.924345 - 0: The maximum resident set size (KB) = 995836 + 0: The total amount of wall time = 351.345455 + 0: The maximum resident set size (KB) = 1023948 Test 114 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_2threads_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_2threads_dyn32_phy32_intel Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4280,14 +4280,14 @@ 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.526733 - 0: The maximum resident set size (KB) = 938340 + 0: The total amount of wall time = 177.402250 + 0: The maximum resident set size (KB) = 942368 Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_decomp_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_decomp_dyn32_phy32_intel Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4334,14 +4334,14 @@ 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 = 201.541312 - 0: The maximum resident set size (KB) = 889912 + 0: The total amount of wall time = 203.839223 + 0: The maximum resident set size (KB) = 903828 Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_restart_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_restart_dyn32_phy32_intel Checking test 117 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4380,42 +4380,42 @@ 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 = 277.660335 - 0: The maximum resident set size (KB) = 948232 + 0: The total amount of wall time = 276.234312 + 0: The maximum resident set size (KB) = 938120 Test 117 rap_restart_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_dyn32_phy32_intel Checking test 118 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 = 100.331362 - 0: The maximum resident set size (KB) = 857176 + 0: The total amount of wall time = 100.641981 + 0: The maximum resident set size (KB) = 863844 Test 118 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_qr_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_qr_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_qr_dyn32_phy32_intel Checking test 119 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 = 103.650281 - 0: The maximum resident set size (KB) = 881804 + 0: The total amount of wall time = 101.211995 + 0: The maximum resident set size (KB) = 879168 Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_control_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_control_intel Checking test 120 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -4431,40 +4431,40 @@ 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.912366 - 0: The maximum resident set size (KB) = 920692 + 0: The total amount of wall time = 113.241938 + 0: The maximum resident set size (KB) = 915228 Test 120 conus13km_control_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_2threads_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_2threads_intel Checking test 121 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 = 47.662399 - 0: The maximum resident set size (KB) = 825792 + 0: The total amount of wall time = 46.444665 + 0: The maximum resident set size (KB) = 826520 Test 121 conus13km_2threads_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_restart_mismatch_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_restart_mismatch_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_restart_mismatch_intel Checking test 122 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 63.638334 - 0: The maximum resident set size (KB) = 867556 + 0: The total amount of wall time = 64.562973 + 0: The maximum resident set size (KB) = 870896 Test 122 conus13km_restart_mismatch_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_qr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_control_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_qr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_control_qr_intel Checking test 123 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -4480,26 +4480,26 @@ Checking test 123 conus13km_control_qr_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 = 110.976065 - 0: The maximum resident set size (KB) = 946352 + 0: The total amount of wall time = 112.504697 + 0: The maximum resident set size (KB) = 946048 Test 123 conus13km_control_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_restart_qr_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_restart_qr_mismatch_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_restart_qr_mismatch_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_restart_qr_mismatch_intel Checking test 124 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 63.653906 - 0: The maximum resident set size (KB) = 893320 + 0: The total amount of wall time = 64.293359 + 0: The maximum resident set size (KB) = 895664 Test 124 conus13km_restart_qr_mismatch_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn64_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn64_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn64_phy32_intel Checking test 125 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4546,123 +4546,123 @@ Checking test 125 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.919219 - 0: The maximum resident set size (KB) = 969196 + 0: The total amount of wall time = 246.083938 + 0: The maximum resident set size (KB) = 979348 Test 125 rap_control_dyn64_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_debug_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_debug_dyn32_phy32_intel Checking test 126 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 = 265.633160 - 0: The maximum resident set size (KB) = 1059044 + 0: The total amount of wall time = 273.425487 + 0: The maximum resident set size (KB) = 1070592 Test 126 rap_control_debug_dyn32_phy32_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_debug_dyn32_phy32_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_debug_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_debug_dyn32_phy32_intel Checking test 127 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 = 259.971080 - 0: The maximum resident set size (KB) = 1054500 + 0: The total amount of wall time = 262.218638 + 0: The maximum resident set size (KB) = 1063148 Test 127 hrrr_control_debug_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_debug_intel Checking test 128 conus13km_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 = 831.670278 - 0: The maximum resident set size (KB) = 916456 + 0: The total amount of wall time = 831.194735 + 0: The maximum resident set size (KB) = 936160 Test 128 conus13km_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_debug_2threads_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 467.683416 - 0: The maximum resident set size (KB) = 849724 + 0: The total amount of wall time = 467.569482 + 0: The maximum resident set size (KB) = 857752 Test 129 conus13km_debug_2threads_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_radar_tten_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_radar_tten_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_radar_tten_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 824.999603 - 0: The maximum resident set size (KB) = 933700 + 0: The total amount of wall time = 830.406800 + 0: The maximum resident set size (KB) = 912400 Test 130 conus13km_radar_tten_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn64_phy32_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_dyn64_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 280.879011 - 0: The maximum resident set size (KB) = 1098516 + 0: The total amount of wall time = 276.018232 + 0: The maximum resident set size (KB) = 1098344 Test 131 rap_control_dyn64_phy32_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_atm_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 226.636980 - 0: The maximum resident set size (KB) = 1068088 + 0: The total amount of wall time = 228.563434 + 0: The maximum resident set size (KB) = 1070812 Test 132 hafs_regional_atm_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_atm_thompson_gfdlsf_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 325.648101 - 0: The maximum resident set size (KB) = 1428552 + 0: The total amount of wall time = 334.291117 + 0: The maximum resident set size (KB) = 1432016 Test 133 hafs_regional_atm_thompson_gfdlsf_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_atm_ocn_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_ocn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_atm_ocn_intel Checking test 134 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4671,14 +4671,14 @@ Checking test 134 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 = 374.552929 - 0: The maximum resident set size (KB) = 1240556 + 0: The total amount of wall time = 382.960718 + 0: The maximum resident set size (KB) = 1248688 Test 134 hafs_regional_atm_ocn_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_atm_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_atm_wav_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_atm_wav_intel Checking test 135 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4687,14 +4687,14 @@ Checking test 135 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 = 746.738324 - 0: The maximum resident set size (KB) = 1262340 + 0: The total amount of wall time = 755.135894 + 0: The maximum resident set size (KB) = 1275680 Test 135 hafs_regional_atm_wav_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_atm_ocn_wav_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_ocn_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_atm_ocn_wav_intel Checking test 136 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4705,14 +4705,14 @@ Checking test 136 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 = 846.786300 - 0: The maximum resident set size (KB) = 1280560 + 0: The total amount of wall time = 855.628264 + 0: The maximum resident set size (KB) = 1300056 Test 136 hafs_regional_atm_ocn_wav_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_1nest_atm_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_1nest_atm_intel Checking test 137 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4734,14 +4734,14 @@ Checking test 137 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 = 299.717046 - 0: The maximum resident set size (KB) = 521496 + 0: The total amount of wall time = 294.637498 + 0: The maximum resident set size (KB) = 523608 Test 137 hafs_regional_1nest_atm_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_1nest_atm_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_1nest_atm_qr_intel Checking test 138 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4763,14 +4763,14 @@ Checking test 138 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 = 311.922433 - 0: The maximum resident set size (KB) = 469444 + 0: The total amount of wall time = 308.881461 + 0: The maximum resident set size (KB) = 490892 Test 138 hafs_regional_1nest_atm_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_telescopic_2nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_telescopic_2nests_atm_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_telescopic_2nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_telescopic_2nests_atm_intel Checking test 139 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4779,14 +4779,14 @@ Checking test 139 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 = 342.664857 - 0: The maximum resident set size (KB) = 521700 + 0: The total amount of wall time = 346.535250 + 0: The maximum resident set size (KB) = 526548 Test 139 hafs_regional_telescopic_2nests_atm_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_global_1nest_atm_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_global_1nest_atm_intel Checking test 140 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4833,14 +4833,14 @@ Checking test 140 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.769551 - 0: The maximum resident set size (KB) = 358744 + 0: The total amount of wall time = 138.777002 + 0: The maximum resident set size (KB) = 361824 Test 140 hafs_global_1nest_atm_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_global_1nest_atm_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_global_1nest_atm_qr_intel Checking test 141 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4887,14 +4887,14 @@ Checking test 141 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.747566 - 0: The maximum resident set size (KB) = 365152 + 0: The total amount of wall time = 144.810990 + 0: The maximum resident set size (KB) = 363240 Test 141 hafs_global_1nest_atm_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_global_multiple_4nests_atm_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_multiple_4nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_global_multiple_4nests_atm_intel Checking test 142 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4976,14 +4976,14 @@ Checking test 142 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 = 390.306017 - 0: The maximum resident set size (KB) = 461024 + 0: The total amount of wall time = 388.668550 + 0: The maximum resident set size (KB) = 466896 Test 142 hafs_global_multiple_4nests_atm_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_global_multiple_4nests_atm_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_multiple_4nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5065,14 +5065,14 @@ Checking test 143 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 = 415.345103 - 0: The maximum resident set size (KB) = 480904 + 0: The total amount of wall time = 418.812831 + 0: The maximum resident set size (KB) = 481068 Test 143 hafs_global_multiple_4nests_atm_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_specified_moving_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_specified_moving_1nest_atm_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_specified_moving_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5081,14 +5081,14 @@ Checking test 144 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 189.765481 - 0: The maximum resident set size (KB) = 502616 + 0: The total amount of wall time = 194.537475 + 0: The maximum resident set size (KB) = 501428 Test 144 hafs_regional_specified_moving_1nest_atm_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_storm_following_1nest_atm_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5110,14 +5110,14 @@ Checking test 145 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 = 179.804110 - 0: The maximum resident set size (KB) = 531616 + 0: The total amount of wall time = 182.536643 + 0: The maximum resident set size (KB) = 534584 Test 145 hafs_regional_storm_following_1nest_atm_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_storm_following_1nest_atm_qr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5139,14 +5139,14 @@ Checking test 146 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 = 197.529889 - 0: The maximum resident set size (KB) = 516824 + 0: The total amount of wall time = 197.685182 + 0: The maximum resident set size (KB) = 522628 Test 146 hafs_regional_storm_following_1nest_atm_qr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_storm_following_1nest_atm_ocn_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5155,42 +5155,42 @@ Checking test 147 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 = 218.713036 - 0: The maximum resident set size (KB) = 582928 + 0: The total amount of wall time = 221.687770 + 0: The maximum resident set size (KB) = 578980 Test 147 hafs_regional_storm_following_1nest_atm_ocn_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_global_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_global_storm_following_1nest_atm_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 54.327774 - 0: The maximum resident set size (KB) = 376096 + 0: The total amount of wall time = 55.708912 + 0: The maximum resident set size (KB) = 374824 Test 148 hafs_global_storm_following_1nest_atm_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 713.519015 - 0: The maximum resident set size (KB) = 590696 + 0: The total amount of wall time = 716.894175 + 0: The maximum resident set size (KB) = 597544 Test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5201,14 +5201,14 @@ Checking test 150 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 = 478.295933 - 0: The maximum resident set size (KB) = 631960 + 0: The total amount of wall time = 483.340766 + 0: The maximum resident set size (KB) = 669276 Test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_docn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_docn_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_docn_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_docn_intel Checking test 151 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -5216,14 +5216,14 @@ Checking test 151 hafs_regional_docn_intel results .... 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.727397 - 0: The maximum resident set size (KB) = 1244412 + 0: The total amount of wall time = 372.411238 + 0: The maximum resident set size (KB) = 1233564 Test 151 hafs_regional_docn_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_docn_oisst_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_docn_oisst_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_docn_oisst_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_docn_oisst_intel Checking test 152 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -5231,131 +5231,131 @@ Checking test 152 hafs_regional_docn_oisst_intel results .... 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 = 349.358965 - 0: The maximum resident set size (KB) = 1229696 + 0: The total amount of wall time = 349.047583 + 0: The maximum resident set size (KB) = 1228032 Test 152 hafs_regional_docn_oisst_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hafs_regional_datm_cdeps_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hafs_regional_datm_cdeps_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_datm_cdeps_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 953.835758 - 0: The maximum resident set size (KB) = 1192240 + 0: The total amount of wall time = 990.498937 + 0: The maximum resident set size (KB) = 1149384 Test 153 hafs_regional_datm_cdeps_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_control_cfsr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 155.722980 - 0: The maximum resident set size (KB) = 1107068 + 0: The total amount of wall time = 155.734405 + 0: The maximum resident set size (KB) = 1105392 Test 154 datm_cdeps_control_cfsr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_restart_cfsr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 95.539348 - 0: The maximum resident set size (KB) = 1047452 + 0: The total amount of wall time = 92.358327 + 0: The maximum resident set size (KB) = 1042940 Test 155 datm_cdeps_restart_cfsr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_control_gefs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 146.697095 - 0: The maximum resident set size (KB) = 993904 + 0: The total amount of wall time = 153.732321 + 0: The maximum resident set size (KB) = 992440 Test 156 datm_cdeps_control_gefs_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_iau_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_iau_gefs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_iau_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 151.008516 - 0: The maximum resident set size (KB) = 998628 + 0: The total amount of wall time = 155.164447 + 0: The maximum resident set size (KB) = 992480 Test 157 datm_cdeps_iau_gefs_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_stochy_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_stochy_gefs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_stochy_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 153.887981 - 0: The maximum resident set size (KB) = 983384 + 0: The total amount of wall time = 155.479250 + 0: The maximum resident set size (KB) = 994516 Test 158 datm_cdeps_stochy_gefs_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_ciceC_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_ciceC_cfsr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_ciceC_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 151.820881 - 0: The maximum resident set size (KB) = 1096316 + 0: The total amount of wall time = 161.151112 + 0: The maximum resident set size (KB) = 1094104 Test 159 datm_cdeps_ciceC_cfsr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_bulk_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_bulk_cfsr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_bulk_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 160.771043 - 0: The maximum resident set size (KB) = 1096456 + 0: The total amount of wall time = 162.902578 + 0: The maximum resident set size (KB) = 1100248 Test 160 datm_cdeps_bulk_cfsr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_bulk_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_bulk_gefs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_bulk_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 147.348089 - 0: The maximum resident set size (KB) = 985388 + 0: The total amount of wall time = 156.713638 + 0: The maximum resident set size (KB) = 991968 Test 161 datm_cdeps_bulk_gefs_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_mx025_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_mx025_cfsr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_mx025_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5364,14 +5364,14 @@ Checking test 162 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 = 399.089049 - 0: The maximum resident set size (KB) = 1017420 + 0: The total amount of wall time = 444.568538 + 0: The maximum resident set size (KB) = 1017128 Test 162 datm_cdeps_mx025_cfsr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_mx025_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_mx025_gefs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_mx025_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5380,77 +5380,77 @@ Checking test 163 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 = 397.275595 - 0: The maximum resident set size (KB) = 997672 + 0: The total amount of wall time = 414.301111 + 0: The maximum resident set size (KB) = 994352 Test 163 datm_cdeps_mx025_gefs_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_multiple_files_cfsr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 154.268630 - 0: The maximum resident set size (KB) = 1099388 + 0: The total amount of wall time = 158.605238 + 0: The maximum resident set size (KB) = 1100868 Test 164 datm_cdeps_multiple_files_cfsr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_3072x1536_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_3072x1536_cfsr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_3072x1536_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 239.386643 - 0: The maximum resident set size (KB) = 2447076 + 0: The total amount of wall time = 237.679347 + 0: The maximum resident set size (KB) = 2441248 Test 165 datm_cdeps_3072x1536_cfsr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_gfs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_gfs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_gfs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 231.688705 - 0: The maximum resident set size (KB) = 2438232 + 0: The total amount of wall time = 247.696837 + 0: The maximum resident set size (KB) = 2449060 Test 166 datm_cdeps_gfs_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_debug_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_debug_cfsr_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_debug_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 368.365919 - 0: The maximum resident set size (KB) = 1030004 + 0: The total amount of wall time = 355.197210 + 0: The maximum resident set size (KB) = 1024080 Test 167 datm_cdeps_debug_cfsr_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_control_cfsr_faster_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 161.576863 - 0: The maximum resident set size (KB) = 1094628 + 0: The total amount of wall time = 156.656568 + 0: The maximum resident set size (KB) = 1099876 Test 168 datm_cdeps_control_cfsr_faster_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_lnd_gswp3_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_lnd_gswp3_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5459,14 +5459,14 @@ Checking test 169 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.467943 - 0: The maximum resident set size (KB) = 245084 + 0: The total amount of wall time = 6.274481 + 0: The maximum resident set size (KB) = 250972 Test 169 datm_cdeps_lnd_gswp3_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_lnd_gswp3_rst_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_lnd_gswp3_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 @@ -5475,14 +5475,14 @@ Checking test 170 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 = 10.677536 - 0: The maximum resident set size (KB) = 245356 + 0: The total amount of wall time = 11.424879 + 0: The maximum resident set size (KB) = 248912 Test 170 datm_cdeps_lnd_gswp3_rst_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_atmlnd_sbs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_atmlnd_sbs_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_atmlnd_sbs_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_atmlnd_sbs_intel Checking test 171 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -5567,14 +5567,14 @@ Checking test 171 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 = 210.444806 - 0: The maximum resident set size (KB) = 1623640 + 0: The total amount of wall time = 211.172925 + 0: The maximum resident set size (KB) = 1594204 Test 171 control_p8_atmlnd_sbs_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/atmwav_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/atmwav_control_noaero_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/atmwav_control_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/atmwav_control_noaero_p8_intel Checking test 172 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -5617,14 +5617,14 @@ Checking test 172 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 = 92.998515 - 0: The maximum resident set size (KB) = 1651320 + 0: The total amount of wall time = 96.506413 + 0: The maximum resident set size (KB) = 1645740 Test 172 atmwav_control_noaero_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_atmwav_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_atmwav_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_atmwav_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_atmwav_intel Checking test 173 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -5668,14 +5668,14 @@ Checking test 173 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.550390 - 0: The maximum resident set size (KB) = 633288 + 0: The total amount of wall time = 88.925124 + 0: The maximum resident set size (KB) = 666268 Test 173 control_atmwav_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/atmaero_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/atmaero_control_p8_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/atmaero_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/atmaero_control_p8_intel Checking test 174 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5719,14 +5719,14 @@ Checking test 174 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.865828 - 0: The maximum resident set size (KB) = 2957840 + 0: The total amount of wall time = 238.075317 + 0: The maximum resident set size (KB) = 2982844 Test 174 atmaero_control_p8_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/atmaero_control_p8_rad_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/atmaero_control_p8_rad_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/atmaero_control_p8_rad_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/atmaero_control_p8_rad_intel Checking test 175 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5770,14 +5770,14 @@ Checking test 175 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 = 286.257446 - 0: The maximum resident set size (KB) = 3062900 + 0: The total amount of wall time = 286.931145 + 0: The maximum resident set size (KB) = 3052084 Test 175 atmaero_control_p8_rad_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/atmaero_control_p8_rad_micro_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/atmaero_control_p8_rad_micro_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/atmaero_control_p8_rad_micro_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/atmaero_control_p8_rad_micro_intel Checking test 176 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5821,14 +5821,14 @@ Checking test 176 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 = 289.138102 - 0: The maximum resident set size (KB) = 3067932 + 0: The total amount of wall time = 285.015246 + 0: The maximum resident set size (KB) = 3067016 Test 176 atmaero_control_p8_rad_micro_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_atmaq_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_atmaq_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_atmaq_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_atmaq_intel Checking test 177 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5844,14 +5844,14 @@ Checking test 177 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 = 661.718822 - 0: The maximum resident set size (KB) = 2262604 + 0: The total amount of wall time = 678.244275 + 0: The maximum resident set size (KB) = 2258336 Test 177 regional_atmaq_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_atmaq_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_atmaq_debug_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_atmaq_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_atmaq_debug_intel Checking test 178 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -5865,14 +5865,14 @@ Checking test 178 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 = 1233.205885 - 0: The maximum resident set size (KB) = 2051012 + 0: The total amount of wall time = 1192.132388 + 0: The maximum resident set size (KB) = 2194572 Test 178 regional_atmaq_debug_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_atmaq_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_atmaq_faster_intel +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_atmaq_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_atmaq_faster_intel Checking test 179 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5888,14 +5888,14 @@ Checking test 179 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 = 570.975157 - 0: The maximum resident set size (KB) = 2318612 + 0: The total amount of wall time = 572.647668 + 0: The maximum resident set size (KB) = 2316468 Test 179 regional_atmaq_faster_intel PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_c48_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_c48_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c48_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c48_gnu Checking test 180 control_c48_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5934,14 +5934,14 @@ Checking test 180 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 = 681.440385 -0: The maximum resident set size (KB) = 707724 +0: The total amount of wall time = 688.578741 +0: The maximum resident set size (KB) = 728860 Test 180 control_c48_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_gnu Checking test 181 control_stochy_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -5952,14 +5952,14 @@ Checking test 181 control_stochy_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 641.905372 - 0: The maximum resident set size (KB) = 484072 + 0: The total amount of wall time = 234.190281 + 0: The maximum resident set size (KB) = 539548 Test 181 control_stochy_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_ras_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_ras_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_ras_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_ras_gnu Checking test 182 control_ras_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5970,14 +5970,14 @@ Checking test 182 control_ras_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 836.874328 - 0: The maximum resident set size (KB) = 490744 + 0: The total amount of wall time = 280.373653 + 0: The maximum resident set size (KB) = 541796 Test 182 control_ras_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_p8_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_gnu Checking test 183 control_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -6024,14 +6024,14 @@ Checking test 183 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 = 895.875261 - 0: The maximum resident set size (KB) = 1235688 + 0: The total amount of wall time = 298.457926 + 0: The maximum resident set size (KB) = 1290480 Test 183 control_p8_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_flake_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_flake_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_flake_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_flake_gnu Checking test 184 control_flake_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -6042,14 +6042,14 @@ Checking test 184 control_flake_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1543.542070 - 0: The maximum resident set size (KB) = 527964 + 0: The total amount of wall time = 344.133122 + 0: The maximum resident set size (KB) = 579368 Test 184 control_flake_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_gnu Checking test 185 rap_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -6096,14 +6096,14 @@ Checking test 185 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 = 1444.038931 - 0: The maximum resident set size (KB) = 833780 + 0: The total amount of wall time = 690.517474 + 0: The maximum resident set size (KB) = 848640 Test 185 rap_control_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_decomp_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_decomp_gnu Checking test 186 rap_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -6150,14 +6150,14 @@ Checking test 186 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 = 1408.428922 - 0: The maximum resident set size (KB) = 837492 + 0: The total amount of wall time = 690.174833 + 0: The maximum resident set size (KB) = 847660 Test 186 rap_decomp_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_2threads_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_2threads_gnu Checking test 187 rap_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -6204,14 +6204,14 @@ Checking test 187 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 = 1358.607905 - 0: The maximum resident set size (KB) = 903416 + 0: The total amount of wall time = 617.056143 + 0: The maximum resident set size (KB) = 949788 Test 187 rap_2threads_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_restart_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_restart_gnu Checking test 188 rap_restart_gnu results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -6250,14 +6250,14 @@ Checking test 188 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 = 746.739495 - 0: The maximum resident set size (KB) = 547752 + 0: The total amount of wall time = 347.546429 + 0: The maximum resident set size (KB) = 588540 Test 188 rap_restart_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_gnu Checking test 189 rap_sfcdiff_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6304,14 +6304,14 @@ Checking test 189 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 = 1470.561067 - 0: The maximum resident set size (KB) = 829916 + 0: The total amount of wall time = 685.694702 + 0: The maximum resident set size (KB) = 844184 Test 189 rap_sfcdiff_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_decomp_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_decomp_gnu Checking test 190 rap_sfcdiff_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6358,14 +6358,14 @@ Checking test 190 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 = 1442.935891 - 0: The maximum resident set size (KB) = 831704 + 0: The total amount of wall time = 702.453516 + 0: The maximum resident set size (KB) = 846540 Test 190 rap_sfcdiff_decomp_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_sfcdiff_restart_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_restart_gnu Checking test 191 rap_sfcdiff_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -6404,14 +6404,14 @@ Checking test 191 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 = 1076.660766 - 0: The maximum resident set size (KB) = 553212 + 0: The total amount of wall time = 531.181314 + 0: The maximum resident set size (KB) = 592952 Test 191 rap_sfcdiff_restart_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_gnu Checking test 192 hrrr_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6458,14 +6458,14 @@ Checking test 192 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 = 1439.897555 - 0: The maximum resident set size (KB) = 829596 + 0: The total amount of wall time = 664.642189 + 0: The maximum resident set size (KB) = 843368 Test 192 hrrr_control_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_qr_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_qr_gnu Checking test 193 hrrr_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6512,14 +6512,14 @@ Checking test 193 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 = 1479.614935 - 0: The maximum resident set size (KB) = 839704 + 0: The total amount of wall time = 657.800124 + 0: The maximum resident set size (KB) = 853660 Test 193 hrrr_control_qr_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_2threads_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_2threads_gnu Checking test 194 hrrr_control_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6566,14 +6566,14 @@ Checking test 194 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 = 1496.211260 - 0: The maximum resident set size (KB) = 895332 + 0: The total amount of wall time = 584.624003 + 0: The maximum resident set size (KB) = 952796 Test 194 hrrr_control_2threads_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_decomp_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_decomp_gnu Checking test 195 hrrr_control_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6620,42 +6620,42 @@ Checking test 195 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 = 1393.218214 - 0: The maximum resident set size (KB) = 828188 + 0: The total amount of wall time = 659.543778 + 0: The maximum resident set size (KB) = 843512 Test 195 hrrr_control_decomp_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 1101.373093 - 0: The maximum resident set size (KB) = 553360 + 0: The total amount of wall time = 508.940522 + 0: The maximum resident set size (KB) = 588588 Test 196 hrrr_control_restart_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_qr_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 1095.850254 - 0: The maximum resident set size (KB) = 572256 + 0: The total amount of wall time = 492.519574 + 0: The maximum resident set size (KB) = 615900 Test 197 hrrr_control_restart_qr_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1beta_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1beta_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1beta_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1beta_gnu Checking test 198 rrfs_v1beta_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6702,14 +6702,14 @@ Checking test 198 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 = 1470.047461 - 0: The maximum resident set size (KB) = 829360 + 0: The total amount of wall time = 666.296377 + 0: The maximum resident set size (KB) = 878076 Test 198 rrfs_v1beta_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/hrrr_gf_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_gf_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_gf_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_gf_gnu Checking test 199 hrrr_gf_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6756,14 +6756,14 @@ Checking test 199 hrrr_gf_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 = 1477.292677 - 0: The maximum resident set size (KB) = 829352 + 0: The total amount of wall time = 685.753351 + 0: The maximum resident set size (KB) = 848584 Test 199 hrrr_gf_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/hrrr_c3_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_c3_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_c3_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_c3_gnu Checking test 200 hrrr_c3_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6810,208 +6810,208 @@ Checking test 200 hrrr_c3_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 = 1465.932029 - 0: The maximum resident set size (KB) = 830680 + 0: The total amount of wall time = 686.950249 + 0: The maximum resident set size (KB) = 849976 Test 200 hrrr_c3_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_diag_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_diag_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_diag_debug_gnu Checking test 201 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 = 124.790059 - 0: The maximum resident set size (KB) = 533012 + 0: The total amount of wall time = 84.240406 + 0: The maximum resident set size (KB) = 586816 Test 201 control_diag_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/regional_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/regional_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_debug_gnu Checking test 202 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 = 584.801583 - 0: The maximum resident set size (KB) = 600012 + 0: The total amount of wall time = 446.092991 + 0: The maximum resident set size (KB) = 626592 Test 202 regional_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_debug_gnu Checking test 203 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 = 172.598095 - 0: The maximum resident set size (KB) = 846196 + 0: The total amount of wall time = 143.088744 + 0: The maximum resident set size (KB) = 865872 Test 203 rap_control_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_debug_gnu Checking test 204 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 = 167.414572 - 0: The maximum resident set size (KB) = 841676 + 0: The total amount of wall time = 135.776910 + 0: The maximum resident set size (KB) = 857668 Test 204 hrrr_control_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_diag_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_diag_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 206.099096 - 0: The maximum resident set size (KB) = 922940 + 0: The total amount of wall time = 149.166361 + 0: The maximum resident set size (KB) = 941776 Test 205 rap_diag_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_noah_sfcdiff_cires_ugwp_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_noah_sfcdiff_cires_ugwp_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_noah_sfcdiff_cires_ugwp_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 271.574614 - 0: The maximum resident set size (KB) = 841856 + 0: The total amount of wall time = 222.255617 + 0: The maximum resident set size (KB) = 856472 Test 206 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_progcld_thompson_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_progcld_thompson_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_progcld_thompson_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 173.843263 - 0: The maximum resident set size (KB) = 845364 + 0: The total amount of wall time = 142.455622 + 0: The maximum resident set size (KB) = 858532 Test 207 rap_progcld_thompson_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rrfs_v1beta_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rrfs_v1beta_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1beta_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 174.641180 - 0: The maximum resident set size (KB) = 848132 + 0: The total amount of wall time = 141.397093 + 0: The maximum resident set size (KB) = 855596 Test 208 rrfs_v1beta_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_ras_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_ras_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_ras_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 103.298491 - 0: The maximum resident set size (KB) = 487560 + 0: The total amount of wall time = 79.359376 + 0: The maximum resident set size (KB) = 541700 Test 209 control_ras_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_stochy_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_stochy_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 117.157286 - 0: The maximum resident set size (KB) = 478516 + 0: The total amount of wall time = 124.792126 + 0: The maximum resident set size (KB) = 498492 Test 210 control_stochy_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_debug_p8_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_debug_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 117.035683 - 0: The maximum resident set size (KB) = 1230916 + 0: The total amount of wall time = 91.152963 + 0: The maximum resident set size (KB) = 1287916 Test 211 control_debug_p8_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_flake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_flake_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_flake_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 173.637805 - 0: The maximum resident set size (KB) = 847064 + 0: The total amount of wall time = 142.758319 + 0: The maximum resident set size (KB) = 859360 Test 212 rap_flake_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_clm_lake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_clm_lake_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_clm_lake_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 192.603165 - 0: The maximum resident set size (KB) = 845720 + 0: The total amount of wall time = 157.088513 + 0: The maximum resident set size (KB) = 858892 Test 213 rap_clm_lake_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/control_wam_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/control_wam_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wam_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 181.033683 - 0: The maximum resident set size (KB) = 198656 + 0: The total amount of wall time = 138.607873 + 0: The maximum resident set size (KB) = 239208 Test 214 control_wam_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn32_phy32_gnu Checking test 215 rap_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7058,14 +7058,14 @@ Checking test 215 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 = 1462.001634 - 0: The maximum resident set size (KB) = 693924 + 0: The total amount of wall time = 709.753856 + 0: The maximum resident set size (KB) = 741012 Test 215 rap_control_dyn32_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_dyn32_phy32_gnu Checking test 216 hrrr_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7112,14 +7112,14 @@ Checking test 216 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 = 742.714361 - 0: The maximum resident set size (KB) = 685824 + 0: The total amount of wall time = 360.707352 + 0: The maximum resident set size (KB) = 739600 Test 216 hrrr_control_dyn32_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_qr_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_qr_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_qr_dyn32_phy32_gnu Checking test 217 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7166,14 +7166,14 @@ Checking test 217 hrrr_control_qr_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 = 777.636191 - 0: The maximum resident set size (KB) = 697576 + 0: The total amount of wall time = 358.419432 + 0: The maximum resident set size (KB) = 746652 Test 217 hrrr_control_qr_dyn32_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_2threads_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_2threads_dyn32_phy32_gnu Checking test 218 rap_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7220,14 +7220,14 @@ Checking test 218 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 = 1385.236211 - 0: The maximum resident set size (KB) = 739600 + 0: The total amount of wall time = 628.983801 + 0: The maximum resident set size (KB) = 792948 Test 218 rap_2threads_dyn32_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_2threads_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_2threads_dyn32_phy32_gnu Checking test 219 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7274,14 +7274,14 @@ Checking test 219 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 = 781.397287 - 0: The maximum resident set size (KB) = 729752 + 0: The total amount of wall time = 311.921022 + 0: The maximum resident set size (KB) = 788660 Test 219 hrrr_control_2threads_dyn32_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_decomp_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_decomp_dyn32_phy32_gnu Checking test 220 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7328,14 +7328,14 @@ Checking test 220 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 = 735.303988 - 0: The maximum resident set size (KB) = 688412 + 0: The total amount of wall time = 356.198514 + 0: The maximum resident set size (KB) = 741780 Test 220 hrrr_control_decomp_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_restart_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_restart_dyn32_phy32_gnu Checking test 221 rap_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -7374,42 +7374,42 @@ Checking test 221 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 = 1083.010012 - 0: The maximum resident set size (KB) = 517660 + 0: The total amount of wall time = 531.457119 + 0: The maximum resident set size (KB) = 559200 Test 221 rap_restart_dyn32_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 371.703251 - 0: The maximum resident set size (KB) = 512940 + 0: The total amount of wall time = 185.462671 + 0: The maximum resident set size (KB) = 549888 Test 222 hrrr_control_restart_dyn32_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_restart_qr_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_qr_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 370.349718 - 0: The maximum resident set size (KB) = 535252 + 0: The total amount of wall time = 186.805389 + 0: The maximum resident set size (KB) = 577624 Test 223 hrrr_control_restart_qr_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_control_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_control_gnu Checking test 224 conus13km_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -7425,40 +7425,40 @@ Checking test 224 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 = 760.000089 - 0: The maximum resident set size (KB) = 578728 + 0: The total amount of wall time = 246.633516 + 0: The maximum resident set size (KB) = 612128 Test 224 conus13km_control_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_2threads_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 584.485417 - 0: The maximum resident set size (KB) = 572688 + 0: The total amount of wall time = 105.836151 + 0: The maximum resident set size (KB) = 648164 Test 225 conus13km_2threads_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_restart_mismatch_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_restart_mismatch_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/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 = 381.304281 - 0: The maximum resident set size (KB) = 544008 + 0: The total amount of wall time = 127.638036 + 0: The maximum resident set size (KB) = 591152 Test 226 conus13km_restart_mismatch_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_control_qr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_control_qr_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_qr_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_control_qr_gnu Checking test 227 conus13km_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -7474,26 +7474,26 @@ Checking test 227 conus13km_control_qr_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 = 753.509769 - 0: The maximum resident set size (KB) = 579128 + 0: The total amount of wall time = 234.282705 + 0: The maximum resident set size (KB) = 620136 Test 227 conus13km_control_qr_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_restart_qr_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_restart_qr_mismatch_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_restart_qr_mismatch_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_restart_qr_mismatch_gnu Checking test 228 conus13km_restart_qr_mismatch_gnu results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 391.647443 - 0: The maximum resident set size (KB) = 567980 + 0: The total amount of wall time = 127.806746 + 0: The maximum resident set size (KB) = 613260 Test 228 conus13km_restart_qr_mismatch_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn64_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn64_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn64_phy32_gnu Checking test 229 rap_control_dyn64_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7540,98 +7540,98 @@ Checking test 229 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 = 1066.718379 - 0: The maximum resident set size (KB) = 710612 + 0: The total amount of wall time = 413.024401 + 0: The maximum resident set size (KB) = 764716 Test 229 rap_control_dyn64_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_debug_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_debug_dyn32_phy32_gnu Checking test 230 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 = 174.869592 - 0: The maximum resident set size (KB) = 699068 + 0: The total amount of wall time = 139.453920 + 0: The maximum resident set size (KB) = 756144 Test 230 rap_control_debug_dyn32_phy32_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/hrrr_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/hrrr_control_debug_dyn32_phy32_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_debug_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_debug_dyn32_phy32_gnu Checking test 231 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 = 173.259017 - 0: The maximum resident set size (KB) = 700132 + 0: The total amount of wall time = 135.538942 + 0: The maximum resident set size (KB) = 750796 Test 231 hrrr_control_debug_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_debug_gnu Checking test 232 conus13km_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 = 594.098371 - 0: The maximum resident set size (KB) = 594364 + 0: The total amount of wall time = 417.078589 + 0: The maximum resident set size (KB) = 628480 Test 232 conus13km_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_debug_2threads_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_debug_2threads_gnu Checking test 233 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 = 683.205017 - 0: The maximum resident set size (KB) = 592436 + 0: The total amount of wall time = 259.574521 + 0: The maximum resident set size (KB) = 669344 Test 233 conus13km_debug_2threads_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/conus13km_radar_tten_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/conus13km_radar_tten_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_radar_tten_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_radar_tten_debug_gnu Checking test 234 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 = 611.356308 - 0: The maximum resident set size (KB) = 593272 + 0: The total amount of wall time = 427.049873 + 0: The maximum resident set size (KB) = 627584 Test 234 conus13km_radar_tten_debug_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/rap_control_debug_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/rap_control_dyn64_phy32_debug_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_dyn64_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn64_phy32_debug_gnu Checking test 235 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 = 206.511262 - 0: The maximum resident set size (KB) = 722444 + 0: The total amount of wall time = 148.711207 + 0: The maximum resident set size (KB) = 777048 Test 235 rap_control_dyn64_phy32_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230818/cpld_control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_p8_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_p8_gnu Checking test 236 cpld_control_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -7696,14 +7696,14 @@ Checking test 236 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 = 1829.475612 - 0: The maximum resident set size (KB) = 1439136 + 0: The total amount of wall time = 640.743152 + 0: The maximum resident set size (KB) = 1506504 Test 236 cpld_control_p8_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_c96_noaero_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_nowave_noaero_p8_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c96_noaero_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_nowave_noaero_p8_gnu Checking test 237 cpld_control_nowave_noaero_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -7765,14 +7765,14 @@ Checking test 237 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 = 1217.622801 - 0: The maximum resident set size (KB) = 1332704 + 0: The total amount of wall time = 415.634105 + 0: The maximum resident set size (KB) = 1396780 Test 237 cpld_control_nowave_noaero_p8_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_p8_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_p8_gnu Checking test 238 cpld_debug_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -7825,14 +7825,14 @@ Checking test 238 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 = 771.412208 - 0: The maximum resident set size (KB) = 1455644 + 0: The total amount of wall time = 376.470658 + 0: The maximum resident set size (KB) = 1487504 Test 238 cpld_debug_p8_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_control_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_control_pdlib_p8_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_pdlib_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_pdlib_p8_gnu Checking test 239 cpld_control_pdlib_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -7896,14 +7896,14 @@ Checking test 239 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 = 1685.498556 - 0: The maximum resident set size (KB) = 1304408 + 0: The total amount of wall time = 1434.385095 + 0: The maximum resident set size (KB) = 1371876 Test 239 cpld_control_pdlib_p8_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/cpld_debug_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/cpld_debug_pdlib_p8_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_pdlib_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_pdlib_p8_gnu Checking test 240 cpld_debug_pdlib_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -7955,25 +7955,25 @@ Checking test 240 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 = 896.856453 - 0: The maximum resident set size (KB) = 1307036 + 0: The total amount of wall time = 712.003775 + 0: The maximum resident set size (KB) = 1383376 Test 240 cpld_debug_pdlib_p8_gnu PASS -baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230818/datm_cdeps_control_cfsr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_214651/datm_cdeps_control_cfsr_gnu +baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_gnu +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_control_cfsr_gnu Checking test 241 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 = 172.643399 - 0: The maximum resident set size (KB) = 674448 + 0: The total amount of wall time = 172.208343 + 0: The maximum resident set size (KB) = 675460 Test 241 datm_cdeps_control_cfsr_gnu PASS REGRESSION TEST WAS SUCCESSFUL -Thu Aug 24 17:29:44 UTC 2023 -Elapsed time: 02h:50m:35s. Have a nice day! +Thu Aug 24 20:37:10 UTC 2023 +Elapsed time: 01h:19m:52s. Have a nice day! From c5bcc34a37c2bc8f566eb5b02282b65d77a05405 Mon Sep 17 00:00:00 2001 From: zach1221 <99902696+zach1221@users.noreply.github.com> Date: Fri, 25 Aug 2023 16:15:32 -0400 Subject: [PATCH 15/25] Update bl_date.conf --- tests/bl_date.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 0aebdb09ea..985bf6ff29 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20230824 +export BL_DATE=20230825 From 693b80b19725e30fbc4fc9a17b724dfbd63e1aaf Mon Sep 17 00:00:00 2001 From: zach1221 Date: Mon, 28 Aug 2023 00:50:33 +0000 Subject: [PATCH 16/25] add hera RT logs: passed --- tests/logs/RegressionTests_hera.log | 2050 +++++++++++++-------------- 1 file changed, 1025 insertions(+), 1025 deletions(-) diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 0c0ba07b5f..ffe99696af 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,74 +1,74 @@ -Thu Aug 24 19:17:19 UTC 2023 +Sun Aug 27 21:15:49 UTC 2023 Start Regression test -Testing UFSWM Hash: 67fe143a4517f308cc1079af3a39d92d542f550c +Testing UFSWM Hash: c5bcc34a37c2bc8f566eb5b02282b65d77a05405 Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) - dabfaa94a5b1bdcbc40bb23fc1122b6cb7ba3dbc ../CMEPS-interface/CMEPS (cmeps_v0.4.1-1403-gdabfaa9) + c24fb5999efafffaa393b886e21780ab7fd3aa08 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-1404-gc24fb59) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (heads/conus13km) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (remotes/origin/conus13km) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atm_debug_dyn32_intel elapsed time 235 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaero_intel elapsed time 547 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 182 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 551 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 544 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 241 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug Compile atm_dyn32_debug_gnu elapsed time 166 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 600 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 168 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_debug_gnu elapsed time 171 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_gnu elapsed time 265 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 550 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 191 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 533 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 187 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_faster_intel elapsed time 565 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 526 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_dyn32_intel elapsed time 599 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 172 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_debug_gnu elapsed time 169 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_gnu elapsed time 262 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 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 atml_intel elapsed time 538 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 557 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 581 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 522 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 194 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_gnu elapsed time 118 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 59 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 582 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 199 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 606 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 593 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 183 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 192 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 519 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 529 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_gnu elapsed time 203 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 570 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 595 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 217 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 s2sw_debug_intel elapsed time 228 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 644 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 228 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 244 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 890 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 663 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 131 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 243 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 978 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 252 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 681 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_gnu elapsed time 93 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 183 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 500 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_mixedmode_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_p8_mixedmode_intel +Compile atmw_intel elapsed time 563 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 527 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 111 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 186 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_gnu elapsed time 110 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 183 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 566 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 196 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 605 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 585 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 641 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 190 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 515 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 189 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 196 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 569 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 581 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 222 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 578 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 127 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 242 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 976 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 251 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 654 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 226 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 618 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 117 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 226 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 237 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 922 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 95 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 171 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 496 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-20230825/cpld_control_p8_mixedmode_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 314.635703 - 0: The maximum resident set size (KB) = 3148320 + 0: The total amount of wall time = 317.285257 + 0: The maximum resident set size (KB) = 3136460 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_gfsv17_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_gfsv17_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_gfsv17_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -204,14 +204,14 @@ 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 = 219.592552 - 0: The maximum resident set size (KB) = 1700624 + 0: The total amount of wall time = 221.707645 + 0: The maximum resident set size (KB) = 1693212 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -276,14 +276,14 @@ 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 = 344.904647 - 0: The maximum resident set size (KB) = 3148888 + 0: The total amount of wall time = 350.976095 + 0: The maximum resident set size (KB) = 3163696 Test 003 cpld_control_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -336,14 +336,14 @@ 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 = 198.793423 - 0: The maximum resident set size (KB) = 3064968 + 0: The total amount of wall time = 196.087209 + 0: The maximum resident set size (KB) = 3027012 Test 004 cpld_restart_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_qr_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -408,14 +408,14 @@ 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 = 341.098342 - 0: The maximum resident set size (KB) = 3224516 + 0: The total amount of wall time = 349.487598 + 0: The maximum resident set size (KB) = 3184168 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_qr_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -468,14 +468,14 @@ 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 = 211.675173 - 0: The maximum resident set size (KB) = 3021752 + 0: The total amount of wall time = 203.222617 + 0: The maximum resident set size (KB) = 3077040 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_2threads_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -528,14 +528,14 @@ 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 = 326.418430 - 0: The maximum resident set size (KB) = 3522384 + 0: The total amount of wall time = 328.307757 + 0: The maximum resident set size (KB) = 3525216 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_decomp_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -588,14 +588,14 @@ 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 = 345.865203 - 0: The maximum resident set size (KB) = 3167376 + 0: The total amount of wall time = 346.690807 + 0: The maximum resident set size (KB) = 3180724 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_mpi_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -648,14 +648,14 @@ 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 = 287.916333 - 0: The maximum resident set size (KB) = 3025208 + 0: The total amount of wall time = 288.020305 + 0: The maximum resident set size (KB) = 3002676 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_ciceC_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_ciceC_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_ciceC_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -720,14 +720,14 @@ 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 = 343.755219 - 0: The maximum resident set size (KB) = 3200944 + 0: The total amount of wall time = 348.790302 + 0: The maximum resident set size (KB) = 3182728 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_c192_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_c192_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_c192_p8_intel Checking test 011 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -780,14 +780,14 @@ 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 = 589.067188 - 0: The maximum resident set size (KB) = 3402372 + 0: The total amount of wall time = 598.098739 + 0: The maximum resident set size (KB) = 3290752 Test 011 cpld_control_c192_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c192_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_c192_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_c192_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_restart_c192_p8_intel Checking test 012 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -840,14 +840,14 @@ 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 = 386.532218 - 0: The maximum resident set size (KB) = 3211460 + 0: The total amount of wall time = 380.509555 + 0: The maximum resident set size (KB) = 3200964 Test 012 cpld_restart_c192_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_bmark_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_bmark_p8_intel Checking test 013 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -895,14 +895,14 @@ 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 = 665.264535 - 0: The maximum resident set size (KB) = 4094384 + 0: The total amount of wall time = 670.965311 + 0: The maximum resident set size (KB) = 4046572 Test 013 cpld_bmark_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_bmark_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_bmark_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_restart_bmark_p8_intel Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -950,14 +950,14 @@ 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 = 428.963292 - 0: The maximum resident set size (KB) = 4016544 + 0: The total amount of wall time = 422.481180 + 0: The maximum resident set size (KB) = 4047360 Test 014 cpld_restart_bmark_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_noaero_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_noaero_p8_intel Checking test 015 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1021,14 +1021,14 @@ 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 = 263.085217 - 0: The maximum resident set size (KB) = 1734076 + 0: The total amount of wall time = 266.557118 + 0: The maximum resident set size (KB) = 1718716 Test 015 cpld_control_noaero_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c96_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_nowave_noaero_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_nowave_noaero_p8_intel Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1090,14 +1090,14 @@ 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 = 260.718611 - 0: The maximum resident set size (KB) = 1789928 + 0: The total amount of wall time = 267.235142 + 0: The maximum resident set size (KB) = 1764004 Test 016 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_debug_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_debug_p8_intel Checking test 017 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1150,14 +1150,14 @@ 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 = 526.683720 - 0: The maximum resident set size (KB) = 3187868 + 0: The total amount of wall time = 514.758039 + 0: The maximum resident set size (KB) = 3245476 Test 017 cpld_debug_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_noaero_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_debug_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_debug_noaero_p8_intel Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1209,14 +1209,14 @@ 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 = 353.893830 - 0: The maximum resident set size (KB) = 1747052 + 0: The total amount of wall time = 353.952216 + 0: The maximum resident set size (KB) = 1721400 Test 018 cpld_debug_noaero_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_noaero_p8_agrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_noaero_p8_agrid_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_agrid_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_noaero_p8_agrid_intel Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1278,14 +1278,14 @@ 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 = 269.658620 - 0: The maximum resident set size (KB) = 1728956 + 0: The total amount of wall time = 273.112942 + 0: The maximum resident set size (KB) = 1756120 Test 019 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_c48_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_c48_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_c48_intel Checking test 020 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1335,14 +1335,14 @@ 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 = 577.594542 - 0: The maximum resident set size (KB) = 2813912 + 0: The total amount of wall time = 590.538459 + 0: The maximum resident set size (KB) = 2825000 Test 020 cpld_control_c48_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_p8_faster_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_p8_faster_intel Checking test 021 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1407,14 +1407,14 @@ 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.219581 - 0: The maximum resident set size (KB) = 3189380 + 0: The total amount of wall time = 321.596063 + 0: The maximum resident set size (KB) = 3179924 Test 021 cpld_control_p8_faster_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_pdlib_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_pdlib_p8_intel Checking test 022 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1478,14 +1478,14 @@ 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 = 1207.436912 - 0: The maximum resident set size (KB) = 1776108 + 0: The total amount of wall time = 1201.827687 + 0: The maximum resident set size (KB) = 1757816 Test 022 cpld_control_pdlib_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_restart_pdlib_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_restart_pdlib_p8_intel Checking test 023 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1537,14 +1537,14 @@ 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 = 566.274585 - 0: The maximum resident set size (KB) = 1008444 + 0: The total amount of wall time = 572.494224 + 0: The maximum resident set size (KB) = 1040196 Test 023 cpld_restart_pdlib_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_mpi_pdlib_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_mpi_pdlib_p8_intel Checking test 024 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1608,14 +1608,14 @@ 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 = 1097.525506 - 0: The maximum resident set size (KB) = 1643148 + 0: The total amount of wall time = 1095.620359 + 0: The maximum resident set size (KB) = 1658896 Test 024 cpld_mpi_pdlib_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_pdlib_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_pdlib_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_debug_pdlib_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_debug_pdlib_p8_intel Checking test 025 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1667,14 +1667,14 @@ 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 = 1403.289724 - 0: The maximum resident set size (KB) = 1706864 + 0: The total amount of wall time = 1376.900253 + 0: The maximum resident set size (KB) = 1698564 Test 025 cpld_debug_pdlib_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_flake_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_flake_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_flake_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_flake_intel Checking test 026 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1685,14 +1685,14 @@ Checking test 026 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 188.869857 - 0: The maximum resident set size (KB) = 685860 + 0: The total amount of wall time = 187.548675 + 0: The maximum resident set size (KB) = 672120 Test 026 control_flake_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_CubedSphereGrid_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_CubedSphereGrid_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_CubedSphereGrid_intel Checking test 027 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1719,36 +1719,36 @@ Checking test 027 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 132.042819 - 0: The maximum resident set size (KB) = 636304 + 0: The total amount of wall time = 133.651953 + 0: The maximum resident set size (KB) = 617520 Test 027 control_CubedSphereGrid_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_CubedSphereGrid_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_CubedSphereGrid_parallel_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_CubedSphereGrid_parallel_intel Checking test 028 control_CubedSphereGrid_parallel_intel results .... - Comparing sfcf000.nc .........OK + 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_sfcf024.nc ............ALT CHECK......OK + Comparing cubed_sphere_grid_sfcf024.nc .........OK Comparing cubed_sphere_grid_atmf000.nc .........OK - Comparing cubed_sphere_grid_atmf024.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 = 139.563434 - 0: The maximum resident set size (KB) = 615512 + 0: The total amount of wall time = 142.523187 + 0: The maximum resident set size (KB) = 644472 Test 028 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_latlon_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_latlon_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_latlon_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_latlon_intel Checking test 029 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1759,14 +1759,14 @@ Checking test 029 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.168499 - 0: The maximum resident set size (KB) = 637160 + 0: The total amount of wall time = 136.420767 + 0: The maximum resident set size (KB) = 639920 Test 029 control_latlon_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wrtGauss_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wrtGauss_netcdf_parallel_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_wrtGauss_netcdf_parallel_intel Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1777,14 +1777,14 @@ Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.877317 - 0: The maximum resident set size (KB) = 630524 + 0: The total amount of wall time = 137.066383 + 0: The maximum resident set size (KB) = 640672 Test 030 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c48_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c48_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_c48_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_c48_intel Checking test 031 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1823,14 +1823,14 @@ 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 = 371.334764 -0: The maximum resident set size (KB) = 833400 +0: The total amount of wall time = 371.891527 +0: The maximum resident set size (KB) = 834000 Test 031 control_c48_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c192_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c192_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_c192_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_c192_intel Checking test 032 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1841,14 +1841,14 @@ Checking test 032 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 530.200097 - 0: The maximum resident set size (KB) = 786512 + 0: The total amount of wall time = 528.681985 + 0: The maximum resident set size (KB) = 787344 Test 032 control_c192_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c384_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c384_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_c384_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_c384_intel Checking test 033 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1859,14 +1859,14 @@ Checking test 033 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 535.359479 - 0: The maximum resident set size (KB) = 1281496 + 0: The total amount of wall time = 527.598517 + 0: The maximum resident set size (KB) = 1280176 Test 033 control_c384_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c384gdas_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c384gdas_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_c384gdas_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_c384gdas_intel Checking test 034 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1909,14 +1909,14 @@ 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 = 464.982056 - 0: The maximum resident set size (KB) = 1402148 + 0: The total amount of wall time = 465.087715 + 0: The maximum resident set size (KB) = 1393768 Test 034 control_c384gdas_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_stochy_intel Checking test 035 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1927,28 +1927,28 @@ Checking test 035 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 89.846120 - 0: The maximum resident set size (KB) = 645744 + 0: The total amount of wall time = 88.301887 + 0: The maximum resident set size (KB) = 633576 Test 035 control_stochy_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_restart_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_stochy_restart_intel Checking test 036 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 = 49.258305 - 0: The maximum resident set size (KB) = 469392 + 0: The total amount of wall time = 48.787595 + 0: The maximum resident set size (KB) = 497324 Test 036 control_stochy_restart_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_lndp_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_lndp_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_lndp_intel Checking test 037 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1959,14 +1959,14 @@ Checking test 037 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 83.048284 - 0: The maximum resident set size (KB) = 642556 + 0: The total amount of wall time = 83.795578 + 0: The maximum resident set size (KB) = 625740 Test 037 control_lndp_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_iovr4_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_iovr4_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_iovr4_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_iovr4_intel Checking test 038 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1981,14 +1981,14 @@ Checking test 038 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.055091 - 0: The maximum resident set size (KB) = 631416 + 0: The total amount of wall time = 140.072495 + 0: The maximum resident set size (KB) = 607200 Test 038 control_iovr4_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_iovr5_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_iovr5_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_iovr5_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_iovr5_intel Checking test 039 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2003,14 +2003,14 @@ Checking test 039 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.269128 - 0: The maximum resident set size (KB) = 636612 + 0: The total amount of wall time = 138.030888 + 0: The maximum resident set size (KB) = 641424 Test 039 control_iovr5_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_p8_intel Checking test 040 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2057,14 +2057,14 @@ 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 = 175.170279 - 0: The maximum resident set size (KB) = 1593672 + 0: The total amount of wall time = 179.652564 + 0: The maximum resident set size (KB) = 1587916 Test 040 control_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_restart_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_restart_p8_intel Checking test 041 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2103,14 +2103,14 @@ 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 = 89.038654 - 0: The maximum resident set size (KB) = 880232 + 0: The total amount of wall time = 92.437179 + 0: The maximum resident set size (KB) = 874348 Test 041 control_restart_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_qr_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_qr_p8_intel Checking test 042 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2157,14 +2157,14 @@ 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 = 170.671838 - 0: The maximum resident set size (KB) = 1612200 + 0: The total amount of wall time = 174.912071 + 0: The maximum resident set size (KB) = 1602228 Test 042 control_qr_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_restart_qr_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_restart_qr_p8_intel Checking test 043 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2203,14 +2203,14 @@ 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.810543 - 0: The maximum resident set size (KB) = 848864 + 0: The total amount of wall time = 92.428906 + 0: The maximum resident set size (KB) = 878936 Test 043 control_restart_qr_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_decomp_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_decomp_p8_intel Checking test 044 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2253,14 +2253,14 @@ 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 = 179.196199 - 0: The maximum resident set size (KB) = 1591316 + 0: The total amount of wall time = 181.197357 + 0: The maximum resident set size (KB) = 1578080 Test 044 control_decomp_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_2threads_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_2threads_p8_intel Checking test 045 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2303,14 +2303,14 @@ 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 = 157.423548 - 0: The maximum resident set size (KB) = 1689908 + 0: The total amount of wall time = 160.284484 + 0: The maximum resident set size (KB) = 1700856 Test 045 control_2threads_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_lndp_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_lndp_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_lndp_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_p8_lndp_intel Checking test 046 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2329,14 +2329,14 @@ Checking test 046 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 322.145593 - 0: The maximum resident set size (KB) = 1599068 + 0: The total amount of wall time = 317.107122 + 0: The maximum resident set size (KB) = 1621136 Test 046 control_p8_lndp_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_rrtmgp_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_rrtmgp_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_rrtmgp_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_p8_rrtmgp_intel Checking test 047 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2383,14 +2383,14 @@ 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 = 230.281072 - 0: The maximum resident set size (KB) = 1644888 + 0: The total amount of wall time = 229.430386 + 0: The maximum resident set size (KB) = 1661240 Test 047 control_p8_rrtmgp_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_mynn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_mynn_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_mynn_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_p8_mynn_intel Checking test 048 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2437,14 +2437,14 @@ 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 = 180.196406 - 0: The maximum resident set size (KB) = 1594092 + 0: The total amount of wall time = 180.188089 + 0: The maximum resident set size (KB) = 1594112 Test 048 control_p8_mynn_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/merra2_thompson_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/merra2_thompson_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/merra2_thompson_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/merra2_thompson_intel Checking test 049 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2491,14 +2491,14 @@ 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.984010 - 0: The maximum resident set size (KB) = 1612260 + 0: The total amount of wall time = 199.949763 + 0: The maximum resident set size (KB) = 1595292 Test 049 merra2_thompson_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_control_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_control_intel Checking test 050 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2509,28 +2509,28 @@ Checking test 050 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 296.413013 - 0: The maximum resident set size (KB) = 892824 + 0: The total amount of wall time = 295.602672 + 0: The maximum resident set size (KB) = 859168 Test 050 regional_control_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_restart_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_restart_intel Checking test 051 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 = 151.183652 - 0: The maximum resident set size (KB) = 876656 + 0: The total amount of wall time = 151.597550 + 0: The maximum resident set size (KB) = 844940 Test 051 regional_restart_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_control_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_control_qr_intel Checking test 052 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2541,28 +2541,28 @@ Checking test 052 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 299.795101 - 0: The maximum resident set size (KB) = 898008 + 0: The total amount of wall time = 295.425956 + 0: The maximum resident set size (KB) = 893144 Test 052 regional_control_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_restart_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_restart_qr_intel Checking test 053 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.511540 - 0: The maximum resident set size (KB) = 872584 + 0: The total amount of wall time = 155.492925 + 0: The maximum resident set size (KB) = 857760 Test 053 regional_restart_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_decomp_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_decomp_intel Checking test 054 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2573,14 +2573,14 @@ Checking test 054 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 309.753984 - 0: The maximum resident set size (KB) = 879180 + 0: The total amount of wall time = 309.358035 + 0: The maximum resident set size (KB) = 877744 Test 054 regional_decomp_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_2threads_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_2threads_intel Checking test 055 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2591,14 +2591,14 @@ Checking test 055 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 178.763926 - 0: The maximum resident set size (KB) = 865360 + 0: The total amount of wall time = 182.982532 + 0: The maximum resident set size (KB) = 829328 Test 055 regional_2threads_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_noquilt_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_noquilt_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_noquilt_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_noquilt_intel Checking test 056 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2606,28 +2606,28 @@ Checking test 056 regional_noquilt_intel results .... 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 = 295.790347 - 0: The maximum resident set size (KB) = 837820 + 0: The total amount of wall time = 293.458036 + 0: The maximum resident set size (KB) = 863832 Test 056 regional_noquilt_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_netcdf_parallel_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_netcdf_parallel_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_netcdf_parallel_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_netcdf_parallel_intel Checking test 057 regional_netcdf_parallel_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK + Comparing phyf000.nc ............ALT CHECK......OK Comparing phyf006.nc .........OK - 0: The total amount of wall time = 289.218694 - 0: The maximum resident set size (KB) = 878828 + 0: The total amount of wall time = 288.596739 + 0: The maximum resident set size (KB) = 879328 Test 057 regional_netcdf_parallel_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_2dwrtdecomp_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_2dwrtdecomp_intel Checking test 058 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2638,14 +2638,14 @@ Checking test 058 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 296.633541 - 0: The maximum resident set size (KB) = 892652 + 0: The total amount of wall time = 295.575284 + 0: The maximum resident set size (KB) = 889432 Test 058 regional_2dwrtdecomp_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/fv3_regional_wofs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_wofs_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/fv3_regional_wofs_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_wofs_intel Checking test 059 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2656,14 +2656,14 @@ Checking test 059 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 374.797922 - 0: The maximum resident set size (KB) = 649452 + 0: The total amount of wall time = 373.070954 + 0: The maximum resident set size (KB) = 649140 Test 059 regional_wofs_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_intel Checking test 060 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2710,14 +2710,14 @@ 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.676406 - 0: The maximum resident set size (KB) = 1062952 + 0: The total amount of wall time = 447.996953 + 0: The maximum resident set size (KB) = 1081104 Test 060 rap_control_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_spp_sppt_shum_skeb_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_spp_sppt_shum_skeb_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_spp_sppt_shum_skeb_intel Checking test 061 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2728,14 +2728,14 @@ 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 = 235.736723 - 0: The maximum resident set size (KB) = 1198020 + 0: The total amount of wall time = 233.402910 + 0: The maximum resident set size (KB) = 1192492 Test 061 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_decomp_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_decomp_intel Checking test 062 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2782,14 +2782,14 @@ 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.588315 - 0: The maximum resident set size (KB) = 1020272 + 0: The total amount of wall time = 468.070898 + 0: The maximum resident set size (KB) = 984124 Test 062 rap_decomp_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_2threads_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_2threads_intel Checking test 063 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2836,14 +2836,14 @@ 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 = 421.384551 - 0: The maximum resident set size (KB) = 1156148 + 0: The total amount of wall time = 421.163391 + 0: The maximum resident set size (KB) = 1144288 Test 063 rap_2threads_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_restart_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_restart_intel Checking test 064 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2882,14 +2882,14 @@ 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 = 226.936215 - 0: The maximum resident set size (KB) = 955296 + 0: The total amount of wall time = 230.512254 + 0: The maximum resident set size (KB) = 971092 Test 064 rap_restart_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_sfcdiff_intel Checking test 065 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2936,14 +2936,14 @@ 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 = 453.181990 - 0: The maximum resident set size (KB) = 1070544 + 0: The total amount of wall time = 451.564977 + 0: The maximum resident set size (KB) = 1067168 Test 065 rap_sfcdiff_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_decomp_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_sfcdiff_decomp_intel Checking test 066 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2990,14 +2990,14 @@ 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 = 476.052867 - 0: The maximum resident set size (KB) = 976104 + 0: The total amount of wall time = 474.898260 + 0: The maximum resident set size (KB) = 994036 Test 066 rap_sfcdiff_decomp_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_restart_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_sfcdiff_restart_intel Checking test 067 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3036,14 +3036,14 @@ 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.725319 - 0: The maximum resident set size (KB) = 982960 + 0: The total amount of wall time = 335.057753 + 0: The maximum resident set size (KB) = 994932 Test 067 rap_sfcdiff_restart_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_intel Checking test 068 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3090,14 +3090,14 @@ 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 = 437.545537 - 0: The maximum resident set size (KB) = 1030668 + 0: The total amount of wall time = 431.568732 + 0: The maximum resident set size (KB) = 1052900 Test 068 hrrr_control_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_qr_intel Checking test 069 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3144,14 +3144,14 @@ 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 = 432.825302 - 0: The maximum resident set size (KB) = 1072420 + 0: The total amount of wall time = 429.914589 + 0: The maximum resident set size (KB) = 1072112 Test 069 hrrr_control_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_decomp_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_decomp_intel Checking test 070 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3198,14 +3198,14 @@ 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 = 451.904208 - 0: The maximum resident set size (KB) = 1020976 + 0: The total amount of wall time = 454.569303 + 0: The maximum resident set size (KB) = 1007020 Test 070 hrrr_control_decomp_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_2threads_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_2threads_intel Checking test 071 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3252,42 +3252,42 @@ 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 = 399.912805 - 0: The maximum resident set size (KB) = 1080656 + 0: The total amount of wall time = 401.364905 + 0: The maximum resident set size (KB) = 1072040 Test 071 hrrr_control_2threads_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_restart_intel Checking test 072 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 = 322.067894 - 0: The maximum resident set size (KB) = 982256 + 0: The total amount of wall time = 322.947823 + 0: The maximum resident set size (KB) = 965692 Test 072 hrrr_control_restart_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_restart_qr_intel Checking test 073 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 = 326.074661 - 0: The maximum resident set size (KB) = 1011124 + 0: The total amount of wall time = 323.862408 + 0: The maximum resident set size (KB) = 1023872 Test 073 hrrr_control_restart_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1beta_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1beta_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rrfs_v1beta_intel Checking test 074 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3334,14 +3334,14 @@ 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 = 442.036580 - 0: The maximum resident set size (KB) = 1064324 + 0: The total amount of wall time = 445.952955 + 0: The maximum resident set size (KB) = 1043924 Test 074 rrfs_v1beta_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1nssl_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1nssl_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rrfs_v1nssl_intel Checking test 075 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3356,14 +3356,14 @@ Checking test 075 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 523.860278 - 0: The maximum resident set size (KB) = 699588 + 0: The total amount of wall time = 524.204919 + 0: The maximum resident set size (KB) = 701592 Test 075 rrfs_v1nssl_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1nssl_nohailnoccn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_nohailnoccn_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rrfs_v1nssl_nohailnoccn_intel Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3378,14 +3378,14 @@ Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 514.749111 - 0: The maximum resident set size (KB) = 771560 + 0: The total amount of wall time = 514.116772 + 0: The maximum resident set size (KB) = 767408 Test 076 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_gf_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_gf_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_gf_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_gf_intel Checking test 077 hrrr_gf_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3432,14 +3432,14 @@ Checking test 077 hrrr_gf_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 = 455.644297 - 0: The maximum resident set size (KB) = 1089128 + 0: The total amount of wall time = 451.863861 + 0: The maximum resident set size (KB) = 1069560 Test 077 hrrr_gf_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_c3_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_c3_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_c3_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_c3_intel Checking test 078 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3486,14 +3486,14 @@ Checking test 078 hrrr_c3_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 = 451.925509 - 0: The maximum resident set size (KB) = 1075908 + 0: The total amount of wall time = 452.127361 + 0: The maximum resident set size (KB) = 1071620 Test 078 hrrr_c3_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_csawmg_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_csawmg_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_csawmg_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_csawmg_intel Checking test 079 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3504,14 +3504,14 @@ Checking test 079 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 340.960719 - 0: The maximum resident set size (KB) = 732504 + 0: The total amount of wall time = 340.555749 + 0: The maximum resident set size (KB) = 721300 Test 079 control_csawmg_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_csawmgt_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_csawmgt_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_csawmgt_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_csawmgt_intel Checking test 080 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3522,14 +3522,14 @@ Checking test 080 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 337.652027 - 0: The maximum resident set size (KB) = 697036 + 0: The total amount of wall time = 335.607398 + 0: The maximum resident set size (KB) = 731448 Test 080 control_csawmgt_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_ras_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_ras_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_ras_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_ras_intel Checking test 081 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3540,26 +3540,26 @@ Checking test 081 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 184.536628 - 0: The maximum resident set size (KB) = 740064 + 0: The total amount of wall time = 187.828711 + 0: The maximum resident set size (KB) = 736688 Test 081 control_ras_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wam_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wam_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_wam_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_wam_intel Checking test 082 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 112.481997 - 0: The maximum resident set size (KB) = 646152 + 0: The total amount of wall time = 112.188272 + 0: The maximum resident set size (KB) = 647464 Test 082 control_wam_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_faster_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_p8_faster_intel Checking test 083 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -3606,14 +3606,14 @@ Checking test 083 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 = 156.690007 - 0: The maximum resident set size (KB) = 1608828 + 0: The total amount of wall time = 160.853581 + 0: The maximum resident set size (KB) = 1583072 Test 083 control_p8_faster_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_control_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_control_faster_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_control_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_control_faster_intel Checking test 084 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -3624,14 +3624,14 @@ Checking test 084 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 273.674015 - 0: The maximum resident set size (KB) = 891616 + 0: The total amount of wall time = 267.379091 + 0: The maximum resident set size (KB) = 893448 Test 084 regional_control_faster_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_CubedSphereGrid_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_CubedSphereGrid_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_CubedSphereGrid_debug_intel Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -3658,348 +3658,348 @@ Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 149.555260 - 0: The maximum resident set size (KB) = 793512 + 0: The total amount of wall time = 152.513535 + 0: The maximum resident set size (KB) = 797520 Test 085 control_CubedSphereGrid_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wrtGauss_netcdf_parallel_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_wrtGauss_netcdf_parallel_debug_intel Checking test 086 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 = 150.328286 - 0: The maximum resident set size (KB) = 794688 + 0: The total amount of wall time = 148.268645 + 0: The maximum resident set size (KB) = 794800 Test 086 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_stochy_debug_intel Checking test 087 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 = 167.248432 - 0: The maximum resident set size (KB) = 804240 + 0: The total amount of wall time = 168.777851 + 0: The maximum resident set size (KB) = 801464 Test 087 control_stochy_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_lndp_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_lndp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_lndp_debug_intel Checking test 088 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.947741 - 0: The maximum resident set size (KB) = 796212 + 0: The total amount of wall time = 153.646738 + 0: The maximum resident set size (KB) = 802488 Test 088 control_lndp_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_csawmg_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_csawmg_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_csawmg_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_csawmg_debug_intel Checking test 089 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 = 234.932506 - 0: The maximum resident set size (KB) = 843248 + 0: The total amount of wall time = 234.688472 + 0: The maximum resident set size (KB) = 847800 Test 089 control_csawmg_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_csawmgt_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_csawmgt_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_csawmgt_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_csawmgt_debug_intel Checking test 090 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 = 230.401470 - 0: The maximum resident set size (KB) = 847772 + 0: The total amount of wall time = 229.463127 + 0: The maximum resident set size (KB) = 843344 Test 090 control_csawmgt_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_ras_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_ras_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_ras_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_ras_debug_intel Checking test 091 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 = 155.406303 - 0: The maximum resident set size (KB) = 783192 + 0: The total amount of wall time = 155.144366 + 0: The maximum resident set size (KB) = 811068 Test 091 control_ras_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_diag_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_diag_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_diag_debug_intel Checking test 092 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 = 152.231271 - 0: The maximum resident set size (KB) = 856044 + 0: The total amount of wall time = 157.979756 + 0: The maximum resident set size (KB) = 860536 Test 092 control_diag_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_debug_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_debug_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_debug_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_debug_p8_intel Checking test 093 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 = 172.751894 - 0: The maximum resident set size (KB) = 1623424 + 0: The total amount of wall time = 167.965225 + 0: The maximum resident set size (KB) = 1621836 Test 093 control_debug_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_debug_intel Checking test 094 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 = 984.140256 - 0: The maximum resident set size (KB) = 859452 + 0: The total amount of wall time = 990.730185 + 0: The maximum resident set size (KB) = 894436 Test 094 regional_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_debug_intel Checking test 095 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 = 277.443334 - 0: The maximum resident set size (KB) = 1192564 + 0: The total amount of wall time = 280.385939 + 0: The maximum resident set size (KB) = 1182020 Test 095 rap_control_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_debug_intel Checking test 096 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.297916 - 0: The maximum resident set size (KB) = 1176136 + 0: The total amount of wall time = 267.632607 + 0: The maximum resident set size (KB) = 1177804 Test 096 hrrr_control_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_unified_drag_suite_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_unified_drag_suite_debug_intel Checking test 097 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 = 272.719646 - 0: The maximum resident set size (KB) = 1185640 + 0: The total amount of wall time = 273.194864 + 0: The maximum resident set size (KB) = 1177324 Test 097 rap_unified_drag_suite_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_diag_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_diag_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_diag_debug_intel Checking test 098 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.095674 - 0: The maximum resident set size (KB) = 1261936 + 0: The total amount of wall time = 280.762690 + 0: The maximum resident set size (KB) = 1270940 Test 098 rap_diag_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_cires_ugwp_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_cires_ugwp_debug_intel Checking test 099 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 = 283.872740 - 0: The maximum resident set size (KB) = 1178976 + 0: The total amount of wall time = 281.246302 + 0: The maximum resident set size (KB) = 1191060 Test 099 rap_cires_ugwp_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_unified_ugwp_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_unified_ugwp_debug_intel Checking test 100 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 = 282.197590 - 0: The maximum resident set size (KB) = 1181968 + 0: The total amount of wall time = 280.207663 + 0: The maximum resident set size (KB) = 1181740 Test 100 rap_unified_ugwp_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_lndp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_lndp_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_lndp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_lndp_debug_intel Checking test 101 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 = 272.898847 - 0: The maximum resident set size (KB) = 1194920 + 0: The total amount of wall time = 277.595622 + 0: The maximum resident set size (KB) = 1176500 Test 101 rap_lndp_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_progcld_thompson_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_progcld_thompson_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_progcld_thompson_debug_intel Checking test 102 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 = 273.108285 - 0: The maximum resident set size (KB) = 1183220 + 0: The total amount of wall time = 273.373210 + 0: The maximum resident set size (KB) = 1188748 Test 102 rap_progcld_thompson_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_noah_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_noah_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_noah_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_noah_debug_intel Checking test 103 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 = 271.161418 - 0: The maximum resident set size (KB) = 1176772 + 0: The total amount of wall time = 268.082329 + 0: The maximum resident set size (KB) = 1165220 Test 103 rap_noah_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_sfcdiff_debug_intel Checking test 104 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 = 273.431404 - 0: The maximum resident set size (KB) = 1180012 + 0: The total amount of wall time = 276.351368 + 0: The maximum resident set size (KB) = 1191760 Test 104 rap_sfcdiff_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_noah_sfcdiff_cires_ugwp_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_noah_sfcdiff_cires_ugwp_debug_intel Checking test 105 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.652466 - 0: The maximum resident set size (KB) = 1185640 + 0: The total amount of wall time = 450.121785 + 0: The maximum resident set size (KB) = 1185988 Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1beta_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1beta_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rrfs_v1beta_debug_intel Checking test 106 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 = 270.601462 - 0: The maximum resident set size (KB) = 1189440 + 0: The total amount of wall time = 272.050485 + 0: The maximum resident set size (KB) = 1173604 Test 106 rrfs_v1beta_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_clm_lake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_clm_lake_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_clm_lake_debug_intel Checking test 107 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 = 328.897110 - 0: The maximum resident set size (KB) = 1178080 + 0: The total amount of wall time = 335.372888 + 0: The maximum resident set size (KB) = 1183900 Test 107 rap_clm_lake_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_flake_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_flake_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_flake_debug_intel Checking test 108 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 = 274.671737 - 0: The maximum resident set size (KB) = 1173276 + 0: The total amount of wall time = 277.067551 + 0: The maximum resident set size (KB) = 1184444 Test 108 rap_flake_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wam_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wam_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_wam_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_wam_debug_intel Checking test 109 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 272.343473 - 0: The maximum resident set size (KB) = 532812 + 0: The total amount of wall time = 274.019731 + 0: The maximum resident set size (KB) = 538244 Test 109 control_wam_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_spp_sppt_shum_skeb_dyn32_phy32_intel Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -4010,14 +4010,14 @@ 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 = 220.762089 - 0: The maximum resident set size (KB) = 1092340 + 0: The total amount of wall time = 219.131016 + 0: The maximum resident set size (KB) = 1101384 Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_dyn32_phy32_intel Checking test 111 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4064,14 +4064,14 @@ 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 = 371.958530 - 0: The maximum resident set size (KB) = 998448 + 0: The total amount of wall time = 378.972471 + 0: The maximum resident set size (KB) = 1011060 Test 111 rap_control_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_dyn32_phy32_intel Checking test 112 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4118,14 +4118,14 @@ 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.510278 - 0: The maximum resident set size (KB) = 967952 + 0: The total amount of wall time = 195.720202 + 0: The maximum resident set size (KB) = 968184 Test 112 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_qr_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_qr_dyn32_phy32_intel Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4172,14 +4172,14 @@ Checking test 113 hrrr_control_qr_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.797657 - 0: The maximum resident set size (KB) = 945980 + 0: The total amount of wall time = 193.920594 + 0: The maximum resident set size (KB) = 969216 Test 113 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_2threads_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_2threads_dyn32_phy32_intel Checking test 114 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4226,14 +4226,14 @@ 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.345455 - 0: The maximum resident set size (KB) = 1023948 + 0: The total amount of wall time = 351.282949 + 0: The maximum resident set size (KB) = 1032712 Test 114 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_2threads_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_2threads_dyn32_phy32_intel Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4280,14 +4280,14 @@ 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.402250 - 0: The maximum resident set size (KB) = 942368 + 0: The total amount of wall time = 178.731001 + 0: The maximum resident set size (KB) = 921612 Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_decomp_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_decomp_dyn32_phy32_intel Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4334,14 +4334,14 @@ 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 = 203.839223 - 0: The maximum resident set size (KB) = 903828 + 0: The total amount of wall time = 201.545119 + 0: The maximum resident set size (KB) = 897432 Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_restart_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_restart_dyn32_phy32_intel Checking test 117 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -4380,42 +4380,42 @@ 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 = 276.234312 - 0: The maximum resident set size (KB) = 938120 + 0: The total amount of wall time = 275.582099 + 0: The maximum resident set size (KB) = 949372 Test 117 rap_restart_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_restart_dyn32_phy32_intel Checking test 118 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 = 100.641981 - 0: The maximum resident set size (KB) = 863844 + 0: The total amount of wall time = 99.611200 + 0: The maximum resident set size (KB) = 871080 Test 118 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_qr_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_qr_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_restart_qr_dyn32_phy32_intel Checking test 119 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.211995 - 0: The maximum resident set size (KB) = 879168 + 0: The total amount of wall time = 102.952853 + 0: The maximum resident set size (KB) = 886052 Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_control_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_control_intel Checking test 120 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -4431,40 +4431,40 @@ 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 = 113.241938 - 0: The maximum resident set size (KB) = 915228 + 0: The total amount of wall time = 115.444782 + 0: The maximum resident set size (KB) = 917768 Test 120 conus13km_control_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_2threads_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_2threads_intel Checking test 121 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 = 46.444665 - 0: The maximum resident set size (KB) = 826520 + 0: The total amount of wall time = 47.329032 + 0: The maximum resident set size (KB) = 828124 Test 121 conus13km_2threads_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_restart_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_restart_mismatch_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_restart_mismatch_intel Checking test 122 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 64.562973 - 0: The maximum resident set size (KB) = 870896 + 0: The total amount of wall time = 61.855124 + 0: The maximum resident set size (KB) = 835816 Test 122 conus13km_restart_mismatch_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_qr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_control_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_control_qr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_control_qr_intel Checking test 123 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -4476,30 +4476,30 @@ Checking test 123 conus13km_control_qr_intel results .... 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.fv_tracer.res.tile1.nc ............ALT CHECK......OK Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK - 0: The total amount of wall time = 112.504697 - 0: The maximum resident set size (KB) = 946048 + 0: The total amount of wall time = 113.445979 + 0: The maximum resident set size (KB) = 945708 Test 123 conus13km_control_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_restart_qr_mismatch_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_restart_qr_mismatch_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_restart_qr_mismatch_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_restart_qr_mismatch_intel Checking test 124 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 64.293359 - 0: The maximum resident set size (KB) = 895664 + 0: The total amount of wall time = 64.269081 + 0: The maximum resident set size (KB) = 895460 Test 124 conus13km_restart_qr_mismatch_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn64_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_dyn64_phy32_intel Checking test 125 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -4546,123 +4546,123 @@ Checking test 125 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 = 246.083938 - 0: The maximum resident set size (KB) = 979348 + 0: The total amount of wall time = 247.430289 + 0: The maximum resident set size (KB) = 979764 Test 125 rap_control_dyn64_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_debug_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_debug_dyn32_phy32_intel Checking test 126 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 = 273.425487 - 0: The maximum resident set size (KB) = 1070592 + 0: The total amount of wall time = 277.984538 + 0: The maximum resident set size (KB) = 1069772 Test 126 rap_control_debug_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_debug_dyn32_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_debug_dyn32_phy32_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_debug_dyn32_phy32_intel Checking test 127 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 = 262.218638 - 0: The maximum resident set size (KB) = 1063148 + 0: The total amount of wall time = 260.282841 + 0: The maximum resident set size (KB) = 1057768 Test 127 hrrr_control_debug_dyn32_phy32_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_debug_intel Checking test 128 conus13km_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 = 831.194735 - 0: The maximum resident set size (KB) = 936160 + 0: The total amount of wall time = 825.064340 + 0: The maximum resident set size (KB) = 931316 Test 128 conus13km_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_debug_2threads_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 467.569482 - 0: The maximum resident set size (KB) = 857752 + 0: The total amount of wall time = 455.300109 + 0: The maximum resident set size (KB) = 858740 Test 129 conus13km_debug_2threads_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_radar_tten_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_radar_tten_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 830.406800 - 0: The maximum resident set size (KB) = 912400 + 0: The total amount of wall time = 829.137772 + 0: The maximum resident set size (KB) = 931816 Test 130 conus13km_radar_tten_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_dyn64_phy32_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn64_phy32_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 276.018232 - 0: The maximum resident set size (KB) = 1098344 + 0: The total amount of wall time = 275.274949 + 0: The maximum resident set size (KB) = 1103408 Test 131 rap_control_dyn64_phy32_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_atm_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 228.563434 - 0: The maximum resident set size (KB) = 1070812 + 0: The total amount of wall time = 222.236904 + 0: The maximum resident set size (KB) = 1071220 Test 132 hafs_regional_atm_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_atm_thompson_gfdlsf_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 334.291117 - 0: The maximum resident set size (KB) = 1432016 + 0: The total amount of wall time = 342.551096 + 0: The maximum resident set size (KB) = 1427972 Test 133 hafs_regional_atm_thompson_gfdlsf_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_atm_ocn_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_regional_atm_ocn_intel Checking test 134 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4671,14 +4671,14 @@ Checking test 134 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 = 382.960718 - 0: The maximum resident set size (KB) = 1248688 + 0: The total amount of wall time = 382.657647 + 0: The maximum resident set size (KB) = 1247664 Test 134 hafs_regional_atm_ocn_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_atm_wav_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_regional_atm_wav_intel Checking test 135 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4687,14 +4687,14 @@ Checking test 135 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 = 755.135894 - 0: The maximum resident set size (KB) = 1275680 + 0: The total amount of wall time = 750.374033 + 0: The maximum resident set size (KB) = 1275552 Test 135 hafs_regional_atm_wav_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_atm_ocn_wav_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_regional_atm_ocn_wav_intel Checking test 136 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4705,14 +4705,14 @@ Checking test 136 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 = 855.628264 - 0: The maximum resident set size (KB) = 1300056 + 0: The total amount of wall time = 869.633180 + 0: The maximum resident set size (KB) = 1283536 Test 136 hafs_regional_atm_ocn_wav_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_1nest_atm_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_regional_1nest_atm_intel Checking test 137 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4734,14 +4734,14 @@ Checking test 137 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 = 294.637498 - 0: The maximum resident set size (KB) = 523608 + 0: The total amount of wall time = 296.623455 + 0: The maximum resident set size (KB) = 527316 Test 137 hafs_regional_1nest_atm_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_1nest_atm_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_regional_1nest_atm_qr_intel Checking test 138 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4763,14 +4763,14 @@ Checking test 138 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 = 308.881461 - 0: The maximum resident set size (KB) = 490892 + 0: The total amount of wall time = 311.761400 + 0: The maximum resident set size (KB) = 492792 Test 138 hafs_regional_1nest_atm_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_telescopic_2nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_telescopic_2nests_atm_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_telescopic_2nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_regional_telescopic_2nests_atm_intel Checking test 139 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4779,14 +4779,14 @@ Checking test 139 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 = 346.535250 - 0: The maximum resident set size (KB) = 526548 + 0: The total amount of wall time = 341.852193 + 0: The maximum resident set size (KB) = 526432 Test 139 hafs_regional_telescopic_2nests_atm_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_global_1nest_atm_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_global_1nest_atm_intel Checking test 140 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4833,14 +4833,14 @@ Checking test 140 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.777002 - 0: The maximum resident set size (KB) = 361824 + 0: The total amount of wall time = 139.857779 + 0: The maximum resident set size (KB) = 366044 Test 140 hafs_global_1nest_atm_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_global_1nest_atm_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_global_1nest_atm_qr_intel Checking test 141 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4887,14 +4887,14 @@ Checking test 141 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 = 144.810990 - 0: The maximum resident set size (KB) = 363240 + 0: The total amount of wall time = 142.931724 + 0: The maximum resident set size (KB) = 365644 Test 141 hafs_global_1nest_atm_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_global_multiple_4nests_atm_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_global_multiple_4nests_atm_intel Checking test 142 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -4976,14 +4976,14 @@ Checking test 142 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 = 388.668550 - 0: The maximum resident set size (KB) = 466896 + 0: The total amount of wall time = 382.480368 + 0: The maximum resident set size (KB) = 462188 Test 142 hafs_global_multiple_4nests_atm_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_multiple_4nests_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_global_multiple_4nests_atm_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5065,14 +5065,14 @@ Checking test 143 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 = 418.812831 - 0: The maximum resident set size (KB) = 481068 + 0: The total amount of wall time = 417.109779 + 0: The maximum resident set size (KB) = 480280 Test 143 hafs_global_multiple_4nests_atm_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_specified_moving_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_specified_moving_1nest_atm_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_specified_moving_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5081,14 +5081,14 @@ Checking test 144 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 194.537475 - 0: The maximum resident set size (KB) = 501428 + 0: The total amount of wall time = 194.666040 + 0: The maximum resident set size (KB) = 531720 Test 144 hafs_regional_specified_moving_1nest_atm_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_storm_following_1nest_atm_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5110,14 +5110,14 @@ Checking test 145 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 = 182.536643 - 0: The maximum resident set size (KB) = 534584 + 0: The total amount of wall time = 179.479104 + 0: The maximum resident set size (KB) = 532632 Test 145 hafs_regional_storm_following_1nest_atm_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_storm_following_1nest_atm_qr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5139,14 +5139,14 @@ Checking test 146 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 = 197.685182 - 0: The maximum resident set size (KB) = 522628 + 0: The total amount of wall time = 195.874965 + 0: The maximum resident set size (KB) = 521924 Test 146 hafs_regional_storm_following_1nest_atm_qr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_storm_following_1nest_atm_ocn_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5155,42 +5155,42 @@ Checking test 147 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 = 221.687770 - 0: The maximum resident set size (KB) = 578980 + 0: The total amount of wall time = 222.414206 + 0: The maximum resident set size (KB) = 584156 Test 147 hafs_regional_storm_following_1nest_atm_ocn_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_global_storm_following_1nest_atm_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_global_storm_following_1nest_atm_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_global_storm_following_1nest_atm_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 55.708912 - 0: The maximum resident set size (KB) = 374824 + 0: The total amount of wall time = 54.625819 + 0: The maximum resident set size (KB) = 376056 Test 148 hafs_global_storm_following_1nest_atm_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 716.894175 - 0: The maximum resident set size (KB) = 597544 + 0: The total amount of wall time = 696.303452 + 0: The maximum resident set size (KB) = 602928 Test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5201,14 +5201,14 @@ Checking test 150 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 = 483.340766 - 0: The maximum resident set size (KB) = 669276 + 0: The total amount of wall time = 479.816298 + 0: The maximum resident set size (KB) = 667716 Test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_docn_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_docn_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_regional_docn_intel Checking test 151 hafs_regional_docn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -5216,14 +5216,14 @@ Checking test 151 hafs_regional_docn_intel results .... 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 = 372.411238 - 0: The maximum resident set size (KB) = 1233564 + 0: The total amount of wall time = 346.695761 + 0: The maximum resident set size (KB) = 1249512 Test 151 hafs_regional_docn_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_docn_oisst_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_docn_oisst_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_oisst_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hafs_regional_docn_oisst_intel Checking test 152 hafs_regional_docn_oisst_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -5231,131 +5231,131 @@ Checking test 152 hafs_regional_docn_oisst_intel results .... 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 = 349.047583 - 0: The maximum resident set size (KB) = 1228032 + 0: The total amount of wall time = 346.654785 + 0: The maximum resident set size (KB) = 1230956 Test 152 hafs_regional_docn_oisst_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hafs_regional_datm_cdeps_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hafs_regional_datm_cdeps_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hafs_regional_datm_cdeps_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 990.498937 - 0: The maximum resident set size (KB) = 1149384 + 0: The total amount of wall time = 943.876716 + 0: The maximum resident set size (KB) = 1154048 Test 153 hafs_regional_datm_cdeps_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_control_cfsr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 155.734405 - 0: The maximum resident set size (KB) = 1105392 + 0: The total amount of wall time = 158.309585 + 0: The maximum resident set size (KB) = 1115644 Test 154 datm_cdeps_control_cfsr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_restart_cfsr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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.358327 - 0: The maximum resident set size (KB) = 1042940 + 0: The total amount of wall time = 90.945657 + 0: The maximum resident set size (KB) = 1070592 Test 155 datm_cdeps_restart_cfsr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_control_gefs_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 153.732321 - 0: The maximum resident set size (KB) = 992440 + 0: The total amount of wall time = 154.389588 + 0: The maximum resident set size (KB) = 981572 Test 156 datm_cdeps_control_gefs_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_iau_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_iau_gefs_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_iau_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 155.164447 - 0: The maximum resident set size (KB) = 992480 + 0: The total amount of wall time = 152.041657 + 0: The maximum resident set size (KB) = 990660 Test 157 datm_cdeps_iau_gefs_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_stochy_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_stochy_gefs_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_stochy_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 155.479250 - 0: The maximum resident set size (KB) = 994516 + 0: The total amount of wall time = 155.848680 + 0: The maximum resident set size (KB) = 991992 Test 158 datm_cdeps_stochy_gefs_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_ciceC_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_ciceC_cfsr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_ciceC_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 161.151112 - 0: The maximum resident set size (KB) = 1094104 + 0: The total amount of wall time = 155.828866 + 0: The maximum resident set size (KB) = 1101664 Test 159 datm_cdeps_ciceC_cfsr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_bulk_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_bulk_cfsr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 162.902578 - 0: The maximum resident set size (KB) = 1100248 + 0: The total amount of wall time = 157.253732 + 0: The maximum resident set size (KB) = 1114000 Test 160 datm_cdeps_bulk_cfsr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_bulk_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_bulk_gefs_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 156.713638 - 0: The maximum resident set size (KB) = 991968 + 0: The total amount of wall time = 151.911895 + 0: The maximum resident set size (KB) = 993148 Test 161 datm_cdeps_bulk_gefs_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_mx025_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_mx025_cfsr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5364,14 +5364,14 @@ Checking test 162 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 = 444.568538 - 0: The maximum resident set size (KB) = 1017128 + 0: The total amount of wall time = 438.930421 + 0: The maximum resident set size (KB) = 1029776 Test 162 datm_cdeps_mx025_cfsr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_mx025_gefs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_mx025_gefs_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_gefs_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5380,77 +5380,77 @@ Checking test 163 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 = 414.301111 - 0: The maximum resident set size (KB) = 994352 + 0: The total amount of wall time = 425.009497 + 0: The maximum resident set size (KB) = 1025608 Test 163 datm_cdeps_mx025_gefs_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_multiple_files_cfsr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 158.605238 - 0: The maximum resident set size (KB) = 1100868 + 0: The total amount of wall time = 158.437573 + 0: The maximum resident set size (KB) = 1091488 Test 164 datm_cdeps_multiple_files_cfsr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_3072x1536_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_3072x1536_cfsr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_3072x1536_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 237.679347 - 0: The maximum resident set size (KB) = 2441248 + 0: The total amount of wall time = 224.795824 + 0: The maximum resident set size (KB) = 2409396 Test 165 datm_cdeps_3072x1536_cfsr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_gfs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_gfs_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_gfs_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 247.696837 - 0: The maximum resident set size (KB) = 2449060 + 0: The total amount of wall time = 226.249962 + 0: The maximum resident set size (KB) = 2454560 Test 166 datm_cdeps_gfs_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_debug_cfsr_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_debug_cfsr_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_debug_cfsr_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 355.197210 - 0: The maximum resident set size (KB) = 1024080 + 0: The total amount of wall time = 357.779906 + 0: The maximum resident set size (KB) = 1028208 Test 167 datm_cdeps_debug_cfsr_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_control_cfsr_faster_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 156.656568 - 0: The maximum resident set size (KB) = 1099876 + 0: The total amount of wall time = 157.509624 + 0: The maximum resident set size (KB) = 1108844 Test 168 datm_cdeps_control_cfsr_faster_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_lnd_gswp3_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5459,14 +5459,14 @@ Checking test 169 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.274481 - 0: The maximum resident set size (KB) = 250972 + 0: The total amount of wall time = 6.102159 + 0: The maximum resident set size (KB) = 254332 Test 169 datm_cdeps_lnd_gswp3_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_lnd_gswp3_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_lnd_gswp3_rst_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 @@ -5475,14 +5475,14 @@ Checking test 170 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.424879 - 0: The maximum resident set size (KB) = 248912 + 0: The total amount of wall time = 10.424803 + 0: The maximum resident set size (KB) = 252664 Test 170 datm_cdeps_lnd_gswp3_rst_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_atmlnd_sbs_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_atmlnd_sbs_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_atmlnd_sbs_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_p8_atmlnd_sbs_intel Checking test 171 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -5567,14 +5567,14 @@ Checking test 171 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 = 211.172925 - 0: The maximum resident set size (KB) = 1594204 + 0: The total amount of wall time = 211.331179 + 0: The maximum resident set size (KB) = 1608064 Test 171 control_p8_atmlnd_sbs_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/atmwav_control_noaero_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/atmwav_control_noaero_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/atmwav_control_noaero_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/atmwav_control_noaero_p8_intel Checking test 172 atmwav_control_noaero_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -5617,14 +5617,14 @@ Checking test 172 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.506413 - 0: The maximum resident set size (KB) = 1645740 + 0: The total amount of wall time = 99.270454 + 0: The maximum resident set size (KB) = 1639464 Test 172 atmwav_control_noaero_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_atmwav_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_atmwav_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_atmwav_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_atmwav_intel Checking test 173 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -5668,14 +5668,14 @@ Checking test 173 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 = 88.925124 - 0: The maximum resident set size (KB) = 666268 + 0: The total amount of wall time = 88.648657 + 0: The maximum resident set size (KB) = 667636 Test 173 control_atmwav_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/atmaero_control_p8_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/atmaero_control_p8_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/atmaero_control_p8_intel Checking test 174 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5719,14 +5719,14 @@ Checking test 174 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.075317 - 0: The maximum resident set size (KB) = 2982844 + 0: The total amount of wall time = 238.116667 + 0: The maximum resident set size (KB) = 2983868 Test 174 atmaero_control_p8_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/atmaero_control_p8_rad_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/atmaero_control_p8_rad_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/atmaero_control_p8_rad_intel Checking test 175 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5770,14 +5770,14 @@ Checking test 175 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 = 286.931145 - 0: The maximum resident set size (KB) = 3052084 + 0: The total amount of wall time = 284.884492 + 0: The maximum resident set size (KB) = 3074796 Test 175 atmaero_control_p8_rad_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/atmaero_control_p8_rad_micro_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/atmaero_control_p8_rad_micro_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_micro_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/atmaero_control_p8_rad_micro_intel Checking test 176 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5821,14 +5821,14 @@ Checking test 176 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 = 285.015246 - 0: The maximum resident set size (KB) = 3067016 + 0: The total amount of wall time = 294.510336 + 0: The maximum resident set size (KB) = 3016728 Test 176 atmaero_control_p8_rad_micro_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_atmaq_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_atmaq_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_atmaq_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_atmaq_intel Checking test 177 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5844,14 +5844,14 @@ Checking test 177 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 = 678.244275 - 0: The maximum resident set size (KB) = 2258336 + 0: The total amount of wall time = 667.165508 + 0: The maximum resident set size (KB) = 2333200 Test 177 regional_atmaq_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_atmaq_debug_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_atmaq_debug_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_atmaq_debug_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_atmaq_debug_intel Checking test 178 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -5865,14 +5865,14 @@ Checking test 178 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 = 1192.132388 - 0: The maximum resident set size (KB) = 2194572 + 0: The total amount of wall time = 1202.276506 + 0: The maximum resident set size (KB) = 2084972 Test 178 regional_atmaq_debug_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_atmaq_faster_intel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_atmaq_faster_intel +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_atmaq_faster_intel +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_atmaq_faster_intel Checking test 179 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -5888,14 +5888,14 @@ Checking test 179 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 = 572.647668 - 0: The maximum resident set size (KB) = 2316468 + 0: The total amount of wall time = 582.059948 + 0: The maximum resident set size (KB) = 2328244 Test 179 regional_atmaq_faster_intel PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_c48_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_c48_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_c48_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_c48_gnu Checking test 180 control_c48_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5934,14 +5934,14 @@ Checking test 180 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 = 688.578741 -0: The maximum resident set size (KB) = 728860 +0: The total amount of wall time = 692.850741 +0: The maximum resident set size (KB) = 730316 Test 180 control_c48_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_stochy_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_stochy_gnu Checking test 181 control_stochy_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -5952,14 +5952,14 @@ Checking test 181 control_stochy_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 234.190281 - 0: The maximum resident set size (KB) = 539548 + 0: The total amount of wall time = 230.289362 + 0: The maximum resident set size (KB) = 536612 Test 181 control_stochy_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_ras_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_ras_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_ras_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_ras_gnu Checking test 182 control_ras_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -5970,14 +5970,14 @@ Checking test 182 control_ras_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 280.373653 - 0: The maximum resident set size (KB) = 541796 + 0: The total amount of wall time = 285.520089 + 0: The maximum resident set size (KB) = 545816 Test 182 control_ras_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_p8_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_p8_gnu Checking test 183 control_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -6024,14 +6024,14 @@ Checking test 183 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 = 298.457926 - 0: The maximum resident set size (KB) = 1290480 + 0: The total amount of wall time = 296.758048 + 0: The maximum resident set size (KB) = 1294548 Test 183 control_p8_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_flake_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_flake_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_flake_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_flake_gnu Checking test 184 control_flake_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -6042,14 +6042,14 @@ Checking test 184 control_flake_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 344.133122 - 0: The maximum resident set size (KB) = 579368 + 0: The total amount of wall time = 345.443399 + 0: The maximum resident set size (KB) = 584180 Test 184 control_flake_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_gnu Checking test 185 rap_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -6096,14 +6096,14 @@ Checking test 185 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 = 690.517474 - 0: The maximum resident set size (KB) = 848640 + 0: The total amount of wall time = 692.236461 + 0: The maximum resident set size (KB) = 847624 Test 185 rap_control_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_decomp_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_decomp_gnu Checking test 186 rap_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -6150,14 +6150,14 @@ Checking test 186 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 = 690.174833 - 0: The maximum resident set size (KB) = 847660 + 0: The total amount of wall time = 689.252616 + 0: The maximum resident set size (KB) = 846916 Test 186 rap_decomp_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_2threads_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_2threads_gnu Checking test 187 rap_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -6204,14 +6204,14 @@ Checking test 187 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 = 617.056143 - 0: The maximum resident set size (KB) = 949788 + 0: The total amount of wall time = 614.117856 + 0: The maximum resident set size (KB) = 960480 Test 187 rap_2threads_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_restart_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_restart_gnu Checking test 188 rap_restart_gnu results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -6250,14 +6250,14 @@ Checking test 188 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 = 347.546429 - 0: The maximum resident set size (KB) = 588540 + 0: The total amount of wall time = 342.980339 + 0: The maximum resident set size (KB) = 585620 Test 188 rap_restart_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_sfcdiff_gnu Checking test 189 rap_sfcdiff_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6304,14 +6304,14 @@ Checking test 189 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 = 685.694702 - 0: The maximum resident set size (KB) = 844184 + 0: The total amount of wall time = 691.680326 + 0: The maximum resident set size (KB) = 848192 Test 189 rap_sfcdiff_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_decomp_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_sfcdiff_decomp_gnu Checking test 190 rap_sfcdiff_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6358,14 +6358,14 @@ Checking test 190 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 = 702.453516 - 0: The maximum resident set size (KB) = 846540 + 0: The total amount of wall time = 695.288773 + 0: The maximum resident set size (KB) = 849792 Test 190 rap_sfcdiff_decomp_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_sfcdiff_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_sfcdiff_restart_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_sfcdiff_restart_gnu Checking test 191 rap_sfcdiff_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -6404,14 +6404,14 @@ Checking test 191 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 = 531.181314 - 0: The maximum resident set size (KB) = 592952 + 0: The total amount of wall time = 504.299883 + 0: The maximum resident set size (KB) = 590028 Test 191 rap_sfcdiff_restart_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_gnu Checking test 192 hrrr_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6458,14 +6458,14 @@ Checking test 192 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 = 664.642189 - 0: The maximum resident set size (KB) = 843368 + 0: The total amount of wall time = 659.717335 + 0: The maximum resident set size (KB) = 845608 Test 192 hrrr_control_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_qr_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_qr_gnu Checking test 193 hrrr_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6512,14 +6512,14 @@ Checking test 193 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 = 657.800124 - 0: The maximum resident set size (KB) = 853660 + 0: The total amount of wall time = 652.278450 + 0: The maximum resident set size (KB) = 857136 Test 193 hrrr_control_qr_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_2threads_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_2threads_gnu Checking test 194 hrrr_control_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6566,14 +6566,14 @@ Checking test 194 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 = 584.624003 - 0: The maximum resident set size (KB) = 952796 + 0: The total amount of wall time = 581.781966 + 0: The maximum resident set size (KB) = 956160 Test 194 hrrr_control_2threads_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_decomp_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_decomp_gnu Checking test 195 hrrr_control_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6620,42 +6620,42 @@ Checking test 195 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 = 659.543778 - 0: The maximum resident set size (KB) = 843512 + 0: The total amount of wall time = 668.703454 + 0: The maximum resident set size (KB) = 844932 Test 195 hrrr_control_decomp_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 508.940522 - 0: The maximum resident set size (KB) = 588588 + 0: The total amount of wall time = 491.528724 + 0: The maximum resident set size (KB) = 585880 Test 196 hrrr_control_restart_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_qr_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 492.519574 - 0: The maximum resident set size (KB) = 615900 + 0: The total amount of wall time = 500.586936 + 0: The maximum resident set size (KB) = 615556 Test 197 hrrr_control_restart_qr_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1beta_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1beta_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rrfs_v1beta_gnu Checking test 198 rrfs_v1beta_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6702,14 +6702,14 @@ Checking test 198 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 = 666.296377 - 0: The maximum resident set size (KB) = 878076 + 0: The total amount of wall time = 672.706124 + 0: The maximum resident set size (KB) = 842492 Test 198 rrfs_v1beta_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_gf_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_gf_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_gf_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_gf_gnu Checking test 199 hrrr_gf_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6756,14 +6756,14 @@ Checking test 199 hrrr_gf_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 = 685.753351 - 0: The maximum resident set size (KB) = 848584 + 0: The total amount of wall time = 680.641884 + 0: The maximum resident set size (KB) = 847424 Test 199 hrrr_gf_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_c3_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_c3_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_c3_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_c3_gnu Checking test 200 hrrr_c3_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -6810,208 +6810,208 @@ Checking test 200 hrrr_c3_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 = 686.950249 - 0: The maximum resident set size (KB) = 849976 + 0: The total amount of wall time = 686.682152 + 0: The maximum resident set size (KB) = 849672 Test 200 hrrr_c3_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_diag_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_diag_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/control_diag_debug_gnu Checking test 201 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.240406 - 0: The maximum resident set size (KB) = 586816 + 0: The total amount of wall time = 85.587475 + 0: The maximum resident set size (KB) = 548540 Test 201 control_diag_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/regional_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/regional_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/regional_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/regional_debug_gnu Checking test 202 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 = 446.092991 - 0: The maximum resident set size (KB) = 626592 + 0: The total amount of wall time = 443.474200 + 0: The maximum resident set size (KB) = 620108 Test 202 regional_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_debug_gnu Checking test 203 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 = 143.088744 - 0: The maximum resident set size (KB) = 865872 + 0: The total amount of wall time = 143.279824 + 0: The maximum resident set size (KB) = 862616 Test 203 rap_control_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_debug_gnu Checking test 204 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 = 135.776910 - 0: The maximum resident set size (KB) = 857668 + 0: The total amount of wall time = 140.628910 + 0: The maximum resident set size (KB) = 853036 Test 204 hrrr_control_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_diag_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_diag_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 149.166361 - 0: The maximum resident set size (KB) = 941776 + 0: The total amount of wall time = 152.856455 + 0: The maximum resident set size (KB) = 942532 Test 205 rap_diag_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_noah_sfcdiff_cires_ugwp_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_noah_sfcdiff_cires_ugwp_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 222.255617 - 0: The maximum resident set size (KB) = 856472 + 0: The total amount of wall time = 216.931654 + 0: The maximum resident set size (KB) = 857012 Test 206 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_progcld_thompson_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_progcld_thompson_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 142.455622 - 0: The maximum resident set size (KB) = 858532 + 0: The total amount of wall time = 138.898307 + 0: The maximum resident set size (KB) = 897852 Test 207 rap_progcld_thompson_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rrfs_v1beta_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rrfs_v1beta_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 141.397093 - 0: The maximum resident set size (KB) = 855596 + 0: The total amount of wall time = 142.686414 + 0: The maximum resident set size (KB) = 893828 Test 208 rrfs_v1beta_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_ras_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_ras_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_ras_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 79.359376 - 0: The maximum resident set size (KB) = 541700 + 0: The total amount of wall time = 79.823785 + 0: The maximum resident set size (KB) = 500856 Test 209 control_ras_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_stochy_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_stochy_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 124.792126 - 0: The maximum resident set size (KB) = 498492 + 0: The total amount of wall time = 113.723474 + 0: The maximum resident set size (KB) = 526028 Test 210 control_stochy_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_debug_p8_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_debug_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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.152963 - 0: The maximum resident set size (KB) = 1287916 + 0: The total amount of wall time = 92.268932 + 0: The maximum resident set size (KB) = 1283752 Test 211 control_debug_p8_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_flake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_flake_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 142.758319 - 0: The maximum resident set size (KB) = 859360 + 0: The total amount of wall time = 145.549950 + 0: The maximum resident set size (KB) = 861284 Test 212 rap_flake_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_clm_lake_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_clm_lake_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 157.088513 - 0: The maximum resident set size (KB) = 858892 + 0: The total amount of wall time = 155.846610 + 0: The maximum resident set size (KB) = 862700 Test 213 rap_clm_lake_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/control_wam_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/control_wam_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/control_wam_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 138.607873 - 0: The maximum resident set size (KB) = 239208 + 0: The total amount of wall time = 133.702137 + 0: The maximum resident set size (KB) = 234876 Test 214 control_wam_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_dyn32_phy32_gnu Checking test 215 rap_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7058,14 +7058,14 @@ Checking test 215 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 = 709.753856 - 0: The maximum resident set size (KB) = 741012 + 0: The total amount of wall time = 710.167626 + 0: The maximum resident set size (KB) = 740760 Test 215 rap_control_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_dyn32_phy32_gnu Checking test 216 hrrr_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7112,14 +7112,14 @@ Checking test 216 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 = 360.707352 - 0: The maximum resident set size (KB) = 739600 + 0: The total amount of wall time = 354.275900 + 0: The maximum resident set size (KB) = 737728 Test 216 hrrr_control_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_qr_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_qr_dyn32_phy32_gnu Checking test 217 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7166,14 +7166,14 @@ Checking test 217 hrrr_control_qr_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 = 358.419432 - 0: The maximum resident set size (KB) = 746652 + 0: The total amount of wall time = 360.172203 + 0: The maximum resident set size (KB) = 750232 Test 217 hrrr_control_qr_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_2threads_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_2threads_dyn32_phy32_gnu Checking test 218 rap_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7220,14 +7220,14 @@ Checking test 218 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 = 628.983801 - 0: The maximum resident set size (KB) = 792948 + 0: The total amount of wall time = 631.215849 + 0: The maximum resident set size (KB) = 788216 Test 218 rap_2threads_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_2threads_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_2threads_dyn32_phy32_gnu Checking test 219 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7274,14 +7274,14 @@ Checking test 219 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 = 311.921022 - 0: The maximum resident set size (KB) = 788660 + 0: The total amount of wall time = 309.781256 + 0: The maximum resident set size (KB) = 788400 Test 219 hrrr_control_2threads_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_decomp_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_decomp_dyn32_phy32_gnu Checking test 220 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7328,14 +7328,14 @@ Checking test 220 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 = 356.198514 - 0: The maximum resident set size (KB) = 741780 + 0: The total amount of wall time = 355.186345 + 0: The maximum resident set size (KB) = 737724 Test 220 hrrr_control_decomp_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_restart_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_restart_dyn32_phy32_gnu Checking test 221 rap_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -7374,42 +7374,42 @@ Checking test 221 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 = 531.457119 - 0: The maximum resident set size (KB) = 559200 + 0: The total amount of wall time = 524.313205 + 0: The maximum resident set size (KB) = 559824 Test 221 rap_restart_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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.462671 - 0: The maximum resident set size (KB) = 549888 + 0: The total amount of wall time = 184.719403 + 0: The maximum resident set size (KB) = 548640 Test 222 hrrr_control_restart_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_qr_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_restart_qr_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 186.805389 - 0: The maximum resident set size (KB) = 577624 + 0: The total amount of wall time = 184.659616 + 0: The maximum resident set size (KB) = 578316 Test 223 hrrr_control_restart_qr_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_control_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_control_gnu Checking test 224 conus13km_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -7425,40 +7425,40 @@ Checking test 224 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 = 246.633516 - 0: The maximum resident set size (KB) = 612128 + 0: The total amount of wall time = 244.504324 + 0: The maximum resident set size (KB) = 609720 Test 224 conus13km_control_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_2threads_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_control_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 105.836151 - 0: The maximum resident set size (KB) = 648164 + 0: The total amount of wall time = 103.270697 + 0: The maximum resident set size (KB) = 648576 Test 225 conus13km_2threads_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_restart_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_restart_mismatch_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/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 = 127.638036 - 0: The maximum resident set size (KB) = 591152 + 0: The total amount of wall time = 126.557145 + 0: The maximum resident set size (KB) = 588080 Test 226 conus13km_restart_mismatch_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_control_qr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_control_qr_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_control_qr_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_control_qr_gnu Checking test 227 conus13km_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -7474,26 +7474,26 @@ Checking test 227 conus13km_control_qr_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 = 234.282705 - 0: The maximum resident set size (KB) = 620136 + 0: The total amount of wall time = 233.801068 + 0: The maximum resident set size (KB) = 614052 Test 227 conus13km_control_qr_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_restart_qr_mismatch_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_restart_qr_mismatch_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_restart_qr_mismatch_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_restart_qr_mismatch_gnu Checking test 228 conus13km_restart_qr_mismatch_gnu results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 127.806746 - 0: The maximum resident set size (KB) = 613260 + 0: The total amount of wall time = 127.002729 + 0: The maximum resident set size (KB) = 609264 Test 228 conus13km_restart_qr_mismatch_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn64_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_dyn64_phy32_gnu Checking test 229 rap_control_dyn64_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -7540,98 +7540,98 @@ Checking test 229 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 = 413.024401 - 0: The maximum resident set size (KB) = 764716 + 0: The total amount of wall time = 412.700316 + 0: The maximum resident set size (KB) = 766764 Test 229 rap_control_dyn64_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_debug_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_debug_dyn32_phy32_gnu Checking test 230 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 = 139.453920 - 0: The maximum resident set size (KB) = 756144 + 0: The total amount of wall time = 138.172048 + 0: The maximum resident set size (KB) = 748660 Test 230 rap_control_debug_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/hrrr_control_debug_dyn32_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/hrrr_control_debug_dyn32_phy32_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/hrrr_control_debug_dyn32_phy32_gnu Checking test 231 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 = 135.538942 - 0: The maximum resident set size (KB) = 750796 + 0: The total amount of wall time = 136.629560 + 0: The maximum resident set size (KB) = 758012 Test 231 hrrr_control_debug_dyn32_phy32_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_debug_gnu Checking test 232 conus13km_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 = 417.078589 - 0: The maximum resident set size (KB) = 628480 + 0: The total amount of wall time = 417.776322 + 0: The maximum resident set size (KB) = 628228 Test 232 conus13km_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_debug_2threads_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_debug_2threads_gnu Checking test 233 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 = 259.574521 - 0: The maximum resident set size (KB) = 669344 + 0: The total amount of wall time = 256.938500 + 0: The maximum resident set size (KB) = 670068 Test 233 conus13km_debug_2threads_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/conus13km_radar_tten_debug_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/conus13km_radar_tten_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/conus13km_radar_tten_debug_gnu Checking test 234 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 = 427.049873 - 0: The maximum resident set size (KB) = 627584 + 0: The total amount of wall time = 422.913624 + 0: The maximum resident set size (KB) = 625748 Test 234 conus13km_radar_tten_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/rap_control_debug_dyn64_phy32_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/rap_control_dyn64_phy32_debug_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/rap_control_dyn64_phy32_debug_gnu Checking test 235 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 = 148.711207 - 0: The maximum resident set size (KB) = 777048 + 0: The total amount of wall time = 146.071112 + 0: The maximum resident set size (KB) = 775244 Test 235 rap_control_dyn64_phy32_debug_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_p8_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_p8_gnu Checking test 236 cpld_control_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -7696,14 +7696,14 @@ Checking test 236 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 = 640.743152 - 0: The maximum resident set size (KB) = 1506504 + 0: The total amount of wall time = 651.181361 + 0: The maximum resident set size (KB) = 1483840 Test 236 cpld_control_p8_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_c96_noaero_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_nowave_noaero_p8_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_nowave_noaero_p8_gnu Checking test 237 cpld_control_nowave_noaero_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -7765,14 +7765,14 @@ Checking test 237 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 = 415.634105 - 0: The maximum resident set size (KB) = 1396780 + 0: The total amount of wall time = 416.166416 + 0: The maximum resident set size (KB) = 1399572 Test 237 cpld_control_nowave_noaero_p8_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_p8_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_debug_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_debug_p8_gnu Checking test 238 cpld_debug_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -7825,14 +7825,14 @@ Checking test 238 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 = 376.470658 - 0: The maximum resident set size (KB) = 1487504 + 0: The total amount of wall time = 349.846172 + 0: The maximum resident set size (KB) = 1511176 Test 238 cpld_debug_p8_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_control_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_control_pdlib_p8_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_control_pdlib_p8_gnu Checking test 239 cpld_control_pdlib_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -7896,14 +7896,14 @@ Checking test 239 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 = 1434.385095 - 0: The maximum resident set size (KB) = 1371876 + 0: The total amount of wall time = 1425.806663 + 0: The maximum resident set size (KB) = 1375824 Test 239 cpld_control_pdlib_p8_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/cpld_debug_pdlib_p8_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/cpld_debug_pdlib_p8_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/cpld_debug_pdlib_p8_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/cpld_debug_pdlib_p8_gnu Checking test 240 cpld_debug_pdlib_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -7955,25 +7955,25 @@ Checking test 240 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 = 712.003775 - 0: The maximum resident set size (KB) = 1383376 + 0: The total amount of wall time = 713.420237 + 0: The maximum resident set size (KB) = 1368840 Test 240 cpld_debug_pdlib_p8_gnu PASS -baseline dir = /scratch2/BMC/wrfruc/Samuel.Trahan/lakes/RT/NEMSfv3gfs/develop-20230822/datm_cdeps_control_cfsr_gnu -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_157947/datm_cdeps_control_cfsr_gnu +baseline dir = /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_gnu +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_RT/rt_202334/datm_cdeps_control_cfsr_gnu Checking test 241 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 = 172.208343 - 0: The maximum resident set size (KB) = 675460 + 0: The total amount of wall time = 170.483718 + 0: The maximum resident set size (KB) = 685332 Test 241 datm_cdeps_control_cfsr_gnu PASS REGRESSION TEST WAS SUCCESSFUL -Thu Aug 24 20:37:10 UTC 2023 -Elapsed time: 01h:19m:52s. Have a nice day! +Sun Aug 27 23:23:50 UTC 2023 +Elapsed time: 02h:08m:02s. Have a nice day! From e5102c5b93bbdecf67e7ee62f0e85a2e76242b1b Mon Sep 17 00:00:00 2001 From: zach1221 Date: Mon, 28 Aug 2023 00:56:08 +0000 Subject: [PATCH 17/25] add jet RT logs: passed --- tests/logs/RegressionTests_jet.log | 1875 ++++++++++++++-------------- 1 file changed, 936 insertions(+), 939 deletions(-) diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index a2f65f4ae6..80bebd7f18 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,53 +1,53 @@ -Fri Aug 25 15:38:58 UTC 2023 +Sun Aug 27 21:15:11 UTC 2023 Start Regression test -Testing UFSWM Hash: d5c499d2b5fc9d97448a67b9e610be4363bc6042 +Testing UFSWM Hash: c5bcc34a37c2bc8f566eb5b02282b65d77a05405 Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) - 4edb1cc6d7cd87cb5b3b32a8b85c38be5510112d ../CMEPS-interface/CMEPS (cmeps_v0.4.1-1883-g4edb1cc6) + c24fb5999efafffaa393b886e21780ab7fd3aa08 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-1404-gc24fb59) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 94a49f8e74c59851473b5f0bde9d97e7f6afc33f ../FV3 (heads/develop) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (remotes/origin/conus13km) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atm_debug_dyn32_intel elapsed time 306 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 1879 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 1744 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 1732 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile atml_intel elapsed time 1483 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 1788 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile atmwm_intel elapsed time 1771 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile csawmg_intel elapsed time 1765 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 162 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 300 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 259 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 121 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile hafs_all_intel elapsed time 1768 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 1828 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 -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 2512 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile rrfs_dyn32_phy32_intel elapsed time 1708 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 1742 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 1839 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 1823 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 1554 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 291 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 1988 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 2083 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 307 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 5466 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 2056 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 235 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 1659 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-20230824/cpld_control_p8_mixedmode_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_p8_mixedmode_intel +Compile atm_debug_dyn32_intel elapsed time 308 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 1901 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 1749 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 1449 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 1783 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile atmwm_intel elapsed time 1742 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile csawmg_intel elapsed time 1764 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 258 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 291 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 112 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile hafs_all_intel elapsed time 1816 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 1815 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 213 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 2473 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 1696 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 230 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 1749 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 1905 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile s2s_aoflux_intel elapsed time 1832 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 294 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 1956 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 1962 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 316 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 5449 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 2069 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 225 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 1667 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-20230825/cpld_control_p8_mixedmode_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 406.655709 - 0: The maximum resident set size (KB) = 1757004 + 0: The total amount of wall time = 407.062051 + 0: The maximum resident set size (KB) = 1757660 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_gfsv17_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_gfsv17_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_gfsv17_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -183,14 +183,14 @@ 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 = 286.149484 - 0: The maximum resident set size (KB) = 1631044 + 0: The total amount of wall time = 287.112349 + 0: The maximum resident set size (KB) = 1587200 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -255,14 +255,14 @@ 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 = 455.926993 - 0: The maximum resident set size (KB) = 1777536 + 0: The total amount of wall time = 456.242112 + 0: The maximum resident set size (KB) = 1814728 Test 003 cpld_control_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_restart_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -315,14 +315,14 @@ 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 = 254.485301 - 0: The maximum resident set size (KB) = 1516336 + 0: The total amount of wall time = 255.326356 + 0: The maximum resident set size (KB) = 1516368 Test 004 cpld_restart_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_qr_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -387,14 +387,14 @@ 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 = 457.551343 - 0: The maximum resident set size (KB) = 1813200 + 0: The total amount of wall time = 457.660910 + 0: The maximum resident set size (KB) = 1832200 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_restart_qr_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -447,14 +447,14 @@ 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 = 267.899473 - 0: The maximum resident set size (KB) = 1548752 + 0: The total amount of wall time = 263.518873 + 0: The maximum resident set size (KB) = 1547372 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_2threads_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -507,14 +507,14 @@ 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 = 436.913853 - 0: The maximum resident set size (KB) = 1996504 + 0: The total amount of wall time = 438.068657 + 0: The maximum resident set size (KB) = 1998364 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_decomp_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -567,14 +567,14 @@ 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 = 456.996203 - 0: The maximum resident set size (KB) = 1811544 + 0: The total amount of wall time = 463.905061 + 0: The maximum resident set size (KB) = 1815352 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_mpi_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -627,14 +627,14 @@ 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 = 376.960444 - 0: The maximum resident set size (KB) = 1753412 + 0: The total amount of wall time = 395.380833 + 0: The maximum resident set size (KB) = 1764112 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_ciceC_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_ciceC_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_ciceC_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -699,14 +699,14 @@ 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 = 452.929438 - 0: The maximum resident set size (KB) = 1802124 + 0: The total amount of wall time = 458.792444 + 0: The maximum resident set size (KB) = 1797216 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_noaero_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_noaero_p8_intel Checking test 011 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -770,14 +770,14 @@ 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 = 342.912444 - 0: The maximum resident set size (KB) = 1650440 + 0: The total amount of wall time = 341.775944 + 0: The maximum resident set size (KB) = 1635836 Test 011 cpld_control_noaero_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_c96_noaero_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_nowave_noaero_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_nowave_noaero_p8_intel Checking test 012 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -839,14 +839,14 @@ 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 = 347.261866 - 0: The maximum resident set size (KB) = 1704624 + 0: The total amount of wall time = 345.850152 + 0: The maximum resident set size (KB) = 1686336 Test 012 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_debug_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_debug_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_debug_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_debug_p8_intel Checking test 013 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -899,14 +899,14 @@ 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 = 666.647733 - 0: The maximum resident set size (KB) = 1810440 + 0: The total amount of wall time = 672.123531 + 0: The maximum resident set size (KB) = 1818588 Test 013 cpld_debug_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_debug_noaero_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_debug_noaero_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_debug_noaero_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_debug_noaero_p8_intel Checking test 014 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -958,14 +958,14 @@ 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.058103 - 0: The maximum resident set size (KB) = 1653712 + 0: The total amount of wall time = 458.186055 + 0: The maximum resident set size (KB) = 1645624 Test 014 cpld_debug_noaero_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_agrid_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_noaero_p8_agrid_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_agrid_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_noaero_p8_agrid_intel Checking test 015 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1027,14 +1027,14 @@ 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 = 344.432437 - 0: The maximum resident set size (KB) = 1705572 + 0: The total amount of wall time = 345.641161 + 0: The maximum resident set size (KB) = 1705288 Test 015 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_c48_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_c48_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_c48_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_c48_intel Checking test 016 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1084,14 +1084,14 @@ 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 = 802.547520 - 0: The maximum resident set size (KB) = 2781676 + 0: The total amount of wall time = 801.416553 + 0: The maximum resident set size (KB) = 2771896 Test 016 cpld_control_c48_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_faster_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/cpld_control_p8_faster_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_faster_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/cpld_control_p8_faster_intel Checking test 017 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1156,14 +1156,14 @@ 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 = 440.072208 - 0: The maximum resident set size (KB) = 1784892 + 0: The total amount of wall time = 424.324485 + 0: The maximum resident set size (KB) = 1809908 Test 017 cpld_control_p8_faster_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_flake_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_flake_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_flake_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_flake_intel Checking test 018 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1174,14 +1174,14 @@ Checking test 018 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 255.289443 - 0: The maximum resident set size (KB) = 631316 + 0: The total amount of wall time = 251.898091 + 0: The maximum resident set size (KB) = 631904 Test 018 control_flake_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_CubedSphereGrid_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_CubedSphereGrid_intel Checking test 019 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1208,36 +1208,36 @@ Checking test 019 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 181.846507 - 0: The maximum resident set size (KB) = 582520 + 0: The total amount of wall time = 181.414995 + 0: The maximum resident set size (KB) = 584620 Test 019 control_CubedSphereGrid_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_parallel_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_CubedSphereGrid_parallel_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_parallel_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_CubedSphereGrid_parallel_intel Checking test 020 control_CubedSphereGrid_parallel_intel results .... - Comparing sfcf000.nc .........OK + Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK - Comparing atmf024.nc ............ALT CHECK......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_atmf024.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 = 195.468813 - 0: The maximum resident set size (KB) = 587944 + 0: The total amount of wall time = 192.616230 + 0: The maximum resident set size (KB) = 590984 Test 020 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_latlon_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_latlon_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_latlon_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_latlon_intel Checking test 021 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1248,14 +1248,14 @@ Checking test 021 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 181.793006 - 0: The maximum resident set size (KB) = 586876 + 0: The total amount of wall time = 185.183177 + 0: The maximum resident set size (KB) = 584720 Test 021 control_latlon_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_wrtGauss_netcdf_parallel_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_wrtGauss_netcdf_parallel_intel Checking test 022 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1266,14 +1266,14 @@ Checking test 022 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 183.750018 - 0: The maximum resident set size (KB) = 582576 + 0: The total amount of wall time = 187.345959 + 0: The maximum resident set size (KB) = 583424 Test 022 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_c48_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_c48_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_c48_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_c48_intel Checking test 023 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1312,14 +1312,14 @@ 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 = 596.694942 -0: The maximum resident set size (KB) = 809668 +0: The total amount of wall time = 596.764630 +0: The maximum resident set size (KB) = 803536 Test 023 control_c48_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_c192_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_c192_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_c192_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_c192_intel Checking test 024 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1330,14 +1330,14 @@ Checking test 024 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 729.871818 - 0: The maximum resident set size (KB) = 709128 + 0: The total amount of wall time = 718.419648 + 0: The maximum resident set size (KB) = 702184 Test 024 control_c192_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_c384_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_c384_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_c384_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_c384_intel Checking test 025 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1348,14 +1348,14 @@ Checking test 025 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 924.705137 - 0: The maximum resident set size (KB) = 1070712 + 0: The total amount of wall time = 939.950348 + 0: The maximum resident set size (KB) = 1071380 Test 025 control_c384_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_c384gdas_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_c384gdas_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_c384gdas_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_c384gdas_intel Checking test 026 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1398,14 +1398,14 @@ 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 = 802.455332 - 0: The maximum resident set size (KB) = 1210688 + 0: The total amount of wall time = 803.777915 + 0: The maximum resident set size (KB) = 1207568 Test 026 control_c384gdas_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_stochy_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_stochy_intel Checking test 027 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1416,28 +1416,28 @@ Checking test 027 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 119.945555 - 0: The maximum resident set size (KB) = 592004 + 0: The total amount of wall time = 122.272683 + 0: The maximum resident set size (KB) = 592376 Test 027 control_stochy_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_stochy_restart_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_stochy_restart_intel Checking test 028 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 = 67.331739 - 0: The maximum resident set size (KB) = 409468 + 0: The total amount of wall time = 68.775001 + 0: The maximum resident set size (KB) = 408872 Test 028 control_stochy_restart_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_lndp_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_lndp_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_lndp_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_lndp_intel Checking test 029 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1448,14 +1448,14 @@ Checking test 029 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 116.892326 - 0: The maximum resident set size (KB) = 589260 + 0: The total amount of wall time = 112.343213 + 0: The maximum resident set size (KB) = 590324 Test 029 control_lndp_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_iovr4_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_iovr4_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_iovr4_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_iovr4_intel Checking test 030 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1470,14 +1470,14 @@ Checking test 030 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 191.473231 - 0: The maximum resident set size (KB) = 586208 + 0: The total amount of wall time = 188.075666 + 0: The maximum resident set size (KB) = 586456 Test 030 control_iovr4_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_iovr5_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_iovr5_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_iovr5_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_iovr5_intel Checking test 031 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1492,14 +1492,14 @@ Checking test 031 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 188.766391 - 0: The maximum resident set size (KB) = 581364 + 0: The total amount of wall time = 192.776212 + 0: The maximum resident set size (KB) = 585312 Test 031 control_iovr5_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_p8_intel Checking test 032 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1546,14 +1546,14 @@ 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 = 229.655979 - 0: The maximum resident set size (KB) = 1550304 + 0: The total amount of wall time = 229.436727 + 0: The maximum resident set size (KB) = 1566300 Test 032 control_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_restart_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_restart_p8_intel Checking test 033 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1592,14 +1592,14 @@ 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 = 123.307703 - 0: The maximum resident set size (KB) = 790856 + 0: The total amount of wall time = 122.462472 + 0: The maximum resident set size (KB) = 792776 Test 033 control_restart_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_qr_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_qr_p8_intel Checking test 034 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1646,14 +1646,14 @@ 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 = 226.764487 - 0: The maximum resident set size (KB) = 1569196 + 0: The total amount of wall time = 225.622674 + 0: The maximum resident set size (KB) = 1578352 Test 034 control_qr_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_restart_qr_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_restart_qr_p8_intel Checking test 035 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1692,14 +1692,14 @@ 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 = 120.940677 - 0: The maximum resident set size (KB) = 795588 + 0: The total amount of wall time = 121.900461 + 0: The maximum resident set size (KB) = 796508 Test 035 control_restart_qr_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_decomp_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_decomp_p8_intel Checking test 036 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1742,14 +1742,14 @@ 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 = 237.934289 - 0: The maximum resident set size (KB) = 1545012 + 0: The total amount of wall time = 248.129110 + 0: The maximum resident set size (KB) = 1551828 Test 036 control_decomp_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_2threads_p8_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_2threads_p8_intel Checking test 037 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1792,14 +1792,14 @@ 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 = 212.405721 - 0: The maximum resident set size (KB) = 1634448 + 0: The total amount of wall time = 219.399590 + 0: The maximum resident set size (KB) = 1644864 Test 037 control_2threads_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_lndp_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_p8_lndp_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_lndp_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_p8_lndp_intel Checking test 038 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1818,14 +1818,14 @@ Checking test 038 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 423.923751 - 0: The maximum resident set size (KB) = 1563068 + 0: The total amount of wall time = 434.327810 + 0: The maximum resident set size (KB) = 1559048 Test 038 control_p8_lndp_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_rrtmgp_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_p8_rrtmgp_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_rrtmgp_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_p8_rrtmgp_intel Checking test 039 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1872,14 +1872,14 @@ 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 = 303.396642 - 0: The maximum resident set size (KB) = 1612628 + 0: The total amount of wall time = 306.679556 + 0: The maximum resident set size (KB) = 1622576 Test 039 control_p8_rrtmgp_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_mynn_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_p8_mynn_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_mynn_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_p8_mynn_intel Checking test 040 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1926,14 +1926,14 @@ 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 = 245.611707 - 0: The maximum resident set size (KB) = 1551008 + 0: The total amount of wall time = 236.638801 + 0: The maximum resident set size (KB) = 1553944 Test 040 control_p8_mynn_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/merra2_thompson_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/merra2_thompson_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/merra2_thompson_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/merra2_thompson_intel Checking test 041 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1980,14 +1980,14 @@ 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.601466 - 0: The maximum resident set size (KB) = 1575164 + 0: The total amount of wall time = 258.637464 + 0: The maximum resident set size (KB) = 1571656 Test 041 merra2_thompson_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_control_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_control_intel Checking test 042 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1998,28 +1998,28 @@ Checking test 042 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 399.275433 - 0: The maximum resident set size (KB) = 801880 + 0: The total amount of wall time = 398.144602 + 0: The maximum resident set size (KB) = 799412 Test 042 regional_control_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_restart_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_restart_intel Checking test 043 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 = 202.021927 - 0: The maximum resident set size (KB) = 796596 + 0: The total amount of wall time = 201.093318 + 0: The maximum resident set size (KB) = 795120 Test 043 regional_restart_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_control_qr_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_control_qr_intel Checking test 044 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2030,28 +2030,28 @@ Checking test 044 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 396.807113 - 0: The maximum resident set size (KB) = 804500 + 0: The total amount of wall time = 398.110288 + 0: The maximum resident set size (KB) = 804608 Test 044 regional_control_qr_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_restart_qr_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_restart_qr_intel Checking test 045 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 = 203.073834 - 0: The maximum resident set size (KB) = 791564 + 0: The total amount of wall time = 205.668001 + 0: The maximum resident set size (KB) = 794052 Test 045 regional_restart_qr_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_decomp_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_decomp_intel Checking test 046 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2062,14 +2062,14 @@ Checking test 046 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 415.325162 - 0: The maximum resident set size (KB) = 795520 + 0: The total amount of wall time = 415.853957 + 0: The maximum resident set size (KB) = 795136 Test 046 regional_decomp_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_2threads_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_2threads_intel Checking test 047 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2080,28 +2080,28 @@ Checking test 047 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 250.457916 - 0: The maximum resident set size (KB) = 778544 + 0: The total amount of wall time = 241.001993 + 0: The maximum resident set size (KB) = 783924 Test 047 regional_2threads_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_netcdf_parallel_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_netcdf_parallel_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_netcdf_parallel_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_netcdf_parallel_intel Checking test 048 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 = 395.654159 - 0: The maximum resident set size (KB) = 791544 + 0: The total amount of wall time = 392.183690 + 0: The maximum resident set size (KB) = 795512 Test 048 regional_netcdf_parallel_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_2dwrtdecomp_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_2dwrtdecomp_intel Checking test 049 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2112,14 +2112,14 @@ Checking test 049 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 397.629634 - 0: The maximum resident set size (KB) = 800980 + 0: The total amount of wall time = 396.338025 + 0: The maximum resident set size (KB) = 796880 Test 049 regional_2dwrtdecomp_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_control_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_control_intel Checking test 050 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2166,14 +2166,14 @@ 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 = 586.542842 - 0: The maximum resident set size (KB) = 976124 + 0: The total amount of wall time = 594.288110 + 0: The maximum resident set size (KB) = 958176 Test 050 rap_control_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_spp_sppt_shum_skeb_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_spp_sppt_shum_skeb_intel Checking test 051 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2184,14 +2184,14 @@ 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 = 321.633647 - 0: The maximum resident set size (KB) = 1105528 + 0: The total amount of wall time = 317.341577 + 0: The maximum resident set size (KB) = 1121184 Test 051 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_decomp_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_decomp_intel Checking test 052 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2238,14 +2238,14 @@ 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 = 620.254015 - 0: The maximum resident set size (KB) = 959696 + 0: The total amount of wall time = 622.418092 + 0: The maximum resident set size (KB) = 952400 Test 052 rap_decomp_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_2threads_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_2threads_intel Checking test 053 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2292,14 +2292,14 @@ 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 = 557.967991 - 0: The maximum resident set size (KB) = 1029748 + 0: The total amount of wall time = 558.124862 + 0: The maximum resident set size (KB) = 1039936 Test 053 rap_2threads_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_restart_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_restart_intel Checking test 054 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2338,14 +2338,14 @@ 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 = 297.717759 - 0: The maximum resident set size (KB) = 834816 + 0: The total amount of wall time = 297.263086 + 0: The maximum resident set size (KB) = 846756 Test 054 rap_restart_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_sfcdiff_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_sfcdiff_intel Checking test 055 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2392,14 +2392,14 @@ 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 = 593.531426 - 0: The maximum resident set size (KB) = 955320 + 0: The total amount of wall time = 592.472542 + 0: The maximum resident set size (KB) = 960940 Test 055 rap_sfcdiff_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_sfcdiff_decomp_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_sfcdiff_decomp_intel Checking test 056 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2446,14 +2446,14 @@ 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 = 630.597235 - 0: The maximum resident set size (KB) = 958540 + 0: The total amount of wall time = 629.454499 + 0: The maximum resident set size (KB) = 961268 Test 056 rap_sfcdiff_decomp_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_sfcdiff_restart_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_sfcdiff_restart_intel Checking test 057 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2492,14 +2492,14 @@ 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 = 435.418097 - 0: The maximum resident set size (KB) = 843320 + 0: The total amount of wall time = 434.335400 + 0: The maximum resident set size (KB) = 846188 Test 057 rap_sfcdiff_restart_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_intel Checking test 058 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2546,14 +2546,14 @@ 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 = 569.159178 - 0: The maximum resident set size (KB) = 966900 + 0: The total amount of wall time = 551.366221 + 0: The maximum resident set size (KB) = 963240 Test 058 hrrr_control_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_qr_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_qr_intel Checking test 059 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2600,14 +2600,14 @@ 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 = 562.337214 - 0: The maximum resident set size (KB) = 974628 + 0: The total amount of wall time = 562.128136 + 0: The maximum resident set size (KB) = 971044 Test 059 hrrr_control_qr_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_decomp_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_decomp_intel Checking test 060 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2654,14 +2654,14 @@ 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 = 592.220353 - 0: The maximum resident set size (KB) = 954452 + 0: The total amount of wall time = 595.712154 + 0: The maximum resident set size (KB) = 959012 Test 060 hrrr_control_decomp_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_2threads_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_2threads_intel Checking test 061 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2708,42 +2708,42 @@ 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 = 525.257771 - 0: The maximum resident set size (KB) = 1032196 + 0: The total amount of wall time = 527.897022 + 0: The maximum resident set size (KB) = 1030408 Test 061 hrrr_control_2threads_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_restart_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_restart_intel Checking test 062 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 = 419.981812 - 0: The maximum resident set size (KB) = 844648 + 0: The total amount of wall time = 415.722117 + 0: The maximum resident set size (KB) = 852408 Test 062 hrrr_control_restart_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_restart_qr_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_restart_qr_intel Checking test 063 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 = 422.706895 - 0: The maximum resident set size (KB) = 885704 + 0: The total amount of wall time = 420.743278 + 0: The maximum resident set size (KB) = 883652 Test 063 hrrr_control_restart_qr_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_v1beta_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rrfs_v1beta_intel Checking test 064 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2790,14 +2790,14 @@ 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 = 584.407066 - 0: The maximum resident set size (KB) = 963096 + 0: The total amount of wall time = 591.050083 + 0: The maximum resident set size (KB) = 965544 Test 064 rrfs_v1beta_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_v1nssl_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rrfs_v1nssl_intel Checking test 065 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2812,14 +2812,14 @@ Checking test 065 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 700.632435 - 0: The maximum resident set size (KB) = 643732 + 0: The total amount of wall time = 700.901094 + 0: The maximum resident set size (KB) = 647012 Test 065 rrfs_v1nssl_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_nohailnoccn_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_nohailnoccn_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rrfs_v1nssl_nohailnoccn_intel Checking test 066 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2834,140 +2834,123 @@ Checking test 066 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 671.809940 - 0: The maximum resident set size (KB) = 645792 + 0: The total amount of wall time = 694.858332 + 0: The maximum resident set size (KB) = 644740 Test 066 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 067 rrfs_smoke_conus13km_hrrr_warm_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 = 201.239748 - 0: The maximum resident set size (KB) = 919688 - -Test 067 rrfs_smoke_conus13km_hrrr_warm_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_hrrr_warm_qr_intel -Checking test 068 rrfs_smoke_conus13km_hrrr_warm_qr_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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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 = 192.031109 - 0: The maximum resident set size (KB) = 877048 - -Test 068 rrfs_smoke_conus13km_hrrr_warm_qr_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 069 rrfs_smoke_conus13km_hrrr_warm_2threads_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 - - 0: The total amount of wall time = 130.755303 - 0: The maximum resident set size (KB) = 871356 - -Test 069 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_conus13km_hrrr_warm_intel -Checking test 070 rrfs_conus13km_hrrr_warm_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_gf_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_gf_intel +Checking test 067 hrrr_gf_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 180.403024 - 0: The maximum resident set size (KB) = 875300 + 0: The total amount of wall time = 594.184629 + 0: The maximum resident set size (KB) = 977956 -Test 070 rrfs_conus13km_hrrr_warm_intel PASS +Test 067 hrrr_gf_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 071 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_c3_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_c3_intel +Checking test 068 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 199.645516 - 0: The maximum resident set size (KB) = 914792 - -Test 071 rrfs_smoke_conus13km_radar_tten_warm_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 072 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 119.610185 - 0: The maximum resident set size (KB) = 904620 - -Test 072 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel -Checking test 073 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 123.255706 - 0: The maximum resident set size (KB) = 944044 + 0: The total amount of wall time = 600.734296 + 0: The maximum resident set size (KB) = 966968 -Test 073 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel PASS +Test 068 hrrr_c3_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_csawmg_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_csawmg_intel -Checking test 074 control_csawmg_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_csawmg_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_csawmg_intel +Checking test 069 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2977,15 +2960,15 @@ Checking test 074 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 454.548169 - 0: The maximum resident set size (KB) = 681696 + 0: The total amount of wall time = 454.266120 + 0: The maximum resident set size (KB) = 678812 -Test 074 control_csawmg_intel PASS +Test 069 control_csawmg_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_csawmgt_intel -Checking test 075 control_csawmgt_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_csawmgt_intel +Checking test 070 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2995,15 +2978,15 @@ Checking test 075 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 452.029846 - 0: The maximum resident set size (KB) = 673360 + 0: The total amount of wall time = 449.883192 + 0: The maximum resident set size (KB) = 680100 -Test 075 control_csawmgt_intel PASS +Test 070 control_csawmgt_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_ras_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_ras_intel -Checking test 076 control_ras_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_ras_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_ras_intel +Checking test 071 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3013,27 +2996,27 @@ Checking test 076 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 255.297353 - 0: The maximum resident set size (KB) = 646612 + 0: The total amount of wall time = 258.877296 + 0: The maximum resident set size (KB) = 647012 -Test 076 control_ras_intel PASS +Test 071 control_ras_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_wam_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_wam_intel -Checking test 077 control_wam_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_wam_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_wam_intel +Checking test 072 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 152.515101 - 0: The maximum resident set size (KB) = 491192 + 0: The total amount of wall time = 149.670833 + 0: The maximum resident set size (KB) = 492824 -Test 077 control_wam_intel PASS +Test 072 control_wam_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_p8_faster_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_p8_faster_intel -Checking test 078 control_p8_faster_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_faster_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_p8_faster_intel +Checking test 073 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3079,15 +3062,15 @@ Checking test 078 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 = 219.829786 - 0: The maximum resident set size (KB) = 1563400 + 0: The total amount of wall time = 213.295970 + 0: The maximum resident set size (KB) = 1568828 -Test 078 control_p8_faster_intel PASS +Test 073 control_p8_faster_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_control_faster_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_control_faster_intel -Checking test 079 regional_control_faster_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_control_faster_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_control_faster_intel +Checking test 074 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3097,57 +3080,15 @@ Checking test 079 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 374.726394 - 0: The maximum resident set size (KB) = 797436 - -Test 079 regional_control_faster_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_hrrr_warm_debug_intel -Checking test 080 rrfs_smoke_conus13km_hrrr_warm_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 = 1091.908656 - 0: The maximum resident set size (KB) = 940344 - -Test 080 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel -Checking test 081 rrfs_smoke_conus13km_hrrr_warm_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 = 632.626857 - 0: The maximum resident set size (KB) = 908220 - -Test 081 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_conus13km_hrrr_warm_debug_intel -Checking test 082 rrfs_conus13km_hrrr_warm_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 = 973.133175 - 0: The maximum resident set size (KB) = 905536 + 0: The total amount of wall time = 372.533643 + 0: The maximum resident set size (KB) = 798484 -Test 082 rrfs_conus13km_hrrr_warm_debug_intel PASS +Test 074 regional_control_faster_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_CubedSphereGrid_debug_intel -Checking test 083 control_CubedSphereGrid_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_CubedSphereGrid_debug_intel +Checking test 075 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3173,349 +3114,349 @@ 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 = 192.142772 - 0: The maximum resident set size (KB) = 736792 + 0: The total amount of wall time = 191.593159 + 0: The maximum resident set size (KB) = 741464 -Test 083 control_CubedSphereGrid_debug_intel PASS +Test 075 control_CubedSphereGrid_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 084 control_wrtGauss_netcdf_parallel_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 076 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 = 194.485018 - 0: The maximum resident set size (KB) = 735056 + 0: The total amount of wall time = 190.466702 + 0: The maximum resident set size (KB) = 745276 -Test 084 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 076 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_stochy_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_stochy_debug_intel -Checking test 085 control_stochy_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_stochy_debug_intel +Checking test 077 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 = 214.444496 - 0: The maximum resident set size (KB) = 744916 + 0: The total amount of wall time = 213.927749 + 0: The maximum resident set size (KB) = 748536 -Test 085 control_stochy_debug_intel PASS +Test 077 control_stochy_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_lndp_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_lndp_debug_intel -Checking test 086 control_lndp_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_lndp_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_lndp_debug_intel +Checking test 078 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 = 193.964524 - 0: The maximum resident set size (KB) = 739936 + 0: The total amount of wall time = 190.402955 + 0: The maximum resident set size (KB) = 749632 -Test 086 control_lndp_debug_intel PASS +Test 078 control_lndp_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_csawmg_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_csawmg_debug_intel -Checking test 087 control_csawmg_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_csawmg_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_csawmg_debug_intel +Checking test 079 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.045060 - 0: The maximum resident set size (KB) = 792236 + 0: The total amount of wall time = 304.991684 + 0: The maximum resident set size (KB) = 793936 -Test 087 control_csawmg_debug_intel PASS +Test 079 control_csawmg_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_csawmgt_debug_intel -Checking test 088 control_csawmgt_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_csawmgt_debug_intel +Checking test 080 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 = 303.844412 - 0: The maximum resident set size (KB) = 793132 + 0: The total amount of wall time = 299.712934 + 0: The maximum resident set size (KB) = 786756 -Test 088 control_csawmgt_debug_intel PASS +Test 080 control_csawmgt_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_ras_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_ras_debug_intel -Checking test 089 control_ras_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_ras_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_ras_debug_intel +Checking test 081 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 = 191.006876 - 0: The maximum resident set size (KB) = 753916 + 0: The total amount of wall time = 193.760769 + 0: The maximum resident set size (KB) = 756104 -Test 089 control_ras_debug_intel PASS +Test 081 control_ras_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_diag_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_diag_debug_intel -Checking test 090 control_diag_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_diag_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_diag_debug_intel +Checking test 082 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 = 196.612056 - 0: The maximum resident set size (KB) = 798544 + 0: The total amount of wall time = 199.633570 + 0: The maximum resident set size (KB) = 802232 -Test 090 control_diag_debug_intel PASS +Test 082 control_diag_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_debug_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_debug_p8_intel -Checking test 091 control_debug_p8_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_debug_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_debug_p8_intel +Checking test 083 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 = 220.512104 - 0: The maximum resident set size (KB) = 1560328 + 0: The total amount of wall time = 216.538641 + 0: The maximum resident set size (KB) = 1577048 -Test 091 control_debug_p8_intel PASS +Test 083 control_debug_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_debug_intel -Checking test 092 regional_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_debug_intel +Checking test 084 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 = 1275.478100 - 0: The maximum resident set size (KB) = 826536 + 0: The total amount of wall time = 1279.015034 + 0: The maximum resident set size (KB) = 815872 -Test 092 regional_debug_intel PASS +Test 084 regional_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_control_debug_intel -Checking test 093 rap_control_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_control_debug_intel +Checking test 085 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 = 348.610734 - 0: The maximum resident set size (KB) = 1121824 + 0: The total amount of wall time = 350.748820 + 0: The maximum resident set size (KB) = 1139636 -Test 093 rap_control_debug_intel PASS +Test 085 rap_control_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_debug_intel -Checking test 094 hrrr_control_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_debug_intel +Checking test 086 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 = 341.853909 - 0: The maximum resident set size (KB) = 1112048 + 0: The total amount of wall time = 344.058473 + 0: The maximum resident set size (KB) = 1118564 -Test 094 hrrr_control_debug_intel PASS +Test 086 hrrr_control_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_unified_drag_suite_debug_intel -Checking test 095 rap_unified_drag_suite_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_unified_drag_suite_debug_intel +Checking test 087 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 = 355.190555 - 0: The maximum resident set size (KB) = 1130600 + 0: The total amount of wall time = 353.125635 + 0: The maximum resident set size (KB) = 1131084 -Test 095 rap_unified_drag_suite_debug_intel PASS +Test 087 rap_unified_drag_suite_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_diag_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_diag_debug_intel -Checking test 096 rap_diag_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_diag_debug_intel +Checking test 088 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 = 369.688228 - 0: The maximum resident set size (KB) = 1195160 + 0: The total amount of wall time = 365.888863 + 0: The maximum resident set size (KB) = 1216548 -Test 096 rap_diag_debug_intel PASS +Test 088 rap_diag_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_cires_ugwp_debug_intel -Checking test 097 rap_cires_ugwp_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_cires_ugwp_debug_intel +Checking test 089 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 = 358.950177 - 0: The maximum resident set size (KB) = 1122328 + 0: The total amount of wall time = 355.421206 + 0: The maximum resident set size (KB) = 1140200 -Test 097 rap_cires_ugwp_debug_intel PASS +Test 089 rap_cires_ugwp_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_unified_ugwp_debug_intel -Checking test 098 rap_unified_ugwp_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_unified_ugwp_debug_intel +Checking test 090 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 = 357.751868 - 0: The maximum resident set size (KB) = 1130904 + 0: The total amount of wall time = 358.212097 + 0: The maximum resident set size (KB) = 1115720 -Test 098 rap_unified_ugwp_debug_intel PASS +Test 090 rap_unified_ugwp_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_lndp_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_lndp_debug_intel -Checking test 099 rap_lndp_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_lndp_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_lndp_debug_intel +Checking test 091 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 = 357.140212 - 0: The maximum resident set size (KB) = 1119672 + 0: The total amount of wall time = 357.588693 + 0: The maximum resident set size (KB) = 1132044 -Test 099 rap_lndp_debug_intel PASS +Test 091 rap_lndp_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_progcld_thompson_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_progcld_thompson_debug_intel -Checking test 100 rap_progcld_thompson_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_progcld_thompson_debug_intel +Checking test 092 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 = 352.630582 - 0: The maximum resident set size (KB) = 1122688 + 0: The total amount of wall time = 356.783911 + 0: The maximum resident set size (KB) = 1140408 -Test 100 rap_progcld_thompson_debug_intel PASS +Test 092 rap_progcld_thompson_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_noah_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_noah_debug_intel -Checking test 101 rap_noah_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_noah_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_noah_debug_intel +Checking test 093 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 = 343.019749 - 0: The maximum resident set size (KB) = 1129996 + 0: The total amount of wall time = 348.152473 + 0: The maximum resident set size (KB) = 1127696 -Test 101 rap_noah_debug_intel PASS +Test 093 rap_noah_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_sfcdiff_debug_intel -Checking test 102 rap_sfcdiff_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_sfcdiff_debug_intel +Checking test 094 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 = 349.961094 - 0: The maximum resident set size (KB) = 1125824 + 0: The total amount of wall time = 356.237592 + 0: The maximum resident set size (KB) = 1124944 -Test 102 rap_sfcdiff_debug_intel PASS +Test 094 rap_sfcdiff_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 103 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 095 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 = 579.240018 - 0: The maximum resident set size (KB) = 1137072 + 0: The total amount of wall time = 575.573041 + 0: The maximum resident set size (KB) = 1133872 -Test 103 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 095 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_v1beta_debug_intel -Checking test 104 rrfs_v1beta_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rrfs_v1beta_debug_intel +Checking test 096 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 = 345.512973 - 0: The maximum resident set size (KB) = 1130996 + 0: The total amount of wall time = 349.041243 + 0: The maximum resident set size (KB) = 1136640 -Test 104 rrfs_v1beta_debug_intel PASS +Test 096 rrfs_v1beta_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_clm_lake_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_clm_lake_debug_intel -Checking test 105 rap_clm_lake_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_clm_lake_debug_intel +Checking test 097 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 = 436.358423 - 0: The maximum resident set size (KB) = 1124316 + 0: The total amount of wall time = 431.293883 + 0: The maximum resident set size (KB) = 1135732 -Test 105 rap_clm_lake_debug_intel PASS +Test 097 rap_clm_lake_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_flake_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_flake_debug_intel -Checking test 106 rap_flake_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_flake_debug_intel +Checking test 098 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 = 350.450628 - 0: The maximum resident set size (KB) = 1125844 + 0: The total amount of wall time = 353.368763 + 0: The maximum resident set size (KB) = 1129608 -Test 106 rap_flake_debug_intel PASS +Test 098 rap_flake_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/control_wam_debug_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_wam_debug_intel -Checking test 107 control_wam_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_wam_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_wam_debug_intel +Checking test 099 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 356.967185 - 0: The maximum resident set size (KB) = 448500 + 0: The total amount of wall time = 362.475078 + 0: The maximum resident set size (KB) = 450140 -Test 107 control_wam_debug_intel PASS +Test 099 control_wam_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 108 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 100 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3525,15 +3466,15 @@ Checking test 108 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 290.034485 - 0: The maximum resident set size (KB) = 1008780 + 0: The total amount of wall time = 293.831080 + 0: The maximum resident set size (KB) = 1016300 -Test 108 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 100 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_control_dyn32_phy32_intel -Checking test 109 rap_control_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_control_dyn32_phy32_intel +Checking test 101 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3579,15 +3520,15 @@ Checking test 109 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 = 481.711696 - 0: The maximum resident set size (KB) = 867936 + 0: The total amount of wall time = 481.924625 + 0: The maximum resident set size (KB) = 855572 -Test 109 rap_control_dyn32_phy32_intel PASS +Test 101 rap_control_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_dyn32_phy32_intel -Checking test 110 hrrr_control_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_dyn32_phy32_intel +Checking test 102 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3633,15 +3574,15 @@ Checking test 110 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 = 252.837075 - 0: The maximum resident set size (KB) = 849868 + 0: The total amount of wall time = 252.556313 + 0: The maximum resident set size (KB) = 846888 -Test 110 hrrr_control_dyn32_phy32_intel PASS +Test 102 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_qr_dyn32_phy32_intel -Checking test 111 hrrr_control_qr_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_qr_dyn32_phy32_intel +Checking test 103 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3687,15 +3628,15 @@ Checking test 111 hrrr_control_qr_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.026681 - 0: The maximum resident set size (KB) = 857776 + 0: The total amount of wall time = 246.657040 + 0: The maximum resident set size (KB) = 864584 -Test 111 hrrr_control_qr_dyn32_phy32_intel PASS +Test 103 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_2threads_dyn32_phy32_intel -Checking test 112 rap_2threads_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_2threads_dyn32_phy32_intel +Checking test 104 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3741,15 +3682,15 @@ Checking test 112 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 = 455.031908 - 0: The maximum resident set size (KB) = 906324 + 0: The total amount of wall time = 458.767781 + 0: The maximum resident set size (KB) = 913244 -Test 112 rap_2threads_dyn32_phy32_intel PASS +Test 104 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_2threads_dyn32_phy32_intel -Checking test 113 hrrr_control_2threads_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_2threads_dyn32_phy32_intel +Checking test 105 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3795,15 +3736,15 @@ Checking test 113 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 = 234.195639 - 0: The maximum resident set size (KB) = 876728 + 0: The total amount of wall time = 233.071684 + 0: The maximum resident set size (KB) = 881124 -Test 113 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 105 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_decomp_dyn32_phy32_intel -Checking test 114 hrrr_control_decomp_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_decomp_dyn32_phy32_intel +Checking test 106 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3849,15 +3790,15 @@ Checking test 114 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 = 262.080364 - 0: The maximum resident set size (KB) = 827452 + 0: The total amount of wall time = 273.689548 + 0: The maximum resident set size (KB) = 846052 -Test 114 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 106 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_restart_dyn32_phy32_intel -Checking test 115 rap_restart_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_restart_dyn32_phy32_intel +Checking test 107 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3895,43 +3836,43 @@ Checking test 115 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 = 353.694190 - 0: The maximum resident set size (KB) = 814492 + 0: The total amount of wall time = 353.372432 + 0: The maximum resident set size (KB) = 821444 -Test 115 rap_restart_dyn32_phy32_intel PASS +Test 107 rap_restart_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_restart_dyn32_phy32_intel -Checking test 116 hrrr_control_restart_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_restart_dyn32_phy32_intel +Checking test 108 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 = 130.534125 - 0: The maximum resident set size (KB) = 776360 + 0: The total amount of wall time = 128.873976 + 0: The maximum resident set size (KB) = 768100 -Test 116 hrrr_control_restart_dyn32_phy32_intel PASS +Test 108 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 117 hrrr_control_restart_qr_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 109 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 = 133.354907 - 0: The maximum resident set size (KB) = 795188 + 0: The total amount of wall time = 130.877069 + 0: The maximum resident set size (KB) = 800844 -Test 117 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 109 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_fast_phy32_intel -Checking test 118 rrfs_smoke_conus13km_fast_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/conus13km_control_intel +Checking test 110 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3946,15 +3887,41 @@ Checking test 118 rrfs_smoke_conus13km_fast_phy32_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 = 163.122997 - 0: The maximum resident set size (KB) = 825160 + 0: The total amount of wall time = 160.226207 + 0: The maximum resident set size (KB) = 818196 + +Test 110 conus13km_control_intel PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/conus13km_2threads_intel +Checking test 111 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 = 72.138793 + 0: The maximum resident set size (KB) = 767780 + +Test 111 conus13km_2threads_intel PASS + -Test 118 rrfs_smoke_conus13km_fast_phy32_intel PASS +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/conus13km_restart_mismatch_intel +Checking test 112 conus13km_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 83.558139 + 0: The maximum resident set size (KB) = 778408 + +Test 112 conus13km_restart_mismatch_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_qr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_fast_phy32_qr_intel -Checking test 119 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/conus13km_control_qr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/conus13km_control_qr_intel +Checking test 113 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3969,39 +3936,27 @@ Checking test 119 rrfs_smoke_conus13km_fast_phy32_qr_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 = 147.841758 - 0: The maximum resident set size (KB) = 832976 + 0: The total amount of wall time = 152.282097 + 0: The maximum resident set size (KB) = 830980 -Test 119 rrfs_smoke_conus13km_fast_phy32_qr_intel PASS +Test 113 conus13km_control_qr_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -Checking test 120 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_qr_mismatch_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/conus13km_restart_qr_mismatch_intel +Checking test 114 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 93.869194 - 0: The maximum resident set size (KB) = 810212 + 0: The total amount of wall time = 91.414436 + 0: The maximum resident set size (KB) = 803824 -Test 120 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS +Test 114 conus13km_restart_qr_mismatch_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel -Checking test 121 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 100.004174 - 0: The maximum resident set size (KB) = 877308 - -Test 121 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel PASS - - -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn64_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_control_dyn64_phy32_intel -Checking test 122 rap_control_dyn64_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_control_dyn64_phy32_intel +Checking test 115 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4047,82 +4002,124 @@ Checking test 122 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 = 318.754733 - 0: The maximum resident set size (KB) = 874624 + 0: The total amount of wall time = 316.078343 + 0: The maximum resident set size (KB) = 881100 + +Test 115 rap_control_dyn64_phy32_intel PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/rap_control_debug_dyn32_phy32_intel +Checking test 116 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 = 354.815649 + 0: The maximum resident set size (KB) = 1015768 + +Test 116 rap_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/hrrr_control_debug_dyn32_phy32_intel +Checking test 117 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 = 342.808175 + 0: The maximum resident set size (KB) = 1010980 + +Test 117 hrrr_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/conus13km_debug_intel +Checking test 118 conus13km_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 = 1083.059201 + 0: The maximum resident set size (KB) = 854520 -Test 122 rap_control_dyn64_phy32_intel PASS +Test 118 conus13km_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_control_debug_dyn32_phy32_intel -Checking test 123 rap_control_debug_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 348.557331 - 0: The maximum resident set size (KB) = 1017656 + 0: The total amount of wall time = 630.329820 + 0: The maximum resident set size (KB) = 802556 -Test 123 rap_control_debug_dyn32_phy32_intel PASS +Test 119 conus13km_debug_2threads_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_dyn32_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hrrr_control_debug_dyn32_phy32_intel -Checking test 124 hrrr_control_debug_dyn32_phy32_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 341.504678 - 0: The maximum resident set size (KB) = 1000204 + 0: The total amount of wall time = 1085.162564 + 0: The maximum resident set size (KB) = 855272 -Test 124 hrrr_control_debug_dyn32_phy32_intel PASS +Test 120 conus13km_radar_tten_debug_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn64_phy32_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/rap_control_dyn64_phy32_debug_intel -Checking test 125 rap_control_dyn64_phy32_debug_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 355.573109 - 0: The maximum resident set size (KB) = 1031744 + 0: The total amount of wall time = 355.470157 + 0: The maximum resident set size (KB) = 1033848 -Test 125 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-20230824/hafs_regional_atm_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hafs_regional_atm_intel -Checking test 126 hafs_regional_atm_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 328.102460 - 0: The maximum resident set size (KB) = 1231568 + 0: The total amount of wall time = 329.445464 + 0: The maximum resident set size (KB) = 1238356 -Test 126 hafs_regional_atm_intel PASS +Test 122 hafs_regional_atm_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 127 hafs_regional_atm_thompson_gfdlsf_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 386.501429 - 0: The maximum resident set size (KB) = 1597084 + 0: The total amount of wall time = 384.678693 + 0: The maximum resident set size (KB) = 1577336 -Test 127 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-20230824/hafs_regional_atm_ocn_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hafs_regional_atm_ocn_intel -Checking test 128 hafs_regional_atm_ocn_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4130,15 +4127,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 = 517.354214 - 0: The maximum resident set size (KB) = 1316848 + 0: The total amount of wall time = 514.971392 + 0: The maximum resident set size (KB) = 1297560 -Test 128 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-20230824/hafs_regional_atm_wav_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hafs_regional_atm_wav_intel -Checking test 129 hafs_regional_atm_wav_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_wav_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4146,15 +4143,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 = 923.039568 - 0: The maximum resident set size (KB) = 1344696 + 0: The total amount of wall time = 915.339832 + 0: The maximum resident set size (KB) = 1342972 -Test 129 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-20230824/hafs_regional_atm_ocn_wav_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hafs_regional_atm_ocn_wav_intel -Checking test 130 hafs_regional_atm_ocn_wav_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_wav_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4164,149 +4161,149 @@ 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 = 1030.069271 - 0: The maximum resident set size (KB) = 1367076 + 0: The total amount of wall time = 1025.768561 + 0: The maximum resident set size (KB) = 1363320 -Test 130 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-20230824/hafs_regional_docn_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hafs_regional_docn_intel -Checking test 131 hafs_regional_docn_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 472.282246 - 0: The maximum resident set size (KB) = 1326224 + 0: The total amount of wall time = 466.551059 + 0: The maximum resident set size (KB) = 1320200 -Test 131 hafs_regional_docn_intel PASS +Test 127 hafs_regional_docn_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/hafs_regional_docn_oisst_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/hafs_regional_docn_oisst_intel -Checking test 132 hafs_regional_docn_oisst_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_oisst_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 476.807289 - 0: The maximum resident set size (KB) = 1311416 + 0: The total amount of wall time = 469.370697 + 0: The maximum resident set size (KB) = 1306364 -Test 132 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-20230824/datm_cdeps_control_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_control_cfsr_intel -Checking test 133 datm_cdeps_control_cfsr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 205.425769 - 0: The maximum resident set size (KB) = 1021192 + 0: The total amount of wall time = 189.782672 + 0: The maximum resident set size (KB) = 1023836 -Test 133 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-20230824/datm_cdeps_control_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_restart_cfsr_intel -Checking test 134 datm_cdeps_restart_cfsr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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.777868 - 0: The maximum resident set size (KB) = 1003416 + 0: The total amount of wall time = 126.495623 + 0: The maximum resident set size (KB) = 1000724 -Test 134 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-20230824/datm_cdeps_control_gefs_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_control_gefs_intel -Checking test 135 datm_cdeps_control_gefs_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_gefs_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 199.917210 - 0: The maximum resident set size (KB) = 904472 + 0: The total amount of wall time = 198.072880 + 0: The maximum resident set size (KB) = 907676 -Test 135 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-20230824/datm_cdeps_iau_gefs_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_iau_gefs_intel -Checking test 136 datm_cdeps_iau_gefs_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_iau_gefs_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 203.297678 - 0: The maximum resident set size (KB) = 900396 + 0: The total amount of wall time = 201.431066 + 0: The maximum resident set size (KB) = 902216 -Test 136 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-20230824/datm_cdeps_stochy_gefs_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_stochy_gefs_intel -Checking test 137 datm_cdeps_stochy_gefs_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_stochy_gefs_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 203.682909 - 0: The maximum resident set size (KB) = 903488 + 0: The total amount of wall time = 204.582776 + 0: The maximum resident set size (KB) = 905472 -Test 137 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-20230824/datm_cdeps_ciceC_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_ciceC_cfsr_intel -Checking test 138 datm_cdeps_ciceC_cfsr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_ciceC_cfsr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 206.978564 - 0: The maximum resident set size (KB) = 1028132 + 0: The total amount of wall time = 204.664300 + 0: The maximum resident set size (KB) = 1040812 -Test 138 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-20230824/datm_cdeps_bulk_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_bulk_cfsr_intel -Checking test 139 datm_cdeps_bulk_cfsr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_cfsr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 206.906011 - 0: The maximum resident set size (KB) = 1031348 + 0: The total amount of wall time = 210.298607 + 0: The maximum resident set size (KB) = 1020976 -Test 139 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-20230824/datm_cdeps_bulk_gefs_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_bulk_gefs_intel -Checking test 140 datm_cdeps_bulk_gefs_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_gefs_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 199.924296 - 0: The maximum resident set size (KB) = 900396 + 0: The total amount of wall time = 196.897797 + 0: The maximum resident set size (KB) = 899876 -Test 140 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-20230824/datm_cdeps_mx025_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_mx025_cfsr_intel -Checking test 141 datm_cdeps_mx025_cfsr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_cfsr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4314,15 +4311,15 @@ Checking test 141 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 = 541.051287 - 0: The maximum resident set size (KB) = 853048 + 0: The total amount of wall time = 536.988791 + 0: The maximum resident set size (KB) = 856632 -Test 141 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-20230824/datm_cdeps_mx025_gefs_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_mx025_gefs_intel -Checking test 142 datm_cdeps_mx025_gefs_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_gefs_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4330,78 +4327,78 @@ Checking test 142 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 = 535.771506 - 0: The maximum resident set size (KB) = 807332 + 0: The total amount of wall time = 532.098024 + 0: The maximum resident set size (KB) = 810160 -Test 142 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-20230824/datm_cdeps_control_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_multiple_files_cfsr_intel -Checking test 143 datm_cdeps_multiple_files_cfsr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 204.848734 - 0: The maximum resident set size (KB) = 1023760 + 0: The total amount of wall time = 202.567259 + 0: The maximum resident set size (KB) = 1025508 -Test 143 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-20230824/datm_cdeps_3072x1536_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_3072x1536_cfsr_intel -Checking test 144 datm_cdeps_3072x1536_cfsr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_3072x1536_cfsr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 267.274919 - 0: The maximum resident set size (KB) = 2371104 + 0: The total amount of wall time = 281.917479 + 0: The maximum resident set size (KB) = 2320152 -Test 144 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-20230824/datm_cdeps_gfs_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_gfs_intel -Checking test 145 datm_cdeps_gfs_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_gfs_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 307.725430 - 0: The maximum resident set size (KB) = 2363264 + 0: The total amount of wall time = 306.913887 + 0: The maximum resident set size (KB) = 2370036 -Test 145 datm_cdeps_gfs_intel PASS +Test 141 datm_cdeps_gfs_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_debug_cfsr_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_debug_cfsr_intel -Checking test 146 datm_cdeps_debug_cfsr_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_debug_cfsr_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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.863596 - 0: The maximum resident set size (KB) = 989372 + 0: The total amount of wall time = 457.914861 + 0: The maximum resident set size (KB) = 975436 -Test 146 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-20230824/datm_cdeps_control_cfsr_faster_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_control_cfsr_faster_intel -Checking test 147 datm_cdeps_control_cfsr_faster_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_faster_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 = 205.490217 - 0: The maximum resident set size (KB) = 1026276 + 0: The total amount of wall time = 203.341392 + 0: The maximum resident set size (KB) = 1038656 -Test 147 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-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_lnd_gswp3_intel -Checking test 148 datm_cdeps_lnd_gswp3_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4409,15 +4406,15 @@ Checking test 148 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 = 9.413291 - 0: The maximum resident set size (KB) = 219928 + 0: The total amount of wall time = 9.098417 + 0: The maximum resident set size (KB) = 220952 -Test 148 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-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/datm_cdeps_lnd_gswp3_rst_intel -Checking test 149 datm_cdeps_lnd_gswp3_rst_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4425,15 +4422,15 @@ Checking test 149 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.737331 - 0: The maximum resident set size (KB) = 223012 + 0: The total amount of wall time = 16.028334 + 0: The maximum resident set size (KB) = 220472 -Test 149 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-20230824/control_p8_atmlnd_sbs_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_p8_atmlnd_sbs_intel -Checking test 150 control_p8_atmlnd_sbs_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_p8_atmlnd_sbs_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4517,15 +4514,15 @@ Checking test 150 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 = 289.225111 - 0: The maximum resident set size (KB) = 1593804 + 0: The total amount of wall time = 289.033473 + 0: The maximum resident set size (KB) = 1607528 -Test 150 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-20230824/atmwav_control_noaero_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/atmwav_control_noaero_p8_intel -Checking test 151 atmwav_control_noaero_p8_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/atmwav_control_noaero_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4567,15 +4564,15 @@ Checking test 151 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 = 129.765126 - 0: The maximum resident set size (KB) = 1592920 + 0: The total amount of wall time = 139.173840 + 0: The maximum resident set size (KB) = 1572032 -Test 151 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-20230824/control_atmwav_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/control_atmwav_intel -Checking test 152 control_atmwav_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/control_atmwav_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/control_atmwav_intel +Checking test 148 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -4618,15 +4615,15 @@ Checking test 152 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 = 120.447789 - 0: The maximum resident set size (KB) = 599716 + 0: The total amount of wall time = 121.590224 + 0: The maximum resident set size (KB) = 603784 -Test 152 control_atmwav_intel PASS +Test 148 control_atmwav_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/atmaero_control_p8_intel -Checking test 153 atmaero_control_p8_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/atmaero_control_p8_intel +Checking test 149 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4669,15 +4666,15 @@ Checking test 153 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 = 310.621722 - 0: The maximum resident set size (KB) = 1674680 + 0: The total amount of wall time = 306.020200 + 0: The maximum resident set size (KB) = 1670028 -Test 153 atmaero_control_p8_intel PASS +Test 149 atmaero_control_p8_intel PASS -baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/atmaero_control_p8_rad_intel -Checking test 154 atmaero_control_p8_rad_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4720,15 +4717,15 @@ Checking test 154 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 = 382.904588 - 0: The maximum resident set size (KB) = 1667240 + 0: The total amount of wall time = 382.847978 + 0: The maximum resident set size (KB) = 1701884 -Test 154 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-20230824/atmaero_control_p8_rad_micro_intel -working dir = /lfs4/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_18738/atmaero_control_p8_rad_micro_intel -Checking test 155 atmaero_control_p8_rad_micro_intel results .... +baseline dir = /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_micro_intel +working dir = /lfs4/HFIP/h-nems/Zachary.Shrader/RT_RUNDIRS/Zachary.Shrader/FV3_RT/rt_250749/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 @@ -4771,12 +4768,12 @@ Checking test 155 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 = 381.050121 - 0: The maximum resident set size (KB) = 1689460 + 0: The total amount of wall time = 380.779424 + 0: The maximum resident set size (KB) = 1705564 -Test 155 atmaero_control_p8_rad_micro_intel PASS +Test 151 atmaero_control_p8_rad_micro_intel PASS REGRESSION TEST WAS SUCCESSFUL -Fri Aug 25 17:45:22 UTC 2023 -Elapsed time: 02h:06m:24s. Have a nice day! +Sun Aug 27 23:14:58 UTC 2023 +Elapsed time: 01h:59m:48s. Have a nice day! From 51d61f922982dd678cc60ab629aa2146572fa161 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Sun, 27 Aug 2023 21:21:29 -0400 Subject: [PATCH 18/25] add gaea RT logs: passed --- tests/logs/RegressionTests_gaea.log | 2085 +++++++++++++-------------- 1 file changed, 1041 insertions(+), 1044 deletions(-) diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 6d2e3fbe8c..ca6d9471eb 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,57 +1,57 @@ -Thu 24 Aug 2023 06:43:23 PM EDT +Sun 27 Aug 2023 07:43:18 PM EDT Start Regression test -Testing UFSWM Hash: bee1c2b7136039db78897d0304f1c8b73d0734dc +Testing UFSWM Hash: c5bcc34a37c2bc8f566eb5b02282b65d77a05405 Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) - 4edb1cc6d7cd87cb5b3b32a8b85c38be5510112d ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2776-g4edb1cc6) + c24fb5999efafffaa393b886e21780ab7fd3aa08 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2297-gc24fb59) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 94a49f8e74c59851473b5f0bde9d97e7f6afc33f ../FV3 (heads/develop) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (remotes/origin/conus13km) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atmaero_intel elapsed time 675 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_faster_intel elapsed time 676 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 643 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 303 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 761 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 683 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 662 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 661 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 763 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 676 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 156 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 234 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 236 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 65 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 766 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 242 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 772 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 725 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 184 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 872 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 653 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 183 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 650 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 745 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 809 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 829 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 860 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 335 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 1274 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 862 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 301 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 867 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile atmaero_intel elapsed time 669 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_faster_intel elapsed time 717 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 653 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 235 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 781 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 699 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 658 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 721 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 719 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 670 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 135 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 223 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 64 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 699 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 208 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 779 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 693 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 182 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 855 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 655 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 181 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 646 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 726 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 789 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 767 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 839 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 307 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 1268 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 895 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 287 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 812 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile wam_debug_intel elapsed time 179 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 660 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 650 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_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_mixedmode_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_p8_mixedmode_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_mixedmode_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 312.686455 - 0: The maximum resident set size (KB) = 1568204 + 0: The total amount of wall time = 312.144055 + 0: The maximum resident set size (KB) = 1567544 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_gfsv17_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_gfsv17_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_gfsv17_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -187,14 +187,14 @@ 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.454576 - 0: The maximum resident set size (KB) = 1467172 + 0: The total amount of wall time = 225.330507 + 0: The maximum resident set size (KB) = 1467304 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -259,14 +259,14 @@ 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 = 355.385496 - 0: The maximum resident set size (KB) = 1602688 + 0: The total amount of wall time = 356.097906 + 0: The maximum resident set size (KB) = 1603072 Test 003 cpld_control_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_restart_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -319,14 +319,14 @@ 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 = 199.457203 - 0: The maximum resident set size (KB) = 1292508 + 0: The total amount of wall time = 200.749653 + 0: The maximum resident set size (KB) = 1293372 Test 004 cpld_restart_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_qr_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -391,14 +391,14 @@ 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 = 359.320085 - 0: The maximum resident set size (KB) = 1613664 + 0: The total amount of wall time = 356.553554 + 0: The maximum resident set size (KB) = 1613856 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_restart_qr_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -451,14 +451,14 @@ 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.412059 + 0: The total amount of wall time = 203.547954 0: The maximum resident set size (KB) = 1308900 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_2threads_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -511,14 +511,14 @@ 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 = 342.124530 - 0: The maximum resident set size (KB) = 1793224 + 0: The total amount of wall time = 343.198913 + 0: The maximum resident set size (KB) = 1792984 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_decomp_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -571,14 +571,14 @@ 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 = 356.732067 - 0: The maximum resident set size (KB) = 1597356 + 0: The total amount of wall time = 354.913123 + 0: The maximum resident set size (KB) = 1597756 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_mpi_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -631,14 +631,14 @@ 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 = 293.885241 - 0: The maximum resident set size (KB) = 1557908 + 0: The total amount of wall time = 293.185752 + 0: The maximum resident set size (KB) = 1558132 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_bmark_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_bmark_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_bmark_p8_intel Checking test 010 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -686,14 +686,14 @@ 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 = 648.421975 - 0: The maximum resident set size (KB) = 2539220 + 0: The total amount of wall time = 640.815584 + 0: The maximum resident set size (KB) = 2538904 Test 010 cpld_bmark_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_bmark_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_restart_bmark_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_restart_bmark_p8_intel Checking test 011 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -741,14 +741,14 @@ 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 = 383.860089 - 0: The maximum resident set size (KB) = 2386280 + 0: The total amount of wall time = 382.716216 + 0: The maximum resident set size (KB) = 2387096 Test 011 cpld_restart_bmark_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_noaero_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_control_noaero_p8_intel Checking test 012 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -812,14 +812,14 @@ 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 = 265.136017 - 0: The maximum resident set size (KB) = 1483904 + 0: The total amount of wall time = 265.344238 + 0: The maximum resident set size (KB) = 1483980 Test 012 cpld_control_noaero_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_c96_noaero_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_nowave_noaero_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -881,14 +881,14 @@ 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.978145 - 0: The maximum resident set size (KB) = 1519052 + 0: The total amount of wall time = 274.389634 + 0: The maximum resident set size (KB) = 1519036 Test 013 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_debug_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_debug_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_debug_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_debug_p8_intel Checking test 014 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -941,14 +941,14 @@ 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 = 530.553435 - 0: The maximum resident set size (KB) = 1602484 + 0: The total amount of wall time = 532.864075 + 0: The maximum resident set size (KB) = 1602768 Test 014 cpld_debug_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_debug_noaero_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_debug_noaero_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_debug_noaero_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_debug_noaero_p8_intel Checking test 015 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1000,14 +1000,14 @@ 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.252466 - 0: The maximum resident set size (KB) = 1503068 + 0: The total amount of wall time = 365.246655 + 0: The maximum resident set size (KB) = 1503072 Test 015 cpld_debug_noaero_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_agrid_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_noaero_p8_agrid_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_agrid_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -1069,14 +1069,14 @@ 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 = 275.272122 - 0: The maximum resident set size (KB) = 1521764 + 0: The total amount of wall time = 275.093120 + 0: The maximum resident set size (KB) = 1521944 Test 016 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_c48_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_c48_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_c48_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_control_c48_intel Checking test 017 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1126,14 +1126,14 @@ 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 = 599.436319 - 0: The maximum resident set size (KB) = 2584692 + 0: The total amount of wall time = 595.393541 + 0: The maximum resident set size (KB) = 2584504 Test 017 cpld_control_c48_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_faster_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/cpld_control_p8_faster_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_faster_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/cpld_control_p8_faster_intel Checking test 018 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1198,14 +1198,14 @@ 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 = 342.978190 - 0: The maximum resident set size (KB) = 1602740 + 0: The total amount of wall time = 343.460565 + 0: The maximum resident set size (KB) = 1602604 Test 018 cpld_control_p8_faster_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_flake_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_flake_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_flake_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_flake_intel Checking test 019 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1216,14 +1216,14 @@ Checking test 019 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 205.903850 - 0: The maximum resident set size (KB) = 497852 + 0: The total amount of wall time = 206.274124 + 0: The maximum resident set size (KB) = 497844 Test 019 control_flake_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_CubedSphereGrid_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_CubedSphereGrid_intel Checking test 020 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1250,14 +1250,14 @@ Checking test 020 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 136.606966 - 0: The maximum resident set size (KB) = 447920 + 0: The total amount of wall time = 135.679045 + 0: The maximum resident set size (KB) = 447832 Test 020 control_CubedSphereGrid_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_parallel_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_CubedSphereGrid_parallel_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_parallel_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_CubedSphereGrid_parallel_intel Checking test 021 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1272,14 +1272,14 @@ Checking test 021 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 152.231117 - 0: The maximum resident set size (KB) = 451916 + 0: The total amount of wall time = 149.502573 + 0: The maximum resident set size (KB) = 451884 Test 021 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_latlon_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_latlon_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_latlon_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_latlon_intel Checking test 022 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1290,14 +1290,14 @@ Checking test 022 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 139.522547 - 0: The maximum resident set size (KB) = 447756 + 0: The total amount of wall time = 138.131841 + 0: The maximum resident set size (KB) = 447712 Test 022 control_latlon_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_wrtGauss_netcdf_parallel_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_wrtGauss_netcdf_parallel_intel Checking test 023 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1308,14 +1308,14 @@ Checking test 023 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 149.139118 - 0: The maximum resident set size (KB) = 447852 + 0: The total amount of wall time = 146.846321 + 0: The maximum resident set size (KB) = 447744 Test 023 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_c48_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_c48_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_c48_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_c48_intel Checking test 024 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1354,14 +1354,14 @@ 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 = 419.353680 -0: The maximum resident set size (KB) = 647000 +0: The total amount of wall time = 418.779966 +0: The maximum resident set size (KB) = 647040 Test 024 control_c48_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_c192_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_c192_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_c192_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_c192_intel Checking test 025 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1372,14 +1372,14 @@ Checking test 025 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 575.602607 - 0: The maximum resident set size (KB) = 554720 + 0: The total amount of wall time = 570.910787 + 0: The maximum resident set size (KB) = 554552 Test 025 control_c192_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_c384_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_c384_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_c384_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_c384_intel Checking test 026 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1390,14 +1390,14 @@ Checking test 026 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 1084.943261 - 0: The maximum resident set size (KB) = 846412 + 0: The total amount of wall time = 1083.476443 + 0: The maximum resident set size (KB) = 845636 Test 026 control_c384_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_c384gdas_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_c384gdas_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_c384gdas_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_c384gdas_intel Checking test 027 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1440,14 +1440,14 @@ 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 = 901.732914 - 0: The maximum resident set size (KB) = 985580 + 0: The total amount of wall time = 902.518630 + 0: The maximum resident set size (KB) = 985516 Test 027 control_c384gdas_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_stochy_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_stochy_intel Checking test 028 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1458,28 +1458,28 @@ Checking test 028 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 92.470871 - 0: The maximum resident set size (KB) = 452800 + 0: The total amount of wall time = 92.197046 + 0: The maximum resident set size (KB) = 452900 Test 028 control_stochy_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_stochy_restart_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 48.901611 - 0: The maximum resident set size (KB) = 211824 + 0: The total amount of wall time = 48.671743 + 0: The maximum resident set size (KB) = 211700 Test 029 control_stochy_restart_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_lndp_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_lndp_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_lndp_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_lndp_intel Checking test 030 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1490,14 +1490,14 @@ Checking test 030 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 85.309104 - 0: The maximum resident set size (KB) = 452576 + 0: The total amount of wall time = 84.511070 + 0: The maximum resident set size (KB) = 452464 Test 030 control_lndp_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_iovr4_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_iovr4_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_iovr4_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_iovr4_intel Checking test 031 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1512,14 +1512,14 @@ Checking test 031 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 141.126237 - 0: The maximum resident set size (KB) = 447728 + 0: The total amount of wall time = 139.751543 + 0: The maximum resident set size (KB) = 447676 Test 031 control_iovr4_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_iovr5_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_iovr5_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_iovr5_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_iovr5_intel Checking test 032 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1534,14 +1534,14 @@ Checking test 032 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 141.443154 - 0: The maximum resident set size (KB) = 447828 + 0: The total amount of wall time = 139.864002 + 0: The maximum resident set size (KB) = 447756 Test 032 control_iovr5_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_p8_intel Checking test 033 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1588,14 +1588,14 @@ 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 = 171.492681 - 0: The maximum resident set size (KB) = 1419652 + 0: The total amount of wall time = 169.354341 + 0: The maximum resident set size (KB) = 1419952 Test 033 control_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_restart_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_restart_p8_intel Checking test 034 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1634,14 +1634,14 @@ 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 = 90.380429 - 0: The maximum resident set size (KB) = 578020 + 0: The total amount of wall time = 88.961920 + 0: The maximum resident set size (KB) = 578044 Test 034 control_restart_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_qr_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_qr_p8_intel Checking test 035 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1688,14 +1688,14 @@ 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 = 169.758735 - 0: The maximum resident set size (KB) = 1426868 + 0: The total amount of wall time = 169.954521 + 0: The maximum resident set size (KB) = 1427048 Test 035 control_qr_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_restart_qr_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_restart_qr_p8_intel Checking test 036 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1734,14 +1734,14 @@ 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 = 91.671677 - 0: The maximum resident set size (KB) = 596108 + 0: The total amount of wall time = 90.945725 + 0: The maximum resident set size (KB) = 596260 Test 036 control_restart_qr_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_decomp_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_decomp_p8_intel Checking test 037 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1784,14 +1784,14 @@ 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 = 175.825046 - 0: The maximum resident set size (KB) = 1413476 + 0: The total amount of wall time = 176.737558 + 0: The maximum resident set size (KB) = 1413804 Test 037 control_decomp_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_2threads_p8_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_2threads_p8_intel Checking test 038 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1834,14 +1834,14 @@ 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 = 158.108603 - 0: The maximum resident set size (KB) = 1499496 + 0: The total amount of wall time = 158.906952 + 0: The maximum resident set size (KB) = 1501592 Test 038 control_2threads_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_lndp_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_p8_lndp_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_lndp_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_p8_lndp_intel Checking test 039 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1860,14 +1860,14 @@ Checking test 039 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 315.940032 - 0: The maximum resident set size (KB) = 1420448 + 0: The total amount of wall time = 317.072686 + 0: The maximum resident set size (KB) = 1420416 Test 039 control_p8_lndp_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_rrtmgp_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_p8_rrtmgp_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_rrtmgp_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_p8_rrtmgp_intel Checking test 040 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1914,14 +1914,14 @@ 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 = 232.108628 - 0: The maximum resident set size (KB) = 1473316 + 0: The total amount of wall time = 232.608170 + 0: The maximum resident set size (KB) = 1473112 Test 040 control_p8_rrtmgp_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_mynn_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_p8_mynn_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_mynn_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_p8_mynn_intel Checking test 041 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1968,14 +1968,14 @@ 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 = 172.593589 - 0: The maximum resident set size (KB) = 1422900 + 0: The total amount of wall time = 172.959067 + 0: The maximum resident set size (KB) = 1422648 Test 041 control_p8_mynn_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/merra2_thompson_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/merra2_thompson_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/merra2_thompson_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/merra2_thompson_intel Checking test 042 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2022,14 +2022,14 @@ 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 = 194.094529 - 0: The maximum resident set size (KB) = 1432392 + 0: The total amount of wall time = 194.727389 + 0: The maximum resident set size (KB) = 1433548 Test 042 merra2_thompson_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_control_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_control_intel Checking test 043 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2040,28 +2040,28 @@ Checking test 043 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 315.923968 - 0: The maximum resident set size (KB) = 599892 + 0: The total amount of wall time = 315.879519 + 0: The maximum resident set size (KB) = 599692 Test 043 regional_control_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_restart_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 161.806286 - 0: The maximum resident set size (KB) = 592248 + 0: The total amount of wall time = 162.360870 + 0: The maximum resident set size (KB) = 592100 Test 044 regional_restart_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_control_qr_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_control_qr_intel Checking test 045 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2072,28 +2072,28 @@ Checking test 045 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 317.219874 - 0: The maximum resident set size (KB) = 599788 + 0: The total amount of wall time = 317.270189 + 0: The maximum resident set size (KB) = 599768 Test 045 regional_control_qr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_restart_qr_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 161.265806 - 0: The maximum resident set size (KB) = 592256 + 0: The total amount of wall time = 161.515242 + 0: The maximum resident set size (KB) = 592240 Test 046 regional_restart_qr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_decomp_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_decomp_intel Checking test 047 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2104,14 +2104,14 @@ Checking test 047 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 333.312855 - 0: The maximum resident set size (KB) = 596768 + 0: The total amount of wall time = 334.166049 + 0: The maximum resident set size (KB) = 596608 Test 047 regional_decomp_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_2threads_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_2threads_intel Checking test 048 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2122,14 +2122,14 @@ Checking test 048 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 181.787421 - 0: The maximum resident set size (KB) = 603228 + 0: The total amount of wall time = 182.463137 + 0: The maximum resident set size (KB) = 603020 Test 048 regional_2threads_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_noquilt_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_noquilt_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_noquilt_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_noquilt_intel Checking test 049 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2137,28 +2137,28 @@ Checking test 049 regional_noquilt_intel results .... 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 = 315.320105 - 0: The maximum resident set size (KB) = 581316 + 0: The total amount of wall time = 314.407399 + 0: The maximum resident set size (KB) = 581236 Test 049 regional_noquilt_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_netcdf_parallel_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_netcdf_parallel_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_netcdf_parallel_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_netcdf_parallel_intel Checking test 050 regional_netcdf_parallel_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK - Comparing phyf006.nc ............ALT CHECK......OK + Comparing phyf006.nc .........OK - 0: The total amount of wall time = 315.593509 - 0: The maximum resident set size (KB) = 594640 + 0: The total amount of wall time = 315.694620 + 0: The maximum resident set size (KB) = 594404 Test 050 regional_netcdf_parallel_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_2dwrtdecomp_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_2dwrtdecomp_intel Checking test 051 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2169,14 +2169,14 @@ Checking test 051 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 318.877554 - 0: The maximum resident set size (KB) = 601164 + 0: The total amount of wall time = 319.921166 + 0: The maximum resident set size (KB) = 603092 Test 051 regional_2dwrtdecomp_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/fv3_regional_wofs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_wofs_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/fv3_regional_wofs_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_wofs_intel Checking test 052 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2187,14 +2187,14 @@ Checking test 052 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 404.869664 - 0: The maximum resident set size (KB) = 279588 + 0: The total amount of wall time = 405.396902 + 0: The maximum resident set size (KB) = 279532 Test 052 regional_wofs_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_control_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_control_intel Checking test 053 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2241,14 +2241,14 @@ 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.530334 - 0: The maximum resident set size (KB) = 827080 + 0: The total amount of wall time = 451.094682 + 0: The maximum resident set size (KB) = 822960 Test 053 rap_control_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_spp_sppt_shum_skeb_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_spp_sppt_shum_skeb_intel Checking test 054 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2259,14 +2259,14 @@ 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 = 252.618689 - 0: The maximum resident set size (KB) = 919416 + 0: The total amount of wall time = 251.080632 + 0: The maximum resident set size (KB) = 919396 Test 054 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_decomp_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_decomp_intel Checking test 055 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2313,14 +2313,14 @@ 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 = 465.968861 - 0: The maximum resident set size (KB) = 833632 + 0: The total amount of wall time = 463.603535 + 0: The maximum resident set size (KB) = 833584 Test 055 rap_decomp_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_2threads_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_2threads_intel Checking test 056 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2367,14 +2367,14 @@ 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.521078 - 0: The maximum resident set size (KB) = 907068 + 0: The total amount of wall time = 427.099564 + 0: The maximum resident set size (KB) = 907112 Test 056 rap_2threads_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_restart_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_restart_intel Checking test 057 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2413,14 +2413,14 @@ 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.191210 - 0: The maximum resident set size (KB) = 563848 + 0: The total amount of wall time = 227.584961 + 0: The maximum resident set size (KB) = 563960 Test 057 rap_restart_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_sfcdiff_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_sfcdiff_intel Checking test 058 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2467,14 +2467,14 @@ 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 = 449.207451 - 0: The maximum resident set size (KB) = 835100 + 0: The total amount of wall time = 449.736374 + 0: The maximum resident set size (KB) = 826952 Test 058 rap_sfcdiff_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_sfcdiff_decomp_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_sfcdiff_decomp_intel Checking test 059 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2521,14 +2521,14 @@ 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 = 462.878018 - 0: The maximum resident set size (KB) = 832948 + 0: The total amount of wall time = 465.433413 + 0: The maximum resident set size (KB) = 832888 Test 059 rap_sfcdiff_decomp_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_sfcdiff_restart_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_sfcdiff_restart_intel Checking test 060 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2567,14 +2567,14 @@ 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 = 333.983593 - 0: The maximum resident set size (KB) = 569936 + 0: The total amount of wall time = 333.527145 + 0: The maximum resident set size (KB) = 570228 Test 060 rap_sfcdiff_restart_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_intel Checking test 061 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2621,14 +2621,14 @@ 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 = 433.535635 - 0: The maximum resident set size (KB) = 823372 + 0: The total amount of wall time = 431.204753 + 0: The maximum resident set size (KB) = 831468 Test 061 hrrr_control_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_qr_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_qr_intel Checking test 062 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2675,14 +2675,14 @@ 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 = 432.858707 - 0: The maximum resident set size (KB) = 838332 + 0: The total amount of wall time = 431.402757 + 0: The maximum resident set size (KB) = 832316 Test 062 hrrr_control_qr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_decomp_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_decomp_intel Checking test 063 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2729,14 +2729,14 @@ 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 = 444.339670 - 0: The maximum resident set size (KB) = 822228 + 0: The total amount of wall time = 444.865904 + 0: The maximum resident set size (KB) = 830936 Test 063 hrrr_control_decomp_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_2threads_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_2threads_intel Checking test 064 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2783,42 +2783,42 @@ 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 = 396.125180 - 0: The maximum resident set size (KB) = 900300 + 0: The total amount of wall time = 396.903337 + 0: The maximum resident set size (KB) = 906132 Test 064 hrrr_control_2threads_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_restart_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 - 0: The total amount of wall time = 321.572104 - 0: The maximum resident set size (KB) = 562284 + 0: The total amount of wall time = 320.522087 + 0: The maximum resident set size (KB) = 562132 Test 065 hrrr_control_restart_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_restart_qr_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 - 0: The total amount of wall time = 323.052000 - 0: The maximum resident set size (KB) = 602344 + 0: The total amount of wall time = 322.572937 + 0: The maximum resident set size (KB) = 601596 Test 066 hrrr_control_restart_qr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_v1beta_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rrfs_v1beta_intel Checking test 067 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2865,14 +2865,14 @@ 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 = 440.596788 - 0: The maximum resident set size (KB) = 826216 + 0: The total amount of wall time = 447.511290 + 0: The maximum resident set size (KB) = 822132 Test 067 rrfs_v1beta_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_v1nssl_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rrfs_v1nssl_intel Checking test 068 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2887,14 +2887,14 @@ Checking test 068 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 544.928873 - 0: The maximum resident set size (KB) = 506392 + 0: The total amount of wall time = 546.932188 + 0: The maximum resident set size (KB) = 506444 Test 068 rrfs_v1nssl_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_nohailnoccn_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_nohailnoccn_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rrfs_v1nssl_nohailnoccn_intel Checking test 069 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2909,140 +2909,123 @@ Checking test 069 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 528.781296 - 0: The maximum resident set size (KB) = 498452 + 0: The total amount of wall time = 533.082400 + 0: The maximum resident set size (KB) = 498272 Test 069 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 070 rrfs_smoke_conus13km_hrrr_warm_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 = 148.670028 - 0: The maximum resident set size (KB) = 664436 - -Test 070 rrfs_smoke_conus13km_hrrr_warm_intel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_hrrr_warm_qr_intel -Checking test 071 rrfs_smoke_conus13km_hrrr_warm_qr_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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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 = 145.675585 - 0: The maximum resident set size (KB) = 659152 - -Test 071 rrfs_smoke_conus13km_hrrr_warm_qr_intel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 072 rrfs_smoke_conus13km_hrrr_warm_2threads_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 - - 0: The total amount of wall time = 92.397345 - 0: The maximum resident set size (KB) = 674752 - -Test 072 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_conus13km_hrrr_warm_intel -Checking test 073 rrfs_conus13km_hrrr_warm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_gf_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_gf_intel +Checking test 070 hrrr_gf_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 132.488306 - 0: The maximum resident set size (KB) = 647800 + 0: The total amount of wall time = 450.757449 + 0: The maximum resident set size (KB) = 832664 -Test 073 rrfs_conus13km_hrrr_warm_intel PASS +Test 070 hrrr_gf_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 074 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_c3_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_c3_intel +Checking test 071 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 149.985500 - 0: The maximum resident set size (KB) = 666924 - -Test 074 rrfs_smoke_conus13km_radar_tten_warm_intel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 075 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 84.012552 - 0: The maximum resident set size (KB) = 659004 - -Test 075 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel -Checking test 076 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 121.043330 - 0: The maximum resident set size (KB) = 733056 + 0: The total amount of wall time = 450.308152 + 0: The maximum resident set size (KB) = 832428 -Test 076 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel PASS +Test 071 hrrr_c3_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_csawmgt_intel -Checking test 077 control_csawmgt_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_csawmgt_intel +Checking test 072 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3052,15 +3035,15 @@ Checking test 077 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 359.043180 - 0: The maximum resident set size (KB) = 514284 + 0: The total amount of wall time = 360.582553 + 0: The maximum resident set size (KB) = 514376 -Test 077 control_csawmgt_intel PASS +Test 072 control_csawmgt_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_ras_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_ras_intel -Checking test 078 control_ras_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_ras_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_ras_intel +Checking test 073 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3070,27 +3053,27 @@ Checking test 078 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 193.083136 - 0: The maximum resident set size (KB) = 483876 + 0: The total amount of wall time = 198.290369 + 0: The maximum resident set size (KB) = 483772 -Test 078 control_ras_intel PASS +Test 073 control_ras_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_wam_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_wam_intel -Checking test 079 control_wam_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_wam_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_wam_intel +Checking test 074 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 120.506542 - 0: The maximum resident set size (KB) = 202864 + 0: The total amount of wall time = 123.715657 + 0: The maximum resident set size (KB) = 202932 -Test 079 control_wam_intel PASS +Test 074 control_wam_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_faster_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_p8_faster_intel -Checking test 080 control_p8_faster_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_faster_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_p8_faster_intel +Checking test 075 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3136,15 +3119,15 @@ Checking test 080 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.171342 - 0: The maximum resident set size (KB) = 1419472 + 0: The total amount of wall time = 160.802227 + 0: The maximum resident set size (KB) = 1419432 -Test 080 control_p8_faster_intel PASS +Test 075 control_p8_faster_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_faster_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_control_faster_intel -Checking test 081 regional_control_faster_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_faster_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_control_faster_intel +Checking test 076 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3154,57 +3137,15 @@ Checking test 081 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 295.110577 - 0: The maximum resident set size (KB) = 599540 - -Test 081 regional_control_faster_intel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_hrrr_warm_debug_intel -Checking test 082 rrfs_smoke_conus13km_hrrr_warm_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 = 863.555889 - 0: The maximum resident set size (KB) = 696648 - -Test 082 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_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 = 489.643866 - 0: The maximum resident set size (KB) = 707952 - -Test 083 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS - - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_conus13km_hrrr_warm_debug_intel -Checking test 084 rrfs_conus13km_hrrr_warm_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.770398 + 0: The maximum resident set size (KB) = 599500 - 0: The total amount of wall time = 772.581037 - 0: The maximum resident set size (KB) = 679024 +Test 076 regional_control_faster_intel PASS -Test 084 rrfs_conus13km_hrrr_warm_debug_intel PASS - -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_CubedSphereGrid_debug_intel -Checking test 085 control_CubedSphereGrid_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_CubedSphereGrid_debug_intel +Checking test 077 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3230,349 +3171,349 @@ Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 151.160427 - 0: The maximum resident set size (KB) = 611156 + 0: The total amount of wall time = 151.572118 + 0: The maximum resident set size (KB) = 611112 -Test 085 control_CubedSphereGrid_debug_intel PASS +Test 077 control_CubedSphereGrid_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 086 control_wrtGauss_netcdf_parallel_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 078 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 = 152.679311 - 0: The maximum resident set size (KB) = 610836 + 0: The total amount of wall time = 158.954726 + 0: The maximum resident set size (KB) = 610980 -Test 086 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 078 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_stochy_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_stochy_debug_intel -Checking test 087 control_stochy_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_stochy_debug_intel +Checking test 079 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.904955 - 0: The maximum resident set size (KB) = 616600 + 0: The total amount of wall time = 172.759982 + 0: The maximum resident set size (KB) = 616880 -Test 087 control_stochy_debug_intel PASS +Test 079 control_stochy_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_lndp_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_lndp_debug_intel -Checking test 088 control_lndp_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_lndp_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_lndp_debug_intel +Checking test 080 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.890723 - 0: The maximum resident set size (KB) = 615788 + 0: The total amount of wall time = 152.452065 + 0: The maximum resident set size (KB) = 615744 -Test 088 control_lndp_debug_intel PASS +Test 080 control_lndp_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_csawmg_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_csawmg_debug_intel -Checking test 089 control_csawmg_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_csawmg_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_csawmg_debug_intel +Checking test 081 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 = 242.635941 - 0: The maximum resident set size (KB) = 652936 + 0: The total amount of wall time = 242.832254 + 0: The maximum resident set size (KB) = 653164 -Test 089 control_csawmg_debug_intel PASS +Test 081 control_csawmg_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_csawmgt_debug_intel -Checking test 090 control_csawmgt_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_csawmgt_debug_intel +Checking test 082 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.505956 - 0: The maximum resident set size (KB) = 654008 + 0: The total amount of wall time = 238.352704 + 0: The maximum resident set size (KB) = 654224 -Test 090 control_csawmgt_debug_intel PASS +Test 082 control_csawmgt_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_ras_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_ras_debug_intel -Checking test 091 control_ras_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_ras_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_ras_debug_intel +Checking test 083 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.608184 - 0: The maximum resident set size (KB) = 626804 + 0: The total amount of wall time = 154.355414 + 0: The maximum resident set size (KB) = 626764 -Test 091 control_ras_debug_intel PASS +Test 083 control_ras_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_diag_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_diag_debug_intel -Checking test 092 control_diag_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_diag_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_diag_debug_intel +Checking test 084 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.746573 - 0: The maximum resident set size (KB) = 668456 + 0: The total amount of wall time = 156.273981 + 0: The maximum resident set size (KB) = 668724 -Test 092 control_diag_debug_intel PASS +Test 084 control_diag_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_debug_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_debug_p8_intel -Checking test 093 control_debug_p8_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_debug_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_debug_p8_intel +Checking test 085 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.408027 - 0: The maximum resident set size (KB) = 1437144 + 0: The total amount of wall time = 171.471620 + 0: The maximum resident set size (KB) = 1437416 -Test 093 control_debug_p8_intel PASS +Test 085 control_debug_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_debug_intel -Checking test 094 regional_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_debug_intel +Checking test 086 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 = 1028.646484 - 0: The maximum resident set size (KB) = 619492 + 0: The total amount of wall time = 1029.133596 + 0: The maximum resident set size (KB) = 619800 -Test 094 regional_debug_intel PASS +Test 086 regional_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_control_debug_intel -Checking test 095 rap_control_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_control_debug_intel +Checking test 087 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 = 280.623925 - 0: The maximum resident set size (KB) = 998436 + 0: The total amount of wall time = 281.168011 + 0: The maximum resident set size (KB) = 990576 -Test 095 rap_control_debug_intel PASS +Test 087 rap_control_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_debug_intel -Checking test 096 hrrr_control_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_debug_intel +Checking test 088 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 = 273.328346 - 0: The maximum resident set size (KB) = 995268 + 0: The total amount of wall time = 274.042722 + 0: The maximum resident set size (KB) = 995600 -Test 096 hrrr_control_debug_intel PASS +Test 088 hrrr_control_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_unified_drag_suite_debug_intel -Checking test 097 rap_unified_drag_suite_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_unified_drag_suite_debug_intel +Checking test 089 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 = 280.444995 - 0: The maximum resident set size (KB) = 998476 + 0: The total amount of wall time = 280.990374 + 0: The maximum resident set size (KB) = 998748 -Test 097 rap_unified_drag_suite_debug_intel PASS +Test 089 rap_unified_drag_suite_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_diag_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_diag_debug_intel -Checking test 098 rap_diag_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_diag_debug_intel +Checking test 090 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 = 294.593709 - 0: The maximum resident set size (KB) = 1071348 + 0: The total amount of wall time = 294.829955 + 0: The maximum resident set size (KB) = 1079764 -Test 098 rap_diag_debug_intel PASS +Test 090 rap_diag_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_cires_ugwp_debug_intel -Checking test 099 rap_cires_ugwp_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_cires_ugwp_debug_intel +Checking test 091 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.328943 - 0: The maximum resident set size (KB) = 990208 + 0: The total amount of wall time = 287.025937 + 0: The maximum resident set size (KB) = 990440 -Test 099 rap_cires_ugwp_debug_intel PASS +Test 091 rap_cires_ugwp_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_unified_ugwp_debug_intel -Checking test 100 rap_unified_ugwp_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_unified_ugwp_debug_intel +Checking test 092 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.200827 - 0: The maximum resident set size (KB) = 999852 + 0: The total amount of wall time = 286.779542 + 0: The maximum resident set size (KB) = 991864 -Test 100 rap_unified_ugwp_debug_intel PASS +Test 092 rap_unified_ugwp_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_lndp_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_lndp_debug_intel -Checking test 101 rap_lndp_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_lndp_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_lndp_debug_intel +Checking test 093 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 = 282.989083 - 0: The maximum resident set size (KB) = 999504 + 0: The total amount of wall time = 283.694147 + 0: The maximum resident set size (KB) = 999764 -Test 101 rap_lndp_debug_intel PASS +Test 093 rap_lndp_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_progcld_thompson_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_progcld_thompson_debug_intel -Checking test 102 rap_progcld_thompson_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_progcld_thompson_debug_intel +Checking test 094 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 = 280.644632 - 0: The maximum resident set size (KB) = 990284 + 0: The total amount of wall time = 281.127911 + 0: The maximum resident set size (KB) = 998652 -Test 102 rap_progcld_thompson_debug_intel PASS +Test 094 rap_progcld_thompson_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_noah_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_noah_debug_intel -Checking test 103 rap_noah_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_noah_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_noah_debug_intel +Checking test 095 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.009403 - 0: The maximum resident set size (KB) = 988336 + 0: The total amount of wall time = 276.145294 + 0: The maximum resident set size (KB) = 988560 -Test 103 rap_noah_debug_intel PASS +Test 095 rap_noah_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_sfcdiff_debug_intel -Checking test 104 rap_sfcdiff_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_sfcdiff_debug_intel +Checking test 096 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.371046 - 0: The maximum resident set size (KB) = 997852 + 0: The total amount of wall time = 281.234000 + 0: The maximum resident set size (KB) = 993888 -Test 104 rap_sfcdiff_debug_intel PASS +Test 096 rap_sfcdiff_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 097 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 = 465.028784 - 0: The maximum resident set size (KB) = 996244 + 0: The total amount of wall time = 465.160754 + 0: The maximum resident set size (KB) = 996440 -Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 097 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_v1beta_debug_intel -Checking test 106 rrfs_v1beta_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rrfs_v1beta_debug_intel +Checking test 098 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 = 276.424583 - 0: The maximum resident set size (KB) = 994328 + 0: The total amount of wall time = 276.683249 + 0: The maximum resident set size (KB) = 986368 -Test 106 rrfs_v1beta_debug_intel PASS +Test 098 rrfs_v1beta_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_clm_lake_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_clm_lake_debug_intel -Checking test 107 rap_clm_lake_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_clm_lake_debug_intel +Checking test 099 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 = 347.435987 - 0: The maximum resident set size (KB) = 999900 + 0: The total amount of wall time = 347.307444 + 0: The maximum resident set size (KB) = 1000216 -Test 107 rap_clm_lake_debug_intel PASS +Test 099 rap_clm_lake_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_flake_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_flake_debug_intel -Checking test 108 rap_flake_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_flake_debug_intel +Checking test 100 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.422407 - 0: The maximum resident set size (KB) = 990528 + 0: The total amount of wall time = 281.742965 + 0: The maximum resident set size (KB) = 990720 -Test 108 rap_flake_debug_intel PASS +Test 100 rap_flake_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_wam_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_wam_debug_intel -Checking test 109 control_wam_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_wam_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_wam_debug_intel +Checking test 101 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 286.838495 - 0: The maximum resident set size (KB) = 232548 + 0: The total amount of wall time = 286.609793 + 0: The maximum resident set size (KB) = 232700 -Test 109 control_wam_debug_intel PASS +Test 101 control_wam_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3582,15 +3523,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 = 240.615410 - 0: The maximum resident set size (KB) = 816496 + 0: The total amount of wall time = 235.986704 + 0: The maximum resident set size (KB) = 816180 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_control_dyn32_phy32_intel -Checking test 111 rap_control_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_control_dyn32_phy32_intel +Checking test 103 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3636,15 +3577,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 = 371.900606 - 0: The maximum resident set size (KB) = 710816 + 0: The total amount of wall time = 367.425630 + 0: The maximum resident set size (KB) = 709520 -Test 111 rap_control_dyn32_phy32_intel PASS +Test 103 rap_control_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_dyn32_phy32_intel -Checking test 112 hrrr_control_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_dyn32_phy32_intel +Checking test 104 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3690,15 +3631,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 = 188.987789 - 0: The maximum resident set size (KB) = 708456 + 0: The total amount of wall time = 189.748830 + 0: The maximum resident set size (KB) = 708692 -Test 112 hrrr_control_dyn32_phy32_intel PASS +Test 104 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_qr_dyn32_phy32_intel -Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_qr_dyn32_phy32_intel +Checking test 105 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3744,15 +3685,15 @@ Checking test 113 hrrr_control_qr_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 = 190.597138 - 0: The maximum resident set size (KB) = 713084 + 0: The total amount of wall time = 190.322095 + 0: The maximum resident set size (KB) = 720956 -Test 113 hrrr_control_qr_dyn32_phy32_intel PASS +Test 105 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_2threads_dyn32_phy32_intel -Checking test 114 rap_2threads_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_2threads_dyn32_phy32_intel +Checking test 106 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3798,15 +3739,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 = 348.622954 - 0: The maximum resident set size (KB) = 770724 + 0: The total amount of wall time = 345.604845 + 0: The maximum resident set size (KB) = 771400 -Test 114 rap_2threads_dyn32_phy32_intel PASS +Test 106 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_2threads_dyn32_phy32_intel -Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_2threads_dyn32_phy32_intel +Checking test 107 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3852,15 +3793,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 = 174.514233 - 0: The maximum resident set size (KB) = 763276 + 0: The total amount of wall time = 175.399990 + 0: The maximum resident set size (KB) = 767340 -Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 107 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_decomp_dyn32_phy32_intel -Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_decomp_dyn32_phy32_intel +Checking test 108 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3906,15 +3847,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 = 194.741825 - 0: The maximum resident set size (KB) = 708796 + 0: The total amount of wall time = 195.364598 + 0: The maximum resident set size (KB) = 716564 -Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 108 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_restart_dyn32_phy32_intel -Checking test 117 rap_restart_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_restart_dyn32_phy32_intel +Checking test 109 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3952,43 +3893,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 = 276.833481 - 0: The maximum resident set size (KB) = 540228 + 0: The total amount of wall time = 273.828445 + 0: The maximum resident set size (KB) = 540204 -Test 117 rap_restart_dyn32_phy32_intel PASS +Test 109 rap_restart_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_restart_dyn32_phy32_intel -Checking test 118 hrrr_control_restart_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_restart_dyn32_phy32_intel +Checking test 110 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.248620 - 0: The maximum resident set size (KB) = 530144 + 0: The total amount of wall time = 99.214582 + 0: The maximum resident set size (KB) = 530120 -Test 118 hrrr_control_restart_dyn32_phy32_intel PASS +Test 110 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 119 hrrr_control_restart_qr_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 111 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 = 103.440340 + 0: The total amount of wall time = 102.011484 0: The maximum resident set size (KB) = 560656 -Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 111 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_fast_phy32_intel -Checking test 120 rrfs_smoke_conus13km_fast_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/conus13km_control_intel +Checking test 112 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4003,15 +3944,41 @@ Checking test 120 rrfs_smoke_conus13km_fast_phy32_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 = 121.590721 - 0: The maximum resident set size (KB) = 604704 + 0: The total amount of wall time = 120.862718 + 0: The maximum resident set size (KB) = 604592 + +Test 112 conus13km_control_intel PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/conus13km_2threads_intel +Checking test 113 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 = 46.890130 + 0: The maximum resident set size (KB) = 607772 + +Test 113 conus13km_2threads_intel PASS -Test 120 rrfs_smoke_conus13km_fast_phy32_intel PASS +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/conus13km_restart_mismatch_intel +Checking test 114 conus13km_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 65.830931 + 0: The maximum resident set size (KB) = 573568 + +Test 114 conus13km_restart_mismatch_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_qr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_fast_phy32_qr_intel -Checking test 121 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_control_qr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/conus13km_control_qr_intel +Checking test 115 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4026,39 +3993,27 @@ Checking test 121 rrfs_smoke_conus13km_fast_phy32_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 = 119.097043 - 0: The maximum resident set size (KB) = 614572 - -Test 121 rrfs_smoke_conus13km_fast_phy32_qr_intel PASS - + 0: The total amount of wall time = 119.244583 + 0: The maximum resident set size (KB) = 614300 -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -Checking test 122 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 82.270533 - 0: The maximum resident set size (KB) = 600652 - -Test 122 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS +Test 115 conus13km_control_qr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel -Checking test 123 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_qr_mismatch_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/conus13km_restart_qr_mismatch_intel +Checking test 116 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 107.391768 - 0: The maximum resident set size (KB) = 675228 + 0: The total amount of wall time = 67.810422 + 0: The maximum resident set size (KB) = 602796 -Test 123 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel PASS +Test 116 conus13km_restart_qr_mismatch_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn64_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_control_dyn64_phy32_intel -Checking test 124 rap_control_dyn64_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_control_dyn64_phy32_intel +Checking test 117 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4104,82 +4059,124 @@ Checking test 124 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.239646 - 0: The maximum resident set size (KB) = 720656 + 0: The total amount of wall time = 248.420423 + 0: The maximum resident set size (KB) = 720724 + +Test 117 rap_control_dyn64_phy32_intel PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/rap_control_debug_dyn32_phy32_intel +Checking test 118 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 = 277.632415 + 0: The maximum resident set size (KB) = 881648 + +Test 118 rap_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/hrrr_control_debug_dyn32_phy32_intel +Checking test 119 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 = 272.135836 + 0: The maximum resident set size (KB) = 880520 + +Test 119 hrrr_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/conus13km_debug_intel +Checking test 120 conus13km_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 = 858.623488 + 0: The maximum resident set size (KB) = 634288 -Test 124 rap_control_dyn64_phy32_intel PASS +Test 120 conus13km_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_control_debug_dyn32_phy32_intel -Checking test 125 rap_control_debug_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 278.009885 - 0: The maximum resident set size (KB) = 881604 + 0: The total amount of wall time = 487.255860 + 0: The maximum resident set size (KB) = 641396 -Test 125 rap_control_debug_dyn32_phy32_intel PASS +Test 121 conus13km_debug_2threads_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_dyn32_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hrrr_control_debug_dyn32_phy32_intel -Checking test 126 hrrr_control_debug_dyn32_phy32_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 272.774805 - 0: The maximum resident set size (KB) = 872352 + 0: The total amount of wall time = 860.689769 + 0: The maximum resident set size (KB) = 638168 -Test 126 hrrr_control_debug_dyn32_phy32_intel PASS +Test 122 conus13km_radar_tten_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn64_phy32_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/rap_control_dyn64_phy32_debug_intel -Checking test 127 rap_control_dyn64_phy32_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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.542742 - 0: The maximum resident set size (KB) = 886296 + 0: The total amount of wall time = 282.065416 + 0: The maximum resident set size (KB) = 886420 -Test 127 rap_control_dyn64_phy32_debug_intel PASS +Test 123 rap_control_dyn64_phy32_debug_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_atm_intel -Checking test 128 hafs_regional_atm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 238.522837 - 0: The maximum resident set size (KB) = 714204 + 0: The total amount of wall time = 235.760991 + 0: The maximum resident set size (KB) = 710500 -Test 128 hafs_regional_atm_intel PASS +Test 124 hafs_regional_atm_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 129 hafs_regional_atm_thompson_gfdlsf_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 285.613553 - 0: The maximum resident set size (KB) = 1071328 + 0: The total amount of wall time = 276.801729 + 0: The maximum resident set size (KB) = 1070956 -Test 129 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 125 hafs_regional_atm_thompson_gfdlsf_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_ocn_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_atm_ocn_intel -Checking test 130 hafs_regional_atm_ocn_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4187,15 +4184,15 @@ Checking test 130 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 = 422.776471 - 0: The maximum resident set size (KB) = 742104 + 0: The total amount of wall time = 420.956723 + 0: The maximum resident set size (KB) = 739628 -Test 130 hafs_regional_atm_ocn_intel PASS +Test 126 hafs_regional_atm_ocn_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_wav_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_atm_wav_intel -Checking test 131 hafs_regional_atm_wav_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_wav_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4203,15 +4200,15 @@ Checking test 131 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 = 922.772516 - 0: The maximum resident set size (KB) = 774520 + 0: The total amount of wall time = 908.374149 + 0: The maximum resident set size (KB) = 773312 -Test 131 hafs_regional_atm_wav_intel PASS +Test 127 hafs_regional_atm_wav_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_ocn_wav_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_atm_ocn_wav_intel -Checking test 132 hafs_regional_atm_ocn_wav_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_wav_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4221,15 +4218,15 @@ Checking test 132 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 = 1017.052941 - 0: The maximum resident set size (KB) = 793864 + 0: The total amount of wall time = 1022.637554 + 0: The maximum resident set size (KB) = 797396 -Test 132 hafs_regional_atm_ocn_wav_intel PASS +Test 128 hafs_regional_atm_ocn_wav_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_1nest_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_1nest_atm_intel -Checking test 133 hafs_regional_1nest_atm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4250,15 +4247,15 @@ Checking test 133 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 = 349.973888 - 0: The maximum resident set size (KB) = 298076 + 0: The total amount of wall time = 334.653280 + 0: The maximum resident set size (KB) = 298524 -Test 133 hafs_regional_1nest_atm_intel PASS +Test 129 hafs_regional_1nest_atm_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_1nest_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_1nest_atm_qr_intel -Checking test 134 hafs_regional_1nest_atm_qr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4279,15 +4276,15 @@ Checking test 134 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 = 385.747679 - 0: The maximum resident set size (KB) = 297948 + 0: The total amount of wall time = 369.133248 + 0: The maximum resident set size (KB) = 294992 -Test 134 hafs_regional_1nest_atm_qr_intel PASS +Test 130 hafs_regional_1nest_atm_qr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_telescopic_2nests_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_telescopic_2nests_atm_intel -Checking test 135 hafs_regional_telescopic_2nests_atm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_telescopic_2nests_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4295,15 +4292,15 @@ Checking test 135 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 = 387.967399 - 0: The maximum resident set size (KB) = 303152 + 0: The total amount of wall time = 381.867918 + 0: The maximum resident set size (KB) = 299980 -Test 135 hafs_regional_telescopic_2nests_atm_intel PASS +Test 131 hafs_regional_telescopic_2nests_atm_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_1nest_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_global_1nest_atm_intel -Checking test 136 hafs_global_1nest_atm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4349,15 +4346,15 @@ Checking test 136 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 = 157.096143 - 0: The maximum resident set size (KB) = 197572 + 0: The total amount of wall time = 152.416187 + 0: The maximum resident set size (KB) = 197384 -Test 136 hafs_global_1nest_atm_intel PASS +Test 132 hafs_global_1nest_atm_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_1nest_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_global_1nest_atm_qr_intel -Checking test 137 hafs_global_1nest_atm_qr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4403,15 +4400,15 @@ Checking test 137 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 = 199.064130 - 0: The maximum resident set size (KB) = 209760 + 0: The total amount of wall time = 187.744462 + 0: The maximum resident set size (KB) = 209592 -Test 137 hafs_global_1nest_atm_qr_intel PASS +Test 133 hafs_global_1nest_atm_qr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_global_multiple_4nests_atm_intel -Checking test 138 hafs_global_multiple_4nests_atm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4492,15 +4489,15 @@ Checking test 138 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 = 438.861076 - 0: The maximum resident set size (KB) = 247348 + 0: The total amount of wall time = 428.178074 + 0: The maximum resident set size (KB) = 227528 -Test 138 hafs_global_multiple_4nests_atm_intel PASS +Test 134 hafs_global_multiple_4nests_atm_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_global_multiple_4nests_atm_qr_intel -Checking test 139 hafs_global_multiple_4nests_atm_qr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4581,15 +4578,15 @@ Checking test 139 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 = 572.820344 - 0: The maximum resident set size (KB) = 270220 + 0: The total amount of wall time = 525.626519 + 0: The maximum resident set size (KB) = 259308 -Test 139 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 135 hafs_global_multiple_4nests_atm_qr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_specified_moving_1nest_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_specified_moving_1nest_atm_intel -Checking test 140 hafs_regional_specified_moving_1nest_atm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_specified_moving_1nest_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4597,15 +4594,15 @@ Checking test 140 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 215.506568 - 0: The maximum resident set size (KB) = 312564 + 0: The total amount of wall time = 214.687789 + 0: The maximum resident set size (KB) = 311268 -Test 140 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 136 hafs_regional_specified_moving_1nest_atm_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_storm_following_1nest_atm_intel -Checking test 141 hafs_regional_storm_following_1nest_atm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4626,15 +4623,15 @@ Checking test 141 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 = 200.674974 - 0: The maximum resident set size (KB) = 309412 + 0: The total amount of wall time = 198.941807 + 0: The maximum resident set size (KB) = 309716 -Test 141 hafs_regional_storm_following_1nest_atm_intel PASS +Test 137 hafs_regional_storm_following_1nest_atm_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 142 hafs_regional_storm_following_1nest_atm_qr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4655,15 +4652,15 @@ Checking test 142 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 = 249.642645 - 0: The maximum resident set size (KB) = 327752 + 0: The total amount of wall time = 235.021282 + 0: The maximum resident set size (KB) = 329496 -Test 142 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_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 143 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4671,43 +4668,43 @@ Checking test 143 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 = 254.435979 - 0: The maximum resident set size (KB) = 337644 + 0: The total amount of wall time = 247.301667 + 0: The maximum resident set size (KB) = 338204 -Test 143 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_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_storm_following_1nest_atm_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_global_storm_following_1nest_atm_intel -Checking test 144 hafs_global_storm_following_1nest_atm_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_storm_following_1nest_atm_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 70.747838 - 0: The maximum resident set size (KB) = 216924 + 0: The total amount of wall time = 58.537264 + 0: The maximum resident set size (KB) = 216916 -Test 144 hafs_global_storm_following_1nest_atm_intel PASS +Test 140 hafs_global_storm_following_1nest_atm_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 145 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 756.587317 - 0: The maximum resident set size (KB) = 362800 + 0: The total amount of wall time = 756.223392 + 0: The maximum resident set size (KB) = 364052 -Test 145 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_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 146 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4717,162 +4714,162 @@ Checking test 146 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 = 639.179341 - 0: The maximum resident set size (KB) = 397776 + 0: The total amount of wall time = 637.458949 + 0: The maximum resident set size (KB) = 398492 -Test 146 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_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_docn_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_docn_intel -Checking test 147 hafs_regional_docn_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 381.465481 - 0: The maximum resident set size (KB) = 762224 + 0: The total amount of wall time = 362.808044 + 0: The maximum resident set size (KB) = 749708 -Test 147 hafs_regional_docn_intel PASS +Test 143 hafs_regional_docn_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_docn_oisst_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_docn_oisst_intel -Checking test 148 hafs_regional_docn_oisst_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_oisst_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 373.122433 - 0: The maximum resident set size (KB) = 734480 + 0: The total amount of wall time = 391.710905 + 0: The maximum resident set size (KB) = 735008 -Test 148 hafs_regional_docn_oisst_intel PASS +Test 144 hafs_regional_docn_oisst_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_datm_cdeps_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/hafs_regional_datm_cdeps_intel -Checking test 149 hafs_regional_datm_cdeps_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_datm_cdeps_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 1187.856040 - 0: The maximum resident set size (KB) = 848384 + 0: The total amount of wall time = 1189.104876 + 0: The maximum resident set size (KB) = 848300 -Test 149 hafs_regional_datm_cdeps_intel PASS +Test 145 hafs_regional_datm_cdeps_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_control_cfsr_intel -Checking test 150 datm_cdeps_control_cfsr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 166.117693 - 0: The maximum resident set size (KB) = 731480 + 0: The total amount of wall time = 166.061700 + 0: The maximum resident set size (KB) = 731408 -Test 150 datm_cdeps_control_cfsr_intel PASS +Test 146 datm_cdeps_control_cfsr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_restart_cfsr_intel -Checking test 151 datm_cdeps_restart_cfsr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 101.410358 - 0: The maximum resident set size (KB) = 718896 + 0: The total amount of wall time = 97.086522 + 0: The maximum resident set size (KB) = 718812 -Test 151 datm_cdeps_restart_cfsr_intel PASS +Test 147 datm_cdeps_restart_cfsr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_gefs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_control_gefs_intel -Checking test 152 datm_cdeps_control_gefs_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_gefs_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 160.291741 - 0: The maximum resident set size (KB) = 617384 + 0: The total amount of wall time = 157.206169 + 0: The maximum resident set size (KB) = 613504 -Test 152 datm_cdeps_control_gefs_intel PASS +Test 148 datm_cdeps_control_gefs_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_iau_gefs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_iau_gefs_intel -Checking test 153 datm_cdeps_iau_gefs_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_iau_gefs_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 161.058212 + 0: The total amount of wall time = 156.953030 0: The maximum resident set size (KB) = 610976 -Test 153 datm_cdeps_iau_gefs_intel PASS +Test 149 datm_cdeps_iau_gefs_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_stochy_gefs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_stochy_gefs_intel -Checking test 154 datm_cdeps_stochy_gefs_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_stochy_gefs_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 161.818432 - 0: The maximum resident set size (KB) = 613344 + 0: The total amount of wall time = 157.592926 + 0: The maximum resident set size (KB) = 615216 -Test 154 datm_cdeps_stochy_gefs_intel PASS +Test 150 datm_cdeps_stochy_gefs_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_ciceC_cfsr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_ciceC_cfsr_intel -Checking test 155 datm_cdeps_ciceC_cfsr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_ciceC_cfsr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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.743661 - 0: The maximum resident set size (KB) = 731468 + 0: The total amount of wall time = 162.574066 + 0: The maximum resident set size (KB) = 731408 -Test 155 datm_cdeps_ciceC_cfsr_intel PASS +Test 151 datm_cdeps_ciceC_cfsr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_bulk_cfsr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_bulk_cfsr_intel -Checking test 156 datm_cdeps_bulk_cfsr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_cfsr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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.173152 - 0: The maximum resident set size (KB) = 719776 + 0: The total amount of wall time = 162.861515 + 0: The maximum resident set size (KB) = 719704 -Test 156 datm_cdeps_bulk_cfsr_intel PASS +Test 152 datm_cdeps_bulk_cfsr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_bulk_gefs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_bulk_gefs_intel -Checking test 157 datm_cdeps_bulk_gefs_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_gefs_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 154.899637 - 0: The maximum resident set size (KB) = 621812 + 0: The total amount of wall time = 154.602227 + 0: The maximum resident set size (KB) = 613256 -Test 157 datm_cdeps_bulk_gefs_intel PASS +Test 153 datm_cdeps_bulk_gefs_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_mx025_cfsr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_mx025_cfsr_intel -Checking test 158 datm_cdeps_mx025_cfsr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_cfsr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4880,15 +4877,15 @@ Checking test 158 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 = 386.081467 - 0: The maximum resident set size (KB) = 514480 + 0: The total amount of wall time = 384.004435 + 0: The maximum resident set size (KB) = 514600 -Test 158 datm_cdeps_mx025_cfsr_intel PASS +Test 154 datm_cdeps_mx025_cfsr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_mx025_gefs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_mx025_gefs_intel -Checking test 159 datm_cdeps_mx025_gefs_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_gefs_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4896,78 +4893,78 @@ Checking test 159 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 = 383.974852 - 0: The maximum resident set size (KB) = 495252 + 0: The total amount of wall time = 378.973244 + 0: The maximum resident set size (KB) = 497376 -Test 159 datm_cdeps_mx025_gefs_intel PASS +Test 155 datm_cdeps_mx025_gefs_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_multiple_files_cfsr_intel -Checking test 160 datm_cdeps_multiple_files_cfsr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 165.604841 - 0: The maximum resident set size (KB) = 731356 + 0: The total amount of wall time = 164.089915 + 0: The maximum resident set size (KB) = 731396 -Test 160 datm_cdeps_multiple_files_cfsr_intel PASS +Test 156 datm_cdeps_multiple_files_cfsr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_3072x1536_cfsr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_3072x1536_cfsr_intel -Checking test 161 datm_cdeps_3072x1536_cfsr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_3072x1536_cfsr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 267.289742 - 0: The maximum resident set size (KB) = 1962940 + 0: The total amount of wall time = 284.378297 + 0: The maximum resident set size (KB) = 1962500 -Test 161 datm_cdeps_3072x1536_cfsr_intel PASS +Test 157 datm_cdeps_3072x1536_cfsr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_gfs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_gfs_intel -Checking test 162 datm_cdeps_gfs_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_gfs_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 268.269202 - 0: The maximum resident set size (KB) = 1965220 + 0: The total amount of wall time = 266.204114 + 0: The maximum resident set size (KB) = 1963864 -Test 162 datm_cdeps_gfs_intel PASS +Test 158 datm_cdeps_gfs_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_debug_cfsr_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_debug_cfsr_intel -Checking test 163 datm_cdeps_debug_cfsr_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_debug_cfsr_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 367.809140 - 0: The maximum resident set size (KB) = 714772 + 0: The total amount of wall time = 367.970071 + 0: The maximum resident set size (KB) = 703116 -Test 163 datm_cdeps_debug_cfsr_intel PASS +Test 159 datm_cdeps_debug_cfsr_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_faster_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_control_cfsr_faster_intel -Checking test 164 datm_cdeps_control_cfsr_faster_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_faster_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 = 163.506097 - 0: The maximum resident set size (KB) = 731352 + 0: The total amount of wall time = 162.098125 + 0: The maximum resident set size (KB) = 731376 -Test 164 datm_cdeps_control_cfsr_faster_intel PASS +Test 160 datm_cdeps_control_cfsr_faster_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_lnd_gswp3_intel -Checking test 165 datm_cdeps_lnd_gswp3_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4975,15 +4972,15 @@ Checking test 165 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 = 8.517171 - 0: The maximum resident set size (KB) = 118256 + 0: The total amount of wall time = 6.616123 + 0: The maximum resident set size (KB) = 118136 -Test 165 datm_cdeps_lnd_gswp3_intel PASS +Test 161 datm_cdeps_lnd_gswp3_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/datm_cdeps_lnd_gswp3_rst_intel -Checking test 166 datm_cdeps_lnd_gswp3_rst_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -4991,15 +4988,15 @@ Checking test 166 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.987969 - 0: The maximum resident set size (KB) = 116172 + 0: The total amount of wall time = 12.162628 + 0: The maximum resident set size (KB) = 116200 -Test 166 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 162 datm_cdeps_lnd_gswp3_rst_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_atmlnd_sbs_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_p8_atmlnd_sbs_intel -Checking test 167 control_p8_atmlnd_sbs_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_atmlnd_sbs_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -5083,15 +5080,15 @@ Checking test 167 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 = 243.526278 - 0: The maximum resident set size (KB) = 1454400 + 0: The total amount of wall time = 215.065328 + 0: The maximum resident set size (KB) = 1454596 -Test 167 control_p8_atmlnd_sbs_intel PASS +Test 163 control_p8_atmlnd_sbs_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/atmwav_control_noaero_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/atmwav_control_noaero_p8_intel -Checking test 168 atmwav_control_noaero_p8_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/atmwav_control_noaero_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -5133,15 +5130,15 @@ Checking test 168 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.705238 - 0: The maximum resident set size (KB) = 1438180 + 0: The total amount of wall time = 93.854276 + 0: The maximum resident set size (KB) = 1438620 -Test 168 atmwav_control_noaero_p8_intel PASS +Test 164 atmwav_control_noaero_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_atmwav_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/control_atmwav_intel -Checking test 169 control_atmwav_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_atmwav_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/control_atmwav_intel +Checking test 165 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5184,15 +5181,15 @@ Checking test 169 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 = 96.371369 - 0: The maximum resident set size (KB) = 465220 + 0: The total amount of wall time = 88.881070 + 0: The maximum resident set size (KB) = 464988 -Test 169 control_atmwav_intel PASS +Test 165 control_atmwav_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/atmaero_control_p8_intel -Checking test 170 atmaero_control_p8_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/atmaero_control_p8_intel +Checking test 166 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5235,15 +5232,15 @@ Checking test 170 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 = 246.371975 - 0: The maximum resident set size (KB) = 1480932 + 0: The total amount of wall time = 237.621309 + 0: The maximum resident set size (KB) = 1481088 -Test 170 atmaero_control_p8_intel PASS +Test 166 atmaero_control_p8_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/atmaero_control_p8_rad_intel -Checking test 171 atmaero_control_p8_rad_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -5286,15 +5283,15 @@ Checking test 171 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 = 296.422954 - 0: The maximum resident set size (KB) = 1523064 + 0: The total amount of wall time = 287.870939 + 0: The maximum resident set size (KB) = 1523136 -Test 171 atmaero_control_p8_rad_intel PASS +Test 167 atmaero_control_p8_rad_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_micro_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/atmaero_control_p8_rad_micro_intel -Checking test 172 atmaero_control_p8_rad_micro_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_micro_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/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 @@ -5337,15 +5334,15 @@ Checking test 172 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 = 307.859796 - 0: The maximum resident set size (KB) = 1530748 + 0: The total amount of wall time = 291.840600 + 0: The maximum resident set size (KB) = 1508324 -Test 172 atmaero_control_p8_rad_micro_intel PASS +Test 168 atmaero_control_p8_rad_micro_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_atmaq_intel -Checking test 173 regional_atmaq_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_atmaq_intel +Checking test 169 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5360,15 +5357,15 @@ Checking test 173 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 = 642.651808 - 0: The maximum resident set size (KB) = 1947544 + 0: The total amount of wall time = 637.971199 + 0: The maximum resident set size (KB) = 1940944 -Test 173 regional_atmaq_intel PASS +Test 169 regional_atmaq_intel PASS -baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_faster_intel -working dir = /lustre/f2/scratch/Jong.Kim/FV3_RT/rt_10896/regional_atmaq_faster_intel -Checking test 174 regional_atmaq_faster_intel results .... +baseline dir = /lustre/f2/pdata/ncep_shared/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_faster_intel +working dir = /lustre/f2/scratch/Zachary.Shrader/FV3_RT/rt_32615/regional_atmaq_faster_intel +Checking test 170 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5383,12 +5380,12 @@ Checking test 174 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 = 647.195810 - 0: The maximum resident set size (KB) = 1936472 + 0: The total amount of wall time = 615.047745 + 0: The maximum resident set size (KB) = 1933976 -Test 174 regional_atmaq_faster_intel PASS +Test 170 regional_atmaq_faster_intel PASS REGRESSION TEST WAS SUCCESSFUL -Thu 24 Aug 2023 08:00:39 PM EDT -Elapsed time: 01h:17m:23s. Have a nice day! +Sun 27 Aug 2023 08:55:24 PM EDT +Elapsed time: 01h:12m:14s. Have a nice day! From 074c2cd85f827f54c22c6ade52bd290490ca2e3a Mon Sep 17 00:00:00 2001 From: zach1221 Date: Sun, 27 Aug 2023 20:26:26 -0500 Subject: [PATCH 19/25] add orion RT logs: passed --- tests/logs/RegressionTests_orion.log | 2179 +++++++++++++------------- 1 file changed, 1088 insertions(+), 1091 deletions(-) diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 3f0d1de691..b07a5e311c 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,60 +1,60 @@ -Thu Aug 24 18:50:57 CDT 2023 +Sun Aug 27 18:41:44 CDT 2023 Start Regression test -Testing UFSWM Hash: bee1c2b7136039db78897d0304f1c8b73d0734dc +Testing UFSWM Hash: c5bcc34a37c2bc8f566eb5b02282b65d77a05405 Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) - 4edb1cc6d7cd87cb5b3b32a8b85c38be5510112d ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2776-g4edb1cc6) + c24fb5999efafffaa393b886e21780ab7fd3aa08 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2297-gc24fb59) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 94a49f8e74c59851473b5f0bde9d97e7f6afc33f ../FV3 (heads/develop) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (remotes/origin/conus13km) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atmaero_intel elapsed time 674 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 197 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_faster_intel elapsed time 654 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 672 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 250 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 703 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 635 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 632 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 682 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 670 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 120 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 212 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 204 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 57 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 693 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 212 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 686 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 680 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 198 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 856 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 664 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 183 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 620 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 682 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 724 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 760 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 756 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 257 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 1085 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 296 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 763 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 235 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 1132 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 214 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 583 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_mixedmode_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_p8_mixedmode_intel +Compile atmaero_intel elapsed time 637 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 176 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_faster_intel elapsed time 665 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 623 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 269 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 711 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 640 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 617 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 650 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 616 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 630 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 209 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 62 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 654 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 269 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 711 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 675 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 182 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 760 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 567 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 197 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 595 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 688 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 695 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 727 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 814 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 310 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 1083 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 814 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 266 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 757 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 267 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 1117 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 183 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 548 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_mixedmode_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 297.680416 - 0: The maximum resident set size (KB) = 3169056 + 0: The total amount of wall time = 295.174712 + 0: The maximum resident set size (KB) = 3168008 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_gfsv17_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_gfsv17_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_gfsv17_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -190,14 +190,14 @@ 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 = 217.611024 - 0: The maximum resident set size (KB) = 1706328 + 0: The total amount of wall time = 218.501484 + 0: The maximum resident set size (KB) = 1717264 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -262,14 +262,14 @@ 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.988400 - 0: The maximum resident set size (KB) = 3210564 + 0: The total amount of wall time = 328.680389 + 0: The maximum resident set size (KB) = 3206340 Test 003 cpld_control_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_restart_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -322,14 +322,14 @@ 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 = 194.545009 - 0: The maximum resident set size (KB) = 3076552 + 0: The total amount of wall time = 189.558333 + 0: The maximum resident set size (KB) = 3072680 Test 004 cpld_restart_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_qr_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -394,14 +394,14 @@ 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.048093 - 0: The maximum resident set size (KB) = 3218964 + 0: The total amount of wall time = 336.885161 + 0: The maximum resident set size (KB) = 3219448 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_restart_qr_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -454,14 +454,14 @@ 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 = 204.111134 - 0: The maximum resident set size (KB) = 3093576 + 0: The total amount of wall time = 198.122067 + 0: The maximum resident set size (KB) = 3090992 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_2threads_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -514,14 +514,14 @@ 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 = 364.341642 - 0: The maximum resident set size (KB) = 3549192 + 0: The total amount of wall time = 360.893672 + 0: The maximum resident set size (KB) = 3546864 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_decomp_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -574,14 +574,14 @@ 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 = 336.586474 - 0: The maximum resident set size (KB) = 3200148 + 0: The total amount of wall time = 334.879885 + 0: The maximum resident set size (KB) = 3207060 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_mpi_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -634,14 +634,14 @@ 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 = 279.706986 - 0: The maximum resident set size (KB) = 3063904 + 0: The total amount of wall time = 272.303891 + 0: The maximum resident set size (KB) = 3068288 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_ciceC_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_ciceC_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_ciceC_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -706,14 +706,14 @@ 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 = 335.686785 - 0: The maximum resident set size (KB) = 3210772 + 0: The total amount of wall time = 339.734899 + 0: The maximum resident set size (KB) = 3206316 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_c192_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_c192_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_c192_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_c192_p8_intel Checking test 011 cpld_control_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -766,14 +766,14 @@ 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 = 584.959655 - 0: The maximum resident set size (KB) = 3325528 + 0: The total amount of wall time = 588.325308 + 0: The maximum resident set size (KB) = 3428776 Test 011 cpld_control_c192_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_c192_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_restart_c192_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_c192_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_restart_c192_p8_intel Checking test 012 cpld_restart_c192_p8_intel results .... Comparing sfcf030.tile1.nc .........OK Comparing sfcf030.tile2.nc .........OK @@ -826,14 +826,14 @@ 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 = 391.965172 - 0: The maximum resident set size (KB) = 3229248 + 0: The total amount of wall time = 407.287322 + 0: The maximum resident set size (KB) = 3228484 Test 012 cpld_restart_c192_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_bmark_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_bmark_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_bmark_p8_intel Checking test 013 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -881,14 +881,14 @@ 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 = 764.880246 - 0: The maximum resident set size (KB) = 4116036 + 0: The total amount of wall time = 771.197103 + 0: The maximum resident set size (KB) = 4113544 Test 013 cpld_bmark_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_bmark_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_restart_bmark_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_restart_bmark_p8_intel Checking test 014 cpld_restart_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -936,14 +936,14 @@ 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 = 476.061120 - 0: The maximum resident set size (KB) = 4034528 + 0: The total amount of wall time = 501.889379 + 0: The maximum resident set size (KB) = 4037128 Test 014 cpld_restart_bmark_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_noaero_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_noaero_p8_intel Checking test 015 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1007,14 +1007,14 @@ 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 = 252.664452 - 0: The maximum resident set size (KB) = 1739640 + 0: The total amount of wall time = 253.396567 + 0: The maximum resident set size (KB) = 1738052 Test 015 cpld_control_noaero_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_c96_noaero_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_nowave_noaero_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_nowave_noaero_p8_intel Checking test 016 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1076,14 +1076,14 @@ 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 = 256.243775 - 0: The maximum resident set size (KB) = 1788904 + 0: The total amount of wall time = 255.850808 + 0: The maximum resident set size (KB) = 1785244 Test 016 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_debug_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_debug_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_debug_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_debug_p8_intel Checking test 017 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1136,14 +1136,14 @@ 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 = 534.229271 - 0: The maximum resident set size (KB) = 3242956 + 0: The total amount of wall time = 535.447509 + 0: The maximum resident set size (KB) = 3236652 Test 017 cpld_debug_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_debug_noaero_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_debug_noaero_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_debug_noaero_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_debug_noaero_p8_intel Checking test 018 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1195,14 +1195,14 @@ 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 = 369.867566 - 0: The maximum resident set size (KB) = 1768176 + 0: The total amount of wall time = 362.099845 + 0: The maximum resident set size (KB) = 1764472 Test 018 cpld_debug_noaero_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_agrid_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_noaero_p8_agrid_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_agrid_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_noaero_p8_agrid_intel Checking test 019 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1264,14 +1264,14 @@ 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 = 255.606017 - 0: The maximum resident set size (KB) = 1779564 + 0: The total amount of wall time = 257.414540 + 0: The maximum resident set size (KB) = 1782992 Test 019 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_c48_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_c48_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_c48_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_c48_intel Checking test 020 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1321,14 +1321,14 @@ 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 = 500.767642 - 0: The maximum resident set size (KB) = 2820468 + 0: The total amount of wall time = 497.724253 + 0: The maximum resident set size (KB) = 2817500 Test 020 cpld_control_c48_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_faster_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_p8_faster_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_faster_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_p8_faster_intel Checking test 021 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1393,14 +1393,14 @@ 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 = 310.792306 - 0: The maximum resident set size (KB) = 3198640 + 0: The total amount of wall time = 312.950274 + 0: The maximum resident set size (KB) = 3202212 Test 021 cpld_control_p8_faster_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_pdlib_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_control_pdlib_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_control_pdlib_p8_intel Checking test 022 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1464,14 +1464,14 @@ 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 = 1196.294013 - 0: The maximum resident set size (KB) = 1766016 + 0: The total amount of wall time = 1198.853127 + 0: The maximum resident set size (KB) = 1775032 Test 022 cpld_control_pdlib_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_pdlib_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_restart_pdlib_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_restart_pdlib_p8_intel Checking test 023 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1523,14 +1523,14 @@ 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 = 586.188647 - 0: The maximum resident set size (KB) = 1039660 + 0: The total amount of wall time = 578.191256 + 0: The maximum resident set size (KB) = 1039060 Test 023 cpld_restart_pdlib_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_control_pdlib_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_mpi_pdlib_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_mpi_pdlib_p8_intel Checking test 024 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1594,14 +1594,14 @@ 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 = 1059.876560 - 0: The maximum resident set size (KB) = 1686468 + 0: The total amount of wall time = 1062.097228 + 0: The maximum resident set size (KB) = 1674388 Test 024 cpld_mpi_pdlib_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/cpld_debug_pdlib_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/cpld_debug_pdlib_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/cpld_debug_pdlib_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/cpld_debug_pdlib_p8_intel Checking test 025 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1653,14 +1653,14 @@ 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.641204 - 0: The maximum resident set size (KB) = 1726184 + 0: The total amount of wall time = 1373.014852 + 0: The maximum resident set size (KB) = 1726964 Test 025 cpld_debug_pdlib_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_flake_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_flake_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_flake_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_flake_intel Checking test 026 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1671,14 +1671,14 @@ Checking test 026 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 196.807628 - 0: The maximum resident set size (KB) = 690656 + 0: The total amount of wall time = 196.399813 + 0: The maximum resident set size (KB) = 688592 Test 026 control_flake_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_CubedSphereGrid_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_CubedSphereGrid_intel Checking test 027 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1705,14 +1705,14 @@ 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.933810 - 0: The maximum resident set size (KB) = 639788 + 0: The total amount of wall time = 131.059319 + 0: The maximum resident set size (KB) = 645664 Test 027 control_CubedSphereGrid_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_parallel_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_CubedSphereGrid_parallel_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_parallel_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_CubedSphereGrid_parallel_intel Checking test 028 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1727,14 +1727,14 @@ Checking test 028 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 139.991014 - 0: The maximum resident set size (KB) = 647160 + 0: The total amount of wall time = 138.961232 + 0: The maximum resident set size (KB) = 644692 Test 028 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_latlon_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_latlon_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_latlon_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_latlon_intel Checking test 029 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1745,14 +1745,14 @@ Checking test 029 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 135.689633 - 0: The maximum resident set size (KB) = 642356 + 0: The total amount of wall time = 134.532292 + 0: The maximum resident set size (KB) = 642588 Test 029 control_latlon_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_wrtGauss_netcdf_parallel_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_wrtGauss_netcdf_parallel_intel Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1763,14 +1763,14 @@ Checking test 030 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 141.296748 - 0: The maximum resident set size (KB) = 638792 + 0: The total amount of wall time = 136.912484 + 0: The maximum resident set size (KB) = 643416 Test 030 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_c48_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_c48_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_c48_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_c48_intel Checking test 031 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1809,14 +1809,14 @@ 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 = 347.628926 -0: The maximum resident set size (KB) = 835732 +0: The total amount of wall time = 348.388894 +0: The maximum resident set size (KB) = 837504 Test 031 control_c48_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_c192_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_c192_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_c192_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_c192_intel Checking test 032 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1827,14 +1827,14 @@ Checking test 032 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 530.167829 - 0: The maximum resident set size (KB) = 785104 + 0: The total amount of wall time = 526.115491 + 0: The maximum resident set size (KB) = 783520 Test 032 control_c192_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_c384_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_c384_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_c384_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_c384_intel Checking test 033 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1845,14 +1845,14 @@ Checking test 033 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 583.746704 - 0: The maximum resident set size (KB) = 1246864 + 0: The total amount of wall time = 586.704028 + 0: The maximum resident set size (KB) = 1241728 Test 033 control_c384_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_c384gdas_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_c384gdas_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_c384gdas_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_c384gdas_intel Checking test 034 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1895,14 +1895,14 @@ 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 = 513.451877 - 0: The maximum resident set size (KB) = 1370424 + 0: The total amount of wall time = 511.997607 + 0: The maximum resident set size (KB) = 1363264 Test 034 control_c384gdas_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_stochy_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_stochy_intel Checking test 035 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1913,28 +1913,28 @@ Checking test 035 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 90.953624 - 0: The maximum resident set size (KB) = 651544 + 0: The total amount of wall time = 87.635984 + 0: The maximum resident set size (KB) = 649728 Test 035 control_stochy_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_stochy_restart_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_stochy_restart_intel Checking test 036 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.851387 - 0: The maximum resident set size (KB) = 499120 + 0: The total amount of wall time = 47.529871 + 0: The maximum resident set size (KB) = 498756 Test 036 control_stochy_restart_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_lndp_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_lndp_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_lndp_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_lndp_intel Checking test 037 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1945,14 +1945,14 @@ Checking test 037 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 83.954321 - 0: The maximum resident set size (KB) = 650188 + 0: The total amount of wall time = 81.204655 + 0: The maximum resident set size (KB) = 645260 Test 037 control_lndp_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_iovr4_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_iovr4_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_iovr4_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_iovr4_intel Checking test 038 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1967,14 +1967,14 @@ Checking test 038 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 138.082187 - 0: The maximum resident set size (KB) = 642656 + 0: The total amount of wall time = 136.133484 + 0: The maximum resident set size (KB) = 642840 Test 038 control_iovr4_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_iovr5_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_iovr5_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_iovr5_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_iovr5_intel Checking test 039 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1989,14 +1989,14 @@ Checking test 039 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 137.124414 - 0: The maximum resident set size (KB) = 639636 + 0: The total amount of wall time = 135.570569 + 0: The maximum resident set size (KB) = 640416 Test 039 control_iovr5_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_p8_intel Checking test 040 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2043,14 +2043,14 @@ 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 = 169.626930 - 0: The maximum resident set size (KB) = 1619144 + 0: The total amount of wall time = 166.385751 + 0: The maximum resident set size (KB) = 1626728 Test 040 control_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_restart_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_restart_p8_intel Checking test 041 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2089,14 +2089,14 @@ 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 = 89.023298 - 0: The maximum resident set size (KB) = 880576 + 0: The total amount of wall time = 88.317860 + 0: The maximum resident set size (KB) = 883956 Test 041 control_restart_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_qr_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_qr_p8_intel Checking test 042 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2143,14 +2143,14 @@ 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 = 170.165078 - 0: The maximum resident set size (KB) = 1634952 + 0: The total amount of wall time = 168.170092 + 0: The maximum resident set size (KB) = 1634480 Test 042 control_qr_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_restart_qr_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_restart_qr_p8_intel Checking test 043 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2189,14 +2189,14 @@ 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.777369 - 0: The maximum resident set size (KB) = 879028 + 0: The total amount of wall time = 91.379008 + 0: The maximum resident set size (KB) = 879676 Test 043 control_restart_qr_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_decomp_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_decomp_p8_intel Checking test 044 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2239,14 +2239,14 @@ 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 = 175.333246 - 0: The maximum resident set size (KB) = 1600248 + 0: The total amount of wall time = 175.459118 + 0: The maximum resident set size (KB) = 1606532 Test 044 control_decomp_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_2threads_p8_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_2threads_p8_intel Checking test 045 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2289,14 +2289,14 @@ 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 = 175.538006 - 0: The maximum resident set size (KB) = 1708376 + 0: The total amount of wall time = 177.708157 + 0: The maximum resident set size (KB) = 1698736 Test 045 control_2threads_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_lndp_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_p8_lndp_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_lndp_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_p8_lndp_intel Checking test 046 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2315,14 +2315,14 @@ Checking test 046 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 317.132417 - 0: The maximum resident set size (KB) = 1620704 + 0: The total amount of wall time = 312.722356 + 0: The maximum resident set size (KB) = 1628076 Test 046 control_p8_lndp_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_rrtmgp_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_p8_rrtmgp_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_rrtmgp_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_p8_rrtmgp_intel Checking test 047 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2369,14 +2369,14 @@ 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 = 231.579936 - 0: The maximum resident set size (KB) = 1682580 + 0: The total amount of wall time = 228.337492 + 0: The maximum resident set size (KB) = 1678932 Test 047 control_p8_rrtmgp_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_mynn_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_p8_mynn_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_mynn_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_p8_mynn_intel Checking test 048 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2423,14 +2423,14 @@ 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 = 170.664114 - 0: The maximum resident set size (KB) = 1619872 + 0: The total amount of wall time = 170.913940 + 0: The maximum resident set size (KB) = 1625116 Test 048 control_p8_mynn_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/merra2_thompson_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/merra2_thompson_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/merra2_thompson_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/merra2_thompson_intel Checking test 049 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2477,14 +2477,14 @@ 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 = 191.193953 - 0: The maximum resident set size (KB) = 1623596 + 0: The total amount of wall time = 190.094195 + 0: The maximum resident set size (KB) = 1633080 Test 049 merra2_thompson_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_control_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_control_intel Checking test 050 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2495,28 +2495,28 @@ Checking test 050 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 291.509417 - 0: The maximum resident set size (KB) = 892332 + 0: The total amount of wall time = 290.459580 + 0: The maximum resident set size (KB) = 891488 Test 050 regional_control_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_restart_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_restart_intel Checking test 051 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 = 149.561432 - 0: The maximum resident set size (KB) = 883748 + 0: The total amount of wall time = 149.970547 + 0: The maximum resident set size (KB) = 883312 Test 051 regional_restart_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_control_qr_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_control_qr_intel Checking test 052 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2527,28 +2527,28 @@ Checking test 052 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 294.087897 - 0: The maximum resident set size (KB) = 891092 + 0: The total amount of wall time = 290.164867 + 0: The maximum resident set size (KB) = 893604 Test 052 regional_control_qr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_restart_qr_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_restart_qr_intel Checking test 053 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.535921 - 0: The maximum resident set size (KB) = 880236 + 0: The total amount of wall time = 150.197247 + 0: The maximum resident set size (KB) = 881252 Test 053 regional_restart_qr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_decomp_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_decomp_intel Checking test 054 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2559,14 +2559,14 @@ Checking test 054 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 308.574549 - 0: The maximum resident set size (KB) = 881936 + 0: The total amount of wall time = 307.710936 + 0: The maximum resident set size (KB) = 884272 Test 054 regional_decomp_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_2threads_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_2threads_intel Checking test 055 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2577,14 +2577,14 @@ Checking test 055 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 199.868433 - 0: The maximum resident set size (KB) = 865400 + 0: The total amount of wall time = 200.230774 + 0: The maximum resident set size (KB) = 866256 Test 055 regional_2threads_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_noquilt_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_noquilt_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_noquilt_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_noquilt_intel Checking test 056 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2592,28 +2592,28 @@ Checking test 056 regional_noquilt_intel results .... 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 = 288.326688 - 0: The maximum resident set size (KB) = 868844 + 0: The total amount of wall time = 287.780054 + 0: The maximum resident set size (KB) = 872704 Test 056 regional_noquilt_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_netcdf_parallel_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_netcdf_parallel_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_netcdf_parallel_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_netcdf_parallel_intel Checking test 057 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 = 284.042542 - 0: The maximum resident set size (KB) = 884656 + 0: The total amount of wall time = 284.965572 + 0: The maximum resident set size (KB) = 883172 Test 057 regional_netcdf_parallel_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_2dwrtdecomp_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_2dwrtdecomp_intel Checking test 058 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2624,14 +2624,14 @@ Checking test 058 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 288.533230 - 0: The maximum resident set size (KB) = 891192 + 0: The total amount of wall time = 289.844186 + 0: The maximum resident set size (KB) = 890880 Test 058 regional_2dwrtdecomp_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/fv3_regional_wofs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_wofs_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/fv3_regional_wofs_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_wofs_intel Checking test 059 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2642,14 +2642,14 @@ Checking test 059 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 371.468111 - 0: The maximum resident set size (KB) = 651824 + 0: The total amount of wall time = 370.262740 + 0: The maximum resident set size (KB) = 651732 Test 059 regional_wofs_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_control_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_control_intel Checking test 060 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2696,14 +2696,14 @@ 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 = 448.115153 - 0: The maximum resident set size (KB) = 1084076 + 0: The total amount of wall time = 446.069486 + 0: The maximum resident set size (KB) = 1070992 Test 060 rap_control_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_spp_sppt_shum_skeb_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_spp_sppt_shum_skeb_intel Checking test 061 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2714,14 +2714,14 @@ 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 = 260.937277 - 0: The maximum resident set size (KB) = 1214676 + 0: The total amount of wall time = 260.654856 + 0: The maximum resident set size (KB) = 1212016 Test 061 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_decomp_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_decomp_intel Checking test 062 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2768,14 +2768,14 @@ 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 = 465.788954 - 0: The maximum resident set size (KB) = 1017060 + 0: The total amount of wall time = 467.175509 + 0: The maximum resident set size (KB) = 1018972 Test 062 rap_decomp_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_2threads_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_2threads_intel Checking test 063 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2822,14 +2822,14 @@ 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 = 456.622405 - 0: The maximum resident set size (KB) = 1157308 + 0: The total amount of wall time = 453.448297 + 0: The maximum resident set size (KB) = 1151768 Test 063 rap_2threads_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_restart_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_restart_intel Checking test 064 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2868,14 +2868,14 @@ 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 = 230.611685 - 0: The maximum resident set size (KB) = 971976 + 0: The total amount of wall time = 227.412975 + 0: The maximum resident set size (KB) = 976628 Test 064 rap_restart_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_sfcdiff_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_sfcdiff_intel Checking test 065 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2922,14 +2922,14 @@ 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.876130 - 0: The maximum resident set size (KB) = 1077512 + 0: The total amount of wall time = 447.568530 + 0: The maximum resident set size (KB) = 1076624 Test 065 rap_sfcdiff_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_sfcdiff_decomp_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_sfcdiff_decomp_intel Checking test 066 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2976,14 +2976,14 @@ 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.576491 - 0: The maximum resident set size (KB) = 1019440 + 0: The total amount of wall time = 470.058942 + 0: The maximum resident set size (KB) = 1028048 Test 066 rap_sfcdiff_decomp_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_sfcdiff_restart_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_sfcdiff_restart_intel Checking test 067 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -3022,14 +3022,14 @@ 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 = 336.452065 - 0: The maximum resident set size (KB) = 1011936 + 0: The total amount of wall time = 331.340029 + 0: The maximum resident set size (KB) = 1007628 Test 067 rap_sfcdiff_restart_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_intel Checking test 068 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3076,14 +3076,14 @@ 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 = 432.164173 - 0: The maximum resident set size (KB) = 1075000 + 0: The total amount of wall time = 429.053352 + 0: The maximum resident set size (KB) = 1071876 Test 068 hrrr_control_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_qr_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_qr_intel Checking test 069 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3130,14 +3130,14 @@ 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 = 435.758115 - 0: The maximum resident set size (KB) = 1091352 + 0: The total amount of wall time = 432.638332 + 0: The maximum resident set size (KB) = 1089352 Test 069 hrrr_control_qr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_decomp_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_decomp_intel Checking test 070 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3184,14 +3184,14 @@ 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 = 451.271956 - 0: The maximum resident set size (KB) = 1016368 + 0: The total amount of wall time = 448.941642 + 0: The maximum resident set size (KB) = 1013860 Test 070 hrrr_control_decomp_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_2threads_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_2threads_intel Checking test 071 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3238,42 +3238,42 @@ 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 = 373.814182 - 0: The maximum resident set size (KB) = 1090296 + 0: The total amount of wall time = 360.267873 + 0: The maximum resident set size (KB) = 1096088 Test 071 hrrr_control_2threads_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_restart_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_restart_intel Checking test 072 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 = 322.158279 - 0: The maximum resident set size (KB) = 997464 + 0: The total amount of wall time = 323.641216 + 0: The maximum resident set size (KB) = 988556 Test 072 hrrr_control_restart_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_restart_qr_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_restart_qr_intel Checking test 073 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 = 326.699210 - 0: The maximum resident set size (KB) = 1017680 + 0: The total amount of wall time = 328.216305 + 0: The maximum resident set size (KB) = 1023292 Test 073 hrrr_control_restart_qr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_v1beta_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rrfs_v1beta_intel Checking test 074 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3320,14 +3320,14 @@ 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 = 440.065705 - 0: The maximum resident set size (KB) = 1073464 + 0: The total amount of wall time = 440.703209 + 0: The maximum resident set size (KB) = 1069620 Test 074 rrfs_v1beta_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_v1nssl_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rrfs_v1nssl_intel Checking test 075 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3342,14 +3342,14 @@ Checking test 075 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 521.744244 - 0: The maximum resident set size (KB) = 703072 + 0: The total amount of wall time = 524.687347 + 0: The maximum resident set size (KB) = 709408 Test 075 rrfs_v1nssl_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_nohailnoccn_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_nohailnoccn_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rrfs_v1nssl_nohailnoccn_intel Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3364,140 +3364,123 @@ Checking test 076 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 515.604236 - 0: The maximum resident set size (KB) = 777436 + 0: The total amount of wall time = 514.875119 + 0: The maximum resident set size (KB) = 774316 Test 076 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 077 rrfs_smoke_conus13km_hrrr_warm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_gf_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_gf_intel +Checking test 077 hrrr_gf_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 = 149.565130 - 0: The maximum resident set size (KB) = 1045372 - -Test 077 rrfs_smoke_conus13km_hrrr_warm_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_hrrr_warm_qr_intel -Checking test 078 rrfs_smoke_conus13km_hrrr_warm_qr_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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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 = 147.097888 - 0: The maximum resident set size (KB) = 997824 - -Test 078 rrfs_smoke_conus13km_hrrr_warm_qr_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 079 rrfs_smoke_conus13km_hrrr_warm_2threads_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 - - 0: The total amount of wall time = 97.933556 - 0: The maximum resident set size (KB) = 952464 - -Test 079 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_conus13km_hrrr_warm_intel -Checking test 080 rrfs_conus13km_hrrr_warm_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 134.229245 - 0: The maximum resident set size (KB) = 1002232 + 0: The total amount of wall time = 447.996540 + 0: The maximum resident set size (KB) = 1078096 -Test 080 rrfs_conus13km_hrrr_warm_intel PASS +Test 077 hrrr_gf_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 081 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_c3_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_c3_intel +Checking test 078 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 151.614160 - 0: The maximum resident set size (KB) = 1046436 - -Test 081 rrfs_smoke_conus13km_radar_tten_warm_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 082 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - - 0: The total amount of wall time = 83.426606 - 0: The maximum resident set size (KB) = 1045464 - -Test 082 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 90.916365 - 0: The maximum resident set size (KB) = 1031832 + 0: The total amount of wall time = 448.309450 + 0: The maximum resident set size (KB) = 1083800 -Test 083 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel PASS +Test 078 hrrr_c3_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_csawmg_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_csawmg_intel -Checking test 084 control_csawmg_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_csawmg_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_csawmg_intel +Checking test 079 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3507,15 +3490,15 @@ Checking test 084 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 338.673682 - 0: The maximum resident set size (KB) = 738160 + 0: The total amount of wall time = 339.225714 + 0: The maximum resident set size (KB) = 735720 -Test 084 control_csawmg_intel PASS +Test 079 control_csawmg_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_csawmgt_intel -Checking test 085 control_csawmgt_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_csawmgt_intel +Checking test 080 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3525,15 +3508,15 @@ Checking test 085 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 334.593654 - 0: The maximum resident set size (KB) = 729548 + 0: The total amount of wall time = 335.764957 + 0: The maximum resident set size (KB) = 729788 -Test 085 control_csawmgt_intel PASS +Test 080 control_csawmgt_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_ras_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_ras_intel -Checking test 086 control_ras_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_ras_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_ras_intel +Checking test 081 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3543,27 +3526,27 @@ Checking test 086 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 186.794370 - 0: The maximum resident set size (KB) = 728024 + 0: The total amount of wall time = 186.376282 + 0: The maximum resident set size (KB) = 733196 -Test 086 control_ras_intel PASS +Test 081 control_ras_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_wam_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_wam_intel -Checking test 087 control_wam_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_wam_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_wam_intel +Checking test 082 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 116.177734 - 0: The maximum resident set size (KB) = 652176 + 0: The total amount of wall time = 114.600334 + 0: The maximum resident set size (KB) = 653608 -Test 087 control_wam_intel PASS +Test 082 control_wam_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_faster_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_p8_faster_intel -Checking test 088 control_p8_faster_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_faster_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_p8_faster_intel +Checking test 083 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3609,15 +3592,15 @@ Checking test 088 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 = 156.430773 - 0: The maximum resident set size (KB) = 1616644 + 0: The total amount of wall time = 154.475542 + 0: The maximum resident set size (KB) = 1617504 -Test 088 control_p8_faster_intel PASS +Test 083 control_p8_faster_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_control_faster_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_control_faster_intel -Checking test 089 regional_control_faster_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_control_faster_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_control_faster_intel +Checking test 084 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3627,57 +3610,15 @@ Checking test 089 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 263.828523 - 0: The maximum resident set size (KB) = 893316 - -Test 089 regional_control_faster_intel PASS + 0: The total amount of wall time = 264.379158 + 0: The maximum resident set size (KB) = 887108 +Test 084 regional_control_faster_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_hrrr_warm_debug_intel -Checking test 090 rrfs_smoke_conus13km_hrrr_warm_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 = 869.176229 - 0: The maximum resident set size (KB) = 1070400 - -Test 090 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel -Checking test 091 rrfs_smoke_conus13km_hrrr_warm_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.539506 - 0: The maximum resident set size (KB) = 985032 -Test 091 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_conus13km_hrrr_warm_debug_intel -Checking test 092 rrfs_conus13km_hrrr_warm_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 = 780.766754 - 0: The maximum resident set size (KB) = 1034220 - -Test 092 rrfs_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_CubedSphereGrid_debug_intel -Checking test 093 control_CubedSphereGrid_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_CubedSphereGrid_debug_intel +Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3703,349 +3644,349 @@ Checking test 093 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 154.661596 - 0: The maximum resident set size (KB) = 799652 + 0: The total amount of wall time = 150.685163 + 0: The maximum resident set size (KB) = 800516 -Test 093 control_CubedSphereGrid_debug_intel PASS +Test 085 control_CubedSphereGrid_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 094 control_wrtGauss_netcdf_parallel_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 086 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 = 147.973615 - 0: The maximum resident set size (KB) = 800740 + 0: The total amount of wall time = 151.215086 + 0: The maximum resident set size (KB) = 805124 -Test 094 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 086 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_stochy_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_stochy_debug_intel -Checking test 095 control_stochy_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_stochy_debug_intel +Checking test 087 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.078763 - 0: The maximum resident set size (KB) = 808724 + 0: The total amount of wall time = 170.864186 + 0: The maximum resident set size (KB) = 806900 -Test 095 control_stochy_debug_intel PASS +Test 087 control_stochy_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_lndp_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_lndp_debug_intel -Checking test 096 control_lndp_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_lndp_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_lndp_debug_intel +Checking test 088 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.955659 - 0: The maximum resident set size (KB) = 810092 + 0: The total amount of wall time = 152.593075 + 0: The maximum resident set size (KB) = 802852 -Test 096 control_lndp_debug_intel PASS +Test 088 control_lndp_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_csawmg_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_csawmg_debug_intel -Checking test 097 control_csawmg_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_csawmg_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_csawmg_debug_intel +Checking test 089 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 = 231.091404 - 0: The maximum resident set size (KB) = 853384 + 0: The total amount of wall time = 239.121390 + 0: The maximum resident set size (KB) = 858120 -Test 097 control_csawmg_debug_intel PASS +Test 089 control_csawmg_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_csawmgt_debug_intel -Checking test 098 control_csawmgt_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_csawmgt_debug_intel +Checking test 090 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 = 235.306163 - 0: The maximum resident set size (KB) = 852236 + 0: The total amount of wall time = 235.161698 + 0: The maximum resident set size (KB) = 849516 -Test 098 control_csawmgt_debug_intel PASS +Test 090 control_csawmgt_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_ras_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_ras_debug_intel -Checking test 099 control_ras_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_ras_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_ras_debug_intel +Checking test 091 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 = 156.864673 - 0: The maximum resident set size (KB) = 816376 + 0: The total amount of wall time = 156.473324 + 0: The maximum resident set size (KB) = 816844 -Test 099 control_ras_debug_intel PASS +Test 091 control_ras_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_diag_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_diag_debug_intel -Checking test 100 control_diag_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_diag_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_diag_debug_intel +Checking test 092 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 = 155.532310 - 0: The maximum resident set size (KB) = 857344 + 0: The total amount of wall time = 157.169919 + 0: The maximum resident set size (KB) = 856848 -Test 100 control_diag_debug_intel PASS +Test 092 control_diag_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_debug_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_debug_p8_intel -Checking test 101 control_debug_p8_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_debug_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_debug_p8_intel +Checking test 093 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 = 172.588601 - 0: The maximum resident set size (KB) = 1637528 + 0: The total amount of wall time = 171.702628 + 0: The maximum resident set size (KB) = 1631948 -Test 101 control_debug_p8_intel PASS +Test 093 control_debug_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_debug_intel -Checking test 102 regional_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_debug_intel +Checking test 094 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.154989 - 0: The maximum resident set size (KB) = 898528 + 0: The total amount of wall time = 1014.134866 + 0: The maximum resident set size (KB) = 897696 -Test 102 regional_debug_intel PASS +Test 094 regional_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_control_debug_intel -Checking test 103 rap_control_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_control_debug_intel +Checking test 095 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 = 286.584316 - 0: The maximum resident set size (KB) = 1200464 + 0: The total amount of wall time = 278.370635 + 0: The maximum resident set size (KB) = 1193380 -Test 103 rap_control_debug_intel PASS +Test 095 rap_control_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_debug_intel -Checking test 104 hrrr_control_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_debug_intel +Checking test 096 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 = 275.412110 - 0: The maximum resident set size (KB) = 1180304 + 0: The total amount of wall time = 275.723907 + 0: The maximum resident set size (KB) = 1182892 -Test 104 hrrr_control_debug_intel PASS +Test 096 hrrr_control_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_unified_drag_suite_debug_intel -Checking test 105 rap_unified_drag_suite_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_unified_drag_suite_debug_intel +Checking test 097 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 = 292.747109 - 0: The maximum resident set size (KB) = 1187388 + 0: The total amount of wall time = 284.815942 + 0: The maximum resident set size (KB) = 1189908 -Test 105 rap_unified_drag_suite_debug_intel PASS +Test 097 rap_unified_drag_suite_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_diag_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_diag_debug_intel -Checking test 106 rap_diag_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_diag_debug_intel +Checking test 098 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.136541 - 0: The maximum resident set size (KB) = 1270792 + 0: The total amount of wall time = 291.374444 + 0: The maximum resident set size (KB) = 1280732 -Test 106 rap_diag_debug_intel PASS +Test 098 rap_diag_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_cires_ugwp_debug_intel -Checking test 107 rap_cires_ugwp_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_cires_ugwp_debug_intel +Checking test 099 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.770978 - 0: The maximum resident set size (KB) = 1186340 + 0: The total amount of wall time = 285.354637 + 0: The maximum resident set size (KB) = 1186360 -Test 107 rap_cires_ugwp_debug_intel PASS +Test 099 rap_cires_ugwp_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_unified_ugwp_debug_intel -Checking test 108 rap_unified_ugwp_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_unified_ugwp_debug_intel +Checking test 100 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 = 278.489936 - 0: The maximum resident set size (KB) = 1190468 + 0: The total amount of wall time = 294.736578 + 0: The maximum resident set size (KB) = 1179468 -Test 108 rap_unified_ugwp_debug_intel PASS +Test 100 rap_unified_ugwp_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_lndp_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_lndp_debug_intel -Checking test 109 rap_lndp_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_lndp_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_lndp_debug_intel +Checking test 101 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 = 282.521034 - 0: The maximum resident set size (KB) = 1190004 + 0: The total amount of wall time = 278.876200 + 0: The maximum resident set size (KB) = 1186452 -Test 109 rap_lndp_debug_intel PASS +Test 101 rap_lndp_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_progcld_thompson_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_progcld_thompson_debug_intel -Checking test 110 rap_progcld_thompson_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_progcld_thompson_debug_intel +Checking test 102 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 = 287.228051 - 0: The maximum resident set size (KB) = 1189844 + 0: The total amount of wall time = 280.920279 + 0: The maximum resident set size (KB) = 1188660 -Test 110 rap_progcld_thompson_debug_intel PASS +Test 102 rap_progcld_thompson_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_noah_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_noah_debug_intel -Checking test 111 rap_noah_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_noah_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_noah_debug_intel +Checking test 103 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 = 280.666069 - 0: The maximum resident set size (KB) = 1195488 + 0: The total amount of wall time = 276.514837 + 0: The maximum resident set size (KB) = 1197064 -Test 111 rap_noah_debug_intel PASS +Test 103 rap_noah_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_sfcdiff_debug_intel -Checking test 112 rap_sfcdiff_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_sfcdiff_debug_intel +Checking test 104 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 = 277.221771 - 0: The maximum resident set size (KB) = 1188016 + 0: The total amount of wall time = 284.258356 + 0: The maximum resident set size (KB) = 1187164 -Test 112 rap_sfcdiff_debug_intel PASS +Test 104 rap_sfcdiff_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 113 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 105 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 = 473.531459 - 0: The maximum resident set size (KB) = 1179516 + 0: The total amount of wall time = 458.663519 + 0: The maximum resident set size (KB) = 1183380 -Test 113 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_v1beta_debug_intel -Checking test 114 rrfs_v1beta_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rrfs_v1beta_debug_intel +Checking test 106 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 = 286.454129 - 0: The maximum resident set size (KB) = 1177584 + 0: The total amount of wall time = 271.798153 + 0: The maximum resident set size (KB) = 1194480 -Test 114 rrfs_v1beta_debug_intel PASS +Test 106 rrfs_v1beta_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_clm_lake_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_clm_lake_debug_intel -Checking test 115 rap_clm_lake_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_clm_lake_debug_intel +Checking test 107 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 = 363.439697 - 0: The maximum resident set size (KB) = 1189528 + 0: The total amount of wall time = 356.367809 + 0: The maximum resident set size (KB) = 1201536 -Test 115 rap_clm_lake_debug_intel PASS +Test 107 rap_clm_lake_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_flake_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_flake_debug_intel -Checking test 116 rap_flake_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_flake_debug_intel +Checking test 108 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 = 287.193827 - 0: The maximum resident set size (KB) = 1191704 + 0: The total amount of wall time = 280.897346 + 0: The maximum resident set size (KB) = 1144816 -Test 116 rap_flake_debug_intel PASS +Test 108 rap_flake_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_wam_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_wam_debug_intel -Checking test 117 control_wam_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_wam_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_wam_debug_intel +Checking test 109 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 299.646405 - 0: The maximum resident set size (KB) = 526508 + 0: The total amount of wall time = 286.372076 + 0: The maximum resident set size (KB) = 537544 -Test 117 control_wam_debug_intel PASS +Test 109 control_wam_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -4055,15 +3996,15 @@ Checking test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 246.902679 - 0: The maximum resident set size (KB) = 1109580 + 0: The total amount of wall time = 247.364198 + 0: The maximum resident set size (KB) = 1108736 -Test 118 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_control_dyn32_phy32_intel -Checking test 119 rap_control_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_control_dyn32_phy32_intel +Checking test 111 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4109,15 +4050,15 @@ Checking test 119 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 = 382.493500 - 0: The maximum resident set size (KB) = 1025300 + 0: The total amount of wall time = 368.399622 + 0: The maximum resident set size (KB) = 1011728 -Test 119 rap_control_dyn32_phy32_intel PASS +Test 111 rap_control_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_dyn32_phy32_intel -Checking test 120 hrrr_control_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_dyn32_phy32_intel +Checking test 112 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4163,15 +4104,15 @@ Checking test 120 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 = 190.821277 - 0: The maximum resident set size (KB) = 971580 + 0: The total amount of wall time = 190.162732 + 0: The maximum resident set size (KB) = 972536 -Test 120 hrrr_control_dyn32_phy32_intel PASS +Test 112 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_qr_dyn32_phy32_intel -Checking test 121 hrrr_control_qr_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_qr_dyn32_phy32_intel +Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4217,15 +4158,15 @@ Checking test 121 hrrr_control_qr_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.929002 - 0: The maximum resident set size (KB) = 982848 + 0: The total amount of wall time = 191.542066 + 0: The maximum resident set size (KB) = 976652 -Test 121 hrrr_control_qr_dyn32_phy32_intel PASS +Test 113 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_2threads_dyn32_phy32_intel -Checking test 122 rap_2threads_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_2threads_dyn32_phy32_intel +Checking test 114 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4271,15 +4212,15 @@ Checking test 122 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 = 393.798252 - 0: The maximum resident set size (KB) = 1040148 + 0: The total amount of wall time = 381.175850 + 0: The maximum resident set size (KB) = 1029724 -Test 122 rap_2threads_dyn32_phy32_intel PASS +Test 114 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_2threads_dyn32_phy32_intel -Checking test 123 hrrr_control_2threads_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_2threads_dyn32_phy32_intel +Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4325,15 +4266,15 @@ Checking test 123 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 = 166.542121 - 0: The maximum resident set size (KB) = 946684 + 0: The total amount of wall time = 162.797419 + 0: The maximum resident set size (KB) = 945972 -Test 123 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_decomp_dyn32_phy32_intel -Checking test 124 hrrr_control_decomp_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_decomp_dyn32_phy32_intel +Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4379,15 +4320,15 @@ Checking test 124 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 = 215.712546 - 0: The maximum resident set size (KB) = 912560 + 0: The total amount of wall time = 199.821449 + 0: The maximum resident set size (KB) = 921628 -Test 124 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_restart_dyn32_phy32_intel -Checking test 125 rap_restart_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_restart_dyn32_phy32_intel +Checking test 117 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -4425,43 +4366,43 @@ Checking test 125 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.107606 - 0: The maximum resident set size (KB) = 963964 + 0: The total amount of wall time = 273.602222 + 0: The maximum resident set size (KB) = 957772 -Test 125 rap_restart_dyn32_phy32_intel PASS +Test 117 rap_restart_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_restart_dyn32_phy32_intel -Checking test 126 hrrr_control_restart_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_restart_dyn32_phy32_intel +Checking test 118 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 = 112.113337 - 0: The maximum resident set size (KB) = 871000 + 0: The total amount of wall time = 98.758119 + 0: The maximum resident set size (KB) = 860716 -Test 126 hrrr_control_restart_dyn32_phy32_intel PASS +Test 118 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 127 hrrr_control_restart_qr_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 119 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 = 122.583715 - 0: The maximum resident set size (KB) = 895308 + 0: The total amount of wall time = 100.364257 + 0: The maximum resident set size (KB) = 887496 -Test 127 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_fast_phy32_intel -Checking test 128 rrfs_smoke_conus13km_fast_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/conus13km_control_intel +Checking test 120 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4476,15 +4417,41 @@ Checking test 128 rrfs_smoke_conus13km_fast_phy32_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 = 114.639683 - 0: The maximum resident set size (KB) = 915244 + 0: The total amount of wall time = 115.145408 + 0: The maximum resident set size (KB) = 919788 -Test 128 rrfs_smoke_conus13km_fast_phy32_intel PASS +Test 120 conus13km_control_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_qr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_fast_phy32_qr_intel -Checking test 129 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/conus13km_2threads_intel +Checking test 121 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.781308 + 0: The maximum resident set size (KB) = 834104 + +Test 121 conus13km_2threads_intel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/conus13km_restart_mismatch_intel +Checking test 122 conus13km_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + + 0: The total amount of wall time = 60.500981 + 0: The maximum resident set size (KB) = 871792 + +Test 122 conus13km_restart_mismatch_intel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_control_qr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/conus13km_control_qr_intel +Checking test 123 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4499,39 +4466,27 @@ Checking test 129 rrfs_smoke_conus13km_fast_phy32_qr_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 = 111.331560 - 0: The maximum resident set size (KB) = 947616 - -Test 129 rrfs_smoke_conus13km_fast_phy32_qr_intel PASS - - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -Checking test 130 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + 0: The total amount of wall time = 114.705402 + 0: The maximum resident set size (KB) = 954000 - 0: The total amount of wall time = 71.052816 - 0: The maximum resident set size (KB) = 914672 +Test 123 conus13km_control_qr_intel PASS -Test 130 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS - -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel -Checking test 131 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_qr_mismatch_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/conus13km_restart_qr_mismatch_intel +Checking test 124 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 76.236904 - 0: The maximum resident set size (KB) = 974076 + 0: The total amount of wall time = 62.497529 + 0: The maximum resident set size (KB) = 900960 -Test 131 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel PASS +Test 124 conus13km_restart_qr_mismatch_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn64_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_control_dyn64_phy32_intel -Checking test 132 rap_control_dyn64_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_control_dyn64_phy32_intel +Checking test 125 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4577,82 +4532,124 @@ Checking test 132 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 = 254.703366 - 0: The maximum resident set size (KB) = 993680 + 0: The total amount of wall time = 240.421604 + 0: The maximum resident set size (KB) = 988076 + +Test 125 rap_control_dyn64_phy32_intel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/rap_control_debug_dyn32_phy32_intel +Checking test 126 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 = 279.184089 + 0: The maximum resident set size (KB) = 1072036 + +Test 126 rap_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/hrrr_control_debug_dyn32_phy32_intel +Checking test 127 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 = 273.422605 + 0: The maximum resident set size (KB) = 1067624 + +Test 127 hrrr_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/conus13km_debug_intel +Checking test 128 conus13km_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 = 863.375759 + 0: The maximum resident set size (KB) = 941228 -Test 132 rap_control_dyn64_phy32_intel PASS +Test 128 conus13km_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_control_debug_dyn32_phy32_intel -Checking test 133 rap_control_debug_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 283.943531 - 0: The maximum resident set size (KB) = 1070620 + 0: The total amount of wall time = 484.224726 + 0: The maximum resident set size (KB) = 865656 -Test 133 rap_control_debug_dyn32_phy32_intel PASS +Test 129 conus13km_debug_2threads_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_dyn32_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hrrr_control_debug_dyn32_phy32_intel -Checking test 134 hrrr_control_debug_dyn32_phy32_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 269.369418 - 0: The maximum resident set size (KB) = 1076704 + 0: The total amount of wall time = 839.944664 + 0: The maximum resident set size (KB) = 945932 -Test 134 hrrr_control_debug_dyn32_phy32_intel PASS +Test 130 conus13km_radar_tten_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn64_phy32_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/rap_control_dyn64_phy32_debug_intel -Checking test 135 rap_control_dyn64_phy32_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 282.569113 - 0: The maximum resident set size (KB) = 1112560 + 0: The total amount of wall time = 282.538717 + 0: The maximum resident set size (KB) = 1107968 -Test 135 rap_control_dyn64_phy32_debug_intel PASS +Test 131 rap_control_dyn64_phy32_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_atm_intel -Checking test 136 hafs_regional_atm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 267.442492 - 0: The maximum resident set size (KB) = 1085252 + 0: The total amount of wall time = 254.820092 + 0: The maximum resident set size (KB) = 1079228 -Test 136 hafs_regional_atm_intel PASS +Test 132 hafs_regional_atm_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 137 hafs_regional_atm_thompson_gfdlsf_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 351.401161 - 0: The maximum resident set size (KB) = 1448576 + 0: The total amount of wall time = 324.036000 + 0: The maximum resident set size (KB) = 1450400 -Test 137 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 133 hafs_regional_atm_thompson_gfdlsf_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_ocn_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_atm_ocn_intel -Checking test 138 hafs_regional_atm_ocn_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4660,15 +4657,15 @@ Checking test 138 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 = 387.330713 - 0: The maximum resident set size (KB) = 1256720 + 0: The total amount of wall time = 375.943252 + 0: The maximum resident set size (KB) = 1258288 -Test 138 hafs_regional_atm_ocn_intel PASS +Test 134 hafs_regional_atm_ocn_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_wav_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_atm_wav_intel -Checking test 139 hafs_regional_atm_wav_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_wav_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4676,15 +4673,15 @@ Checking test 139 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 = 733.628840 - 0: The maximum resident set size (KB) = 1281932 + 0: The total amount of wall time = 728.635778 + 0: The maximum resident set size (KB) = 1281648 -Test 139 hafs_regional_atm_wav_intel PASS +Test 135 hafs_regional_atm_wav_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_ocn_wav_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_atm_ocn_wav_intel -Checking test 140 hafs_regional_atm_ocn_wav_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_wav_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4694,15 +4691,15 @@ Checking test 140 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 = 831.139111 - 0: The maximum resident set size (KB) = 1306588 + 0: The total amount of wall time = 828.969374 + 0: The maximum resident set size (KB) = 1306940 -Test 140 hafs_regional_atm_ocn_wav_intel PASS +Test 136 hafs_regional_atm_ocn_wav_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_1nest_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_1nest_atm_intel -Checking test 141 hafs_regional_1nest_atm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4723,15 +4720,15 @@ Checking test 141 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 = 340.997844 - 0: The maximum resident set size (KB) = 528384 + 0: The total amount of wall time = 350.168416 + 0: The maximum resident set size (KB) = 529816 -Test 141 hafs_regional_1nest_atm_intel PASS +Test 137 hafs_regional_1nest_atm_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_1nest_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_1nest_atm_qr_intel -Checking test 142 hafs_regional_1nest_atm_qr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4752,15 +4749,15 @@ Checking test 142 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 = 358.261686 - 0: The maximum resident set size (KB) = 501176 + 0: The total amount of wall time = 344.390594 + 0: The maximum resident set size (KB) = 498644 -Test 142 hafs_regional_1nest_atm_qr_intel PASS +Test 138 hafs_regional_1nest_atm_qr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_telescopic_2nests_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_telescopic_2nests_atm_intel -Checking test 143 hafs_regional_telescopic_2nests_atm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_telescopic_2nests_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4768,15 +4765,15 @@ Checking test 143 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 = 409.541574 - 0: The maximum resident set size (KB) = 531244 + 0: The total amount of wall time = 389.793759 + 0: The maximum resident set size (KB) = 532080 -Test 143 hafs_regional_telescopic_2nests_atm_intel PASS +Test 139 hafs_regional_telescopic_2nests_atm_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_1nest_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_global_1nest_atm_intel -Checking test 144 hafs_global_1nest_atm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4822,15 +4819,15 @@ Checking test 144 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 = 204.361001 - 0: The maximum resident set size (KB) = 369176 + 0: The total amount of wall time = 163.659701 + 0: The maximum resident set size (KB) = 362620 -Test 144 hafs_global_1nest_atm_intel PASS +Test 140 hafs_global_1nest_atm_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_1nest_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_global_1nest_atm_qr_intel -Checking test 145 hafs_global_1nest_atm_qr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4876,15 +4873,15 @@ Checking test 145 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 = 188.680448 - 0: The maximum resident set size (KB) = 371740 + 0: The total amount of wall time = 167.714424 + 0: The maximum resident set size (KB) = 376024 -Test 145 hafs_global_1nest_atm_qr_intel PASS +Test 141 hafs_global_1nest_atm_qr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_global_multiple_4nests_atm_intel -Checking test 146 hafs_global_multiple_4nests_atm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -4965,15 +4962,15 @@ Checking test 146 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 = 436.789025 - 0: The maximum resident set size (KB) = 443752 + 0: The total amount of wall time = 424.972880 + 0: The maximum resident set size (KB) = 472436 -Test 146 hafs_global_multiple_4nests_atm_intel PASS +Test 142 hafs_global_multiple_4nests_atm_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_global_multiple_4nests_atm_qr_intel -Checking test 147 hafs_global_multiple_4nests_atm_qr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5054,15 +5051,15 @@ Checking test 147 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 = 459.118871 - 0: The maximum resident set size (KB) = 468180 + 0: The total amount of wall time = 450.307066 + 0: The maximum resident set size (KB) = 468848 -Test 147 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 143 hafs_global_multiple_4nests_atm_qr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_specified_moving_1nest_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_specified_moving_1nest_atm_intel -Checking test 148 hafs_regional_specified_moving_1nest_atm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_specified_moving_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5070,15 +5067,15 @@ Checking test 148 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK - 0: The total amount of wall time = 220.235551 - 0: The maximum resident set size (KB) = 535868 + 0: The total amount of wall time = 218.060716 + 0: The maximum resident set size (KB) = 536240 -Test 148 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 144 hafs_regional_specified_moving_1nest_atm_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_storm_following_1nest_atm_intel -Checking test 149 hafs_regional_storm_following_1nest_atm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5099,15 +5096,15 @@ Checking test 149 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 = 207.591350 - 0: The maximum resident set size (KB) = 531964 + 0: The total amount of wall time = 205.887507 + 0: The maximum resident set size (KB) = 538624 -Test 149 hafs_regional_storm_following_1nest_atm_intel PASS +Test 145 hafs_regional_storm_following_1nest_atm_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 150 hafs_regional_storm_following_1nest_atm_qr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5128,15 +5125,15 @@ Checking test 150 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 = 213.332104 - 0: The maximum resident set size (KB) = 528148 + 0: The total amount of wall time = 212.847259 + 0: The maximum resident set size (KB) = 527844 -Test 150 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 146 hafs_regional_storm_following_1nest_atm_qr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 151 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5144,43 +5141,43 @@ Checking test 151 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 = 289.184853 - 0: The maximum resident set size (KB) = 579664 + 0: The total amount of wall time = 287.001222 + 0: The maximum resident set size (KB) = 586368 -Test 151 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 147 hafs_regional_storm_following_1nest_atm_ocn_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_global_storm_following_1nest_atm_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_global_storm_following_1nest_atm_intel -Checking test 152 hafs_global_storm_following_1nest_atm_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_global_storm_following_1nest_atm_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 66.030083 - 0: The maximum resident set size (KB) = 385368 + 0: The total amount of wall time = 64.423460 + 0: The maximum resident set size (KB) = 382284 -Test 152 hafs_global_storm_following_1nest_atm_intel PASS +Test 148 hafs_global_storm_following_1nest_atm_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 153 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 745.832091 - 0: The maximum resident set size (KB) = 598916 + 0: The total amount of wall time = 741.729803 + 0: The maximum resident set size (KB) = 594124 -Test 153 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 149 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 154 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5190,162 +5187,162 @@ Checking test 154 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 = 536.215971 - 0: The maximum resident set size (KB) = 667672 + 0: The total amount of wall time = 530.383463 + 0: The maximum resident set size (KB) = 665548 -Test 154 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 150 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_docn_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_docn_intel -Checking test 155 hafs_regional_docn_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 339.971631 - 0: The maximum resident set size (KB) = 1268636 + 0: The total amount of wall time = 340.759471 + 0: The maximum resident set size (KB) = 1261912 -Test 155 hafs_regional_docn_intel PASS +Test 151 hafs_regional_docn_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_docn_oisst_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_docn_oisst_intel -Checking test 156 hafs_regional_docn_oisst_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_oisst_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 347.339951 - 0: The maximum resident set size (KB) = 1245824 + 0: The total amount of wall time = 344.962149 + 0: The maximum resident set size (KB) = 1250248 -Test 156 hafs_regional_docn_oisst_intel PASS +Test 152 hafs_regional_docn_oisst_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/hafs_regional_datm_cdeps_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/hafs_regional_datm_cdeps_intel -Checking test 157 hafs_regional_datm_cdeps_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/hafs_regional_datm_cdeps_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 948.479842 - 0: The maximum resident set size (KB) = 1154636 + 0: The total amount of wall time = 944.760971 + 0: The maximum resident set size (KB) = 1150236 -Test 157 hafs_regional_datm_cdeps_intel PASS +Test 153 hafs_regional_datm_cdeps_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_control_cfsr_intel -Checking test 158 datm_cdeps_control_cfsr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 152.689814 - 0: The maximum resident set size (KB) = 1122460 + 0: The total amount of wall time = 147.364030 + 0: The maximum resident set size (KB) = 1120492 -Test 158 datm_cdeps_control_cfsr_intel PASS +Test 154 datm_cdeps_control_cfsr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_restart_cfsr_intel -Checking test 159 datm_cdeps_restart_cfsr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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.946361 - 0: The maximum resident set size (KB) = 1079428 + 0: The total amount of wall time = 89.018182 + 0: The maximum resident set size (KB) = 1073880 -Test 159 datm_cdeps_restart_cfsr_intel PASS +Test 155 datm_cdeps_restart_cfsr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_gefs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_control_gefs_intel -Checking test 160 datm_cdeps_control_gefs_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_gefs_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 146.023700 - 0: The maximum resident set size (KB) = 1004072 + 0: The total amount of wall time = 143.973841 + 0: The maximum resident set size (KB) = 1002548 -Test 160 datm_cdeps_control_gefs_intel PASS +Test 156 datm_cdeps_control_gefs_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_iau_gefs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_iau_gefs_intel -Checking test 161 datm_cdeps_iau_gefs_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_iau_gefs_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 147.806652 - 0: The maximum resident set size (KB) = 1003032 + 0: The total amount of wall time = 145.089303 + 0: The maximum resident set size (KB) = 1005964 -Test 161 datm_cdeps_iau_gefs_intel PASS +Test 157 datm_cdeps_iau_gefs_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_stochy_gefs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_stochy_gefs_intel -Checking test 162 datm_cdeps_stochy_gefs_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_stochy_gefs_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 147.641846 - 0: The maximum resident set size (KB) = 999832 + 0: The total amount of wall time = 146.746662 + 0: The maximum resident set size (KB) = 999952 -Test 162 datm_cdeps_stochy_gefs_intel PASS +Test 158 datm_cdeps_stochy_gefs_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_ciceC_cfsr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_ciceC_cfsr_intel -Checking test 163 datm_cdeps_ciceC_cfsr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_ciceC_cfsr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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.601390 - 0: The maximum resident set size (KB) = 1118264 + 0: The total amount of wall time = 149.744455 + 0: The maximum resident set size (KB) = 1130748 -Test 163 datm_cdeps_ciceC_cfsr_intel PASS +Test 159 datm_cdeps_ciceC_cfsr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_bulk_cfsr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_bulk_cfsr_intel -Checking test 164 datm_cdeps_bulk_cfsr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_cfsr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 147.288154 - 0: The maximum resident set size (KB) = 1120144 + 0: The total amount of wall time = 147.758657 + 0: The maximum resident set size (KB) = 1124436 -Test 164 datm_cdeps_bulk_cfsr_intel PASS +Test 160 datm_cdeps_bulk_cfsr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_bulk_gefs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_bulk_gefs_intel -Checking test 165 datm_cdeps_bulk_gefs_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_gefs_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 142.276167 - 0: The maximum resident set size (KB) = 1004260 + 0: The total amount of wall time = 141.578346 + 0: The maximum resident set size (KB) = 1007316 -Test 165 datm_cdeps_bulk_gefs_intel PASS +Test 161 datm_cdeps_bulk_gefs_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_mx025_cfsr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_mx025_cfsr_intel -Checking test 166 datm_cdeps_mx025_cfsr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_cfsr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5353,15 +5350,15 @@ Checking test 166 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 = 431.399822 - 0: The maximum resident set size (KB) = 1023436 + 0: The total amount of wall time = 438.905452 + 0: The maximum resident set size (KB) = 1039732 -Test 166 datm_cdeps_mx025_cfsr_intel PASS +Test 162 datm_cdeps_mx025_cfsr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_mx025_gefs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_mx025_gefs_intel -Checking test 167 datm_cdeps_mx025_gefs_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_gefs_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5369,78 +5366,78 @@ Checking test 167 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 = 437.208830 - 0: The maximum resident set size (KB) = 1016672 + 0: The total amount of wall time = 427.087877 + 0: The maximum resident set size (KB) = 1014812 -Test 167 datm_cdeps_mx025_gefs_intel PASS +Test 163 datm_cdeps_mx025_gefs_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_multiple_files_cfsr_intel -Checking test 168 datm_cdeps_multiple_files_cfsr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 151.530278 - 0: The maximum resident set size (KB) = 1104768 + 0: The total amount of wall time = 145.479561 + 0: The maximum resident set size (KB) = 1120724 -Test 168 datm_cdeps_multiple_files_cfsr_intel PASS +Test 164 datm_cdeps_multiple_files_cfsr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_3072x1536_cfsr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_3072x1536_cfsr_intel -Checking test 169 datm_cdeps_3072x1536_cfsr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_3072x1536_cfsr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 203.006603 - 0: The maximum resident set size (KB) = 2458240 + 0: The total amount of wall time = 202.756942 + 0: The maximum resident set size (KB) = 2475708 -Test 169 datm_cdeps_3072x1536_cfsr_intel PASS +Test 165 datm_cdeps_3072x1536_cfsr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_gfs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_gfs_intel -Checking test 170 datm_cdeps_gfs_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_gfs_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 204.206906 - 0: The maximum resident set size (KB) = 2464332 + 0: The total amount of wall time = 203.182049 + 0: The maximum resident set size (KB) = 2468092 -Test 170 datm_cdeps_gfs_intel PASS +Test 166 datm_cdeps_gfs_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_debug_cfsr_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_debug_cfsr_intel -Checking test 171 datm_cdeps_debug_cfsr_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_debug_cfsr_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 351.490819 - 0: The maximum resident set size (KB) = 1053408 + 0: The total amount of wall time = 348.169125 + 0: The maximum resident set size (KB) = 1053272 -Test 171 datm_cdeps_debug_cfsr_intel PASS +Test 167 datm_cdeps_debug_cfsr_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_faster_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_control_cfsr_faster_intel -Checking test 172 datm_cdeps_control_cfsr_faster_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_faster_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 = 150.855493 - 0: The maximum resident set size (KB) = 1116636 + 0: The total amount of wall time = 146.107989 + 0: The maximum resident set size (KB) = 1112800 -Test 172 datm_cdeps_control_cfsr_faster_intel PASS +Test 168 datm_cdeps_control_cfsr_faster_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_lnd_gswp3_intel -Checking test 173 datm_cdeps_lnd_gswp3_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5448,15 +5445,15 @@ Checking test 173 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.718228 - 0: The maximum resident set size (KB) = 259308 + 0: The total amount of wall time = 6.455725 + 0: The maximum resident set size (KB) = 256696 -Test 173 datm_cdeps_lnd_gswp3_intel PASS +Test 169 datm_cdeps_lnd_gswp3_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/datm_cdeps_lnd_gswp3_rst_intel -Checking test 174 datm_cdeps_lnd_gswp3_rst_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5464,15 +5461,15 @@ Checking test 174 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 = 13.681707 - 0: The maximum resident set size (KB) = 256480 + 0: The total amount of wall time = 11.985071 + 0: The maximum resident set size (KB) = 257480 -Test 174 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 170 datm_cdeps_lnd_gswp3_rst_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_p8_atmlnd_sbs_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_p8_atmlnd_sbs_intel -Checking test 175 control_p8_atmlnd_sbs_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_p8_atmlnd_sbs_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5556,15 +5553,15 @@ Checking test 175 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.292488 - 0: The maximum resident set size (KB) = 1627808 + 0: The total amount of wall time = 204.123870 + 0: The maximum resident set size (KB) = 1624368 -Test 175 control_p8_atmlnd_sbs_intel PASS +Test 171 control_p8_atmlnd_sbs_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/atmwav_control_noaero_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/atmwav_control_noaero_p8_intel -Checking test 176 atmwav_control_noaero_p8_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/atmwav_control_noaero_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5606,15 +5603,15 @@ Checking test 176 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 = 94.668701 - 0: The maximum resident set size (KB) = 1652960 + 0: The total amount of wall time = 94.202237 + 0: The maximum resident set size (KB) = 1661352 -Test 176 atmwav_control_noaero_p8_intel PASS +Test 172 atmwav_control_noaero_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/control_atmwav_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/control_atmwav_intel -Checking test 177 control_atmwav_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/control_atmwav_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/control_atmwav_intel +Checking test 173 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5657,15 +5654,15 @@ Checking test 177 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 = 86.677125 - 0: The maximum resident set size (KB) = 668812 + 0: The total amount of wall time = 86.790422 + 0: The maximum resident set size (KB) = 670012 -Test 177 control_atmwav_intel PASS +Test 173 control_atmwav_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/atmaero_control_p8_intel -Checking test 178 atmaero_control_p8_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/atmaero_control_p8_intel +Checking test 174 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5708,15 +5705,15 @@ Checking test 178 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.392456 - 0: The maximum resident set size (KB) = 3003616 + 0: The total amount of wall time = 229.069098 + 0: The maximum resident set size (KB) = 3011480 -Test 178 atmaero_control_p8_intel PASS +Test 174 atmaero_control_p8_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/atmaero_control_p8_rad_intel -Checking test 179 atmaero_control_p8_rad_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5759,15 +5756,15 @@ Checking test 179 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.509634 - 0: The maximum resident set size (KB) = 3075004 + 0: The total amount of wall time = 278.862940 + 0: The maximum resident set size (KB) = 3083460 -Test 179 atmaero_control_p8_rad_intel PASS +Test 175 atmaero_control_p8_rad_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_micro_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/atmaero_control_p8_rad_micro_intel -Checking test 180 atmaero_control_p8_rad_micro_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_micro_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/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 @@ -5810,15 +5807,15 @@ Checking test 180 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 = 284.288251 - 0: The maximum resident set size (KB) = 3089264 + 0: The total amount of wall time = 282.914237 + 0: The maximum resident set size (KB) = 3082424 -Test 180 atmaero_control_p8_rad_micro_intel PASS +Test 176 atmaero_control_p8_rad_micro_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_atmaq_intel -Checking test 181 regional_atmaq_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_atmaq_intel +Checking test 177 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5833,15 +5830,15 @@ Checking test 181 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 = 650.026588 - 0: The maximum resident set size (KB) = 2519188 + 0: The total amount of wall time = 635.608944 + 0: The maximum resident set size (KB) = 2494308 -Test 181 regional_atmaq_intel PASS +Test 177 regional_atmaq_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_debug_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_atmaq_debug_intel -Checking test 182 regional_atmaq_debug_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_debug_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_atmaq_debug_intel +Checking test 178 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5854,15 +5851,15 @@ Checking test 182 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 = 1228.254698 - 0: The maximum resident set size (KB) = 2281736 + 0: The total amount of wall time = 1219.755992 + 0: The maximum resident set size (KB) = 2262600 -Test 182 regional_atmaq_debug_intel PASS +Test 178 regional_atmaq_debug_intel PASS -baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_faster_intel -working dir = /work/noaa/epic-ps/jongkim/rt-1773/stmp/jongkim/FV3_RT/rt_84190/regional_atmaq_faster_intel -Checking test 183 regional_atmaq_faster_intel results .... +baseline dir = /work/noaa/nems/emc.nemspara/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_faster_intel +working dir = /work/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_58892/regional_atmaq_faster_intel +Checking test 179 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5877,12 +5874,12 @@ Checking test 183 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 = 583.074706 - 0: The maximum resident set size (KB) = 2532864 + 0: The total amount of wall time = 551.493177 + 0: The maximum resident set size (KB) = 2535000 -Test 183 regional_atmaq_faster_intel PASS +Test 179 regional_atmaq_faster_intel PASS REGRESSION TEST WAS SUCCESSFUL -Thu Aug 24 20:20:31 CDT 2023 -Elapsed time: 01h:29m:36s. Have a nice day! +Sun Aug 27 20:19:12 CDT 2023 +Elapsed time: 01h:37m:29s. Have a nice day! From 52d5ad0c105d2a674a04fad5dd14f8c803f284cc Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Mon, 28 Aug 2023 13:25:39 +0000 Subject: [PATCH 20/25] disable tests that crash on cheyenne --- tests/rt.conf | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index f2195235e4..d2e4a96f01 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -132,7 +132,9 @@ RUN | rrfs_v1beta | RUN | rrfs_v1nssl | | baseline | RUN | rrfs_v1nssl_nohailnoccn | | baseline | RUN | hrrr_gf | | baseline | -RUN | hrrr_c3 | | baseline | + +# Crashes on Cheyenne +# RUN | hrrr_c3 | | baseline | COMPILE | csawmg | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | | fv3 | RUN | control_csawmg | - gaea.intel | baseline | @@ -194,12 +196,12 @@ COMPILE | rrfs_dyn32_phy32_faster | intel | -DAPP=ATM -DFASTER=ON -DCCPP_SUITES= RUN | conus13km_control | | baseline | RUN | conus13km_2threads | | | conus13km_control RUN | conus13km_restart_mismatch | | baseline | conus13km_control -RUN | conus13km_control_qr | | baseline | -RUN | conus13km_restart_qr_mismatch | | baseline | conus13km_control # Expected to fail: # RUN | conus13km_restart | | | conus13km_control # RUN | conus13km_decomp | | | conus13km_control +# RUN | conus13km_control_qr | | baseline | +# RUN | conus13km_restart_qr_mismatch | | baseline | conus13km_control COMPILE | rrfs_dyn64_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | | fv3 | RUN | rap_control_dyn64_phy32 | | baseline | @@ -331,7 +333,9 @@ RUN | hrrr_control_restart | + hera cheyenne RUN | hrrr_control_restart_qr | + hera cheyenne | | hrrr_control_qr RUN | rrfs_v1beta | + hera cheyenne | baseline | RUN | hrrr_gf | + hera cheyenne | baseline | -RUN | hrrr_c3 | + hera cheyenne | baseline | + +# Crashes on Cheyenne +# RUN | hrrr_c3 | + hera cheyenne | baseline | ### CCPP DEBUG tests ### # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) @@ -369,12 +373,12 @@ RUN | hrrr_control_restart_qr_dyn32_phy32 | + hera cheyenne RUN | conus13km_control | + hera cheyenne | baseline | RUN | conus13km_2threads | + hera cheyenne | | conus13km_control RUN | conus13km_restart_mismatch | + hera cheyenne | baseline | conus13km_control -RUN | conus13km_control_qr | + hera cheyenne | baseline | -RUN | conus13km_restart_qr_mismatch | + hera cheyenne | baseline | conus13km_control # Expected to fail: # RUN | conus13km_restart | + hera cheyenne | | conus13km_control # RUN | conus13km_decomp | + hera cheyenne | | conus13km_control +# RUN | conus13km_control_qr | + hera cheyenne | baseline | +# RUN | conus13km_restart_qr_mismatch | + hera cheyenne | baseline | conus13km_control COMPILE | atm_dyn64_phy32 | gnu | -DAPP=ATM -DCCPP_32BIT=ON | + hera cheyenne | fv3 | RUN | rap_control_dyn64_phy32 | + hera cheyenne | baseline | From 726ac209bbff3b8c7c99bbc34f7d6f51f3b371d3 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Mon, 28 Aug 2023 13:26:14 +0000 Subject: [PATCH 21/25] re-enable hrrr_c3 on intel --- tests/rt.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/rt.conf b/tests/rt.conf index d2e4a96f01..832c5fd8ed 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -132,9 +132,7 @@ RUN | rrfs_v1beta | RUN | rrfs_v1nssl | | baseline | RUN | rrfs_v1nssl_nohailnoccn | | baseline | RUN | hrrr_gf | | baseline | - -# Crashes on Cheyenne -# RUN | hrrr_c3 | | baseline | +RUN | hrrr_c3 | | baseline | COMPILE | csawmg | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | | fv3 | RUN | control_csawmg | - gaea.intel | baseline | From 139b43e38c29ea1ca3e2ece4999020a1f36616ce Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Mon, 28 Aug 2023 17:18:26 +0000 Subject: [PATCH 22/25] Acorn RT Log --- tests/logs/RegressionTests_acorn.log | 2077 +++++++++++++------------- 1 file changed, 1036 insertions(+), 1041 deletions(-) diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 7c8336b587..8564ad8525 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,55 +1,55 @@ -Fri Aug 25 14:58:50 UTC 2023 +Mon Aug 28 15:37:44 UTC 2023 Start Regression test -Testing UFSWM Hash: e4f1a82a5c014548bd4d2a5195229a04d5922e88 +Testing UFSWM Hash: 074c2cd85f827f54c22c6ade52bd290490ca2e3a Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) - 4edb1cc6d7cd87cb5b3b32a8b85c38be5510112d ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2776-g4edb1cc6) + c24fb5999efafffaa393b886e21780ab7fd3aa08 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2297-gc24fb59) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 94a49f8e74c59851473b5f0bde9d97e7f6afc33f ../FV3 (heads/develop) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (remotes/origin/conus13km) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atmaero_intel elapsed time 655 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 175 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_intel elapsed time 713 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 308 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 965 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 1085 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 576 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 552 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 1438 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 320 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 169 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 49 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 250 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 731 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 801 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 atmaero_intel elapsed time 868 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 230 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_intel elapsed time 498 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 517 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 781 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 1538 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 839 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 571 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 692 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 1074 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 225 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 498 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 109 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 504 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 214 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 588 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 708 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 446 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 488 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 709 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 722 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 246 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 678 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 478 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 1050 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 1284 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 553 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 1350 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 1014 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 543 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_intel elapsed time 1274 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 501 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-20230824/cpld_control_p8_mixedmode_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_p8_mixedmode_intel +Compile rrfs_dyn32_phy32_debug_intel elapsed time 530 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 616 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 640 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 797 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 520 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 2267 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 581 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 704 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 566 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 1476 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 1113 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_intel elapsed time 524 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 1079 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-20230825/cpld_control_p8_mixedmode_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 330.937610 -The maximum resident set size (KB) = 2966320 +The total amount of wall time = 339.627357 +The maximum resident set size (KB) = 2965192 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_gfsv17_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_gfsv17_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_gfsv17_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -185,14 +185,14 @@ 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 = 248.992011 -The maximum resident set size (KB) = 1566112 +The total amount of wall time = 255.121358 +The maximum resident set size (KB) = 1563896 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -257,14 +257,14 @@ 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 = 381.970111 -The maximum resident set size (KB) = 2993660 +The total amount of wall time = 390.872876 +The maximum resident set size (KB) = 2998416 Test 003 cpld_control_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_restart_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -317,14 +317,14 @@ 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 = 226.828158 -The maximum resident set size (KB) = 2881700 +The total amount of wall time = 226.492277 +The maximum resident set size (KB) = 2881160 Test 004 cpld_restart_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_qr_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -389,14 +389,14 @@ 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.757960 -The maximum resident set size (KB) = 3005088 +The total amount of wall time = 389.265348 +The maximum resident set size (KB) = 3007060 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_restart_qr_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -449,14 +449,14 @@ 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 = 230.057408 -The maximum resident set size (KB) = 2893516 +The total amount of wall time = 229.355000 +The maximum resident set size (KB) = 2896352 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_2threads_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -509,14 +509,14 @@ 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 = 341.779757 -The maximum resident set size (KB) = 3297188 +The total amount of wall time = 344.059979 +The maximum resident set size (KB) = 3298428 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_decomp_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -569,14 +569,14 @@ 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 = 379.323334 -The maximum resident set size (KB) = 2990164 +The total amount of wall time = 379.404381 +The maximum resident set size (KB) = 2989572 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_mpi_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -629,14 +629,14 @@ 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 = 317.620154 -The maximum resident set size (KB) = 2922772 +The total amount of wall time = 326.939574 +The maximum resident set size (KB) = 2926120 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_ciceC_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_ciceC_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_ciceC_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -701,14 +701,14 @@ 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.339358 -The maximum resident set size (KB) = 2996860 +The total amount of wall time = 390.933394 +The maximum resident set size (KB) = 2997420 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_noaero_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_noaero_p8_intel Checking test 011 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -772,14 +772,14 @@ 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 = 280.111411 -The maximum resident set size (KB) = 1577936 +The total amount of wall time = 278.429092 +The maximum resident set size (KB) = 1579204 Test 011 cpld_control_noaero_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_c96_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_nowave_noaero_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_nowave_noaero_p8_intel Checking test 012 cpld_control_nowave_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -841,14 +841,14 @@ 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 = 295.981376 -The maximum resident set size (KB) = 1640448 +The total amount of wall time = 294.663840 +The maximum resident set size (KB) = 1635068 Test 012 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_agrid_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_noaero_p8_agrid_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_agrid_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_noaero_p8_agrid_intel Checking test 013 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -910,14 +910,14 @@ 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 = 295.580814 -The maximum resident set size (KB) = 1635456 +The total amount of wall time = 298.274369 +The maximum resident set size (KB) = 1634728 Test 013 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_c48_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_c48_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_c48_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_c48_intel Checking test 014 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -967,14 +967,14 @@ 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 = 430.676016 -The maximum resident set size (KB) = 2639920 +The total amount of wall time = 436.634885 +The maximum resident set size (KB) = 2642020 Test 014 cpld_control_c48_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/cpld_control_p8_faster_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_faster_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/cpld_control_p8_faster_intel Checking test 015 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1039,14 +1039,14 @@ 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 = 375.806286 -The maximum resident set size (KB) = 2997612 +The total amount of wall time = 375.235272 +The maximum resident set size (KB) = 2997108 Test 015 cpld_control_p8_faster_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_flake_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_flake_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_flake_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_flake_intel Checking test 016 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1057,14 +1057,14 @@ Checking test 016 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 216.353806 -The maximum resident set size (KB) = 570200 +The total amount of wall time = 215.868130 +The maximum resident set size (KB) = 568164 Test 016 control_flake_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_CubedSphereGrid_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_CubedSphereGrid_intel Checking test 017 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1091,14 +1091,14 @@ Checking test 017 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 131.264010 -The maximum resident set size (KB) = 516080 +The total amount of wall time = 131.522516 +The maximum resident set size (KB) = 517700 Test 017 control_CubedSphereGrid_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_CubedSphereGrid_parallel_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_parallel_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_CubedSphereGrid_parallel_intel Checking test 018 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1113,14 +1113,14 @@ Checking test 018 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 138.364171 -The maximum resident set size (KB) = 525284 +The total amount of wall time = 137.389938 +The maximum resident set size (KB) = 528600 Test 018 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_latlon_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_latlon_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_latlon_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_latlon_intel Checking test 019 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1131,14 +1131,14 @@ Checking test 019 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 134.150271 -The maximum resident set size (KB) = 520708 +The total amount of wall time = 135.089843 +The maximum resident set size (KB) = 519908 Test 019 control_latlon_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_wrtGauss_netcdf_parallel_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_wrtGauss_netcdf_parallel_intel Checking test 020 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1149,14 +1149,14 @@ Checking test 020 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 135.763879 -The maximum resident set size (KB) = 520468 +The total amount of wall time = 135.618525 +The maximum resident set size (KB) = 520256 Test 020 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_c48_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_c48_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_c48_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_c48_intel Checking test 021 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1195,14 +1195,14 @@ 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.852309 -The maximum resident set size (KB) = 680740 +The total amount of wall time = 326.065469 +The maximum resident set size (KB) = 678376 Test 021 control_c48_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_c192_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_c192_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_c192_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_c192_intel Checking test 022 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1213,14 +1213,14 @@ Checking test 022 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 527.933479 -The maximum resident set size (KB) = 619556 +The total amount of wall time = 527.869331 +The maximum resident set size (KB) = 619844 Test 022 control_c192_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_c384_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_c384_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_c384_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_c384_intel Checking test 023 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1231,14 +1231,14 @@ Checking test 023 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 565.068879 -The maximum resident set size (KB) = 929920 +The total amount of wall time = 566.949377 +The maximum resident set size (KB) = 941640 Test 023 control_c384_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_c384gdas_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_c384gdas_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_c384gdas_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_c384gdas_intel Checking test 024 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1281,14 +1281,14 @@ 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 = 494.270015 -The maximum resident set size (KB) = 1068968 +The total amount of wall time = 511.726829 +The maximum resident set size (KB) = 1066596 Test 024 control_c384gdas_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_stochy_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_stochy_intel Checking test 025 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1299,28 +1299,28 @@ Checking test 025 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 90.853462 -The maximum resident set size (KB) = 523260 +The total amount of wall time = 92.937481 +The maximum resident set size (KB) = 527596 Test 025 control_stochy_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_stochy_restart_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_stochy_restart_intel Checking test 026 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.631559 -The maximum resident set size (KB) = 299940 +The total amount of wall time = 50.600441 +The maximum resident set size (KB) = 296924 Test 026 control_stochy_restart_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_lndp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_lndp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_lndp_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_lndp_intel Checking test 027 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1331,14 +1331,14 @@ Checking test 027 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 84.923947 -The maximum resident set size (KB) = 523544 +The total amount of wall time = 85.014387 +The maximum resident set size (KB) = 524924 Test 027 control_lndp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_iovr4_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_iovr4_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_iovr4_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_iovr4_intel Checking test 028 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1353,14 +1353,14 @@ Checking test 028 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.944099 -The maximum resident set size (KB) = 520080 +The total amount of wall time = 136.045257 +The maximum resident set size (KB) = 521088 Test 028 control_iovr4_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_iovr5_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_iovr5_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_iovr5_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_iovr5_intel Checking test 029 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1375,14 +1375,14 @@ Checking test 029 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 138.199110 -The maximum resident set size (KB) = 517292 +The total amount of wall time = 138.259368 +The maximum resident set size (KB) = 520544 Test 029 control_iovr5_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_p8_intel Checking test 030 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1429,14 +1429,14 @@ 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 = 179.296517 -The maximum resident set size (KB) = 1493000 +The total amount of wall time = 184.709540 +The maximum resident set size (KB) = 1502040 Test 030 control_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_restart_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_restart_p8_intel Checking test 031 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1475,14 +1475,14 @@ 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 = 98.025590 -The maximum resident set size (KB) = 660056 +The total amount of wall time = 99.831756 +The maximum resident set size (KB) = 659972 Test 031 control_restart_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_qr_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_qr_p8_intel Checking test 032 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1529,14 +1529,14 @@ 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 = 177.277527 -The maximum resident set size (KB) = 1506472 +The total amount of wall time = 178.535165 +The maximum resident set size (KB) = 1503212 Test 032 control_qr_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_restart_qr_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_restart_qr_p8_intel Checking test 033 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1575,14 +1575,14 @@ 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 = 98.712895 -The maximum resident set size (KB) = 676444 +The total amount of wall time = 101.104788 +The maximum resident set size (KB) = 674436 Test 033 control_restart_qr_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_decomp_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_decomp_p8_intel Checking test 034 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1625,14 +1625,14 @@ 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 = 180.904869 -The maximum resident set size (KB) = 1486216 +The total amount of wall time = 181.387297 +The maximum resident set size (KB) = 1485636 Test 034 control_decomp_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_2threads_p8_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_2threads_p8_intel Checking test 035 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1675,14 +1675,14 @@ 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 = 156.137739 -The maximum resident set size (KB) = 1575748 +The total amount of wall time = 154.107623 +The maximum resident set size (KB) = 1576808 Test 035 control_2threads_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_lndp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_p8_lndp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_lndp_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_p8_lndp_intel Checking test 036 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1701,14 +1701,14 @@ Checking test 036 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 322.068320 -The maximum resident set size (KB) = 1490540 +The total amount of wall time = 319.459481 +The maximum resident set size (KB) = 1498824 Test 036 control_p8_lndp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_rrtmgp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_p8_rrtmgp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_rrtmgp_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_p8_rrtmgp_intel Checking test 037 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1755,14 +1755,14 @@ 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 = 236.554501 -The maximum resident set size (KB) = 1551580 +The total amount of wall time = 234.650286 +The maximum resident set size (KB) = 1552888 Test 037 control_p8_rrtmgp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_mynn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_p8_mynn_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_mynn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_p8_mynn_intel Checking test 038 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1809,14 +1809,14 @@ 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 = 183.338921 -The maximum resident set size (KB) = 1497416 +The total amount of wall time = 179.919651 +The maximum resident set size (KB) = 1496172 Test 038 control_p8_mynn_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/merra2_thompson_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/merra2_thompson_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/merra2_thompson_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/merra2_thompson_intel Checking test 039 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1863,14 +1863,14 @@ 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 = 205.531925 -The maximum resident set size (KB) = 1501764 +The total amount of wall time = 204.485035 +The maximum resident set size (KB) = 1506996 Test 039 merra2_thompson_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_control_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_control_intel Checking test 040 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1881,28 +1881,28 @@ Checking test 040 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 287.073818 -The maximum resident set size (KB) = 667640 +The total amount of wall time = 282.527688 +The maximum resident set size (KB) = 665540 Test 040 regional_control_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_restart_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_restart_intel Checking test 041 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 = 150.140989 -The maximum resident set size (KB) = 661208 +The total amount of wall time = 150.632824 +The maximum resident set size (KB) = 660568 Test 041 regional_restart_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_control_qr_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_control_qr_intel Checking test 042 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1913,28 +1913,28 @@ Checking test 042 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 284.649310 -The maximum resident set size (KB) = 665792 +The total amount of wall time = 284.074883 +The maximum resident set size (KB) = 665028 Test 042 regional_control_qr_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_restart_qr_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_restart_qr_intel Checking test 043 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 = 151.684216 -The maximum resident set size (KB) = 657700 +The total amount of wall time = 149.219548 +The maximum resident set size (KB) = 659152 Test 043 regional_restart_qr_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_decomp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_decomp_intel Checking test 044 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1945,14 +1945,14 @@ Checking test 044 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 295.530011 -The maximum resident set size (KB) = 662632 +The total amount of wall time = 293.179187 +The maximum resident set size (KB) = 672264 Test 044 regional_decomp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_2threads_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_2threads_intel Checking test 045 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1963,14 +1963,14 @@ Checking test 045 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 171.698270 -The maximum resident set size (KB) = 704060 +The total amount of wall time = 170.781186 +The maximum resident set size (KB) = 703924 Test 045 regional_2threads_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_noquilt_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_noquilt_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_noquilt_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_noquilt_intel Checking test 046 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1978,14 +1978,14 @@ Checking test 046 regional_noquilt_intel results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 281.499758 -The maximum resident set size (KB) = 648768 +The total amount of wall time = 280.053635 +The maximum resident set size (KB) = 648956 Test 046 regional_noquilt_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_2dwrtdecomp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_2dwrtdecomp_intel Checking test 047 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1996,14 +1996,14 @@ Checking test 047 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 285.610591 -The maximum resident set size (KB) = 665976 +The total amount of wall time = 278.726460 +The maximum resident set size (KB) = 664776 Test 047 regional_2dwrtdecomp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/fv3_regional_wofs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_wofs_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/fv3_regional_wofs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_wofs_intel Checking test 048 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2014,14 +2014,14 @@ Checking test 048 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 360.324673 -The maximum resident set size (KB) = 351428 +The total amount of wall time = 359.787093 +The maximum resident set size (KB) = 353612 Test 048 regional_wofs_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_ifi_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_ifi_control_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_ifi_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_ifi_control_intel Checking test 049 regional_ifi_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2032,14 +2032,14 @@ Checking test 049 regional_ifi_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 313.898438 -The maximum resident set size (KB) = 664800 +The total amount of wall time = 316.053425 +The maximum resident set size (KB) = 667868 Test 049 regional_ifi_control_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_ifi_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_ifi_decomp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_ifi_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_ifi_decomp_intel Checking test 050 regional_ifi_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2050,14 +2050,14 @@ Checking test 050 regional_ifi_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 327.047922 -The maximum resident set size (KB) = 660760 +The total amount of wall time = 332.128203 +The maximum resident set size (KB) = 661968 Test 050 regional_ifi_decomp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_ifi_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_ifi_2threads_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_ifi_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_ifi_2threads_intel Checking test 051 regional_ifi_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2068,14 +2068,14 @@ Checking test 051 regional_ifi_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 190.732075 -The maximum resident set size (KB) = 703580 +The total amount of wall time = 193.608450 +The maximum resident set size (KB) = 700620 Test 051 regional_ifi_2threads_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_control_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_control_intel Checking test 052 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2122,14 +2122,14 @@ 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 = 406.044988 -The maximum resident set size (KB) = 901152 +The total amount of wall time = 406.799089 +The maximum resident set size (KB) = 905604 Test 052 rap_control_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_spp_sppt_shum_skeb_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_spp_sppt_shum_skeb_intel Checking test 053 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2140,14 +2140,14 @@ Checking test 053 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 239.948799 -The maximum resident set size (KB) = 999204 +The total amount of wall time = 239.254799 +The maximum resident set size (KB) = 997036 Test 053 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_decomp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_decomp_intel Checking test 054 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2194,14 +2194,14 @@ 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 = 418.966872 -The maximum resident set size (KB) = 898732 +The total amount of wall time = 419.784203 +The maximum resident set size (KB) = 900276 Test 054 rap_decomp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_2threads_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_2threads_intel Checking test 055 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2248,14 +2248,14 @@ 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 = 366.816853 -The maximum resident set size (KB) = 986504 +The total amount of wall time = 368.139599 +The maximum resident set size (KB) = 983572 Test 055 rap_2threads_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_restart_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_restart_intel Checking test 056 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2294,14 +2294,14 @@ 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 = 207.509669 -The maximum resident set size (KB) = 647464 +The total amount of wall time = 206.887376 +The maximum resident set size (KB) = 647424 Test 056 rap_restart_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_sfcdiff_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_sfcdiff_intel Checking test 057 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2348,14 +2348,14 @@ 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 = 409.445488 -The maximum resident set size (KB) = 901404 +The total amount of wall time = 411.157560 +The maximum resident set size (KB) = 897604 Test 057 rap_sfcdiff_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_sfcdiff_decomp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_sfcdiff_decomp_intel Checking test 058 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2402,14 +2402,14 @@ 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 = 424.932500 -The maximum resident set size (KB) = 904088 +The total amount of wall time = 426.383634 +The maximum resident set size (KB) = 898472 Test 058 rap_sfcdiff_decomp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_sfcdiff_restart_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_sfcdiff_restart_intel Checking test 059 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2448,14 +2448,14 @@ 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 = 300.858102 -The maximum resident set size (KB) = 648996 +The total amount of wall time = 299.967486 +The maximum resident set size (KB) = 650640 Test 059 rap_sfcdiff_restart_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_intel Checking test 060 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2502,14 +2502,14 @@ 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 = 392.084443 -The maximum resident set size (KB) = 897344 +The total amount of wall time = 391.292567 +The maximum resident set size (KB) = 901484 Test 060 hrrr_control_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_qr_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_qr_intel Checking test 061 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2556,14 +2556,14 @@ 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 = 385.349913 -The maximum resident set size (KB) = 910836 +The total amount of wall time = 385.010682 +The maximum resident set size (KB) = 906956 Test 061 hrrr_control_qr_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_decomp_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_decomp_intel Checking test 062 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2610,14 +2610,14 @@ 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 = 405.280643 -The maximum resident set size (KB) = 898624 +The total amount of wall time = 405.082226 +The maximum resident set size (KB) = 895996 Test 062 hrrr_control_decomp_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_2threads_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_2threads_intel Checking test 063 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2664,42 +2664,42 @@ 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 = 351.117309 -The maximum resident set size (KB) = 971808 +The total amount of wall time = 351.334078 +The maximum resident set size (KB) = 976104 Test 063 hrrr_control_2threads_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_restart_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_restart_intel Checking test 064 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 = 288.319014 -The maximum resident set size (KB) = 645084 +The total amount of wall time = 287.026120 +The maximum resident set size (KB) = 644052 Test 064 hrrr_control_restart_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_restart_qr_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_restart_qr_intel Checking test 065 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 = 288.403173 -The maximum resident set size (KB) = 680664 +The total amount of wall time = 289.290319 +The maximum resident set size (KB) = 675696 Test 065 hrrr_control_restart_qr_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_v1beta_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rrfs_v1beta_intel Checking test 066 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2746,14 +2746,14 @@ 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 = 402.053337 -The maximum resident set size (KB) = 899808 +The total amount of wall time = 402.185043 +The maximum resident set size (KB) = 899364 Test 066 rrfs_v1beta_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_v1nssl_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rrfs_v1nssl_intel Checking test 067 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2768,14 +2768,14 @@ Checking test 067 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 468.021605 -The maximum resident set size (KB) = 588920 +The total amount of wall time = 469.081240 +The maximum resident set size (KB) = 588616 Test 067 rrfs_v1nssl_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_nohailnoccn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_nohailnoccn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rrfs_v1nssl_nohailnoccn_intel Checking test 068 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2790,140 +2790,123 @@ Checking test 068 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 458.561379 -The maximum resident set size (KB) = 578056 +The total amount of wall time = 456.155408 +The maximum resident set size (KB) = 575212 Test 068 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 069 rrfs_smoke_conus13km_hrrr_warm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_gf_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_gf_intel +Checking test 069 hrrr_gf_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 - -The total amount of wall time = 150.354194 -The maximum resident set size (KB) = 802960 - -Test 069 rrfs_smoke_conus13km_hrrr_warm_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_hrrr_warm_qr_intel -Checking test 070 rrfs_smoke_conus13km_hrrr_warm_qr_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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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 = 146.417277 -The maximum resident set size (KB) = 739068 - -Test 070 rrfs_smoke_conus13km_hrrr_warm_qr_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 071 rrfs_smoke_conus13km_hrrr_warm_2threads_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 - -The total amount of wall time = 102.994800 -The maximum resident set size (KB) = 806152 - -Test 071 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_conus13km_hrrr_warm_intel -Checking test 072 rrfs_conus13km_hrrr_warm_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 136.394432 -The maximum resident set size (KB) = 781196 +The total amount of wall time = 410.593809 +The maximum resident set size (KB) = 897908 -Test 072 rrfs_conus13km_hrrr_warm_intel PASS +Test 069 hrrr_gf_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 073 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_c3_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_c3_intel +Checking test 070 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - -The total amount of wall time = 149.572592 -The maximum resident set size (KB) = 807452 - -Test 073 rrfs_smoke_conus13km_radar_tten_warm_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 074 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - -The total amount of wall time = 93.690301 -The maximum resident set size (KB) = 798572 - -Test 074 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel -Checking test 075 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 96.460284 -The maximum resident set size (KB) = 806784 +The total amount of wall time = 413.648513 +The maximum resident set size (KB) = 898924 -Test 075 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel PASS +Test 070 hrrr_c3_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_csawmg_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_csawmg_intel -Checking test 076 control_csawmg_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_csawmg_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_csawmg_intel +Checking test 071 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2933,15 +2916,15 @@ Checking test 076 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 341.472378 -The maximum resident set size (KB) = 585528 +The total amount of wall time = 340.260272 +The maximum resident set size (KB) = 586048 -Test 076 control_csawmg_intel PASS +Test 071 control_csawmg_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_csawmgt_intel -Checking test 077 control_csawmgt_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_csawmgt_intel +Checking test 072 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2951,15 +2934,15 @@ Checking test 077 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 335.220243 -The maximum resident set size (KB) = 588756 +The total amount of wall time = 335.915092 +The maximum resident set size (KB) = 586564 -Test 077 control_csawmgt_intel PASS +Test 072 control_csawmgt_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_ras_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_ras_intel -Checking test 078 control_ras_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_ras_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_ras_intel +Checking test 073 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2969,27 +2952,27 @@ Checking test 078 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 184.184710 -The maximum resident set size (KB) = 554244 +The total amount of wall time = 183.181405 +The maximum resident set size (KB) = 552480 -Test 078 control_ras_intel PASS +Test 073 control_ras_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_wam_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_wam_intel -Checking test 079 control_wam_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_wam_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_wam_intel +Checking test 074 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 118.767757 -The maximum resident set size (KB) = 274824 +The total amount of wall time = 117.338104 +The maximum resident set size (KB) = 276200 -Test 079 control_wam_intel PASS +Test 074 control_wam_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_p8_faster_intel -Checking test 080 control_p8_faster_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_faster_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_p8_faster_intel +Checking test 075 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3035,15 +3018,15 @@ Checking test 080 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 = 171.500986 -The maximum resident set size (KB) = 1500820 +The total amount of wall time = 176.797678 +The maximum resident set size (KB) = 1500128 -Test 080 control_p8_faster_intel PASS +Test 075 control_p8_faster_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_control_faster_intel -Checking test 081 regional_control_faster_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_faster_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_control_faster_intel +Checking test 076 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3053,57 +3036,15 @@ Checking test 081 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 273.061303 -The maximum resident set size (KB) = 663676 - -Test 081 regional_control_faster_intel PASS +The total amount of wall time = 274.732502 +The maximum resident set size (KB) = 660376 +Test 076 regional_control_faster_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_hrrr_warm_debug_intel -Checking test 082 rrfs_smoke_conus13km_hrrr_warm_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 = 910.036774 -The maximum resident set size (KB) = 828184 - -Test 082 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel -Checking test 083 rrfs_smoke_conus13km_hrrr_warm_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.605965 -The maximum resident set size (KB) = 831264 -Test 083 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_conus13km_hrrr_warm_debug_intel -Checking test 084 rrfs_conus13km_hrrr_warm_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 = 813.386062 -The maximum resident set size (KB) = 805644 - -Test 084 rrfs_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_CubedSphereGrid_debug_intel -Checking test 085 control_CubedSphereGrid_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_CubedSphereGrid_debug_intel +Checking test 077 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3129,349 +3070,349 @@ Checking test 085 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -The total amount of wall time = 160.196667 -The maximum resident set size (KB) = 680444 +The total amount of wall time = 159.102088 +The maximum resident set size (KB) = 680360 -Test 085 control_CubedSphereGrid_debug_intel PASS +Test 077 control_CubedSphereGrid_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 086 control_wrtGauss_netcdf_parallel_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 078 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.306363 -The maximum resident set size (KB) = 683640 +The total amount of wall time = 157.788159 +The maximum resident set size (KB) = 679900 -Test 086 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 078 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_stochy_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_stochy_debug_intel -Checking test 087 control_stochy_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_stochy_debug_intel +Checking test 079 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.429520 -The maximum resident set size (KB) = 685084 +The total amount of wall time = 178.061697 +The maximum resident set size (KB) = 685768 -Test 087 control_stochy_debug_intel PASS +Test 079 control_stochy_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_lndp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_lndp_debug_intel -Checking test 088 control_lndp_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_lndp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_lndp_debug_intel +Checking test 080 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.184237 -The maximum resident set size (KB) = 680708 +The total amount of wall time = 160.281886 +The maximum resident set size (KB) = 687112 -Test 088 control_lndp_debug_intel PASS +Test 080 control_lndp_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_csawmg_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_csawmg_debug_intel -Checking test 089 control_csawmg_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_csawmg_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_csawmg_debug_intel +Checking test 081 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.504274 -The maximum resident set size (KB) = 719400 +The total amount of wall time = 254.944010 +The maximum resident set size (KB) = 717480 -Test 089 control_csawmg_debug_intel PASS +Test 081 control_csawmg_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_csawmgt_debug_intel -Checking test 090 control_csawmgt_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_csawmgt_debug_intel +Checking test 082 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 = 254.954205 -The maximum resident set size (KB) = 718976 +The total amount of wall time = 252.065276 +The maximum resident set size (KB) = 715356 -Test 090 control_csawmgt_debug_intel PASS +Test 082 control_csawmgt_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_ras_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_ras_debug_intel -Checking test 091 control_ras_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_ras_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_ras_debug_intel +Checking test 083 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.098840 -The maximum resident set size (KB) = 691700 +The total amount of wall time = 161.688505 +The maximum resident set size (KB) = 690836 -Test 091 control_ras_debug_intel PASS +Test 083 control_ras_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_diag_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_diag_debug_intel -Checking test 092 control_diag_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_diag_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_diag_debug_intel +Checking test 084 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.928163 -The maximum resident set size (KB) = 734752 +The total amount of wall time = 162.767363 +The maximum resident set size (KB) = 735960 -Test 092 control_diag_debug_intel PASS +Test 084 control_diag_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_debug_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_debug_p8_intel -Checking test 093 control_debug_p8_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_debug_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_debug_p8_intel +Checking test 085 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 = 187.871090 -The maximum resident set size (KB) = 1515380 +The total amount of wall time = 185.961494 +The maximum resident set size (KB) = 1507676 -Test 093 control_debug_p8_intel PASS +Test 085 control_debug_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_debug_intel -Checking test 094 regional_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_debug_intel +Checking test 086 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 = 1046.223487 -The maximum resident set size (KB) = 682520 +The total amount of wall time = 1039.993258 +The maximum resident set size (KB) = 680904 -Test 094 regional_debug_intel PASS +Test 086 regional_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_control_debug_intel -Checking test 095 rap_control_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_control_debug_intel +Checking test 087 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 = 300.960467 -The maximum resident set size (KB) = 1058804 +The total amount of wall time = 297.366779 +The maximum resident set size (KB) = 1055208 -Test 095 rap_control_debug_intel PASS +Test 087 rap_control_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_debug_intel -Checking test 096 hrrr_control_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_debug_intel +Checking test 088 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 = 293.679395 -The maximum resident set size (KB) = 1052588 +The total amount of wall time = 289.074854 +The maximum resident set size (KB) = 1054376 -Test 096 hrrr_control_debug_intel PASS +Test 088 hrrr_control_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_unified_drag_suite_debug_intel -Checking test 097 rap_unified_drag_suite_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_unified_drag_suite_debug_intel +Checking test 089 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 = 298.589113 -The maximum resident set size (KB) = 1058724 +The total amount of wall time = 296.520530 +The maximum resident set size (KB) = 1054580 -Test 097 rap_unified_drag_suite_debug_intel PASS +Test 089 rap_unified_drag_suite_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_diag_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_diag_debug_intel -Checking test 098 rap_diag_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_diag_debug_intel +Checking test 090 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 = 311.168527 -The maximum resident set size (KB) = 1142724 +The total amount of wall time = 306.698035 +The maximum resident set size (KB) = 1138248 -Test 098 rap_diag_debug_intel PASS +Test 090 rap_diag_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_cires_ugwp_debug_intel -Checking test 099 rap_cires_ugwp_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_cires_ugwp_debug_intel +Checking test 091 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 = 306.209520 -The maximum resident set size (KB) = 1057520 +The total amount of wall time = 302.130033 +The maximum resident set size (KB) = 1060416 -Test 099 rap_cires_ugwp_debug_intel PASS +Test 091 rap_cires_ugwp_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_unified_ugwp_debug_intel -Checking test 100 rap_unified_ugwp_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_unified_ugwp_debug_intel +Checking test 092 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 = 306.634875 -The maximum resident set size (KB) = 1061360 +The total amount of wall time = 302.797038 +The maximum resident set size (KB) = 1058844 -Test 100 rap_unified_ugwp_debug_intel PASS +Test 092 rap_unified_ugwp_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_lndp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_lndp_debug_intel -Checking test 101 rap_lndp_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_lndp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_lndp_debug_intel +Checking test 093 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 = 302.409577 -The maximum resident set size (KB) = 1056324 +The total amount of wall time = 299.967419 +The maximum resident set size (KB) = 1060612 -Test 101 rap_lndp_debug_intel PASS +Test 093 rap_lndp_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_progcld_thompson_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_progcld_thompson_debug_intel -Checking test 102 rap_progcld_thompson_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_progcld_thompson_debug_intel +Checking test 094 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 = 299.256594 -The maximum resident set size (KB) = 1058904 +The total amount of wall time = 296.913384 +The maximum resident set size (KB) = 1055712 -Test 102 rap_progcld_thompson_debug_intel PASS +Test 094 rap_progcld_thompson_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_noah_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_noah_debug_intel -Checking test 103 rap_noah_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_noah_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_noah_debug_intel +Checking test 095 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 = 293.358049 -The maximum resident set size (KB) = 1060584 +The total amount of wall time = 290.748825 +The maximum resident set size (KB) = 1060220 -Test 103 rap_noah_debug_intel PASS +Test 095 rap_noah_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_sfcdiff_debug_intel -Checking test 104 rap_sfcdiff_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_sfcdiff_debug_intel +Checking test 096 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 = 299.874457 -The maximum resident set size (KB) = 1057996 +The total amount of wall time = 297.785662 +The maximum resident set size (KB) = 1061060 -Test 104 rap_sfcdiff_debug_intel PASS +Test 096 rap_sfcdiff_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 097 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 = 490.958935 -The maximum resident set size (KB) = 1058388 +The total amount of wall time = 484.249094 +The maximum resident set size (KB) = 1060112 -Test 105 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 097 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_v1beta_debug_intel -Checking test 106 rrfs_v1beta_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rrfs_v1beta_debug_intel +Checking test 098 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.837240 -The maximum resident set size (KB) = 1053792 +The total amount of wall time = 291.432413 +The maximum resident set size (KB) = 1058024 -Test 106 rrfs_v1beta_debug_intel PASS +Test 098 rrfs_v1beta_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_clm_lake_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_clm_lake_debug_intel -Checking test 107 rap_clm_lake_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_clm_lake_debug_intel +Checking test 099 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.807851 -The maximum resident set size (KB) = 1063116 +The total amount of wall time = 352.799715 +The maximum resident set size (KB) = 1060316 -Test 107 rap_clm_lake_debug_intel PASS +Test 099 rap_clm_lake_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_flake_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_flake_debug_intel -Checking test 108 rap_flake_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_flake_debug_intel +Checking test 100 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.959714 -The maximum resident set size (KB) = 1061416 +The total amount of wall time = 296.902226 +The maximum resident set size (KB) = 1057912 -Test 108 rap_flake_debug_intel PASS +Test 100 rap_flake_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_wam_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_wam_debug_intel -Checking test 109 control_wam_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_wam_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_wam_debug_intel +Checking test 101 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 296.102889 -The maximum resident set size (KB) = 304320 +The total amount of wall time = 299.745138 +The maximum resident set size (KB) = 304364 -Test 109 control_wam_debug_intel PASS +Test 101 control_wam_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3481,15 +3422,15 @@ Checking test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 228.075108 -The maximum resident set size (KB) = 894740 +The total amount of wall time = 226.716411 +The maximum resident set size (KB) = 899044 -Test 110 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 102 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_control_dyn32_phy32_intel -Checking test 111 rap_control_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_control_dyn32_phy32_intel +Checking test 103 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3535,15 +3476,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 -The total amount of wall time = 338.259852 -The maximum resident set size (KB) = 778752 +The total amount of wall time = 337.602455 +The maximum resident set size (KB) = 780424 -Test 111 rap_control_dyn32_phy32_intel PASS +Test 103 rap_control_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_dyn32_phy32_intel -Checking test 112 hrrr_control_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_dyn32_phy32_intel +Checking test 104 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3589,15 +3530,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 -The total amount of wall time = 179.374827 -The maximum resident set size (KB) = 779332 +The total amount of wall time = 179.349646 +The maximum resident set size (KB) = 775380 -Test 112 hrrr_control_dyn32_phy32_intel PASS +Test 104 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_qr_dyn32_phy32_intel -Checking test 113 hrrr_control_qr_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_qr_dyn32_phy32_intel +Checking test 105 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3643,15 +3584,15 @@ Checking test 113 hrrr_control_qr_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.701194 -The maximum resident set size (KB) = 789848 +The total amount of wall time = 176.762012 +The maximum resident set size (KB) = 788180 -Test 113 hrrr_control_qr_dyn32_phy32_intel PASS +Test 105 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_2threads_dyn32_phy32_intel -Checking test 114 rap_2threads_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_2threads_dyn32_phy32_intel +Checking test 106 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3697,15 +3638,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 -The total amount of wall time = 306.604243 -The maximum resident set size (KB) = 840528 +The total amount of wall time = 305.928540 +The maximum resident set size (KB) = 835308 -Test 114 rap_2threads_dyn32_phy32_intel PASS +Test 106 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_2threads_dyn32_phy32_intel -Checking test 115 hrrr_control_2threads_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_2threads_dyn32_phy32_intel +Checking test 107 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3751,15 +3692,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 -The total amount of wall time = 160.323301 -The maximum resident set size (KB) = 824016 +The total amount of wall time = 160.683485 +The maximum resident set size (KB) = 824932 -Test 115 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 107 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_decomp_dyn32_phy32_intel -Checking test 116 hrrr_control_decomp_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_decomp_dyn32_phy32_intel +Checking test 108 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3805,15 +3746,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 -The total amount of wall time = 185.715499 -The maximum resident set size (KB) = 779236 +The total amount of wall time = 187.003955 +The maximum resident set size (KB) = 778684 -Test 116 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 108 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_restart_dyn32_phy32_intel -Checking test 117 rap_restart_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_restart_dyn32_phy32_intel +Checking test 109 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3851,43 +3792,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 -The total amount of wall time = 248.050758 -The maximum resident set size (KB) = 621532 +The total amount of wall time = 247.200116 +The maximum resident set size (KB) = 619060 -Test 117 rap_restart_dyn32_phy32_intel PASS +Test 109 rap_restart_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_restart_dyn32_phy32_intel -Checking test 118 hrrr_control_restart_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_restart_dyn32_phy32_intel +Checking test 110 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 = 94.023071 -The maximum resident set size (KB) = 611736 +The total amount of wall time = 93.202158 +The maximum resident set size (KB) = 611612 -Test 118 hrrr_control_restart_dyn32_phy32_intel PASS +Test 110 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 119 hrrr_control_restart_qr_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 111 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 = 94.169737 -The maximum resident set size (KB) = 633364 +The total amount of wall time = 93.614068 +The maximum resident set size (KB) = 634224 -Test 119 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 111 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_fast_phy32_intel -Checking test 120 rrfs_smoke_conus13km_fast_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/conus13km_control_intel +Checking test 112 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3902,15 +3843,41 @@ Checking test 120 rrfs_smoke_conus13km_fast_phy32_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 128.139565 -The maximum resident set size (KB) = 725244 +The total amount of wall time = 126.574950 +The maximum resident set size (KB) = 732408 -Test 120 rrfs_smoke_conus13km_fast_phy32_intel PASS +Test 112 conus13km_control_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_qr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_fast_phy32_qr_intel -Checking test 121 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/conus13km_2threads_intel +Checking test 113 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 = 67.075011 +The maximum resident set size (KB) = 726888 + +Test 113 conus13km_2threads_intel PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/conus13km_restart_mismatch_intel +Checking test 114 conus13km_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + +The total amount of wall time = 79.515119 +The maximum resident set size (KB) = 647900 + +Test 114 conus13km_restart_mismatch_intel PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_control_qr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/conus13km_control_qr_intel +Checking test 115 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3925,39 +3892,27 @@ Checking test 121 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 127.570308 -The maximum resident set size (KB) = 686752 - -Test 121 rrfs_smoke_conus13km_fast_phy32_qr_intel PASS - - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -Checking test 122 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK +The total amount of wall time = 125.415514 +The maximum resident set size (KB) = 690060 -The total amount of wall time = 81.121141 -The maximum resident set size (KB) = 716920 +Test 115 conus13km_control_qr_intel PASS -Test 122 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS - -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel -Checking test 123 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_qr_mismatch_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/conus13km_restart_qr_mismatch_intel +Checking test 116 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 88.157110 -The maximum resident set size (KB) = 741924 +The total amount of wall time = 80.630146 +The maximum resident set size (KB) = 676776 -Test 123 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel PASS +Test 116 conus13km_restart_qr_mismatch_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn64_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_control_dyn64_phy32_intel -Checking test 124 rap_control_dyn64_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_control_dyn64_phy32_intel +Checking test 117 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -4003,82 +3958,124 @@ Checking test 124 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 = 230.705287 -The maximum resident set size (KB) = 799448 +The total amount of wall time = 229.067363 +The maximum resident set size (KB) = 802476 + +Test 117 rap_control_dyn64_phy32_intel PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/rap_control_debug_dyn32_phy32_intel +Checking test 118 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 = 290.084855 +The maximum resident set size (KB) = 939936 + +Test 118 rap_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/hrrr_control_debug_dyn32_phy32_intel +Checking test 119 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.657096 +The maximum resident set size (KB) = 942992 + +Test 119 hrrr_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/conus13km_debug_intel +Checking test 120 conus13km_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 = 887.549230 +The maximum resident set size (KB) = 753164 -Test 124 rap_control_dyn64_phy32_intel PASS +Test 120 conus13km_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_control_debug_dyn32_phy32_intel -Checking test 125 rap_control_debug_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 290.679425 -The maximum resident set size (KB) = 943452 +The total amount of wall time = 511.543135 +The maximum resident set size (KB) = 762224 -Test 125 rap_control_debug_dyn32_phy32_intel PASS +Test 121 conus13km_debug_2threads_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hrrr_control_debug_dyn32_phy32_intel -Checking test 126 hrrr_control_debug_dyn32_phy32_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 283.683941 -The maximum resident set size (KB) = 940828 +The total amount of wall time = 890.596287 +The maximum resident set size (KB) = 750316 -Test 126 hrrr_control_debug_dyn32_phy32_intel PASS +Test 122 conus13km_radar_tten_debug_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn64_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/rap_control_dyn64_phy32_debug_intel -Checking test 127 rap_control_dyn64_phy32_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 293.895181 -The maximum resident set size (KB) = 960860 +The total amount of wall time = 293.282605 +The maximum resident set size (KB) = 961772 -Test 127 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-20230824/hafs_regional_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_atm_intel -Checking test 128 hafs_regional_atm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 255.947544 -The maximum resident set size (KB) = 831864 +The total amount of wall time = 258.552035 +The maximum resident set size (KB) = 834904 -Test 128 hafs_regional_atm_intel PASS +Test 124 hafs_regional_atm_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 129 hafs_regional_atm_thompson_gfdlsf_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 287.037877 -The maximum resident set size (KB) = 1192440 +The total amount of wall time = 288.191979 +The maximum resident set size (KB) = 1189968 -Test 129 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-20230824/hafs_regional_atm_ocn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_atm_ocn_intel -Checking test 130 hafs_regional_atm_ocn_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4086,15 +4083,15 @@ Checking test 130 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 = 384.502811 -The maximum resident set size (KB) = 873960 +The total amount of wall time = 384.528107 +The maximum resident set size (KB) = 870408 -Test 130 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-20230824/hafs_regional_atm_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_atm_wav_intel -Checking test 131 hafs_regional_atm_wav_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_wav_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4102,15 +4099,15 @@ Checking test 131 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 = 704.793535 -The maximum resident set size (KB) = 900200 +The total amount of wall time = 700.459462 +The maximum resident set size (KB) = 901956 -Test 131 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-20230824/hafs_regional_atm_ocn_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_atm_ocn_wav_intel -Checking test 132 hafs_regional_atm_ocn_wav_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_wav_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4120,15 +4117,15 @@ Checking test 132 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 = 897.239896 -The maximum resident set size (KB) = 933552 +The total amount of wall time = 890.254844 +The maximum resident set size (KB) = 930164 -Test 132 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-20230824/hafs_regional_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_1nest_atm_intel -Checking test 133 hafs_regional_1nest_atm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4149,15 +4146,15 @@ Checking test 133 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 = 308.359894 -The maximum resident set size (KB) = 410620 +The total amount of wall time = 306.700492 +The maximum resident set size (KB) = 409592 -Test 133 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-20230824/hafs_regional_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_1nest_atm_qr_intel -Checking test 134 hafs_regional_1nest_atm_qr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4178,15 +4175,15 @@ Checking test 134 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 = 331.067207 -The maximum resident set size (KB) = 390132 +The total amount of wall time = 327.277608 +The maximum resident set size (KB) = 390432 -Test 134 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-20230824/hafs_regional_telescopic_2nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_telescopic_2nests_atm_intel -Checking test 135 hafs_regional_telescopic_2nests_atm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_telescopic_2nests_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4194,15 +4191,15 @@ Checking test 135 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 = 375.210097 -The maximum resident set size (KB) = 410472 +The total amount of wall time = 375.327198 +The maximum resident set size (KB) = 410248 -Test 135 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-20230824/hafs_global_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_global_1nest_atm_intel -Checking test 136 hafs_global_1nest_atm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4248,15 +4245,15 @@ Checking test 136 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 = 162.731296 -The maximum resident set size (KB) = 272288 +The total amount of wall time = 163.949442 +The maximum resident set size (KB) = 273568 -Test 136 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-20230824/hafs_global_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_global_1nest_atm_qr_intel -Checking test 137 hafs_global_1nest_atm_qr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4302,15 +4299,15 @@ Checking test 137 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 = 168.707728 -The maximum resident set size (KB) = 281096 +The total amount of wall time = 166.797745 +The maximum resident set size (KB) = 284052 -Test 137 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-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_global_multiple_4nests_atm_intel -Checking test 138 hafs_global_multiple_4nests_atm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4391,15 +4388,15 @@ Checking test 138 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 = 460.275553 -The maximum resident set size (KB) = 355600 +The total amount of wall time = 458.239011 +The maximum resident set size (KB) = 355292 -Test 138 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-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_global_multiple_4nests_atm_qr_intel -Checking test 139 hafs_global_multiple_4nests_atm_qr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4480,15 +4477,15 @@ Checking test 139 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 = 507.752128 -The maximum resident set size (KB) = 378576 +The total amount of wall time = 506.860476 +The maximum resident set size (KB) = 377968 -Test 139 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-20230824/hafs_regional_specified_moving_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_specified_moving_1nest_atm_intel -Checking test 140 hafs_regional_specified_moving_1nest_atm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_specified_moving_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4496,15 +4493,15 @@ Checking test 140 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -The total amount of wall time = 207.858462 -The maximum resident set size (KB) = 417500 +The total amount of wall time = 207.527356 +The maximum resident set size (KB) = 415260 -Test 140 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-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_storm_following_1nest_atm_intel -Checking test 141 hafs_regional_storm_following_1nest_atm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4525,15 +4522,15 @@ Checking test 141 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 = 194.740302 -The maximum resident set size (KB) = 426092 +The total amount of wall time = 193.061959 +The maximum resident set size (KB) = 421204 -Test 141 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-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 142 hafs_regional_storm_following_1nest_atm_qr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4554,15 +4551,15 @@ Checking test 142 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 = 218.504706 -The maximum resident set size (KB) = 416916 +The total amount of wall time = 215.976796 +The maximum resident set size (KB) = 421600 -Test 142 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-20230824/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 143 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4570,43 +4567,43 @@ Checking test 143 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 = 251.157053 -The maximum resident set size (KB) = 480148 +The total amount of wall time = 248.725793 +The maximum resident set size (KB) = 485696 -Test 143 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-20230824/hafs_global_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_global_storm_following_1nest_atm_intel -Checking test 144 hafs_global_storm_following_1nest_atm_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_storm_following_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 81.231895 -The maximum resident set size (KB) = 288900 +The total amount of wall time = 81.945380 +The maximum resident set size (KB) = 289384 -Test 144 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-20230824/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 145 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 804.081981 -The maximum resident set size (KB) = 501648 +The total amount of wall time = 802.862223 +The maximum resident set size (KB) = 500732 -Test 145 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-20230824/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 146 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4616,162 +4613,162 @@ Checking test 146 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 = 500.800809 -The maximum resident set size (KB) = 541932 +The total amount of wall time = 502.528846 +The maximum resident set size (KB) = 541756 -Test 146 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-20230824/hafs_regional_docn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_docn_intel -Checking test 147 hafs_regional_docn_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 357.800246 -The maximum resident set size (KB) = 880800 +The total amount of wall time = 352.630448 +The maximum resident set size (KB) = 881760 -Test 147 hafs_regional_docn_intel PASS +Test 143 hafs_regional_docn_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_docn_oisst_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_docn_oisst_intel -Checking test 148 hafs_regional_docn_oisst_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_oisst_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 359.290858 -The maximum resident set size (KB) = 859472 +The total amount of wall time = 356.807933 +The maximum resident set size (KB) = 858304 -Test 148 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-20230824/hafs_regional_datm_cdeps_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/hafs_regional_datm_cdeps_intel -Checking test 149 hafs_regional_datm_cdeps_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_datm_cdeps_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 945.972392 -The maximum resident set size (KB) = 883512 +The total amount of wall time = 948.996620 +The maximum resident set size (KB) = 883924 -Test 149 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-20230824/datm_cdeps_control_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_control_cfsr_intel -Checking test 150 datm_cdeps_control_cfsr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 142.864634 -The maximum resident set size (KB) = 739532 +The total amount of wall time = 143.212037 +The maximum resident set size (KB) = 738324 -Test 150 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-20230824/datm_cdeps_control_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_restart_cfsr_intel -Checking test 151 datm_cdeps_restart_cfsr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 86.887585 -The maximum resident set size (KB) = 726780 +The total amount of wall time = 87.676823 +The maximum resident set size (KB) = 715440 -Test 151 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-20230824/datm_cdeps_control_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_control_gefs_intel -Checking test 152 datm_cdeps_control_gefs_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_gefs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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.411352 -The maximum resident set size (KB) = 619708 +The total amount of wall time = 134.916248 +The maximum resident set size (KB) = 620376 -Test 152 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-20230824/datm_cdeps_iau_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_iau_gefs_intel -Checking test 153 datm_cdeps_iau_gefs_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_iau_gefs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 136.226857 -The maximum resident set size (KB) = 617396 +The total amount of wall time = 136.694680 +The maximum resident set size (KB) = 619724 -Test 153 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-20230824/datm_cdeps_stochy_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_stochy_gefs_intel -Checking test 154 datm_cdeps_stochy_gefs_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_stochy_gefs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 137.548865 -The maximum resident set size (KB) = 619572 +The total amount of wall time = 137.683826 +The maximum resident set size (KB) = 622160 -Test 154 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-20230824/datm_cdeps_ciceC_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_ciceC_cfsr_intel -Checking test 155 datm_cdeps_ciceC_cfsr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_ciceC_cfsr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 143.076551 -The maximum resident set size (KB) = 739380 +The total amount of wall time = 142.558683 +The maximum resident set size (KB) = 739184 -Test 155 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-20230824/datm_cdeps_bulk_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_bulk_cfsr_intel -Checking test 156 datm_cdeps_bulk_cfsr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_cfsr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 143.360465 -The maximum resident set size (KB) = 739456 +The total amount of wall time = 143.448246 +The maximum resident set size (KB) = 740732 -Test 156 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-20230824/datm_cdeps_bulk_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_bulk_gefs_intel -Checking test 157 datm_cdeps_bulk_gefs_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_gefs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 134.186503 -The maximum resident set size (KB) = 620472 +The total amount of wall time = 134.295339 +The maximum resident set size (KB) = 619772 -Test 157 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-20230824/datm_cdeps_mx025_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_mx025_cfsr_intel -Checking test 158 datm_cdeps_mx025_cfsr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_cfsr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4779,15 +4776,15 @@ Checking test 158 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 = 420.914464 -The maximum resident set size (KB) = 581312 +The total amount of wall time = 424.235795 +The maximum resident set size (KB) = 582124 -Test 158 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-20230824/datm_cdeps_mx025_gefs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_mx025_gefs_intel -Checking test 159 datm_cdeps_mx025_gefs_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_gefs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4795,65 +4792,65 @@ Checking test 159 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 = 418.572441 -The maximum resident set size (KB) = 561336 +The total amount of wall time = 423.153169 +The maximum resident set size (KB) = 565756 -Test 159 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-20230824/datm_cdeps_control_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_multiple_files_cfsr_intel -Checking test 160 datm_cdeps_multiple_files_cfsr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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.072078 -The maximum resident set size (KB) = 740316 +The total amount of wall time = 143.151883 +The maximum resident set size (KB) = 739544 -Test 160 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-20230824/datm_cdeps_3072x1536_cfsr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_3072x1536_cfsr_intel -Checking test 161 datm_cdeps_3072x1536_cfsr_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_3072x1536_cfsr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 257.573642 -The maximum resident set size (KB) = 1982016 +The total amount of wall time = 258.591674 +The maximum resident set size (KB) = 1989416 -Test 161 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-20230824/datm_cdeps_gfs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_gfs_intel -Checking test 162 datm_cdeps_gfs_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_gfs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 258.786492 -The maximum resident set size (KB) = 1983548 +The total amount of wall time = 258.570500 +The maximum resident set size (KB) = 1984248 -Test 162 datm_cdeps_gfs_intel PASS +Test 158 datm_cdeps_gfs_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_control_cfsr_faster_intel -Checking test 163 datm_cdeps_control_cfsr_faster_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_faster_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 = 142.742464 -The maximum resident set size (KB) = 739320 +The total amount of wall time = 144.166365 +The maximum resident set size (KB) = 740320 -Test 163 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-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_lnd_gswp3_intel -Checking test 164 datm_cdeps_lnd_gswp3_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4861,15 +4858,15 @@ Checking test 164 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 = 23.233774 -The maximum resident set size (KB) = 225108 +The total amount of wall time = 22.371137 +The maximum resident set size (KB) = 224344 -Test 164 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-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/datm_cdeps_lnd_gswp3_rst_intel -Checking test 165 datm_cdeps_lnd_gswp3_rst_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4877,15 +4874,15 @@ Checking test 165 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.288262 -The maximum resident set size (KB) = 223556 +The total amount of wall time = 26.885883 +The maximum resident set size (KB) = 223992 -Test 165 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-20230824/control_p8_atmlnd_sbs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_p8_atmlnd_sbs_intel -Checking test 166 control_p8_atmlnd_sbs_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_atmlnd_sbs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -4969,15 +4966,15 @@ Checking test 166 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 = 236.545549 -The maximum resident set size (KB) = 1550800 +The total amount of wall time = 237.655115 +The maximum resident set size (KB) = 1559908 -Test 166 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-20230824/atmwav_control_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/atmwav_control_noaero_p8_intel -Checking test 167 atmwav_control_noaero_p8_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/atmwav_control_noaero_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -5019,15 +5016,15 @@ Checking test 167 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 = 108.645703 -The maximum resident set size (KB) = 1539256 +The total amount of wall time = 111.962309 +The maximum resident set size (KB) = 1541796 -Test 167 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-20230824/control_atmwav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/control_atmwav_intel -Checking test 168 control_atmwav_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_atmwav_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/control_atmwav_intel +Checking test 164 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5070,15 +5067,15 @@ Checking test 168 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 = 92.588616 -The maximum resident set size (KB) = 547712 +The total amount of wall time = 92.717010 +The maximum resident set size (KB) = 544908 -Test 168 control_atmwav_intel PASS +Test 164 control_atmwav_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/atmaero_control_p8_intel -Checking test 169 atmaero_control_p8_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/atmaero_control_p8_intel +Checking test 165 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5121,15 +5118,15 @@ Checking test 169 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 = 249.892443 -The maximum resident set size (KB) = 2831804 +The total amount of wall time = 251.171335 +The maximum resident set size (KB) = 2828080 -Test 169 atmaero_control_p8_intel PASS +Test 165 atmaero_control_p8_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/atmaero_control_p8_rad_intel -Checking test 170 atmaero_control_p8_rad_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -5172,15 +5169,15 @@ Checking test 170 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 = 285.880872 -The maximum resident set size (KB) = 2894084 +The total amount of wall time = 284.069404 +The maximum resident set size (KB) = 2894236 -Test 170 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-20230824/atmaero_control_p8_rad_micro_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/atmaero_control_p8_rad_micro_intel -Checking test 171 atmaero_control_p8_rad_micro_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_micro_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/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 @@ -5223,15 +5220,15 @@ Checking test 171 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 = 293.195752 -The maximum resident set size (KB) = 2898020 +The total amount of wall time = 290.918973 +The maximum resident set size (KB) = 2900920 -Test 171 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-20230824/regional_atmaq_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_atmaq_intel -Checking test 172 regional_atmaq_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_atmaq_intel +Checking test 168 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5246,15 +5243,15 @@ Checking test 172 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 = 677.685398 -The maximum resident set size (KB) = 2301696 +The total amount of wall time = 684.279432 +The maximum resident set size (KB) = 2315940 -Test 172 regional_atmaq_intel PASS +Test 168 regional_atmaq_intel PASS -baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_65549/regional_atmaq_debug_intel -Checking test 173 regional_atmaq_debug_intel results .... +baseline dir = /lfs/h1/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_48603/regional_atmaq_debug_intel +Checking test 169 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -5267,12 +5264,10 @@ Checking test 173 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 = 1297.890932 -The maximum resident set size (KB) = 2141012 +The total amount of wall time = 1295.389497 +The maximum resident set size (KB) = 2142772 -Test 173 regional_atmaq_debug_intel PASS +Test 169 regional_atmaq_debug_intel PASS REGRESSION TEST WAS SUCCESSFUL -Fri Aug 25 16:37:53 UTC 2023 -Elapsed time: 01h:39m:03s. Have a nice day! From 610667c2671c504e4f458549a6e3c1bc5539aa3d Mon Sep 17 00:00:00 2001 From: Brian Curtis Date: Mon, 28 Aug 2023 19:56:21 +0000 Subject: [PATCH 23/25] WCOSS2 RT Log --- tests/logs/RegressionTests_wcoss2.log | 1982 +++++++++++++------------ 1 file changed, 1034 insertions(+), 948 deletions(-) diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index f06d004a2f..e002c3808f 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,48 +1,48 @@ -Fri Aug 25 14:52:36 UTC 2023 +Mon Aug 28 16:40:28 UTC 2023 Start Regression test -Testing UFSWM Hash: e4f1a82a5c014548bd4d2a5195229a04d5922e88 +Testing UFSWM Hash: 074c2cd85f827f54c22c6ade52bd290490ca2e3a Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) - 4edb1cc6d7cd87cb5b3b32a8b85c38be5510112d ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2776-g4edb1cc6) + c24fb5999efafffaa393b886e21780ab7fd3aa08 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2297-gc24fb59) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 94a49f8e74c59851473b5f0bde9d97e7f6afc33f ../FV3 (heads/develop) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (remotes/origin/conus13km) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atmaero_intel elapsed time 490 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_debug_intel elapsed time 565 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atmaq_intel elapsed time 479 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 843 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 1196 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 1012 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 507 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 714 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 203 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 546 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 rrfs_dyn32_phy32_debug_intel elapsed time 169 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 768 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_intel elapsed time 925 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 199 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 594 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 631 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 715 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 1259 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 620 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 952 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 1299 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 1195 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile wam_debug_intel elapsed time 950 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 495 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-20230824/cpld_control_p8_mixedmode_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_p8_mixedmode_intel +Compile atmaero_intel elapsed time 582 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_debug_intel elapsed time 298 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atmaq_intel elapsed time 922 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 1088 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 550 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 945 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 1057 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 509 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 341 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 702 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 951 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 565 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 691 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 953 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 356 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 862 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 538 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 1133 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 686 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 1172 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 2458 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 1397 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_intel elapsed time 585 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile wam_debug_intel elapsed time 650 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 722 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-20230825/cpld_control_p8_mixedmode_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_p8_mixedmode_intel Checking test 001 cpld_control_p8_mixedmode_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -107,14 +107,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 = 336.681980 -The maximum resident set size (KB) = 2964900 +The total amount of wall time = 334.388779 +The maximum resident set size (KB) = 2966024 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_gfsv17_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_gfsv17_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_gfsv17_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -178,14 +178,14 @@ 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 = 252.143851 -The maximum resident set size (KB) = 1577172 +The total amount of wall time = 251.300652 +The maximum resident set size (KB) = 1572168 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -250,14 +250,14 @@ 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 = 384.014246 -The maximum resident set size (KB) = 2994360 +The total amount of wall time = 388.824717 +The maximum resident set size (KB) = 2992792 Test 003 cpld_control_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_restart_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -310,14 +310,14 @@ 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 = 227.120813 -The maximum resident set size (KB) = 2877856 +The total amount of wall time = 232.107860 +The maximum resident set size (KB) = 2876584 Test 004 cpld_restart_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_qr_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -382,14 +382,14 @@ 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 = 384.203749 -The maximum resident set size (KB) = 3005856 +The total amount of wall time = 393.301727 +The maximum resident set size (KB) = 3005280 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_restart_qr_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -442,14 +442,14 @@ 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 = 233.749415 -The maximum resident set size (KB) = 2891196 +The total amount of wall time = 235.384811 +The maximum resident set size (KB) = 2889412 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_2threads_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -502,14 +502,14 @@ 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.784200 -The maximum resident set size (KB) = 3290180 +The total amount of wall time = 347.099907 +The maximum resident set size (KB) = 3298408 -Test 007 cpld_2threads_p8_intel PASS +Test 007 cpld_2threads_p8_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_decomp_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -562,14 +562,14 @@ 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 = 377.668751 -The maximum resident set size (KB) = 2992188 +The total amount of wall time = 387.670205 +The maximum resident set size (KB) = 2987068 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_mpi_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -622,14 +622,14 @@ 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 = 321.382104 -The maximum resident set size (KB) = 2922056 +The total amount of wall time = 328.743041 +The maximum resident set size (KB) = 2923216 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_ciceC_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_ciceC_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_ciceC_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -694,14 +694,14 @@ 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 = 386.476075 -The maximum resident set size (KB) = 2989356 +The total amount of wall time = 390.658407 +The maximum resident set size (KB) = 2994184 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_bmark_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_bmark_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_bmark_p8_intel Checking test 011 cpld_bmark_p8_intel results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -749,69 +749,18 @@ 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 = 797.716378 -The maximum resident set size (KB) = 3945252 +The total amount of wall time = 808.704700 +The maximum resident set size (KB) = 3945968 Test 011 cpld_bmark_p8_intel PASS +Test 012 cpld_restart_bmark_p8_intel FAIL -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_bmark_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/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 - Comparing GFSPRS.GrbF06 .........OK - Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK - Comparing RESTART/20130401.060000.coupler.res .........OK - Comparing RESTART/20130401.060000.fv_core.res.nc .........OK - Comparing RESTART/20130401.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20130401.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20130401.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20130401.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20130401.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20130401.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20130401.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20130401.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20130401.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20130401.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20130401.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20130401.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20130401.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20130401.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20130401.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20130401.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20130401.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20130401.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20130401.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20130401.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20130401.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20130401.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20130401.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20130401.060000.sfc_data.tile6.nc .........OK - Comparing RESTART/20130401.060000.MOM.res.nc .........OK - Comparing RESTART/20130401.060000.MOM.res_1.nc .........OK - Comparing RESTART/20130401.060000.MOM.res_2.nc .........OK - Comparing RESTART/20130401.060000.MOM.res_3.nc .........OK - Comparing RESTART/iced.2013-04-01-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - Comparing 20130401.060000.out_pnt.ww3 .........OK - Comparing 20130401.060000.out_grd.ww3 .........OK - -The total amount of wall time = 552.178742 -The maximum resident set size (KB) = 3907632 - -Test 012 cpld_restart_bmark_p8_intel PASS +Test 012 cpld_restart_bmark_p8_intel FAIL -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_noaero_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_noaero_p8_intel Checking test 013 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -875,14 +824,14 @@ 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 = 279.460245 -The maximum resident set size (KB) = 1582624 +The total amount of wall time = 289.201743 +The maximum resident set size (KB) = 1590480 Test 013 cpld_control_noaero_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_c96_noaero_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_nowave_noaero_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/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 @@ -944,14 +893,14 @@ 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 = 294.515259 -The maximum resident set size (KB) = 1624620 +The total amount of wall time = 306.550070 +The maximum resident set size (KB) = 1632264 Test 014 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_agrid_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_noaero_p8_agrid_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_agrid_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_noaero_p8_agrid_intel Checking test 015 cpld_control_noaero_p8_agrid_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1013,14 +962,14 @@ 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 = 299.179122 -The maximum resident set size (KB) = 1632064 +The total amount of wall time = 297.913832 +The maximum resident set size (KB) = 1631020 Test 015 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_c48_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_c48_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_c48_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_c48_intel Checking test 016 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1070,14 +1019,14 @@ 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 = 430.944484 -The maximum resident set size (KB) = 2633388 +The total amount of wall time = 437.212797 +The maximum resident set size (KB) = 2639632 Test 016 cpld_control_c48_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/cpld_control_p8_faster_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_faster_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/cpld_control_p8_faster_intel Checking test 017 cpld_control_p8_faster_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1142,14 +1091,14 @@ 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 = 395.051073 -The maximum resident set size (KB) = 2996828 +The total amount of wall time = 379.462771 +The maximum resident set size (KB) = 2994612 Test 017 cpld_control_p8_faster_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_flake_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_flake_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_flake_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_flake_intel Checking test 018 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1160,14 +1109,14 @@ Checking test 018 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 215.692166 -The maximum resident set size (KB) = 562440 +The total amount of wall time = 215.130366 +The maximum resident set size (KB) = 561456 Test 018 control_flake_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_CubedSphereGrid_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_CubedSphereGrid_intel Checking test 019 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1194,14 +1143,14 @@ Checking test 019 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -The total amount of wall time = 132.744022 -The maximum resident set size (KB) = 510564 +The total amount of wall time = 130.862336 +The maximum resident set size (KB) = 509180 Test 019 control_CubedSphereGrid_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_CubedSphereGrid_parallel_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_parallel_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_CubedSphereGrid_parallel_intel Checking test 020 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1216,14 +1165,14 @@ Checking test 020 control_CubedSphereGrid_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.601808 -The maximum resident set size (KB) = 520048 +The total amount of wall time = 141.004803 +The maximum resident set size (KB) = 517168 Test 020 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_latlon_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_latlon_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_latlon_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_latlon_intel Checking test 021 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1234,14 +1183,14 @@ Checking test 021 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 132.833350 -The maximum resident set size (KB) = 512156 +The total amount of wall time = 136.633615 +The maximum resident set size (KB) = 512556 Test 021 control_latlon_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_wrtGauss_netcdf_parallel_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_wrtGauss_netcdf_parallel_intel Checking test 022 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1252,14 +1201,14 @@ Checking test 022 control_wrtGauss_netcdf_parallel_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 136.451718 -The maximum resident set size (KB) = 515576 +The total amount of wall time = 136.093232 +The maximum resident set size (KB) = 513392 Test 022 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_c48_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_c48_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_c48_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_c48_intel Checking test 023 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1298,14 +1247,14 @@ 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 -The total amount of wall time = 324.975934 -The maximum resident set size (KB) = 675028 +The total amount of wall time = 326.848383 +The maximum resident set size (KB) = 670356 Test 023 control_c48_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_c192_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_c192_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_c192_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_c192_intel Checking test 024 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1316,14 +1265,14 @@ Checking test 024 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 531.448960 -The maximum resident set size (KB) = 612096 +The total amount of wall time = 530.837608 +The maximum resident set size (KB) = 614552 Test 024 control_c192_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_c384_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_c384_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_c384_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_c384_intel Checking test 025 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1334,14 +1283,14 @@ Checking test 025 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 563.757941 -The maximum resident set size (KB) = 927952 +The total amount of wall time = 566.801045 +The maximum resident set size (KB) = 925324 Test 025 control_c384_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_c384gdas_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_c384gdas_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_c384gdas_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_c384gdas_intel Checking test 026 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1384,14 +1333,14 @@ 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 -The total amount of wall time = 494.872782 -The maximum resident set size (KB) = 1057500 +The total amount of wall time = 499.385789 +The maximum resident set size (KB) = 1067232 Test 026 control_c384gdas_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_stochy_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_stochy_intel Checking test 027 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1402,28 +1351,28 @@ Checking test 027 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 91.284209 -The maximum resident set size (KB) = 522360 +The total amount of wall time = 90.900427 +The maximum resident set size (KB) = 516924 Test 027 control_stochy_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_stochy_restart_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_stochy_restart_intel Checking test 028 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.456445 -The maximum resident set size (KB) = 294180 +The total amount of wall time = 52.239979 +The maximum resident set size (KB) = 335796 Test 028 control_stochy_restart_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_lndp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_lndp_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_lndp_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_lndp_intel Checking test 029 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1434,14 +1383,14 @@ Checking test 029 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 85.208249 -The maximum resident set size (KB) = 516208 +The total amount of wall time = 85.893021 +The maximum resident set size (KB) = 516152 Test 029 control_lndp_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_iovr4_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_iovr4_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_iovr4_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_iovr4_intel Checking test 030 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1456,14 +1405,14 @@ Checking test 030 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 137.486314 -The maximum resident set size (KB) = 516132 +The total amount of wall time = 136.851717 +The maximum resident set size (KB) = 511880 Test 030 control_iovr4_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_iovr5_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_iovr5_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_iovr5_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_iovr5_intel Checking test 031 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1478,14 +1427,14 @@ Checking test 031 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 137.833966 -The maximum resident set size (KB) = 511492 +The total amount of wall time = 136.655826 +The maximum resident set size (KB) = 516864 Test 031 control_iovr5_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_p8_intel Checking test 032 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1532,14 +1481,14 @@ 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 -The total amount of wall time = 179.240646 -The maximum resident set size (KB) = 1487084 +The total amount of wall time = 182.855265 +The maximum resident set size (KB) = 1496836 Test 032 control_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_restart_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_restart_p8_intel Checking test 033 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1578,14 +1527,14 @@ 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 -The total amount of wall time = 100.491914 -The maximum resident set size (KB) = 654608 +The total amount of wall time = 103.341291 +The maximum resident set size (KB) = 653468 Test 033 control_restart_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_qr_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_qr_p8_intel Checking test 034 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1632,14 +1581,14 @@ 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 -The total amount of wall time = 177.267387 -The maximum resident set size (KB) = 1506928 +The total amount of wall time = 181.271102 +The maximum resident set size (KB) = 1501352 Test 034 control_qr_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_restart_qr_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_restart_qr_p8_intel Checking test 035 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1678,14 +1627,14 @@ 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 -The total amount of wall time = 101.765765 -The maximum resident set size (KB) = 666296 +The total amount of wall time = 104.848040 +The maximum resident set size (KB) = 671800 Test 035 control_restart_qr_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_decomp_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_decomp_p8_intel Checking test 036 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1728,14 +1677,14 @@ 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 -The total amount of wall time = 182.509300 -The maximum resident set size (KB) = 1487660 +The total amount of wall time = 184.724864 +The maximum resident set size (KB) = 1485728 Test 036 control_decomp_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_2threads_p8_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_2threads_p8_intel Checking test 037 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1778,14 +1727,14 @@ 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 -The total amount of wall time = 154.862564 -The maximum resident set size (KB) = 1570584 +The total amount of wall time = 155.929554 +The maximum resident set size (KB) = 1570888 Test 037 control_2threads_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_lndp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_p8_lndp_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_lndp_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_p8_lndp_intel Checking test 038 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1804,14 +1753,14 @@ Checking test 038 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -The total amount of wall time = 320.285932 -The maximum resident set size (KB) = 1494572 +The total amount of wall time = 324.470572 +The maximum resident set size (KB) = 1498660 Test 038 control_p8_lndp_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_rrtmgp_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_p8_rrtmgp_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_rrtmgp_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_p8_rrtmgp_intel Checking test 039 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1858,14 +1807,14 @@ 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 -The total amount of wall time = 236.345724 -The maximum resident set size (KB) = 1550612 +The total amount of wall time = 237.575260 +The maximum resident set size (KB) = 1547848 Test 039 control_p8_rrtmgp_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_mynn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_p8_mynn_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_mynn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_p8_mynn_intel Checking test 040 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1912,14 +1861,14 @@ 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 -The total amount of wall time = 181.074028 -The maximum resident set size (KB) = 1493420 +The total amount of wall time = 184.910613 +The maximum resident set size (KB) = 1501252 Test 040 control_p8_mynn_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/merra2_thompson_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/merra2_thompson_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/merra2_thompson_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/merra2_thompson_intel Checking test 041 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1966,14 +1915,14 @@ 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 -The total amount of wall time = 204.009187 -The maximum resident set size (KB) = 1500744 +The total amount of wall time = 208.805975 +The maximum resident set size (KB) = 1497692 Test 041 merra2_thompson_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_control_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_control_intel Checking test 042 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1984,28 +1933,28 @@ Checking test 042 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 282.131667 -The maximum resident set size (KB) = 660148 +The total amount of wall time = 287.737208 +The maximum resident set size (KB) = 659136 Test 042 regional_control_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_restart_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_restart_intel Checking test 043 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.800352 -The maximum resident set size (KB) = 653152 +The total amount of wall time = 153.905496 +The maximum resident set size (KB) = 652544 Test 043 regional_restart_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_control_qr_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_control_qr_intel Checking test 044 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2016,28 +1965,28 @@ Checking test 044 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 279.753311 -The maximum resident set size (KB) = 662412 +The total amount of wall time = 288.755382 +The maximum resident set size (KB) = 664228 Test 044 regional_control_qr_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_restart_qr_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_restart_qr_intel Checking test 045 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 = 151.493035 -The maximum resident set size (KB) = 654500 +The total amount of wall time = 154.385669 +The maximum resident set size (KB) = 657708 Test 045 regional_restart_qr_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_decomp_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_decomp_intel Checking test 046 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2048,14 +1997,14 @@ Checking test 046 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 296.724499 -The maximum resident set size (KB) = 657808 +The total amount of wall time = 299.649004 +The maximum resident set size (KB) = 657612 Test 046 regional_decomp_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_2threads_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_2threads_intel Checking test 047 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2066,14 +2015,14 @@ Checking test 047 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 170.609018 -The maximum resident set size (KB) = 695388 +The total amount of wall time = 174.847241 +The maximum resident set size (KB) = 700932 Test 047 regional_2threads_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_noquilt_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_noquilt_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_noquilt_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_noquilt_intel Checking test 048 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2081,28 +2030,28 @@ Checking test 048 regional_noquilt_intel results .... Comparing RESTART/fv_core.res.tile1_new.nc .........OK Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK -The total amount of wall time = 279.160529 -The maximum resident set size (KB) = 645604 +The total amount of wall time = 285.766074 +The maximum resident set size (KB) = 644560 Test 048 regional_noquilt_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_netcdf_parallel_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_netcdf_parallel_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_netcdf_parallel_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/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 -The total amount of wall time = 275.816641 -The maximum resident set size (KB) = 656756 +The total amount of wall time = 284.896291 +The maximum resident set size (KB) = 660988 Test 049 regional_netcdf_parallel_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_2dwrtdecomp_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_2dwrtdecomp_intel Checking test 050 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2113,14 +2062,14 @@ Checking test 050 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 280.826915 -The maximum resident set size (KB) = 659636 +The total amount of wall time = 286.905896 +The maximum resident set size (KB) = 660972 Test 050 regional_2dwrtdecomp_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/fv3_regional_wofs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_wofs_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/fv3_regional_wofs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_wofs_intel Checking test 051 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2131,14 +2080,14 @@ Checking test 051 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 357.895962 -The maximum resident set size (KB) = 348084 +The total amount of wall time = 358.915624 +The maximum resident set size (KB) = 347656 Test 051 regional_wofs_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_control_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_control_intel Checking test 052 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2185,32 +2134,18 @@ 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 = 409.161113 -The maximum resident set size (KB) = 894596 +The total amount of wall time = 409.616741 +The maximum resident set size (KB) = 895752 Test 052 rap_control_intel PASS +Test 053 regional_spp_sppt_shum_skeb_intel FAIL -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_spp_sppt_shum_skeb_intel -Checking test 053 regional_spp_sppt_shum_skeb_intel results .... - Comparing dynf000.nc .........OK - Comparing dynf001.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf001.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF01 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF01 .........OK - -The total amount of wall time = 241.086529 -The maximum resident set size (KB) = 999300 - -Test 053 regional_spp_sppt_shum_skeb_intel PASS +Test 053 regional_spp_sppt_shum_skeb_intel FAIL -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_decomp_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_decomp_intel Checking test 054 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2257,14 +2192,14 @@ 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 = 420.164892 -The maximum resident set size (KB) = 894196 +The total amount of wall time = 425.386400 +The maximum resident set size (KB) = 896408 Test 054 rap_decomp_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_2threads_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_2threads_intel Checking test 055 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2311,14 +2246,14 @@ 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 = 367.240294 -The maximum resident set size (KB) = 976984 +The total amount of wall time = 368.608995 +The maximum resident set size (KB) = 977384 Test 055 rap_2threads_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_restart_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_restart_intel Checking test 056 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2357,14 +2292,14 @@ 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 = 206.547805 -The maximum resident set size (KB) = 644140 +The total amount of wall time = 212.171977 +The maximum resident set size (KB) = 645684 -Test 056 rap_restart_intel PASS +Test 056 rap_restart_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_sfcdiff_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_sfcdiff_intel Checking test 057 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2411,14 +2346,14 @@ 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 = 412.658381 -The maximum resident set size (KB) = 891580 +The total amount of wall time = 410.364259 +The maximum resident set size (KB) = 890696 Test 057 rap_sfcdiff_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_sfcdiff_decomp_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_sfcdiff_decomp_intel Checking test 058 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2465,14 +2400,14 @@ 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 = 424.645086 -The maximum resident set size (KB) = 895504 +The total amount of wall time = 427.107512 +The maximum resident set size (KB) = 895116 Test 058 rap_sfcdiff_decomp_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_sfcdiff_restart_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_sfcdiff_restart_intel Checking test 059 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2511,14 +2446,14 @@ 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 = 300.009797 -The maximum resident set size (KB) = 647412 +The total amount of wall time = 299.996632 +The maximum resident set size (KB) = 647240 Test 059 rap_sfcdiff_restart_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_v1beta_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rrfs_v1beta_intel Checking test 060 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2565,14 +2500,14 @@ Checking test 060 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.164018 -The maximum resident set size (KB) = 890772 +The total amount of wall time = 402.205503 +The maximum resident set size (KB) = 888680 Test 060 rrfs_v1beta_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_v1nssl_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rrfs_v1nssl_intel Checking test 061 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2587,14 +2522,14 @@ Checking test 061 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 466.436337 -The maximum resident set size (KB) = 580820 +The total amount of wall time = 466.353789 +The maximum resident set size (KB) = 577780 Test 061 rrfs_v1nssl_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_nohailnoccn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_nohailnoccn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rrfs_v1nssl_nohailnoccn_intel Checking test 062 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2609,140 +2544,123 @@ Checking test 062 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -The total amount of wall time = 460.746248 -The maximum resident set size (KB) = 570340 +The total amount of wall time = 455.454416 +The maximum resident set size (KB) = 570360 Test 062 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 063 rrfs_smoke_conus13km_hrrr_warm_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 - -The total amount of wall time = 149.545092 -The maximum resident set size (KB) = 799104 - -Test 063 rrfs_smoke_conus13km_hrrr_warm_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_hrrr_warm_qr_intel -Checking test 064 rrfs_smoke_conus13km_hrrr_warm_qr_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 ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_srf_wnd.res.tile1.nc ............ALT CHECK......OK - Comparing RESTART/20210512.170000.fv_tracer.res.tile1.nc ............ALT CHECK......OK - 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 = 146.184046 -The maximum resident set size (KB) = 731128 - -Test 064 rrfs_smoke_conus13km_hrrr_warm_qr_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 065 rrfs_smoke_conus13km_hrrr_warm_2threads_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_gf_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_gf_intel +Checking test 063 hrrr_gf_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 - -The total amount of wall time = 105.039246 -The maximum resident set size (KB) = 797588 - -Test 065 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_conus13km_hrrr_warm_intel -Checking test 066 rrfs_conus13km_hrrr_warm_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 135.689669 -The maximum resident set size (KB) = 777936 +The total amount of wall time = 412.509145 +The maximum resident set size (KB) = 892504 -Test 066 rrfs_conus13km_hrrr_warm_intel PASS +Test 063 hrrr_gf_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 067 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_c3_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_c3_intel +Checking test 064 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - -The total amount of wall time = 153.842255 -The maximum resident set size (KB) = 798192 - -Test 067 rrfs_smoke_conus13km_radar_tten_warm_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 068 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - -The total amount of wall time = 94.630939 -The maximum resident set size (KB) = 794164 - -Test 068 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel -Checking test 069 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile6.nc .........OK -The total amount of wall time = 100.124796 -The maximum resident set size (KB) = 800768 +The total amount of wall time = 411.399010 +The maximum resident set size (KB) = 895124 -Test 069 rrfs_smoke_conus13km_hrrr_warm_restart_qr_mismatch_intel PASS +Test 064 hrrr_c3_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_csawmg_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_csawmg_intel -Checking test 070 control_csawmg_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_csawmg_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_csawmg_intel +Checking test 065 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2752,15 +2670,15 @@ Checking test 070 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 341.918208 -The maximum resident set size (KB) = 581352 +The total amount of wall time = 344.707068 +The maximum resident set size (KB) = 581952 -Test 070 control_csawmg_intel PASS +Test 065 control_csawmg_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_csawmgt_intel -Checking test 071 control_csawmgt_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_csawmgt_intel +Checking test 066 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2770,15 +2688,15 @@ Checking test 071 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 338.723444 -The maximum resident set size (KB) = 581944 +The total amount of wall time = 339.641287 +The maximum resident set size (KB) = 580336 -Test 071 control_csawmgt_intel PASS +Test 066 control_csawmgt_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_ras_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_ras_intel -Checking test 072 control_ras_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_ras_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_ras_intel +Checking test 067 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2788,27 +2706,27 @@ Checking test 072 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -The total amount of wall time = 184.918149 -The maximum resident set size (KB) = 553564 +The total amount of wall time = 186.126496 +The maximum resident set size (KB) = 553308 -Test 072 control_ras_intel PASS +Test 067 control_ras_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_wam_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_wam_intel -Checking test 073 control_wam_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_wam_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_wam_intel +Checking test 068 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -The total amount of wall time = 117.774326 -The maximum resident set size (KB) = 276752 +The total amount of wall time = 119.024488 +The maximum resident set size (KB) = 274016 -Test 073 control_wam_intel PASS +Test 068 control_wam_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_p8_faster_intel -Checking test 074 control_p8_faster_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_faster_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_p8_faster_intel +Checking test 069 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2854,15 +2772,15 @@ Checking test 074 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 = 176.387147 -The maximum resident set size (KB) = 1493220 +The total amount of wall time = 177.524124 +The maximum resident set size (KB) = 1488040 -Test 074 control_p8_faster_intel PASS +Test 069 control_p8_faster_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_control_faster_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_control_faster_intel -Checking test 075 regional_control_faster_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_control_faster_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_control_faster_intel +Checking test 070 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -2872,57 +2790,15 @@ Checking test 075 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -The total amount of wall time = 270.869754 -The maximum resident set size (KB) = 658116 - -Test 075 regional_control_faster_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_hrrr_warm_debug_intel -Checking test 076 rrfs_smoke_conus13km_hrrr_warm_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 = 914.188560 -The maximum resident set size (KB) = 823460 - -Test 076 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel -Checking test 077 rrfs_smoke_conus13km_hrrr_warm_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 = 526.858807 -The maximum resident set size (KB) = 828032 - -Test 077 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS - +The total amount of wall time = 274.410214 +The maximum resident set size (KB) = 660196 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_conus13km_hrrr_warm_debug_intel -Checking test 078 rrfs_conus13km_hrrr_warm_debug_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +Test 070 regional_control_faster_intel PASS -The total amount of wall time = 812.677752 -The maximum resident set size (KB) = 809940 -Test 078 rrfs_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_CubedSphereGrid_debug_intel -Checking test 079 control_CubedSphereGrid_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_CubedSphereGrid_debug_intel +Checking test 071 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2948,349 +2824,349 @@ 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.157669 -The maximum resident set size (KB) = 679640 +The total amount of wall time = 163.477525 +The maximum resident set size (KB) = 677016 -Test 079 control_CubedSphereGrid_debug_intel PASS +Test 071 control_CubedSphereGrid_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 080 control_wrtGauss_netcdf_parallel_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 072 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 = 158.761302 -The maximum resident set size (KB) = 679876 +The total amount of wall time = 162.785913 +The maximum resident set size (KB) = 673572 -Test 080 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 072 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_stochy_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_stochy_debug_intel -Checking test 081 control_stochy_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_stochy_debug_intel +Checking test 073 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 = 178.571203 -The maximum resident set size (KB) = 680136 +The total amount of wall time = 180.562862 +The maximum resident set size (KB) = 683256 -Test 081 control_stochy_debug_intel PASS +Test 073 control_stochy_debug_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_lndp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_lndp_debug_intel -Checking test 082 control_lndp_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_lndp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_lndp_debug_intel +Checking test 074 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.276634 -The maximum resident set size (KB) = 681716 +The total amount of wall time = 165.413888 +The maximum resident set size (KB) = 678124 -Test 082 control_lndp_debug_intel PASS +Test 074 control_lndp_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_csawmg_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_csawmg_debug_intel -Checking test 083 control_csawmg_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_csawmg_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_csawmg_debug_intel +Checking test 075 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 = 255.217203 -The maximum resident set size (KB) = 714028 +The total amount of wall time = 261.321127 +The maximum resident set size (KB) = 716240 -Test 083 control_csawmg_debug_intel PASS +Test 075 control_csawmg_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_csawmgt_debug_intel -Checking test 084 control_csawmgt_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_csawmgt_debug_intel +Checking test 076 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.104430 -The maximum resident set size (KB) = 715868 +The total amount of wall time = 254.418114 +The maximum resident set size (KB) = 713220 -Test 084 control_csawmgt_debug_intel PASS +Test 076 control_csawmgt_debug_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_ras_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_ras_debug_intel -Checking test 085 control_ras_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_ras_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_ras_debug_intel +Checking test 077 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 = 162.780690 -The maximum resident set size (KB) = 689776 +The total amount of wall time = 165.215866 +The maximum resident set size (KB) = 689848 -Test 085 control_ras_debug_intel PASS +Test 077 control_ras_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_diag_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_diag_debug_intel -Checking test 086 control_diag_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_diag_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_diag_debug_intel +Checking test 078 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.344350 -The maximum resident set size (KB) = 731084 +The total amount of wall time = 168.636778 +The maximum resident set size (KB) = 735024 -Test 086 control_diag_debug_intel PASS +Test 078 control_diag_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_debug_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_debug_p8_intel -Checking test 087 control_debug_p8_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_debug_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_debug_p8_intel +Checking test 079 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 = 186.727790 -The maximum resident set size (KB) = 1504036 +The total amount of wall time = 191.685135 +The maximum resident set size (KB) = 1507220 -Test 087 control_debug_p8_intel PASS +Test 079 control_debug_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_debug_intel -Checking test 088 regional_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_debug_intel +Checking test 080 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 = 1038.441787 -The maximum resident set size (KB) = 678052 +The total amount of wall time = 1056.006016 +The maximum resident set size (KB) = 679104 -Test 088 regional_debug_intel PASS +Test 080 regional_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_control_debug_intel -Checking test 089 rap_control_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_control_debug_intel +Checking test 081 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 = 299.358804 -The maximum resident set size (KB) = 1050612 +The total amount of wall time = 301.141289 +The maximum resident set size (KB) = 1054712 -Test 089 rap_control_debug_intel PASS +Test 081 rap_control_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hrrr_control_debug_intel -Checking test 090 hrrr_control_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_control_debug_intel +Checking test 082 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 = 290.491880 -The maximum resident set size (KB) = 1052528 +The total amount of wall time = 296.158059 +The maximum resident set size (KB) = 1048856 -Test 090 hrrr_control_debug_intel PASS +Test 082 hrrr_control_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_unified_drag_suite_debug_intel -Checking test 091 rap_unified_drag_suite_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_unified_drag_suite_debug_intel +Checking test 083 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 = 307.147681 -The maximum resident set size (KB) = 1052304 +The total amount of wall time = 301.308526 +The maximum resident set size (KB) = 1054064 -Test 091 rap_unified_drag_suite_debug_intel PASS +Test 083 rap_unified_drag_suite_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_diag_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_diag_debug_intel -Checking test 092 rap_diag_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_diag_debug_intel +Checking test 084 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 = 311.076965 -The maximum resident set size (KB) = 1139604 +The total amount of wall time = 315.339004 +The maximum resident set size (KB) = 1136040 -Test 092 rap_diag_debug_intel PASS +Test 084 rap_diag_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_cires_ugwp_debug_intel -Checking test 093 rap_cires_ugwp_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_cires_ugwp_debug_intel +Checking test 085 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.915737 -The maximum resident set size (KB) = 1054524 +The total amount of wall time = 310.547365 +The maximum resident set size (KB) = 1053812 -Test 093 rap_cires_ugwp_debug_intel PASS +Test 085 rap_cires_ugwp_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_unified_ugwp_debug_intel -Checking test 094 rap_unified_ugwp_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_unified_ugwp_debug_intel +Checking test 086 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 = 307.303226 -The maximum resident set size (KB) = 1050032 +The total amount of wall time = 307.809820 +The maximum resident set size (KB) = 1052920 -Test 094 rap_unified_ugwp_debug_intel PASS +Test 086 rap_unified_ugwp_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_lndp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_lndp_debug_intel -Checking test 095 rap_lndp_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_lndp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_lndp_debug_intel +Checking test 087 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.236349 -The maximum resident set size (KB) = 1055760 +The total amount of wall time = 307.245072 +The maximum resident set size (KB) = 1053952 -Test 095 rap_lndp_debug_intel PASS +Test 087 rap_lndp_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_progcld_thompson_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_progcld_thompson_debug_intel -Checking test 096 rap_progcld_thompson_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_progcld_thompson_debug_intel +Checking test 088 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 = 298.837678 -The maximum resident set size (KB) = 1048896 +The total amount of wall time = 301.352542 +The maximum resident set size (KB) = 1060424 -Test 096 rap_progcld_thompson_debug_intel PASS +Test 088 rap_progcld_thompson_debug_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_noah_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_noah_debug_intel -Checking test 097 rap_noah_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_noah_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_noah_debug_intel +Checking test 089 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 = 294.048149 -The maximum resident set size (KB) = 1052892 +The total amount of wall time = 295.118295 +The maximum resident set size (KB) = 1055472 -Test 097 rap_noah_debug_intel PASS +Test 089 rap_noah_debug_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_sfcdiff_debug_intel -Checking test 098 rap_sfcdiff_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_sfcdiff_debug_intel +Checking test 090 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.672607 -The maximum resident set size (KB) = 1056656 +The total amount of wall time = 300.862216 +The maximum resident set size (KB) = 1053280 -Test 098 rap_sfcdiff_debug_intel PASS +Test 090 rap_sfcdiff_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 099 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_noah_sfcdiff_cires_ugwp_debug_intel +Checking test 091 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 = 485.098650 -The maximum resident set size (KB) = 1050460 +The total amount of wall time = 493.258474 +The maximum resident set size (KB) = 1053220 -Test 099 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 091 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_v1beta_debug_intel -Checking test 100 rrfs_v1beta_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rrfs_v1beta_debug_intel +Checking test 092 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.885511 -The maximum resident set size (KB) = 1047516 +The total amount of wall time = 294.795357 +The maximum resident set size (KB) = 1048880 -Test 100 rrfs_v1beta_debug_intel PASS +Test 092 rrfs_v1beta_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_clm_lake_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_clm_lake_debug_intel -Checking test 101 rap_clm_lake_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_clm_lake_debug_intel +Checking test 093 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 = 377.120656 -The maximum resident set size (KB) = 1050656 +The total amount of wall time = 357.427480 +The maximum resident set size (KB) = 1058572 -Test 101 rap_clm_lake_debug_intel PASS +Test 093 rap_clm_lake_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_flake_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_flake_debug_intel -Checking test 102 rap_flake_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_flake_debug_intel +Checking test 094 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 = 297.284726 -The maximum resident set size (KB) = 1054820 +The total amount of wall time = 300.999787 +The maximum resident set size (KB) = 1054180 -Test 102 rap_flake_debug_intel PASS +Test 094 rap_flake_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_wam_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_wam_debug_intel -Checking test 103 control_wam_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_wam_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_wam_debug_intel +Checking test 095 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -The total amount of wall time = 295.688746 -The maximum resident set size (KB) = 304516 +The total amount of wall time = 294.706945 +The maximum resident set size (KB) = 304804 -Test 103 control_wam_debug_intel PASS +Test 095 control_wam_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 104 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +Checking test 096 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -3300,15 +3176,15 @@ Checking test 104 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -The total amount of wall time = 233.101589 -The maximum resident set size (KB) = 888808 +The total amount of wall time = 230.527793 +The maximum resident set size (KB) = 890244 -Test 104 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 096 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_control_dyn32_phy32_intel -Checking test 105 rap_control_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_control_dyn32_phy32_intel +Checking test 097 rap_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3354,15 +3230,15 @@ Checking test 105 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 = 340.350889 -The maximum resident set size (KB) = 778332 +The total amount of wall time = 341.306500 +The maximum resident set size (KB) = 779016 -Test 105 rap_control_dyn32_phy32_intel PASS +Test 097 rap_control_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hrrr_control_dyn32_phy32_intel -Checking test 106 hrrr_control_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_control_dyn32_phy32_intel +Checking test 098 hrrr_control_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3408,15 +3284,15 @@ Checking test 106 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 = 183.765694 -The maximum resident set size (KB) = 777920 +The total amount of wall time = 181.141781 +The maximum resident set size (KB) = 776920 -Test 106 hrrr_control_dyn32_phy32_intel PASS +Test 098 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hrrr_control_qr_dyn32_phy32_intel -Checking test 107 hrrr_control_qr_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_control_qr_dyn32_phy32_intel +Checking test 099 hrrr_control_qr_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3462,15 +3338,15 @@ Checking test 107 hrrr_control_qr_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 = 179.479867 -The maximum resident set size (KB) = 784340 +The total amount of wall time = 179.458013 +The maximum resident set size (KB) = 782616 -Test 107 hrrr_control_qr_dyn32_phy32_intel PASS +Test 099 hrrr_control_qr_dyn32_phy32_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_2threads_dyn32_phy32_intel -Checking test 108 rap_2threads_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_2threads_dyn32_phy32_intel +Checking test 100 rap_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3516,15 +3392,15 @@ Checking test 108 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 = 306.277464 -The maximum resident set size (KB) = 832856 +The total amount of wall time = 315.054690 +The maximum resident set size (KB) = 834944 -Test 108 rap_2threads_dyn32_phy32_intel PASS +Test 100 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hrrr_control_2threads_dyn32_phy32_intel -Checking test 109 hrrr_control_2threads_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_control_2threads_dyn32_phy32_intel +Checking test 101 hrrr_control_2threads_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3570,15 +3446,15 @@ Checking test 109 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 = 162.813872 -The maximum resident set size (KB) = 819132 +The total amount of wall time = 163.073131 +The maximum resident set size (KB) = 821192 -Test 109 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 101 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hrrr_control_decomp_dyn32_phy32_intel -Checking test 110 hrrr_control_decomp_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_control_decomp_dyn32_phy32_intel +Checking test 102 hrrr_control_decomp_dyn32_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3624,15 +3500,15 @@ Checking test 110 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 = 187.429151 -The maximum resident set size (KB) = 777460 +The total amount of wall time = 190.167939 +The maximum resident set size (KB) = 777580 -Test 110 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 102 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_restart_dyn32_phy32_intel -Checking test 111 rap_restart_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_restart_dyn32_phy32_intel +Checking test 103 rap_restart_dyn32_phy32_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -3670,43 +3546,43 @@ Checking test 111 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 = 248.318182 -The maximum resident set size (KB) = 615032 +The total amount of wall time = 249.084505 +The maximum resident set size (KB) = 613460 -Test 111 rap_restart_dyn32_phy32_intel PASS +Test 103 rap_restart_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hrrr_control_restart_dyn32_phy32_intel -Checking test 112 hrrr_control_restart_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_control_restart_dyn32_phy32_intel +Checking test 104 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 = 94.328600 -The maximum resident set size (KB) = 604944 +The total amount of wall time = 93.950720 +The maximum resident set size (KB) = 605196 -Test 112 hrrr_control_restart_dyn32_phy32_intel PASS +Test 104 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 113 hrrr_control_restart_qr_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_control_restart_qr_dyn32_phy32_intel +Checking test 105 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 = 95.850327 -The maximum resident set size (KB) = 628564 +The total amount of wall time = 100.035498 +The maximum resident set size (KB) = 631548 -Test 113 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 105 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_fast_phy32_intel -Checking test 114 rrfs_smoke_conus13km_fast_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/conus13km_control_intel +Checking test 106 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3721,15 +3597,41 @@ Checking test 114 rrfs_smoke_conus13km_fast_phy32_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 130.506529 -The maximum resident set size (KB) = 722764 +The total amount of wall time = 131.037617 +The maximum resident set size (KB) = 719748 -Test 114 rrfs_smoke_conus13km_fast_phy32_intel PASS +Test 106 conus13km_control_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_qr_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_fast_phy32_qr_intel -Checking test 115 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/conus13km_2threads_intel +Checking test 107 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 = 71.944736 +The maximum resident set size (KB) = 712952 + +Test 107 conus13km_2threads_intel PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/conus13km_restart_mismatch_intel +Checking test 108 conus13km_restart_mismatch_intel results .... + Comparing sfcf002.nc .........OK + Comparing atmf002.nc .........OK + +The total amount of wall time = 83.958738 +The maximum resident set size (KB) = 642708 + +Test 108 conus13km_restart_mismatch_intel PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_control_qr_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/conus13km_control_qr_intel +Checking test 109 conus13km_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -3744,39 +3646,27 @@ Checking test 115 rrfs_smoke_conus13km_fast_phy32_qr_intel results .... Comparing RESTART/20210512.170000.phy_data.nc .........OK Comparing RESTART/20210512.170000.sfc_data.nc .........OK -The total amount of wall time = 130.212010 -The maximum resident set size (KB) = 686704 - -Test 115 rrfs_smoke_conus13km_fast_phy32_qr_intel PASS - - -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -Checking test 116 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK - -The total amount of wall time = 84.995900 -The maximum resident set size (KB) = 719872 +The total amount of wall time = 126.173391 +The maximum resident set size (KB) = 680708 -Test 116 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS +Test 109 conus13km_control_qr_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel -Checking test 117 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_qr_mismatch_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/conus13km_restart_qr_mismatch_intel +Checking test 110 conus13km_restart_qr_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -The total amount of wall time = 93.487857 -The maximum resident set size (KB) = 746488 +The total amount of wall time = 83.822863 +The maximum resident set size (KB) = 671248 -Test 117 rrfs_smoke_conus13km_fast_phy32_restart_qr_mismatch_intel PASS +Test 110 conus13km_restart_qr_mismatch_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn64_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_control_dyn64_phy32_intel -Checking test 118 rap_control_dyn64_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_control_dyn64_phy32_intel +Checking test 111 rap_control_dyn64_phy32_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -3822,82 +3712,124 @@ 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 -The total amount of wall time = 231.096837 -The maximum resident set size (KB) = 798108 +The total amount of wall time = 231.355370 +The maximum resident set size (KB) = 798420 + +Test 111 rap_control_dyn64_phy32_intel PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_control_debug_dyn32_phy32_intel +Checking test 112 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 = 295.724489 +The maximum resident set size (KB) = 941552 + +Test 112 rap_control_debug_dyn32_phy32_intel PASS Tries: 2 + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hrrr_control_debug_dyn32_phy32_intel +Checking test 113 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 = 287.419729 +The maximum resident set size (KB) = 932668 + +Test 113 hrrr_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/conus13km_debug_intel +Checking test 114 conus13km_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 = 899.528213 +The maximum resident set size (KB) = 750428 -Test 118 rap_control_dyn64_phy32_intel PASS +Test 114 conus13km_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_control_debug_dyn32_phy32_intel -Checking test 119 rap_control_debug_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/conus13km_debug_2threads_intel +Checking test 115 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 = 291.976749 -The maximum resident set size (KB) = 938456 +The total amount of wall time = 524.145269 +The maximum resident set size (KB) = 753592 -Test 119 rap_control_debug_dyn32_phy32_intel PASS +Test 115 conus13km_debug_2threads_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_dyn32_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hrrr_control_debug_dyn32_phy32_intel -Checking test 120 hrrr_control_debug_dyn32_phy32_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/conus13km_radar_tten_debug_intel +Checking test 116 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 = 287.348828 -The maximum resident set size (KB) = 937820 +The total amount of wall time = 906.518202 +The maximum resident set size (KB) = 746388 -Test 120 hrrr_control_debug_dyn32_phy32_intel PASS +Test 116 conus13km_radar_tten_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn64_phy32_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/rap_control_dyn64_phy32_debug_intel -Checking test 121 rap_control_dyn64_phy32_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/rap_control_dyn64_phy32_debug_intel +Checking test 117 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 = 297.791540 -The maximum resident set size (KB) = 957236 +The total amount of wall time = 296.734095 +The maximum resident set size (KB) = 961928 -Test 121 rap_control_dyn64_phy32_debug_intel PASS +Test 117 rap_control_dyn64_phy32_debug_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_atm_intel -Checking test 122 hafs_regional_atm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_atm_intel +Checking test 118 hafs_regional_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK -The total amount of wall time = 264.874919 -The maximum resident set size (KB) = 835700 +The total amount of wall time = 257.155400 +The maximum resident set size (KB) = 829060 -Test 122 hafs_regional_atm_intel PASS +Test 118 hafs_regional_atm_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 123 hafs_regional_atm_thompson_gfdlsf_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_atm_thompson_gfdlsf_intel +Checking test 119 hafs_regional_atm_thompson_gfdlsf_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK -The total amount of wall time = 305.110434 -The maximum resident set size (KB) = 1187056 +The total amount of wall time = 305.028905 +The maximum resident set size (KB) = 1182880 -Test 123 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 119 hafs_regional_atm_thompson_gfdlsf_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_ocn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_atm_ocn_intel -Checking test 124 hafs_regional_atm_ocn_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_atm_ocn_intel +Checking test 120 hafs_regional_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -3905,15 +3837,15 @@ Checking test 124 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 = 398.375185 -The maximum resident set size (KB) = 868512 +The total amount of wall time = 392.909497 +The maximum resident set size (KB) = 869680 -Test 124 hafs_regional_atm_ocn_intel PASS +Test 120 hafs_regional_atm_ocn_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_atm_wav_intel -Checking test 125 hafs_regional_atm_wav_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_wav_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_atm_wav_intel +Checking test 121 hafs_regional_atm_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing 20190829.060000.out_grd.ww3 .........OK @@ -3921,15 +3853,15 @@ Checking test 125 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 = 719.846246 -The maximum resident set size (KB) = 901232 +The total amount of wall time = 713.341018 +The maximum resident set size (KB) = 898936 -Test 125 hafs_regional_atm_wav_intel PASS +Test 121 hafs_regional_atm_wav_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_ocn_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_atm_ocn_wav_intel -Checking test 126 hafs_regional_atm_ocn_wav_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_wav_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_atm_ocn_wav_intel +Checking test 122 hafs_regional_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -3939,15 +3871,15 @@ Checking test 126 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 = 913.154340 -The maximum resident set size (KB) = 925632 +The total amount of wall time = 907.959837 +The maximum resident set size (KB) = 928796 -Test 126 hafs_regional_atm_ocn_wav_intel PASS +Test 122 hafs_regional_atm_ocn_wav_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_1nest_atm_intel -Checking test 127 hafs_regional_1nest_atm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_1nest_atm_intel +Checking test 123 hafs_regional_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -3968,15 +3900,15 @@ Checking test 127 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 = 317.355421 -The maximum resident set size (KB) = 403944 +The total amount of wall time = 310.687474 +The maximum resident set size (KB) = 402360 -Test 127 hafs_regional_1nest_atm_intel PASS +Test 123 hafs_regional_1nest_atm_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_1nest_atm_qr_intel -Checking test 128 hafs_regional_1nest_atm_qr_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_1nest_atm_qr_intel +Checking test 124 hafs_regional_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -3997,15 +3929,15 @@ Checking test 128 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 = 356.660971 -The maximum resident set size (KB) = 385952 +The total amount of wall time = 344.777324 +The maximum resident set size (KB) = 384716 -Test 128 hafs_regional_1nest_atm_qr_intel PASS +Test 124 hafs_regional_1nest_atm_qr_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_telescopic_2nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_telescopic_2nests_atm_intel -Checking test 129 hafs_regional_telescopic_2nests_atm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_telescopic_2nests_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_telescopic_2nests_atm_intel +Checking test 125 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4013,15 +3945,15 @@ Checking test 129 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 = 376.370139 -The maximum resident set size (KB) = 408120 +The total amount of wall time = 375.701203 +The maximum resident set size (KB) = 408184 -Test 129 hafs_regional_telescopic_2nests_atm_intel PASS +Test 125 hafs_regional_telescopic_2nests_atm_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_global_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_global_1nest_atm_intel -Checking test 130 hafs_global_1nest_atm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_global_1nest_atm_intel +Checking test 126 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4067,15 +3999,15 @@ Checking test 130 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 = 162.905891 -The maximum resident set size (KB) = 277344 +The total amount of wall time = 161.643210 +The maximum resident set size (KB) = 266180 -Test 130 hafs_global_1nest_atm_intel PASS +Test 126 hafs_global_1nest_atm_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_global_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_global_1nest_atm_qr_intel -Checking test 131 hafs_global_1nest_atm_qr_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_global_1nest_atm_qr_intel +Checking test 127 hafs_global_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4121,15 +4053,15 @@ Checking test 131 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 = 172.400900 -The maximum resident set size (KB) = 284464 +The total amount of wall time = 168.168271 +The maximum resident set size (KB) = 277200 -Test 131 hafs_global_1nest_atm_qr_intel PASS +Test 127 hafs_global_1nest_atm_qr_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_global_multiple_4nests_atm_intel -Checking test 132 hafs_global_multiple_4nests_atm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_global_multiple_4nests_atm_intel +Checking test 128 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4210,15 +4142,15 @@ Checking test 132 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 = 475.328205 -The maximum resident set size (KB) = 347620 +The total amount of wall time = 475.503770 +The maximum resident set size (KB) = 353532 -Test 132 hafs_global_multiple_4nests_atm_intel PASS +Test 128 hafs_global_multiple_4nests_atm_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_global_multiple_4nests_atm_qr_intel -Checking test 133 hafs_global_multiple_4nests_atm_qr_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_global_multiple_4nests_atm_qr_intel +Checking test 129 hafs_global_multiple_4nests_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4299,15 +4231,15 @@ Checking test 133 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 = 573.545928 -The maximum resident set size (KB) = 374364 +The total amount of wall time = 532.589782 +The maximum resident set size (KB) = 373860 -Test 133 hafs_global_multiple_4nests_atm_qr_intel PASS +Test 129 hafs_global_multiple_4nests_atm_qr_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_specified_moving_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_specified_moving_1nest_atm_intel -Checking test 134 hafs_regional_specified_moving_1nest_atm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_specified_moving_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_specified_moving_1nest_atm_intel +Checking test 130 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4315,15 +4247,15 @@ Checking test 134 hafs_regional_specified_moving_1nest_atm_intel results .... Comparing HURPRS.GrbF06 .........OK Comparing HURPRS.GrbF06.nest02 .........OK -The total amount of wall time = 210.144215 -The maximum resident set size (KB) = 410452 +The total amount of wall time = 213.187224 +The maximum resident set size (KB) = 416464 -Test 134 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 130 hafs_regional_specified_moving_1nest_atm_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_storm_following_1nest_atm_intel -Checking test 135 hafs_regional_storm_following_1nest_atm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_storm_following_1nest_atm_intel +Checking test 131 hafs_regional_storm_following_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4344,15 +4276,15 @@ Checking test 135 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 = 195.194148 -The maximum resident set size (KB) = 413384 +The total amount of wall time = 200.747800 +The maximum resident set size (KB) = 412936 -Test 135 hafs_regional_storm_following_1nest_atm_intel PASS +Test 131 hafs_regional_storm_following_1nest_atm_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_storm_following_1nest_atm_qr_intel -Checking test 136 hafs_regional_storm_following_1nest_atm_qr_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_storm_following_1nest_atm_qr_intel +Checking test 132 hafs_regional_storm_following_1nest_atm_qr_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4373,15 +4305,15 @@ Checking test 136 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 = 243.113637 -The maximum resident set size (KB) = 413712 +The total amount of wall time = 236.488576 +The maximum resident set size (KB) = 410700 -Test 136 hafs_regional_storm_following_1nest_atm_qr_intel PASS +Test 132 hafs_regional_storm_following_1nest_atm_qr_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 137 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 133 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4389,43 +4321,43 @@ Checking test 137 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 = 253.251695 -The maximum resident set size (KB) = 472588 +The total amount of wall time = 261.858284 +The maximum resident set size (KB) = 478092 -Test 137 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 133 hafs_regional_storm_following_1nest_atm_ocn_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_global_storm_following_1nest_atm_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_global_storm_following_1nest_atm_intel -Checking test 138 hafs_global_storm_following_1nest_atm_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_global_storm_following_1nest_atm_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_global_storm_following_1nest_atm_intel +Checking test 134 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.094409 -The maximum resident set size (KB) = 279924 +The total amount of wall time = 92.362561 +The maximum resident set size (KB) = 284724 -Test 138 hafs_global_storm_following_1nest_atm_intel PASS +Test 134 hafs_global_storm_following_1nest_atm_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 139 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 135 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 = 803.085011 -The maximum resident set size (KB) = 493960 +The total amount of wall time = 806.508438 +The maximum resident set size (KB) = 494468 -Test 139 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 135 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 140 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 136 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4435,15 +4367,15 @@ Checking test 140 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 = 508.680129 -The maximum resident set size (KB) = 534416 +The total amount of wall time = 506.333596 +The maximum resident set size (KB) = 535732 -Test 140 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 136 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS Tries: 2 -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/control_p8_atmlnd_sbs_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/control_p8_atmlnd_sbs_intel -Checking test 141 control_p8_atmlnd_sbs_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/control_p8_atmlnd_sbs_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/control_p8_atmlnd_sbs_intel +Checking test 137 control_p8_atmlnd_sbs_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -4527,15 +4459,15 @@ Checking test 141 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.377774 -The maximum resident set size (KB) = 1540060 +The total amount of wall time = 242.907735 +The maximum resident set size (KB) = 1542568 -Test 141 control_p8_atmlnd_sbs_intel PASS +Test 137 control_p8_atmlnd_sbs_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/atmaero_control_p8_intel -Checking test 142 atmaero_control_p8_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/atmaero_control_p8_intel +Checking test 138 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4578,15 +4510,15 @@ Checking test 142 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 = 255.523734 -The maximum resident set size (KB) = 2830684 +The total amount of wall time = 256.532004 +The maximum resident set size (KB) = 2825616 -Test 142 atmaero_control_p8_intel PASS +Test 138 atmaero_control_p8_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/atmaero_control_p8_rad_intel -Checking test 143 atmaero_control_p8_rad_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/atmaero_control_p8_rad_intel +Checking test 139 atmaero_control_p8_rad_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4629,15 +4561,15 @@ Checking test 143 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.377527 -The maximum resident set size (KB) = 2891224 +The total amount of wall time = 288.270098 +The maximum resident set size (KB) = 2891244 -Test 143 atmaero_control_p8_rad_intel PASS +Test 139 atmaero_control_p8_rad_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_micro_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/atmaero_control_p8_rad_micro_intel -Checking test 144 atmaero_control_p8_rad_micro_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_micro_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/atmaero_control_p8_rad_micro_intel +Checking test 140 atmaero_control_p8_rad_micro_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -4680,15 +4612,15 @@ Checking test 144 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 = 301.259567 -The maximum resident set size (KB) = 2899324 +The total amount of wall time = 293.003198 +The maximum resident set size (KB) = 2901312 -Test 144 atmaero_control_p8_rad_micro_intel PASS +Test 140 atmaero_control_p8_rad_micro_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_atmaq_intel -Checking test 145 regional_atmaq_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_atmaq_intel +Checking test 141 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -4703,15 +4635,15 @@ Checking test 145 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 = 699.718137 -The maximum resident set size (KB) = 2298448 +The total amount of wall time = 679.287336 +The maximum resident set size (KB) = 2290496 -Test 145 regional_atmaq_intel PASS +Test 141 regional_atmaq_intel PASS -baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_debug_intel -working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_75932/regional_atmaq_debug_intel -Checking test 146 regional_atmaq_debug_intel results .... +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_debug_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_98405/regional_atmaq_debug_intel +Checking test 142 regional_atmaq_debug_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK @@ -4724,12 +4656,166 @@ Checking test 146 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 = 1352.719262 -The maximum resident set size (KB) = 2184476 +The total amount of wall time = 1329.789801 +The maximum resident set size (KB) = 2134476 + +Test 142 regional_atmaq_debug_intel PASS + +FAILED TESTS: +cpld_restart_bmark_p8_intel 012 failed in run_test +regional_spp_sppt_shum_skeb_intel 053 failed in run_test + +REGRESSION TEST FAILED +Mon Aug 28 18:34:14 UTC 2023 +Elapsed time: 01h:53m:47s. Have a nice day! +Mon Aug 28 19:00:42 UTC 2023 +Start Regression test + +Testing UFSWM Hash: 074c2cd85f827f54c22c6ade52bd290490ca2e3a +Testing With Submodule Hashes: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) + 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) + d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) + c24fb5999efafffaa393b886e21780ab7fd3aa08 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2297-gc24fb59) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (remotes/origin/conus13km) + 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) + 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) + 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) + 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) + 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) +Compile rrfs_intel elapsed time 583 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2swa_intel elapsed time 633 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_143398/cpld_bmark_p8_intel +Checking test 001 cpld_bmark_p8_intel results .... + Comparing sfcf006.nc .........OK + Comparing atmf006.nc .........OK + Comparing GFSFLX.GrbF06 .........OK + Comparing GFSPRS.GrbF06 .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK + Comparing RESTART/20130401.060000.coupler.res .........OK + Comparing RESTART/20130401.060000.fv_core.res.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile6.nc .........OK + Comparing RESTART/20130401.060000.MOM.res.nc .........OK + Comparing RESTART/20130401.060000.MOM.res_1.nc .........OK + Comparing RESTART/20130401.060000.MOM.res_2.nc .........OK + Comparing RESTART/20130401.060000.MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-01-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK + Comparing 20130401.060000.out_pnt.ww3 .........OK + Comparing 20130401.060000.out_grd.ww3 .........OK + +The total amount of wall time = 848.082735 +The maximum resident set size (KB) = 3945156 + +Test 001 cpld_bmark_p8_intel PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/cpld_bmark_p8_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_143398/cpld_restart_bmark_p8_intel +Checking test 002 cpld_restart_bmark_p8_intel results .... + Comparing sfcf006.nc .........OK + Comparing atmf006.nc .........OK + Comparing GFSFLX.GrbF06 .........OK + Comparing GFSPRS.GrbF06 .........OK + Comparing gocart.inst_aod.20130401_0600z.nc4 .........OK + Comparing RESTART/20130401.060000.coupler.res .........OK + Comparing RESTART/20130401.060000.fv_core.res.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20130401.060000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20130401.060000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20130401.060000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile1.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile2.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile3.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile4.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile5.nc .........OK + Comparing RESTART/20130401.060000.phy_data.tile6.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile1.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile2.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile3.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile4.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile5.nc .........OK + Comparing RESTART/20130401.060000.sfc_data.tile6.nc .........OK + Comparing RESTART/20130401.060000.MOM.res.nc .........OK + Comparing RESTART/20130401.060000.MOM.res_1.nc .........OK + Comparing RESTART/20130401.060000.MOM.res_2.nc .........OK + Comparing RESTART/20130401.060000.MOM.res_3.nc .........OK + Comparing RESTART/iced.2013-04-01-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK + Comparing 20130401.060000.out_pnt.ww3 .........OK + Comparing 20130401.060000.out_grd.ww3 .........OK + +The total amount of wall time = 579.664944 +The maximum resident set size (KB) = 3906404 + +Test 002 cpld_restart_bmark_p8_intel PASS + + +baseline dir = /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_intel +working dir = /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_143398/regional_spp_sppt_shum_skeb_intel +Checking test 003 regional_spp_sppt_shum_skeb_intel results .... + Comparing dynf000.nc .........OK + Comparing dynf001.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf001.nc .........OK + Comparing PRSLEV.GrbF00 .........OK + Comparing PRSLEV.GrbF01 .........OK + Comparing NATLEV.GrbF00 .........OK + Comparing NATLEV.GrbF01 .........OK + +The total amount of wall time = 343.703687 +The maximum resident set size (KB) = 1004328 -Test 146 regional_atmaq_debug_intel PASS +Test 003 regional_spp_sppt_shum_skeb_intel PASS REGRESSION TEST WAS SUCCESSFUL -Fri Aug 25 16:55:46 UTC 2023 -Elapsed time: 02h:03m:11s. Have a nice day! +Mon Aug 28 19:50:54 UTC 2023 +Elapsed time: 00h:50m:13s. Have a nice day! From b844a1d4d70bc544a01a46d9344ff0634fc6b6b2 Mon Sep 17 00:00:00 2001 From: zach1221 Date: Tue, 29 Aug 2023 08:27:06 -0600 Subject: [PATCH 24/25] add cheyenne RT logs: passed --- tests/logs/RegressionTests_cheyenne.log | 3148 ++++++++++++----------- 1 file changed, 1575 insertions(+), 1573 deletions(-) diff --git a/tests/logs/RegressionTests_cheyenne.log b/tests/logs/RegressionTests_cheyenne.log index aabb0e4a89..e166103bfa 100644 --- a/tests/logs/RegressionTests_cheyenne.log +++ b/tests/logs/RegressionTests_cheyenne.log @@ -1,72 +1,72 @@ -Fri Aug 25 06:19:44 MDT 2023 +Mon Aug 28 07:49:40 MDT 2023 Start Regression test -Testing UFSWM Hash: bee1c2b7136039db78897d0304f1c8b73d0734dc +Testing UFSWM Hash: 074c2cd85f827f54c22c6ade52bd290490ca2e3a Testing With Submodule Hashes: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 ../AQM (v0.2.0-37-g37cbb7d) 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb ../CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) d41c61dd332d5803d31408be1b9e8ef611856049 ../CICE-interface/CICE (CICE6.0.0-441-gd41c61d) - 4edb1cc6d7cd87cb5b3b32a8b85c38be5510112d ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2776-g4edb1cc6) + c24fb5999efafffaa393b886e21780ab7fd3aa08 ../CMEPS-interface/CMEPS (cmeps_v0.4.1-2297-gc24fb59) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 ../CMakeModules (v1.0.0-28-gcabd775) - 94a49f8e74c59851473b5f0bde9d97e7f6afc33f ../FV3 (heads/develop) + e32ed73d5e0e4ba51014fc0c1157d01e12b94573 ../FV3 (remotes/origin/conus13km) 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 ../GOCART (sdr_v2.1.2.6-106-g6ea78fd) 35789c757766e07f688b4c0c7c5229816f224b09 ../HYCOM-interface/HYCOM (2.3.00-121-g35789c7) 06acdc8e15ea9acf499b26f7f40c9852249c0690 ../MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9800-g06acdc8e1) 569e354ababbde7a7cd68647533769a5c966468d ../NOAHMP-interface/noahmp (v3.7.1-303-g569e354) 59c554a12df3a04e0402ce5f17bb32cbbac193b2 ../WW3 (6.07.1-341-g59c554a1) 3bfa4468d85e5b63980c28434f494967f38b10a3 ../stochastic_physics (ufs-v2.0.0-171-g3bfa446) -Compile atmaero_intel elapsed time 962 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_faster_intel elapsed time 984 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 926 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_debug_dyn32_intel elapsed time 424 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_debug_gnu elapsed time 401 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn32_intel elapsed time 1119 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 400 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_debug_gnu elapsed time 406 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile atm_dyn64_phy32_gnu elapsed time 645 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 950 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 atmaero_intel elapsed time 937 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_faster_intel elapsed time 989 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmaq_intel elapsed time 921 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_debug_dyn32_intel elapsed time 427 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 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_debug_gnu elapsed time 415 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn32_intel elapsed time 1120 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 418 seconds. -DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_debug_gnu elapsed time 414 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile atm_dyn64_phy32_gnu elapsed time 649 seconds. -DAPP=ATM -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atm_faster_dyn32_intel elapsed time 964 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 404 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 981 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 1060 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 1025 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile csawmg_intel elapsed time 926 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 204 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile datm_cdeps_faster_intel elapsed time 443 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_gnu elapsed time 304 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 441 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 115 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafs_all_intel elapsed time 1162 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 320 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 1139 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 1172 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 295 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile rrfs_dyn32_phy32_faster_intel elapsed time 1147 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_dyn32_phy32_gnu elapsed time 393 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 877 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 290 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 893 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_gnu elapsed time 410 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 1015 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 1127 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 531 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 1117 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 1507 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 328 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 436 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile s2swa_gnu elapsed time 614 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_intel elapsed time 1517 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_debug_intel elapsed time 411 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 1416 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile atml_intel elapsed time 979 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 1028 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile atmwm_intel elapsed time 1026 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile csawmg_intel elapsed time 919 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 208 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile datm_cdeps_faster_intel elapsed time 436 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_gnu elapsed time 303 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_intel elapsed time 437 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile datm_cdeps_land_intel elapsed time 112 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile hafs_all_intel elapsed time 1151 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 327 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 1130 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 1170 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 296 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 1054 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 388 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 881 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 293 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 892 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_gnu elapsed time 439 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile rrfs_intel elapsed time 1086 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile s2s_aoflux_intel elapsed time 1136 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 543 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2s_intel elapsed time 1112 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_32bit_intel elapsed time 1508 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 332 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 453 seconds. -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile s2swa_gnu elapsed time 642 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2swa_intel elapsed time 1518 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile s2sw_debug_intel elapsed time 407 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 1442 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 284 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 420 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 571 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 1426 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 180 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 280 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 855 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_mixedmode_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_p8_mixedmode_intel +Compile s2sw_pdlib_debug_intel elapsed time 422 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 570 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 1447 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 188 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 278 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 848 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_mixedmode_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 319.203920 -0:The maximum resident set size (KB) = 2743432 +0:The total amount of wall time = 319.528507 +0:The maximum resident set size (KB) = 2746272 Test 001 cpld_control_p8_mixedmode_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_gfsv17_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_gfsv17_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_gfsv17_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_gfsv17_intel Checking test 002 cpld_control_gfsv17_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -202,14 +202,14 @@ 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 = 274.618689 -0:The maximum resident set size (KB) = 1434992 +0:The total amount of wall time = 276.324819 +0:The maximum resident set size (KB) = 1435152 Test 002 cpld_control_gfsv17_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_p8_intel Checking test 003 cpld_control_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -274,14 +274,14 @@ 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 = 320.519784 -0:The maximum resident set size (KB) = 2760412 +0:The total amount of wall time = 311.176673 +0:The maximum resident set size (KB) = 2758832 Test 003 cpld_control_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_restart_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_restart_p8_intel Checking test 004 cpld_restart_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -334,14 +334,14 @@ 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 = 177.539423 -0:The maximum resident set size (KB) = 2620840 +0:The total amount of wall time = 184.583137 +0:The maximum resident set size (KB) = 2623992 Test 004 cpld_restart_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_qr_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_qr_p8_intel Checking test 005 cpld_control_qr_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -406,14 +406,14 @@ 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 = 318.210558 -0:The maximum resident set size (KB) = 2766556 +0:The total amount of wall time = 323.585668 +0:The maximum resident set size (KB) = 2766492 Test 005 cpld_control_qr_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_restart_qr_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_restart_qr_p8_intel Checking test 006 cpld_restart_qr_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -466,14 +466,14 @@ 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 = 183.533911 -0:The maximum resident set size (KB) = 2672096 +0:The total amount of wall time = 183.159501 +0:The maximum resident set size (KB) = 2669964 Test 006 cpld_restart_qr_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_2threads_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_2threads_p8_intel Checking test 007 cpld_2threads_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -526,14 +526,14 @@ 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 = 235.892953 -0:The maximum resident set size (KB) = 3218364 +0:The total amount of wall time = 237.598836 +0:The maximum resident set size (KB) = 3215208 Test 007 cpld_2threads_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_decomp_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_decomp_p8_intel Checking test 008 cpld_decomp_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -586,14 +586,14 @@ 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 = 319.998994 -0:The maximum resident set size (KB) = 2767512 +0:The total amount of wall time = 312.474080 +0:The maximum resident set size (KB) = 2768036 Test 008 cpld_decomp_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_mpi_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_mpi_p8_intel Checking test 009 cpld_mpi_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -646,14 +646,14 @@ 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 = 275.090942 -0:The maximum resident set size (KB) = 2735312 +0:The total amount of wall time = 277.176292 +0:The maximum resident set size (KB) = 2733096 Test 009 cpld_mpi_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_ciceC_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_ciceC_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_ciceC_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_ciceC_p8_intel Checking test 010 cpld_control_ciceC_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -718,134 +718,71 @@ 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 = 313.287520 -0:The maximum resident set size (KB) = 2761448 +0:The total amount of wall time = 326.901744 +0:The maximum resident set size (KB) = 2760640 Test 010 cpld_control_ciceC_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_c192_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_c192_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_c192_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_c192_p8_intel Checking test 011 cpld_control_c192_p8_intel results .... - Comparing sfcf030.tile1.nc .........OK - Comparing sfcf030.tile2.nc .........OK - Comparing sfcf030.tile3.nc .........OK - Comparing sfcf030.tile4.nc .........OK - Comparing sfcf030.tile5.nc .........OK - Comparing sfcf030.tile6.nc .........OK - Comparing atmf030.tile1.nc .........OK - Comparing atmf030.tile2.nc .........OK - Comparing atmf030.tile3.nc .........OK - Comparing atmf030.tile4.nc .........OK - Comparing atmf030.tile5.nc .........OK - Comparing atmf030.tile6.nc .........OK - Comparing gocart.inst_aod.20210323_1200z.nc4 .........OK - Comparing RESTART/20210323.120000.coupler.res .........OK - Comparing RESTART/20210323.120000.fv_core.res.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.120000.MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - Comparing 20210323.120000.out_grd.ww3 .........OK - Comparing 20210323.120000.out_pnt.ww3 .........OK - -0:The total amount of wall time = 588.273079 -0:The maximum resident set size (KB) = 3403588 - -Test 011 cpld_control_c192_p8_intel PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_c192_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_restart_c192_p8_intel -Checking test 012 cpld_restart_c192_p8_intel results .... - Comparing sfcf030.tile1.nc .........OK - Comparing sfcf030.tile2.nc .........OK - Comparing sfcf030.tile3.nc .........OK - Comparing sfcf030.tile4.nc .........OK - Comparing sfcf030.tile5.nc .........OK - Comparing sfcf030.tile6.nc .........OK - Comparing atmf030.tile1.nc .........OK - Comparing atmf030.tile2.nc .........OK - Comparing atmf030.tile3.nc .........OK - Comparing atmf030.tile4.nc .........OK - Comparing atmf030.tile5.nc .........OK - Comparing atmf030.tile6.nc .........OK - Comparing gocart.inst_aod.20210323_1200z.nc4 .........OK - Comparing RESTART/20210323.120000.coupler.res .........OK - Comparing RESTART/20210323.120000.fv_core.res.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.120000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.120000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.120000.MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK - Comparing 20210323.120000.out_grd.ww3 .........OK - Comparing 20210323.120000.out_pnt.ww3 .........OK - -0:The total amount of wall time = 362.493711 -0:The maximum resident set size (KB) = 3329088 - -Test 012 cpld_restart_c192_p8_intel PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_noaero_p8_intel + Comparing sfcf030.tile1.nc ............MISSING file + Comparing sfcf030.tile2.nc ............MISSING file + Comparing sfcf030.tile3.nc ............MISSING file + Comparing sfcf030.tile4.nc ............MISSING file + Comparing sfcf030.tile5.nc ............MISSING file + Comparing sfcf030.tile6.nc ............MISSING file + Comparing atmf030.tile1.nc ............MISSING file + Comparing atmf030.tile2.nc ............MISSING file + Comparing atmf030.tile3.nc ............MISSING file + Comparing atmf030.tile4.nc ............MISSING file + Comparing atmf030.tile5.nc ............MISSING file + Comparing atmf030.tile6.nc ............MISSING file + Comparing gocart.inst_aod.20210323_1200z.nc4 ............MISSING file + Comparing RESTART/20210323.120000.coupler.res ............MISSING file + Comparing RESTART/20210323.120000.fv_core.res.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_core.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_core.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_core.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_core.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_core.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_core.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc ............MISSING file + Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc ............MISSING file + Comparing RESTART/20210323.120000.phy_data.tile1.nc ............MISSING file + Comparing RESTART/20210323.120000.phy_data.tile2.nc ............MISSING file + Comparing RESTART/20210323.120000.phy_data.tile3.nc ............MISSING file + Comparing RESTART/20210323.120000.phy_data.tile4.nc ............MISSING file + Comparing RESTART/20210323.120000.phy_data.tile5.nc ............MISSING file + Comparing RESTART/20210323.120000.phy_data.tile6.nc ............MISSING file + Comparing RESTART/20210323.120000.sfc_data.tile1.nc ............MISSING file + Comparing RESTART/20210323.120000.sfc_data.tile2.nc ............MISSING file + Comparing RESTART/20210323.120000.sfc_data.tile3.nc ............MISSING file + Comparing RESTART/20210323.120000.sfc_data.tile4.nc ............MISSING file + Comparing RESTART/20210323.120000.sfc_data.tile5.nc ............MISSING file + Comparing RESTART/20210323.120000.sfc_data.tile6.nc ............MISSING file + Comparing RESTART/20210323.120000.MOM.res.nc ............MISSING file + Comparing RESTART/iced.2021-03-23-43200.nc ............MISSING file + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc ............MISSING file + Comparing 20210323.120000.out_grd.ww3 ............MISSING file + Comparing 20210323.120000.out_pnt.ww3 ............MISSING file + +Test 011 cpld_control_c192_p8_intel FAIL + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_noaero_p8_intel Checking test 013 cpld_control_noaero_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -909,14 +846,14 @@ Checking test 013 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 = 290.376181 -0:The maximum resident set size (KB) = 1445020 +0:The total amount of wall time = 290.897543 +0:The maximum resident set size (KB) = 1445184 Test 013 cpld_control_noaero_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_c96_noaero_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_nowave_noaero_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -978,14 +915,14 @@ 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 -0:The total amount of wall time = 191.370455 -0:The maximum resident set size (KB) = 1462556 +0:The total amount of wall time = 191.894867 +0:The maximum resident set size (KB) = 1463536 Test 014 cpld_control_nowave_noaero_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_debug_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_debug_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_debug_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_debug_p8_intel Checking test 015 cpld_debug_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1038,14 +975,14 @@ Checking test 015 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 = 336.888363 -0:The maximum resident set size (KB) = 2797832 +0:The total amount of wall time = 341.509378 +0:The maximum resident set size (KB) = 2796792 Test 015 cpld_debug_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_debug_noaero_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_debug_noaero_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_debug_noaero_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_debug_noaero_p8_intel Checking test 016 cpld_debug_noaero_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1097,14 +1034,14 @@ Checking test 016 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 = 287.102080 -0:The maximum resident set size (KB) = 1463000 +0:The total amount of wall time = 287.253090 +0:The maximum resident set size (KB) = 1463236 Test 016 cpld_debug_noaero_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_noaero_p8_agrid_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_noaero_p8_agrid_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_agrid_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -1166,14 +1103,14 @@ Checking test 017 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 = 188.751401 -0:The maximum resident set size (KB) = 1466980 +0:The total amount of wall time = 196.646480 +0:The maximum resident set size (KB) = 1467160 Test 017 cpld_control_noaero_p8_agrid_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_c48_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_c48_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_c48_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_c48_intel Checking test 018 cpld_control_c48_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1223,14 +1160,14 @@ Checking test 018 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 = 602.046272 -0:The maximum resident set size (KB) = 2592636 +0:The total amount of wall time = 602.388931 +0:The maximum resident set size (KB) = 2592824 Test 018 cpld_control_c48_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_pdlib_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_pdlib_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_pdlib_p8_intel Checking test 019 cpld_control_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1294,14 +1231,14 @@ Checking test 019 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 = 1172.984099 -0:The maximum resident set size (KB) = 1509144 +0:The total amount of wall time = 1173.405799 +0:The maximum resident set size (KB) = 1508468 Test 019 cpld_control_pdlib_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_pdlib_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_restart_pdlib_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_restart_pdlib_p8_intel Checking test 020 cpld_restart_pdlib_p8_intel results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -1353,14 +1290,14 @@ Checking test 020 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 = 548.946480 -0:The maximum resident set size (KB) = 684760 +0:The total amount of wall time = 553.052362 +0:The maximum resident set size (KB) = 684716 Test 020 cpld_restart_pdlib_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_pdlib_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_mpi_pdlib_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_mpi_pdlib_p8_intel Checking test 021 cpld_mpi_pdlib_p8_intel results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1424,14 +1361,14 @@ Checking test 021 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 = 1064.033009 -0:The maximum resident set size (KB) = 1485920 +0:The total amount of wall time = 1070.125524 +0:The maximum resident set size (KB) = 1485916 Test 021 cpld_mpi_pdlib_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_debug_pdlib_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_debug_pdlib_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_debug_pdlib_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_debug_pdlib_p8_intel Checking test 022 cpld_debug_pdlib_p8_intel results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK @@ -1483,14 +1420,14 @@ Checking test 022 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 = 1480.287056 -0:The maximum resident set size (KB) = 1527036 +0:The total amount of wall time = 1480.828671 +0:The maximum resident set size (KB) = 1526900 Test 022 cpld_debug_pdlib_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_flake_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_flake_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_flake_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_flake_intel Checking test 023 control_flake_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1501,14 +1438,14 @@ Checking test 023 control_flake_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 216.834869 -0:The maximum resident set size (KB) = 509976 +0:The total amount of wall time = 219.424750 +0:The maximum resident set size (KB) = 510656 Test 023 control_flake_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_CubedSphereGrid_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_CubedSphereGrid_intel Checking test 024 control_CubedSphereGrid_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1535,14 +1472,14 @@ Checking test 024 control_CubedSphereGrid_intel results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK -0:The total amount of wall time = 141.905382 -0:The maximum resident set size (KB) = 462356 +0:The total amount of wall time = 141.888397 +0:The maximum resident set size (KB) = 462468 Test 024 control_CubedSphereGrid_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_parallel_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_CubedSphereGrid_parallel_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_parallel_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_CubedSphereGrid_parallel_intel Checking test 025 control_CubedSphereGrid_parallel_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc ............ALT CHECK......OK @@ -1550,21 +1487,21 @@ Checking test 025 control_CubedSphereGrid_parallel_intel results .... 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 ............ALT CHECK......OK + Comparing cubed_sphere_grid_atmf000.nc .........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 = 150.406582 -0:The maximum resident set size (KB) = 461936 +0:The total amount of wall time = 151.752150 +0:The maximum resident set size (KB) = 462172 Test 025 control_CubedSphereGrid_parallel_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_latlon_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_latlon_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_latlon_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_latlon_intel Checking test 026 control_latlon_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1575,32 +1512,32 @@ Checking test 026 control_latlon_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 142.601874 -0:The maximum resident set size (KB) = 463320 +0:The total amount of wall time = 146.117847 +0:The maximum resident set size (KB) = 463380 Test 026 control_latlon_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_wrtGauss_netcdf_parallel_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_wrtGauss_netcdf_parallel_intel Checking test 027 control_wrtGauss_netcdf_parallel_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK + Comparing sfcf024.nc ............ALT CHECK......OK + Comparing atmf000.nc ............ALT CHECK......OK Comparing 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 = 148.053918 -0:The maximum resident set size (KB) = 463224 +0:The total amount of wall time = 151.904877 +0:The maximum resident set size (KB) = 463372 Test 027 control_wrtGauss_netcdf_parallel_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_c48_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_c48_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_c48_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_c48_intel Checking test 028 control_c48_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1639,14 +1576,14 @@ Checking test 028 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 = 441.865740 -0:The maximum resident set size (KB) = 635788 +0:The total amount of wall time = 444.698015 +0:The maximum resident set size (KB) = 635372 Test 028 control_c48_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_c192_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_c192_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_c192_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_c192_intel Checking test 029 control_c192_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1657,14 +1594,14 @@ Checking test 029 control_c192_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 597.708376 -0:The maximum resident set size (KB) = 566440 +0:The total amount of wall time = 598.175447 +0:The maximum resident set size (KB) = 566592 Test 029 control_c192_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_c384_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_c384_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_c384_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_c384_intel Checking test 030 control_c384_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1675,14 +1612,14 @@ Checking test 030 control_c384_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 584.195504 -0:The maximum resident set size (KB) = 892132 +0:The total amount of wall time = 594.097744 +0:The maximum resident set size (KB) = 892016 Test 030 control_c384_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_c384gdas_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_c384gdas_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_c384gdas_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_c384gdas_intel Checking test 031 control_c384gdas_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1725,14 +1662,14 @@ Checking test 031 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 = 510.179936 -0:The maximum resident set size (KB) = 1047816 +0:The total amount of wall time = 520.270463 +0:The maximum resident set size (KB) = 1048116 Test 031 control_c384gdas_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_stochy_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_stochy_intel Checking test 032 control_stochy_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1743,28 +1680,28 @@ Checking test 032 control_stochy_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 96.023362 -0:The maximum resident set size (KB) = 465360 +0:The total amount of wall time = 99.093412 +0:The maximum resident set size (KB) = 465404 Test 032 control_stochy_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_stochy_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_stochy_restart_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 52.177411 -0:The maximum resident set size (KB) = 231208 +0:The total amount of wall time = 52.918137 +0:The maximum resident set size (KB) = 231284 Test 033 control_stochy_restart_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_lndp_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_lndp_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_lndp_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_lndp_intel Checking test 034 control_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1775,14 +1712,14 @@ Checking test 034 control_lndp_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 90.647533 -0:The maximum resident set size (KB) = 466572 +0:The total amount of wall time = 91.602347 +0:The maximum resident set size (KB) = 466716 Test 034 control_lndp_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_iovr4_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_iovr4_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_iovr4_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_iovr4_intel Checking test 035 control_iovr4_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1797,14 +1734,14 @@ Checking test 035 control_iovr4_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 144.425352 -0:The maximum resident set size (KB) = 463208 +0:The total amount of wall time = 148.562961 +0:The maximum resident set size (KB) = 463868 Test 035 control_iovr4_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_iovr5_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_iovr5_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_iovr5_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_iovr5_intel Checking test 036 control_iovr5_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1819,14 +1756,14 @@ Checking test 036 control_iovr5_intel results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 148.022879 -0:The maximum resident set size (KB) = 463224 +0:The total amount of wall time = 148.388754 +0:The maximum resident set size (KB) = 463324 Test 036 control_iovr5_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_p8_intel Checking test 037 control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1873,14 +1810,14 @@ Checking test 037 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 = 182.244153 -0:The maximum resident set size (KB) = 1429856 +0:The total amount of wall time = 182.282530 +0:The maximum resident set size (KB) = 1429964 Test 037 control_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_restart_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_restart_p8_intel Checking test 038 control_restart_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1919,14 +1856,14 @@ Checking test 038 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 = 94.808794 -0:The maximum resident set size (KB) = 587104 +0:The total amount of wall time = 95.827091 +0:The maximum resident set size (KB) = 587128 Test 038 control_restart_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_qr_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_qr_p8_intel Checking test 039 control_qr_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1973,14 +1910,14 @@ Checking test 039 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 = 180.889258 -0:The maximum resident set size (KB) = 1433736 +0:The total amount of wall time = 178.034883 +0:The maximum resident set size (KB) = 1433872 Test 039 control_qr_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_restart_qr_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_restart_qr_p8_intel Checking test 040 control_restart_qr_p8_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2019,14 +1956,14 @@ Checking test 040 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 = 94.251736 -0:The maximum resident set size (KB) = 603196 +0:The total amount of wall time = 97.692215 +0:The maximum resident set size (KB) = 603232 Test 040 control_restart_qr_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_decomp_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_decomp_p8_intel Checking test 041 control_decomp_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2069,14 +2006,14 @@ Checking test 041 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 = 181.291117 -0:The maximum resident set size (KB) = 1423612 +0:The total amount of wall time = 187.000882 +0:The maximum resident set size (KB) = 1423712 Test 041 control_decomp_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_2threads_p8_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_2threads_p8_intel Checking test 042 control_2threads_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2119,14 +2056,14 @@ Checking test 042 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 = 166.934640 -0:The maximum resident set size (KB) = 1513944 +0:The total amount of wall time = 172.116283 +0:The maximum resident set size (KB) = 1513772 Test 042 control_2threads_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_lndp_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_p8_lndp_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_lndp_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_p8_lndp_intel Checking test 043 control_p8_lndp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2145,14 +2082,14 @@ Checking test 043 control_p8_lndp_intel results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK -0:The total amount of wall time = 332.791240 -0:The maximum resident set size (KB) = 1430640 +0:The total amount of wall time = 336.567265 +0:The maximum resident set size (KB) = 1430804 Test 043 control_p8_lndp_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_rrtmgp_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_p8_rrtmgp_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_rrtmgp_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_p8_rrtmgp_intel Checking test 044 control_p8_rrtmgp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2199,14 +2136,14 @@ Checking test 044 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 = 244.965357 -0:The maximum resident set size (KB) = 1483400 +0:The total amount of wall time = 250.182359 +0:The maximum resident set size (KB) = 1483540 Test 044 control_p8_rrtmgp_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_mynn_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_p8_mynn_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_mynn_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_p8_mynn_intel Checking test 045 control_p8_mynn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2253,14 +2190,14 @@ Checking test 045 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 = 181.741207 -0:The maximum resident set size (KB) = 1432980 +0:The total amount of wall time = 183.536288 +0:The maximum resident set size (KB) = 1433140 Test 045 control_p8_mynn_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/merra2_thompson_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/merra2_thompson_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/merra2_thompson_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/merra2_thompson_intel Checking test 046 merra2_thompson_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2307,14 +2244,14 @@ Checking test 046 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.150441 -0:The maximum resident set size (KB) = 1436104 +0:The total amount of wall time = 207.331571 +0:The maximum resident set size (KB) = 1436172 Test 046 merra2_thompson_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_control_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_control_intel Checking test 047 regional_control_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2325,28 +2262,28 @@ Checking test 047 regional_control_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 333.428379 -0:The maximum resident set size (KB) = 609168 +0:The total amount of wall time = 334.285469 +0:The maximum resident set size (KB) = 608888 Test 047 regional_control_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_restart_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 170.410426 -0:The maximum resident set size (KB) = 599624 +0:The total amount of wall time = 171.344213 +0:The maximum resident set size (KB) = 599320 Test 048 regional_restart_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_control_qr_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_control_qr_intel Checking test 049 regional_control_qr_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2357,28 +2294,28 @@ Checking test 049 regional_control_qr_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 332.386602 -0:The maximum resident set size (KB) = 608864 +0:The total amount of wall time = 325.543283 +0:The maximum resident set size (KB) = 608776 Test 049 regional_control_qr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_restart_qr_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 164.502524 -0:The maximum resident set size (KB) = 599708 +0:The total amount of wall time = 172.136035 +0:The maximum resident set size (KB) = 599740 Test 050 regional_restart_qr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_decomp_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_decomp_intel Checking test 051 regional_decomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2389,14 +2326,14 @@ Checking test 051 regional_decomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 350.905309 -0:The maximum resident set size (KB) = 605344 +0:The total amount of wall time = 353.373794 +0:The maximum resident set size (KB) = 605360 Test 051 regional_decomp_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_2threads_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_2threads_intel Checking test 052 regional_2threads_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2407,14 +2344,14 @@ Checking test 052 regional_2threads_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 191.493264 -0:The maximum resident set size (KB) = 619068 +0:The total amount of wall time = 194.302383 +0:The maximum resident set size (KB) = 619060 Test 052 regional_2threads_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_noquilt_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_noquilt_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_noquilt_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_noquilt_intel Checking test 053 regional_noquilt_intel results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -2422,28 +2359,28 @@ Checking test 053 regional_noquilt_intel results .... 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 = 329.681111 -0:The maximum resident set size (KB) = 602476 +0:The total amount of wall time = 335.431953 +0:The maximum resident set size (KB) = 602608 Test 053 regional_noquilt_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_netcdf_parallel_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_netcdf_parallel_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_netcdf_parallel_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_netcdf_parallel_intel Checking test 054 regional_netcdf_parallel_intel results .... - Comparing dynf000.nc ............ALT CHECK......OK - Comparing dynf006.nc ............ALT CHECK......OK + Comparing dynf000.nc .........OK + Comparing dynf006.nc .........OK Comparing phyf000.nc ............ALT CHECK......OK - Comparing phyf006.nc ............ALT CHECK......OK + Comparing phyf006.nc .........OK -0:The total amount of wall time = 317.795703 -0:The maximum resident set size (KB) = 603832 +0:The total amount of wall time = 331.047484 +0:The maximum resident set size (KB) = 603940 Test 054 regional_netcdf_parallel_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_2dwrtdecomp_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_2dwrtdecomp_intel Checking test 055 regional_2dwrtdecomp_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2454,14 +2391,14 @@ Checking test 055 regional_2dwrtdecomp_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 322.833620 -0:The maximum resident set size (KB) = 609140 +0:The total amount of wall time = 334.155695 +0:The maximum resident set size (KB) = 608928 Test 055 regional_2dwrtdecomp_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/fv3_regional_wofs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_wofs_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/fv3_regional_wofs_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_wofs_intel Checking test 056 regional_wofs_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -2472,14 +2409,14 @@ Checking test 056 regional_wofs_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 421.858644 -0:The maximum resident set size (KB) = 288584 +0:The total amount of wall time = 420.267737 +0:The maximum resident set size (KB) = 288604 Test 056 regional_wofs_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_control_intel Checking test 057 rap_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2526,14 +2463,14 @@ Checking test 057 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 = 468.487878 -0:The maximum resident set size (KB) = 837376 +0:The total amount of wall time = 461.737697 +0:The maximum resident set size (KB) = 837424 Test 057 rap_control_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_spp_sppt_shum_skeb_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_spp_sppt_shum_skeb_intel Checking test 058 regional_spp_sppt_shum_skeb_intel results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -2544,14 +2481,14 @@ Checking test 058 regional_spp_sppt_shum_skeb_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 253.159192 -0:The maximum resident set size (KB) = 953008 +0:The total amount of wall time = 257.179910 +0:The maximum resident set size (KB) = 952908 Test 058 regional_spp_sppt_shum_skeb_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_decomp_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_decomp_intel Checking test 059 rap_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2598,14 +2535,14 @@ Checking test 059 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 = 481.993280 -0:The maximum resident set size (KB) = 837128 +0:The total amount of wall time = 487.538925 +0:The maximum resident set size (KB) = 837144 Test 059 rap_decomp_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_2threads_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_2threads_intel Checking test 060 rap_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2652,14 +2589,14 @@ Checking test 060 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 = 446.878271 -0:The maximum resident set size (KB) = 911340 +0:The total amount of wall time = 446.390900 +0:The maximum resident set size (KB) = 911472 Test 060 rap_2threads_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_restart_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_restart_intel Checking test 061 rap_restart_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2698,14 +2635,14 @@ Checking test 061 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 = 236.794419 -0:The maximum resident set size (KB) = 574636 +0:The total amount of wall time = 234.040729 +0:The maximum resident set size (KB) = 574732 Test 061 rap_restart_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_sfcdiff_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_sfcdiff_intel Checking test 062 rap_sfcdiff_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2752,14 +2689,14 @@ Checking test 062 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 = 459.586120 -0:The maximum resident set size (KB) = 837276 +0:The total amount of wall time = 466.052017 +0:The maximum resident set size (KB) = 837376 Test 062 rap_sfcdiff_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_sfcdiff_decomp_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_sfcdiff_decomp_intel Checking test 063 rap_sfcdiff_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2806,14 +2743,14 @@ Checking test 063 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 = 492.182866 -0:The maximum resident set size (KB) = 836968 +0:The total amount of wall time = 489.927574 +0:The maximum resident set size (KB) = 837024 Test 063 rap_sfcdiff_decomp_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_sfcdiff_restart_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_sfcdiff_restart_intel Checking test 064 rap_sfcdiff_restart_intel results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK @@ -2852,14 +2789,14 @@ Checking test 064 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 = 345.822232 -0:The maximum resident set size (KB) = 580092 +0:The total amount of wall time = 347.984386 +0:The maximum resident set size (KB) = 580168 Test 064 rap_sfcdiff_restart_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_intel Checking test 065 hrrr_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2906,14 +2843,14 @@ Checking test 065 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 = 447.162878 -0:The maximum resident set size (KB) = 835164 +0:The total amount of wall time = 440.359905 +0:The maximum resident set size (KB) = 835240 Test 065 hrrr_control_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_qr_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_qr_intel Checking test 066 hrrr_control_qr_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -2960,14 +2897,14 @@ Checking test 066 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 = 449.525598 -0:The maximum resident set size (KB) = 842276 +0:The total amount of wall time = 443.313599 +0:The maximum resident set size (KB) = 842944 Test 066 hrrr_control_qr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_decomp_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_decomp_intel Checking test 067 hrrr_control_decomp_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3014,14 +2951,14 @@ Checking test 067 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 = 460.219446 -0:The maximum resident set size (KB) = 834348 +0:The total amount of wall time = 468.073729 +0:The maximum resident set size (KB) = 834412 Test 067 hrrr_control_decomp_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_2threads_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_2threads_intel Checking test 068 hrrr_control_2threads_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3068,42 +3005,42 @@ Checking test 068 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 = 513.135198 -0:The maximum resident set size (KB) = 902184 +0:The total amount of wall time = 511.908686 +0:The maximum resident set size (KB) = 901840 Test 068 hrrr_control_2threads_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_restart_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 331.793236 -0:The maximum resident set size (KB) = 570944 +0:The total amount of wall time = 331.325607 +0:The maximum resident set size (KB) = 571020 Test 069 hrrr_control_restart_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_restart_qr_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 336.957489 -0:The maximum resident set size (KB) = 612476 +0:The total amount of wall time = 335.563318 +0:The maximum resident set size (KB) = 613040 Test 070 hrrr_control_restart_qr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_v1beta_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rrfs_v1beta_intel Checking test 071 rrfs_v1beta_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3150,14 +3087,14 @@ Checking test 071 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 = 451.229903 -0:The maximum resident set size (KB) = 835668 +0:The total amount of wall time = 459.229860 +0:The maximum resident set size (KB) = 835664 Test 071 rrfs_v1beta_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_v1nssl_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rrfs_v1nssl_intel Checking test 072 rrfs_v1nssl_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3172,14 +3109,14 @@ Checking test 072 rrfs_v1nssl_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 570.784179 -0:The maximum resident set size (KB) = 517364 +0:The total amount of wall time = 570.239230 +0:The maximum resident set size (KB) = 517396 Test 072 rrfs_v1nssl_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_v1nssl_nohailnoccn_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_v1nssl_nohailnoccn_intel +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_nohailnoccn_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rrfs_v1nssl_nohailnoccn_intel Checking test 073 rrfs_v1nssl_nohailnoccn_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK @@ -3194,105 +3131,123 @@ Checking test 073 rrfs_v1nssl_nohailnoccn_intel results .... Comparing GFSPRS.GrbF09 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 543.558296 -0:The maximum resident set size (KB) = 511524 +0:The total amount of wall time = 547.761570 +0:The maximum resident set size (KB) = 511540 Test 073 rrfs_v1nssl_nohailnoccn_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_intel -Checking test 074 rrfs_smoke_conus13km_hrrr_warm_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 = 155.647942 -0:The maximum resident set size (KB) = 687592 - -Test 074 rrfs_smoke_conus13km_hrrr_warm_intel PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_2threads_intel -Checking test 075 rrfs_smoke_conus13km_hrrr_warm_2threads_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 - -0:The total amount of wall time = 93.509146 -0:The maximum resident set size (KB) = 706108 - -Test 075 rrfs_smoke_conus13km_hrrr_warm_2threads_intel PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_conus13km_hrrr_warm_intel -Checking test 076 rrfs_conus13km_hrrr_warm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_gf_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_gf_intel +Checking test 074 hrrr_gf_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 136.000576 -0:The maximum resident set size (KB) = 664948 +0:The total amount of wall time = 463.268111 +0:The maximum resident set size (KB) = 836952 -Test 076 rrfs_conus13km_hrrr_warm_intel PASS +Test 074 hrrr_gf_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_radar_tten_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_radar_tten_warm_intel -Checking test 077 rrfs_smoke_conus13km_radar_tten_warm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_c3_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_c3_intel +Checking test 075 hrrr_c3_intel results .... Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - Comparing atmf002.nc .........OK - -0:The total amount of wall time = 155.645395 -0:The maximum resident set size (KB) = 688584 - -Test 077 rrfs_smoke_conus13km_radar_tten_warm_intel PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel -Checking test 078 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 83.678258 -0:The maximum resident set size (KB) = 685856 +0:The total amount of wall time = 450.703238 +0:The maximum resident set size (KB) = 831264 -Test 078 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_intel PASS +Test 075 hrrr_c3_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_csawmg_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_csawmg_intel -Checking test 079 control_csawmg_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_csawmg_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_csawmg_intel +Checking test 076 control_csawmg_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3302,15 +3257,15 @@ Checking test 079 control_csawmg_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 386.400428 -0:The maximum resident set size (KB) = 534156 +0:The total amount of wall time = 390.459786 +0:The maximum resident set size (KB) = 534328 -Test 079 control_csawmg_intel PASS +Test 076 control_csawmg_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_csawmgt_intel -Checking test 080 control_csawmgt_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_csawmgt_intel +Checking test 077 control_csawmgt_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3320,15 +3275,15 @@ Checking test 080 control_csawmgt_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 367.916003 -0:The maximum resident set size (KB) = 532792 +0:The total amount of wall time = 386.339704 +0:The maximum resident set size (KB) = 532848 -Test 080 control_csawmgt_intel PASS +Test 077 control_csawmgt_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_ras_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_ras_intel -Checking test 081 control_ras_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_ras_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_ras_intel +Checking test 078 control_ras_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3338,27 +3293,27 @@ Checking test 081 control_ras_intel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 201.537406 -0:The maximum resident set size (KB) = 497236 +0:The total amount of wall time = 207.345632 +0:The maximum resident set size (KB) = 497352 -Test 081 control_ras_intel PASS +Test 078 control_ras_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_wam_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_wam_intel -Checking test 082 control_wam_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_wam_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_wam_intel +Checking test 079 control_wam_intel results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK -0:The total amount of wall time = 129.629614 -0:The maximum resident set size (KB) = 212500 +0:The total amount of wall time = 129.415027 +0:The maximum resident set size (KB) = 212552 -Test 082 control_wam_intel PASS +Test 079 control_wam_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_faster_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_p8_faster_intel -Checking test 083 control_p8_faster_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_faster_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_p8_faster_intel +Checking test 080 control_p8_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -3404,15 +3359,15 @@ Checking test 083 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 = 168.858854 -0:The maximum resident set size (KB) = 1429772 +0:The total amount of wall time = 172.267720 +0:The maximum resident set size (KB) = 1429700 -Test 083 control_p8_faster_intel PASS +Test 080 control_p8_faster_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_control_faster_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_control_faster_intel -Checking test 084 regional_control_faster_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_faster_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_control_faster_intel +Checking test 081 regional_control_faster_intel results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK Comparing phyf000.nc .........OK @@ -3422,57 +3377,15 @@ Checking test 084 regional_control_faster_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK -0:The total amount of wall time = 313.020189 -0:The maximum resident set size (KB) = 608616 - -Test 084 regional_control_faster_intel PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_debug_intel -Checking test 085 rrfs_smoke_conus13km_hrrr_warm_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 = 886.477904 -0:The maximum resident set size (KB) = 718588 - -Test 085 rrfs_smoke_conus13km_hrrr_warm_debug_intel PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel -Checking test 086 rrfs_smoke_conus13km_hrrr_warm_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 = 501.366192 -0:The maximum resident set size (KB) = 738568 - -Test 086 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_intel PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_debugs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_conus13km_hrrr_warm_debug_intel -Checking test 087 rrfs_conus13km_hrrr_warm_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 = 790.385094 -0:The maximum resident set size (KB) = 689072 +0:The total amount of wall time = 311.948479 +0:The maximum resident set size (KB) = 608988 -Test 087 rrfs_conus13km_hrrr_warm_debug_intel PASS +Test 081 regional_control_faster_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_CubedSphereGrid_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_CubedSphereGrid_debug_intel -Checking test 088 control_CubedSphereGrid_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_CubedSphereGrid_debug_intel +Checking test 082 control_CubedSphereGrid_debug_intel results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -3498,349 +3411,349 @@ Checking test 088 control_CubedSphereGrid_debug_intel results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK -0:The total amount of wall time = 156.757159 -0:The maximum resident set size (KB) = 626768 +0:The total amount of wall time = 156.619751 +0:The maximum resident set size (KB) = 626696 -Test 088 control_CubedSphereGrid_debug_intel PASS +Test 082 control_CubedSphereGrid_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_wrtGauss_netcdf_parallel_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_wrtGauss_netcdf_parallel_debug_intel -Checking test 089 control_wrtGauss_netcdf_parallel_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_wrtGauss_netcdf_parallel_debug_intel +Checking test 083 control_wrtGauss_netcdf_parallel_debug_intel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc ............ALT CHECK......OK Comparing atmf001.nc ............ALT CHECK......OK -0:The total amount of wall time = 159.067079 -0:The maximum resident set size (KB) = 626984 +0:The total amount of wall time = 155.831650 +0:The maximum resident set size (KB) = 626936 -Test 089 control_wrtGauss_netcdf_parallel_debug_intel PASS +Test 083 control_wrtGauss_netcdf_parallel_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_stochy_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_stochy_debug_intel -Checking test 090 control_stochy_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_stochy_debug_intel +Checking test 084 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 = 175.017290 -0:The maximum resident set size (KB) = 630276 +0:The total amount of wall time = 175.619779 +0:The maximum resident set size (KB) = 630212 -Test 090 control_stochy_debug_intel PASS +Test 084 control_stochy_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_lndp_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_lndp_debug_intel -Checking test 091 control_lndp_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_lndp_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_lndp_debug_intel +Checking test 085 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 = 159.334834 -0:The maximum resident set size (KB) = 629860 +0:The total amount of wall time = 157.514783 +0:The maximum resident set size (KB) = 629756 -Test 091 control_lndp_debug_intel PASS +Test 085 control_lndp_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_csawmg_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_csawmg_debug_intel -Checking test 092 control_csawmg_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_csawmg_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_csawmg_debug_intel +Checking test 086 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 = 252.330411 -0:The maximum resident set size (KB) = 671640 +0:The total amount of wall time = 248.240606 +0:The maximum resident set size (KB) = 671584 -Test 092 control_csawmg_debug_intel PASS +Test 086 control_csawmg_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_csawmgt_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_csawmgt_debug_intel -Checking test 093 control_csawmgt_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_csawmgt_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_csawmgt_debug_intel +Checking test 087 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 = 246.407212 -0:The maximum resident set size (KB) = 672088 +0:The total amount of wall time = 244.934817 +0:The maximum resident set size (KB) = 672024 -Test 093 control_csawmgt_debug_intel PASS +Test 087 control_csawmgt_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_ras_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_ras_debug_intel -Checking test 094 control_ras_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_ras_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_ras_debug_intel +Checking test 088 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 = 163.267408 -0:The maximum resident set size (KB) = 638476 +0:The total amount of wall time = 160.085255 +0:The maximum resident set size (KB) = 638408 -Test 094 control_ras_debug_intel PASS +Test 088 control_ras_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_diag_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_diag_debug_intel -Checking test 095 control_diag_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_diag_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_diag_debug_intel +Checking test 089 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 = 163.551606 -0:The maximum resident set size (KB) = 680584 +0:The total amount of wall time = 160.730620 +0:The maximum resident set size (KB) = 680512 -Test 095 control_diag_debug_intel PASS +Test 089 control_diag_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_debug_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_debug_p8_intel -Checking test 096 control_debug_p8_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_debug_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_debug_p8_intel +Checking test 090 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 = 180.499834 -0:The maximum resident set size (KB) = 1448028 +0:The total amount of wall time = 177.672497 +0:The maximum resident set size (KB) = 1447916 -Test 096 control_debug_p8_intel PASS +Test 090 control_debug_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_debug_intel -Checking test 097 regional_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_debug_intel +Checking test 091 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 = 1040.892073 -0:The maximum resident set size (KB) = 630236 +0:The total amount of wall time = 1033.408984 +0:The maximum resident set size (KB) = 629824 -Test 097 regional_debug_intel PASS +Test 091 regional_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_debug_intel -Checking test 098 rap_control_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_control_debug_intel +Checking test 092 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 = 288.014869 -0:The maximum resident set size (KB) = 1002184 +0:The total amount of wall time = 287.812751 +0:The maximum resident set size (KB) = 1002068 -Test 098 rap_control_debug_intel PASS +Test 092 rap_control_debug_intel PASS Tries: 2 -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_debug_intel -Checking test 099 hrrr_control_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_debug_intel +Checking test 093 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 = 279.865476 -0:The maximum resident set size (KB) = 998424 +0:The total amount of wall time = 289.147472 +0:The maximum resident set size (KB) = 998420 -Test 099 hrrr_control_debug_intel PASS +Test 093 hrrr_control_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_unified_drag_suite_debug_intel -Checking test 100 rap_unified_drag_suite_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 284.872521 -0:The maximum resident set size (KB) = 1002232 +0:The total amount of wall time = 287.274565 +0:The maximum resident set size (KB) = 1002128 -Test 100 rap_unified_drag_suite_debug_intel PASS +Test 094 rap_unified_drag_suite_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_diag_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_diag_debug_intel -Checking test 101 rap_diag_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 299.459392 -0:The maximum resident set size (KB) = 1083416 +0:The total amount of wall time = 298.943931 +0:The maximum resident set size (KB) = 1083312 -Test 101 rap_diag_debug_intel PASS +Test 095 rap_diag_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_cires_ugwp_debug_intel -Checking test 102 rap_cires_ugwp_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 291.088388 -0:The maximum resident set size (KB) = 1002112 +0:The total amount of wall time = 292.500773 +0:The maximum resident set size (KB) = 1001992 -Test 102 rap_cires_ugwp_debug_intel PASS +Test 096 rap_cires_ugwp_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_cires_ugwp_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_unified_ugwp_debug_intel -Checking test 103 rap_unified_ugwp_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_cires_ugwp_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 290.897516 -0:The maximum resident set size (KB) = 1002300 +0:The total amount of wall time = 294.380515 +0:The maximum resident set size (KB) = 1002180 -Test 103 rap_unified_ugwp_debug_intel PASS +Test 097 rap_unified_ugwp_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_lndp_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_lndp_debug_intel -Checking test 104 rap_lndp_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_lndp_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 287.693708 -0:The maximum resident set size (KB) = 1003796 +0:The total amount of wall time = 290.370214 +0:The maximum resident set size (KB) = 1002844 -Test 104 rap_lndp_debug_intel PASS +Test 098 rap_lndp_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_progcld_thompson_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_progcld_thompson_debug_intel -Checking test 105 rap_progcld_thompson_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 287.172060 -0:The maximum resident set size (KB) = 1002192 +0:The total amount of wall time = 288.043699 +0:The maximum resident set size (KB) = 1002060 -Test 105 rap_progcld_thompson_debug_intel PASS +Test 099 rap_progcld_thompson_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_noah_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_noah_debug_intel -Checking test 106 rap_noah_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_noah_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 280.667757 -0:The maximum resident set size (KB) = 1000804 +0:The total amount of wall time = 281.664353 +0:The maximum resident set size (KB) = 1000672 -Test 106 rap_noah_debug_intel PASS +Test 100 rap_noah_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_sfcdiff_debug_intel -Checking test 107 rap_sfcdiff_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 284.886551 -0:The maximum resident set size (KB) = 1002044 +0:The total amount of wall time = 288.444577 +0:The maximum resident set size (KB) = 1001980 -Test 107 rap_sfcdiff_debug_intel PASS +Test 101 rap_sfcdiff_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_noah_sfcdiff_cires_ugwp_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_noah_sfcdiff_cires_ugwp_debug_intel -Checking test 108 rap_noah_sfcdiff_cires_ugwp_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 474.198517 -0:The maximum resident set size (KB) = 1000524 +0:The total amount of wall time = 472.714394 +0:The maximum resident set size (KB) = 1000436 -Test 108 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS +Test 102 rap_noah_sfcdiff_cires_ugwp_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_v1beta_debug_intel -Checking test 109 rrfs_v1beta_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 285.921906 -0:The maximum resident set size (KB) = 998812 +0:The total amount of wall time = 282.443729 +0:The maximum resident set size (KB) = 998728 -Test 109 rrfs_v1beta_debug_intel PASS +Test 103 rrfs_v1beta_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_clm_lake_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_clm_lake_debug_intel -Checking test 110 rap_clm_lake_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 355.134819 -0:The maximum resident set size (KB) = 1004664 +0:The total amount of wall time = 350.122283 +0:The maximum resident set size (KB) = 1004616 -Test 110 rap_clm_lake_debug_intel PASS +Test 104 rap_clm_lake_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_flake_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_flake_debug_intel -Checking test 111 rap_flake_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 284.656528 -0:The maximum resident set size (KB) = 1002068 +0:The total amount of wall time = 287.498327 +0:The maximum resident set size (KB) = 1001984 -Test 111 rap_flake_debug_intel PASS +Test 105 rap_flake_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_wam_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_wam_debug_intel -Checking test 112 control_wam_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_wam_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_wam_debug_intel +Checking test 106 control_wam_debug_intel results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 289.029362 -0:The maximum resident set size (KB) = 242776 +0:The total amount of wall time = 290.557015 +0:The maximum resident set size (KB) = 242708 -Test 112 control_wam_debug_intel PASS +Test 106 control_wam_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_spp_sppt_shum_skeb_dyn32_phy32_intel -Checking test 113 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -3850,15 +3763,15 @@ Checking test 113 regional_spp_sppt_shum_skeb_dyn32_phy32_intel results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK -0:The total amount of wall time = 239.011701 -0:The maximum resident set size (KB) = 848840 +0:The total amount of wall time = 241.035114 +0:The maximum resident set size (KB) = 848684 -Test 113 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS +Test 107 regional_spp_sppt_shum_skeb_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_dyn32_phy32_intel -Checking test 114 rap_control_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -3904,15 +3817,15 @@ Checking test 114 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 = 386.224258 -0:The maximum resident set size (KB) = 722668 +0:The total amount of wall time = 386.175079 +0:The maximum resident set size (KB) = 722632 -Test 114 rap_control_dyn32_phy32_intel PASS +Test 108 rap_control_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_dyn32_phy32_intel -Checking test 115 hrrr_control_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -3958,15 +3871,15 @@ Checking test 115 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 = 203.412284 -0:The maximum resident set size (KB) = 721348 +0:The total amount of wall time = 199.044677 +0:The maximum resident set size (KB) = 721332 -Test 115 hrrr_control_dyn32_phy32_intel PASS +Test 109 hrrr_control_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_qr_dyn32_phy32_intel -Checking test 116 hrrr_control_qr_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4012,15 +3925,15 @@ Checking test 116 hrrr_control_qr_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 = 204.251600 -0:The maximum resident set size (KB) = 725240 +0:The total amount of wall time = 203.003232 +0:The maximum resident set size (KB) = 725464 -Test 116 hrrr_control_qr_dyn32_phy32_intel PASS +Test 110 hrrr_control_qr_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_2threads_dyn32_phy32_intel -Checking test 117 rap_2threads_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4066,15 +3979,15 @@ Checking test 117 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 = 370.337239 -0:The maximum resident set size (KB) = 773628 +0:The total amount of wall time = 369.208558 +0:The maximum resident set size (KB) = 772004 -Test 117 rap_2threads_dyn32_phy32_intel PASS +Test 111 rap_2threads_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_2threads_dyn32_phy32_intel -Checking test 118 hrrr_control_2threads_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4120,15 +4033,15 @@ Checking test 118 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 = 278.257310 -0:The maximum resident set size (KB) = 766612 +0:The total amount of wall time = 279.986855 +0:The maximum resident set size (KB) = 766580 -Test 118 hrrr_control_2threads_dyn32_phy32_intel PASS +Test 112 hrrr_control_2threads_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_decomp_dyn32_phy32_intel -Checking test 119 hrrr_control_decomp_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4174,15 +4087,15 @@ Checking test 119 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 = 209.295216 -0:The maximum resident set size (KB) = 720916 +0:The total amount of wall time = 211.460741 +0:The maximum resident set size (KB) = 720924 -Test 119 hrrr_control_decomp_dyn32_phy32_intel PASS +Test 113 hrrr_control_decomp_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_restart_dyn32_phy32_intel -Checking test 120 rap_restart_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4220,43 +4133,43 @@ Checking test 120 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 = 285.353962 -0:The maximum resident set size (KB) = 549980 +0:The total amount of wall time = 286.964832 +0:The maximum resident set size (KB) = 549900 -Test 120 rap_restart_dyn32_phy32_intel PASS +Test 114 rap_restart_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_restart_dyn32_phy32_intel -Checking test 121 hrrr_control_restart_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 -0:The total amount of wall time = 103.164676 -0:The maximum resident set size (KB) = 539844 +0:The total amount of wall time = 104.596115 +0:The maximum resident set size (KB) = 539856 -Test 121 hrrr_control_restart_dyn32_phy32_intel PASS +Test 115 hrrr_control_restart_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_restart_qr_dyn32_phy32_intel -Checking test 122 hrrr_control_restart_qr_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 -0:The total amount of wall time = 106.714756 -0:The maximum resident set size (KB) = 569928 +0:The total amount of wall time = 106.931697 +0:The maximum resident set size (KB) = 571548 -Test 122 hrrr_control_restart_qr_dyn32_phy32_intel PASS +Test 116 hrrr_control_restart_qr_dyn32_phy32_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_fast_phy32_intel -Checking test 123 rrfs_smoke_conus13km_fast_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_control_intel +Checking test 117 conus13km_control_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -4271,27 +4184,41 @@ Checking test 123 rrfs_smoke_conus13km_fast_phy32_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 = 127.308895 -0:The maximum resident set size (KB) = 629080 +0:The total amount of wall time = 127.792345 +0:The maximum resident set size (KB) = 629224 + +Test 117 conus13km_control_intel PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_control_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 + +0:The total amount of wall time = 49.693221 +0:The maximum resident set size (KB) = 637612 -Test 123 rrfs_smoke_conus13km_fast_phy32_intel PASS +Test 118 conus13km_2threads_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel -Checking test 124 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_restart_mismatch_intel +Checking test 119 conus13km_restart_mismatch_intel results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 71.623217 -0:The maximum resident set size (KB) = 623156 +0:The total amount of wall time = 71.704081 +0:The maximum resident set size (KB) = 595792 -Test 124 rrfs_smoke_conus13km_fast_phy32_restart_mismatch_intel PASS +Test 119 conus13km_restart_mismatch_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn64_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_dyn64_phy32_intel -Checking test 125 rap_control_dyn64_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4337,82 +4264,124 @@ Checking test 125 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 = 265.189524 -0:The maximum resident set size (KB) = 741964 +0:The total amount of wall time = 264.959284 +0:The maximum resident set size (KB) = 741828 + +Test 120 rap_control_dyn64_phy32_intel PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 + +0:The total amount of wall time = 281.267664 +0:The maximum resident set size (KB) = 888076 + +Test 121 rap_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 + +0:The total amount of wall time = 283.721529 +0:The maximum resident set size (KB) = 885688 + +Test 122 hrrr_control_debug_dyn32_phy32_intel PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_debug_intel +Checking test 123 conus13km_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 = 873.864932 +0:The maximum resident set size (KB) = 655776 -Test 125 rap_control_dyn64_phy32_intel PASS +Test 123 conus13km_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_debug_dyn32_phy32_intel -Checking test 126 rap_control_debug_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 280.041312 -0:The maximum resident set size (KB) = 888100 +0:The total amount of wall time = 495.507385 +0:The maximum resident set size (KB) = 669532 -Test 126 rap_control_debug_dyn32_phy32_intel PASS +Test 124 conus13km_debug_2threads_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_dyn32_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_debug_dyn32_phy32_intel -Checking test 127 hrrr_control_debug_dyn32_phy32_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 275.467048 -0:The maximum resident set size (KB) = 885656 +0:The total amount of wall time = 872.969336 +0:The maximum resident set size (KB) = 659280 -Test 127 hrrr_control_debug_dyn32_phy32_intel PASS +Test 125 conus13km_radar_tten_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn64_phy32_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_dyn64_phy32_debug_intel -Checking test 128 rap_control_dyn64_phy32_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 284.964319 -0:The maximum resident set size (KB) = 908016 +0:The total amount of wall time = 286.513610 +0:The maximum resident set size (KB) = 908020 -Test 128 rap_control_dyn64_phy32_debug_intel PASS +Test 126 rap_control_dyn64_phy32_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_atm_intel -Checking test 129 hafs_regional_atm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 245.302417 -0:The maximum resident set size (KB) = 756876 +0:The total amount of wall time = 244.232117 +0:The maximum resident set size (KB) = 755940 -Test 129 hafs_regional_atm_intel PASS +Test 127 hafs_regional_atm_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 130 hafs_regional_atm_thompson_gfdlsf_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_thompson_gfdlsf_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 = 270.718200 -0:The maximum resident set size (KB) = 1114980 +0:The total amount of wall time = 286.366749 +0:The maximum resident set size (KB) = 1114832 -Test 130 hafs_regional_atm_thompson_gfdlsf_intel PASS +Test 128 hafs_regional_atm_thompson_gfdlsf_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_ocn_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_atm_ocn_intel -Checking test 131 hafs_regional_atm_ocn_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4420,15 +4389,15 @@ Checking test 131 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 = 452.506782 -0:The maximum resident set size (KB) = 765776 +0:The total amount of wall time = 454.114042 +0:The maximum resident set size (KB) = 765616 -Test 131 hafs_regional_atm_ocn_intel PASS +Test 129 hafs_regional_atm_ocn_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_wav_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_atm_wav_intel -Checking test 132 hafs_regional_atm_wav_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_wav_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4436,15 +4405,15 @@ Checking test 132 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 = 1085.784898 -0:The maximum resident set size (KB) = 794380 +0:The total amount of wall time = 1072.744754 +0:The maximum resident set size (KB) = 790472 -Test 132 hafs_regional_atm_wav_intel PASS +Test 130 hafs_regional_atm_wav_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_atm_ocn_wav_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_atm_ocn_wav_intel -Checking test 133 hafs_regional_atm_ocn_wav_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_wav_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4454,15 +4423,15 @@ Checking test 133 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 = 1089.563397 -0:The maximum resident set size (KB) = 822212 +0:The total amount of wall time = 1124.629349 +0:The maximum resident set size (KB) = 823428 -Test 133 hafs_regional_atm_ocn_wav_intel PASS +Test 131 hafs_regional_atm_ocn_wav_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_1nest_atm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_1nest_atm_intel -Checking test 134 hafs_regional_1nest_atm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_1nest_atm_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4483,15 +4452,15 @@ Checking test 134 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 = 352.580086 -0:The maximum resident set size (KB) = 310436 +0:The total amount of wall time = 351.974841 +0:The maximum resident set size (KB) = 310536 -Test 134 hafs_regional_1nest_atm_intel PASS +Test 132 hafs_regional_1nest_atm_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_telescopic_2nests_atm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_telescopic_2nests_atm_intel -Checking test 135 hafs_regional_telescopic_2nests_atm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_telescopic_2nests_atm_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_regional_telescopic_2nests_atm_intel +Checking test 133 hafs_regional_telescopic_2nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4499,15 +4468,15 @@ Checking test 135 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 = 397.904201 -0:The maximum resident set size (KB) = 337152 +0:The total amount of wall time = 401.609753 +0:The maximum resident set size (KB) = 333060 -Test 135 hafs_regional_telescopic_2nests_atm_intel PASS +Test 133 hafs_regional_telescopic_2nests_atm_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_global_1nest_atm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_global_1nest_atm_intel -Checking test 136 hafs_global_1nest_atm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_global_1nest_atm_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_global_1nest_atm_intel +Checking test 134 hafs_global_1nest_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4553,15 +4522,15 @@ Checking test 136 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 = 161.195462 -0:The maximum resident set size (KB) = 220288 +0:The total amount of wall time = 160.226084 +0:The maximum resident set size (KB) = 220112 -Test 136 hafs_global_1nest_atm_intel PASS +Test 134 hafs_global_1nest_atm_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_global_multiple_4nests_atm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_global_multiple_4nests_atm_intel -Checking test 137 hafs_global_multiple_4nests_atm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_global_multiple_4nests_atm_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_global_multiple_4nests_atm_intel +Checking test 135 hafs_global_multiple_4nests_atm_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4642,15 +4611,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 -0:The total amount of wall time = 455.109227 -0:The maximum resident set size (KB) = 308612 +0:The total amount of wall time = 457.206779 +0:The maximum resident set size (KB) = 309596 -Test 137 hafs_global_multiple_4nests_atm_intel PASS +Test 135 hafs_global_multiple_4nests_atm_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_specified_moving_1nest_atm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_specified_moving_1nest_atm_intel -Checking test 138 hafs_regional_specified_moving_1nest_atm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_specified_moving_1nest_atm_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4658,15 +4627,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 = 227.576700 -0:The maximum resident set size (KB) = 332436 +0:The total amount of wall time = 228.310202 +0:The maximum resident set size (KB) = 332288 -Test 138 hafs_regional_specified_moving_1nest_atm_intel PASS +Test 136 hafs_regional_specified_moving_1nest_atm_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_storm_following_1nest_atm_intel -Checking test 139 hafs_regional_storm_following_1nest_atm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -4687,15 +4656,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 = 213.354026 -0:The maximum resident set size (KB) = 332452 +0:The total amount of wall time = 213.260307 +0:The maximum resident set size (KB) = 332368 -Test 139 hafs_regional_storm_following_1nest_atm_intel PASS +Test 137 hafs_regional_storm_following_1nest_atm_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_storm_following_1nest_atm_ocn_intel -Checking test 140 hafs_regional_storm_following_1nest_atm_ocn_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_regional_storm_following_1nest_atm_ocn_intel +Checking test 138 hafs_regional_storm_following_1nest_atm_ocn_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4703,43 +4672,43 @@ Checking test 140 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 = 276.289306 -0:The maximum resident set size (KB) = 389968 +0:The total amount of wall time = 275.651236 +0:The maximum resident set size (KB) = 390604 -Test 140 hafs_regional_storm_following_1nest_atm_ocn_intel PASS +Test 138 hafs_regional_storm_following_1nest_atm_ocn_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_global_storm_following_1nest_atm_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_global_storm_following_1nest_atm_intel -Checking test 141 hafs_global_storm_following_1nest_atm_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_global_storm_following_1nest_atm_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_global_storm_following_1nest_atm_intel +Checking test 139 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 = 62.505583 -0:The maximum resident set size (KB) = 241252 +0:The total amount of wall time = 63.221590 +0:The maximum resident set size (KB) = 241484 -Test 141 hafs_global_storm_following_1nest_atm_intel PASS +Test 139 hafs_global_storm_following_1nest_atm_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_storm_following_1nest_atm_ocn_debug_intel -Checking test 142 hafs_regional_storm_following_1nest_atm_ocn_debug_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_regional_storm_following_1nest_atm_ocn_debug_intel +Checking test 140 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 = 765.881894 -0:The maximum resident set size (KB) = 410484 +0:The total amount of wall time = 763.889299 +0:The maximum resident set size (KB) = 410660 -Test 142 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS +Test 140 hafs_regional_storm_following_1nest_atm_ocn_debug_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_storm_following_1nest_atm_ocn_wav_intel -Checking test 143 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_regional_storm_following_1nest_atm_ocn_wav_intel +Checking test 141 hafs_regional_storm_following_1nest_atm_ocn_wav_intel results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -4749,162 +4718,162 @@ Checking test 143 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 = 790.317592 -0:The maximum resident set size (KB) = 450440 +0:The total amount of wall time = 790.415706 +0:The maximum resident set size (KB) = 452008 -Test 143 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS +Test 141 hafs_regional_storm_following_1nest_atm_ocn_wav_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_docn_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_docn_intel -Checking test 144 hafs_regional_docn_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_regional_docn_intel +Checking test 142 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 = 377.916546 -0:The maximum resident set size (KB) = 779360 +0:The total amount of wall time = 373.054824 +0:The maximum resident set size (KB) = 778900 -Test 144 hafs_regional_docn_intel PASS +Test 142 hafs_regional_docn_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_docn_oisst_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_docn_oisst_intel -Checking test 145 hafs_regional_docn_oisst_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_docn_oisst_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_regional_docn_oisst_intel +Checking test 143 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 = 375.878627 -0:The maximum resident set size (KB) = 756804 +0:The total amount of wall time = 371.777963 +0:The maximum resident set size (KB) = 756580 -Test 145 hafs_regional_docn_oisst_intel PASS +Test 143 hafs_regional_docn_oisst_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hafs_regional_datm_cdeps_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hafs_regional_datm_cdeps_intel -Checking test 146 hafs_regional_datm_cdeps_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_datm_cdeps_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hafs_regional_datm_cdeps_intel +Checking test 144 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 = 1157.673526 -0:The maximum resident set size (KB) = 856308 +0:The total amount of wall time = 1275.503257 +0:The maximum resident set size (KB) = 856180 -Test 146 hafs_regional_datm_cdeps_intel PASS +Test 144 hafs_regional_datm_cdeps_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_control_cfsr_intel -Checking test 147 datm_cdeps_control_cfsr_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_control_cfsr_intel +Checking test 145 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 = 166.828771 -0:The maximum resident set size (KB) = 735636 +0:The total amount of wall time = 167.286581 +0:The maximum resident set size (KB) = 724300 -Test 147 datm_cdeps_control_cfsr_intel PASS +Test 145 datm_cdeps_control_cfsr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_restart_cfsr_intel -Checking test 148 datm_cdeps_restart_cfsr_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_restart_cfsr_intel +Checking test 146 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 = 101.531539 -0:The maximum resident set size (KB) = 712252 +0:The total amount of wall time = 101.531005 +0:The maximum resident set size (KB) = 712260 -Test 148 datm_cdeps_restart_cfsr_intel PASS +Test 146 datm_cdeps_restart_cfsr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_gefs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_control_gefs_intel -Checking test 149 datm_cdeps_control_gefs_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_gefs_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_control_gefs_intel +Checking test 147 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 = 154.005689 -0:The maximum resident set size (KB) = 614460 +0:The total amount of wall time = 159.112892 +0:The maximum resident set size (KB) = 614480 -Test 149 datm_cdeps_control_gefs_intel PASS +Test 147 datm_cdeps_control_gefs_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_iau_gefs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_iau_gefs_intel -Checking test 150 datm_cdeps_iau_gefs_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_iau_gefs_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_iau_gefs_intel +Checking test 148 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 = 162.213835 -0:The maximum resident set size (KB) = 614420 +0:The total amount of wall time = 158.025319 +0:The maximum resident set size (KB) = 614468 -Test 150 datm_cdeps_iau_gefs_intel PASS +Test 148 datm_cdeps_iau_gefs_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_stochy_gefs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_stochy_gefs_intel -Checking test 151 datm_cdeps_stochy_gefs_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_stochy_gefs_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_stochy_gefs_intel +Checking test 149 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 = 161.812364 -0:The maximum resident set size (KB) = 614436 +0:The total amount of wall time = 156.493273 +0:The maximum resident set size (KB) = 614400 -Test 151 datm_cdeps_stochy_gefs_intel PASS +Test 149 datm_cdeps_stochy_gefs_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_ciceC_cfsr_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_ciceC_cfsr_intel -Checking test 152 datm_cdeps_ciceC_cfsr_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_ciceC_cfsr_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_ciceC_cfsr_intel +Checking test 150 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 = 167.050832 -0:The maximum resident set size (KB) = 724252 +0:The total amount of wall time = 161.244240 +0:The maximum resident set size (KB) = 724248 -Test 152 datm_cdeps_ciceC_cfsr_intel PASS +Test 150 datm_cdeps_ciceC_cfsr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_bulk_cfsr_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_bulk_cfsr_intel -Checking test 153 datm_cdeps_bulk_cfsr_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_cfsr_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_bulk_cfsr_intel +Checking test 151 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 = 160.437040 -0:The maximum resident set size (KB) = 724252 +0:The total amount of wall time = 160.602770 +0:The maximum resident set size (KB) = 724268 -Test 153 datm_cdeps_bulk_cfsr_intel PASS +Test 151 datm_cdeps_bulk_cfsr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_bulk_gefs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_bulk_gefs_intel -Checking test 154 datm_cdeps_bulk_gefs_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_bulk_gefs_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_bulk_gefs_intel +Checking test 152 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 = 153.368407 -0:The maximum resident set size (KB) = 614424 +0:The total amount of wall time = 153.269310 +0:The maximum resident set size (KB) = 614420 -Test 154 datm_cdeps_bulk_gefs_intel PASS +Test 152 datm_cdeps_bulk_gefs_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_mx025_cfsr_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_mx025_cfsr_intel -Checking test 155 datm_cdeps_mx025_cfsr_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_cfsr_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_mx025_cfsr_intel +Checking test 153 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 @@ -4912,15 +4881,15 @@ Checking test 155 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 = 394.637037 -0:The maximum resident set size (KB) = 569728 +0:The total amount of wall time = 410.902274 +0:The maximum resident set size (KB) = 573192 -Test 155 datm_cdeps_mx025_cfsr_intel PASS +Test 153 datm_cdeps_mx025_cfsr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_mx025_gefs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_mx025_gefs_intel -Checking test 156 datm_cdeps_mx025_gefs_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_mx025_gefs_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_mx025_gefs_intel +Checking test 154 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 @@ -4928,78 +4897,78 @@ Checking test 156 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 = 399.451533 -0:The maximum resident set size (KB) = 514488 +0:The total amount of wall time = 730.111459 +0:The maximum resident set size (KB) = 510092 -Test 156 datm_cdeps_mx025_gefs_intel PASS +Test 154 datm_cdeps_mx025_gefs_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_multiple_files_cfsr_intel -Checking test 157 datm_cdeps_multiple_files_cfsr_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_multiple_files_cfsr_intel +Checking test 155 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 = 166.081267 -0:The maximum resident set size (KB) = 724276 +0:The total amount of wall time = 166.402825 +0:The maximum resident set size (KB) = 724948 -Test 157 datm_cdeps_multiple_files_cfsr_intel PASS +Test 155 datm_cdeps_multiple_files_cfsr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_3072x1536_cfsr_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_3072x1536_cfsr_intel -Checking test 158 datm_cdeps_3072x1536_cfsr_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_3072x1536_cfsr_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_3072x1536_cfsr_intel +Checking test 156 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 = 267.010866 -0:The maximum resident set size (KB) = 1982056 +0:The total amount of wall time = 249.765405 +0:The maximum resident set size (KB) = 1982680 -Test 158 datm_cdeps_3072x1536_cfsr_intel PASS +Test 156 datm_cdeps_3072x1536_cfsr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_gfs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_gfs_intel -Checking test 159 datm_cdeps_gfs_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_gfs_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_gfs_intel +Checking test 157 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 = 249.919773 -0:The maximum resident set size (KB) = 1982052 +0:The total amount of wall time = 250.908163 +0:The maximum resident set size (KB) = 1982584 -Test 159 datm_cdeps_gfs_intel PASS +Test 157 datm_cdeps_gfs_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_debug_cfsr_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_debug_cfsr_intel -Checking test 160 datm_cdeps_debug_cfsr_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_debug_cfsr_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_debug_cfsr_intel +Checking test 158 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 = 369.121429 -0:The maximum resident set size (KB) = 708208 +0:The total amount of wall time = 369.773086 +0:The maximum resident set size (KB) = 708124 -Test 160 datm_cdeps_debug_cfsr_intel PASS +Test 158 datm_cdeps_debug_cfsr_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_faster_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_control_cfsr_faster_intel -Checking test 161 datm_cdeps_control_cfsr_faster_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_faster_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 -0:The total amount of wall time = 166.163220 -0:The maximum resident set size (KB) = 724208 +0:The total amount of wall time = 167.152904 +0:The maximum resident set size (KB) = 724232 -Test 161 datm_cdeps_control_cfsr_faster_intel PASS +Test 159 datm_cdeps_control_cfsr_faster_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_lnd_gswp3_intel -Checking test 162 datm_cdeps_lnd_gswp3_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -5007,15 +4976,15 @@ Checking test 162 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 = 9.616145 -0:The maximum resident set size (KB) = 136732 +0:The total amount of wall time = 9.681850 +0:The maximum resident set size (KB) = 136764 -Test 162 datm_cdeps_lnd_gswp3_intel PASS +Test 160 datm_cdeps_lnd_gswp3_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_lnd_gswp3_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_lnd_gswp3_rst_intel -Checking test 163 datm_cdeps_lnd_gswp3_rst_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -5023,15 +4992,15 @@ Checking test 163 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 = 13.558051 -0:The maximum resident set size (KB) = 139404 +0:The total amount of wall time = 14.595204 +0:The maximum resident set size (KB) = 139756 -Test 163 datm_cdeps_lnd_gswp3_rst_intel PASS +Test 161 datm_cdeps_lnd_gswp3_rst_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_atmlnd_sbs_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_p8_atmlnd_sbs_intel -Checking test 164 control_p8_atmlnd_sbs_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_atmlnd_sbs_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -5115,15 +5084,15 @@ Checking test 164 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 = 232.524301 -0:The maximum resident set size (KB) = 1470172 +0:The total amount of wall time = 234.171945 +0:The maximum resident set size (KB) = 1470136 -Test 164 control_p8_atmlnd_sbs_intel PASS +Test 162 control_p8_atmlnd_sbs_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/atmwav_control_noaero_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/atmwav_control_noaero_p8_intel -Checking test 165 atmwav_control_noaero_p8_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/atmwav_control_noaero_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -5165,15 +5134,15 @@ Checking test 165 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 = 100.736473 -0:The maximum resident set size (KB) = 1446680 +0:The total amount of wall time = 99.239165 +0:The maximum resident set size (KB) = 1447232 -Test 165 atmwav_control_noaero_p8_intel PASS +Test 163 atmwav_control_noaero_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_atmwav_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_atmwav_intel -Checking test 166 control_atmwav_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_atmwav_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_atmwav_intel +Checking test 164 control_atmwav_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5216,15 +5185,15 @@ Checking test 166 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 = 99.500501 -0:The maximum resident set size (KB) = 481252 +0:The total amount of wall time = 100.434100 +0:The maximum resident set size (KB) = 481356 -Test 166 control_atmwav_intel PASS +Test 164 control_atmwav_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/atmaero_control_p8_intel -Checking test 167 atmaero_control_p8_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/atmaero_control_p8_intel +Checking test 165 atmaero_control_p8_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5267,15 +5236,15 @@ Checking test 167 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 = 250.708561 -0:The maximum resident set size (KB) = 2749892 +0:The total amount of wall time = 250.428250 +0:The maximum resident set size (KB) = 2747320 -Test 167 atmaero_control_p8_intel PASS +Test 165 atmaero_control_p8_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/atmaero_control_p8_rad_intel -Checking test 168 atmaero_control_p8_rad_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -5318,15 +5287,15 @@ Checking test 168 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 = 302.624713 -0:The maximum resident set size (KB) = 2788184 +0:The total amount of wall time = 302.993658 +0:The maximum resident set size (KB) = 2785208 -Test 168 atmaero_control_p8_rad_intel PASS +Test 166 atmaero_control_p8_rad_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/atmaero_control_p8_rad_micro_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/atmaero_control_p8_rad_micro_intel -Checking test 169 atmaero_control_p8_rad_micro_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/atmaero_control_p8_rad_micro_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/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 @@ -5369,15 +5338,15 @@ Checking test 169 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 = 308.446250 -0:The maximum resident set size (KB) = 2794272 +0:The total amount of wall time = 305.944018 +0:The maximum resident set size (KB) = 2795248 -Test 169 atmaero_control_p8_rad_micro_intel PASS +Test 167 atmaero_control_p8_rad_micro_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_atmaq_intel -Checking test 170 regional_atmaq_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_atmaq_intel +Checking test 168 regional_atmaq_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5392,15 +5361,15 @@ Checking test 170 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 = 672.734377 -0:The maximum resident set size (KB) = 2035380 +0:The total amount of wall time = 672.627977 +0:The maximum resident set size (KB) = 2035536 -Test 170 regional_atmaq_intel PASS +Test 168 regional_atmaq_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_atmaq_faster_intel -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_atmaq_faster_intel -Checking test 171 regional_atmaq_faster_intel results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_faster_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_atmaq_faster_intel +Checking test 169 regional_atmaq_faster_intel results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing sfcf006.nc .........OK @@ -5415,15 +5384,15 @@ Checking test 171 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 = 588.324552 -0:The maximum resident set size (KB) = 2035236 +0:The total amount of wall time = 629.915006 +0:The maximum resident set size (KB) = 2034924 -Test 171 regional_atmaq_faster_intel PASS +Test 169 regional_atmaq_faster_intel PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_c48_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_c48_gnu -Checking test 172 control_c48_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_c48_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_c48_gnu +Checking test 170 control_c48_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5461,15 +5430,15 @@ Checking test 172 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 = 819.972322 -0:The maximum resident set size (KB) = 667744 +0:The total amount of wall time = 819.392485 +0:The maximum resident set size (KB) = 667772 -Test 172 control_c48_gnu PASS +Test 170 control_c48_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_stochy_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_stochy_gnu -Checking test 173 control_stochy_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_stochy_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_stochy_gnu +Checking test 171 control_stochy_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -5479,15 +5448,15 @@ Checking test 173 control_stochy_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK -0:The total amount of wall time = 178.202246 -0:The maximum resident set size (KB) = 453548 +0:The total amount of wall time = 177.720567 +0:The maximum resident set size (KB) = 453652 -Test 173 control_stochy_gnu PASS +Test 171 control_stochy_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_ras_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_ras_gnu -Checking test 174 control_ras_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_ras_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_ras_gnu +Checking test 172 control_ras_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5497,15 +5466,15 @@ Checking test 174 control_ras_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 295.964196 -0:The maximum resident set size (KB) = 461800 +0:The total amount of wall time = 290.423016 +0:The maximum resident set size (KB) = 461748 -Test 174 control_ras_gnu PASS +Test 172 control_ras_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_p8_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_p8_gnu -Checking test 175 control_p8_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_p8_gnu +Checking test 173 control_p8_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5551,15 +5520,15 @@ Checking test 175 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 = 310.203694 -0:The maximum resident set size (KB) = 1235276 +0:The total amount of wall time = 311.046163 +0:The maximum resident set size (KB) = 1235024 -Test 175 control_p8_gnu PASS +Test 173 control_p8_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_flake_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_flake_gnu -Checking test 176 control_flake_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_flake_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_flake_gnu +Checking test 174 control_flake_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -5569,15 +5538,15 @@ Checking test 176 control_flake_gnu results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK -0:The total amount of wall time = 352.556433 -0:The maximum resident set size (KB) = 500956 +0:The total amount of wall time = 351.494974 +0:The maximum resident set size (KB) = 501032 -Test 176 control_flake_gnu PASS +Test 174 control_flake_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_gnu -Checking test 177 rap_control_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_control_gnu +Checking test 175 rap_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5623,15 +5592,15 @@ Checking test 177 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 = 710.187712 -0:The maximum resident set size (KB) = 802128 +0:The total amount of wall time = 707.224043 +0:The maximum resident set size (KB) = 802192 -Test 177 rap_control_gnu PASS +Test 175 rap_control_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_decomp_gnu -Checking test 178 rap_decomp_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_decomp_gnu +Checking test 176 rap_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5677,15 +5646,15 @@ Checking test 178 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 = 710.759040 -0:The maximum resident set size (KB) = 802564 +0:The total amount of wall time = 715.987399 +0:The maximum resident set size (KB) = 801524 -Test 178 rap_decomp_gnu PASS +Test 176 rap_decomp_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_2threads_gnu -Checking test 179 rap_2threads_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_2threads_gnu +Checking test 177 rap_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -5731,15 +5700,15 @@ Checking test 179 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 = 650.664721 -0:The maximum resident set size (KB) = 876544 +0:The total amount of wall time = 651.486315 +0:The maximum resident set size (KB) = 876400 -Test 179 rap_2threads_gnu PASS +Test 177 rap_2threads_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_restart_gnu -Checking test 180 rap_restart_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_restart_gnu +Checking test 178 rap_restart_gnu results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -5777,15 +5746,15 @@ Checking test 180 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 = 354.034452 -0:The maximum resident set size (KB) = 547000 +0:The total amount of wall time = 356.191984 +0:The maximum resident set size (KB) = 549048 -Test 180 rap_restart_gnu PASS +Test 178 rap_restart_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_sfcdiff_gnu -Checking test 181 rap_sfcdiff_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_sfcdiff_gnu +Checking test 179 rap_sfcdiff_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -5831,15 +5800,15 @@ Checking test 181 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 = 708.268085 -0:The maximum resident set size (KB) = 801936 +0:The total amount of wall time = 714.387162 +0:The maximum resident set size (KB) = 803268 -Test 181 rap_sfcdiff_gnu PASS +Test 179 rap_sfcdiff_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_sfcdiff_decomp_gnu -Checking test 182 rap_sfcdiff_decomp_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_sfcdiff_decomp_gnu +Checking test 180 rap_sfcdiff_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -5885,15 +5854,15 @@ Checking test 182 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 = 719.418599 -0:The maximum resident set size (KB) = 802328 +0:The total amount of wall time = 721.706617 +0:The maximum resident set size (KB) = 802360 -Test 182 rap_sfcdiff_decomp_gnu PASS +Test 180 rap_sfcdiff_decomp_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_sfcdiff_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_sfcdiff_restart_gnu -Checking test 183 rap_sfcdiff_restart_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_sfcdiff_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_sfcdiff_restart_gnu +Checking test 181 rap_sfcdiff_restart_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -5931,15 +5900,15 @@ Checking test 183 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 = 526.244064 -0:The maximum resident set size (KB) = 552600 +0:The total amount of wall time = 527.195898 +0:The maximum resident set size (KB) = 552484 -Test 183 rap_sfcdiff_restart_gnu PASS +Test 181 rap_sfcdiff_restart_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_gnu -Checking test 184 hrrr_control_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_gnu +Checking test 182 hrrr_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -5985,15 +5954,15 @@ Checking test 184 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 = 686.361357 -0:The maximum resident set size (KB) = 799632 +0:The total amount of wall time = 686.939384 +0:The maximum resident set size (KB) = 799580 -Test 184 hrrr_control_gnu PASS +Test 182 hrrr_control_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_qr_gnu -Checking test 185 hrrr_control_qr_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_qr_gnu +Checking test 183 hrrr_control_qr_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6039,15 +6008,15 @@ Checking test 185 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 = 686.421626 -0:The maximum resident set size (KB) = 812420 +0:The total amount of wall time = 685.921156 +0:The maximum resident set size (KB) = 812428 -Test 185 hrrr_control_qr_gnu PASS +Test 183 hrrr_control_qr_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_2threads_gnu -Checking test 186 hrrr_control_2threads_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_2threads_gnu +Checking test 184 hrrr_control_2threads_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6093,15 +6062,15 @@ Checking test 186 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 = 709.338708 -0:The maximum resident set size (KB) = 865572 +0:The total amount of wall time = 710.523070 +0:The maximum resident set size (KB) = 865604 -Test 186 hrrr_control_2threads_gnu PASS +Test 184 hrrr_control_2threads_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_decomp_gnu -Checking test 187 hrrr_control_decomp_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_decomp_gnu +Checking test 185 hrrr_control_decomp_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6147,43 +6116,43 @@ Checking test 187 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 = 682.070908 -0:The maximum resident set size (KB) = 799004 +0:The total amount of wall time = 683.605911 +0:The maximum resident set size (KB) = 799032 -Test 187 hrrr_control_decomp_gnu PASS +Test 185 hrrr_control_decomp_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_restart_gnu -Checking test 188 hrrr_control_restart_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_restart_gnu +Checking test 186 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 = 508.227118 -0:The maximum resident set size (KB) = 549700 +0:The total amount of wall time = 511.574416 +0:The maximum resident set size (KB) = 549488 -Test 188 hrrr_control_restart_gnu PASS +Test 186 hrrr_control_restart_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_restart_qr_gnu -Checking test 189 hrrr_control_restart_qr_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_restart_qr_gnu +Checking test 187 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 = 507.275967 -0:The maximum resident set size (KB) = 578820 +0:The total amount of wall time = 516.281119 +0:The maximum resident set size (KB) = 578776 -Test 189 hrrr_control_restart_qr_gnu PASS +Test 187 hrrr_control_restart_qr_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_v1beta_gnu -Checking test 190 rrfs_v1beta_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rrfs_v1beta_gnu +Checking test 188 rrfs_v1beta_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6229,341 +6198,263 @@ Checking test 190 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 = 695.629585 -0:The maximum resident set size (KB) = 799592 - -Test 190 rrfs_v1beta_gnu PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_gnu -Checking test 191 rrfs_smoke_conus13km_hrrr_warm_gnu 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 = 239.725398 -0:The maximum resident set size (KB) = 642992 - -Test 191 rrfs_smoke_conus13km_hrrr_warm_gnu PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_2threads_gnu -Checking test 192 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu 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 - -0:The total amount of wall time = 149.045333 -0:The maximum resident set size (KB) = 662020 +0:The total amount of wall time = 698.386690 +0:The maximum resident set size (KB) = 799644 -Test 192 rrfs_smoke_conus13km_hrrr_warm_2threads_gnu PASS +Test 188 rrfs_v1beta_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_radar_tten_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_radar_tten_warm_gnu -Checking test 193 rrfs_smoke_conus13km_radar_tten_warm_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_gf_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_gf_gnu +Checking test 189 hrrr_gf_gnu 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 - -0:The total amount of wall time = 238.702684 -0:The maximum resident set size (KB) = 652552 - -Test 193 rrfs_smoke_conus13km_radar_tten_warm_gnu PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_conus13km_hrrr_warm_gnu -Checking test 194 rrfs_conus13km_hrrr_warm_gnu results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing sfcf002.nc .........OK + Comparing sfcf009.nc .........OK + Comparing sfcf012.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 = 216.883195 -0:The maximum resident set size (KB) = 631080 - -Test 194 rrfs_conus13km_hrrr_warm_gnu PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu -Checking test 195 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu results .... - Comparing sfcf002.nc .........OK - Comparing atmf002.nc .........OK + Comparing atmf009.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF09 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF09 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/20210322.120000.coupler.res .........OK + Comparing RESTART/20210322.120000.fv_core.res.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210322.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210322.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210322.120000.sfc_data.tile4.nc .........OK + 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 = 131.981662 -0:The maximum resident set size (KB) = 630524 +0:The total amount of wall time = 713.402836 +0:The maximum resident set size (KB) = 802292 -Test 195 rrfs_smoke_conus13km_hrrr_warm_restart_mismatch_gnu PASS +Test 189 hrrr_gf_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_diag_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_diag_debug_gnu -Checking test 196 control_diag_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_diag_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_diag_debug_gnu +Checking test 190 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 = 81.610961 -0:The maximum resident set size (KB) = 501860 +0:The total amount of wall time = 81.951654 +0:The maximum resident set size (KB) = 501816 -Test 196 control_diag_debug_gnu PASS +Test 190 control_diag_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/regional_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/regional_debug_gnu -Checking test 197 regional_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/regional_debug_gnu +Checking test 191 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 = 473.916432 -0:The maximum resident set size (KB) = 584476 - -Test 197 regional_debug_gnu PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_debug_gnu -Checking test 198 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 = 143.871847 -0:The maximum resident set size (KB) = 815632 - -Test 198 rap_control_debug_gnu PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_debug_gnu -Checking test 199 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 = 139.730893 -0:The maximum resident set size (KB) = 811960 - -Test 199 hrrr_control_debug_gnu PASS - - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_diag_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/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 +0:The total amount of wall time = 474.506667 +0:The maximum resident set size (KB) = 584644 -0:The total amount of wall time = 150.955838 -0:The maximum resident set size (KB) = 898880 +Test 191 regional_debug_gnu PASS -Test 200 rap_diag_debug_gnu PASS - -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_noah_sfcdiff_cires_ugwp_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_noah_sfcdiff_cires_ugwp_debug_gnu -Checking test 201 rap_noah_sfcdiff_cires_ugwp_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_control_debug_gnu +Checking test 192 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 = 233.689125 -0:The maximum resident set size (KB) = 814740 +0:The total amount of wall time = 144.004152 +0:The maximum resident set size (KB) = 815796 -Test 201 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS +Test 192 rap_control_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_progcld_thompson_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_progcld_thompson_debug_gnu -Checking test 202 rap_progcld_thompson_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_debug_gnu +Checking test 193 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 = 144.734434 -0:The maximum resident set size (KB) = 816656 +0:The total amount of wall time = 140.931327 +0:The maximum resident set size (KB) = 812028 -Test 202 rap_progcld_thompson_debug_gnu PASS +Test 193 hrrr_control_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_v1beta_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_v1beta_debug_gnu -Checking test 203 rrfs_v1beta_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_diag_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_diag_debug_gnu +Checking test 194 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 = 145.450404 -0:The maximum resident set size (KB) = 811956 +0:The total amount of wall time = 150.881034 +0:The maximum resident set size (KB) = 898896 -Test 203 rrfs_v1beta_debug_gnu PASS +Test 194 rap_diag_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_ras_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_ras_debug_gnu -Checking test 204 control_ras_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_noah_sfcdiff_cires_ugwp_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_noah_sfcdiff_cires_ugwp_debug_gnu +Checking test 195 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 = 80.081868 -0:The maximum resident set size (KB) = 455852 +0:The total amount of wall time = 232.384083 +0:The maximum resident set size (KB) = 814908 -Test 204 control_ras_debug_gnu PASS +Test 195 rap_noah_sfcdiff_cires_ugwp_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_stochy_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_stochy_debug_gnu -Checking test 205 control_stochy_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_progcld_thompson_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_progcld_thompson_debug_gnu +Checking test 196 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 = 89.844577 -0:The maximum resident set size (KB) = 448644 +0:The total amount of wall time = 144.884277 +0:The maximum resident set size (KB) = 816596 -Test 205 control_stochy_debug_gnu PASS +Test 196 rap_progcld_thompson_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_debug_p8_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_debug_p8_gnu -Checking test 206 control_debug_p8_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rrfs_v1beta_debug_gnu +Checking test 197 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 = 89.575705 -0:The maximum resident set size (KB) = 1230836 +0:The total amount of wall time = 143.574167 +0:The maximum resident set size (KB) = 811820 -Test 206 control_debug_p8_gnu PASS +Test 197 rrfs_v1beta_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -Checking test 207 rrfs_smoke_conus13km_hrrr_warm_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_ras_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_ras_debug_gnu +Checking test 198 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 = 441.142496 -0:The maximum resident set size (KB) = 648508 +0:The total amount of wall time = 81.074890 +0:The maximum resident set size (KB) = 455896 -Test 207 rrfs_smoke_conus13km_hrrr_warm_debug_gnu PASS +Test 198 control_ras_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_hrrr_warm_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu -Checking test 208 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_stochy_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_stochy_debug_gnu +Checking test 199 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 = 257.222643 -0:The maximum resident set size (KB) = 667332 +0:The total amount of wall time = 88.830638 +0:The maximum resident set size (KB) = 448504 -Test 208 rrfs_smoke_conus13km_hrrr_warm_debug_2threads_gnu PASS +Test 199 control_stochy_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_conus13km_hrrr_warm_debugs_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_conus13km_hrrr_warm_debug_gnu -Checking test 209 rrfs_conus13km_hrrr_warm_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_debug_p8_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_debug_p8_gnu +Checking test 200 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 = 399.623071 -0:The maximum resident set size (KB) = 635928 +0:The total amount of wall time = 90.613185 +0:The maximum resident set size (KB) = 1231008 -Test 209 rrfs_conus13km_hrrr_warm_debug_gnu PASS +Test 200 control_debug_p8_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_flake_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_flake_debug_gnu -Checking test 210 rap_flake_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_flake_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_flake_debug_gnu +Checking test 201 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 = 144.097541 -0:The maximum resident set size (KB) = 816704 +0:The total amount of wall time = 144.672649 +0:The maximum resident set size (KB) = 816776 -Test 210 rap_flake_debug_gnu PASS +Test 201 rap_flake_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_clm_lake_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_clm_lake_debug_gnu -Checking test 211 rap_clm_lake_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_clm_lake_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_clm_lake_debug_gnu +Checking test 202 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 = 162.993425 -0:The maximum resident set size (KB) = 818524 +0:The total amount of wall time = 164.228078 +0:The maximum resident set size (KB) = 818480 -Test 211 rap_clm_lake_debug_gnu PASS +Test 202 rap_clm_lake_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/control_wam_debug_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/control_wam_debug_gnu -Checking test 212 control_wam_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_wam_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/control_wam_debug_gnu +Checking test 203 control_wam_debug_gnu results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK -0:The total amount of wall time = 139.070457 -0:The maximum resident set size (KB) = 192628 +0:The total amount of wall time = 144.200231 +0:The maximum resident set size (KB) = 192664 -Test 212 control_wam_debug_gnu PASS +Test 203 control_wam_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_dyn32_phy32_gnu -Checking test 213 rap_control_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_control_dyn32_phy32_gnu +Checking test 204 rap_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6609,15 +6500,15 @@ Checking test 213 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.878772 -0:The maximum resident set size (KB) = 682644 +0:The total amount of wall time = 704.870544 +0:The maximum resident set size (KB) = 682504 -Test 213 rap_control_dyn32_phy32_gnu PASS +Test 204 rap_control_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_dyn32_phy32_gnu -Checking test 214 hrrr_control_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_dyn32_phy32_gnu +Checking test 205 hrrr_control_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6663,15 +6554,15 @@ Checking test 214 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 = 352.656700 -0:The maximum resident set size (KB) = 681220 +0:The total amount of wall time = 357.278072 +0:The maximum resident set size (KB) = 681044 -Test 214 hrrr_control_dyn32_phy32_gnu PASS +Test 205 hrrr_control_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_qr_dyn32_phy32_gnu -Checking test 215 hrrr_control_qr_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_qr_dyn32_phy32_gnu +Checking test 206 hrrr_control_qr_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6717,15 +6608,15 @@ Checking test 215 hrrr_control_qr_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 = 355.261183 -0:The maximum resident set size (KB) = 691828 +0:The total amount of wall time = 355.504749 +0:The maximum resident set size (KB) = 691816 -Test 215 hrrr_control_qr_dyn32_phy32_gnu PASS +Test 206 hrrr_control_qr_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_2threads_dyn32_phy32_gnu -Checking test 216 rap_2threads_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_2threads_dyn32_phy32_gnu +Checking test 207 rap_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6771,15 +6662,15 @@ Checking test 216 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 = 638.126426 -0:The maximum resident set size (KB) = 730556 +0:The total amount of wall time = 644.223295 +0:The maximum resident set size (KB) = 730564 -Test 216 rap_2threads_dyn32_phy32_gnu PASS +Test 207 rap_2threads_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_2threads_dyn32_phy32_gnu -Checking test 217 hrrr_control_2threads_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_2threads_dyn32_phy32_gnu +Checking test 208 hrrr_control_2threads_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6825,15 +6716,15 @@ Checking test 217 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 = 407.082745 -0:The maximum resident set size (KB) = 721796 +0:The total amount of wall time = 406.051980 +0:The maximum resident set size (KB) = 721668 -Test 217 hrrr_control_2threads_dyn32_phy32_gnu PASS +Test 208 hrrr_control_2threads_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_decomp_dyn32_phy32_gnu -Checking test 218 hrrr_control_decomp_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_decomp_dyn32_phy32_gnu +Checking test 209 hrrr_control_decomp_dyn32_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -6879,15 +6770,15 @@ Checking test 218 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 = 351.472193 -0:The maximum resident set size (KB) = 680092 +0:The total amount of wall time = 353.726366 +0:The maximum resident set size (KB) = 680248 -Test 218 hrrr_control_decomp_dyn32_phy32_gnu PASS +Test 209 hrrr_control_decomp_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_restart_dyn32_phy32_gnu -Checking test 219 rap_restart_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_restart_dyn32_phy32_gnu +Checking test 210 rap_restart_dyn32_phy32_gnu results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK @@ -6925,43 +6816,43 @@ Checking test 219 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 = 520.279642 -0:The maximum resident set size (KB) = 522080 +0:The total amount of wall time = 523.031315 +0:The maximum resident set size (KB) = 522164 -Test 219 rap_restart_dyn32_phy32_gnu PASS +Test 210 rap_restart_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_restart_dyn32_phy32_gnu -Checking test 220 hrrr_control_restart_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_restart_dyn32_phy32_gnu +Checking test 211 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 = 178.966554 -0:The maximum resident set size (KB) = 513668 +0:The total amount of wall time = 180.049304 +0:The maximum resident set size (KB) = 513716 -Test 220 hrrr_control_restart_dyn32_phy32_gnu PASS +Test 211 hrrr_control_restart_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_qr_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_restart_qr_dyn32_phy32_gnu -Checking test 221 hrrr_control_restart_qr_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_qr_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_restart_qr_dyn32_phy32_gnu +Checking test 212 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 = 182.014604 -0:The maximum resident set size (KB) = 546168 +0:The total amount of wall time = 182.630890 +0:The maximum resident set size (KB) = 546172 -Test 221 hrrr_control_restart_qr_dyn32_phy32_gnu PASS +Test 212 hrrr_control_restart_qr_dyn32_phy32_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_phy32_gnu -Checking test 222 rrfs_smoke_conus13km_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_control_gnu +Checking test 213 conus13km_control_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -6976,27 +6867,41 @@ Checking test 222 rrfs_smoke_conus13km_phy32_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 = 236.259800 -0:The maximum resident set size (KB) = 589148 +0:The total amount of wall time = 239.161749 +0:The maximum resident set size (KB) = 589304 + +Test 213 conus13km_control_gnu PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_control_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_2threads_gnu +Checking test 214 conus13km_2threads_gnu results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 222 rrfs_smoke_conus13km_phy32_gnu PASS +0:The total amount of wall time = 90.015707 +0:The maximum resident set size (KB) = 603144 +Test 214 conus13km_2threads_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rrfs_smoke_conus13km_phy32_restart_mismatch_gnu -Checking test 223 rrfs_smoke_conus13km_phy32_restart_mismatch_gnu results .... + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_restart_mismatch_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_restart_mismatch_gnu +Checking test 215 conus13km_restart_mismatch_gnu results .... Comparing sfcf002.nc .........OK Comparing atmf002.nc .........OK -0:The total amount of wall time = 129.339605 -0:The maximum resident set size (KB) = 576596 +0:The total amount of wall time = 126.808098 +0:The maximum resident set size (KB) = 557844 -Test 223 rrfs_smoke_conus13km_phy32_restart_mismatch_gnu PASS +Test 215 conus13km_restart_mismatch_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_dyn64_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_dyn64_phy32_gnu -Checking test 224 rap_control_dyn64_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_dyn64_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_control_dyn64_phy32_gnu +Checking test 216 rap_control_dyn64_phy32_gnu results .... Comparing sfcf000.nc .........OK Comparing sfcf009.nc .........OK Comparing sfcf012.nc .........OK @@ -7042,57 +6947,99 @@ Checking test 224 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 = 413.067647 -0:The maximum resident set size (KB) = 702404 +0:The total amount of wall time = 415.307208 +0:The maximum resident set size (KB) = 702776 + +Test 216 rap_control_dyn64_phy32_gnu PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_control_debug_dyn32_phy32_gnu +Checking test 217 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 = 147.032401 +0:The maximum resident set size (KB) = 696744 + +Test 217 rap_control_debug_dyn32_phy32_gnu PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hrrr_control_debug_dyn32_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/hrrr_control_debug_dyn32_phy32_gnu +Checking test 218 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.483357 +0:The maximum resident set size (KB) = 694600 + +Test 218 hrrr_control_debug_dyn32_phy32_gnu PASS + + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_debug_gnu +Checking test 219 conus13km_debug_gnu results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 224 rap_control_dyn64_phy32_gnu PASS +0:The total amount of wall time = 438.940664 +0:The maximum resident set size (KB) = 596152 +Test 219 conus13km_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_debug_dyn32_phy32_gnu -Checking test 225 rap_control_debug_dyn32_phy32_gnu results .... + +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_debug_2threads_gnu +Checking test 220 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 = 143.800992 -0:The maximum resident set size (KB) = 696868 +0:The total amount of wall time = 256.798710 +0:The maximum resident set size (KB) = 609740 -Test 225 rap_control_debug_dyn32_phy32_gnu PASS +Test 220 conus13km_debug_2threads_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/hrrr_control_debug_dyn32_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/hrrr_control_debug_dyn32_phy32_gnu -Checking test 226 hrrr_control_debug_dyn32_phy32_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/conus13km_radar_tten_debug_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/conus13km_radar_tten_debug_gnu +Checking test 221 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 = 140.470392 -0:The maximum resident set size (KB) = 694504 +0:The total amount of wall time = 439.695622 +0:The maximum resident set size (KB) = 595772 -Test 226 hrrr_control_debug_dyn32_phy32_gnu PASS +Test 221 conus13km_radar_tten_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/rap_control_debug_dyn64_phy32_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/rap_control_dyn64_phy32_debug_gnu -Checking test 227 rap_control_dyn64_phy32_debug_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_debug_dyn64_phy32_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/rap_control_dyn64_phy32_debug_gnu +Checking test 222 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 = 148.441743 -0:The maximum resident set size (KB) = 717328 +0:The total amount of wall time = 147.656019 +0:The maximum resident set size (KB) = 717340 -Test 227 rap_control_dyn64_phy32_debug_gnu PASS +Test 222 rap_control_dyn64_phy32_debug_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_p8_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_p8_gnu -Checking test 228 cpld_control_p8_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_p8_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_p8_gnu +Checking test 223 cpld_control_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7156,15 +7103,15 @@ Checking test 228 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 = 495.473643 -0:The maximum resident set size (KB) = 3169636 +0:The total amount of wall time = 494.463386 +0:The maximum resident set size (KB) = 3169856 -Test 228 cpld_control_p8_gnu PASS +Test 223 cpld_control_p8_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_c96_noaero_p8_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_nowave_noaero_p8_gnu -Checking test 229 cpld_control_nowave_noaero_p8_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_c96_noaero_p8_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_nowave_noaero_p8_gnu +Checking test 224 cpld_control_nowave_noaero_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7225,15 +7172,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 -0:The total amount of wall time = 242.481433 -0:The maximum resident set size (KB) = 1251700 +0:The total amount of wall time = 245.493231 +0:The maximum resident set size (KB) = 1250176 -Test 229 cpld_control_nowave_noaero_p8_gnu PASS +Test 224 cpld_control_nowave_noaero_p8_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_debug_p8_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_debug_p8_gnu -Checking test 230 cpld_debug_p8_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_debug_p8_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_debug_p8_gnu +Checking test 225 cpld_debug_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7285,15 +7232,15 @@ Checking test 230 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 = 191.002037 -0:The maximum resident set size (KB) = 3183444 +0:The total amount of wall time = 192.986270 +0:The maximum resident set size (KB) = 3185232 -Test 230 cpld_debug_p8_gnu PASS +Test 225 cpld_debug_p8_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_control_pdlib_p8_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_control_pdlib_p8_gnu -Checking test 231 cpld_control_pdlib_p8_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_pdlib_p8_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_pdlib_p8_gnu +Checking test 226 cpld_control_pdlib_p8_gnu results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -7356,15 +7303,15 @@ Checking test 231 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 = 1381.833631 -0:The maximum resident set size (KB) = 1296924 +0:The total amount of wall time = 1390.513238 +0:The maximum resident set size (KB) = 1300400 -Test 231 cpld_control_pdlib_p8_gnu PASS +Test 226 cpld_control_pdlib_p8_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/cpld_debug_pdlib_p8_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/cpld_debug_pdlib_p8_gnu -Checking test 232 cpld_debug_pdlib_p8_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_debug_pdlib_p8_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_debug_pdlib_p8_gnu +Checking test 227 cpld_debug_pdlib_p8_gnu results .... Comparing sfcf003.tile1.nc .........OK Comparing sfcf003.tile2.nc .........OK Comparing sfcf003.tile3.nc .........OK @@ -7415,25 +7362,80 @@ Checking test 232 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 = 684.201411 -0:The maximum resident set size (KB) = 1456860 +0:The total amount of wall time = 686.644922 +0:The maximum resident set size (KB) = 1309068 -Test 232 cpld_debug_pdlib_p8_gnu PASS +Test 227 cpld_debug_pdlib_p8_gnu PASS -baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230824/datm_cdeps_control_cfsr_gnu -working dir = /glade/scratch/zshrader/FV3_RT/rt_14789/datm_cdeps_control_cfsr_gnu -Checking test 233 datm_cdeps_control_cfsr_gnu results .... +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_gnu +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/datm_cdeps_control_cfsr_gnu +Checking test 228 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 = 181.244037 -0:The maximum resident set size (KB) = 687372 +0:The total amount of wall time = 182.060053 +0:The maximum resident set size (KB) = 687384 + +Test 228 datm_cdeps_control_cfsr_gnu PASS -Test 233 datm_cdeps_control_cfsr_gnu PASS +baseline dir = /glade/scratch/epicufsrt/GMTB/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_c192_p8_intel +working dir = /glade/scratch/zshrader/FV3_RT/rt_29315/cpld_control_c192_p8_intel +Checking test 01 cpld_control_c192_p8_intel_intel results .... + Comparing sfcf030.tile1.nc .........OK + Comparing sfcf030.tile2.nc .........OK + Comparing sfcf030.tile3.nc .........OK + Comparing sfcf030.tile4.nc .........OK + Comparing sfcf030.tile5.nc .........OK + Comparing sfcf030.tile6.nc .........OK + Comparing atmf030.tile1.nc .........OK + Comparing atmf030.tile2.nc .........OK + Comparing atmf030.tile3.nc .........OK + Comparing atmf030.tile4.nc .........OK + Comparing atmf030.tile5.nc .........OK + Comparing atmf030.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_1200z.nc4 .........OK + Comparing RESTART/20210323.120000.coupler.res .........OK + Comparing RESTART/20210323.120000.fv_core.res.nc .........OK + Comparing RESTART/20210323.120000.fv_core.res.tile1.nc .........OK + Comparing RESTART/20210323.120000.fv_core.res.tile2.nc .........OK + Comparing RESTART/20210323.120000.fv_core.res.tile3.nc .........OK + Comparing RESTART/20210323.120000.fv_core.res.tile4.nc .........OK + Comparing RESTART/20210323.120000.fv_core.res.tile5.nc .........OK + Comparing RESTART/20210323.120000.fv_core.res.tile6.nc .........OK + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/20210323.120000.fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/20210323.120000.fv_tracer.res.tile1.nc .........OK + Comparing RESTART/20210323.120000.fv_tracer.res.tile2.nc .........OK + Comparing RESTART/20210323.120000.fv_tracer.res.tile3.nc .........OK + Comparing RESTART/20210323.120000.fv_tracer.res.tile4.nc .........OK + Comparing RESTART/20210323.120000.fv_tracer.res.tile5.nc .........OK + Comparing RESTART/20210323.120000.fv_tracer.res.tile6.nc .........OK + Comparing RESTART/20210323.120000.phy_data.tile1.nc .........OK + Comparing RESTART/20210323.120000.phy_data.tile2.nc .........OK + Comparing RESTART/20210323.120000.phy_data.tile3.nc .........OK + Comparing RESTART/20210323.120000.phy_data.tile4.nc .........OK + Comparing RESTART/20210323.120000.phy_data.tile5.nc .........OK + Comparing RESTART/20210323.120000.phy_data.tile6.nc .........OK + Comparing RESTART/20210323.120000.sfc_data.tile1.nc .........OK + Comparing RESTART/20210323.120000.sfc_data.tile2.nc .........OK + Comparing RESTART/20210323.120000.sfc_data.tile3.nc .........OK + Comparing RESTART/20210323.120000.sfc_data.tile4.nc .........OK + Comparing RESTART/20210323.120000.sfc_data.tile5.nc .........OK + Comparing RESTART/20210323.120000.sfc_data.tile6.nc .........OK + Comparing RESTART/20210323.120000.MOM.res.nc .........OK + Comparing RESTART/iced.2021-03-23-43200.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc .........OK + Comparing 20210323.120000.out_grd.ww3 .........OK + Comparing 20210323.120000.out_pnt.ww3 .........OK +Test 229 cpld_control_noaero_p8_intel PASS REGRESSION TEST WAS SUCCESSFUL -Fri Aug 25 08:42:51 MDT 2023 -Elapsed time: 02h:23m:09s. Have a nice day! +Tue Aug 29 07:11:58 MDT 2023 +Elapsed time: 23h:22m:18s. Have a nice day! From 937ba01a55ed5726cf72db3264237fac4886edcf Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Tue, 29 Aug 2023 15:08:06 +0000 Subject: [PATCH 25/25] point to develop branch of FV3 --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 35ca09f35a..a3775fc12d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/SamuelTrahanNOAA/fv3atm - branch = conus13km + url = https://github.com/NOAA-EMC/fv3atm + branch = develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index e32ed73d5e..51e570cc93 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit e32ed73d5e0e4ba51014fc0c1157d01e12b94573 +Subproject commit 51e570cc9316911038c8a8f32c9d591ad317ee51