From 541fd2c176c6f6f465dc7c383c743b92fd537b86 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 19 May 2022 00:24:46 +0000 Subject: [PATCH 01/18] new tests --- tests/tests/hrrr_control_2threads | 111 +++++++++++++++++ tests/tests/hrrr_control_debug | 64 ++++++++++ tests/tests/hrrr_control_decomp | 108 +++++++++++++++++ tests/tests/hrrr_control_restart | 104 ++++++++++++++++ tests/tests/rrfs_conus13km_hrrr_warm_2threads | 109 +++++++++++++++++ tests/tests/rrfs_conus13km_hrrr_warm_debug | 107 +++++++++++++++++ tests/tests/rrfs_conus13km_hrrr_warm_decomp | 108 +++++++++++++++++ tests/tests/rrfs_conus13km_hrrr_warm_restart | 106 ++++++++++++++++ .../rrfs_conus13km_radar_tten_warm_2threads | 111 +++++++++++++++++ .../rrfs_conus13km_radar_tten_warm_debug | 108 +++++++++++++++++ .../rrfs_conus13km_radar_tten_warm_decomp | 110 +++++++++++++++++ .../rrfs_conus13km_radar_tten_warm_restart | 108 +++++++++++++++++ .../rrfs_smoke_conus13km_hrrr_warm_2threads | 113 ++++++++++++++++++ .../rrfs_smoke_conus13km_hrrr_warm_debug | 110 +++++++++++++++++ .../rrfs_smoke_conus13km_hrrr_warm_decomp | 112 +++++++++++++++++ .../rrfs_smoke_conus13km_hrrr_warm_restart | 110 +++++++++++++++++ 16 files changed, 1699 insertions(+) create mode 100644 tests/tests/hrrr_control_2threads create mode 100644 tests/tests/hrrr_control_debug create mode 100644 tests/tests/hrrr_control_decomp create mode 100644 tests/tests/hrrr_control_restart create mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_2threads create mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_debug create mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_decomp create mode 100644 tests/tests/rrfs_conus13km_hrrr_warm_restart create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_2threads create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_debug create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_decomp create mode 100644 tests/tests/rrfs_conus13km_radar_tten_warm_restart create mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads create mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug create mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp create mode 100644 tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads new file mode 100644 index 0000000000..6230c0106b --- /dev/null +++ b/tests/tests/hrrr_control_2threads @@ -0,0 +1,111 @@ +############################################################################### +# +# HRRR control with 2 threads test +# +############################################################################### + +export TEST_DESCR="Compare HRRR with 2 threads results with control test" + +export CNTL_DIR=hrrr_control + +export LIST_FILES="sfcf000.nc \ + sfcf021.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf021.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF21 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF21 \ + GFSPRS.GrbF24 \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/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="12 -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 21 24' + +export THRD=2 +export TASKS=$TASKS_thrd +export INPES=$INPES_thrd +export JNPES=$JNPES_thrd +export WRTTASK_PER_GROUP=6 + +export FV3_RUN=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 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 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 b/tests/tests/hrrr_control_debug new file mode 100644 index 0000000000..ce52c32b0b --- /dev/null +++ b/tests/tests/hrrr_control_debug @@ -0,0 +1,64 @@ +############################################################################### +# +# HRRR debug control test: atmosphere only at C96L127 +# +############################################################################### + +export TEST_DESCR="Compare HRRR debug results with previous trunk version" + +export CNTL_DIR=hrrr_control_debug + +export LIST_FILES="sfcf000.nc \ + sfcf001.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 OUTPUT_FH='0 1' +export FHMAX=1 + +export FV3_RUN=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 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 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 new file mode 100644 index 0000000000..0af374af21 --- /dev/null +++ b/tests/tests/hrrr_control_decomp @@ -0,0 +1,108 @@ +############################################################################### +# +# HRRR control test with different PEs +# +############################################################################### + +export TEST_DESCR="Compare HRRR decomp results with control" + +export CNTL_DIR=hrrr_control + +export LIST_FILES="sfcf000.nc \ + sfcf021.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf021.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF21 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF21 \ + GFSPRS.GrbF24 \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/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="12 -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 21 24' + +export INPES=6 +export JNPES=4 + +export FV3_RUN=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 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 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 new file mode 100644 index 0000000000..0fc2d24c44 --- /dev/null +++ b/tests/tests/hrrr_control_restart @@ -0,0 +1,104 @@ +############################################################################### +# +# HRRR restart test +# +############################################################################### + +export TEST_DESCR="Compare HRRR restart results with control" + +export CNTL_DIR=hrrr_control + +export LIST_FILES="sfcf024.nc \ + atmf024.nc \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF24 \ + RESTART/coupler.res \ + RESTART/fv_core.res.nc \ + RESTART/fv_core.res.tile1.nc \ + RESTART/fv_core.res.tile2.nc \ + RESTART/fv_core.res.tile3.nc \ + RESTART/fv_core.res.tile4.nc \ + RESTART/fv_core.res.tile5.nc \ + RESTART/fv_core.res.tile6.nc \ + RESTART/fv_srf_wnd.res.tile1.nc \ + RESTART/fv_srf_wnd.res.tile2.nc \ + RESTART/fv_srf_wnd.res.tile3.nc \ + RESTART/fv_srf_wnd.res.tile4.nc \ + RESTART/fv_srf_wnd.res.tile5.nc \ + RESTART/fv_srf_wnd.res.tile6.nc \ + RESTART/fv_tracer.res.tile1.nc \ + RESTART/fv_tracer.res.tile2.nc \ + RESTART/fv_tracer.res.tile3.nc \ + RESTART/fv_tracer.res.tile4.nc \ + RESTART/fv_tracer.res.tile5.nc \ + RESTART/fv_tracer.res.tile6.nc \ + RESTART/phy_data.tile1.nc \ + RESTART/phy_data.tile2.nc \ + RESTART/phy_data.tile3.nc \ + RESTART/phy_data.tile4.nc \ + RESTART/phy_data.tile5.nc \ + RESTART/phy_data.tile6.nc \ + RESTART/sfc_data.tile1.nc \ + RESTART/sfc_data.tile2.nc \ + RESTART/sfc_data.tile3.nc \ + RESTART/sfc_data.tile4.nc \ + RESTART/sfc_data.tile5.nc \ + RESTART/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 OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export FHROT=12 + +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=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 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 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/rrfs_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_conus13km_hrrr_warm_2threads new file mode 100644 index 0000000000..6ce83ed634 --- /dev/null +++ b/tests/tests/rrfs_conus13km_hrrr_warm_2threads @@ -0,0 +1,109 @@ +############################################################################### +# +# 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=60 +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 THRD=2 +export INPES=6 +export JNPES=12 +export TASKS=$(( INPES*JNPES*NTILES + WRTTASK_PER_GROUP*WRITE_GROUP )) + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +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=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 diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_debug b/tests/tests/rrfs_conus13km_hrrr_warm_debug new file mode 100644 index 0000000000..0e92a0b649 --- /dev/null +++ b/tests/tests/rrfs_conus13km_hrrr_warm_debug @@ -0,0 +1,107 @@ +############################################################################### +# +# 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, debugcontrol run" + +export CNTL_DIR=rrfs_conus13km_hrrr_warm_debug + +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=60 +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=12 +export JNPES=12 + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +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=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 diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_conus13km_hrrr_warm_decomp new file mode 100644 index 0000000000..15b9e993ee --- /dev/null +++ b/tests/tests/rrfs_conus13km_hrrr_warm_decomp @@ -0,0 +1,108 @@ +############################################################################### +# +# HRRR physics on 13km domain, alternative decomposition +# +############################################################################### + +# 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, alternative decomposition" + +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=60 +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 +# Total tasks are unchanged + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +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=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 diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart b/tests/tests/rrfs_conus13km_hrrr_warm_restart new file mode 100644 index 0000000000..1c5ba36978 --- /dev/null +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart @@ -0,0 +1,106 @@ +############################################################################### +# +# 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" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=60 +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 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 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads new file mode 100644 index 0000000000..8512e500a3 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads @@ -0,0 +1,111 @@ +############################################################################### +# +# 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=60 +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 THRD=2 +export INPES=6 +export JNPES=12 +export TASKS=$(( INPES*JNPES*NTILES + WRTTASK_PER_GROUP*WRITE_GROUP )) + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +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=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 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_debug new file mode 100644 index 0000000000..a6a3a4252f --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_debug @@ -0,0 +1,108 @@ +############################################################################### +# +# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour with debug enabled +# +############################################################################### + +# 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 and debug enabled" + +export CNTL_DIR=rrfs_conus13km_radar_tten_warm_debug + +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=60 +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 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 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp new file mode 100644 index 0000000000..16852586f7 --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp @@ -0,0 +1,110 @@ +############################################################################### +# +# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, alternative decomposition +# +############################################################################### + +# 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 on an alternative decomposition" + +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=60 +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 +# Total tasks are unchanged + +# Revert these two to GFS_typedefs defaults to avoid a crash: +export SEDI_SEMI=.false. +export DECFL=8 + +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=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 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_restart new file mode 100644 index 0000000000..650185f08b --- /dev/null +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_restart @@ -0,0 +1,108 @@ +############################################################################### +# +# 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=60 +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 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 diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads new file mode 100644 index 0000000000..1248e780ca --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads @@ -0,0 +1,113 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, different thread count +# +############################################################################### + +# 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_2threads + +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=60 +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 THRD=2 +export INPES=6 +export JNPES=12 +export TASKS=$(( INPES*JNPES*NTILES + WRTTASK_PER_GROUP*WRITE_GROUP )) + +# 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 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_smoke' +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_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke \ No newline at end of file diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug new file mode 100644 index 0000000000..28c12d76ae --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug @@ -0,0 +1,110 @@ +############################################################################### +# +# HRRR smoke 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 smoke physics on 13km domain, debug run" + +export CNTL_DIR=rrfs_smoke_conus13km_hrrr_warm_debug + +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=60 +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 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_smoke' +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_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke \ No newline at end of file diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp new file mode 100644 index 0000000000..4e1687b942 --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp @@ -0,0 +1,112 @@ +############################################################################### +# +# HRRR smoke physics on 13km domain, different decomposition +# +############################################################################### + +# 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 decomposition" + +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=60 +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 +# Total tasks are unchanged + +# 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 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_smoke' +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_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke \ No newline at end of file diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart new file mode 100644 index 0000000000..33ad26593b --- /dev/null +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart @@ -0,0 +1,110 @@ +############################################################################### +# +# 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" + +export_fv3 + +export SYEAR=2021 +export SMONTH=5 +export SDAY=12 +export SHOUR=16 +export FHMAX=2 +export DT_ATMOS=60 +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 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_smoke' +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_smoke +export DIAG_TABLE=diag_table_hrrr +export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN +export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke \ No newline at end of file From 9ab277362a014af75f2fc9d141324700a2a3a828 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 19 May 2022 00:25:05 +0000 Subject: [PATCH 02/18] point to gsl/may16-followup-pr branch of fv3 --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0593ce0981..5d4d7f51ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = https://github.com/NOAA-GSL/fv3atm - branch = gsl/develop + url = ssh://git@github.com/SamuelTrahanNOAA/fv3atm + branch = gsl/may16-followup-pr [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index e671787322..95a675d381 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit e671787322feb0a14d213c871bdc75be75ff64c4 +Subproject commit 95a675d3812bb9ddd94b53bad8a84d03546d5dc2 From 63e821eff7499ad0200a5043d6471ad6017af80a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 19 May 2022 19:55:12 +0000 Subject: [PATCH 03/18] Change suite_FV3_GFS_v15_thompson_mynn to not use mynn surface layer scheme (from Tanya Smirnova) --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 95a675d381..473f95be04 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 95a675d3812bb9ddd94b53bad8a84d03546d5dc2 +Subproject commit 473f95be04ea03c6c5303f9bc5d2329af7603f1b From f7d469e54652519b93eb620f2b6da0e393401288 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 19 May 2022 20:57:26 +0000 Subject: [PATCH 04/18] move FV3/physics/smoke to FV3/physics/physics/smoke --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index 473f95be04..a387339f9f 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 473f95be04ea03c6c5303f9bc5d2329af7603f1b +Subproject commit a387339f9f51245789d30060081eb7c6c36cbd7e From 9b53233a62ae02d52041dce3807c753d01ac8a3c Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Thu, 19 May 2022 21:32:07 +0000 Subject: [PATCH 05/18] Corrections to new conus13km restart tests so they actually run. --- tests/default_vars.sh | 5 ++++ tests/fv3_conf/rrfs_warm_run.IN | 26 ++++++++++++++++++- tests/parm/model_configure_rrfs_conus13km.IN | 1 + tests/tests/rrfs_conus13km_hrrr_warm_restart | 15 +++++------ .../rrfs_conus13km_radar_tten_warm_restart | 15 +++++------ .../rrfs_smoke_conus13km_hrrr_warm_restart | 13 +++++----- 6 files changed, 51 insertions(+), 24 deletions(-) diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 9e6afab458..6c016cf0cc 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -875,6 +875,11 @@ export NSSL_INVERTCCN=.true. export RRFS_SMOKE=.false. export SEAS_OPT=2 +# The rrfs*conus13km* tests are all warm starts off of data +# assimilation output, so we need another flag to indicate a restart +# test: +export RRFS_RESTART=NO + # GWD export LDIAG_UGWP=.false. export DO_UGWP=.false. diff --git a/tests/fv3_conf/rrfs_warm_run.IN b/tests/fv3_conf/rrfs_warm_run.IN index 204439f1cf..306d5a2040 100644 --- a/tests/fv3_conf/rrfs_warm_run.IN +++ b/tests/fv3_conf/rrfs_warm_run.IN @@ -3,7 +3,31 @@ mkdir INPUT RESTART OPNREQ_TEST=${OPNREQ_TEST:-false} SUFFIX=${RT_SUFFIX} -cp -r @[INPUTDATA_ROOT]/FV3_input_data_conus13km/INPUT/* INPUT/ + +if [[ "${RRFS_RESTART:-NO}" == YES ]] ; then + cp -r ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.* ./INPUT + rm -f INPUT/fv_core.res.* + rm -f INPUT/fv_srf_wnd.res.* + rm -f INPUT/fv_tracer.res.* + rm -f INPUT/phy_data.* + rm -f INPUT/sfc_data.* + cp @[INPUTDATA_ROOT]/FV3_input_data_conus13km/INPUT/grid_spec.nc INPUT/. + cp @[INPUTDATA_ROOT]/FV3_input_data_conus13km/INPUT/*_grid.tile*.nc INPUT/. + cp @[INPUTDATA_ROOT]/FV3_input_data_conus13km/INPUT/oro_data*.nc INPUT/. + for RFILE in ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do + [ -e $RFILE ] || exit 1 + RFILE_OLD=$(basename $RFILE) + RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" + cp $RFILE "INPUT/$RFILE_NEW" + done + for x in emi_data.nc SMOKE_GBBEPx_data.nc dust12m_data.nc gfs_ctrl.nc gfs_data.nc \ + grid.tile7.halo4.nc ; do + cp @[INPUTDATA_ROOT]/FV3_input_data_conus13km/INPUT/$x INPUT/. + done + cp @[INPUTDATA_ROOT]/FV3_input_data_conus13km/INPUT/gfs_bndy.* INPUT/. +else + cp -r @[INPUTDATA_ROOT]/FV3_input_data_conus13km/INPUT/* INPUT/ +fi for x in global_glacier.2x2.grb global_h2oprdlos.f77 global_maxice.2x2.grb \ global_o3prdlos.f77 global_snoclim.1.875.grb global_zorclim.1x1.grb \ diff --git a/tests/parm/model_configure_rrfs_conus13km.IN b/tests/parm/model_configure_rrfs_conus13km.IN index 800162c727..040f75fd74 100644 --- a/tests/parm/model_configure_rrfs_conus13km.IN +++ b/tests/parm/model_configure_rrfs_conus13km.IN @@ -5,6 +5,7 @@ start_hour: @[SHOUR] start_minute: 0 start_second: 0 nhours_fcst: @[FHMAX] +fhrot: @[FHROT] dt_atmos: @[DT_ATMOS] calendar: 'julian' diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart b/tests/tests/rrfs_conus13km_hrrr_warm_restart index 1c5ba36978..c2d0ab7233 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart @@ -1,21 +1,17 @@ ############################################################################### # -# HRRR physics on 13km domain, 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 physics on 13km domain, control run" +export TEST_DESCR="HRRR physics on 13km domain, restart run" export CNTL_DIR=rrfs_conus13km_hrrr_warm -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ +export LIST_FILES="sfcf002.nc \ atmf002.nc" export_fv3 @@ -26,7 +22,6 @@ export SDAY=12 export SHOUR=16 export FHMAX=2 export DT_ATMOS=60 -export RESTART_INTERVAL=1 export QUILTING=.true. export WRITE_GROUP=1 export WRTTASK_PER_GROUP=6 @@ -36,6 +31,10 @@ 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 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_restart index 650185f08b..cb73c826f8 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_restart +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_restart @@ -1,21 +1,17 @@ ############################################################################### # -# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour +# HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, 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, with radar-derived MP temperature tendencies for 1 hour" +export TEST_DESCR="HRRR physics on 13km domain, with radar-derived MP temperature tendencies for 1 hour, restart run" export CNTL_DIR=rrfs_conus13km_radar_tten_warm -export LIST_FILES="sfcf000.nc \ - sfcf001.nc \ - sfcf002.nc \ - atmf000.nc \ - atmf001.nc \ +export LIST_FILES="sfcf002.nc \ atmf002.nc" export_fv3 @@ -28,7 +24,6 @@ export SDAY=12 export SHOUR=16 export FHMAX=2 export DT_ATMOS=60 -export RESTART_INTERVAL=1 export QUILTING=.true. export WRITE_GROUP=1 export WRTTASK_PER_GROUP=6 @@ -38,6 +33,10 @@ 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 diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart index 33ad26593b..c79cdc337c 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart @@ -1,6 +1,6 @@ ############################################################################### # -# HRRR smoke physics on 13km domain, control run +# HRRR smoke physics on 13km domain, restart run # ############################################################################### @@ -11,11 +11,7 @@ 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 \ +export LIST_FILES="sfcf002.nc \ atmf002.nc" export_fv3 @@ -26,7 +22,6 @@ export SDAY=12 export SHOUR=16 export FHMAX=2 export DT_ATMOS=60 -export RESTART_INTERVAL=1 export QUILTING=.true. export WRITE_GROUP=1 export WRTTASK_PER_GROUP=6 @@ -36,6 +31,10 @@ 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 From d668702713060d3490b8c9bd6bf381cad9e83748 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 20 May 2022 14:56:26 +0000 Subject: [PATCH 06/18] add alternative regional_spp_sppt_shum_skeb tests --- .../regional_spp_sppt_shum_skeb_4threads | 63 ++++++++++++++++++ tests/tests/regional_spp_sppt_shum_skeb_debug | 63 ++++++++++++++++++ .../tests/regional_spp_sppt_shum_skeb_decomp | 63 ++++++++++++++++++ .../tests/regional_spp_sppt_shum_skeb_restart | 66 +++++++++++++++++++ 4 files changed, 255 insertions(+) create mode 100644 tests/tests/regional_spp_sppt_shum_skeb_4threads create mode 100644 tests/tests/regional_spp_sppt_shum_skeb_debug create mode 100644 tests/tests/regional_spp_sppt_shum_skeb_decomp create mode 100644 tests/tests/regional_spp_sppt_shum_skeb_restart diff --git a/tests/tests/regional_spp_sppt_shum_skeb_4threads b/tests/tests/regional_spp_sppt_shum_skeb_4threads new file mode 100644 index 0000000000..bb84c779b5 --- /dev/null +++ b/tests/tests/regional_spp_sppt_shum_skeb_4threads @@ -0,0 +1,63 @@ +#################################################################### +# +# Regional test with stochastic physics (SPP, SPPT, SHUM, and SKEB) +# +#################################################################### + +export TEST_DESCR="Compare regional stochastic physics results with previous trunk version" + +export CNTL_DIR=regional_spp_sppt_shum_skeb + +export LIST_FILES="dynf000.nc \ + dynf001.nc \ + phyf000.nc \ + phyf001.nc \ + PRSLEV.GrbF00 \ + PRSLEV.GrbF01 \ + NATLEV.GrbF00 \ + NATLEV.GrbF01" + +export_fv3 + +export FV3_RUN=regional_run_stoch.IN + +export OZ_PHYS_OLD=.false. +export OZ_PHYS_NEW=.true. +export H2O_PHYS=.true. +export HYBEDMF=.false. +export RESTART_INTERVAL="12 -1" +export WRITE_DOPOST=.true. +export POSTAPP='lam' +export OUTPUT_FH="1 -1" + +export LKM=1 +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=regional_stoch.nml.IN +export MODEL_CONFIGURE=model_configure_regional_stoch.IN +export DIAG_TABLE=diag_table_hrrr_stoch +export FIELD_TABLE=field_table_regional_stoch + +export SFCLAY_COMPUTE_FLUX=.true. + +export INPES=15 +export JNPES=6 +export FHMAX=1 +export THRD=4 +export TASKS=96 +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=12 +NTILES=1 + +export DO_SPP=.true. +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. +export N_VAR_SPP=5 +export SPP_VAR_LIST="'pbl','sfc','mp','rad','gwd'" +export SPP_PRT_LIST='0.2,0.2,0.75,0.2,0.2' +export SPP_LSCALE='150000.0,150000.0,150000.0,150000.0,150000.0' +export SPP_TAU='21600.0,21600.0,21600.0,21600.0,21600.0' +export SPP_SIGTOP1='0.1,0.1,0.1,0.1,0.1' +export SPP_SIGTOP2='0.025,0.025,0.025,0.025,0.025' +export SPP_STDDEV_CUTOFF='1.5,1.5,2.5,1.5,1.5' +export ISEED_SPP='4,4,4,4,4' diff --git a/tests/tests/regional_spp_sppt_shum_skeb_debug b/tests/tests/regional_spp_sppt_shum_skeb_debug new file mode 100644 index 0000000000..fe6d2bdabe --- /dev/null +++ b/tests/tests/regional_spp_sppt_shum_skeb_debug @@ -0,0 +1,63 @@ +#################################################################### +# +# Regional test with stochastic physics (SPP, SPPT, SHUM, and SKEB), debug mode +# +#################################################################### + +export TEST_DESCR="Compare regional stochastic physics results using debug mode with previous trunk version" + +export CNTL_DIR=regional_spp_sppt_shum_skeb_debug + +export LIST_FILES="dynf000.nc \ + dynf001.nc \ + phyf000.nc \ + phyf001.nc \ + PRSLEV.GrbF00 \ + PRSLEV.GrbF01 \ + NATLEV.GrbF00 \ + NATLEV.GrbF01" + +export_fv3 + +export FV3_RUN=regional_run_stoch.IN + +export OZ_PHYS_OLD=.false. +export OZ_PHYS_NEW=.true. +export H2O_PHYS=.true. +export HYBEDMF=.false. +export RESTART_INTERVAL="12 -1" +export WRITE_DOPOST=.true. +export POSTAPP='lam' +export OUTPUT_FH="1 -1" + +export LKM=1 +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=regional_stoch.nml.IN +export MODEL_CONFIGURE=model_configure_regional_stoch.IN +export DIAG_TABLE=diag_table_hrrr_stoch +export FIELD_TABLE=field_table_regional_stoch + +export SFCLAY_COMPUTE_FLUX=.true. + +export INPES=15 +export JNPES=12 +export FHMAX=1 +export THRD=2 +export TASKS=192 +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=12 +NTILES=1 + +export DO_SPP=.true. +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. +export N_VAR_SPP=5 +export SPP_VAR_LIST="'pbl','sfc','mp','rad','gwd'" +export SPP_PRT_LIST='0.2,0.2,0.75,0.2,0.2' +export SPP_LSCALE='150000.0,150000.0,150000.0,150000.0,150000.0' +export SPP_TAU='21600.0,21600.0,21600.0,21600.0,21600.0' +export SPP_SIGTOP1='0.1,0.1,0.1,0.1,0.1' +export SPP_SIGTOP2='0.025,0.025,0.025,0.025,0.025' +export SPP_STDDEV_CUTOFF='1.5,1.5,2.5,1.5,1.5' +export ISEED_SPP='4,4,4,4,4' diff --git a/tests/tests/regional_spp_sppt_shum_skeb_decomp b/tests/tests/regional_spp_sppt_shum_skeb_decomp new file mode 100644 index 0000000000..27f175604d --- /dev/null +++ b/tests/tests/regional_spp_sppt_shum_skeb_decomp @@ -0,0 +1,63 @@ +#################################################################### +# +# Regional test with stochastic physics (SPP, SPPT, SHUM, and SKEB) +# +#################################################################### + +export TEST_DESCR="Compare regional stochastic physics results with previous trunk version" + +export CNTL_DIR=regional_spp_sppt_shum_skeb + +export LIST_FILES="dynf000.nc \ + dynf001.nc \ + phyf000.nc \ + phyf001.nc \ + PRSLEV.GrbF00 \ + PRSLEV.GrbF01 \ + NATLEV.GrbF00 \ + NATLEV.GrbF01" + +export_fv3 + +export FV3_RUN=regional_run_stoch.IN + +export OZ_PHYS_OLD=.false. +export OZ_PHYS_NEW=.true. +export H2O_PHYS=.true. +export HYBEDMF=.false. +export RESTART_INTERVAL="12 -1" +export WRITE_DOPOST=.true. +export POSTAPP='lam' +export OUTPUT_FH="1 -1" + +export LKM=1 +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=regional_stoch.nml.IN +export MODEL_CONFIGURE=model_configure_regional_stoch.IN +export DIAG_TABLE=diag_table_hrrr_stoch +export FIELD_TABLE=field_table_regional_stoch + +export SFCLAY_COMPUTE_FLUX=.true. + +export INPES=12 +export JNPES=15 +export FHMAX=1 +export THRD=2 +export TASKS=192 +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=12 +NTILES=1 + +export DO_SPP=.true. +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. +export N_VAR_SPP=5 +export SPP_VAR_LIST="'pbl','sfc','mp','rad','gwd'" +export SPP_PRT_LIST='0.2,0.2,0.75,0.2,0.2' +export SPP_LSCALE='150000.0,150000.0,150000.0,150000.0,150000.0' +export SPP_TAU='21600.0,21600.0,21600.0,21600.0,21600.0' +export SPP_SIGTOP1='0.1,0.1,0.1,0.1,0.1' +export SPP_SIGTOP2='0.025,0.025,0.025,0.025,0.025' +export SPP_STDDEV_CUTOFF='1.5,1.5,2.5,1.5,1.5' +export ISEED_SPP='4,4,4,4,4' diff --git a/tests/tests/regional_spp_sppt_shum_skeb_restart b/tests/tests/regional_spp_sppt_shum_skeb_restart new file mode 100644 index 0000000000..64027aa89c --- /dev/null +++ b/tests/tests/regional_spp_sppt_shum_skeb_restart @@ -0,0 +1,66 @@ +#################################################################### +# +# Regional test with stochastic physics (SPP, SPPT, SHUM, and SKEB) +# +#################################################################### + +export TEST_DESCR="Compare regional stochastic physics results with previous trunk version" + +export CNTL_DIR=regional_spp_sppt_shum_skeb + +export LIST_FILES="dynf002.nc \ + phyf002.nc \ + PRSLEV.GrbF02 \ + NATLEV.GrbF02" + +export_fv3 + +export FV3_RUN=regional_run_stoch.IN + +export OZ_PHYS_OLD=.false. +export OZ_PHYS_NEW=.true. +export H2O_PHYS=.true. +export HYBEDMF=.false. +export WRITE_DOPOST=.true. +export POSTAPP='lam' +export OUTPUT_FH="1 -1" + +export LKM=1 +export FHROT=1 +export WARM_START=.true. +export NGGPS_IC=.false. +export EXTERNAL_IC=.false. +export MAKE_NH=.false. +export MOUNTAIN=.true. +export NA_INIT=0 + +export CCPP_SUITE=FV3_HRRR +export INPUT_NML=regional_stoch.nml.IN +export MODEL_CONFIGURE=model_configure_regional_stoch.IN +export DIAG_TABLE=diag_table_hrrr_stoch +export FIELD_TABLE=field_table_regional_stoch + +export SFCLAY_COMPUTE_FLUX=.true. + +export INPES=15 +export JNPES=12 +export FHMAX=2 +export THRD=2 +export TASKS=192 +export WRITE_GROUP=1 +export WRTTASK_PER_GROUP=12 +NTILES=1 + +export DO_SPP=.true. +export DO_SPPT=.true. +export DO_SHUM=.true. +export DO_SKEB=.true. +export N_VAR_SPP=5 +export SPP_VAR_LIST="'pbl','sfc','mp','rad','gwd'" +export SPP_PRT_LIST='0.2,0.2,0.75,0.2,0.2' +export SPP_LSCALE='150000.0,150000.0,150000.0,150000.0,150000.0' +export SPP_TAU='21600.0,21600.0,21600.0,21600.0,21600.0' +export SPP_SIGTOP1='0.1,0.1,0.1,0.1,0.1' +export SPP_SIGTOP2='0.025,0.025,0.025,0.025,0.025' +export SPP_STDDEV_CUTOFF='1.5,1.5,2.5,1.5,1.5' +export ISEED_SPP='4,4,4,4,4' From 9e4e2408fb111d8bb742db23769704fa0259adea Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 20 May 2022 14:57:28 +0000 Subject: [PATCH 07/18] Enable flake in hrrr tests --- tests/fv3_conf/regional_run_stoch.IN | 24 ++++++++++++++++++- tests/parm/rrfs_conus13km_hrrr.nml.IN | 2 +- tests/tests/hrrr_control | 1 + tests/tests/hrrr_control_2threads | 1 + tests/tests/hrrr_control_debug | 3 ++- tests/tests/hrrr_control_decomp | 1 + tests/tests/hrrr_control_restart | 1 + tests/tests/regional_spp_sppt_shum_skeb | 3 ++- tests/tests/rrfs_conus13km_hrrr_warm | 1 + tests/tests/rrfs_conus13km_hrrr_warm_2threads | 1 + tests/tests/rrfs_conus13km_hrrr_warm_debug | 1 + tests/tests/rrfs_conus13km_hrrr_warm_decomp | 1 + tests/tests/rrfs_conus13km_hrrr_warm_restart | 1 + tests/tests/rrfs_conus13km_radar_tten_warm | 1 + .../rrfs_conus13km_radar_tten_warm_2threads | 1 + .../rrfs_conus13km_radar_tten_warm_debug | 1 + .../rrfs_conus13km_radar_tten_warm_decomp | 1 + .../rrfs_conus13km_radar_tten_warm_restart | 1 + tests/tests/rrfs_smoke_conus13km_hrrr_warm | 1 + .../rrfs_smoke_conus13km_hrrr_warm_2threads | 1 + .../rrfs_smoke_conus13km_hrrr_warm_debug | 1 + .../rrfs_smoke_conus13km_hrrr_warm_decomp | 1 + .../rrfs_smoke_conus13km_hrrr_warm_restart | 1 + 23 files changed, 47 insertions(+), 4 deletions(-) diff --git a/tests/fv3_conf/regional_run_stoch.IN b/tests/fv3_conf/regional_run_stoch.IN index 3a824bf790..3cd1081324 100644 --- a/tests/fv3_conf/regional_run_stoch.IN +++ b/tests/fv3_conf/regional_run_stoch.IN @@ -1,7 +1,29 @@ rm -rf INPUT RESTART mkdir INPUT RESTART -rsync -arv @[INPUTDATA_ROOT]/FV3_input_data_regional_stoch/. INPUT/. +if [ $WARM_START = .false. ]; then + rsync -arv @[INPUTDATA_ROOT]/FV3_input_data_regional_stoch/. INPUT/. +else + cp -r ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.* ./INPUT + rm -f INPUT/fv_core.res.* + rm -f INPUT/fv_srf_wnd.res.* + rm -f INPUT/fv_tracer.res.* + rm -f INPUT/phy_data.* + rm -f INPUT/sfc_data.* + cp @[INPUTDATA_ROOT]/FV3_input_data_regional_stoch/INPUT/grid_spec.nc INPUT/. + cp @[INPUTDATA_ROOT]/FV3_input_data_regional_stoch/INPUT/*_grid.tile*.nc INPUT/. + cp @[INPUTDATA_ROOT]/FV3_input_data_regional_stoch/INPUT/oro_data*.nc INPUT/. + for RFILE in ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do + [ -e $RFILE ] || exit 1 + RFILE_OLD=$(basename $RFILE) + RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" + cp $RFILE "INPUT/$RFILE_NEW" + done + for x in gfs_ctrl.nc gfs_data.nc grid.tile7.halo4.nc ; do + cp @[INPUTDATA_ROOT]/FV3_input_data_regional_stoch/INPUT/$x INPUT/. + done + cp @[INPUTDATA_ROOT]/FV3_input_data_regional_stoch/INPUT/gfs_bndy.* INPUT/. +fi cp @[INPUTDATA_ROOT]/FV3_fix/CCN_ACTIVATE.BIN . diff --git a/tests/parm/rrfs_conus13km_hrrr.nml.IN b/tests/parm/rrfs_conus13km_hrrr.nml.IN index 91d89c0a28..a78268f090 100644 --- a/tests/parm/rrfs_conus13km_hrrr.nml.IN +++ b/tests/parm/rrfs_conus13km_hrrr.nml.IN @@ -234,7 +234,7 @@ ! lfnc_k = @[LFNC_K] ! lfnc_p0 = @[LFNC_P0] lheatstrg = @[LHEATSTRG] -! lkm = @[LKM] + lkm = @[LKM] lndp_type = @[LNDP_TYPE] lradar = @[LRADAR] lrefres = .true. diff --git a/tests/tests/hrrr_control b/tests/tests/hrrr_control index 7d5783645e..094859da78 100644 --- a/tests/tests/hrrr_control +++ b/tests/tests/hrrr_control @@ -76,6 +76,7 @@ export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. +export LKM=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_2threads b/tests/tests/hrrr_control_2threads index 6230c0106b..94f9a160db 100644 --- a/tests/tests/hrrr_control_2threads +++ b/tests/tests/hrrr_control_2threads @@ -82,6 +82,7 @@ export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. +export LKM=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_debug b/tests/tests/hrrr_control_debug index ce52c32b0b..f1388a06c6 100644 --- a/tests/tests/hrrr_control_debug +++ b/tests/tests/hrrr_control_debug @@ -1,4 +1,4 @@ -############################################################################### +############################################################################## # # HRRR debug control test: atmosphere only at C96L127 # @@ -35,6 +35,7 @@ export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. +export LKM=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_decomp b/tests/tests/hrrr_control_decomp index 0af374af21..0a22d32709 100644 --- a/tests/tests/hrrr_control_decomp +++ b/tests/tests/hrrr_control_decomp @@ -79,6 +79,7 @@ export NEW_DIAGTABLE=diag_table_rap export SFCLAY_COMPUTE_FLUX=.true. +export LKM=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/hrrr_control_restart b/tests/tests/hrrr_control_restart index 0fc2d24c44..d0788e2436 100644 --- a/tests/tests/hrrr_control_restart +++ b/tests/tests/hrrr_control_restart @@ -75,6 +75,7 @@ export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR export SFCLAY_COMPUTE_FLUX=.true. +export LKM=1 export IMP_PHYSICS=8 export DNATS=0 export DO_SAT_ADJ=.false. diff --git a/tests/tests/regional_spp_sppt_shum_skeb b/tests/tests/regional_spp_sppt_shum_skeb index 3a74589fff..b7bd06b268 100644 --- a/tests/tests/regional_spp_sppt_shum_skeb +++ b/tests/tests/regional_spp_sppt_shum_skeb @@ -25,11 +25,12 @@ export OZ_PHYS_OLD=.false. export OZ_PHYS_NEW=.true. export H2O_PHYS=.true. export HYBEDMF=.false. -export RESTART_INTERVAL="12 -1" +export RESTART_INTERVAL="1 -1" export WRITE_DOPOST=.true. export POSTAPP='lam' export OUTPUT_FH="1 -1" +export LKM=1 export CCPP_SUITE=FV3_HRRR export INPUT_NML=regional_stoch.nml.IN export MODEL_CONFIGURE=model_configure_regional_stoch.IN diff --git a/tests/tests/rrfs_conus13km_hrrr_warm b/tests/tests/rrfs_conus13km_hrrr_warm index 1c5ba36978..41735661aa 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm +++ b/tests/tests/rrfs_conus13km_hrrr_warm @@ -40,6 +40,7 @@ export OUTPUT_FILE="'netcdf'" export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_conus13km_hrrr_warm_2threads index 6ce83ed634..52c45f5cbd 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_2threads +++ b/tests/tests/rrfs_conus13km_hrrr_warm_2threads @@ -45,6 +45,7 @@ export TASKS=$(( INPES*JNPES*NTILES + WRTTASK_PER_GROUP*WRITE_GROUP )) export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_debug b/tests/tests/rrfs_conus13km_hrrr_warm_debug index 0e92a0b649..e7355a8d78 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_debug +++ b/tests/tests/rrfs_conus13km_hrrr_warm_debug @@ -43,6 +43,7 @@ export JNPES=12 export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_conus13km_hrrr_warm_decomp index 15b9e993ee..553d291154 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_decomp +++ b/tests/tests/rrfs_conus13km_hrrr_warm_decomp @@ -44,6 +44,7 @@ export JNPES=9 export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_hrrr_warm_restart b/tests/tests/rrfs_conus13km_hrrr_warm_restart index c2d0ab7233..41a03ef882 100644 --- a/tests/tests/rrfs_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_conus13km_hrrr_warm_restart @@ -39,6 +39,7 @@ export RRFS_RESTART=YES export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm b/tests/tests/rrfs_conus13km_radar_tten_warm index 650185f08b..dede501ed5 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm +++ b/tests/tests/rrfs_conus13km_radar_tten_warm @@ -42,6 +42,7 @@ export OUTPUT_FILE="'netcdf'" export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads index 8512e500a3..f6d02a9c57 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_2threads +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_2threads @@ -47,6 +47,7 @@ export TASKS=$(( INPES*JNPES*NTILES + WRTTASK_PER_GROUP*WRITE_GROUP )) export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_debug b/tests/tests/rrfs_conus13km_radar_tten_warm_debug index a6a3a4252f..497e5b5641 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_debug +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_debug @@ -42,6 +42,7 @@ export OUTPUT_FILE="'netcdf'" export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp index 16852586f7..c3172c5b95 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_decomp +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_decomp @@ -46,6 +46,7 @@ export JNPES=9 export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_conus13km_radar_tten_warm_restart b/tests/tests/rrfs_conus13km_radar_tten_warm_restart index cb73c826f8..f868bb10e9 100644 --- a/tests/tests/rrfs_conus13km_radar_tten_warm_restart +++ b/tests/tests/rrfs_conus13km_radar_tten_warm_restart @@ -41,6 +41,7 @@ export RRFS_RESTART=YES export SEDI_SEMI=.false. export DECFL=8 +export LKM=1 export SFCLAY_COMPUTE_FLUX=.true. export IALB=2 export ICLIQ_SW=2 diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm b/tests/tests/rrfs_smoke_conus13km_hrrr_warm index 33ad26593b..dc2d271621 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm @@ -43,6 +43,7 @@ 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 diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads index 1248e780ca..9c793b38b3 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_2threads @@ -48,6 +48,7 @@ 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 diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug index 28c12d76ae..ce6af23dc0 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_debug @@ -43,6 +43,7 @@ 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 diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp index 4e1687b942..736f86fc07 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_decomp @@ -47,6 +47,7 @@ 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 diff --git a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart index c79cdc337c..feb149ec5a 100644 --- a/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart +++ b/tests/tests/rrfs_smoke_conus13km_hrrr_warm_restart @@ -42,6 +42,7 @@ 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 From d3de3a171ca161633e2a3b66155329a253d7a14f Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 20 May 2022 14:58:23 +0000 Subject: [PATCH 08/18] Conf files for testing rap&hrrr failures: rrfs.conf (intel) and rrfs_gnu.conf --- tests/rrfs.conf | 57 +++++++++++++++++++++++++++++++++++++++++++++ tests/rrfs_gnu.conf | 57 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+) create mode 100644 tests/rrfs.conf create mode 100644 tests/rrfs_gnu.conf diff --git a/tests/rrfs.conf b/tests/rrfs.conf new file mode 100644 index 0000000000..8ede714778 --- /dev/null +++ b/tests/rrfs.conf @@ -0,0 +1,57 @@ +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | + +# Success for rap, except decomposition +RUN | rap_control | | fv3 | +RUN | rap_2threads | - wcoss_cray jet.intel | | +RUN | rap_restart | | | rap_control +# rap_decomp fails +RUN | rap_decomp | | | + + +RUN | regional_spp_sppt_shum_skeb | | fv3 | +# regional_spp_sppt_shum_skeb fails for alternative threads and alternative decompositions +RUN | regional_spp_sppt_shum_skeb_decomp | | | +RUN | regional_spp_sppt_shum_skeb_4threads | | | +# regional_spp_sppt_shum_skeb Cannot do a restart for this because it only does a 1 hr forecast +#RUN | regional_spp_sppt_shum_skeb_restart | | | regional_spp_sppt_shum_skeb + + +# FV3_HRRR succeeds in all non-debug cases. +RUN | hrrr_control | | fv3 | +RUN | hrrr_control_restart | | | hrrr_control +RUN | hrrr_control_decomp | | | +RUN | hrrr_control_2threads | | | + + +RUN | rrfs_conus13km_hrrr_warm | | fv3 | +# All alternative versions of rrfs_conus13km_hrrr_warm fail +RUN | rrfs_conus13km_hrrr_warm_restart | | | rrfs_conus13km_hrrr_warm +RUN | rrfs_conus13km_hrrr_warm_decomp | | | +RUN | rrfs_conus13km_hrrr_warm_2threads | | | + + +RUN | rrfs_conus13km_radar_tten_warm | | fv3 | +# All alternative versions of rrfs_conus13km_radar_tten_warm fail +RUN | rrfs_conus13km_radar_tten_warm_restart | | | rrfs_conus13km_radar_tten_warm +RUN | rrfs_conus13km_radar_tten_warm_decomp | | | +RUN | rrfs_conus13km_radar_tten_warm_2threads | | | + + +RUN | rrfs_smoke_conus13km_hrrr_warm | | fv3 | +# All alternative versions of rrfs_smoke_conus13km_hrrr_warm fail +RUN | rrfs_smoke_conus13km_hrrr_warm_restart | | | rrfs_smoke_conus13km_hrrr_warm +RUN | rrfs_smoke_conus13km_hrrr_warm_decomp | | | +RUN | rrfs_smoke_conus13km_hrrr_warm_2threads | | | + + +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DDEBUG=ON | | fv3 | + +# The hrrr_control_debug succeeds: +RUN | hrrr_control_debug | | fv3 | + +# These cannot create baselines because they crash: +RUN | rap_control_debug | | fv3 | +RUN | regional_spp_sppt_shum_skeb_debug | | fv3 | +RUN | rrfs_conus13km_hrrr_warm_debug | | fv3 | +RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | +RUN | rrfs_smoke_conus13km_hrrr_warm_debug | | fv3 | diff --git a/tests/rrfs_gnu.conf b/tests/rrfs_gnu.conf new file mode 100644 index 0000000000..8a11538424 --- /dev/null +++ b/tests/rrfs_gnu.conf @@ -0,0 +1,57 @@ +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | + +# Success for rap, except decomposition +RUN | rap_control | | fv3 | +RUN | rap_2threads | - wcoss_cray jet.intel | | +RUN | rap_restart | | | rap_control +# rap_decomp fails +RUN | rap_decomp | | | + + +# The gnu optimization level is set so low this does not fit in 30 minutes: +#RUN | regional_spp_sppt_shum_skeb | | fv3 | +#RUN | regional_spp_sppt_shum_skeb_decomp | | | +#RUN | regional_spp_sppt_shum_skeb_4threads | | | +# regional_spp_sppt_shum_skeb Cannot do a restart for this because it only does a 1 hr forecast +#RUN | regional_spp_sppt_shum_skeb_restart | | | regional_spp_sppt_shum_skeb + + +# FV3_HRRR succeeds in all non-debug cases. +RUN | hrrr_control | | fv3 | +RUN | hrrr_control_restart | | | hrrr_control +RUN | hrrr_control_decomp | | | +RUN | hrrr_control_2threads | | | + + +RUN | rrfs_conus13km_hrrr_warm | | fv3 | +# All alternative versions of rrfs_conus13km_hrrr_warm fail +RUN | rrfs_conus13km_hrrr_warm_restart | | | rrfs_conus13km_hrrr_warm +RUN | rrfs_conus13km_hrrr_warm_decomp | | | +RUN | rrfs_conus13km_hrrr_warm_2threads | | | + + +RUN | rrfs_conus13km_radar_tten_warm | | fv3 | +# All alternative versions of rrfs_conus13km_radar_tten_warm fail +RUN | rrfs_conus13km_radar_tten_warm_restart | | | rrfs_conus13km_radar_tten_warm +RUN | rrfs_conus13km_radar_tten_warm_decomp | | | +RUN | rrfs_conus13km_radar_tten_warm_2threads | | | + + +RUN | rrfs_smoke_conus13km_hrrr_warm | | fv3 | +# All alternative versions of rrfs_smoke_conus13km_hrrr_warm fail +RUN | rrfs_smoke_conus13km_hrrr_warm_restart | | | rrfs_smoke_conus13km_hrrr_warm +RUN | rrfs_smoke_conus13km_hrrr_warm_decomp | | | +RUN | rrfs_smoke_conus13km_hrrr_warm_2threads | | | + + +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DDEBUG=ON | | fv3 | + +# The hrrr_control_debug succeeds: +RUN | hrrr_control_debug | | fv3 | + +# These cannot create baselines because they crash: +RUN | rap_control_debug | | fv3 | +RUN | regional_spp_sppt_shum_skeb_debug | | fv3 | +RUN | rrfs_conus13km_hrrr_warm_debug | | fv3 | +RUN | rrfs_conus13km_radar_tten_warm_debug | | fv3 | +RUN | rrfs_smoke_conus13km_hrrr_warm_debug | | fv3 | From 4a75dba1729773199ff8e5b0a6bcf0ad5e6d9a3a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 20 May 2022 15:01:10 +0000 Subject: [PATCH 09/18] Add alternative hrrr tests to rt*conf since they do presently work --- tests/rt.conf | 6 ++++++ tests/rt_gnu.conf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/tests/rt.conf b/tests/rt.conf index 09e2288acf..46deb2452e 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -65,6 +65,9 @@ RUN | regional_2threads RUN | regional_netcdf_parallel | - wcoss2 | fv3 | RUN | regional_3km | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DDEBUG=ON | | fv3 | +RUN | hrrr_control_debug | | fv3 | + COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | fv3 | @@ -79,6 +82,9 @@ RUN | rap_sfcdiff #RUN | rap_sfcdiff_decomp | | | RUN | rap_sfcdiff_restart | | | rap_sfcdiff RUN | hrrr_control | | fv3 | +RUN | hrrr_control_decomp | | | +RUN | hrrr_control_2threads | | | +RUN | hrrr_control_restart | | | hrrr_control RUN | rrfs_v1beta | | fv3 | RUN | rrfs_v1nssl | | fv3 | RUN | rrfs_v1nssl_nohailnoccn | | fv3 | diff --git a/tests/rt_gnu.conf b/tests/rt_gnu.conf index e98cb9cddf..b906e37b78 100644 --- a/tests/rt_gnu.conf +++ b/tests/rt_gnu.conf @@ -14,6 +14,9 @@ RUN | control_thompson_no_aero RUN | control_ras | | fv3 | RUN | control_p8 | | fv3 | +COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DDEBUG=ON | | fv3 | +RUN | hrrr_control_debug | | fv3 | + COMPILE | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON | | fv3 | RUN | rap_control | | fv3 | @@ -26,6 +29,9 @@ RUN | rap_sfcdiff #RUN | rap_sfcdiff_decomp | | | RUN | rap_sfcdiff_restart | | | rap_sfcdiff RUN | hrrr_control | | fv3 | +RUN | hrrr_control_restart | | | hrrr_control +RUN | hrrr_control_decomp | | | +RUN | hrrr_control_2threads | | | RUN | rrfs_v1beta | | fv3 | RUN | rrfs_conus13km_hrrr_warm | | fv3 | RUN | rrfs_conus13km_radar_tten_warm | | fv3 | From 1ff552214aa31153f448a2abe2db8ef3bc6f7f68 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Fri, 20 May 2022 20:02:58 +0000 Subject: [PATCH 10/18] jet.intel tests passed --- tests/RegressionTests_jet.intel.log | 4084 +++++++++++---------------- 1 file changed, 1726 insertions(+), 2358 deletions(-) diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index efbc82e468..36f1c20492 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,2759 +1,2127 @@ -Tue May 17 23:58:11 GMT 2022 +Fri May 20 16:27:17 GMT 2022 Start Regression test -Compile 001 elapsed time 2039 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 439 seconds. -DAPP=S2SA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1265 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 004 elapsed time 1371 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 005 elapsed time 1309 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 006 elapsed time 1269 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 007 elapsed time 280 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 307 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 435 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 455 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 1550 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 012 elapsed time 1581 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 013 elapsed time 286 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 014 elapsed time 213 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 015 elapsed time 1478 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 016 elapsed time 1315 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 001 elapsed time 1733 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 276 seconds. -DAPP=S2SA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1273 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 004 elapsed time 246 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 1373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 006 elapsed time 1307 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 007 elapsed time 1202 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 008 elapsed time 246 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 211 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 219 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 211 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 1547 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 013 elapsed time 1723 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 014 elapsed time 282 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 015 elapsed time 127 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 1486 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 017 elapsed time 1271 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/cpld_control_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/cpld_control_p8 Checking test 001 cpld_control_p8 results .... - Comparing sfcf021.tile1.nc .........OK - Comparing sfcf021.tile2.nc .........OK - Comparing sfcf021.tile3.nc .........OK - Comparing sfcf021.tile4.nc .........OK - Comparing sfcf021.tile5.nc .........OK - Comparing sfcf021.tile6.nc .........OK - Comparing atmf021.tile1.nc .........OK - Comparing atmf021.tile2.nc .........OK - Comparing atmf021.tile3.nc .........OK - Comparing atmf021.tile4.nc .........OK - Comparing atmf021.tile5.nc .........OK - Comparing atmf021.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 473.155027 - 0: The maximum resident set size (KB) = 1162212 +Moving baseline 001 cpld_control_p8 files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Moving gocart.inst_aod.20210323_0600z.nc4 .........OK + Moving 20210323.060000.out_grd.glo_1deg .........OK + Moving 20210323.060000.out_pnt.points .........OK + Moving 20210323.060000.restart.glo_1deg .........OK + + 0: The total amount of wall time = 472.135102 + 0: The maximum resident set size (KB) = 1157340 Test 001 cpld_control_p8 PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/cpld_2threads_p8 -Checking test 002 cpld_2threads_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 1365.692811 - 0: The maximum resident set size (KB) = 1749736 - -Test 002 cpld_2threads_p8 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/cpld_mpi_p8 -Checking test 003 cpld_mpi_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing 20210323.060000.out_grd.glo_1deg .........OK - Comparing 20210323.060000.out_pnt.points .........OK - Comparing 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 399.711333 - 0: The maximum resident set size (KB) = 1282012 - -Test 003 cpld_mpi_p8 PASS - - baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/cpld_control_c96_p8 -Checking test 004 cpld_control_c96_p8 results .... - Comparing sfcf021.tile1.nc .........OK - Comparing sfcf021.tile2.nc .........OK - Comparing sfcf021.tile3.nc .........OK - Comparing sfcf021.tile4.nc .........OK - Comparing sfcf021.tile5.nc .........OK - Comparing sfcf021.tile6.nc .........OK - Comparing atmf021.tile1.nc .........OK - Comparing atmf021.tile2.nc .........OK - Comparing atmf021.tile3.nc .........OK - Comparing atmf021.tile4.nc .........OK - Comparing atmf021.tile5.nc .........OK - Comparing atmf021.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - 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 = 393.632015 - 0: The maximum resident set size (KB) = 1279104 - -Test 004 cpld_control_c96_p8 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/cpld_restart_c96_p8 -Checking test 005 cpld_restart_c96_p8 results .... - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - 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 = 225.407863 - 0: The maximum resident set size (KB) = 1237556 - -Test 005 cpld_restart_c96_p8 PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/cpld_control_c96_p8 +Checking test 002 cpld_control_c96_p8 results .... +Moving baseline 002 cpld_control_c96_p8 files .... + Moving sfcf021.tile1.nc .........OK + Moving sfcf021.tile2.nc .........OK + Moving sfcf021.tile3.nc .........OK + Moving sfcf021.tile4.nc .........OK + Moving sfcf021.tile5.nc .........OK + Moving sfcf021.tile6.nc .........OK + Moving atmf021.tile1.nc .........OK + Moving atmf021.tile2.nc .........OK + Moving atmf021.tile3.nc .........OK + Moving atmf021.tile4.nc .........OK + Moving atmf021.tile5.nc .........OK + Moving atmf021.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + Moving gocart.inst_aod.20210323_0600z.nc4 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 397.885265 + 0: The maximum resident set size (KB) = 1269740 + +Test 002 cpld_control_c96_p8 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/cpld_debug_p8 -Checking test 006 cpld_debug_p8 results .... - Comparing sfcf006.tile1.nc .........OK - Comparing sfcf006.tile2.nc .........OK - Comparing sfcf006.tile3.nc .........OK - Comparing sfcf006.tile4.nc .........OK - Comparing sfcf006.tile5.nc .........OK - Comparing sfcf006.tile6.nc .........OK - Comparing atmf006.tile1.nc .........OK - Comparing atmf006.tile2.nc .........OK - Comparing atmf006.tile3.nc .........OK - Comparing atmf006.tile4.nc .........OK - Comparing atmf006.tile5.nc .........OK - Comparing atmf006.tile6.nc .........OK - Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-22-43200.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - - 0: The total amount of wall time = 1067.591963 - 0: The maximum resident set size (KB) = 1347956 - -Test 006 cpld_debug_p8 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control -Checking test 007 control results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 182.266801 - 0: The maximum resident set size (KB) = 471844 - -Test 007 control PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_decomp -Checking test 008 control_decomp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 185.667724 - 0: The maximum resident set size (KB) = 472140 - -Test 008 control_decomp PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_2dwrtdecomp -Checking test 009 control_2dwrtdecomp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - - 0: The total amount of wall time = 175.149662 - 0: The maximum resident set size (KB) = 473884 - -Test 009 control_2dwrtdecomp PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_2threads -Checking test 010 control_2threads results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 808.090100 - 0: The maximum resident set size (KB) = 528428 - -Test 010 control_2threads PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/cpld_debug_p8 +Checking test 003 cpld_debug_p8 results .... +Moving baseline 003 cpld_debug_p8 files .... + Moving sfcf006.tile1.nc .........OK + Moving sfcf006.tile2.nc .........OK + Moving sfcf006.tile3.nc .........OK + Moving sfcf006.tile4.nc .........OK + Moving sfcf006.tile5.nc .........OK + Moving sfcf006.tile6.nc .........OK + Moving atmf006.tile1.nc .........OK + Moving atmf006.tile2.nc .........OK + Moving atmf006.tile3.nc .........OK + Moving atmf006.tile4.nc .........OK + Moving atmf006.tile5.nc .........OK + Moving atmf006.tile6.nc .........OK + Moving gocart.inst_aod.20210322_1200z.nc4 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-22-43200.nc .........OK + Moving RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK + + 0: The total amount of wall time = 1068.755885 + 0: The maximum resident set size (KB) = 1345232 + +Test 003 cpld_debug_p8 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_restart -Checking test 011 control_restart results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 97.705395 - 0: The maximum resident set size (KB) = 213700 - -Test 011 control_restart PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_fhzero -Checking test 012 control_fhzero results .... - Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf021.nc ............ALT CHECK......OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 174.023025 - 0: The maximum resident set size (KB) = 470016 - -Test 012 control_fhzero PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control +Checking test 004 control results .... +Moving baseline 004 control files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 183.387827 + 0: The maximum resident set size (KB) = 468704 + +Test 004 control PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_CubedSphereGrid -Checking test 013 control_CubedSphereGrid results .... - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - - 0: The total amount of wall time = 174.931639 - 0: The maximum resident set size (KB) = 469452 - -Test 013 control_CubedSphereGrid PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_CubedSphereGrid +Checking test 005 control_CubedSphereGrid results .... +Moving baseline 005 control_CubedSphereGrid files .... + Moving sfcf000.tile1.nc .........OK + Moving sfcf000.tile2.nc .........OK + Moving sfcf000.tile3.nc .........OK + Moving sfcf000.tile4.nc .........OK + Moving sfcf000.tile5.nc .........OK + Moving sfcf000.tile6.nc .........OK + Moving sfcf024.tile1.nc .........OK + Moving sfcf024.tile2.nc .........OK + Moving sfcf024.tile3.nc .........OK + Moving sfcf024.tile4.nc .........OK + Moving sfcf024.tile5.nc .........OK + Moving sfcf024.tile6.nc .........OK + Moving atmf000.tile1.nc .........OK + Moving atmf000.tile2.nc .........OK + Moving atmf000.tile3.nc .........OK + Moving atmf000.tile4.nc .........OK + Moving atmf000.tile5.nc .........OK + Moving atmf000.tile6.nc .........OK + Moving atmf024.tile1.nc .........OK + Moving atmf024.tile2.nc .........OK + Moving atmf024.tile3.nc .........OK + Moving atmf024.tile4.nc .........OK + Moving atmf024.tile5.nc .........OK + Moving atmf024.tile6.nc .........OK + + 0: The total amount of wall time = 175.149731 + 0: The maximum resident set size (KB) = 472784 + +Test 005 control_CubedSphereGrid PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_latlon -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_latlon -Checking test 014 control_latlon results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_latlon +Checking test 006 control_latlon results .... +Moving baseline 006 control_latlon files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 178.573912 - 0: The maximum resident set size (KB) = 471208 + 0: The total amount of wall time = 177.661382 + 0: The maximum resident set size (KB) = 470384 -Test 014 control_latlon PASS +Test 006 control_latlon PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_wrtGauss_netcdf_parallel -Checking test 015 control_wrtGauss_netcdf_parallel results .... - Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_wrtGauss_netcdf_parallel +Checking test 007 control_wrtGauss_netcdf_parallel results .... +Moving baseline 007 control_wrtGauss_netcdf_parallel files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 185.562603 - 0: The maximum resident set size (KB) = 470812 + 0: The total amount of wall time = 182.085348 + 0: The maximum resident set size (KB) = 467952 -Test 015 control_wrtGauss_netcdf_parallel PASS +Test 007 control_wrtGauss_netcdf_parallel PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c48 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_c48 -Checking test 016 control_c48 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - -0: The total amount of wall time = 560.629885 -0: The maximum resident set size (KB) = 665212 - -Test 016 control_c48 PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_c48 +Checking test 008 control_c48 results .... +Moving baseline 008 control_c48 files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + +0: The total amount of wall time = 562.435436 +0: The maximum resident set size (KB) = 670256 + +Test 008 control_c48 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c192 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_c192 -Checking test 017 control_c192 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_c192 +Checking test 009 control_c192 results .... +Moving baseline 009 control_c192 files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 677.590692 - 0: The maximum resident set size (KB) = 568472 + 0: The total amount of wall time = 680.452981 + 0: The maximum resident set size (KB) = 573636 -Test 017 control_c192 PASS +Test 009 control_c192 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c384 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_c384 -Checking test 018 control_c384 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_c384 +Checking test 010 control_c384 results .... +Moving baseline 010 control_c384 files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 894.423312 - 0: The maximum resident set size (KB) = 698612 + 0: The total amount of wall time = 878.128570 + 0: The maximum resident set size (KB) = 700476 -Test 018 control_c384 PASS +Test 010 control_c384 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c384gdas -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_c384gdas -Checking test 019 control_c384gdas results .... - Comparing sfcf000.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf006.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF06 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF06 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 849.446641 - 0: The maximum resident set size (KB) = 786508 - -Test 019 control_c384gdas PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_c384gdas +Checking test 011 control_c384gdas results .... +Moving baseline 011 control_c384gdas files .... + Moving sfcf000.nc .........OK + Moving sfcf006.nc .........OK + Moving atmf000.nc .........OK + Moving atmf006.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF06 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF06 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 828.979135 + 0: The maximum resident set size (KB) = 787160 + +Test 011 control_c384gdas PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_stochy -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_stochy -Checking test 020 control_stochy results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_stochy +Checking test 012 control_stochy results .... +Moving baseline 012 control_stochy files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 133.190717 - 0: The maximum resident set size (KB) = 476692 + 0: The total amount of wall time = 122.455403 + 0: The maximum resident set size (KB) = 471428 -Test 020 control_stochy PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_stochy -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_stochy_restart -Checking test 021 control_stochy_restart results .... - Comparing sfcf012.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 66.616225 - 0: The maximum resident set size (KB) = 238064 - -Test 021 control_stochy_restart PASS +Test 012 control_stochy PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_lndp -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_lndp -Checking test 022 control_lndp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_lndp +Checking test 013 control_lndp results .... +Moving baseline 013 control_lndp files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 115.373868 - 0: The maximum resident set size (KB) = 473936 + 0: The total amount of wall time = 106.171093 + 0: The maximum resident set size (KB) = 472272 -Test 022 control_lndp PASS +Test 013 control_lndp PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_iovr4 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_iovr4 -Checking test 023 control_iovr4 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 184.739645 - 0: The maximum resident set size (KB) = 470736 - -Test 023 control_iovr4 PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_iovr4 +Checking test 014 control_iovr4 results .... +Moving baseline 014 control_iovr4 files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 185.603999 + 0: The maximum resident set size (KB) = 472184 + +Test 014 control_iovr4 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_iovr5 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_iovr5 -Checking test 024 control_iovr5 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 183.162864 - 0: The maximum resident set size (KB) = 468068 - -Test 024 control_iovr5 PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_iovr5 +Checking test 015 control_iovr5 results .... +Moving baseline 015 control_iovr5 files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 182.872531 + 0: The maximum resident set size (KB) = 471488 + +Test 015 control_iovr5 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_p8 -Checking test 025 control_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 236.757877 - 0: The maximum resident set size (KB) = 857708 - -Test 025 control_p8 PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_p8 +Checking test 016 control_p8 results .... +Moving baseline 016 control_p8 files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 237.585650 + 0: The maximum resident set size (KB) = 850156 + +Test 016 control_p8 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8_lndp -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_p8_lndp -Checking test 026 control_p8_lndp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing sfcf048.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing atmf048.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSFLX.GrbF48 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing GFSPRS.GrbF48 .........OK - - 0: The total amount of wall time = 454.652241 - 0: The maximum resident set size (KB) = 856852 - -Test 026 control_p8_lndp PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_restart_p8 -Checking test 027 control_restart_p8 results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 126.705630 - 0: The maximum resident set size (KB) = 598968 - -Test 027 control_restart_p8 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_decomp_p8 -Checking test 028 control_decomp_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 240.995700 - 0: The maximum resident set size (KB) = 846316 - -Test 028 control_decomp_p8 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_2threads_p8 -Checking test 029 control_2threads_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 924.252709 - 0: The maximum resident set size (KB) = 939608 - -Test 029 control_2threads_p8 PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_p8_lndp +Checking test 017 control_p8_lndp results .... +Moving baseline 017 control_p8_lndp files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving sfcf048.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving atmf048.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSFLX.GrbF48 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving GFSPRS.GrbF48 .........OK + + 0: The total amount of wall time = 455.256166 + 0: The maximum resident set size (KB) = 852032 + +Test 017 control_p8_lndp PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8_rrtmgp -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_p8_rrtmgp -Checking test 030 control_p8_rrtmgp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 273.730480 - 0: The maximum resident set size (KB) = 975564 - -Test 030 control_p8_rrtmgp PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/regional_control -Checking test 031 regional_control results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF24 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF24 .........OK - - 0: The total amount of wall time = 476.267897 - 0: The maximum resident set size (KB) = 584156 - -Test 031 regional_control PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_p8_rrtmgp +Checking test 018 control_p8_rrtmgp results .... +Moving baseline 018 control_p8_rrtmgp files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 281.065054 + 0: The maximum resident set size (KB) = 975856 + +Test 018 control_p8_rrtmgp PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/regional_restart -Checking test 032 regional_restart results .... - Comparing dynf024.nc .........OK - Comparing phyf024.nc .........OK - Comparing PRSLEV.GrbF24 .........OK - Comparing NATLEV.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_control +Checking test 019 regional_control results .... +Moving baseline 019 regional_control files .... + Moving dynf000.nc .........OK + Moving dynf024.nc .........OK + Moving phyf000.nc .........OK + Moving phyf024.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF24 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 275.864468 - 0: The maximum resident set size (KB) = 582960 + 0: The total amount of wall time = 501.427695 + 0: The maximum resident set size (KB) = 580828 -Test 032 regional_restart PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/regional_control_2dwrtdecomp -Checking test 033 regional_control_2dwrtdecomp results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK - - 0: The total amount of wall time = 471.277610 - 0: The maximum resident set size (KB) = 578696 - -Test 033 regional_control_2dwrtdecomp PASS +Test 019 regional_control PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_noquilt -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/regional_noquilt -Checking test 034 regional_noquilt results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK - Comparing RESTART/fv_core.res.tile1_new.nc .........OK - Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_noquilt +Checking test 020 regional_noquilt results .... +Moving baseline 020 regional_noquilt files .... + Moving atmos_4xdaily.nc .........OK + Moving fv3_history2d.nc .........OK + Moving fv3_history.nc .........OK + Moving RESTART/fv_core.res.tile1_new.nc .........OK + Moving RESTART/fv_tracer.res.tile1_new.nc .........OK - 0: The total amount of wall time = 497.807911 - 0: The maximum resident set size (KB) = 588124 + 0: The total amount of wall time = 503.235220 + 0: The maximum resident set size (KB) = 587712 -Test 034 regional_noquilt PASS +Test 020 regional_noquilt PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/regional_netcdf_parallel -Checking test 035 regional_netcdf_parallel results .... - Comparing dynf000.nc .........OK - Comparing dynf024.nc ............ALT CHECK......OK - Comparing phyf000.nc .........OK - Comparing phyf024.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_netcdf_parallel +Checking test 021 regional_netcdf_parallel results .... +Moving baseline 021 regional_netcdf_parallel files .... + Moving dynf000.nc .........OK + Moving dynf024.nc .........OK + Moving phyf000.nc .........OK + Moving phyf024.nc .........OK - 0: The total amount of wall time = 474.475171 - 0: The maximum resident set size (KB) = 581260 + 0: The total amount of wall time = 472.164054 + 0: The maximum resident set size (KB) = 580912 -Test 035 regional_netcdf_parallel PASS +Test 021 regional_netcdf_parallel PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_3km -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/regional_3km -Checking test 036 regional_3km results .... - Comparing dynf000.nc .........OK - Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF06 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF06 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_3km +Checking test 022 regional_3km results .... +Moving baseline 022 regional_3km files .... + Moving dynf000.nc .........OK + Moving dynf006.nc .........OK + Moving phyf000.nc .........OK + Moving phyf006.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF06 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 386.876351 - 0: The maximum resident set size (KB) = 626156 + 0: The total amount of wall time = 395.164416 + 0: The maximum resident set size (KB) = 610384 -Test 036 regional_3km PASS +Test 022 regional_3km PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_control -Checking test 037 rap_control results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 588.717092 - 0: The maximum resident set size (KB) = 839608 - -Test 037 rap_control PASS +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hrrr_control_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hrrr_control_debug +Checking test 023 hrrr_control_debug results .... +Moving baseline 023 hrrr_control_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + 0: The total amount of wall time = 345.515378 + 0: The maximum resident set size (KB) = 999764 -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_rrtmgp -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_rrtmgp -Checking test 038 rap_rrtmgp results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 623.494066 - 0: The maximum resident set size (KB) = 954164 - -Test 038 rap_rrtmgp PASS +Test 023 hrrr_control_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/regional_spp_sppt_shum_skeb -Checking test 039 regional_spp_sppt_shum_skeb 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 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_control +Checking test 024 rap_control results .... +Moving baseline 024 rap_control files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 594.112339 + 0: The maximum resident set size (KB) = 839208 + +Test 024 rap_control PASS - 0: The total amount of wall time = 1358.313959 - 0: The maximum resident set size (KB) = 934728 -Test 039 regional_spp_sppt_shum_skeb PASS +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_rrtmgp +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_rrtmgp +Checking test 025 rap_rrtmgp results .... +Moving baseline 025 rap_rrtmgp files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 636.111110 + 0: The maximum resident set size (KB) = 959040 + +Test 025 rap_rrtmgp PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_restart -Checking test 040 rap_restart results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 301.703229 - 0: The maximum resident set size (KB) = 589776 - -Test 040 rap_restart PASS +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_spp_sppt_shum_skeb +Checking test 026 regional_spp_sppt_shum_skeb results .... +Moving baseline 026 regional_spp_sppt_shum_skeb files .... + Moving dynf000.nc .........OK + Moving dynf001.nc .........OK + Moving phyf000.nc .........OK + Moving phyf001.nc .........OK + Moving PRSLEV.GrbF00 .........OK + Moving PRSLEV.GrbF01 .........OK + Moving NATLEV.GrbF00 .........OK + Moving NATLEV.GrbF01 .........OK + 0: The total amount of wall time = 1387.773522 + 0: The maximum resident set size (KB) = 1201080 -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_sfcdiff -Checking test 041 rap_sfcdiff results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 586.728441 - 0: The maximum resident set size (KB) = 842252 - -Test 041 rap_sfcdiff PASS +Test 026 regional_spp_sppt_shum_skeb PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_sfcdiff_restart -Checking test 042 rap_sfcdiff_restart results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 301.978573 - 0: The maximum resident set size (KB) = 591884 - -Test 042 rap_sfcdiff_restart PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_sfcdiff +Checking test 027 rap_sfcdiff results .... +Moving baseline 027 rap_sfcdiff files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 593.196604 + 0: The maximum resident set size (KB) = 843776 + +Test 027 rap_sfcdiff PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hrrr_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hrrr_control -Checking test 043 hrrr_control results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 562.966128 - 0: The maximum resident set size (KB) = 840856 - -Test 043 hrrr_control PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hrrr_control +Checking test 028 hrrr_control results .... +Moving baseline 028 hrrr_control files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 569.349852 + 0: The maximum resident set size (KB) = 840448 + +Test 028 hrrr_control PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rrfs_v1beta -Checking test 044 rrfs_v1beta results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 578.002853 - 0: The maximum resident set size (KB) = 833948 - -Test 044 rrfs_v1beta PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_v1beta +Checking test 029 rrfs_v1beta results .... +Moving baseline 029 rrfs_v1beta files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 582.309832 + 0: The maximum resident set size (KB) = 832112 + +Test 029 rrfs_v1beta PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1nssl -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rrfs_v1nssl -Checking test 045 rrfs_v1nssl results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 640.821612 - 0: The maximum resident set size (KB) = 527352 - -Test 045 rrfs_v1nssl PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_v1nssl +Checking test 030 rrfs_v1nssl results .... +Moving baseline 030 rrfs_v1nssl files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 643.684050 + 0: The maximum resident set size (KB) = 527836 + +Test 030 rrfs_v1nssl PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rrfs_v1nssl_nohailnoccn -Checking test 046 rrfs_v1nssl_nohailnoccn results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 629.207110 - 0: The maximum resident set size (KB) = 519120 - -Test 046 rrfs_v1nssl_nohailnoccn PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_v1nssl_nohailnoccn +Checking test 031 rrfs_v1nssl_nohailnoccn results .... +Moving baseline 031 rrfs_v1nssl_nohailnoccn files .... + Moving sfcf000.nc .........OK + Moving sfcf021.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf021.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF21 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF21 .........OK + Moving GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 632.836802 + 0: The maximum resident set size (KB) = 520180 + +Test 031 rrfs_v1nssl_nohailnoccn PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rrfs_conus13km_hrrr_warm -Checking test 047 rrfs_conus13km_hrrr_warm 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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_conus13km_hrrr_warm +Checking test 032 rrfs_conus13km_hrrr_warm results .... +Moving baseline 032 rrfs_conus13km_hrrr_warm files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving sfcf002.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + Moving atmf002.nc .........OK - 0: The total amount of wall time = 252.108791 - 0: The maximum resident set size (KB) = 661428 + 0: The total amount of wall time = 254.159290 + 0: The maximum resident set size (KB) = 660688 -Test 047 rrfs_conus13km_hrrr_warm PASS +Test 032 rrfs_conus13km_hrrr_warm PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rrfs_conus13km_radar_tten_warm -Checking test 048 rrfs_conus13km_radar_tten_warm 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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_conus13km_radar_tten_warm +Checking test 033 rrfs_conus13km_radar_tten_warm results .... +Moving baseline 033 rrfs_conus13km_radar_tten_warm files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving sfcf002.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + Moving atmf002.nc .........OK - 0: The total amount of wall time = 252.181187 - 0: The maximum resident set size (KB) = 669120 + 0: The total amount of wall time = 253.668352 + 0: The maximum resident set size (KB) = 664020 -Test 048 rrfs_conus13km_radar_tten_warm PASS +Test 033 rrfs_conus13km_radar_tten_warm PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rrfs_smoke_conus13km_hrrr_warm -Checking test 049 rrfs_smoke_conus13km_hrrr_warm 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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_smoke_conus13km_hrrr_warm +Checking test 034 rrfs_smoke_conus13km_hrrr_warm results .... +Moving baseline 034 rrfs_smoke_conus13km_hrrr_warm files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving sfcf002.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + Moving atmf002.nc .........OK - 0: The total amount of wall time = 273.795373 - 0: The maximum resident set size (KB) = 682328 + 0: The total amount of wall time = 274.693690 + 0: The maximum resident set size (KB) = 680848 -Test 049 rrfs_smoke_conus13km_hrrr_warm PASS +Test 034 rrfs_smoke_conus13km_hrrr_warm PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmg -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_csawmg -Checking test 050 control_csawmg results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_csawmg +Checking test 035 control_csawmg results .... +Moving baseline 035 control_csawmg files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 448.498815 - 0: The maximum resident set size (KB) = 540628 + 0: The total amount of wall time = 446.280251 + 0: The maximum resident set size (KB) = 536316 -Test 050 control_csawmg PASS +Test 035 control_csawmg PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmgt -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_csawmgt -Checking test 051 control_csawmgt results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_csawmgt +Checking test 036 control_csawmgt results .... +Moving baseline 036 control_csawmgt files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 441.993976 - 0: The maximum resident set size (KB) = 536432 + 0: The total amount of wall time = 442.504444 + 0: The maximum resident set size (KB) = 538744 -Test 051 control_csawmgt PASS +Test 036 control_csawmgt PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_flake -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_flake -Checking test 052 control_flake results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_flake +Checking test 037 control_flake results .... +Moving baseline 037 control_flake files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 331.290657 - 0: The maximum resident set size (KB) = 542268 + 0: The total amount of wall time = 325.108509 + 0: The maximum resident set size (KB) = 541872 -Test 052 control_flake PASS +Test 037 control_flake PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_ras -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_ras -Checking test 053 control_ras results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_ras +Checking test 038 control_ras results .... +Moving baseline 038 control_ras files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 241.333018 - 0: The maximum resident set size (KB) = 499904 + 0: The total amount of wall time = 243.581148 + 0: The maximum resident set size (KB) = 500088 -Test 053 control_ras PASS +Test 038 control_ras PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_thompson -Checking test 054 control_thompson results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson +Checking test 039 control_thompson results .... +Moving baseline 039 control_thompson files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 328.598876 - 0: The maximum resident set size (KB) = 849852 + 0: The total amount of wall time = 327.261265 + 0: The maximum resident set size (KB) = 848316 -Test 054 control_thompson PASS +Test 039 control_thompson PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_no_aero -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_thompson_no_aero -Checking test 055 control_thompson_no_aero results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_no_aero +Checking test 040 control_thompson_no_aero results .... +Moving baseline 040 control_thompson_no_aero files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 307.055598 - 0: The maximum resident set size (KB) = 850160 + 0: The total amount of wall time = 308.294897 + 0: The maximum resident set size (KB) = 846092 -Test 055 control_thompson_no_aero PASS +Test 040 control_thompson_no_aero PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wam -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_wam -Checking test 056 control_wam results .... - Comparing sfcf024.nc .........OK - Comparing atmf024.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_wam +Checking test 041 control_wam results .... +Moving baseline 041 control_wam files .... + Moving sfcf024.nc .........OK + Moving atmf024.nc .........OK - 0: The total amount of wall time = 146.670657 - 0: The maximum resident set size (KB) = 233912 + 0: The total amount of wall time = 150.335329 + 0: The maximum resident set size (KB) = 232404 -Test 056 control_wam PASS +Test 041 control_wam PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_debug -Checking test 057 control_debug 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.395758 - 0: The maximum resident set size (KB) = 637744 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_debug +Checking test 042 control_debug results .... +Moving baseline 042 control_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK -Test 057 control_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_2threads_debug -Checking test 058 control_2threads_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK + 0: The total amount of wall time = 189.374899 + 0: The maximum resident set size (KB) = 629660 - 0: The total amount of wall time = 368.346562 - 0: The maximum resident set size (KB) = 684032 - -Test 058 control_2threads_debug PASS +Test 042 control_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_CubedSphereGrid_debug -Checking test 059 control_CubedSphereGrid_debug results .... - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf001.tile1.nc .........OK - Comparing sfcf001.tile2.nc .........OK - Comparing sfcf001.tile3.nc .........OK - Comparing sfcf001.tile4.nc .........OK - Comparing sfcf001.tile5.nc .........OK - Comparing sfcf001.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf001.tile1.nc .........OK - Comparing atmf001.tile2.nc .........OK - Comparing atmf001.tile3.nc .........OK - Comparing atmf001.tile4.nc .........OK - Comparing atmf001.tile5.nc .........OK - Comparing atmf001.tile6.nc .........OK - - 0: The total amount of wall time = 206.545632 - 0: The maximum resident set size (KB) = 631140 - -Test 059 control_CubedSphereGrid_debug PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_CubedSphereGrid_debug +Checking test 043 control_CubedSphereGrid_debug results .... +Moving baseline 043 control_CubedSphereGrid_debug files .... + Moving sfcf000.tile1.nc .........OK + Moving sfcf000.tile2.nc .........OK + Moving sfcf000.tile3.nc .........OK + Moving sfcf000.tile4.nc .........OK + Moving sfcf000.tile5.nc .........OK + Moving sfcf000.tile6.nc .........OK + Moving sfcf001.tile1.nc .........OK + Moving sfcf001.tile2.nc .........OK + Moving sfcf001.tile3.nc .........OK + Moving sfcf001.tile4.nc .........OK + Moving sfcf001.tile5.nc .........OK + Moving sfcf001.tile6.nc .........OK + Moving atmf000.tile1.nc .........OK + Moving atmf000.tile2.nc .........OK + Moving atmf000.tile3.nc .........OK + Moving atmf000.tile4.nc .........OK + Moving atmf000.tile5.nc .........OK + Moving atmf000.tile6.nc .........OK + Moving atmf001.tile1.nc .........OK + Moving atmf001.tile2.nc .........OK + Moving atmf001.tile3.nc .........OK + Moving atmf001.tile4.nc .........OK + Moving atmf001.tile5.nc .........OK + Moving atmf001.tile6.nc .........OK + + 0: The total amount of wall time = 204.429276 + 0: The maximum resident set size (KB) = 630932 + +Test 043 control_CubedSphereGrid_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_wrtGauss_netcdf_parallel_debug -Checking test 060 control_wrtGauss_netcdf_parallel_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc ............ALT CHECK......OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_wrtGauss_netcdf_parallel_debug +Checking test 044 control_wrtGauss_netcdf_parallel_debug results .... +Moving baseline 044 control_wrtGauss_netcdf_parallel_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 192.714307 - 0: The maximum resident set size (KB) = 629244 + 0: The total amount of wall time = 193.088048 + 0: The maximum resident set size (KB) = 626532 -Test 060 control_wrtGauss_netcdf_parallel_debug PASS +Test 044 control_wrtGauss_netcdf_parallel_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_stochy_debug -Checking test 061 control_stochy_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_stochy_debug +Checking test 045 control_stochy_debug results .... +Moving baseline 045 control_stochy_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 216.459327 - 0: The maximum resident set size (KB) = 631072 + 0: The total amount of wall time = 218.677508 + 0: The maximum resident set size (KB) = 635300 -Test 061 control_stochy_debug PASS +Test 045 control_stochy_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_lndp_debug -Checking test 062 control_lndp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_lndp_debug +Checking test 046 control_lndp_debug results .... +Moving baseline 046 control_lndp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 194.031613 - 0: The maximum resident set size (KB) = 636408 + 0: The total amount of wall time = 196.575135 + 0: The maximum resident set size (KB) = 630044 -Test 062 control_lndp_debug PASS +Test 046 control_lndp_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_csawmg_debug -Checking test 063 control_csawmg_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_csawmg_debug +Checking test 047 control_csawmg_debug results .... +Moving baseline 047 control_csawmg_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 329.055738 - 0: The maximum resident set size (KB) = 671416 + 0: The total amount of wall time = 305.415852 + 0: The maximum resident set size (KB) = 667392 -Test 063 control_csawmg_debug PASS +Test 047 control_csawmg_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_csawmgt_debug -Checking test 064 control_csawmgt_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_csawmgt_debug +Checking test 048 control_csawmgt_debug results .... +Moving baseline 048 control_csawmgt_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 310.952699 - 0: The maximum resident set size (KB) = 671316 + 0: The total amount of wall time = 304.984490 + 0: The maximum resident set size (KB) = 666452 -Test 064 control_csawmgt_debug PASS +Test 048 control_csawmgt_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_ras_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_ras_debug -Checking test 065 control_ras_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_ras_debug +Checking test 049 control_ras_debug results .... +Moving baseline 049 control_ras_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 196.494733 - 0: The maximum resident set size (KB) = 639780 + 0: The total amount of wall time = 199.377398 + 0: The maximum resident set size (KB) = 638484 -Test 065 control_ras_debug PASS +Test 049 control_ras_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_diag_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_diag_debug -Checking test 066 control_diag_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_diag_debug +Checking test 050 control_diag_debug results .... +Moving baseline 050 control_diag_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 203.503432 - 0: The maximum resident set size (KB) = 686800 + 0: The total amount of wall time = 201.784001 + 0: The maximum resident set size (KB) = 682336 -Test 066 control_diag_debug PASS +Test 050 control_diag_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_debug_p8 -Checking test 067 control_debug_p8 results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_debug_p8 +Checking test 051 control_debug_p8 results .... +Moving baseline 051 control_debug_p8 files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 217.877933 - 0: The maximum resident set size (KB) = 1017688 + 0: The total amount of wall time = 218.946747 + 0: The maximum resident set size (KB) = 1017432 -Test 067 control_debug_p8 PASS +Test 051 control_debug_p8 PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_thompson_debug -Checking test 068 control_thompson_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_debug +Checking test 052 control_thompson_debug results .... +Moving baseline 052 control_thompson_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 231.044037 - 0: The maximum resident set size (KB) = 993628 + 0: The total amount of wall time = 224.662711 + 0: The maximum resident set size (KB) = 992968 -Test 068 control_thompson_debug PASS +Test 052 control_thompson_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_no_aero_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_thompson_no_aero_debug -Checking test 069 control_thompson_no_aero_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_no_aero_debug +Checking test 053 control_thompson_no_aero_debug results .... +Moving baseline 053 control_thompson_no_aero_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 219.692961 - 0: The maximum resident set size (KB) = 988440 + 0: The total amount of wall time = 219.306821 + 0: The maximum resident set size (KB) = 980824 -Test 069 control_thompson_no_aero_debug PASS +Test 053 control_thompson_no_aero_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_debug_extdiag -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_thompson_extdiag_debug -Checking test 070 control_thompson_extdiag_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_extdiag_debug +Checking test 054 control_thompson_extdiag_debug results .... +Moving baseline 054 control_thompson_extdiag_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 235.832448 - 0: The maximum resident set size (KB) = 1019500 + 0: The total amount of wall time = 238.331232 + 0: The maximum resident set size (KB) = 1018284 -Test 070 control_thompson_extdiag_debug PASS +Test 054 control_thompson_extdiag_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_progcld_thompson_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_thompson_progcld_thompson_debug -Checking test 071 control_thompson_progcld_thompson_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_progcld_thompson_debug +Checking test 055 control_thompson_progcld_thompson_debug results .... +Moving baseline 055 control_thompson_progcld_thompson_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 222.476003 - 0: The maximum resident set size (KB) = 993668 + 0: The total amount of wall time = 226.720293 + 0: The maximum resident set size (KB) = 986492 -Test 071 control_thompson_progcld_thompson_debug PASS +Test 055 control_thompson_progcld_thompson_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/regional_debug -Checking test 072 regional_debug results .... - Comparing dynf000.nc .........OK - Comparing dynf001.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf001.nc .........OK - - 0: The total amount of wall time = 321.275520 - 0: The maximum resident set size (KB) = 611992 - -Test 072 regional_debug PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_debug +Checking test 056 regional_debug results .... +Moving baseline 056 regional_debug files .... + Moving dynf000.nc .........OK + Moving dynf001.nc .........OK + Moving phyf000.nc .........OK + Moving phyf001.nc .........OK + 0: The total amount of wall time = 321.146230 + 0: The maximum resident set size (KB) = 606704 -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_control_debug -Checking test 073 rap_control_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 346.724800 - 0: The maximum resident set size (KB) = 997028 - -Test 073 rap_control_debug PASS +Test 056 regional_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_unified_drag_suite_debug -Checking test 074 rap_unified_drag_suite_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_control_debug +Checking test 057 rap_control_debug results .... +Moving baseline 057 rap_control_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 345.514730 - 0: The maximum resident set size (KB) = 999864 + 0: The total amount of wall time = 349.163057 + 0: The maximum resident set size (KB) = 997752 -Test 074 rap_unified_drag_suite_debug PASS +Test 057 rap_control_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_diag_debug -Checking test 075 rap_diag_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 368.725844 - 0: The maximum resident set size (KB) = 1079628 - -Test 075 rap_diag_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_cires_ugwp_debug -Checking test 076 rap_cires_ugwp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_diag_debug +Checking test 058 rap_diag_debug results .... +Moving baseline 058 rap_diag_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 353.334726 - 0: The maximum resident set size (KB) = 997268 + 0: The total amount of wall time = 371.529262 + 0: The maximum resident set size (KB) = 1080616 -Test 076 rap_cires_ugwp_debug PASS +Test 058 rap_diag_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_unified_ugwp_debug -Checking test 077 rap_unified_ugwp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_cires_ugwp_debug +Checking test 059 rap_cires_ugwp_debug results .... +Moving baseline 059 rap_cires_ugwp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 359.632348 - 0: The maximum resident set size (KB) = 994340 + 0: The total amount of wall time = 354.928599 + 0: The maximum resident set size (KB) = 994712 -Test 077 rap_unified_ugwp_debug PASS +Test 059 rap_cires_ugwp_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_lndp_debug -Checking test 078 rap_lndp_debug 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.957598 - 0: The maximum resident set size (KB) = 995992 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_lndp_debug +Checking test 060 rap_lndp_debug results .... +Moving baseline 060 rap_lndp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + + 0: The total amount of wall time = 352.961861 + 0: The maximum resident set size (KB) = 994900 -Test 078 rap_lndp_debug PASS +Test 060 rap_lndp_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_flake_debug -Checking test 079 rap_flake_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_flake_debug +Checking test 061 rap_flake_debug results .... +Moving baseline 061 rap_flake_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 346.762739 - 0: The maximum resident set size (KB) = 994596 + 0: The total amount of wall time = 348.278195 + 0: The maximum resident set size (KB) = 998544 -Test 079 rap_flake_debug PASS +Test 061 rap_flake_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_progcld_thompson_debug -Checking test 080 rap_progcld_thompson_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK - - 0: The total amount of wall time = 351.261094 - 0: The maximum resident set size (KB) = 994900 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_progcld_thompson_debug +Checking test 062 rap_progcld_thompson_debug results .... +Moving baseline 062 rap_progcld_thompson_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK -Test 080 rap_progcld_thompson_debug PASS + 0: The total amount of wall time = 348.644748 + 0: The maximum resident set size (KB) = 996300 + +Test 062 rap_progcld_thompson_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_noah_debug -Checking test 081 rap_noah_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_noah_debug +Checking test 063 rap_noah_debug results .... +Moving baseline 063 rap_noah_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 342.667677 - 0: The maximum resident set size (KB) = 992868 + 0: The total amount of wall time = 347.519782 + 0: The maximum resident set size (KB) = 993632 -Test 081 rap_noah_debug PASS +Test 063 rap_noah_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_rrtmgp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_rrtmgp_debug -Checking test 082 rap_rrtmgp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_rrtmgp_debug +Checking test 064 rap_rrtmgp_debug results .... +Moving baseline 064 rap_rrtmgp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 586.678171 - 0: The maximum resident set size (KB) = 1118656 + 0: The total amount of wall time = 592.054860 + 0: The maximum resident set size (KB) = 1115136 -Test 082 rap_rrtmgp_debug PASS +Test 064 rap_rrtmgp_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_sfcdiff_debug -Checking test 083 rap_sfcdiff_debug 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.410083 - 0: The maximum resident set size (KB) = 995448 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_sfcdiff_debug +Checking test 065 rap_sfcdiff_debug results .... +Moving baseline 065 rap_sfcdiff_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK + + 0: The total amount of wall time = 350.595236 + 0: The maximum resident set size (KB) = 997028 -Test 083 rap_sfcdiff_debug PASS +Test 065 rap_sfcdiff_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 084 rap_noah_sfcdiff_cires_ugwp_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 066 rap_noah_sfcdiff_cires_ugwp_debug results .... +Moving baseline 066 rap_noah_sfcdiff_cires_ugwp_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 584.234948 - 0: The maximum resident set size (KB) = 996892 + 0: The total amount of wall time = 579.963463 + 0: The maximum resident set size (KB) = 999152 -Test 084 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 066 rap_noah_sfcdiff_cires_ugwp_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/rrfs_v1beta_debug -Checking test 085 rrfs_v1beta_debug results .... - Comparing sfcf000.nc .........OK - Comparing sfcf001.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf001.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_v1beta_debug +Checking test 067 rrfs_v1beta_debug results .... +Moving baseline 067 rrfs_v1beta_debug files .... + Moving sfcf000.nc .........OK + Moving sfcf001.nc .........OK + Moving atmf000.nc .........OK + Moving atmf001.nc .........OK - 0: The total amount of wall time = 346.970953 - 0: The maximum resident set size (KB) = 997760 + 0: The total amount of wall time = 349.145201 + 0: The maximum resident set size (KB) = 990884 -Test 085 rrfs_v1beta_debug PASS +Test 067 rrfs_v1beta_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wam_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_wam_debug -Checking test 086 control_wam_debug results .... - Comparing sfcf019.nc .........OK - Comparing atmf019.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_wam_debug +Checking test 068 control_wam_debug results .... +Moving baseline 068 control_wam_debug files .... + Moving sfcf019.nc .........OK + Moving atmf019.nc .........OK - 0: The total amount of wall time = 364.408711 - 0: The maximum resident set size (KB) = 255716 + 0: The total amount of wall time = 366.983670 + 0: The maximum resident set size (KB) = 265364 -Test 086 control_wam_debug PASS +Test 068 control_wam_debug PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hafs_regional_atm -Checking test 087 hafs_regional_atm results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing HURPRS.GrbF06 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm +Checking test 069 hafs_regional_atm results .... +Moving baseline 069 hafs_regional_atm files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 1174.198229 - 0: The maximum resident set size (KB) = 711652 + 0: The total amount of wall time = 1215.329723 + 0: The maximum resident set size (KB) = 714508 -Test 087 hafs_regional_atm PASS +Test 069 hafs_regional_atm PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hafs_regional_atm_thompson_gfdlsf -Checking test 088 hafs_regional_atm_thompson_gfdlsf results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm_thompson_gfdlsf +Checking test 070 hafs_regional_atm_thompson_gfdlsf results .... +Moving baseline 070 hafs_regional_atm_thompson_gfdlsf files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK - 0: The total amount of wall time = 1314.354966 - 0: The maximum resident set size (KB) = 1069456 + 0: The total amount of wall time = 1303.620130 + 0: The maximum resident set size (KB) = 1063712 -Test 088 hafs_regional_atm_thompson_gfdlsf PASS +Test 070 hafs_regional_atm_thompson_gfdlsf PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hafs_regional_atm_ocn -Checking test 089 hafs_regional_atm_ocn results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing archv.2019_241_06.a .........OK - Comparing archs.2019_241_06.a .........OK - Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm_ocn +Checking test 071 hafs_regional_atm_ocn results .... +Moving baseline 071 hafs_regional_atm_ocn files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving archv.2019_241_06.a .........OK + Moving archs.2019_241_06.a .........OK + Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 466.793815 - 0: The maximum resident set size (KB) = 749808 + 0: The total amount of wall time = 471.833229 + 0: The maximum resident set size (KB) = 750204 -Test 089 hafs_regional_atm_ocn PASS +Test 071 hafs_regional_atm_ocn PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hafs_regional_atm_wav -Checking test 090 hafs_regional_atm_wav results .... - Comparing atmf006.nc ............ALT CHECK......OK - Comparing sfcf006.nc .........OK - Comparing out_grd.ww3 .........OK - Comparing out_pnt.ww3 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm_wav +Checking test 072 hafs_regional_atm_wav results .... +Moving baseline 072 hafs_regional_atm_wav files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving out_grd.ww3 .........OK + Moving out_pnt.ww3 .........OK - 0: The total amount of wall time = 1150.423708 - 0: The maximum resident set size (KB) = 738480 + 0: The total amount of wall time = 1147.446840 + 0: The maximum resident set size (KB) = 737252 -Test 090 hafs_regional_atm_wav PASS +Test 072 hafs_regional_atm_wav PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hafs_regional_atm_ocn_wav -Checking test 091 hafs_regional_atm_ocn_wav results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing archv.2019_241_06.a .........OK - Comparing archs.2019_241_06.a .........OK - Comparing out_grd.ww3 .........OK - Comparing out_pnt.ww3 .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm_ocn_wav +Checking test 073 hafs_regional_atm_ocn_wav results .... +Moving baseline 073 hafs_regional_atm_ocn_wav files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving archv.2019_241_06.a .........OK + Moving archs.2019_241_06.a .........OK + Moving out_grd.ww3 .........OK + Moving out_pnt.ww3 .........OK - 0: The total amount of wall time = 1259.973835 - 0: The maximum resident set size (KB) = 758872 + 0: The total amount of wall time = 1253.167715 + 0: The maximum resident set size (KB) = 757720 -Test 091 hafs_regional_atm_ocn_wav PASS +Test 073 hafs_regional_atm_ocn_wav PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hafs_regional_docn -Checking test 092 hafs_regional_docn 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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_docn +Checking test 074 hafs_regional_docn results .... +Moving baseline 074 hafs_regional_docn files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Moving ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 457.511536 - 0: The maximum resident set size (KB) = 763232 + 0: The total amount of wall time = 467.337873 + 0: The maximum resident set size (KB) = 769136 -Test 092 hafs_regional_docn PASS +Test 074 hafs_regional_docn PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hafs_regional_docn_oisst -Checking test 093 hafs_regional_docn_oisst 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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_docn_oisst +Checking test 075 hafs_regional_docn_oisst results .... +Moving baseline 075 hafs_regional_docn_oisst files .... + Moving atmf006.nc .........OK + Moving sfcf006.nc .........OK + Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Moving ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 462.436149 - 0: The maximum resident set size (KB) = 742860 + 0: The total amount of wall time = 479.903830 + 0: The maximum resident set size (KB) = 744468 -Test 093 hafs_regional_docn_oisst PASS +Test 075 hafs_regional_docn_oisst PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/hafs_regional_datm_cdeps -Checking test 094 hafs_regional_datm_cdeps 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 = 1247.049091 - 0: The maximum resident set size (KB) = 845356 - -Test 094 hafs_regional_datm_cdeps PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_control_cfsr -Checking test 095 datm_cdeps_control_cfsr results .... - Comparing RESTART/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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_datm_cdeps +Checking test 076 hafs_regional_datm_cdeps results .... +Moving baseline 076 hafs_regional_datm_cdeps files .... + Moving ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK + Moving ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK + Moving ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 193.883511 - 0: The maximum resident set size (KB) = 727100 + 0: The total amount of wall time = 1241.726142 + 0: The maximum resident set size (KB) = 845100 -Test 095 datm_cdeps_control_cfsr PASS +Test 076 hafs_regional_datm_cdeps PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_restart_cfsr -Checking test 096 datm_cdeps_restart_cfsr results .... - Comparing RESTART/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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_control_cfsr +Checking test 077 datm_cdeps_control_cfsr results .... +Moving baseline 077 datm_cdeps_control_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 121.439849 - 0: The maximum resident set size (KB) = 726248 + 0: The total amount of wall time = 208.303367 + 0: The maximum resident set size (KB) = 727388 -Test 096 datm_cdeps_restart_cfsr PASS +Test 077 datm_cdeps_control_cfsr PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_control_gefs -Checking test 097 datm_cdeps_control_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_control_gefs +Checking test 078 datm_cdeps_control_gefs results .... +Moving baseline 078 datm_cdeps_control_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 190.632149 - 0: The maximum resident set size (KB) = 625048 + 0: The total amount of wall time = 192.116463 + 0: The maximum resident set size (KB) = 627744 -Test 097 datm_cdeps_control_gefs PASS +Test 078 datm_cdeps_control_gefs PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_iau_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_iau_gefs -Checking test 098 datm_cdeps_iau_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_iau_gefs +Checking test 079 datm_cdeps_iau_gefs results .... +Moving baseline 079 datm_cdeps_iau_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 192.788287 - 0: The maximum resident set size (KB) = 627576 + 0: The total amount of wall time = 193.249269 + 0: The maximum resident set size (KB) = 623124 -Test 098 datm_cdeps_iau_gefs PASS +Test 079 datm_cdeps_iau_gefs PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_stochy_gefs -Checking test 099 datm_cdeps_stochy_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_stochy_gefs +Checking test 080 datm_cdeps_stochy_gefs results .... +Moving baseline 080 datm_cdeps_stochy_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 192.675823 - 0: The maximum resident set size (KB) = 624364 + 0: The total amount of wall time = 193.990961 + 0: The maximum resident set size (KB) = 625732 -Test 099 datm_cdeps_stochy_gefs PASS +Test 080 datm_cdeps_stochy_gefs PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_bulk_cfsr -Checking test 100 datm_cdeps_bulk_cfsr results .... - Comparing RESTART/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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_bulk_cfsr +Checking test 081 datm_cdeps_bulk_cfsr results .... +Moving baseline 081 datm_cdeps_bulk_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 196.372597 - 0: The maximum resident set size (KB) = 723372 + 0: The total amount of wall time = 195.757778 + 0: The maximum resident set size (KB) = 726252 -Test 100 datm_cdeps_bulk_cfsr PASS +Test 081 datm_cdeps_bulk_cfsr PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_bulk_gefs -Checking test 101 datm_cdeps_bulk_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_bulk_gefs +Checking test 082 datm_cdeps_bulk_gefs results .... +Moving baseline 082 datm_cdeps_bulk_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 190.804951 - 0: The maximum resident set size (KB) = 625916 + 0: The total amount of wall time = 193.059170 + 0: The maximum resident set size (KB) = 623172 -Test 101 datm_cdeps_bulk_gefs PASS +Test 082 datm_cdeps_bulk_gefs PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_mx025_cfsr -Checking test 102 datm_cdeps_mx025_cfsr results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2011-10-01-43200.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_mx025_cfsr +Checking test 083 datm_cdeps_mx025_cfsr results .... +Moving baseline 083 datm_cdeps_mx025_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/MOM.res_1.nc .........OK + Moving RESTART/MOM.res_2.nc .........OK + Moving RESTART/MOM.res_3.nc .........OK + Moving RESTART/iced.2011-10-01-43200.nc .........OK + Moving RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 466.475331 - 0: The maximum resident set size (KB) = 559204 + 0: The total amount of wall time = 413.290500 + 0: The maximum resident set size (KB) = 560684 -Test 102 datm_cdeps_mx025_cfsr PASS +Test 083 datm_cdeps_mx025_cfsr PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_mx025_gefs -Checking test 103 datm_cdeps_mx025_gefs results .... - Comparing RESTART/MOM.res.nc .........OK - Comparing RESTART/MOM.res_1.nc .........OK - Comparing RESTART/MOM.res_2.nc .........OK - Comparing RESTART/MOM.res_3.nc .........OK - Comparing RESTART/iced.2011-10-01-43200.nc .........OK - Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - - 0: The total amount of wall time = 437.081721 - 0: The maximum resident set size (KB) = 527460 - -Test 103 datm_cdeps_mx025_gefs PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_multiple_files_cfsr -Checking test 104 datm_cdeps_multiple_files_cfsr results .... - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_mx025_gefs +Checking test 084 datm_cdeps_mx025_gefs results .... +Moving baseline 084 datm_cdeps_mx025_gefs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/MOM.res_1.nc .........OK + Moving RESTART/MOM.res_2.nc .........OK + Moving RESTART/MOM.res_3.nc .........OK + Moving RESTART/iced.2011-10-01-43200.nc .........OK + Moving RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 193.300915 - 0: The maximum resident set size (KB) = 727000 + 0: The total amount of wall time = 407.838061 + 0: The maximum resident set size (KB) = 526084 -Test 104 datm_cdeps_multiple_files_cfsr PASS +Test 084 datm_cdeps_mx025_gefs PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_3072x1536_cfsr -Checking test 105 datm_cdeps_3072x1536_cfsr results .... - Comparing RESTART/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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_3072x1536_cfsr +Checking test 085 datm_cdeps_3072x1536_cfsr results .... +Moving baseline 085 datm_cdeps_3072x1536_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-02-00000.nc .........OK + Moving RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 281.102104 - 0: The maximum resident set size (KB) = 1835892 + 0: The total amount of wall time = 271.379118 + 0: The maximum resident set size (KB) = 1838256 -Test 105 datm_cdeps_3072x1536_cfsr PASS +Test 085 datm_cdeps_3072x1536_cfsr PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_gfs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_gfs -Checking test 106 datm_cdeps_gfs results .... - Comparing RESTART/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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_gfs +Checking test 086 datm_cdeps_gfs results .... +Moving baseline 086 datm_cdeps_gfs files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2021-03-23-21600.nc .........OK + Moving RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 268.580324 - 0: The maximum resident set size (KB) = 1837156 + 0: The total amount of wall time = 299.458486 + 0: The maximum resident set size (KB) = 1836664 -Test 106 datm_cdeps_gfs PASS +Test 086 datm_cdeps_gfs PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/datm_cdeps_debug_cfsr -Checking test 107 datm_cdeps_debug_cfsr results .... - Comparing RESTART/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 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_debug_cfsr +Checking test 087 datm_cdeps_debug_cfsr results .... +Moving baseline 087 datm_cdeps_debug_cfsr files .... + Moving RESTART/MOM.res.nc .........OK + Moving RESTART/iced.2011-10-01-21600.nc .........OK + Moving RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - 0: The total amount of wall time = 640.179011 - 0: The maximum resident set size (KB) = 735772 + 0: The total amount of wall time = 571.438021 + 0: The maximum resident set size (KB) = 734484 -Test 107 datm_cdeps_debug_cfsr PASS +Test 087 datm_cdeps_debug_cfsr PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_atmwav -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_atmwav -Checking test 108 control_atmwav results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - Comparing 20210322.180000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 116.658627 - 0: The maximum resident set size (KB) = 489988 - -Test 108 control_atmwav PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_atmwav +Checking test 088 control_atmwav results .... +Moving baseline 088 control_atmwav files .... + Moving sfcf000.nc .........OK + Moving sfcf012.nc .........OK + Moving atmf000.nc .........OK + Moving atmf012.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF12 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF12 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + Moving 20210322.180000.restart.glo_1deg .........OK + + 0: The total amount of wall time = 113.679513 + 0: The maximum resident set size (KB) = 490724 + +Test 088 control_atmwav PASS baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_atm_aerosols -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_175345/control_atm_aerosols -Checking test 109 control_atm_aerosols results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing gocart.inst_aod.20210322_0700z.nc4 .........OK - Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK - Comparing gocart.tavg_cmass.20210322_0730z.nc4 .........OK - Comparing gocart.tavg_cmass.20210323_0430z.nc4 .........OK - Comparing RESTART/coupler.res .........OK - Comparing RESTART/fv_core.res.nc .........OK - Comparing RESTART/fv_core.res.tile1.nc .........OK - Comparing RESTART/fv_core.res.tile2.nc .........OK - Comparing RESTART/fv_core.res.tile3.nc .........OK - Comparing RESTART/fv_core.res.tile4.nc .........OK - Comparing RESTART/fv_core.res.tile5.nc .........OK - Comparing RESTART/fv_core.res.tile6.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/fv_tracer.res.tile1.nc .........OK - Comparing RESTART/fv_tracer.res.tile2.nc .........OK - Comparing RESTART/fv_tracer.res.tile3.nc .........OK - Comparing RESTART/fv_tracer.res.tile4.nc .........OK - Comparing RESTART/fv_tracer.res.tile5.nc .........OK - Comparing RESTART/fv_tracer.res.tile6.nc .........OK - Comparing RESTART/phy_data.tile1.nc .........OK - Comparing RESTART/phy_data.tile2.nc .........OK - Comparing RESTART/phy_data.tile3.nc .........OK - Comparing RESTART/phy_data.tile4.nc .........OK - Comparing RESTART/phy_data.tile5.nc .........OK - Comparing RESTART/phy_data.tile6.nc .........OK - Comparing RESTART/sfc_data.tile1.nc .........OK - Comparing RESTART/sfc_data.tile2.nc .........OK - Comparing RESTART/sfc_data.tile3.nc .........OK - Comparing RESTART/sfc_data.tile4.nc .........OK - Comparing RESTART/sfc_data.tile5.nc .........OK - Comparing RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 416.528163 - 0: The maximum resident set size (KB) = 917060 - -Test 109 control_atm_aerosols PASS +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_atm_aerosols +Checking test 089 control_atm_aerosols results .... +Moving baseline 089 control_atm_aerosols files .... + Moving sfcf000.nc .........OK + Moving sfcf024.nc .........OK + Moving atmf000.nc .........OK + Moving atmf024.nc .........OK + Moving GFSFLX.GrbF00 .........OK + Moving GFSFLX.GrbF24 .........OK + Moving GFSPRS.GrbF00 .........OK + Moving GFSPRS.GrbF24 .........OK + Moving gocart.inst_aod.20210322_0700z.nc4 .........OK + Moving gocart.inst_aod.20210323_0600z.nc4 .........OK + Moving gocart.tavg_cmass.20210322_0730z.nc4 .........OK + Moving gocart.tavg_cmass.20210323_0430z.nc4 .........OK + Moving RESTART/coupler.res .........OK + Moving RESTART/fv_core.res.nc .........OK + Moving RESTART/fv_core.res.tile1.nc .........OK + Moving RESTART/fv_core.res.tile2.nc .........OK + Moving RESTART/fv_core.res.tile3.nc .........OK + Moving RESTART/fv_core.res.tile4.nc .........OK + Moving RESTART/fv_core.res.tile5.nc .........OK + Moving RESTART/fv_core.res.tile6.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK + Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK + Moving RESTART/fv_tracer.res.tile1.nc .........OK + Moving RESTART/fv_tracer.res.tile2.nc .........OK + Moving RESTART/fv_tracer.res.tile3.nc .........OK + Moving RESTART/fv_tracer.res.tile4.nc .........OK + Moving RESTART/fv_tracer.res.tile5.nc .........OK + Moving RESTART/fv_tracer.res.tile6.nc .........OK + Moving RESTART/phy_data.tile1.nc .........OK + Moving RESTART/phy_data.tile2.nc .........OK + Moving RESTART/phy_data.tile3.nc .........OK + Moving RESTART/phy_data.tile4.nc .........OK + Moving RESTART/phy_data.tile5.nc .........OK + Moving RESTART/phy_data.tile6.nc .........OK + Moving RESTART/sfc_data.tile1.nc .........OK + Moving RESTART/sfc_data.tile2.nc .........OK + Moving RESTART/sfc_data.tile3.nc .........OK + Moving RESTART/sfc_data.tile4.nc .........OK + Moving RESTART/sfc_data.tile5.nc .........OK + Moving RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 416.941571 + 0: The maximum resident set size (KB) = 920852 + +Test 089 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Wed May 18 01:31:26 GMT 2022 -Elapsed time: 01h:33m:16s. Have a nice day! +Fri May 20 19:45:21 GMT 2022 +Elapsed time: 03h:18m:05s. Have a nice day! From dbb0a206e0986b1b4eba9db39ab5fac57bb25b6a Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 20 May 2022 20:25:18 +0000 Subject: [PATCH 11/18] FV3: Switch to rad_sw_pre in ccpp/suites/suite_FV3_GFS_v15_thompson_mynn.xml which replaced rrtmg_sw_pre.F90 a while ago --- FV3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FV3 b/FV3 index a387339f9f..f1ddad3ca5 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit a387339f9f51245789d30060081eb7c6c36cbd7e +Subproject commit f1ddad3ca5178b3bc29c60ebb6e2089be9e02a49 From 5b8eab444e1386c3f8f220e569342107852788e8 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 20 May 2022 22:08:31 +0000 Subject: [PATCH 12/18] hera.gnu tests passed --- tests/RegressionTests_hera.gnu.log | 611 ++++++++++++++++++----------- 1 file changed, 390 insertions(+), 221 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 0cc7b48441..6b36e61297 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,16 +1,17 @@ -Tue May 17 23:19:39 UTC 2022 +Fri May 20 21:07:29 UTC 2022 Start Regression test -Compile 001 elapsed time 192 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 002 elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 003 elapsed time 288 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 004 elapsed time 98 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 217 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 006 elapsed time 114 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 007 elapsed time 110 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON - -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control +Compile 001 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 002 elapsed time 103 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 003 elapsed time 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 289 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 96 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 006 elapsed time 217 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 007 elapsed time 117 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 008 elapsed time 111 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -57,14 +58,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 780.576056 - 0: The maximum resident set size (KB) = 477992 + 0: The total amount of wall time = 806.272213 + 0: The maximum resident set size (KB) = 480120 Test 001 control PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_restart +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -103,14 +104,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 396.340637 - 0: The maximum resident set size (KB) = 183196 + 0: The total amount of wall time = 383.363198 + 0: The maximum resident set size (KB) = 187368 Test 002 control_restart PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_c48 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -149,14 +150,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 679.099744 -0: The maximum resident set size (KB) = 694520 +0: The total amount of wall time = 676.899044 +0: The maximum resident set size (KB) = 697540 Test 003 control_c48 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_stochy +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -167,14 +168,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 614.260895 - 0: The maximum resident set size (KB) = 478400 + 0: The total amount of wall time = 633.992278 + 0: The maximum resident set size (KB) = 485992 Test 004 control_stochy PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_flake +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -185,14 +186,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1348.466829 - 0: The maximum resident set size (KB) = 529388 + 0: The total amount of wall time = 1433.336982 + 0: The maximum resident set size (KB) = 524420 Test 005 control_flake PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_thompson +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson Checking test 006 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -203,14 +204,14 @@ Checking test 006 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 991.266840 - 0: The maximum resident set size (KB) = 844796 + 0: The total amount of wall time = 1015.592037 + 0: The maximum resident set size (KB) = 845424 Test 006 control_thompson PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_thompson_no_aero +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_no_aero Checking test 007 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -221,14 +222,14 @@ Checking test 007 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 950.140352 - 0: The maximum resident set size (KB) = 835852 + 0: The total amount of wall time = 979.585507 + 0: The maximum resident set size (KB) = 834508 Test 007 control_thompson_no_aero PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_ras +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_ras Checking test 008 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -239,14 +240,14 @@ Checking test 008 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 800.910954 - 0: The maximum resident set size (KB) = 495188 + 0: The total amount of wall time = 814.860283 + 0: The maximum resident set size (KB) = 494004 Test 008 control_ras PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_p8 Checking test 009 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -293,15 +294,29 @@ Checking test 009 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 855.784241 - 0: The maximum resident set size (KB) = 829948 + 0: The total amount of wall time = 881.481412 + 0: The maximum resident set size (KB) = 831308 Test 009 control_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_control -Checking test 010 rap_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control_debug +Checking test 010 hrrr_control_debug 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.979691 + 0: The maximum resident set size (KB) = 841120 + +Test 010 hrrr_control_debug PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_control +Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -347,15 +362,15 @@ Checking test 010 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1367.186576 - 0: The maximum resident set size (KB) = 834704 + 0: The total amount of wall time = 1385.897566 + 0: The maximum resident set size (KB) = 830248 -Test 010 rap_control PASS +Test 011 rap_control PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_2threads -Checking test 011 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_2threads +Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -401,15 +416,15 @@ Checking test 011 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1458.038621 - 0: The maximum resident set size (KB) = 894092 + 0: The total amount of wall time = 1432.441180 + 0: The maximum resident set size (KB) = 898212 -Test 011 rap_2threads PASS +Test 012 rap_2threads PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_restart -Checking test 012 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_restart +Checking test 013 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -447,15 +462,15 @@ Checking test 012 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 668.329672 - 0: The maximum resident set size (KB) = 540388 + 0: The total amount of wall time = 692.375133 + 0: The maximum resident set size (KB) = 544888 -Test 012 rap_restart PASS +Test 013 rap_restart PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_sfcdiff -Checking test 013 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_sfcdiff +Checking test 014 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -501,15 +516,15 @@ Checking test 013 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1377.980933 - 0: The maximum resident set size (KB) = 834696 + 0: The total amount of wall time = 1386.243506 + 0: The maximum resident set size (KB) = 836172 -Test 013 rap_sfcdiff PASS +Test 014 rap_sfcdiff PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_sfcdiff_restart -Checking test 014 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_sfcdiff_restart +Checking test 015 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -547,15 +562,169 @@ Checking test 014 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 683.744737 - 0: The maximum resident set size (KB) = 542372 + 0: The total amount of wall time = 673.625427 + 0: The maximum resident set size (KB) = 541040 + +Test 015 rap_sfcdiff_restart PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control +Checking test 016 hrrr_control results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1393.338202 + 0: The maximum resident set size (KB) = 829128 + +Test 016 hrrr_control PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control_restart +Checking test 017 hrrr_control_restart results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 678.172530 + 0: The maximum resident set size (KB) = 540952 + +Test 017 hrrr_control_restart PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control_decomp +Checking test 018 hrrr_control_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc ............SKIP for gnu compilers + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 1404.995199 + 0: The maximum resident set size (KB) = 830316 -Test 014 rap_sfcdiff_restart PASS +Test 018 hrrr_control_decomp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/hrrr_control -Checking test 015 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control_2threads +Checking test 019 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -601,15 +770,15 @@ Checking test 015 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1409.563650 - 0: The maximum resident set size (KB) = 835580 + 0: The total amount of wall time = 1406.950511 + 0: The maximum resident set size (KB) = 890004 -Test 015 hrrr_control PASS +Test 019 hrrr_control_2threads PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rrfs_v1beta -Checking test 016 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_v1beta +Checking test 020 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -655,15 +824,15 @@ Checking test 016 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1383.406041 - 0: The maximum resident set size (KB) = 831964 + 0: The total amount of wall time = 1410.354534 + 0: The maximum resident set size (KB) = 830020 -Test 016 rrfs_v1beta PASS +Test 020 rrfs_v1beta PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rrfs_conus13km_hrrr_warm -Checking test 017 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_conus13km_hrrr_warm +Checking test 021 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -671,15 +840,15 @@ Checking test 017 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1546.604869 - 0: The maximum resident set size (KB) = 635468 + 0: The total amount of wall time = 1549.668687 + 0: The maximum resident set size (KB) = 635828 -Test 017 rrfs_conus13km_hrrr_warm PASS +Test 021 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rrfs_conus13km_radar_tten_warm -Checking test 018 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_conus13km_radar_tten_warm +Checking test 022 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -687,15 +856,15 @@ Checking test 018 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1609.368253 - 0: The maximum resident set size (KB) = 639160 + 0: The total amount of wall time = 1482.580070 + 0: The maximum resident set size (KB) = 640988 -Test 018 rrfs_conus13km_radar_tten_warm PASS +Test 022 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rrfs_smoke_conus13km_hrrr_warm -Checking test 019 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_smoke_conus13km_hrrr_warm +Checking test 023 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -703,237 +872,237 @@ Checking test 019 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1583.588404 - 0: The maximum resident set size (KB) = 652016 + 0: The total amount of wall time = 1580.555371 + 0: The maximum resident set size (KB) = 651628 -Test 019 rrfs_smoke_conus13km_hrrr_warm PASS +Test 023 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_debug -Checking test 020 control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_debug +Checking test 024 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 100.398371 - 0: The maximum resident set size (KB) = 476648 + 0: The total amount of wall time = 98.052098 + 0: The maximum resident set size (KB) = 472316 -Test 020 control_debug PASS +Test 024 control_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_diag_debug -Checking test 021 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_diag_debug +Checking test 025 control_diag_debug 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.779634 - 0: The maximum resident set size (KB) = 531272 + 0: The total amount of wall time = 123.183621 + 0: The maximum resident set size (KB) = 532044 -Test 021 control_diag_debug PASS +Test 025 control_diag_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/regional_debug -Checking test 022 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/regional_debug +Checking test 026 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 126.137789 - 0: The maximum resident set size (KB) = 551908 + 0: The total amount of wall time = 125.966988 + 0: The maximum resident set size (KB) = 555348 -Test 022 regional_debug PASS +Test 026 regional_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_control_debug -Checking test 023 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_control_debug +Checking test 027 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 168.038109 - 0: The maximum resident set size (KB) = 846552 + 0: The total amount of wall time = 169.552589 + 0: The maximum resident set size (KB) = 846300 -Test 023 rap_control_debug PASS +Test 027 rap_control_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_diag_debug -Checking test 024 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_diag_debug +Checking test 028 rap_diag_debug 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.209248 - 0: The maximum resident set size (KB) = 928012 + 0: The total amount of wall time = 204.740093 + 0: The maximum resident set size (KB) = 930752 -Test 024 rap_diag_debug PASS +Test 028 rap_diag_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 025 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 029 rap_noah_sfcdiff_cires_ugwp_debug 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.043370 - 0: The maximum resident set size (KB) = 848720 + 0: The total amount of wall time = 268.834864 + 0: The maximum resident set size (KB) = 845680 -Test 025 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 029 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rap_progcld_thompson_debug -Checking test 026 rap_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_progcld_thompson_debug +Checking test 030 rap_progcld_thompson_debug 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.366549 - 0: The maximum resident set size (KB) = 843180 + 0: The total amount of wall time = 167.427744 + 0: The maximum resident set size (KB) = 845612 -Test 026 rap_progcld_thompson_debug PASS +Test 030 rap_progcld_thompson_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/rrfs_v1beta_debug -Checking test 027 rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_v1beta_debug +Checking test 031 rrfs_v1beta_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 165.376220 - 0: The maximum resident set size (KB) = 843416 + 0: The total amount of wall time = 167.908048 + 0: The maximum resident set size (KB) = 846452 -Test 027 rrfs_v1beta_debug PASS +Test 031 rrfs_v1beta_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_thompson_debug -Checking test 028 control_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_debug +Checking test 032 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 113.189328 - 0: The maximum resident set size (KB) = 839460 + 0: The total amount of wall time = 112.710116 + 0: The maximum resident set size (KB) = 838048 -Test 028 control_thompson_debug PASS +Test 032 control_thompson_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_thompson_no_aero_debug -Checking test 029 control_thompson_no_aero_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_no_aero_debug +Checking test 033 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 110.126995 - 0: The maximum resident set size (KB) = 831424 + 0: The total amount of wall time = 110.260220 + 0: The maximum resident set size (KB) = 834672 -Test 029 control_thompson_no_aero_debug PASS +Test 033 control_thompson_no_aero_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_thompson_extdiag_debug -Checking test 030 control_thompson_extdiag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_extdiag_debug +Checking test 034 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 132.309070 - 0: The maximum resident set size (KB) = 872424 + 0: The total amount of wall time = 134.021317 + 0: The maximum resident set size (KB) = 871092 -Test 030 control_thompson_extdiag_debug PASS +Test 034 control_thompson_extdiag_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_thompson_progcld_thompson_debug -Checking test 031 control_thompson_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_progcld_thompson_debug +Checking test 035 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 110.934331 - 0: The maximum resident set size (KB) = 837664 + 0: The total amount of wall time = 115.389853 + 0: The maximum resident set size (KB) = 839912 -Test 031 control_thompson_progcld_thompson_debug PASS +Test 035 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_ras_debug -Checking test 032 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_ras_debug +Checking test 036 control_ras_debug 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.026514 - 0: The maximum resident set size (KB) = 486752 + 0: The total amount of wall time = 99.466294 + 0: The maximum resident set size (KB) = 480240 -Test 032 control_ras_debug PASS +Test 036 control_ras_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_stochy_debug -Checking test 033 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_stochy_debug +Checking test 037 control_stochy_debug 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.669514 - 0: The maximum resident set size (KB) = 479084 + 0: The total amount of wall time = 115.744398 + 0: The maximum resident set size (KB) = 481592 -Test 033 control_stochy_debug PASS +Test 037 control_stochy_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_debug_p8 -Checking test 034 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_debug_p8 +Checking test 038 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 113.318939 - 0: The maximum resident set size (KB) = 832760 + 0: The total amount of wall time = 112.322455 + 0: The maximum resident set size (KB) = 832640 -Test 034 control_debug_p8 PASS +Test 038 control_debug_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/control_wam_debug -Checking test 035 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_wam_debug +Checking test 039 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 175.821837 - 0: The maximum resident set size (KB) = 193448 + 0: The total amount of wall time = 180.591993 + 0: The maximum resident set size (KB) = 192176 -Test 035 control_wam_debug PASS +Test 039 control_wam_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/cpld_control_c96_noaero_p8 -Checking test 036 cpld_control_c96_noaero_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/cpld_control_c96_noaero_p8 +Checking test 040 cpld_control_c96_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK Comparing sfcf021.tile3.nc .........OK @@ -994,15 +1163,15 @@ Checking test 036 cpld_control_c96_noaero_p8 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 = 1120.237124 - 0: The maximum resident set size (KB) = 863068 + 0: The total amount of wall time = 1123.172282 + 0: The maximum resident set size (KB) = 862788 -Test 036 cpld_control_c96_noaero_p8 PASS +Test 040 cpld_control_c96_noaero_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/cpld_debug_noaero_p8 -Checking test 037 cpld_debug_noaero_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/cpld_debug_noaero_p8 +Checking test 041 cpld_debug_noaero_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK Comparing sfcf006.tile3.nc .........OK @@ -1051,25 +1220,25 @@ Checking test 037 cpld_debug_noaero_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 574.069721 - 0: The maximum resident set size (KB) = 867172 + 0: The total amount of wall time = 577.889812 + 0: The maximum resident set size (KB) = 874452 -Test 037 cpld_debug_noaero_p8 PASS +Test 041 cpld_debug_noaero_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_183615/datm_cdeps_control_cfsr -Checking test 038 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/datm_cdeps_control_cfsr +Checking test 042 datm_cdeps_control_cfsr results .... Comparing RESTART/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.298684 - 0: The maximum resident set size (KB) = 626020 + 0: The total amount of wall time = 162.379805 + 0: The maximum resident set size (KB) = 626832 -Test 038 datm_cdeps_control_cfsr PASS +Test 042 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Wed May 18 00:00:39 UTC 2022 -Elapsed time: 00h:41m:00s. Have a nice day! +Fri May 20 21:50:33 UTC 2022 +Elapsed time: 00h:43m:05s. Have a nice day! From 5409a667f0ec2b431cef312b1b0d767164921db0 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Fri, 20 May 2022 22:40:50 +0000 Subject: [PATCH 13/18] hera.intel tests passed --- tests/RegressionTests_hera.intel.log | 1553 ++++++++++++++------------ 1 file changed, 861 insertions(+), 692 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index f23d3d0eaa..6b986dd593 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,25 +1,26 @@ -Tue May 17 22:51:53 UTC 2022 +Fri May 20 21:29:42 UTC 2022 Start Regression test -Compile 001 elapsed time 559 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 760 seconds. -DAPP=S2SA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 675 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 337 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 005 elapsed time 742 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 423 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 899 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 008 elapsed time 282 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 761 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 1291 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 1079 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 012 elapsed time 1059 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 246 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 014 elapsed time 1116 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 015 elapsed time 632 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 016 elapsed time 726 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_control_p8 +Compile 001 elapsed time 895 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 558 seconds. -DAPP=S2SA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 723 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 379 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 764 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 570 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 641 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 894 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 186 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 756 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 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 012 elapsed time 1148 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 557 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 185 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 015 elapsed time 183 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 623 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 414 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -85,14 +86,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 347.563337 - 0: The maximum resident set size (KB) = 1134840 + 0: The total amount of wall time = 354.535337 + 0: The maximum resident set size (KB) = 1132992 Test 001 cpld_control_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_2threads_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -146,14 +147,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 435.744666 - 0: The maximum resident set size (KB) = 1710312 + 0: The total amount of wall time = 439.696550 + 0: The maximum resident set size (KB) = 1711020 Test 002 cpld_2threads_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_decomp_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -207,14 +208,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 347.566446 - 0: The maximum resident set size (KB) = 1130884 + 0: The total amount of wall time = 352.639702 + 0: The maximum resident set size (KB) = 1124984 Test 003 cpld_decomp_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_mpi_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -268,14 +269,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 298.524952 - 0: The maximum resident set size (KB) = 1046544 + 0: The total amount of wall time = 293.005741 + 0: The maximum resident set size (KB) = 1041944 Test 004 cpld_mpi_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_bmark_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_bmark_p8 Checking test 005 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -321,14 +322,14 @@ Checking test 005 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1064.087355 - 0: The maximum resident set size (KB) = 2838692 + 0: The total amount of wall time = 1057.263442 + 0: The maximum resident set size (KB) = 2837684 Test 005 cpld_bmark_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_control_c96_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_control_c96_p8 Checking test 006 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -391,14 +392,14 @@ Checking test 006 cpld_control_c96_p8 results .... Comparing RESTART/iced.2021-03-23-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 346.917740 - 0: The maximum resident set size (KB) = 1144844 + 0: The total amount of wall time = 344.205117 + 0: The maximum resident set size (KB) = 1145624 Test 006 cpld_control_c96_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_restart_c96_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_restart_c96_p8 Checking test 007 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -449,14 +450,14 @@ Checking test 007 cpld_restart_c96_p8 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.978224 - 0: The maximum resident set size (KB) = 1107352 + 0: The total amount of wall time = 194.908543 + 0: The maximum resident set size (KB) = 1108492 Test 007 cpld_restart_c96_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_control_c192_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -507,14 +508,14 @@ Checking test 008 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 1477.225032 - 0: The maximum resident set size (KB) = 1586484 + 0: The total amount of wall time = 1464.923194 + 0: The maximum resident set size (KB) = 1594904 Test 008 cpld_control_c192_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_restart_c192_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -565,14 +566,14 @@ Checking test 009 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 961.877789 - 0: The maximum resident set size (KB) = 1813848 + 0: The total amount of wall time = 970.233927 + 0: The maximum resident set size (KB) = 1813240 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_control_c384_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_control_c384_p8 Checking test 010 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -616,14 +617,14 @@ Checking test 010 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1178.722063 - 0: The maximum resident set size (KB) = 2822932 + 0: The total amount of wall time = 1176.417318 + 0: The maximum resident set size (KB) = 2829884 Test 010 cpld_control_c384_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_restart_c384_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_restart_c384_p8 Checking test 011 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -667,14 +668,14 @@ Checking test 011 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 664.174040 - 0: The maximum resident set size (KB) = 2803904 + 0: The total amount of wall time = 659.300105 + 0: The maximum resident set size (KB) = 2805380 Test 011 cpld_restart_c384_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/cpld_debug_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -725,14 +726,14 @@ Checking test 012 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1029.992583 - 0: The maximum resident set size (KB) = 1269048 + 0: The total amount of wall time = 1019.868745 + 0: The maximum resident set size (KB) = 1269384 Test 012 cpld_debug_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control Checking test 013 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -779,14 +780,14 @@ Checking test 013 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 131.275528 - 0: The maximum resident set size (KB) = 467488 + 0: The total amount of wall time = 131.325836 + 0: The maximum resident set size (KB) = 467012 Test 013 control PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_decomp +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_decomp Checking test 014 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -829,28 +830,28 @@ Checking test 014 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 134.248508 - 0: The maximum resident set size (KB) = 466072 + 0: The total amount of wall time = 135.486022 + 0: The maximum resident set size (KB) = 466228 Test 014 control_decomp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_2dwrtdecomp +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_2dwrtdecomp Checking test 015 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 121.658794 - 0: The maximum resident set size (KB) = 465276 + 0: The total amount of wall time = 122.156272 + 0: The maximum resident set size (KB) = 466140 Test 015 control_2dwrtdecomp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_2threads +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_2threads Checking test 016 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -893,14 +894,14 @@ Checking test 016 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 155.471346 - 0: The maximum resident set size (KB) = 517432 + 0: The total amount of wall time = 157.101017 + 0: The maximum resident set size (KB) = 519780 Test 016 control_2threads PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_restart +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_restart Checking test 017 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -939,14 +940,14 @@ Checking test 017 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 66.219599 - 0: The maximum resident set size (KB) = 209016 + 0: The total amount of wall time = 68.895786 + 0: The maximum resident set size (KB) = 208192 Test 017 control_restart PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_fhzero +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_fhzero Checking test 018 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -989,14 +990,14 @@ Checking test 018 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 124.710505 - 0: The maximum resident set size (KB) = 464584 + 0: The total amount of wall time = 121.206884 + 0: The maximum resident set size (KB) = 466780 Test 018 control_fhzero PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_CubedSphereGrid +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_CubedSphereGrid Checking test 019 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1023,14 +1024,14 @@ Checking test 019 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 129.321708 - 0: The maximum resident set size (KB) = 468416 + 0: The total amount of wall time = 124.962078 + 0: The maximum resident set size (KB) = 467232 Test 019 control_CubedSphereGrid PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_latlon +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_latlon Checking test 020 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1041,14 +1042,14 @@ Checking test 020 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 131.025907 - 0: The maximum resident set size (KB) = 468832 + 0: The total amount of wall time = 129.752319 + 0: The maximum resident set size (KB) = 468176 Test 020 control_latlon PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_wrtGauss_netcdf_parallel +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_wrtGauss_netcdf_parallel Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf024.nc .........OK @@ -1059,14 +1060,14 @@ Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 127.147360 - 0: The maximum resident set size (KB) = 470000 + 0: The total amount of wall time = 128.853258 + 0: The maximum resident set size (KB) = 468212 Test 021 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_c48 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c48 Checking test 022 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1105,14 +1106,14 @@ Checking test 022 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 328.499858 -0: The maximum resident set size (KB) = 660988 +0: The total amount of wall time = 325.973670 +0: The maximum resident set size (KB) = 660752 Test 022 control_c48 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_c192 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c192 Checking test 023 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1123,14 +1124,14 @@ Checking test 023 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 492.766043 - 0: The maximum resident set size (KB) = 565756 + 0: The total amount of wall time = 480.871064 + 0: The maximum resident set size (KB) = 565488 Test 023 control_c192 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_c384 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c384 Checking test 024 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1141,14 +1142,14 @@ Checking test 024 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 645.929889 - 0: The maximum resident set size (KB) = 837520 + 0: The total amount of wall time = 649.771880 + 0: The maximum resident set size (KB) = 835900 Test 024 control_c384 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_c384gdas +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c384gdas Checking test 025 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1191,14 +1192,14 @@ Checking test 025 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 598.571432 - 0: The maximum resident set size (KB) = 994496 + 0: The total amount of wall time = 595.425271 + 0: The maximum resident set size (KB) = 996580 Test 025 control_c384gdas PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_stochy +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_stochy Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1209,28 +1210,28 @@ Checking test 026 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 86.170916 - 0: The maximum resident set size (KB) = 468012 + 0: The total amount of wall time = 84.900309 + 0: The maximum resident set size (KB) = 472852 Test 026 control_stochy PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_stochy_restart +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_stochy_restart Checking test 027 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 46.211718 - 0: The maximum resident set size (KB) = 253160 + 0: The total amount of wall time = 46.503808 + 0: The maximum resident set size (KB) = 251992 Test 027 control_stochy_restart PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_lndp +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_lndp Checking test 028 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1241,14 +1242,14 @@ Checking test 028 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 76.036278 - 0: The maximum resident set size (KB) = 470384 + 0: The total amount of wall time = 79.130644 + 0: The maximum resident set size (KB) = 474568 Test 028 control_lndp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_iovr4 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_iovr4 Checking test 029 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1263,14 +1264,14 @@ Checking test 029 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 127.541475 - 0: The maximum resident set size (KB) = 466460 + 0: The total amount of wall time = 134.311021 + 0: The maximum resident set size (KB) = 465360 Test 029 control_iovr4 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_iovr5 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_iovr5 Checking test 030 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1285,14 +1286,14 @@ Checking test 030 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 132.802037 - 0: The maximum resident set size (KB) = 466992 + 0: The total amount of wall time = 128.071066 + 0: The maximum resident set size (KB) = 469452 Test 030 control_iovr5 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1339,14 +1340,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 171.726725 - 0: The maximum resident set size (KB) = 853172 + 0: The total amount of wall time = 176.175929 + 0: The maximum resident set size (KB) = 853960 Test 031 control_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_p8_lndp +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_p8_lndp Checking test 032 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1365,14 +1366,14 @@ Checking test 032 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 325.358185 - 0: The maximum resident set size (KB) = 854160 + 0: The total amount of wall time = 338.304843 + 0: The maximum resident set size (KB) = 852228 Test 032 control_p8_lndp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_restart_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_restart_p8 Checking test 033 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1411,14 +1412,14 @@ Checking test 033 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 93.473210 - 0: The maximum resident set size (KB) = 599996 + 0: The total amount of wall time = 92.495339 + 0: The maximum resident set size (KB) = 599316 Test 033 control_restart_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_decomp_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_decomp_p8 Checking test 034 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1461,14 +1462,14 @@ Checking test 034 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.114576 - 0: The maximum resident set size (KB) = 848996 + 0: The total amount of wall time = 179.911818 + 0: The maximum resident set size (KB) = 847420 Test 034 control_decomp_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_2threads_p8 +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_2threads_p8 Checking test 035 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1511,14 +1512,14 @@ Checking test 035 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 201.168033 - 0: The maximum resident set size (KB) = 936092 + 0: The total amount of wall time = 201.918513 + 0: The maximum resident set size (KB) = 934020 Test 035 control_2threads_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_p8_rrtmgp +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_p8_rrtmgp Checking test 036 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1565,14 +1566,14 @@ Checking test 036 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 204.089367 - 0: The maximum resident set size (KB) = 974268 + 0: The total amount of wall time = 205.532646 + 0: The maximum resident set size (KB) = 971024 Test 036 control_p8_rrtmgp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_control +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_control Checking test 037 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1583,42 +1584,42 @@ Checking test 037 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 333.191052 - 0: The maximum resident set size (KB) = 582984 + 0: The total amount of wall time = 330.988817 + 0: The maximum resident set size (KB) = 581160 Test 037 regional_control PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_restart +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_restart Checking test 038 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 182.249555 - 0: The maximum resident set size (KB) = 581208 + 0: The total amount of wall time = 183.404556 + 0: The maximum resident set size (KB) = 584296 Test 038 regional_restart PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_control_2dwrtdecomp +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_control_2dwrtdecomp Checking test 039 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 330.279490 - 0: The maximum resident set size (KB) = 584712 + 0: The total amount of wall time = 330.539576 + 0: The maximum resident set size (KB) = 582296 Test 039 regional_control_2dwrtdecomp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_noquilt +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_noquilt Checking test 040 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1626,14 +1627,14 @@ Checking test 040 regional_noquilt 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 = 343.791704 - 0: The maximum resident set size (KB) = 597124 + 0: The total amount of wall time = 345.415992 + 0: The maximum resident set size (KB) = 596128 Test 040 regional_noquilt PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_2threads +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_2threads Checking test 041 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1644,28 +1645,28 @@ Checking test 041 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 239.935680 - 0: The maximum resident set size (KB) = 584780 + 0: The total amount of wall time = 242.549027 + 0: The maximum resident set size (KB) = 578628 Test 041 regional_2threads PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_netcdf_parallel +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_netcdf_parallel Checking test 042 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 327.058395 - 0: The maximum resident set size (KB) = 587684 + 0: The total amount of wall time = 327.413149 + 0: The maximum resident set size (KB) = 582432 Test 042 regional_netcdf_parallel PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_3km -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_3km +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_3km Checking test 043 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1676,15 +1677,29 @@ Checking test 043 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 262.373328 - 0: The maximum resident set size (KB) = 621124 + 0: The total amount of wall time = 261.379838 + 0: The maximum resident set size (KB) = 618280 Test 043 regional_3km PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_control -Checking test 044 rap_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control_debug +Checking test 044 hrrr_control_debug 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.804182 + 0: The maximum resident set size (KB) = 997328 + +Test 044 hrrr_control_debug PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_control +Checking test 045 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1730,15 +1745,15 @@ Checking test 044 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 441.659250 - 0: The maximum resident set size (KB) = 841008 + 0: The total amount of wall time = 438.788085 + 0: The maximum resident set size (KB) = 839940 -Test 044 rap_control PASS +Test 045 rap_control PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_rrtmgp -Checking test 045 rap_rrtmgp results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_rrtmgp +Checking test 046 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1784,15 +1799,15 @@ Checking test 045 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 483.324629 - 0: The maximum resident set size (KB) = 958244 + 0: The total amount of wall time = 474.926030 + 0: The maximum resident set size (KB) = 957220 -Test 045 rap_rrtmgp PASS +Test 046 rap_rrtmgp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_spp_sppt_shum_skeb -Checking test 046 regional_spp_sppt_shum_skeb results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_spp_sppt_shum_skeb +Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK @@ -1802,15 +1817,115 @@ Checking test 046 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 289.986171 - 0: The maximum resident set size (KB) = 934508 + 0: The total amount of wall time = 309.435736 + 0: The maximum resident set size (KB) = 1214272 + +Test 047 regional_spp_sppt_shum_skeb PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_2threads +Checking test 048 rap_2threads results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 514.396667 + 0: The maximum resident set size (KB) = 904832 + +Test 048 rap_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_restart +Checking test 049 rap_restart results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 222.576356 + 0: The maximum resident set size (KB) = 593364 -Test 046 regional_spp_sppt_shum_skeb PASS +Test 049 rap_restart PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_2threads -Checking test 047 rap_2threads results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_sfcdiff +Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1856,15 +1971,15 @@ Checking test 047 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 513.273879 - 0: The maximum resident set size (KB) = 904648 + 0: The total amount of wall time = 444.824403 + 0: The maximum resident set size (KB) = 839156 -Test 047 rap_2threads PASS +Test 050 rap_sfcdiff PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_restart -Checking test 048 rap_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_sfcdiff_restart +Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF24 .........OK @@ -1902,15 +2017,15 @@ Checking test 048 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 224.844104 - 0: The maximum resident set size (KB) = 595244 + 0: The total amount of wall time = 222.939354 + 0: The maximum resident set size (KB) = 597608 -Test 048 rap_restart PASS +Test 051 rap_sfcdiff_restart PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_sfcdiff -Checking test 049 rap_sfcdiff results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control +Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -1956,18 +2071,26 @@ Checking test 049 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 441.031449 - 0: The maximum resident set size (KB) = 844860 + 0: The total amount of wall time = 433.780409 + 0: The maximum resident set size (KB) = 836976 -Test 049 rap_sfcdiff PASS +Test 052 hrrr_control PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_sfcdiff_restart -Checking test 050 rap_sfcdiff_restart results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control_decomp +Checking test 053 hrrr_control_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK Comparing RESTART/coupler.res .........OK Comparing RESTART/fv_core.res.nc .........OK @@ -2002,15 +2125,15 @@ Checking test 050 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 226.527776 - 0: The maximum resident set size (KB) = 594012 + 0: The total amount of wall time = 451.533625 + 0: The maximum resident set size (KB) = 836716 -Test 050 rap_sfcdiff_restart PASS +Test 053 hrrr_control_decomp PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hrrr_control -Checking test 051 hrrr_control results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control_2threads +Checking test 054 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2056,15 +2179,61 @@ Checking test 051 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 417.833788 - 0: The maximum resident set size (KB) = 837340 + 0: The total amount of wall time = 491.437899 + 0: The maximum resident set size (KB) = 899804 + +Test 054 hrrr_control_2threads PASS + + +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control_restart +Checking test 055 hrrr_control_restart results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 214.696788 + 0: The maximum resident set size (KB) = 586940 -Test 051 hrrr_control PASS +Test 055 hrrr_control_restart PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rrfs_v1beta -Checking test 052 rrfs_v1beta results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_v1beta +Checking test 056 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2110,15 +2279,15 @@ Checking test 052 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 437.788542 - 0: The maximum resident set size (KB) = 838824 + 0: The total amount of wall time = 429.984604 + 0: The maximum resident set size (KB) = 830960 -Test 052 rrfs_v1beta PASS +Test 056 rrfs_v1beta PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rrfs_v1nssl -Checking test 053 rrfs_v1nssl results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_v1nssl +Checking test 057 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2132,15 +2301,15 @@ Checking test 053 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 478.396379 - 0: The maximum resident set size (KB) = 524016 + 0: The total amount of wall time = 478.681990 + 0: The maximum resident set size (KB) = 526108 -Test 053 rrfs_v1nssl PASS +Test 057 rrfs_v1nssl PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rrfs_v1nssl_nohailnoccn -Checking test 054 rrfs_v1nssl_nohailnoccn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_v1nssl_nohailnoccn +Checking test 058 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK Comparing sfcf024.nc .........OK @@ -2154,15 +2323,15 @@ Checking test 054 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 469.074135 - 0: The maximum resident set size (KB) = 514304 + 0: The total amount of wall time = 461.925861 + 0: The maximum resident set size (KB) = 519244 -Test 054 rrfs_v1nssl_nohailnoccn PASS +Test 058 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rrfs_conus13km_hrrr_warm -Checking test 055 rrfs_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_conus13km_hrrr_warm +Checking test 059 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2170,15 +2339,15 @@ Checking test 055 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 180.247079 - 0: The maximum resident set size (KB) = 668068 + 0: The total amount of wall time = 179.966925 + 0: The maximum resident set size (KB) = 671128 -Test 055 rrfs_conus13km_hrrr_warm PASS +Test 059 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rrfs_conus13km_radar_tten_warm -Checking test 056 rrfs_conus13km_radar_tten_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_conus13km_radar_tten_warm +Checking test 060 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2186,15 +2355,15 @@ Checking test 056 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 187.812999 - 0: The maximum resident set size (KB) = 671976 + 0: The total amount of wall time = 181.301444 + 0: The maximum resident set size (KB) = 670700 -Test 056 rrfs_conus13km_radar_tten_warm PASS +Test 060 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rrfs_smoke_conus13km_hrrr_warm -Checking test 057 rrfs_smoke_conus13km_hrrr_warm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_smoke_conus13km_hrrr_warm +Checking test 061 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing sfcf002.nc .........OK @@ -2202,15 +2371,15 @@ Checking test 057 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 194.750846 - 0: The maximum resident set size (KB) = 680172 + 0: The total amount of wall time = 199.741450 + 0: The maximum resident set size (KB) = 683808 -Test 057 rrfs_smoke_conus13km_hrrr_warm PASS +Test 061 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_csawmg -Checking test 058 control_csawmg results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_csawmg +Checking test 062 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2220,15 +2389,15 @@ Checking test 058 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 322.872790 - 0: The maximum resident set size (KB) = 531476 + 0: The total amount of wall time = 330.051617 + 0: The maximum resident set size (KB) = 535216 -Test 058 control_csawmg PASS +Test 062 control_csawmg PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_csawmgt -Checking test 059 control_csawmgt results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_csawmgt +Checking test 063 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2238,15 +2407,15 @@ Checking test 059 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 327.368507 - 0: The maximum resident set size (KB) = 536568 + 0: The total amount of wall time = 327.314690 + 0: The maximum resident set size (KB) = 535468 -Test 059 control_csawmgt PASS +Test 063 control_csawmgt PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_flake -Checking test 060 control_flake results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_flake +Checking test 064 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2256,15 +2425,15 @@ Checking test 060 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 236.298149 - 0: The maximum resident set size (KB) = 540076 + 0: The total amount of wall time = 237.930785 + 0: The maximum resident set size (KB) = 535684 -Test 060 control_flake PASS +Test 064 control_flake PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_ras -Checking test 061 control_ras results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_ras +Checking test 065 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2274,15 +2443,15 @@ Checking test 061 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 176.431610 - 0: The maximum resident set size (KB) = 497060 + 0: The total amount of wall time = 172.509756 + 0: The maximum resident set size (KB) = 495124 -Test 061 control_ras PASS +Test 065 control_ras PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_thompson -Checking test 062 control_thompson results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson +Checking test 066 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2292,15 +2461,15 @@ Checking test 062 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 236.815544 - 0: The maximum resident set size (KB) = 851496 + 0: The total amount of wall time = 239.456857 + 0: The maximum resident set size (KB) = 852216 -Test 062 control_thompson PASS +Test 066 control_thompson PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_thompson_no_aero -Checking test 063 control_thompson_no_aero results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_no_aero +Checking test 067 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -2310,55 +2479,55 @@ Checking test 063 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 220.866759 - 0: The maximum resident set size (KB) = 845664 + 0: The total amount of wall time = 230.520728 + 0: The maximum resident set size (KB) = 845924 -Test 063 control_thompson_no_aero PASS +Test 067 control_thompson_no_aero PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_wam -Checking test 064 control_wam results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_wam +Checking test 068 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 102.656157 - 0: The maximum resident set size (KB) = 233704 + 0: The total amount of wall time = 108.090449 + 0: The maximum resident set size (KB) = 234096 -Test 064 control_wam PASS +Test 068 control_wam PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_debug -Checking test 065 control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_debug +Checking test 069 control_debug 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.837808 - 0: The maximum resident set size (KB) = 630360 + 0: The total amount of wall time = 142.144835 + 0: The maximum resident set size (KB) = 629080 -Test 065 control_debug PASS +Test 069 control_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_2threads_debug -Checking test 066 control_2threads_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_2threads_debug +Checking test 070 control_2threads_debug 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.729195 - 0: The maximum resident set size (KB) = 684596 + 0: The total amount of wall time = 213.333843 + 0: The maximum resident set size (KB) = 681476 -Test 066 control_2threads_debug PASS +Test 070 control_2threads_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_CubedSphereGrid_debug -Checking test 067 control_CubedSphereGrid_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_CubedSphereGrid_debug +Checking test 071 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK Comparing sfcf000.tile3.nc .........OK @@ -2384,416 +2553,416 @@ Checking test 067 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 156.023519 - 0: The maximum resident set size (KB) = 634256 + 0: The total amount of wall time = 161.663774 + 0: The maximum resident set size (KB) = 632092 -Test 067 control_CubedSphereGrid_debug PASS +Test 071 control_CubedSphereGrid_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_wrtGauss_netcdf_parallel_debug -Checking test 068 control_wrtGauss_netcdf_parallel_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_wrtGauss_netcdf_parallel_debug +Checking test 072 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.735714 - 0: The maximum resident set size (KB) = 633212 + 0: The total amount of wall time = 148.160678 + 0: The maximum resident set size (KB) = 631316 -Test 068 control_wrtGauss_netcdf_parallel_debug PASS +Test 072 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_stochy_debug -Checking test 069 control_stochy_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_stochy_debug +Checking test 073 control_stochy_debug 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.061058 - 0: The maximum resident set size (KB) = 635776 + 0: The total amount of wall time = 164.125761 + 0: The maximum resident set size (KB) = 632940 -Test 069 control_stochy_debug PASS +Test 073 control_stochy_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_lndp_debug -Checking test 070 control_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_lndp_debug +Checking test 074 control_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.546914 - 0: The maximum resident set size (KB) = 635828 + 0: The total amount of wall time = 148.127979 + 0: The maximum resident set size (KB) = 633492 -Test 070 control_lndp_debug PASS +Test 074 control_lndp_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_csawmg_debug -Checking test 071 control_csawmg_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_csawmg_debug +Checking test 075 control_csawmg_debug 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.401470 - 0: The maximum resident set size (KB) = 676888 + 0: The total amount of wall time = 226.560271 + 0: The maximum resident set size (KB) = 669480 -Test 071 control_csawmg_debug PASS +Test 075 control_csawmg_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_csawmgt_debug -Checking test 072 control_csawmgt_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_csawmgt_debug +Checking test 076 control_csawmgt_debug 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.756975 - 0: The maximum resident set size (KB) = 679000 + 0: The total amount of wall time = 220.386507 + 0: The maximum resident set size (KB) = 672772 -Test 072 control_csawmgt_debug PASS +Test 076 control_csawmgt_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_ras_debug -Checking test 073 control_ras_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_ras_debug +Checking test 077 control_ras_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 146.902273 - 0: The maximum resident set size (KB) = 643460 + 0: The total amount of wall time = 148.609529 + 0: The maximum resident set size (KB) = 646300 -Test 073 control_ras_debug PASS +Test 077 control_ras_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_diag_debug -Checking test 074 control_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_diag_debug +Checking test 078 control_diag_debug 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.507825 - 0: The maximum resident set size (KB) = 690928 + 0: The total amount of wall time = 154.615387 + 0: The maximum resident set size (KB) = 687872 -Test 074 control_diag_debug PASS +Test 078 control_diag_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_debug_p8 -Checking test 075 control_debug_p8 results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_debug_p8 +Checking test 079 control_debug_p8 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.914541 - 0: The maximum resident set size (KB) = 1024156 + 0: The total amount of wall time = 164.592599 + 0: The maximum resident set size (KB) = 1018000 -Test 075 control_debug_p8 PASS +Test 079 control_debug_p8 PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_thompson_debug -Checking test 076 control_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_debug +Checking test 080 control_thompson_debug 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.136303 - 0: The maximum resident set size (KB) = 996068 + 0: The total amount of wall time = 169.739089 + 0: The maximum resident set size (KB) = 990608 -Test 076 control_thompson_debug PASS +Test 080 control_thompson_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_thompson_no_aero_debug -Checking test 077 control_thompson_no_aero_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_no_aero_debug +Checking test 081 control_thompson_no_aero_debug 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.936000 - 0: The maximum resident set size (KB) = 986552 + 0: The total amount of wall time = 167.170287 + 0: The maximum resident set size (KB) = 986744 -Test 077 control_thompson_no_aero_debug PASS +Test 081 control_thompson_no_aero_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_thompson_extdiag_debug -Checking test 078 control_thompson_extdiag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_extdiag_debug +Checking test 082 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 178.392518 - 0: The maximum resident set size (KB) = 1024840 + 0: The total amount of wall time = 181.445644 + 0: The maximum resident set size (KB) = 1022480 -Test 078 control_thompson_extdiag_debug PASS +Test 082 control_thompson_extdiag_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_thompson_progcld_thompson_debug -Checking test 079 control_thompson_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_progcld_thompson_debug +Checking test 083 control_thompson_progcld_thompson_debug 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.544262 - 0: The maximum resident set size (KB) = 992776 + 0: The total amount of wall time = 168.793496 + 0: The maximum resident set size (KB) = 997268 -Test 079 control_thompson_progcld_thompson_debug PASS +Test 083 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/regional_debug -Checking test 080 regional_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_debug +Checking test 084 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 234.766129 - 0: The maximum resident set size (KB) = 611840 + 0: The total amount of wall time = 235.025964 + 0: The maximum resident set size (KB) = 608708 -Test 080 regional_debug PASS +Test 084 regional_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_control_debug -Checking test 081 rap_control_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_control_debug +Checking test 085 rap_control_debug 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.023660 - 0: The maximum resident set size (KB) = 998112 + 0: The total amount of wall time = 261.419550 + 0: The maximum resident set size (KB) = 999080 -Test 081 rap_control_debug PASS +Test 085 rap_control_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_unified_drag_suite_debug -Checking test 082 rap_unified_drag_suite_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_unified_drag_suite_debug +Checking test 086 rap_unified_drag_suite_debug 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.329620 - 0: The maximum resident set size (KB) = 1002328 + 0: The total amount of wall time = 264.527224 + 0: The maximum resident set size (KB) = 996668 -Test 082 rap_unified_drag_suite_debug PASS +Test 086 rap_unified_drag_suite_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_diag_debug -Checking test 083 rap_diag_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_diag_debug +Checking test 087 rap_diag_debug 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.318631 - 0: The maximum resident set size (KB) = 1083200 + 0: The total amount of wall time = 279.906849 + 0: The maximum resident set size (KB) = 1081204 -Test 083 rap_diag_debug PASS +Test 087 rap_diag_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_cires_ugwp_debug -Checking test 084 rap_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_cires_ugwp_debug +Checking test 088 rap_cires_ugwp_debug 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.038003 - 0: The maximum resident set size (KB) = 999204 + 0: The total amount of wall time = 266.743340 + 0: The maximum resident set size (KB) = 995616 -Test 084 rap_cires_ugwp_debug PASS +Test 088 rap_cires_ugwp_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_unified_ugwp_debug -Checking test 085 rap_unified_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_unified_ugwp_debug +Checking test 089 rap_unified_ugwp_debug 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.008966 - 0: The maximum resident set size (KB) = 1001796 + 0: The total amount of wall time = 264.024989 + 0: The maximum resident set size (KB) = 998356 -Test 085 rap_unified_ugwp_debug PASS +Test 089 rap_unified_ugwp_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_lndp_debug -Checking test 086 rap_lndp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_lndp_debug +Checking test 090 rap_lndp_debug 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.202581 - 0: The maximum resident set size (KB) = 1000772 + 0: The total amount of wall time = 261.345355 + 0: The maximum resident set size (KB) = 997508 -Test 086 rap_lndp_debug PASS +Test 090 rap_lndp_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_flake_debug -Checking test 087 rap_flake_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_flake_debug +Checking test 091 rap_flake_debug 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.028231 - 0: The maximum resident set size (KB) = 1002388 + 0: The total amount of wall time = 255.756422 + 0: The maximum resident set size (KB) = 1000492 -Test 087 rap_flake_debug PASS +Test 091 rap_flake_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_progcld_thompson_debug -Checking test 088 rap_progcld_thompson_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_progcld_thompson_debug +Checking test 092 rap_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 264.908731 - 0: The maximum resident set size (KB) = 999648 + 0: The total amount of wall time = 266.607613 + 0: The maximum resident set size (KB) = 998776 -Test 088 rap_progcld_thompson_debug PASS +Test 092 rap_progcld_thompson_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_noah_debug -Checking test 089 rap_noah_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_noah_debug +Checking test 093 rap_noah_debug 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.028563 - 0: The maximum resident set size (KB) = 1005140 + 0: The total amount of wall time = 255.828704 + 0: The maximum resident set size (KB) = 1001060 -Test 089 rap_noah_debug PASS +Test 093 rap_noah_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_rrtmgp_debug -Checking test 090 rap_rrtmgp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_rrtmgp_debug +Checking test 094 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 445.097017 - 0: The maximum resident set size (KB) = 1123688 + 0: The total amount of wall time = 447.097754 + 0: The maximum resident set size (KB) = 1122220 -Test 090 rap_rrtmgp_debug PASS +Test 094 rap_rrtmgp_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_sfcdiff_debug -Checking test 091 rap_sfcdiff_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_sfcdiff_debug +Checking test 095 rap_sfcdiff_debug 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.841108 - 0: The maximum resident set size (KB) = 1004328 + 0: The total amount of wall time = 261.006163 + 0: The maximum resident set size (KB) = 1001748 -Test 091 rap_sfcdiff_debug PASS +Test 095 rap_sfcdiff_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 092 rap_noah_sfcdiff_cires_ugwp_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 096 rap_noah_sfcdiff_cires_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 437.743572 - 0: The maximum resident set size (KB) = 1007320 + 0: The total amount of wall time = 442.906650 + 0: The maximum resident set size (KB) = 1003704 -Test 092 rap_noah_sfcdiff_cires_ugwp_debug PASS +Test 096 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/rrfs_v1beta_debug -Checking test 093 rrfs_v1beta_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_v1beta_debug +Checking test 097 rrfs_v1beta_debug 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.835413 - 0: The maximum resident set size (KB) = 998564 + 0: The total amount of wall time = 257.480651 + 0: The maximum resident set size (KB) = 1001064 -Test 093 rrfs_v1beta_debug PASS +Test 097 rrfs_v1beta_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_wam_debug -Checking test 094 control_wam_debug results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_wam_debug +Checking test 098 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 274.823807 - 0: The maximum resident set size (KB) = 261720 + 0: The total amount of wall time = 275.829621 + 0: The maximum resident set size (KB) = 260368 -Test 094 control_wam_debug PASS +Test 098 control_wam_debug PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_atm -Checking test 095 hafs_regional_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm +Checking test 099 hafs_regional_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 267.742444 - 0: The maximum resident set size (KB) = 718068 + 0: The total amount of wall time = 268.462420 + 0: The maximum resident set size (KB) = 712260 -Test 095 hafs_regional_atm PASS +Test 099 hafs_regional_atm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_atm_thompson_gfdlsf -Checking test 096 hafs_regional_atm_thompson_gfdlsf results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm_thompson_gfdlsf +Checking test 100 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 340.421660 - 0: The maximum resident set size (KB) = 1073868 + 0: The total amount of wall time = 331.729913 + 0: The maximum resident set size (KB) = 1074636 -Test 096 hafs_regional_atm_thompson_gfdlsf PASS +Test 100 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_atm_ocn -Checking test 097 hafs_regional_atm_ocn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm_ocn +Checking test 101 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2801,29 +2970,29 @@ Checking test 097 hafs_regional_atm_ocn 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 = 349.312365 - 0: The maximum resident set size (KB) = 758672 + 0: The total amount of wall time = 352.823514 + 0: The maximum resident set size (KB) = 760064 -Test 097 hafs_regional_atm_ocn PASS +Test 101 hafs_regional_atm_ocn PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_atm_wav -Checking test 098 hafs_regional_atm_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm_wav +Checking test 102 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 863.661670 - 0: The maximum resident set size (KB) = 750928 + 0: The total amount of wall time = 859.751027 + 0: The maximum resident set size (KB) = 747048 -Test 098 hafs_regional_atm_wav PASS +Test 102 hafs_regional_atm_wav PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_atm_ocn_wav -Checking test 099 hafs_regional_atm_ocn_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm_ocn_wav +Checking test 103 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing archv.2019_241_06.a .........OK @@ -2831,29 +3000,29 @@ Checking test 099 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 930.846563 - 0: The maximum resident set size (KB) = 770220 + 0: The total amount of wall time = 929.134729 + 0: The maximum resident set size (KB) = 769904 -Test 099 hafs_regional_atm_ocn_wav PASS +Test 103 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_1nest_atm -Checking test 100 hafs_regional_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_1nest_atm +Checking test 104 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 448.111096 - 0: The maximum resident set size (KB) = 321372 + 0: The total amount of wall time = 444.313737 + 0: The maximum resident set size (KB) = 316944 -Test 100 hafs_regional_1nest_atm PASS +Test 104 hafs_regional_1nest_atm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_telescopic_2nests_atm -Checking test 101 hafs_regional_telescopic_2nests_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_telescopic_2nests_atm +Checking test 105 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc ............ALT CHECK......OK @@ -2861,30 +3030,30 @@ Checking test 101 hafs_regional_telescopic_2nests_atm results .... Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 461.456931 - 0: The maximum resident set size (KB) = 324920 + 0: The total amount of wall time = 466.376363 + 0: The maximum resident set size (KB) = 328132 -Test 101 hafs_regional_telescopic_2nests_atm PASS +Test 105 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_global_1nest_atm -Checking test 102 hafs_global_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_global_1nest_atm +Checking test 106 hafs_global_1nest_atm 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 = 208.273616 - 0: The maximum resident set size (KB) = 219296 + 0: The total amount of wall time = 206.587787 + 0: The maximum resident set size (KB) = 216140 -Test 102 hafs_global_1nest_atm PASS +Test 106 hafs_global_1nest_atm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_global_multiple_4nests_atm -Checking test 103 hafs_global_multiple_4nests_atm results .... - Comparing atmf006.nc .........OK +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_global_multiple_4nests_atm +Checking test 107 hafs_global_multiple_4nests_atm results .... + Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK @@ -2895,29 +3064,29 @@ Checking test 103 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 569.490203 - 0: The maximum resident set size (KB) = 256472 + 0: The total amount of wall time = 563.316231 + 0: The maximum resident set size (KB) = 256776 -Test 103 hafs_global_multiple_4nests_atm PASS +Test 107 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_specified_moving_1nest_atm -Checking test 104 hafs_regional_specified_moving_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_specified_moving_1nest_atm +Checking test 108 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 265.485355 - 0: The maximum resident set size (KB) = 324020 + 0: The total amount of wall time = 266.360582 + 0: The maximum resident set size (KB) = 328312 -Test 104 hafs_regional_specified_moving_1nest_atm PASS +Test 108 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_storm_following_1nest_atm_ocn -Checking test 105 hafs_regional_storm_following_1nest_atm_ocn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_storm_following_1nest_atm_ocn +Checking test 109 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK @@ -2925,181 +3094,181 @@ Checking test 105 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 262.952156 - 0: The maximum resident set size (KB) = 354892 + 0: The total amount of wall time = 264.740143 + 0: The maximum resident set size (KB) = 354484 -Test 105 hafs_regional_storm_following_1nest_atm_ocn PASS +Test 109 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_storm_following_1nest_atm_ocn_wav -Checking test 106 hafs_regional_storm_following_1nest_atm_ocn_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_storm_following_1nest_atm_ocn_wav +Checking test 110 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 773.003913 - 0: The maximum resident set size (KB) = 371900 + 0: The total amount of wall time = 770.164387 + 0: The maximum resident set size (KB) = 374544 -Test 106 hafs_regional_storm_following_1nest_atm_ocn_wav PASS +Test 110 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_global_storm_following_1nest_atm -Checking test 107 hafs_global_storm_following_1nest_atm results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_global_storm_following_1nest_atm +Checking test 111 hafs_global_storm_following_1nest_atm 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 = 83.877332 - 0: The maximum resident set size (KB) = 225860 + 0: The total amount of wall time = 82.382016 + 0: The maximum resident set size (KB) = 227032 -Test 107 hafs_global_storm_following_1nest_atm PASS +Test 111 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_docn -Checking test 108 hafs_regional_docn results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_docn +Checking test 112 hafs_regional_docn 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 = 344.661481 - 0: The maximum resident set size (KB) = 778460 + 0: The total amount of wall time = 347.013822 + 0: The maximum resident set size (KB) = 775748 -Test 108 hafs_regional_docn PASS +Test 112 hafs_regional_docn PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_docn_oisst -Checking test 109 hafs_regional_docn_oisst results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_docn_oisst +Checking test 113 hafs_regional_docn_oisst 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 = 353.949707 - 0: The maximum resident set size (KB) = 752052 + 0: The total amount of wall time = 354.859221 + 0: The maximum resident set size (KB) = 755576 -Test 109 hafs_regional_docn_oisst PASS +Test 113 hafs_regional_docn_oisst PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/hafs_regional_datm_cdeps -Checking test 110 hafs_regional_datm_cdeps results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_datm_cdeps +Checking test 114 hafs_regional_datm_cdeps 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 = 962.236037 - 0: The maximum resident set size (KB) = 852896 + 0: The total amount of wall time = 941.508342 + 0: The maximum resident set size (KB) = 856864 -Test 110 hafs_regional_datm_cdeps PASS +Test 114 hafs_regional_datm_cdeps PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_control_cfsr -Checking test 111 datm_cdeps_control_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_control_cfsr +Checking test 115 datm_cdeps_control_cfsr results .... Comparing RESTART/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 = 144.194439 - 0: The maximum resident set size (KB) = 717968 + 0: The total amount of wall time = 144.228770 + 0: The maximum resident set size (KB) = 718612 -Test 111 datm_cdeps_control_cfsr PASS +Test 115 datm_cdeps_control_cfsr PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_restart_cfsr -Checking test 112 datm_cdeps_restart_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_restart_cfsr +Checking test 116 datm_cdeps_restart_cfsr results .... Comparing RESTART/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 = 81.581566 - 0: The maximum resident set size (KB) = 739704 + 0: The total amount of wall time = 83.158314 + 0: The maximum resident set size (KB) = 719496 -Test 112 datm_cdeps_restart_cfsr PASS +Test 116 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_control_gefs -Checking test 113 datm_cdeps_control_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_control_gefs +Checking test 117 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 137.623909 - 0: The maximum resident set size (KB) = 621476 + 0: The total amount of wall time = 137.217548 + 0: The maximum resident set size (KB) = 621544 -Test 113 datm_cdeps_control_gefs PASS +Test 117 datm_cdeps_control_gefs PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_iau_gefs -Checking test 114 datm_cdeps_iau_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_iau_gefs +Checking test 118 datm_cdeps_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 140.516005 - 0: The maximum resident set size (KB) = 619144 + 0: The total amount of wall time = 139.647170 + 0: The maximum resident set size (KB) = 619808 -Test 114 datm_cdeps_iau_gefs PASS +Test 118 datm_cdeps_iau_gefs PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_stochy_gefs -Checking test 115 datm_cdeps_stochy_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_stochy_gefs +Checking test 119 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 138.140955 - 0: The maximum resident set size (KB) = 621556 + 0: The total amount of wall time = 136.620747 + 0: The maximum resident set size (KB) = 617404 -Test 115 datm_cdeps_stochy_gefs PASS +Test 119 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_bulk_cfsr -Checking test 116 datm_cdeps_bulk_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_bulk_cfsr +Checking test 120 datm_cdeps_bulk_cfsr results .... Comparing RESTART/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 = 141.439429 - 0: The maximum resident set size (KB) = 717404 + 0: The total amount of wall time = 141.826938 + 0: The maximum resident set size (KB) = 720016 -Test 116 datm_cdeps_bulk_cfsr PASS +Test 120 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_bulk_gefs -Checking test 117 datm_cdeps_bulk_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_bulk_gefs +Checking test 121 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 135.869485 - 0: The maximum resident set size (KB) = 622604 + 0: The total amount of wall time = 138.014862 + 0: The maximum resident set size (KB) = 618932 -Test 117 datm_cdeps_bulk_gefs PASS +Test 121 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_mx025_cfsr -Checking test 118 datm_cdeps_mx025_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_mx025_cfsr +Checking test 122 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -3107,15 +3276,15 @@ Checking test 118 datm_cdeps_mx025_cfsr 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 = 304.574316 - 0: The maximum resident set size (KB) = 563960 + 0: The total amount of wall time = 301.978297 + 0: The maximum resident set size (KB) = 556488 -Test 118 datm_cdeps_mx025_cfsr PASS +Test 122 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_mx025_gefs -Checking test 119 datm_cdeps_mx025_gefs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_mx025_gefs +Checking test 123 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK Comparing RESTART/MOM.res_2.nc .........OK @@ -3123,65 +3292,65 @@ Checking test 119 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 302.586810 - 0: The maximum resident set size (KB) = 534320 + 0: The total amount of wall time = 296.050347 + 0: The maximum resident set size (KB) = 531464 -Test 119 datm_cdeps_mx025_gefs PASS +Test 123 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_multiple_files_cfsr -Checking test 120 datm_cdeps_multiple_files_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_multiple_files_cfsr +Checking test 124 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 143.018763 - 0: The maximum resident set size (KB) = 719500 + 0: The total amount of wall time = 142.729119 + 0: The maximum resident set size (KB) = 720276 -Test 120 datm_cdeps_multiple_files_cfsr PASS +Test 124 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_3072x1536_cfsr -Checking test 121 datm_cdeps_3072x1536_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_3072x1536_cfsr +Checking test 125 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/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 = 191.770784 - 0: The maximum resident set size (KB) = 1831920 + 0: The total amount of wall time = 189.301376 + 0: The maximum resident set size (KB) = 1894088 -Test 121 datm_cdeps_3072x1536_cfsr PASS +Test 125 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_gfs -Checking test 122 datm_cdeps_gfs results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_gfs +Checking test 126 datm_cdeps_gfs results .... Comparing RESTART/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 = 191.398148 - 0: The maximum resident set size (KB) = 1829144 + 0: The total amount of wall time = 190.857189 + 0: The maximum resident set size (KB) = 1895080 -Test 122 datm_cdeps_gfs PASS +Test 126 datm_cdeps_gfs PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/datm_cdeps_debug_cfsr -Checking test 123 datm_cdeps_debug_cfsr results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_debug_cfsr +Checking test 127 datm_cdeps_debug_cfsr results .... Comparing RESTART/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 = 433.865978 - 0: The maximum resident set size (KB) = 728436 + 0: The total amount of wall time = 426.928874 + 0: The maximum resident set size (KB) = 727488 -Test 123 datm_cdeps_debug_cfsr PASS +Test 127 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_atmwav -Checking test 124 control_atmwav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_atmwav +Checking test 128 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK Comparing atmf000.nc .........OK @@ -3224,15 +3393,15 @@ Checking test 124 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 81.069086 - 0: The maximum resident set size (KB) = 493616 + 0: The total amount of wall time = 81.062162 + 0: The maximum resident set size (KB) = 497036 -Test 124 control_atmwav PASS +Test 128 control_atmwav PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_c384gdas_wav -Checking test 125 control_c384gdas_wav results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c384gdas_wav +Checking test 129 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK Comparing atmf000.nc .........OK @@ -3277,15 +3446,15 @@ Checking test 125 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 697.102968 - 0: The maximum resident set size (KB) = 1052576 + 0: The total amount of wall time = 692.804732 + 0: The maximum resident set size (KB) = 1054148 -Test 125 control_c384gdas_wav PASS +Test 129 control_c384gdas_wav PASS -baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_21489/control_atm_aerosols -Checking test 126 control_atm_aerosols results .... +baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_atm_aerosols +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_atm_aerosols +Checking test 130 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK @@ -3331,12 +3500,12 @@ Checking test 126 control_atm_aerosols results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 280.864107 - 0: The maximum resident set size (KB) = 910412 + 0: The total amount of wall time = 288.374570 + 0: The maximum resident set size (KB) = 908404 -Test 126 control_atm_aerosols PASS +Test 130 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Tue May 17 23:55:50 UTC 2022 -Elapsed time: 01h:03m:58s. Have a nice day! +Fri May 20 22:32:23 UTC 2022 +Elapsed time: 01h:02m:42s. Have a nice day! From 979a688771f778933282cfd358dedc0e18ee43b1 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Sat, 21 May 2022 00:14:44 +0000 Subject: [PATCH 14/18] Update baseline date to 20220520 --- tests/rt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rt.sh b/tests/rt.sh index f53070f74d..b9204b9966 100755 --- a/tests/rt.sh +++ b/tests/rt.sh @@ -486,7 +486,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then TEST_35D=true fi -BL_DATE=20220516 +BL_DATE=20220520 if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/gsl-develop-${BL_DATE}/${RT_COMPILER^^}} else From f140f0bed6370b2b3cd27eda6b7fc6e1ee07d967 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Sat, 21 May 2022 00:14:54 +0000 Subject: [PATCH 15/18] final hera gnu test logs --- tests/RegressionTests_hera.gnu.log | 354 ++++++++++++++--------------- 1 file changed, 177 insertions(+), 177 deletions(-) diff --git a/tests/RegressionTests_hera.gnu.log b/tests/RegressionTests_hera.gnu.log index 6b36e61297..b9135aab11 100644 --- a/tests/RegressionTests_hera.gnu.log +++ b/tests/RegressionTests_hera.gnu.log @@ -1,17 +1,17 @@ -Fri May 20 21:07:29 UTC 2022 +Fri May 20 23:22:02 UTC 2022 Start Regression test -Compile 001 elapsed time 186 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 001 elapsed time 185 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_thompson,FV3_GFS_v16_ras,FV3_GFS_v17_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release Compile 002 elapsed time 103 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 003 elapsed time 191 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 289 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 96 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 006 elapsed time 217 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 003 elapsed time 188 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 292 seconds. -DAPP=ATM -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 98 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 006 elapsed time 216 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON Compile 007 elapsed time 117 seconds. -DAPP=S2S -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 008 elapsed time 111 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 008 elapsed time 107 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control Checking test 001 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -58,14 +58,14 @@ Checking test 001 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 806.272213 - 0: The maximum resident set size (KB) = 480120 + 0: The total amount of wall time = 793.552274 + 0: The maximum resident set size (KB) = 476672 Test 001 control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_restart Checking test 002 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -104,14 +104,14 @@ Checking test 002 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 383.363198 - 0: The maximum resident set size (KB) = 187368 + 0: The total amount of wall time = 392.460661 + 0: The maximum resident set size (KB) = 182636 Test 002 control_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_c48 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_c48 Checking test 003 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -150,14 +150,14 @@ Checking test 003 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 676.899044 -0: The maximum resident set size (KB) = 697540 +0: The total amount of wall time = 676.418898 +0: The maximum resident set size (KB) = 696028 Test 003 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_stochy +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_stochy Checking test 004 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -168,14 +168,14 @@ Checking test 004 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 633.992278 - 0: The maximum resident set size (KB) = 485992 + 0: The total amount of wall time = 625.198852 + 0: The maximum resident set size (KB) = 482216 Test 004 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_flake +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_flake Checking test 005 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -186,14 +186,14 @@ Checking test 005 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1433.336982 - 0: The maximum resident set size (KB) = 524420 + 0: The total amount of wall time = 1355.606059 + 0: The maximum resident set size (KB) = 530672 Test 005 control_flake PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_thompson Checking test 006 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -204,14 +204,14 @@ Checking test 006 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 1015.592037 - 0: The maximum resident set size (KB) = 845424 + 0: The total amount of wall time = 990.589047 + 0: The maximum resident set size (KB) = 845116 Test 006 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_no_aero +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_thompson_no_aero Checking test 007 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -222,14 +222,14 @@ Checking test 007 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 979.585507 - 0: The maximum resident set size (KB) = 834508 + 0: The total amount of wall time = 958.786108 + 0: The maximum resident set size (KB) = 834196 Test 007 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_ras +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_ras Checking test 008 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -240,14 +240,14 @@ Checking test 008 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 814.860283 - 0: The maximum resident set size (KB) = 494004 + 0: The total amount of wall time = 802.517262 + 0: The maximum resident set size (KB) = 487888 Test 008 control_ras PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_p8 Checking test 009 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -294,28 +294,28 @@ Checking test 009 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 881.481412 - 0: The maximum resident set size (KB) = 831308 + 0: The total amount of wall time = 866.500310 + 0: The maximum resident set size (KB) = 835260 Test 009 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/hrrr_control_debug Checking test 010 hrrr_control_debug 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.979691 - 0: The maximum resident set size (KB) = 841120 + 0: The total amount of wall time = 162.871355 + 0: The maximum resident set size (KB) = 837884 Test 010 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_control +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_control Checking test 011 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -362,14 +362,14 @@ Checking test 011 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1385.897566 - 0: The maximum resident set size (KB) = 830248 + 0: The total amount of wall time = 1381.152447 + 0: The maximum resident set size (KB) = 831956 Test 011 rap_control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_2threads +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_2threads Checking test 012 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -416,14 +416,14 @@ Checking test 012 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1432.441180 - 0: The maximum resident set size (KB) = 898212 + 0: The total amount of wall time = 1417.958468 + 0: The maximum resident set size (KB) = 894260 Test 012 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_restart Checking test 013 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -462,14 +462,14 @@ Checking test 013 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 692.375133 - 0: The maximum resident set size (KB) = 544888 + 0: The total amount of wall time = 700.112629 + 0: The maximum resident set size (KB) = 544720 Test 013 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_sfcdiff +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_sfcdiff Checking test 014 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -516,14 +516,14 @@ Checking test 014 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1386.243506 - 0: The maximum resident set size (KB) = 836172 + 0: The total amount of wall time = 1382.685101 + 0: The maximum resident set size (KB) = 832032 Test 014 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_sfcdiff_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_sfcdiff_restart Checking test 015 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -562,14 +562,14 @@ Checking test 015 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 673.625427 - 0: The maximum resident set size (KB) = 541040 + 0: The total amount of wall time = 669.962332 + 0: The maximum resident set size (KB) = 541004 Test 015 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/hrrr_control Checking test 016 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -616,14 +616,14 @@ Checking test 016 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1393.338202 - 0: The maximum resident set size (KB) = 829128 + 0: The total amount of wall time = 1392.004680 + 0: The maximum resident set size (KB) = 834628 Test 016 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/hrrr_control_restart Checking test 017 hrrr_control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -662,14 +662,14 @@ Checking test 017 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 678.172530 - 0: The maximum resident set size (KB) = 540952 + 0: The total amount of wall time = 681.000253 + 0: The maximum resident set size (KB) = 540380 Test 017 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control_decomp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/hrrr_control_decomp Checking test 018 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -716,14 +716,14 @@ Checking test 018 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1404.995199 - 0: The maximum resident set size (KB) = 830316 + 0: The total amount of wall time = 1474.141793 + 0: The maximum resident set size (KB) = 828220 Test 018 hrrr_control_decomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/hrrr_control_2threads +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/hrrr_control_2threads Checking test 019 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -770,14 +770,14 @@ Checking test 019 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1406.950511 - 0: The maximum resident set size (KB) = 890004 + 0: The total amount of wall time = 1388.938591 + 0: The maximum resident set size (KB) = 891088 Test 019 hrrr_control_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_v1beta +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rrfs_v1beta Checking test 020 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -824,14 +824,14 @@ Checking test 020 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 1410.354534 - 0: The maximum resident set size (KB) = 830020 + 0: The total amount of wall time = 1408.301286 + 0: The maximum resident set size (KB) = 829804 Test 020 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_conus13km_hrrr_warm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rrfs_conus13km_hrrr_warm Checking test 021 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -840,14 +840,14 @@ Checking test 021 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1549.668687 - 0: The maximum resident set size (KB) = 635828 + 0: The total amount of wall time = 1511.558546 + 0: The maximum resident set size (KB) = 638956 Test 021 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rrfs_conus13km_radar_tten_warm Checking test 022 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -856,14 +856,14 @@ Checking test 022 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1482.580070 - 0: The maximum resident set size (KB) = 640988 + 0: The total amount of wall time = 1503.186064 + 0: The maximum resident set size (KB) = 643340 Test 022 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rrfs_smoke_conus13km_hrrr_warm Checking test 023 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -872,236 +872,236 @@ Checking test 023 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 1580.555371 - 0: The maximum resident set size (KB) = 651628 + 0: The total amount of wall time = 1576.482739 + 0: The maximum resident set size (KB) = 649832 Test 023 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_debug Checking test 024 control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 98.052098 - 0: The maximum resident set size (KB) = 472316 + 0: The total amount of wall time = 99.787422 + 0: The maximum resident set size (KB) = 476236 Test 024 control_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_diag_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_diag_debug Checking test 025 control_diag_debug 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.183621 - 0: The maximum resident set size (KB) = 532044 + 0: The total amount of wall time = 121.043565 + 0: The maximum resident set size (KB) = 532684 Test 025 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/regional_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/regional_debug Checking test 026 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 125.966988 - 0: The maximum resident set size (KB) = 555348 + 0: The total amount of wall time = 125.012404 + 0: The maximum resident set size (KB) = 557004 Test 026 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_control_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_control_debug Checking test 027 rap_control_debug 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.552589 - 0: The maximum resident set size (KB) = 846300 + 0: The total amount of wall time = 168.430523 + 0: The maximum resident set size (KB) = 845164 Test 027 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_diag_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_diag_debug Checking test 028 rap_diag_debug 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.740093 - 0: The maximum resident set size (KB) = 930752 + 0: The total amount of wall time = 204.890446 + 0: The maximum resident set size (KB) = 929020 Test 028 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_noah_sfcdiff_cires_ugwp_debug Checking test 029 rap_noah_sfcdiff_cires_ugwp_debug 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.834864 - 0: The maximum resident set size (KB) = 845680 + 0: The total amount of wall time = 260.648076 + 0: The maximum resident set size (KB) = 848472 Test 029 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rap_progcld_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rap_progcld_thompson_debug Checking test 030 rap_progcld_thompson_debug 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.427744 - 0: The maximum resident set size (KB) = 845612 + 0: The total amount of wall time = 164.274959 + 0: The maximum resident set size (KB) = 844916 Test 030 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/rrfs_v1beta_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/rrfs_v1beta_debug Checking test 031 rrfs_v1beta_debug 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.908048 - 0: The maximum resident set size (KB) = 846452 + 0: The total amount of wall time = 169.365959 + 0: The maximum resident set size (KB) = 846644 Test 031 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_thompson_debug Checking test 032 control_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 112.710116 - 0: The maximum resident set size (KB) = 838048 + 0: The total amount of wall time = 116.997261 + 0: The maximum resident set size (KB) = 840820 Test 032 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_no_aero_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_thompson_no_aero_debug Checking test 033 control_thompson_no_aero_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 110.260220 - 0: The maximum resident set size (KB) = 834672 + 0: The total amount of wall time = 108.879044 + 0: The maximum resident set size (KB) = 833672 Test 033 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_extdiag_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_thompson_extdiag_debug Checking test 034 control_thompson_extdiag_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 134.021317 - 0: The maximum resident set size (KB) = 871092 + 0: The total amount of wall time = 132.337212 + 0: The maximum resident set size (KB) = 870128 Test 034 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_thompson_progcld_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_thompson_progcld_thompson_debug Checking test 035 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 115.389853 - 0: The maximum resident set size (KB) = 839912 + 0: The total amount of wall time = 114.642680 + 0: The maximum resident set size (KB) = 838332 Test 035 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_ras_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_ras_debug Checking test 036 control_ras_debug 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.466294 - 0: The maximum resident set size (KB) = 480240 + 0: The total amount of wall time = 99.239000 + 0: The maximum resident set size (KB) = 485704 Test 036 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_stochy_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_stochy_debug Checking test 037 control_stochy_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 115.744398 - 0: The maximum resident set size (KB) = 481592 + 0: The total amount of wall time = 114.007107 + 0: The maximum resident set size (KB) = 478020 Test 037 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_debug_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_debug_p8 Checking test 038 control_debug_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 112.322455 - 0: The maximum resident set size (KB) = 832640 + 0: The total amount of wall time = 115.224670 + 0: The maximum resident set size (KB) = 832636 Test 038 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/control_wam_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/control_wam_debug Checking test 039 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 180.591993 - 0: The maximum resident set size (KB) = 192176 + 0: The total amount of wall time = 177.034422 + 0: The maximum resident set size (KB) = 193520 Test 039 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/cpld_control_c96_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/cpld_control_c96_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/cpld_control_c96_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/cpld_control_c96_noaero_p8 Checking test 040 cpld_control_c96_noaero_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -1163,14 +1163,14 @@ Checking test 040 cpld_control_c96_noaero_p8 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 = 1123.172282 - 0: The maximum resident set size (KB) = 862788 + 0: The total amount of wall time = 1139.874805 + 0: The maximum resident set size (KB) = 858700 Test 040 cpld_control_c96_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/cpld_debug_noaero_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/cpld_debug_noaero_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/cpld_debug_noaero_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/cpld_debug_noaero_p8 Checking test 041 cpld_debug_noaero_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -1220,25 +1220,25 @@ Checking test 041 cpld_debug_noaero_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 577.889812 - 0: The maximum resident set size (KB) = 874452 + 0: The total amount of wall time = 574.444459 + 0: The maximum resident set size (KB) = 865656 Test 041 cpld_debug_noaero_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_GNU/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_126952/datm_cdeps_control_cfsr +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/GNU/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_305771/datm_cdeps_control_cfsr Checking test 042 datm_cdeps_control_cfsr results .... Comparing RESTART/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.379805 - 0: The maximum resident set size (KB) = 626832 + 0: The total amount of wall time = 159.422380 + 0: The maximum resident set size (KB) = 628244 Test 042 datm_cdeps_control_cfsr PASS REGRESSION TEST WAS SUCCESSFUL -Fri May 20 21:50:33 UTC 2022 -Elapsed time: 00h:43m:05s. Have a nice day! +Sat May 21 00:04:10 UTC 2022 +Elapsed time: 00h:42m:08s. Have a nice day! From fa006420bb86c294c2868c36caef912d3f20e2ff Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Sat, 21 May 2022 00:23:13 +0000 Subject: [PATCH 16/18] final hera intel tests passed --- tests/RegressionTests_hera.intel.log | 1094 +++++++++++++------------- 1 file changed, 547 insertions(+), 547 deletions(-) diff --git a/tests/RegressionTests_hera.intel.log b/tests/RegressionTests_hera.intel.log index 6b986dd593..0d0bbacce2 100644 --- a/tests/RegressionTests_hera.intel.log +++ b/tests/RegressionTests_hera.intel.log @@ -1,26 +1,26 @@ -Fri May 20 21:29:42 UTC 2022 +Fri May 20 23:20:34 UTC 2022 Start Regression test -Compile 001 elapsed time 895 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 002 elapsed time 558 seconds. -DAPP=S2SA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 723 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 004 elapsed time 379 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 764 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 006 elapsed time 570 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 007 elapsed time 641 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 008 elapsed time 894 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 186 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 756 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 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 012 elapsed time 1148 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 013 elapsed time 557 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 014 elapsed time 185 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile 015 elapsed time 183 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 016 elapsed time 623 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile 017 elapsed time 414 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release - -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_control_p8 +Compile 001 elapsed time 559 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 002 elapsed time 199 seconds. -DAPP=S2SA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 539 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 004 elapsed time 167 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 371 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 006 elapsed time 430 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 007 elapsed time 605 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 008 elapsed time 205 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 162 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 162 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 321 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 690 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 013 elapsed time 533 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 014 elapsed time 574 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON +Compile 015 elapsed time 98 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 652 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release +Compile 017 elapsed time 455 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release + +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_control_p8 Checking test 001 cpld_control_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -86,14 +86,14 @@ Checking test 001 cpld_control_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 354.535337 - 0: The maximum resident set size (KB) = 1132992 + 0: The total amount of wall time = 350.052416 + 0: The maximum resident set size (KB) = 1132872 Test 001 cpld_control_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_2threads_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_2threads_p8 Checking test 002 cpld_2threads_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -147,14 +147,14 @@ Checking test 002 cpld_2threads_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 439.696550 - 0: The maximum resident set size (KB) = 1711020 + 0: The total amount of wall time = 436.680464 + 0: The maximum resident set size (KB) = 1712456 Test 002 cpld_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_decomp_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_decomp_p8 Checking test 003 cpld_decomp_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -208,14 +208,14 @@ Checking test 003 cpld_decomp_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 352.639702 - 0: The maximum resident set size (KB) = 1124984 + 0: The total amount of wall time = 352.678654 + 0: The maximum resident set size (KB) = 1125348 Test 003 cpld_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_mpi_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_mpi_p8 Checking test 004 cpld_mpi_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -269,14 +269,14 @@ Checking test 004 cpld_mpi_p8 results .... Comparing 20210323.060000.out_pnt.points .........OK Comparing 20210323.060000.restart.glo_1deg .........OK - 0: The total amount of wall time = 293.005741 - 0: The maximum resident set size (KB) = 1041944 + 0: The total amount of wall time = 295.155882 + 0: The maximum resident set size (KB) = 1042996 Test 004 cpld_mpi_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_bmark_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_bmark_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_bmark_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_bmark_p8 Checking test 005 cpld_bmark_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -322,14 +322,14 @@ Checking test 005 cpld_bmark_p8 results .... Comparing RESTART/iced.2013-04-01-21600.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc .........OK - 0: The total amount of wall time = 1057.263442 - 0: The maximum resident set size (KB) = 2837684 + 0: The total amount of wall time = 1055.719355 + 0: The maximum resident set size (KB) = 2844160 Test 005 cpld_bmark_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_control_c96_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_control_c96_p8 Checking test 006 cpld_control_c96_p8 results .... Comparing sfcf021.tile1.nc .........OK Comparing sfcf021.tile2.nc .........OK @@ -392,14 +392,14 @@ Checking test 006 cpld_control_c96_p8 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.205117 - 0: The maximum resident set size (KB) = 1145624 + 0: The total amount of wall time = 347.113229 + 0: The maximum resident set size (KB) = 1145236 Test 006 cpld_control_c96_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c96_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_restart_c96_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_c96_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_restart_c96_p8 Checking test 007 cpld_restart_c96_p8 results .... Comparing sfcf024.tile1.nc .........OK Comparing sfcf024.tile2.nc .........OK @@ -450,14 +450,14 @@ Checking test 007 cpld_restart_c96_p8 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 = 194.908543 - 0: The maximum resident set size (KB) = 1108492 + 0: The total amount of wall time = 194.513525 + 0: The maximum resident set size (KB) = 1113176 Test 007 cpld_restart_c96_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_control_c192_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_control_c192_p8 Checking test 008 cpld_control_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -508,14 +508,14 @@ Checking test 008 cpld_control_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 1464.923194 - 0: The maximum resident set size (KB) = 1594904 + 0: The total amount of wall time = 1465.333250 + 0: The maximum resident set size (KB) = 1586140 Test 008 cpld_control_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c192_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_restart_c192_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_c192_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_restart_c192_p8 Checking test 009 cpld_restart_c192_p8 results .... Comparing sfcf036.tile1.nc .........OK Comparing sfcf036.tile2.nc .........OK @@ -566,14 +566,14 @@ Checking test 009 cpld_restart_c192_p8 results .... Comparing RESTART/iced.2021-03-23-64800.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-64800.nc .........OK - 0: The total amount of wall time = 970.233927 - 0: The maximum resident set size (KB) = 1813240 + 0: The total amount of wall time = 964.740901 + 0: The maximum resident set size (KB) = 1819068 Test 009 cpld_restart_c192_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_control_c384_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_control_c384_p8 Checking test 010 cpld_control_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -617,14 +617,14 @@ Checking test 010 cpld_control_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1176.417318 - 0: The maximum resident set size (KB) = 2829884 + 0: The total amount of wall time = 1177.673395 + 0: The maximum resident set size (KB) = 2828232 Test 010 cpld_control_c384_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_control_c384_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_restart_c384_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_c384_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_restart_c384_p8 Checking test 011 cpld_restart_c384_p8 results .... Comparing sfcf006.nc .........OK Comparing atmf006.nc .........OK @@ -668,14 +668,14 @@ Checking test 011 cpld_restart_c384_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 659.300105 - 0: The maximum resident set size (KB) = 2805380 + 0: The total amount of wall time = 662.800873 + 0: The maximum resident set size (KB) = 2805212 Test 011 cpld_restart_c384_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/cpld_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/cpld_debug_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/cpld_debug_p8 Checking test 012 cpld_debug_p8 results .... Comparing sfcf006.tile1.nc .........OK Comparing sfcf006.tile2.nc .........OK @@ -726,14 +726,14 @@ Checking test 012 cpld_debug_p8 results .... Comparing RESTART/iced.2021-03-22-43200.nc .........OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - 0: The total amount of wall time = 1019.868745 - 0: The maximum resident set size (KB) = 1269384 + 0: The total amount of wall time = 1005.898794 + 0: The maximum resident set size (KB) = 1267868 Test 012 cpld_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control Checking test 013 control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -780,14 +780,14 @@ Checking test 013 control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 131.325836 - 0: The maximum resident set size (KB) = 467012 + 0: The total amount of wall time = 132.218666 + 0: The maximum resident set size (KB) = 465956 Test 013 control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_decomp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_decomp Checking test 014 control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -830,28 +830,28 @@ Checking test 014 control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 135.486022 - 0: The maximum resident set size (KB) = 466228 + 0: The total amount of wall time = 138.505397 + 0: The maximum resident set size (KB) = 463332 Test 014 control_decomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_2dwrtdecomp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_2dwrtdecomp Checking test 015 control_2dwrtdecomp results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 122.156272 - 0: The maximum resident set size (KB) = 466140 + 0: The total amount of wall time = 121.958955 + 0: The maximum resident set size (KB) = 468328 Test 015 control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_2threads +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_2threads Checking test 016 control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -894,14 +894,14 @@ Checking test 016 control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 157.101017 - 0: The maximum resident set size (KB) = 519780 + 0: The total amount of wall time = 153.240189 + 0: The maximum resident set size (KB) = 519240 Test 016 control_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_restart Checking test 017 control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -940,14 +940,14 @@ Checking test 017 control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 68.895786 - 0: The maximum resident set size (KB) = 208192 + 0: The total amount of wall time = 69.221070 + 0: The maximum resident set size (KB) = 215564 Test 017 control_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_fhzero +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_fhzero Checking test 018 control_fhzero results .... Comparing sfcf000.nc ............ALT CHECK......OK Comparing sfcf021.nc ............ALT CHECK......OK @@ -990,14 +990,14 @@ Checking test 018 control_fhzero results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 121.206884 - 0: The maximum resident set size (KB) = 466780 + 0: The total amount of wall time = 121.124735 + 0: The maximum resident set size (KB) = 467168 Test 018 control_fhzero PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_CubedSphereGrid +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_CubedSphereGrid +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_CubedSphereGrid Checking test 019 control_CubedSphereGrid results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -1024,14 +1024,14 @@ Checking test 019 control_CubedSphereGrid results .... Comparing atmf024.tile5.nc .........OK Comparing atmf024.tile6.nc .........OK - 0: The total amount of wall time = 124.962078 - 0: The maximum resident set size (KB) = 467232 + 0: The total amount of wall time = 123.532458 + 0: The maximum resident set size (KB) = 467048 Test 019 control_CubedSphereGrid PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_latlon -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_latlon +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_latlon +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_latlon Checking test 020 control_latlon results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1042,17 +1042,17 @@ Checking test 020 control_latlon results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 129.752319 - 0: The maximum resident set size (KB) = 468176 + 0: The total amount of wall time = 129.072215 + 0: The maximum resident set size (KB) = 464192 Test 020 control_latlon PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_wrtGauss_netcdf_parallel +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_wrtGauss_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_wrtGauss_netcdf_parallel Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing sfcf000.nc ............ALT CHECK......OK - Comparing sfcf024.nc .........OK + Comparing sfcf024.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf024.nc .........OK Comparing GFSFLX.GrbF00 .........OK @@ -1060,14 +1060,14 @@ Checking test 021 control_wrtGauss_netcdf_parallel results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 128.853258 - 0: The maximum resident set size (KB) = 468212 + 0: The total amount of wall time = 127.736745 + 0: The maximum resident set size (KB) = 466124 Test 021 control_wrtGauss_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c48 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c48 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c48 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_c48 Checking test 022 control_c48 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1106,14 +1106,14 @@ Checking test 022 control_c48 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK -0: The total amount of wall time = 325.973670 -0: The maximum resident set size (KB) = 660752 +0: The total amount of wall time = 325.190885 +0: The maximum resident set size (KB) = 662076 Test 022 control_c48 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c192 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c192 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c192 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_c192 Checking test 023 control_c192 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1124,14 +1124,14 @@ Checking test 023 control_c192 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 480.871064 - 0: The maximum resident set size (KB) = 565488 + 0: The total amount of wall time = 486.747899 + 0: The maximum resident set size (KB) = 562436 Test 023 control_c192 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c384 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c384 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c384 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_c384 Checking test 024 control_c384 results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1142,14 +1142,14 @@ Checking test 024 control_c384 results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 649.771880 - 0: The maximum resident set size (KB) = 835900 + 0: The total amount of wall time = 647.042152 + 0: The maximum resident set size (KB) = 833684 Test 024 control_c384 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c384gdas +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c384gdas +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_c384gdas Checking test 025 control_c384gdas results .... Comparing sfcf000.nc .........OK Comparing sfcf006.nc .........OK @@ -1192,14 +1192,14 @@ Checking test 025 control_c384gdas results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 595.425271 - 0: The maximum resident set size (KB) = 996580 + 0: The total amount of wall time = 592.131645 + 0: The maximum resident set size (KB) = 989712 Test 025 control_c384gdas PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_stochy +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_stochy Checking test 026 control_stochy results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1210,28 +1210,28 @@ Checking test 026 control_stochy results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 84.900309 - 0: The maximum resident set size (KB) = 472852 + 0: The total amount of wall time = 86.333445 + 0: The maximum resident set size (KB) = 467260 Test 026 control_stochy PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_stochy -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_stochy_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_stochy +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_stochy_restart Checking test 027 control_stochy_restart results .... Comparing sfcf012.nc .........OK Comparing atmf012.nc .........OK Comparing GFSFLX.GrbF12 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 46.503808 - 0: The maximum resident set size (KB) = 251992 + 0: The total amount of wall time = 46.431725 + 0: The maximum resident set size (KB) = 250068 Test 027 control_stochy_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_lndp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_lndp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_lndp Checking test 028 control_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -1242,14 +1242,14 @@ Checking test 028 control_lndp results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF12 .........OK - 0: The total amount of wall time = 79.130644 - 0: The maximum resident set size (KB) = 474568 + 0: The total amount of wall time = 77.899081 + 0: The maximum resident set size (KB) = 471472 Test 028 control_lndp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_iovr4 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_iovr4 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_iovr4 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_iovr4 Checking test 029 control_iovr4 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1264,14 +1264,14 @@ Checking test 029 control_iovr4 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 134.311021 - 0: The maximum resident set size (KB) = 465360 + 0: The total amount of wall time = 133.964270 + 0: The maximum resident set size (KB) = 467936 Test 029 control_iovr4 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_iovr5 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_iovr5 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_iovr5 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_iovr5 Checking test 030 control_iovr5 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1286,14 +1286,14 @@ Checking test 030 control_iovr5 results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 128.071066 - 0: The maximum resident set size (KB) = 469452 + 0: The total amount of wall time = 131.304108 + 0: The maximum resident set size (KB) = 467160 Test 030 control_iovr5 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_p8 Checking test 031 control_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1340,14 +1340,14 @@ Checking test 031 control_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 176.175929 - 0: The maximum resident set size (KB) = 853960 + 0: The total amount of wall time = 177.045230 + 0: The maximum resident set size (KB) = 851516 Test 031 control_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8_lndp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_p8_lndp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8_lndp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_p8_lndp Checking test 032 control_p8_lndp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1366,14 +1366,14 @@ Checking test 032 control_p8_lndp results .... Comparing GFSPRS.GrbF24 .........OK Comparing GFSPRS.GrbF48 .........OK - 0: The total amount of wall time = 338.304843 - 0: The maximum resident set size (KB) = 852228 + 0: The total amount of wall time = 324.202840 + 0: The maximum resident set size (KB) = 856032 Test 032 control_p8_lndp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_restart_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_restart_p8 Checking test 033 control_restart_p8 results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1412,14 +1412,14 @@ Checking test 033 control_restart_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 92.495339 - 0: The maximum resident set size (KB) = 599316 + 0: The total amount of wall time = 90.452856 + 0: The maximum resident set size (KB) = 600660 Test 033 control_restart_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_decomp_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_decomp_p8 Checking test 034 control_decomp_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1462,14 +1462,14 @@ Checking test 034 control_decomp_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 179.911818 - 0: The maximum resident set size (KB) = 847420 + 0: The total amount of wall time = 182.018671 + 0: The maximum resident set size (KB) = 850076 Test 034 control_decomp_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_2threads_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_2threads_p8 Checking test 035 control_2threads_p8 results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -1512,14 +1512,14 @@ Checking test 035 control_2threads_p8 results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 201.918513 - 0: The maximum resident set size (KB) = 934020 + 0: The total amount of wall time = 205.877432 + 0: The maximum resident set size (KB) = 931008 Test 035 control_2threads_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_p8_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_p8_rrtmgp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_p8_rrtmgp Checking test 036 control_p8_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1566,14 +1566,14 @@ Checking test 036 control_p8_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 205.532646 - 0: The maximum resident set size (KB) = 971024 + 0: The total amount of wall time = 198.435512 + 0: The maximum resident set size (KB) = 968840 Test 036 control_p8_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_control +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_control Checking test 037 regional_control results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1584,42 +1584,42 @@ Checking test 037 regional_control results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 330.988817 - 0: The maximum resident set size (KB) = 581160 + 0: The total amount of wall time = 331.969572 + 0: The maximum resident set size (KB) = 582412 Test 037 regional_control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_restart Checking test 038 regional_restart results .... Comparing dynf024.nc .........OK Comparing phyf024.nc .........OK Comparing PRSLEV.GrbF24 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 183.404556 - 0: The maximum resident set size (KB) = 584296 + 0: The total amount of wall time = 185.514719 + 0: The maximum resident set size (KB) = 584048 Test 038 regional_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_control_2dwrtdecomp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_control_2dwrtdecomp Checking test 039 regional_control_2dwrtdecomp results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 330.539576 - 0: The maximum resident set size (KB) = 582296 + 0: The total amount of wall time = 331.299581 + 0: The maximum resident set size (KB) = 579896 Test 039 regional_control_2dwrtdecomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_noquilt -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_noquilt +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_noquilt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_noquilt Checking test 040 regional_noquilt results .... Comparing atmos_4xdaily.nc .........OK Comparing fv3_history2d.nc .........OK @@ -1627,14 +1627,14 @@ Checking test 040 regional_noquilt 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 = 345.415992 - 0: The maximum resident set size (KB) = 596128 + 0: The total amount of wall time = 340.978917 + 0: The maximum resident set size (KB) = 594004 Test 040 regional_noquilt PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_2threads +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_2threads Checking test 041 regional_2threads results .... Comparing dynf000.nc .........OK Comparing dynf024.nc .........OK @@ -1645,28 +1645,28 @@ Checking test 041 regional_2threads results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF24 .........OK - 0: The total amount of wall time = 242.549027 - 0: The maximum resident set size (KB) = 578628 + 0: The total amount of wall time = 244.928105 + 0: The maximum resident set size (KB) = 582496 Test 041 regional_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_netcdf_parallel -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_netcdf_parallel +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_netcdf_parallel +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_netcdf_parallel Checking test 042 regional_netcdf_parallel results .... Comparing dynf000.nc .........OK - Comparing dynf024.nc .........OK + Comparing dynf024.nc ............ALT CHECK......OK Comparing phyf000.nc .........OK Comparing phyf024.nc .........OK - 0: The total amount of wall time = 327.413149 - 0: The maximum resident set size (KB) = 582432 + 0: The total amount of wall time = 329.221379 + 0: The maximum resident set size (KB) = 581968 Test 042 regional_netcdf_parallel PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_3km -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_3km +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_3km +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_3km Checking test 043 regional_3km results .... Comparing dynf000.nc .........OK Comparing dynf006.nc .........OK @@ -1677,28 +1677,28 @@ Checking test 043 regional_3km results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 261.379838 - 0: The maximum resident set size (KB) = 618280 + 0: The total amount of wall time = 258.723408 + 0: The maximum resident set size (KB) = 623836 Test 043 regional_3km PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hrrr_control_debug Checking test 044 hrrr_control_debug 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.804182 - 0: The maximum resident set size (KB) = 997328 + 0: The total amount of wall time = 259.955342 + 0: The maximum resident set size (KB) = 998144 Test 044 hrrr_control_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_control +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_control Checking test 045 rap_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1745,14 +1745,14 @@ Checking test 045 rap_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 438.788085 - 0: The maximum resident set size (KB) = 839940 + 0: The total amount of wall time = 449.449814 + 0: The maximum resident set size (KB) = 836696 Test 045 rap_control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_rrtmgp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_rrtmgp +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_rrtmgp Checking test 046 rap_rrtmgp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1799,14 +1799,14 @@ Checking test 046 rap_rrtmgp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 474.926030 - 0: The maximum resident set size (KB) = 957220 + 0: The total amount of wall time = 468.976056 + 0: The maximum resident set size (KB) = 959876 Test 046 rap_rrtmgp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/regional_spp_sppt_shum_skeb -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_spp_sppt_shum_skeb +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/regional_spp_sppt_shum_skeb +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_spp_sppt_shum_skeb Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK @@ -1817,14 +1817,14 @@ Checking test 047 regional_spp_sppt_shum_skeb results .... Comparing NATLEV.GrbF00 .........OK Comparing NATLEV.GrbF01 .........OK - 0: The total amount of wall time = 309.435736 - 0: The maximum resident set size (KB) = 1214272 + 0: The total amount of wall time = 309.692257 + 0: The maximum resident set size (KB) = 1217592 Test 047 regional_spp_sppt_shum_skeb PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_2threads +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_2threads Checking test 048 rap_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1871,14 +1871,14 @@ Checking test 048 rap_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 514.396667 - 0: The maximum resident set size (KB) = 904832 + 0: The total amount of wall time = 516.888447 + 0: The maximum resident set size (KB) = 906156 Test 048 rap_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_restart Checking test 049 rap_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -1917,14 +1917,14 @@ Checking test 049 rap_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 222.576356 - 0: The maximum resident set size (KB) = 593364 + 0: The total amount of wall time = 229.431267 + 0: The maximum resident set size (KB) = 593316 Test 049 rap_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_sfcdiff +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_sfcdiff Checking test 050 rap_sfcdiff results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -1971,14 +1971,14 @@ Checking test 050 rap_sfcdiff results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 444.824403 - 0: The maximum resident set size (KB) = 839156 + 0: The total amount of wall time = 443.371375 + 0: The maximum resident set size (KB) = 841100 Test 050 rap_sfcdiff PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_sfcdiff_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_sfcdiff +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_sfcdiff_restart Checking test 051 rap_sfcdiff_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2017,14 +2017,14 @@ Checking test 051 rap_sfcdiff_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 222.939354 - 0: The maximum resident set size (KB) = 597608 + 0: The total amount of wall time = 223.177434 + 0: The maximum resident set size (KB) = 596160 Test 051 rap_sfcdiff_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hrrr_control Checking test 052 hrrr_control results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2071,14 +2071,14 @@ Checking test 052 hrrr_control results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 433.780409 - 0: The maximum resident set size (KB) = 836976 + 0: The total amount of wall time = 418.201143 + 0: The maximum resident set size (KB) = 836828 Test 052 hrrr_control PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control_decomp +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hrrr_control_decomp Checking test 053 hrrr_control_decomp results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2125,14 +2125,14 @@ Checking test 053 hrrr_control_decomp results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 451.533625 - 0: The maximum resident set size (KB) = 836716 + 0: The total amount of wall time = 440.860082 + 0: The maximum resident set size (KB) = 841448 Test 053 hrrr_control_decomp PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control_2threads +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hrrr_control_2threads Checking test 054 hrrr_control_2threads results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2179,14 +2179,14 @@ Checking test 054 hrrr_control_2threads results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 491.437899 - 0: The maximum resident set size (KB) = 899804 + 0: The total amount of wall time = 489.052414 + 0: The maximum resident set size (KB) = 898904 Test 054 hrrr_control_2threads PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hrrr_control -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hrrr_control_restart +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hrrr_control_restart Checking test 055 hrrr_control_restart results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK @@ -2225,14 +2225,14 @@ Checking test 055 hrrr_control_restart results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 214.696788 - 0: The maximum resident set size (KB) = 586940 + 0: The total amount of wall time = 212.846220 + 0: The maximum resident set size (KB) = 592920 Test 055 hrrr_control_restart PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_v1beta +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_v1beta +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rrfs_v1beta Checking test 056 rrfs_v1beta results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2279,14 +2279,14 @@ Checking test 056 rrfs_v1beta results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 429.984604 - 0: The maximum resident set size (KB) = 830960 + 0: The total amount of wall time = 439.953711 + 0: The maximum resident set size (KB) = 835776 Test 056 rrfs_v1beta PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_v1nssl +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_v1nssl +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rrfs_v1nssl Checking test 057 rrfs_v1nssl results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2301,14 +2301,14 @@ Checking test 057 rrfs_v1nssl results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 478.681990 - 0: The maximum resident set size (KB) = 526108 + 0: The total amount of wall time = 467.533085 + 0: The maximum resident set size (KB) = 527768 Test 057 rrfs_v1nssl PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1nssl_nohailnoccn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_v1nssl_nohailnoccn +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rrfs_v1nssl_nohailnoccn Checking test 058 rrfs_v1nssl_nohailnoccn results .... Comparing sfcf000.nc .........OK Comparing sfcf021.nc .........OK @@ -2323,14 +2323,14 @@ Checking test 058 rrfs_v1nssl_nohailnoccn results .... Comparing GFSPRS.GrbF21 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 461.925861 - 0: The maximum resident set size (KB) = 519244 + 0: The total amount of wall time = 467.231417 + 0: The maximum resident set size (KB) = 515744 Test 058 rrfs_v1nssl_nohailnoccn PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_conus13km_hrrr_warm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rrfs_conus13km_hrrr_warm Checking test 059 rrfs_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2339,14 +2339,14 @@ Checking test 059 rrfs_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 179.966925 - 0: The maximum resident set size (KB) = 671128 + 0: The total amount of wall time = 186.417464 + 0: The maximum resident set size (KB) = 670812 Test 059 rrfs_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_conus13km_radar_tten_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_conus13km_radar_tten_warm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rrfs_conus13km_radar_tten_warm Checking test 060 rrfs_conus13km_radar_tten_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2355,14 +2355,14 @@ Checking test 060 rrfs_conus13km_radar_tten_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 181.301444 - 0: The maximum resident set size (KB) = 670700 + 0: The total amount of wall time = 182.747549 + 0: The maximum resident set size (KB) = 674724 Test 060 rrfs_conus13km_radar_tten_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_smoke_conus13km_hrrr_warm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rrfs_smoke_conus13km_hrrr_warm Checking test 061 rrfs_smoke_conus13km_hrrr_warm results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK @@ -2371,14 +2371,14 @@ Checking test 061 rrfs_smoke_conus13km_hrrr_warm results .... Comparing atmf001.nc .........OK Comparing atmf002.nc .........OK - 0: The total amount of wall time = 199.741450 - 0: The maximum resident set size (KB) = 683808 + 0: The total amount of wall time = 195.260639 + 0: The maximum resident set size (KB) = 688388 Test 061 rrfs_smoke_conus13km_hrrr_warm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_csawmg +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_csawmg +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_csawmg Checking test 062 control_csawmg results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2389,14 +2389,14 @@ Checking test 062 control_csawmg results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 330.051617 - 0: The maximum resident set size (KB) = 535216 + 0: The total amount of wall time = 334.210090 + 0: The maximum resident set size (KB) = 535268 Test 062 control_csawmg PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_csawmgt +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_csawmgt +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_csawmgt Checking test 063 control_csawmgt results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2407,14 +2407,14 @@ Checking test 063 control_csawmgt results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 327.314690 - 0: The maximum resident set size (KB) = 535468 + 0: The total amount of wall time = 330.075755 + 0: The maximum resident set size (KB) = 532016 Test 063 control_csawmgt PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_flake -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_flake +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_flake +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_flake Checking test 064 control_flake results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2425,14 +2425,14 @@ Checking test 064 control_flake results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 237.930785 - 0: The maximum resident set size (KB) = 535684 + 0: The total amount of wall time = 236.012322 + 0: The maximum resident set size (KB) = 538732 Test 064 control_flake PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_ras -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_ras +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_ras +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_ras Checking test 065 control_ras results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2443,14 +2443,14 @@ Checking test 065 control_ras results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 172.509756 - 0: The maximum resident set size (KB) = 495124 + 0: The total amount of wall time = 171.348744 + 0: The maximum resident set size (KB) = 498872 Test 065 control_ras PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_thompson Checking test 066 control_thompson results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2461,14 +2461,14 @@ Checking test 066 control_thompson results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 239.456857 - 0: The maximum resident set size (KB) = 852216 + 0: The total amount of wall time = 236.062566 + 0: The maximum resident set size (KB) = 847624 Test 066 control_thompson PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_no_aero +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_no_aero +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_thompson_no_aero Checking test 067 control_thompson_no_aero results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -2479,54 +2479,54 @@ Checking test 067 control_thompson_no_aero results .... Comparing GFSPRS.GrbF00 .........OK Comparing GFSPRS.GrbF24 .........OK - 0: The total amount of wall time = 230.520728 - 0: The maximum resident set size (KB) = 845924 + 0: The total amount of wall time = 222.886174 + 0: The maximum resident set size (KB) = 843776 Test 067 control_thompson_no_aero PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_wam -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_wam +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_wam +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_wam Checking test 068 control_wam results .... Comparing sfcf024.nc .........OK Comparing atmf024.nc .........OK - 0: The total amount of wall time = 108.090449 - 0: The maximum resident set size (KB) = 234096 + 0: The total amount of wall time = 103.840910 + 0: The maximum resident set size (KB) = 237620 Test 068 control_wam PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_debug Checking test 069 control_debug 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.144835 - 0: The maximum resident set size (KB) = 629080 + 0: The total amount of wall time = 143.263352 + 0: The maximum resident set size (KB) = 629804 Test 069 control_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_2threads_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_2threads_debug Checking test 070 control_2threads_debug 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.333843 - 0: The maximum resident set size (KB) = 681476 + 0: The total amount of wall time = 212.973011 + 0: The maximum resident set size (KB) = 677224 Test 070 control_2threads_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_CubedSphereGrid_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_CubedSphereGrid_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_CubedSphereGrid_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_CubedSphereGrid_debug Checking test 071 control_CubedSphereGrid_debug results .... Comparing sfcf000.tile1.nc .........OK Comparing sfcf000.tile2.nc .........OK @@ -2553,415 +2553,415 @@ Checking test 071 control_CubedSphereGrid_debug results .... Comparing atmf001.tile5.nc .........OK Comparing atmf001.tile6.nc .........OK - 0: The total amount of wall time = 161.663774 - 0: The maximum resident set size (KB) = 632092 + 0: The total amount of wall time = 157.138903 + 0: The maximum resident set size (KB) = 632968 Test 071 control_CubedSphereGrid_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_wrtGauss_netcdf_parallel_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_wrtGauss_netcdf_parallel_debug Checking test 072 control_wrtGauss_netcdf_parallel_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc ............ALT CHECK......OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 148.160678 - 0: The maximum resident set size (KB) = 631316 + 0: The total amount of wall time = 147.721101 + 0: The maximum resident set size (KB) = 629908 Test 072 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_stochy_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_stochy_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_stochy_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_stochy_debug Checking test 073 control_stochy_debug 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.125761 - 0: The maximum resident set size (KB) = 632940 + 0: The total amount of wall time = 165.205032 + 0: The maximum resident set size (KB) = 635176 Test 073 control_stochy_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_lndp_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_lndp_debug Checking test 074 control_lndp_debug 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.127979 - 0: The maximum resident set size (KB) = 633492 + 0: The total amount of wall time = 146.057342 + 0: The maximum resident set size (KB) = 633600 Test 074 control_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_csawmg_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_csawmg_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_csawmg_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_csawmg_debug Checking test 075 control_csawmg_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 226.560271 - 0: The maximum resident set size (KB) = 669480 + 0: The total amount of wall time = 224.292138 + 0: The maximum resident set size (KB) = 673956 Test 075 control_csawmg_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_csawmgt_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_csawmgt_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_csawmgt_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_csawmgt_debug Checking test 076 control_csawmgt_debug 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.386507 - 0: The maximum resident set size (KB) = 672772 + 0: The total amount of wall time = 223.555948 + 0: The maximum resident set size (KB) = 673428 Test 076 control_csawmgt_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_ras_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_ras_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_ras_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_ras_debug Checking test 077 control_ras_debug 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.609529 - 0: The maximum resident set size (KB) = 646300 + 0: The total amount of wall time = 151.901592 + 0: The maximum resident set size (KB) = 639512 Test 077 control_ras_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_diag_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_diag_debug Checking test 078 control_diag_debug 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.615387 - 0: The maximum resident set size (KB) = 687872 + 0: The total amount of wall time = 154.327446 + 0: The maximum resident set size (KB) = 689652 Test 078 control_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_debug_p8 -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_debug_p8 +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_debug_p8 +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_debug_p8 Checking test 079 control_debug_p8 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.592599 - 0: The maximum resident set size (KB) = 1018000 + 0: The total amount of wall time = 160.765378 + 0: The maximum resident set size (KB) = 1016652 Test 079 control_debug_p8 PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_thompson_debug Checking test 080 control_thompson_debug 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.739089 - 0: The maximum resident set size (KB) = 990608 + 0: The total amount of wall time = 169.512979 + 0: The maximum resident set size (KB) = 993648 Test 080 control_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_no_aero_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_no_aero_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_no_aero_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_thompson_no_aero_debug Checking test 081 control_thompson_no_aero_debug 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.170287 - 0: The maximum resident set size (KB) = 986744 + 0: The total amount of wall time = 163.956391 + 0: The maximum resident set size (KB) = 986416 Test 081 control_thompson_no_aero_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_debug_extdiag -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_extdiag_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_debug_extdiag +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_thompson_extdiag_debug Checking test 082 control_thompson_extdiag_debug 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.445644 - 0: The maximum resident set size (KB) = 1022480 + 0: The total amount of wall time = 181.308143 + 0: The maximum resident set size (KB) = 1020880 Test 082 control_thompson_extdiag_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_thompson_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_thompson_progcld_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_thompson_progcld_thompson_debug Checking test 083 control_thompson_progcld_thompson_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 168.793496 - 0: The maximum resident set size (KB) = 997268 + 0: The total amount of wall time = 171.130999 + 0: The maximum resident set size (KB) = 990604 Test 083 control_thompson_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/fv3_regional_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/regional_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/regional_debug Checking test 084 regional_debug results .... Comparing dynf000.nc .........OK Comparing dynf001.nc .........OK Comparing phyf000.nc .........OK Comparing phyf001.nc .........OK - 0: The total amount of wall time = 235.025964 - 0: The maximum resident set size (KB) = 608708 + 0: The total amount of wall time = 236.316245 + 0: The maximum resident set size (KB) = 605940 Test 084 regional_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_control_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_control_debug Checking test 085 rap_control_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 261.419550 - 0: The maximum resident set size (KB) = 999080 + 0: The total amount of wall time = 264.746452 + 0: The maximum resident set size (KB) = 999492 Test 085 rap_control_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_control_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_unified_drag_suite_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_unified_drag_suite_debug Checking test 086 rap_unified_drag_suite_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 264.527224 - 0: The maximum resident set size (KB) = 996668 + 0: The total amount of wall time = 258.674882 + 0: The maximum resident set size (KB) = 1002288 Test 086 rap_unified_drag_suite_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_diag_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_diag_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_diag_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_diag_debug Checking test 087 rap_diag_debug 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.906849 - 0: The maximum resident set size (KB) = 1081204 + 0: The total amount of wall time = 280.288839 + 0: The maximum resident set size (KB) = 1082412 Test 087 rap_diag_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_cires_ugwp_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_cires_ugwp_debug Checking test 088 rap_cires_ugwp_debug 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.743340 - 0: The maximum resident set size (KB) = 995616 + 0: The total amount of wall time = 266.671435 + 0: The maximum resident set size (KB) = 995940 Test 088 rap_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_unified_ugwp_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_unified_ugwp_debug Checking test 089 rap_unified_ugwp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 264.024989 - 0: The maximum resident set size (KB) = 998356 + 0: The total amount of wall time = 266.224041 + 0: The maximum resident set size (KB) = 1000288 Test 089 rap_unified_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_lndp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_lndp_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_lndp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_lndp_debug Checking test 090 rap_lndp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 261.345355 - 0: The maximum resident set size (KB) = 997508 + 0: The total amount of wall time = 265.708966 + 0: The maximum resident set size (KB) = 997868 Test 090 rap_lndp_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_flake_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_flake_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_flake_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_flake_debug Checking test 091 rap_flake_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 255.756422 - 0: The maximum resident set size (KB) = 1000492 + 0: The total amount of wall time = 257.022045 + 0: The maximum resident set size (KB) = 1002412 Test 091 rap_flake_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_progcld_thompson_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_progcld_thompson_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_progcld_thompson_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_progcld_thompson_debug Checking test 092 rap_progcld_thompson_debug 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.607613 - 0: The maximum resident set size (KB) = 998776 + 0: The total amount of wall time = 263.975611 + 0: The maximum resident set size (KB) = 999192 Test 092 rap_progcld_thompson_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_noah_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_noah_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_noah_debug Checking test 093 rap_noah_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 255.828704 - 0: The maximum resident set size (KB) = 1001060 + 0: The total amount of wall time = 260.656498 + 0: The maximum resident set size (KB) = 1000868 Test 093 rap_noah_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_rrtmgp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_rrtmgp_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_rrtmgp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_rrtmgp_debug Checking test 094 rap_rrtmgp_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 447.097754 - 0: The maximum resident set size (KB) = 1122220 + 0: The total amount of wall time = 447.341907 + 0: The maximum resident set size (KB) = 1124076 Test 094 rap_rrtmgp_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_sfcdiff_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_sfcdiff_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_sfcdiff_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_sfcdiff_debug Checking test 095 rap_sfcdiff_debug results .... Comparing sfcf000.nc .........OK Comparing sfcf001.nc .........OK Comparing atmf000.nc .........OK Comparing atmf001.nc .........OK - 0: The total amount of wall time = 261.006163 - 0: The maximum resident set size (KB) = 1001748 + 0: The total amount of wall time = 263.508100 + 0: The maximum resident set size (KB) = 1001720 Test 095 rap_sfcdiff_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rap_noah_sfcdiff_cires_ugwp_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rap_noah_sfcdiff_cires_ugwp_debug Checking test 096 rap_noah_sfcdiff_cires_ugwp_debug 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.906650 - 0: The maximum resident set size (KB) = 1003704 + 0: The total amount of wall time = 438.493602 + 0: The maximum resident set size (KB) = 1006952 Test 096 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/rrfs_v1beta_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/rrfs_v1beta_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_v1beta_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/rrfs_v1beta_debug Checking test 097 rrfs_v1beta_debug 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.480651 - 0: The maximum resident set size (KB) = 1001064 + 0: The total amount of wall time = 261.766406 + 0: The maximum resident set size (KB) = 1002748 Test 097 rrfs_v1beta_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_wam_debug -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_wam_debug +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_wam_debug +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_wam_debug Checking test 098 control_wam_debug results .... Comparing sfcf019.nc .........OK Comparing atmf019.nc .........OK - 0: The total amount of wall time = 275.829621 - 0: The maximum resident set size (KB) = 260368 + 0: The total amount of wall time = 273.032536 + 0: The maximum resident set size (KB) = 256652 Test 098 control_wam_debug PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_atm Checking test 099 hafs_regional_atm results .... - Comparing atmf006.nc ............ALT CHECK......OK + Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 268.462420 - 0: The maximum resident set size (KB) = 712260 + 0: The total amount of wall time = 273.425901 + 0: The maximum resident set size (KB) = 714976 Test 099 hafs_regional_atm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm_thompson_gfdlsf +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_atm_thompson_gfdlsf Checking test 100 hafs_regional_atm_thompson_gfdlsf results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - 0: The total amount of wall time = 331.729913 - 0: The maximum resident set size (KB) = 1074636 + 0: The total amount of wall time = 335.554032 + 0: The maximum resident set size (KB) = 1074608 Test 100 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm_ocn +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_atm_ocn Checking test 101 hafs_regional_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -2970,28 +2970,28 @@ Checking test 101 hafs_regional_atm_ocn 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 = 352.823514 - 0: The maximum resident set size (KB) = 760064 + 0: The total amount of wall time = 357.671840 + 0: The maximum resident set size (KB) = 754592 Test 101 hafs_regional_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm_wav +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_atm_wav Checking test 102 hafs_regional_atm_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 859.751027 - 0: The maximum resident set size (KB) = 747048 + 0: The total amount of wall time = 845.412575 + 0: The maximum resident set size (KB) = 750676 Test 102 hafs_regional_atm_wav PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_atm_ocn_wav +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_atm_ocn_wav Checking test 103 hafs_regional_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3000,58 +3000,58 @@ Checking test 103 hafs_regional_atm_ocn_wav results .... Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 929.134729 - 0: The maximum resident set size (KB) = 769904 + 0: The total amount of wall time = 911.321874 + 0: The maximum resident set size (KB) = 769600 Test 103 hafs_regional_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_1nest_atm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_1nest_atm Checking test 104 hafs_regional_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 444.313737 - 0: The maximum resident set size (KB) = 316944 + 0: The total amount of wall time = 442.657220 + 0: The maximum resident set size (KB) = 323928 Test 104 hafs_regional_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_telescopic_2nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_telescopic_2nests_atm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_telescopic_2nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_telescopic_2nests_atm Checking test 105 hafs_regional_telescopic_2nests_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc .........OK Comparing atm.nest03.f006.nc .........OK Comparing sfc.nest03.f006.nc .........OK - 0: The total amount of wall time = 466.376363 - 0: The maximum resident set size (KB) = 328132 + 0: The total amount of wall time = 461.805014 + 0: The maximum resident set size (KB) = 327856 Test 105 hafs_regional_telescopic_2nests_atm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_global_1nest_atm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_global_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_global_1nest_atm Checking test 106 hafs_global_1nest_atm 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 = 206.587787 - 0: The maximum resident set size (KB) = 216140 + 0: The total amount of wall time = 208.295578 + 0: The maximum resident set size (KB) = 208496 Test 106 hafs_global_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_multiple_4nests_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_global_multiple_4nests_atm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_global_multiple_4nests_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_global_multiple_4nests_atm Checking test 107 hafs_global_multiple_4nests_atm results .... Comparing atmf006.nc ............ALT CHECK......OK Comparing sfcf006.nc .........OK @@ -3064,28 +3064,28 @@ Checking test 107 hafs_global_multiple_4nests_atm results .... Comparing atm.nest05.f006.nc .........OK Comparing sfc.nest05.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 563.316231 - 0: The maximum resident set size (KB) = 256776 + 0: The total amount of wall time = 566.458059 + 0: The maximum resident set size (KB) = 261316 Test 107 hafs_global_multiple_4nests_atm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_specified_moving_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_specified_moving_1nest_atm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_specified_moving_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_specified_moving_1nest_atm Checking test 108 hafs_regional_specified_moving_1nest_atm results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK Comparing atm.nest02.f006.nc .........OK Comparing sfc.nest02.f006.nc ............ALT CHECK......OK - 0: The total amount of wall time = 266.360582 - 0: The maximum resident set size (KB) = 328312 + 0: The total amount of wall time = 267.894671 + 0: The maximum resident set size (KB) = 323872 Test 108 hafs_regional_specified_moving_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_storm_following_1nest_atm_ocn +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_storm_following_1nest_atm_ocn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_storm_following_1nest_atm_ocn Checking test 109 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3094,46 +3094,46 @@ Checking test 109 hafs_regional_storm_following_1nest_atm_ocn results .... Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK - 0: The total amount of wall time = 264.740143 - 0: The maximum resident set size (KB) = 354484 + 0: The total amount of wall time = 261.843234 + 0: The maximum resident set size (KB) = 351056 Test 109 hafs_regional_storm_following_1nest_atm_ocn PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_storm_following_1nest_atm_ocn_wav +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_storm_following_1nest_atm_ocn_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_storm_following_1nest_atm_ocn_wav Checking test 110 hafs_regional_storm_following_1nest_atm_ocn_wav results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK - Comparing atm.nest02.f006.nc .........OK - Comparing sfc.nest02.f006.nc ............ALT CHECK......OK + Comparing atm.nest02.f006.nc ............ALT CHECK......OK + Comparing sfc.nest02.f006.nc .........OK Comparing archv.2020_238_18.a .........OK Comparing archs.2020_238_18.a .........OK Comparing out_grd.ww3 .........OK Comparing out_pnt.ww3 .........OK - 0: The total amount of wall time = 770.164387 - 0: The maximum resident set size (KB) = 374544 + 0: The total amount of wall time = 773.161431 + 0: The maximum resident set size (KB) = 376780 Test 110 hafs_regional_storm_following_1nest_atm_ocn_wav PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_global_storm_following_1nest_atm -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_global_storm_following_1nest_atm +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_global_storm_following_1nest_atm +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_global_storm_following_1nest_atm Checking test 111 hafs_global_storm_following_1nest_atm 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 = 82.382016 - 0: The maximum resident set size (KB) = 227032 + 0: The total amount of wall time = 80.572185 + 0: The maximum resident set size (KB) = 226024 Test 111 hafs_global_storm_following_1nest_atm PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_docn +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_docn +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_docn Checking test 112 hafs_regional_docn results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3141,14 +3141,14 @@ Checking test 112 hafs_regional_docn 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 = 347.013822 - 0: The maximum resident set size (KB) = 775748 + 0: The total amount of wall time = 358.670282 + 0: The maximum resident set size (KB) = 774084 Test 112 hafs_regional_docn PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_docn_oisst -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_docn_oisst +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_docn_oisst +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_docn_oisst Checking test 113 hafs_regional_docn_oisst results .... Comparing atmf006.nc .........OK Comparing sfcf006.nc .........OK @@ -3156,118 +3156,118 @@ Checking test 113 hafs_regional_docn_oisst 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 = 354.859221 - 0: The maximum resident set size (KB) = 755576 + 0: The total amount of wall time = 350.019751 + 0: The maximum resident set size (KB) = 757828 Test 113 hafs_regional_docn_oisst PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/hafs_regional_datm_cdeps -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/hafs_regional_datm_cdeps +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_datm_cdeps +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/hafs_regional_datm_cdeps Checking test 114 hafs_regional_datm_cdeps 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 = 941.508342 - 0: The maximum resident set size (KB) = 856864 + 0: The total amount of wall time = 940.042962 + 0: The maximum resident set size (KB) = 854008 Test 114 hafs_regional_datm_cdeps PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_control_cfsr +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_control_cfsr Checking test 115 datm_cdeps_control_cfsr results .... Comparing RESTART/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 = 144.228770 - 0: The maximum resident set size (KB) = 718612 + 0: The total amount of wall time = 139.523075 + 0: The maximum resident set size (KB) = 720492 Test 115 datm_cdeps_control_cfsr PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_restart_cfsr +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_restart_cfsr Checking test 116 datm_cdeps_restart_cfsr results .... Comparing RESTART/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 = 83.158314 - 0: The maximum resident set size (KB) = 719496 + 0: The total amount of wall time = 80.268941 + 0: The maximum resident set size (KB) = 718940 Test 116 datm_cdeps_restart_cfsr PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_control_gefs +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_control_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_control_gefs Checking test 117 datm_cdeps_control_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 137.217548 - 0: The maximum resident set size (KB) = 621544 + 0: The total amount of wall time = 136.962185 + 0: The maximum resident set size (KB) = 619100 Test 117 datm_cdeps_control_gefs PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_iau_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_iau_gefs +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_iau_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_iau_gefs Checking test 118 datm_cdeps_iau_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 139.647170 - 0: The maximum resident set size (KB) = 619808 + 0: The total amount of wall time = 138.863050 + 0: The maximum resident set size (KB) = 619512 Test 118 datm_cdeps_iau_gefs PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_stochy_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_stochy_gefs +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_stochy_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_stochy_gefs Checking test 119 datm_cdeps_stochy_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 136.620747 - 0: The maximum resident set size (KB) = 617404 + 0: The total amount of wall time = 140.152503 + 0: The maximum resident set size (KB) = 619524 Test 119 datm_cdeps_stochy_gefs PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_bulk_cfsr +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_bulk_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_bulk_cfsr Checking test 120 datm_cdeps_bulk_cfsr results .... Comparing RESTART/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 = 141.826938 - 0: The maximum resident set size (KB) = 720016 + 0: The total amount of wall time = 141.439024 + 0: The maximum resident set size (KB) = 720556 Test 120 datm_cdeps_bulk_cfsr PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_bulk_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_bulk_gefs +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_bulk_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_bulk_gefs Checking test 121 datm_cdeps_bulk_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/iced.2011-10-02-00000.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 138.014862 - 0: The maximum resident set size (KB) = 618932 + 0: The total amount of wall time = 141.113870 + 0: The maximum resident set size (KB) = 620880 Test 121 datm_cdeps_bulk_gefs PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_mx025_cfsr +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_mx025_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_mx025_cfsr Checking test 122 datm_cdeps_mx025_cfsr results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3276,14 +3276,14 @@ Checking test 122 datm_cdeps_mx025_cfsr 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 = 301.978297 - 0: The maximum resident set size (KB) = 556488 + 0: The total amount of wall time = 310.452679 + 0: The maximum resident set size (KB) = 566904 Test 122 datm_cdeps_mx025_cfsr PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_mx025_gefs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_mx025_gefs +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_mx025_gefs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_mx025_gefs Checking test 123 datm_cdeps_mx025_gefs results .... Comparing RESTART/MOM.res.nc .........OK Comparing RESTART/MOM.res_1.nc .........OK @@ -3292,64 +3292,64 @@ Checking test 123 datm_cdeps_mx025_gefs results .... Comparing RESTART/iced.2011-10-01-43200.nc .........OK Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - 0: The total amount of wall time = 296.050347 - 0: The maximum resident set size (KB) = 531464 + 0: The total amount of wall time = 302.819964 + 0: The maximum resident set size (KB) = 533844 Test 123 datm_cdeps_mx025_gefs PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_control_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_multiple_files_cfsr +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_control_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_multiple_files_cfsr Checking test 124 datm_cdeps_multiple_files_cfsr results .... Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 142.729119 - 0: The maximum resident set size (KB) = 720276 + 0: The total amount of wall time = 140.122528 + 0: The maximum resident set size (KB) = 720300 Test 124 datm_cdeps_multiple_files_cfsr PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_3072x1536_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_3072x1536_cfsr +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_3072x1536_cfsr Checking test 125 datm_cdeps_3072x1536_cfsr results .... Comparing RESTART/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 = 189.301376 - 0: The maximum resident set size (KB) = 1894088 + 0: The total amount of wall time = 195.090597 + 0: The maximum resident set size (KB) = 1831628 Test 125 datm_cdeps_3072x1536_cfsr PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_gfs -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_gfs +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_gfs +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_gfs Checking test 126 datm_cdeps_gfs results .... Comparing RESTART/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 = 190.857189 - 0: The maximum resident set size (KB) = 1895080 + 0: The total amount of wall time = 192.443414 + 0: The maximum resident set size (KB) = 1832328 Test 126 datm_cdeps_gfs PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/datm_cdeps_debug_cfsr -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/datm_cdeps_debug_cfsr +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_debug_cfsr +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/datm_cdeps_debug_cfsr Checking test 127 datm_cdeps_debug_cfsr results .... Comparing RESTART/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 = 426.928874 - 0: The maximum resident set size (KB) = 727488 + 0: The total amount of wall time = 429.863818 + 0: The maximum resident set size (KB) = 728352 Test 127 datm_cdeps_debug_cfsr PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_atmwav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_atmwav +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_atmwav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_atmwav Checking test 128 control_atmwav results .... Comparing sfcf000.nc .........OK Comparing sfcf012.nc .........OK @@ -3393,14 +3393,14 @@ Checking test 128 control_atmwav results .... Comparing RESTART/sfc_data.tile6.nc .........OK Comparing 20210322.180000.restart.glo_1deg .........OK - 0: The total amount of wall time = 81.062162 - 0: The maximum resident set size (KB) = 497036 + 0: The total amount of wall time = 84.295359 + 0: The maximum resident set size (KB) = 497456 Test 128 control_atmwav PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_c384gdas_wav -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_c384gdas_wav +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c384gdas_wav +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_c384gdas_wav Checking test 129 control_c384gdas_wav results .... Comparing sfcf000.nc .........OK Comparing sfcf003.nc .........OK @@ -3446,14 +3446,14 @@ Checking test 129 control_c384gdas_wav results .... Comparing 20210322.030000.restart.gnh_10m .........OK Comparing 20210322.030000.restart.gsh_15m .........OK - 0: The total amount of wall time = 692.804732 - 0: The maximum resident set size (KB) = 1054148 + 0: The total amount of wall time = 696.696381 + 0: The maximum resident set size (KB) = 1055704 Test 129 control_c384gdas_wav PASS -baseline dir = /scratch1/NCEPDEV/stmp4/Samuel.Trahan/FV3_RT/REGRESSION_TEST_INTEL/control_atm_aerosols -working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_141621/control_atm_aerosols +baseline dir = /scratch2/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_atm_aerosols +working dir = /scratch1/NCEPDEV/stmp2/Samuel.Trahan/FV3_RT/rt_283067/control_atm_aerosols Checking test 130 control_atm_aerosols results .... Comparing sfcf000.nc .........OK Comparing sfcf024.nc .........OK @@ -3500,12 +3500,12 @@ Checking test 130 control_atm_aerosols results .... Comparing RESTART/sfc_data.tile5.nc .........OK Comparing RESTART/sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 288.374570 - 0: The maximum resident set size (KB) = 908404 + 0: The total amount of wall time = 290.572708 + 0: The maximum resident set size (KB) = 912564 Test 130 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Fri May 20 22:32:23 UTC 2022 -Elapsed time: 01h:02m:42s. Have a nice day! +Sat May 21 00:22:33 UTC 2022 +Elapsed time: 01h:02m:00s. Have a nice day! From 929478096ae8f7c75386b6762eb3faa62b52e144 Mon Sep 17 00:00:00 2001 From: Samuel Trahan Date: Sun, 22 May 2022 23:40:35 +0000 Subject: [PATCH 17/18] jet.intel tests passed --- tests/RegressionTests_jet.intel.log | 4763 ++++++++++++++++----------- 1 file changed, 2782 insertions(+), 1981 deletions(-) diff --git a/tests/RegressionTests_jet.intel.log b/tests/RegressionTests_jet.intel.log index 36f1c20492..3343d5b7bc 100644 --- a/tests/RegressionTests_jet.intel.log +++ b/tests/RegressionTests_jet.intel.log @@ -1,2127 +1,2928 @@ -Fri May 20 16:27:17 GMT 2022 +Sun May 22 00:49:10 GMT 2022 Start Regression test -Compile 001 elapsed time 1733 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 002 elapsed time 276 seconds. -DAPP=S2SA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 003 elapsed time 1273 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 004 elapsed time 246 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 005 elapsed time 1373 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 006 elapsed time 1307 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 007 elapsed time 1202 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 008 elapsed time 246 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 009 elapsed time 211 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 010 elapsed time 219 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 011 elapsed time 211 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -Compile 012 elapsed time 1547 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 013 elapsed time 1723 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 014 elapsed time 282 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON -Compile 015 elapsed time 127 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON -Compile 016 elapsed time 1486 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -Compile 017 elapsed time 1271 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/cpld_control_p8 +Compile 001 elapsed time 1741 seconds. -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v16_coupled_nsstNoahmpUGWPv1,FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 002 elapsed time 262 seconds. -DAPP=S2SA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 003 elapsed time 1262 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 004 elapsed time 230 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 005 elapsed time 1337 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_HRRR_smoke,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 006 elapsed time 1291 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_thompson,FV3_GFS_v16_noahmp -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 007 elapsed time 1222 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 008 elapsed time 223 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_flake,FV3_GFS_v16_ugwpv1,FV3_GFS_v16_ras,FV3_GFS_v16_noahmp,FV3_GFS_v16_thompson,FV3_GFS_v15_thompson_mynn,FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 009 elapsed time 219 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP,FV3_RAP_cires_ugwp,FV3_RAP_unified_ugwp,FV3_RAP_flake -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 010 elapsed time 387 seconds. -DAPP=ATM -DDEBUG=ON -DCCPP_SUITES=FV3_RAP_noah,FV3_RAP_RRTMGP,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 011 elapsed time 219 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug +Compile 012 elapsed time 1552 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 013 elapsed time 1717 seconds. -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 014 elapsed time 280 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON -DMOM6SOLO=ON +Compile 015 elapsed time 383 seconds. -DAPP=NG-GODAS -DDEBUG=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Debug -DMOM6SOLO=ON +Compile 016 elapsed time 1485 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON +Compile 017 elapsed time 1268 seconds. -DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v16 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DSIMDMULTIARCH=ON + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/cpld_control_p8 Checking test 001 cpld_control_p8 results .... -Moving baseline 001 cpld_control_p8 files .... - Moving sfcf021.tile1.nc .........OK - Moving sfcf021.tile2.nc .........OK - Moving sfcf021.tile3.nc .........OK - Moving sfcf021.tile4.nc .........OK - Moving sfcf021.tile5.nc .........OK - Moving sfcf021.tile6.nc .........OK - Moving atmf021.tile1.nc .........OK - Moving atmf021.tile2.nc .........OK - Moving atmf021.tile3.nc .........OK - Moving atmf021.tile4.nc .........OK - Moving atmf021.tile5.nc .........OK - Moving atmf021.tile6.nc .........OK - Moving sfcf024.tile1.nc .........OK - Moving sfcf024.tile2.nc .........OK - Moving sfcf024.tile3.nc .........OK - Moving sfcf024.tile4.nc .........OK - Moving sfcf024.tile5.nc .........OK - Moving sfcf024.tile6.nc .........OK - Moving atmf024.tile1.nc .........OK - Moving atmf024.tile2.nc .........OK - Moving atmf024.tile3.nc .........OK - Moving atmf024.tile4.nc .........OK - Moving atmf024.tile5.nc .........OK - Moving atmf024.tile6.nc .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2021-03-23-21600.nc .........OK - Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Moving gocart.inst_aod.20210323_0600z.nc4 .........OK - Moving 20210323.060000.out_grd.glo_1deg .........OK - Moving 20210323.060000.out_pnt.points .........OK - Moving 20210323.060000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 472.135102 - 0: The maximum resident set size (KB) = 1157340 + Comparing sfcf021.tile1.nc .........OK + Comparing sfcf021.tile2.nc .........OK + Comparing sfcf021.tile3.nc .........OK + Comparing sfcf021.tile4.nc .........OK + Comparing sfcf021.tile5.nc .........OK + Comparing sfcf021.tile6.nc .........OK + Comparing atmf021.tile1.nc .........OK + Comparing atmf021.tile2.nc .........OK + Comparing atmf021.tile3.nc .........OK + Comparing atmf021.tile4.nc .........OK + Comparing atmf021.tile5.nc .........OK + Comparing atmf021.tile6.nc .........OK + Comparing sfcf024.tile1.nc .........OK + Comparing sfcf024.tile2.nc .........OK + Comparing sfcf024.tile3.nc .........OK + Comparing sfcf024.tile4.nc .........OK + Comparing sfcf024.tile5.nc .........OK + Comparing sfcf024.tile6.nc .........OK + Comparing atmf024.tile1.nc .........OK + Comparing atmf024.tile2.nc .........OK + Comparing atmf024.tile3.nc .........OK + Comparing atmf024.tile4.nc .........OK + Comparing atmf024.tile5.nc .........OK + Comparing atmf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2021-03-23-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing 20210323.060000.out_grd.glo_1deg .........OK + Comparing 20210323.060000.out_pnt.points .........OK + Comparing 20210323.060000.restart.glo_1deg .........OK + + 0: The total amount of wall time = 466.371545 + 0: The maximum resident set size (KB) = 1165872 Test 001 cpld_control_p8 PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_control_c96_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/cpld_control_c96_p8 -Checking test 002 cpld_control_c96_p8 results .... -Moving baseline 002 cpld_control_c96_p8 files .... - Moving sfcf021.tile1.nc .........OK - Moving sfcf021.tile2.nc .........OK - Moving sfcf021.tile3.nc .........OK - Moving sfcf021.tile4.nc .........OK - Moving sfcf021.tile5.nc .........OK - Moving sfcf021.tile6.nc .........OK - Moving atmf021.tile1.nc .........OK - Moving atmf021.tile2.nc .........OK - Moving atmf021.tile3.nc .........OK - Moving atmf021.tile4.nc .........OK - Moving atmf021.tile5.nc .........OK - Moving atmf021.tile6.nc .........OK - Moving sfcf024.tile1.nc .........OK - Moving sfcf024.tile2.nc .........OK - Moving sfcf024.tile3.nc .........OK - Moving sfcf024.tile4.nc .........OK - Moving sfcf024.tile5.nc .........OK - Moving sfcf024.tile6.nc .........OK - Moving atmf024.tile1.nc .........OK - Moving atmf024.tile2.nc .........OK - Moving atmf024.tile3.nc .........OK - Moving atmf024.tile4.nc .........OK - Moving atmf024.tile5.nc .........OK - Moving atmf024.tile6.nc .........OK - Moving gocart.inst_aod.20210323_0600z.nc4 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2021-03-23-21600.nc .........OK - Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - - 0: The total amount of wall time = 397.885265 - 0: The maximum resident set size (KB) = 1269740 - -Test 002 cpld_control_c96_p8 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/cpld_debug_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/cpld_debug_p8 -Checking test 003 cpld_debug_p8 results .... -Moving baseline 003 cpld_debug_p8 files .... - Moving sfcf006.tile1.nc .........OK - Moving sfcf006.tile2.nc .........OK - Moving sfcf006.tile3.nc .........OK - Moving sfcf006.tile4.nc .........OK - Moving sfcf006.tile5.nc .........OK - Moving sfcf006.tile6.nc .........OK - Moving atmf006.tile1.nc .........OK - Moving atmf006.tile2.nc .........OK - Moving atmf006.tile3.nc .........OK - Moving atmf006.tile4.nc .........OK - Moving atmf006.tile5.nc .........OK - Moving atmf006.tile6.nc .........OK - Moving gocart.inst_aod.20210322_1200z.nc4 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2021-03-22-43200.nc .........OK - Moving RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK - - 0: The total amount of wall time = 1068.755885 - 0: The maximum resident set size (KB) = 1345232 - -Test 003 cpld_debug_p8 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control -Checking test 004 control results .... -Moving baseline 004 control files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 183.387827 - 0: The maximum resident set size (KB) = 468704 - -Test 004 control PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_CubedSphereGrid -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_CubedSphereGrid -Checking test 005 control_CubedSphereGrid results .... -Moving baseline 005 control_CubedSphereGrid files .... - Moving sfcf000.tile1.nc .........OK - Moving sfcf000.tile2.nc .........OK - Moving sfcf000.tile3.nc .........OK - Moving sfcf000.tile4.nc .........OK - Moving sfcf000.tile5.nc .........OK - Moving sfcf000.tile6.nc .........OK - Moving sfcf024.tile1.nc .........OK - Moving sfcf024.tile2.nc .........OK - Moving sfcf024.tile3.nc .........OK - Moving sfcf024.tile4.nc .........OK - Moving sfcf024.tile5.nc .........OK - Moving sfcf024.tile6.nc .........OK - Moving atmf000.tile1.nc .........OK - Moving atmf000.tile2.nc .........OK - Moving atmf000.tile3.nc .........OK - Moving atmf000.tile4.nc .........OK - Moving atmf000.tile5.nc .........OK - Moving atmf000.tile6.nc .........OK - Moving atmf024.tile1.nc .........OK - Moving atmf024.tile2.nc .........OK - Moving atmf024.tile3.nc .........OK - Moving atmf024.tile4.nc .........OK - Moving atmf024.tile5.nc .........OK - Moving atmf024.tile6.nc .........OK - - 0: The total amount of wall time = 175.149731 - 0: The maximum resident set size (KB) = 472784 - -Test 005 control_CubedSphereGrid PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_latlon -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_latlon -Checking test 006 control_latlon results .... -Moving baseline 006 control_latlon files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 177.661382 - 0: The maximum resident set size (KB) = 470384 - -Test 006 control_latlon PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wrtGauss_netcdf_parallel -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_wrtGauss_netcdf_parallel -Checking test 007 control_wrtGauss_netcdf_parallel results .... -Moving baseline 007 control_wrtGauss_netcdf_parallel files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 182.085348 - 0: The maximum resident set size (KB) = 467952 - -Test 007 control_wrtGauss_netcdf_parallel PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c48 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_c48 -Checking test 008 control_c48 results .... -Moving baseline 008 control_c48 files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - -0: The total amount of wall time = 562.435436 -0: The maximum resident set size (KB) = 670256 - -Test 008 control_c48 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c192 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_c192 -Checking test 009 control_c192 results .... -Moving baseline 009 control_c192 files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 680.452981 - 0: The maximum resident set size (KB) = 573636 - -Test 009 control_c192 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c384 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_c384 -Checking test 010 control_c384 results .... -Moving baseline 010 control_c384 files .... - Moving sfcf000.nc .........OK - Moving sfcf012.nc .........OK - Moving atmf000.nc .........OK - Moving atmf012.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF12 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 878.128570 - 0: The maximum resident set size (KB) = 700476 - -Test 010 control_c384 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_c384gdas -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_c384gdas -Checking test 011 control_c384gdas results .... -Moving baseline 011 control_c384gdas files .... - Moving sfcf000.nc .........OK - Moving sfcf006.nc .........OK - Moving atmf000.nc .........OK - Moving atmf006.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF06 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF06 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 828.979135 - 0: The maximum resident set size (KB) = 787160 - -Test 011 control_c384gdas PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_stochy -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_stochy -Checking test 012 control_stochy results .... -Moving baseline 012 control_stochy files .... - Moving sfcf000.nc .........OK - Moving sfcf012.nc .........OK - Moving atmf000.nc .........OK - Moving atmf012.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF12 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 122.455403 - 0: The maximum resident set size (KB) = 471428 - -Test 012 control_stochy PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_lndp -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_lndp -Checking test 013 control_lndp results .... -Moving baseline 013 control_lndp files .... - Moving sfcf000.nc .........OK - Moving sfcf012.nc .........OK - Moving atmf000.nc .........OK - Moving atmf012.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF12 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 106.171093 - 0: The maximum resident set size (KB) = 472272 - -Test 013 control_lndp PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_iovr4 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_iovr4 -Checking test 014 control_iovr4 results .... -Moving baseline 014 control_iovr4 files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 185.603999 - 0: The maximum resident set size (KB) = 472184 - -Test 014 control_iovr4 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_iovr5 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_iovr5 -Checking test 015 control_iovr5 results .... -Moving baseline 015 control_iovr5 files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 182.872531 - 0: The maximum resident set size (KB) = 471488 - -Test 015 control_iovr5 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_p8 -Checking test 016 control_p8 results .... -Moving baseline 016 control_p8 files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 237.585650 - 0: The maximum resident set size (KB) = 850156 - -Test 016 control_p8 PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8_lndp -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_p8_lndp -Checking test 017 control_p8_lndp results .... -Moving baseline 017 control_p8_lndp files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving sfcf048.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving atmf048.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSFLX.GrbF48 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving GFSPRS.GrbF48 .........OK - - 0: The total amount of wall time = 455.256166 - 0: The maximum resident set size (KB) = 852032 - -Test 017 control_p8_lndp PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_p8_rrtmgp -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_p8_rrtmgp -Checking test 018 control_p8_rrtmgp results .... -Moving baseline 018 control_p8_rrtmgp files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 281.065054 - 0: The maximum resident set size (KB) = 975856 - -Test 018 control_p8_rrtmgp PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_control -Checking test 019 regional_control results .... -Moving baseline 019 regional_control files .... - Moving dynf000.nc .........OK - Moving dynf024.nc .........OK - Moving phyf000.nc .........OK - Moving phyf024.nc .........OK - Moving PRSLEV.GrbF00 .........OK - Moving PRSLEV.GrbF24 .........OK - Moving NATLEV.GrbF00 .........OK - Moving NATLEV.GrbF24 .........OK - - 0: The total amount of wall time = 501.427695 - 0: The maximum resident set size (KB) = 580828 - -Test 019 regional_control PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_noquilt -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_noquilt -Checking test 020 regional_noquilt results .... -Moving baseline 020 regional_noquilt files .... - Moving atmos_4xdaily.nc .........OK - Moving fv3_history2d.nc .........OK - Moving fv3_history.nc .........OK - Moving RESTART/fv_core.res.tile1_new.nc .........OK - Moving RESTART/fv_tracer.res.tile1_new.nc .........OK - - 0: The total amount of wall time = 503.235220 - 0: The maximum resident set size (KB) = 587712 - -Test 020 regional_noquilt PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_netcdf_parallel -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_netcdf_parallel -Checking test 021 regional_netcdf_parallel results .... -Moving baseline 021 regional_netcdf_parallel files .... - Moving dynf000.nc .........OK - Moving dynf024.nc .........OK - Moving phyf000.nc .........OK - Moving phyf024.nc .........OK - - 0: The total amount of wall time = 472.164054 - 0: The maximum resident set size (KB) = 580912 - -Test 021 regional_netcdf_parallel PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_3km -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_3km -Checking test 022 regional_3km results .... -Moving baseline 022 regional_3km files .... - Moving dynf000.nc .........OK - Moving dynf006.nc .........OK - Moving phyf000.nc .........OK - Moving phyf006.nc .........OK - Moving PRSLEV.GrbF00 .........OK - Moving PRSLEV.GrbF06 .........OK - Moving NATLEV.GrbF00 .........OK - Moving NATLEV.GrbF06 .........OK - - 0: The total amount of wall time = 395.164416 - 0: The maximum resident set size (KB) = 610384 - -Test 022 regional_3km PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hrrr_control_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hrrr_control_debug -Checking test 023 hrrr_control_debug results .... -Moving baseline 023 hrrr_control_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - - 0: The total amount of wall time = 345.515378 - 0: The maximum resident set size (KB) = 999764 - -Test 023 hrrr_control_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_control -Checking test 024 rap_control results .... -Moving baseline 024 rap_control files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 594.112339 - 0: The maximum resident set size (KB) = 839208 - -Test 024 rap_control PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_rrtmgp -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_rrtmgp -Checking test 025 rap_rrtmgp results .... -Moving baseline 025 rap_rrtmgp files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 636.111110 - 0: The maximum resident set size (KB) = 959040 - -Test 025 rap_rrtmgp PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/regional_spp_sppt_shum_skeb -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_spp_sppt_shum_skeb -Checking test 026 regional_spp_sppt_shum_skeb results .... -Moving baseline 026 regional_spp_sppt_shum_skeb files .... - Moving dynf000.nc .........OK - Moving dynf001.nc .........OK - Moving phyf000.nc .........OK - Moving phyf001.nc .........OK - Moving PRSLEV.GrbF00 .........OK - Moving PRSLEV.GrbF01 .........OK - Moving NATLEV.GrbF00 .........OK - Moving NATLEV.GrbF01 .........OK - - 0: The total amount of wall time = 1387.773522 - 0: The maximum resident set size (KB) = 1201080 - -Test 026 regional_spp_sppt_shum_skeb PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_sfcdiff -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_sfcdiff -Checking test 027 rap_sfcdiff results .... -Moving baseline 027 rap_sfcdiff files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 593.196604 - 0: The maximum resident set size (KB) = 843776 - -Test 027 rap_sfcdiff PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hrrr_control -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hrrr_control -Checking test 028 hrrr_control results .... -Moving baseline 028 hrrr_control files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 569.349852 - 0: The maximum resident set size (KB) = 840448 - -Test 028 hrrr_control PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1beta -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_v1beta -Checking test 029 rrfs_v1beta results .... -Moving baseline 029 rrfs_v1beta files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 582.309832 - 0: The maximum resident set size (KB) = 832112 - -Test 029 rrfs_v1beta PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1nssl -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_v1nssl -Checking test 030 rrfs_v1nssl results .... -Moving baseline 030 rrfs_v1nssl files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 643.684050 - 0: The maximum resident set size (KB) = 527836 - -Test 030 rrfs_v1nssl PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1nssl_nohailnoccn -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_v1nssl_nohailnoccn -Checking test 031 rrfs_v1nssl_nohailnoccn results .... -Moving baseline 031 rrfs_v1nssl_nohailnoccn files .... - Moving sfcf000.nc .........OK - Moving sfcf021.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf021.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF21 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF21 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 632.836802 - 0: The maximum resident set size (KB) = 520180 - -Test 031 rrfs_v1nssl_nohailnoccn PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_conus13km_hrrr_warm -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_conus13km_hrrr_warm -Checking test 032 rrfs_conus13km_hrrr_warm results .... -Moving baseline 032 rrfs_conus13km_hrrr_warm files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving sfcf002.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - Moving atmf002.nc .........OK - - 0: The total amount of wall time = 254.159290 - 0: The maximum resident set size (KB) = 660688 - -Test 032 rrfs_conus13km_hrrr_warm PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_conus13km_radar_tten_warm -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_conus13km_radar_tten_warm -Checking test 033 rrfs_conus13km_radar_tten_warm results .... -Moving baseline 033 rrfs_conus13km_radar_tten_warm files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving sfcf002.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - Moving atmf002.nc .........OK - - 0: The total amount of wall time = 253.668352 - 0: The maximum resident set size (KB) = 664020 - -Test 033 rrfs_conus13km_radar_tten_warm PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_smoke_conus13km_hrrr_warm -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_smoke_conus13km_hrrr_warm -Checking test 034 rrfs_smoke_conus13km_hrrr_warm results .... -Moving baseline 034 rrfs_smoke_conus13km_hrrr_warm files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving sfcf002.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - Moving atmf002.nc .........OK - - 0: The total amount of wall time = 274.693690 - 0: The maximum resident set size (KB) = 680848 - -Test 034 rrfs_smoke_conus13km_hrrr_warm PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmg -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_csawmg -Checking test 035 control_csawmg results .... -Moving baseline 035 control_csawmg files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 446.280251 - 0: The maximum resident set size (KB) = 536316 - -Test 035 control_csawmg PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmgt -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_csawmgt -Checking test 036 control_csawmgt results .... -Moving baseline 036 control_csawmgt files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 442.504444 - 0: The maximum resident set size (KB) = 538744 - -Test 036 control_csawmgt PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_flake -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_flake -Checking test 037 control_flake results .... -Moving baseline 037 control_flake files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 325.108509 - 0: The maximum resident set size (KB) = 541872 - -Test 037 control_flake PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_ras -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_ras -Checking test 038 control_ras results .... -Moving baseline 038 control_ras files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 243.581148 - 0: The maximum resident set size (KB) = 500088 - -Test 038 control_ras PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson -Checking test 039 control_thompson results .... -Moving baseline 039 control_thompson files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 327.261265 - 0: The maximum resident set size (KB) = 848316 - -Test 039 control_thompson PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_no_aero -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_no_aero -Checking test 040 control_thompson_no_aero results .... -Moving baseline 040 control_thompson_no_aero files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 308.294897 - 0: The maximum resident set size (KB) = 846092 - -Test 040 control_thompson_no_aero PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wam -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_wam -Checking test 041 control_wam results .... -Moving baseline 041 control_wam files .... - Moving sfcf024.nc .........OK - Moving atmf024.nc .........OK - - 0: The total amount of wall time = 150.335329 - 0: The maximum resident set size (KB) = 232404 - -Test 041 control_wam PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_debug -Checking test 042 control_debug results .... -Moving baseline 042 control_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - - 0: The total amount of wall time = 189.374899 - 0: The maximum resident set size (KB) = 629660 - -Test 042 control_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_CubedSphereGrid_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_CubedSphereGrid_debug -Checking test 043 control_CubedSphereGrid_debug results .... -Moving baseline 043 control_CubedSphereGrid_debug files .... - Moving sfcf000.tile1.nc .........OK - Moving sfcf000.tile2.nc .........OK - Moving sfcf000.tile3.nc .........OK - Moving sfcf000.tile4.nc .........OK - Moving sfcf000.tile5.nc .........OK - Moving sfcf000.tile6.nc .........OK - Moving sfcf001.tile1.nc .........OK - Moving sfcf001.tile2.nc .........OK - Moving sfcf001.tile3.nc .........OK - Moving sfcf001.tile4.nc .........OK - Moving sfcf001.tile5.nc .........OK - Moving sfcf001.tile6.nc .........OK - Moving atmf000.tile1.nc .........OK - Moving atmf000.tile2.nc .........OK - Moving atmf000.tile3.nc .........OK - Moving atmf000.tile4.nc .........OK - Moving atmf000.tile5.nc .........OK - Moving atmf000.tile6.nc .........OK - Moving atmf001.tile1.nc .........OK - Moving atmf001.tile2.nc .........OK - Moving atmf001.tile3.nc .........OK - Moving atmf001.tile4.nc .........OK - Moving atmf001.tile5.nc .........OK - Moving atmf001.tile6.nc .........OK - - 0: The total amount of wall time = 204.429276 - 0: The maximum resident set size (KB) = 630932 - -Test 043 control_CubedSphereGrid_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wrtGauss_netcdf_parallel_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_wrtGauss_netcdf_parallel_debug -Checking test 044 control_wrtGauss_netcdf_parallel_debug results .... -Moving baseline 044 control_wrtGauss_netcdf_parallel_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - - 0: The total amount of wall time = 193.088048 - 0: The maximum resident set size (KB) = 626532 - -Test 044 control_wrtGauss_netcdf_parallel_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_stochy_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_stochy_debug -Checking test 045 control_stochy_debug results .... -Moving baseline 045 control_stochy_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - - 0: The total amount of wall time = 218.677508 - 0: The maximum resident set size (KB) = 635300 - -Test 045 control_stochy_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_lndp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_lndp_debug -Checking test 046 control_lndp_debug results .... -Moving baseline 046 control_lndp_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - - 0: The total amount of wall time = 196.575135 - 0: The maximum resident set size (KB) = 630044 - -Test 046 control_lndp_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmg_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_csawmg_debug -Checking test 047 control_csawmg_debug results .... -Moving baseline 047 control_csawmg_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - - 0: The total amount of wall time = 305.415852 - 0: The maximum resident set size (KB) = 667392 - -Test 047 control_csawmg_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_csawmgt_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_csawmgt_debug -Checking test 048 control_csawmgt_debug results .... -Moving baseline 048 control_csawmgt_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - - 0: The total amount of wall time = 304.984490 - 0: The maximum resident set size (KB) = 666452 - -Test 048 control_csawmgt_debug PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_ras_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_ras_debug -Checking test 049 control_ras_debug results .... -Moving baseline 049 control_ras_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/cpld_2threads_p8 +Checking test 002 cpld_2threads_p8 results .... + Comparing sfcf024.tile1.nc .........OK + Comparing sfcf024.tile2.nc .........OK + Comparing sfcf024.tile3.nc .........OK + Comparing sfcf024.tile4.nc .........OK + Comparing sfcf024.tile5.nc .........OK + Comparing sfcf024.tile6.nc .........OK + Comparing atmf024.tile1.nc .........OK + Comparing atmf024.tile2.nc .........OK + Comparing atmf024.tile3.nc .........OK + Comparing atmf024.tile4.nc .........OK + Comparing atmf024.tile5.nc .........OK + Comparing atmf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2021-03-23-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing 20210323.060000.out_grd.glo_1deg .........OK + Comparing 20210323.060000.out_pnt.points .........OK + Comparing 20210323.060000.restart.glo_1deg .........OK + + 0: The total amount of wall time = 1346.222957 + 0: The maximum resident set size (KB) = 1749732 + +Test 002 cpld_2threads_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/cpld_mpi_p8 +Checking test 003 cpld_mpi_p8 results .... + Comparing sfcf024.tile1.nc .........OK + Comparing sfcf024.tile2.nc .........OK + Comparing sfcf024.tile3.nc .........OK + Comparing sfcf024.tile4.nc .........OK + Comparing sfcf024.tile5.nc .........OK + Comparing sfcf024.tile6.nc .........OK + Comparing atmf024.tile1.nc .........OK + Comparing atmf024.tile2.nc .........OK + Comparing atmf024.tile3.nc .........OK + Comparing atmf024.tile4.nc .........OK + Comparing atmf024.tile5.nc .........OK + Comparing atmf024.tile6.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2021-03-23-21600.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing 20210323.060000.out_grd.glo_1deg .........OK + Comparing 20210323.060000.out_pnt.points .........OK + Comparing 20210323.060000.restart.glo_1deg .........OK + + 0: The total amount of wall time = 395.255773 + 0: The maximum resident set size (KB) = 1291288 + +Test 003 cpld_mpi_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_c96_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/cpld_control_c96_p8 +Checking test 004 cpld_control_c96_p8 results .... + Comparing sfcf021.tile1.nc .........OK + Comparing sfcf021.tile2.nc .........OK + Comparing sfcf021.tile3.nc .........OK + Comparing sfcf021.tile4.nc .........OK + Comparing sfcf021.tile5.nc .........OK + Comparing sfcf021.tile6.nc .........OK + Comparing atmf021.tile1.nc .........OK + Comparing atmf021.tile2.nc .........OK + Comparing atmf021.tile3.nc .........OK + Comparing atmf021.tile4.nc .........OK + Comparing atmf021.tile5.nc .........OK + Comparing atmf021.tile6.nc .........OK + Comparing sfcf024.tile1.nc .........OK + Comparing sfcf024.tile2.nc .........OK + Comparing sfcf024.tile3.nc .........OK + Comparing sfcf024.tile4.nc .........OK + Comparing sfcf024.tile5.nc .........OK + Comparing sfcf024.tile6.nc .........OK + Comparing atmf024.tile1.nc .........OK + Comparing atmf024.tile2.nc .........OK + Comparing atmf024.tile3.nc .........OK + Comparing atmf024.tile4.nc .........OK + Comparing atmf024.tile5.nc .........OK + Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + 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 = 396.302569 + 0: The maximum resident set size (KB) = 1278988 + +Test 004 cpld_control_c96_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_control_c96_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/cpld_restart_c96_p8 +Checking test 005 cpld_restart_c96_p8 results .... + Comparing sfcf024.tile1.nc .........OK + Comparing sfcf024.tile2.nc .........OK + Comparing sfcf024.tile3.nc .........OK + Comparing sfcf024.tile4.nc .........OK + Comparing sfcf024.tile5.nc .........OK + Comparing sfcf024.tile6.nc .........OK + Comparing atmf024.tile1.nc .........OK + Comparing atmf024.tile2.nc .........OK + Comparing atmf024.tile3.nc .........OK + Comparing atmf024.tile4.nc .........OK + Comparing atmf024.tile5.nc .........OK + Comparing atmf024.tile6.nc .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + 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 = 222.423733 + 0: The maximum resident set size (KB) = 1241108 + +Test 005 cpld_restart_c96_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/cpld_debug_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/cpld_debug_p8 +Checking test 006 cpld_debug_p8 results .... + Comparing sfcf006.tile1.nc .........OK + Comparing sfcf006.tile2.nc .........OK + Comparing sfcf006.tile3.nc .........OK + Comparing sfcf006.tile4.nc .........OK + Comparing sfcf006.tile5.nc .........OK + Comparing sfcf006.tile6.nc .........OK + Comparing atmf006.tile1.nc .........OK + Comparing atmf006.tile2.nc .........OK + Comparing atmf006.tile3.nc .........OK + Comparing atmf006.tile4.nc .........OK + Comparing atmf006.tile5.nc .........OK + Comparing atmf006.tile6.nc .........OK + Comparing gocart.inst_aod.20210322_1200z.nc4 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2021-03-22-43200.nc .........OK + Comparing RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc .........OK + + 0: The total amount of wall time = 1058.316761 + 0: The maximum resident set size (KB) = 1345644 + +Test 006 cpld_debug_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control +Checking test 007 control results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 180.379845 + 0: The maximum resident set size (KB) = 471424 + +Test 007 control PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_decomp +Checking test 008 control_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 183.317367 + 0: The maximum resident set size (KB) = 465160 + +Test 008 control_decomp PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_2dwrtdecomp +Checking test 009 control_2dwrtdecomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK + + 0: The total amount of wall time = 171.393504 + 0: The maximum resident set size (KB) = 468316 + +Test 009 control_2dwrtdecomp PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_2threads +Checking test 010 control_2threads results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 805.578438 + 0: The maximum resident set size (KB) = 522808 + +Test 010 control_2threads PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_restart +Checking test 011 control_restart results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 95.702740 + 0: The maximum resident set size (KB) = 216276 + +Test 011 control_restart PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_fhzero +Checking test 012 control_fhzero results .... + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf021.nc ............ALT CHECK......OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 172.369691 + 0: The maximum resident set size (KB) = 472864 + +Test 012 control_fhzero PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_CubedSphereGrid +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_CubedSphereGrid +Checking test 013 control_CubedSphereGrid results .... + Comparing sfcf000.tile1.nc .........OK + Comparing sfcf000.tile2.nc .........OK + Comparing sfcf000.tile3.nc .........OK + Comparing sfcf000.tile4.nc .........OK + Comparing sfcf000.tile5.nc .........OK + Comparing sfcf000.tile6.nc .........OK + Comparing sfcf024.tile1.nc .........OK + Comparing sfcf024.tile2.nc .........OK + Comparing sfcf024.tile3.nc .........OK + Comparing sfcf024.tile4.nc .........OK + Comparing sfcf024.tile5.nc .........OK + Comparing sfcf024.tile6.nc .........OK + Comparing atmf000.tile1.nc .........OK + Comparing atmf000.tile2.nc .........OK + Comparing atmf000.tile3.nc .........OK + Comparing atmf000.tile4.nc .........OK + Comparing atmf000.tile5.nc .........OK + Comparing atmf000.tile6.nc .........OK + Comparing atmf024.tile1.nc .........OK + Comparing atmf024.tile2.nc .........OK + Comparing atmf024.tile3.nc .........OK + Comparing atmf024.tile4.nc .........OK + Comparing atmf024.tile5.nc .........OK + Comparing atmf024.tile6.nc .........OK + + 0: The total amount of wall time = 174.454817 + 0: The maximum resident set size (KB) = 472384 + +Test 013 control_CubedSphereGrid PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_latlon +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_latlon +Checking test 014 control_latlon results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 176.276168 + 0: The maximum resident set size (KB) = 467652 + +Test 014 control_latlon PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_wrtGauss_netcdf_parallel +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_wrtGauss_netcdf_parallel +Checking test 015 control_wrtGauss_netcdf_parallel results .... + Comparing sfcf000.nc ............ALT CHECK......OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 180.439862 + 0: The maximum resident set size (KB) = 467776 + +Test 015 control_wrtGauss_netcdf_parallel PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c48 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_c48 +Checking test 016 control_c48 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + +0: The total amount of wall time = 563.375665 +0: The maximum resident set size (KB) = 667696 + +Test 016 control_c48 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c192 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_c192 +Checking test 017 control_c192 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 681.600519 + 0: The maximum resident set size (KB) = 568056 + +Test 017 control_c192 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c384 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_c384 +Checking test 018 control_c384 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF12 .........OK + + 0: The total amount of wall time = 877.230389 + 0: The maximum resident set size (KB) = 701648 + +Test 018 control_c384 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_c384gdas +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_c384gdas +Checking test 019 control_c384gdas results .... + Comparing sfcf000.nc .........OK + Comparing sfcf006.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf006.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF06 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF06 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 823.460980 + 0: The maximum resident set size (KB) = 794708 + +Test 019 control_c384gdas PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_stochy +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_stochy +Checking test 020 control_stochy results .... + Comparing sfcf000.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF12 .........OK + + 0: The total amount of wall time = 120.783055 + 0: The maximum resident set size (KB) = 471872 + +Test 020 control_stochy PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_stochy +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_stochy_restart +Checking test 021 control_stochy_restart results .... + Comparing sfcf012.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF12 .........OK + + 0: The total amount of wall time = 66.665632 + 0: The maximum resident set size (KB) = 237740 + +Test 021 control_stochy_restart PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_lndp +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_lndp +Checking test 022 control_lndp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF12 .........OK + + 0: The total amount of wall time = 106.305047 + 0: The maximum resident set size (KB) = 476212 + +Test 022 control_lndp PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_iovr4 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_iovr4 +Checking test 023 control_iovr4 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 182.443969 + 0: The maximum resident set size (KB) = 468932 + +Test 023 control_iovr4 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_iovr5 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_iovr5 +Checking test 024 control_iovr5 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 181.759789 + 0: The maximum resident set size (KB) = 475004 + +Test 024 control_iovr5 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_p8 +Checking test 025 control_p8 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 235.535397 + 0: The maximum resident set size (KB) = 854724 + +Test 025 control_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8_lndp +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_p8_lndp +Checking test 026 control_p8_lndp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing sfcf048.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing atmf048.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSFLX.GrbF48 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing GFSPRS.GrbF48 .........OK + + 0: The total amount of wall time = 453.329054 + 0: The maximum resident set size (KB) = 860252 + +Test 026 control_p8_lndp PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_restart_p8 +Checking test 027 control_restart_p8 results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 126.645350 + 0: The maximum resident set size (KB) = 603004 + +Test 027 control_restart_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_decomp_p8 +Checking test 028 control_decomp_p8 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 242.103794 + 0: The maximum resident set size (KB) = 848528 + +Test 028 control_decomp_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_2threads_p8 +Checking test 029 control_2threads_p8 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 937.776130 + 0: The maximum resident set size (KB) = 938444 + +Test 029 control_2threads_p8 PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_p8_rrtmgp +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_p8_rrtmgp +Checking test 030 control_p8_rrtmgp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 508.840975 + 0: The maximum resident set size (KB) = 975736 + +Test 030 control_p8_rrtmgp PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/regional_control +Checking test 031 regional_control results .... + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + Comparing PRSLEV.GrbF00 .........OK + Comparing PRSLEV.GrbF24 .........OK + Comparing NATLEV.GrbF00 .........OK + Comparing NATLEV.GrbF24 .........OK + + 0: The total amount of wall time = 473.961860 + 0: The maximum resident set size (KB) = 583180 + +Test 031 regional_control PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/regional_restart +Checking test 032 regional_restart results .... + Comparing dynf024.nc .........OK + Comparing phyf024.nc .........OK + Comparing PRSLEV.GrbF24 .........OK + Comparing NATLEV.GrbF24 .........OK + + 0: The total amount of wall time = 262.101167 + 0: The maximum resident set size (KB) = 581676 + +Test 032 regional_restart PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/regional_control_2dwrtdecomp +Checking test 033 regional_control_2dwrtdecomp results .... + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + + 0: The total amount of wall time = 476.016234 + 0: The maximum resident set size (KB) = 581796 + +Test 033 regional_control_2dwrtdecomp PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_noquilt +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/regional_noquilt +Checking test 034 regional_noquilt results .... + Comparing atmos_4xdaily.nc .........OK + Comparing fv3_history2d.nc .........OK + Comparing fv3_history.nc .........OK + Comparing RESTART/fv_core.res.tile1_new.nc .........OK + Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK + + 0: The total amount of wall time = 497.500196 + 0: The maximum resident set size (KB) = 589992 + +Test 034 regional_noquilt PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_netcdf_parallel +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/regional_netcdf_parallel +Checking test 035 regional_netcdf_parallel results .... + Comparing dynf000.nc .........OK + Comparing dynf024.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf024.nc .........OK + + 0: The total amount of wall time = 469.222604 + 0: The maximum resident set size (KB) = 576520 + +Test 035 regional_netcdf_parallel PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_3km +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/regional_3km +Checking test 036 regional_3km results .... + Comparing dynf000.nc .........OK + Comparing dynf006.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf006.nc .........OK + Comparing PRSLEV.GrbF00 .........OK + Comparing PRSLEV.GrbF06 .........OK + Comparing NATLEV.GrbF00 .........OK + Comparing NATLEV.GrbF06 .........OK + + 0: The total amount of wall time = 430.757900 + 0: The maximum resident set size (KB) = 623088 + +Test 036 regional_3km PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hrrr_control_debug +Checking test 037 hrrr_control_debug 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.618087 + 0: The maximum resident set size (KB) = 995124 + +Test 037 hrrr_control_debug PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_control +Checking test 038 rap_control results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 590.161245 + 0: The maximum resident set size (KB) = 843048 + +Test 038 rap_control PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_rrtmgp +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_rrtmgp +Checking test 039 rap_rrtmgp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 623.533559 + 0: The maximum resident set size (KB) = 959860 + +Test 039 rap_rrtmgp PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/regional_spp_sppt_shum_skeb +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/regional_spp_sppt_shum_skeb +Checking test 040 regional_spp_sppt_shum_skeb 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 + + 0: The total amount of wall time = 1336.054947 + 0: The maximum resident set size (KB) = 1215512 + +Test 040 regional_spp_sppt_shum_skeb PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_restart +Checking test 041 rap_restart results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 300.307276 + 0: The maximum resident set size (KB) = 593164 + +Test 041 rap_restart PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_sfcdiff +Checking test 042 rap_sfcdiff results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 592.512830 + 0: The maximum resident set size (KB) = 840972 + +Test 042 rap_sfcdiff PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_sfcdiff +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_sfcdiff_restart +Checking test 043 rap_sfcdiff_restart results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 302.632470 + 0: The maximum resident set size (KB) = 594524 + +Test 043 rap_sfcdiff_restart PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hrrr_control +Checking test 044 hrrr_control results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 565.464965 + 0: The maximum resident set size (KB) = 839440 + +Test 044 hrrr_control PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hrrr_control_decomp +Checking test 045 hrrr_control_decomp results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 593.194755 + 0: The maximum resident set size (KB) = 841056 + +Test 045 hrrr_control_decomp PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hrrr_control_2threads +Checking test 046 hrrr_control_2threads results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 2141.085340 + 0: The maximum resident set size (KB) = 905260 + +Test 046 hrrr_control_2threads PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hrrr_control +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hrrr_control_restart +Checking test 047 hrrr_control_restart results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 287.232424 + 0: The maximum resident set size (KB) = 584684 + +Test 047 hrrr_control_restart PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_v1beta +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rrfs_v1beta +Checking test 048 rrfs_v1beta results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 576.464595 + 0: The maximum resident set size (KB) = 838832 + +Test 048 rrfs_v1beta PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_v1nssl +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rrfs_v1nssl +Checking test 049 rrfs_v1nssl results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 645.895838 + 0: The maximum resident set size (KB) = 526156 + +Test 049 rrfs_v1nssl PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_v1nssl_nohailnoccn +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rrfs_v1nssl_nohailnoccn +Checking test 050 rrfs_v1nssl_nohailnoccn results .... + Comparing sfcf000.nc .........OK + Comparing sfcf021.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf021.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF21 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF21 .........OK + Comparing GFSPRS.GrbF24 .........OK + + 0: The total amount of wall time = 632.921190 + 0: The maximum resident set size (KB) = 520296 + +Test 050 rrfs_v1nssl_nohailnoccn PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_conus13km_hrrr_warm +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rrfs_conus13km_hrrr_warm +Checking test 051 rrfs_conus13km_hrrr_warm 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 = 249.600456 + 0: The maximum resident set size (KB) = 663140 + +Test 051 rrfs_conus13km_hrrr_warm PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_conus13km_radar_tten_warm +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rrfs_conus13km_radar_tten_warm +Checking test 052 rrfs_conus13km_radar_tten_warm 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 = 250.659600 + 0: The maximum resident set size (KB) = 665272 + +Test 052 rrfs_conus13km_radar_tten_warm PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_smoke_conus13km_hrrr_warm +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rrfs_smoke_conus13km_hrrr_warm +Checking test 053 rrfs_smoke_conus13km_hrrr_warm 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 = 272.502824 + 0: The maximum resident set size (KB) = 682236 + +Test 053 rrfs_smoke_conus13km_hrrr_warm PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_csawmg +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_csawmg +Checking test 054 control_csawmg results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 451.239136 + 0: The maximum resident set size (KB) = 534824 + +Test 054 control_csawmg PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_csawmgt +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_csawmgt +Checking test 055 control_csawmgt results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 444.897163 + 0: The maximum resident set size (KB) = 537736 + +Test 055 control_csawmgt PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_flake +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_flake +Checking test 056 control_flake results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 199.377398 - 0: The maximum resident set size (KB) = 638484 + 0: The total amount of wall time = 320.214017 + 0: The maximum resident set size (KB) = 540200 -Test 049 control_ras_debug PASS +Test 056 control_flake PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_ras +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_ras +Checking test 057 control_ras results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 243.676994 + 0: The maximum resident set size (KB) = 498148 + +Test 057 control_ras PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_thompson +Checking test 058 control_thompson results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 324.877359 + 0: The maximum resident set size (KB) = 852748 + +Test 058 control_thompson PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_no_aero +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_thompson_no_aero +Checking test 059 control_thompson_no_aero results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing 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 = 307.823143 + 0: The maximum resident set size (KB) = 848332 + +Test 059 control_thompson_no_aero PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_wam +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_wam +Checking test 060 control_wam results .... + Comparing sfcf024.nc .........OK + Comparing atmf024.nc .........OK + + 0: The total amount of wall time = 146.906004 + 0: The maximum resident set size (KB) = 235336 + +Test 060 control_wam PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_debug +Checking test 061 control_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK + + 0: The total amount of wall time = 189.456225 + 0: The maximum resident set size (KB) = 628736 + +Test 061 control_debug PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_2threads_debug +Checking test 062 control_2threads_debug 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.534942 + 0: The maximum resident set size (KB) = 678576 + +Test 062 control_2threads_debug PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_CubedSphereGrid_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_CubedSphereGrid_debug +Checking test 063 control_CubedSphereGrid_debug results .... + Comparing sfcf000.tile1.nc .........OK + Comparing sfcf000.tile2.nc .........OK + Comparing sfcf000.tile3.nc .........OK + Comparing sfcf000.tile4.nc .........OK + Comparing sfcf000.tile5.nc .........OK + Comparing sfcf000.tile6.nc .........OK + Comparing sfcf001.tile1.nc .........OK + Comparing sfcf001.tile2.nc .........OK + Comparing sfcf001.tile3.nc .........OK + Comparing sfcf001.tile4.nc .........OK + Comparing sfcf001.tile5.nc .........OK + Comparing sfcf001.tile6.nc .........OK + Comparing atmf000.tile1.nc .........OK + Comparing atmf000.tile2.nc .........OK + Comparing atmf000.tile3.nc .........OK + Comparing atmf000.tile4.nc .........OK + Comparing atmf000.tile5.nc .........OK + Comparing atmf000.tile6.nc .........OK + Comparing atmf001.tile1.nc .........OK + Comparing atmf001.tile2.nc .........OK + Comparing atmf001.tile3.nc .........OK + Comparing atmf001.tile4.nc .........OK + Comparing atmf001.tile5.nc .........OK + Comparing atmf001.tile6.nc .........OK + + 0: The total amount of wall time = 205.126015 + 0: The maximum resident set size (KB) = 626208 +Test 063 control_CubedSphereGrid_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_diag_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_diag_debug -Checking test 050 control_diag_debug results .... -Moving baseline 050 control_diag_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 201.784001 - 0: The maximum resident set size (KB) = 682336 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_wrtGauss_netcdf_parallel_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_wrtGauss_netcdf_parallel_debug +Checking test 064 control_wrtGauss_netcdf_parallel_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 050 control_diag_debug PASS + 0: The total amount of wall time = 192.076985 + 0: The maximum resident set size (KB) = 626560 +Test 064 control_wrtGauss_netcdf_parallel_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_debug_p8 -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_debug_p8 -Checking test 051 control_debug_p8 results .... -Moving baseline 051 control_debug_p8 files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 218.946747 - 0: The maximum resident set size (KB) = 1017432 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_stochy_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_stochy_debug +Checking test 065 control_stochy_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 051 control_debug_p8 PASS + 0: The total amount of wall time = 217.900064 + 0: The maximum resident set size (KB) = 634096 +Test 065 control_stochy_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_debug -Checking test 052 control_thompson_debug results .... -Moving baseline 052 control_thompson_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 224.662711 - 0: The maximum resident set size (KB) = 992968 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_lndp_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_lndp_debug +Checking test 066 control_lndp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 052 control_thompson_debug PASS + 0: The total amount of wall time = 192.922752 + 0: The maximum resident set size (KB) = 629628 +Test 066 control_lndp_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_no_aero_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_no_aero_debug -Checking test 053 control_thompson_no_aero_debug results .... -Moving baseline 053 control_thompson_no_aero_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 219.306821 - 0: The maximum resident set size (KB) = 980824 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_csawmg_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_csawmg_debug +Checking test 067 control_csawmg_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 053 control_thompson_no_aero_debug PASS + 0: The total amount of wall time = 306.335674 + 0: The maximum resident set size (KB) = 666872 +Test 067 control_csawmg_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_debug_extdiag -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_extdiag_debug -Checking test 054 control_thompson_extdiag_debug results .... -Moving baseline 054 control_thompson_extdiag_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 238.331232 - 0: The maximum resident set size (KB) = 1018284 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_csawmgt_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_csawmgt_debug +Checking test 068 control_csawmgt_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 054 control_thompson_extdiag_debug PASS + 0: The total amount of wall time = 301.369738 + 0: The maximum resident set size (KB) = 672068 +Test 068 control_csawmgt_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_thompson_progcld_thompson_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_thompson_progcld_thompson_debug -Checking test 055 control_thompson_progcld_thompson_debug results .... -Moving baseline 055 control_thompson_progcld_thompson_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 226.720293 - 0: The maximum resident set size (KB) = 986492 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_ras_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_ras_debug +Checking test 069 control_ras_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 055 control_thompson_progcld_thompson_debug PASS + 0: The total amount of wall time = 198.109808 + 0: The maximum resident set size (KB) = 639728 +Test 069 control_ras_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/fv3_regional_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/regional_debug -Checking test 056 regional_debug results .... -Moving baseline 056 regional_debug files .... - Moving dynf000.nc .........OK - Moving dynf001.nc .........OK - Moving phyf000.nc .........OK - Moving phyf001.nc .........OK - 0: The total amount of wall time = 321.146230 - 0: The maximum resident set size (KB) = 606704 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_diag_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_diag_debug +Checking test 070 control_diag_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 056 regional_debug PASS + 0: The total amount of wall time = 201.194008 + 0: The maximum resident set size (KB) = 687704 +Test 070 control_diag_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_control_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_control_debug -Checking test 057 rap_control_debug results .... -Moving baseline 057 rap_control_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 349.163057 - 0: The maximum resident set size (KB) = 997752 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_debug_p8 +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_debug_p8 +Checking test 071 control_debug_p8 results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 057 rap_control_debug PASS + 0: The total amount of wall time = 217.205443 + 0: The maximum resident set size (KB) = 1015624 +Test 071 control_debug_p8 PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_diag_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_diag_debug -Checking test 058 rap_diag_debug results .... -Moving baseline 058 rap_diag_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 371.529262 - 0: The maximum resident set size (KB) = 1080616 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_thompson_debug +Checking test 072 control_thompson_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 058 rap_diag_debug PASS + 0: The total amount of wall time = 225.906445 + 0: The maximum resident set size (KB) = 991620 +Test 072 control_thompson_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_cires_ugwp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_cires_ugwp_debug -Checking test 059 rap_cires_ugwp_debug results .... -Moving baseline 059 rap_cires_ugwp_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 354.928599 - 0: The maximum resident set size (KB) = 994712 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_no_aero_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_thompson_no_aero_debug +Checking test 073 control_thompson_no_aero_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 059 rap_cires_ugwp_debug PASS + 0: The total amount of wall time = 214.871503 + 0: The maximum resident set size (KB) = 984696 +Test 073 control_thompson_no_aero_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_lndp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_lndp_debug -Checking test 060 rap_lndp_debug results .... -Moving baseline 060 rap_lndp_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 352.961861 - 0: The maximum resident set size (KB) = 994900 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_debug_extdiag +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_thompson_extdiag_debug +Checking test 074 control_thompson_extdiag_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 060 rap_lndp_debug PASS + 0: The total amount of wall time = 235.031304 + 0: The maximum resident set size (KB) = 1019060 +Test 074 control_thompson_extdiag_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_flake_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_flake_debug -Checking test 061 rap_flake_debug results .... -Moving baseline 061 rap_flake_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 348.278195 - 0: The maximum resident set size (KB) = 998544 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_thompson_progcld_thompson_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_thompson_progcld_thompson_debug +Checking test 075 control_thompson_progcld_thompson_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 061 rap_flake_debug PASS + 0: The total amount of wall time = 222.940706 + 0: The maximum resident set size (KB) = 988144 +Test 075 control_thompson_progcld_thompson_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_progcld_thompson_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_progcld_thompson_debug -Checking test 062 rap_progcld_thompson_debug results .... -Moving baseline 062 rap_progcld_thompson_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 348.644748 - 0: The maximum resident set size (KB) = 996300 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/fv3_regional_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/regional_debug +Checking test 076 regional_debug results .... + Comparing dynf000.nc .........OK + Comparing dynf001.nc .........OK + Comparing phyf000.nc .........OK + Comparing phyf001.nc .........OK -Test 062 rap_progcld_thompson_debug PASS + 0: The total amount of wall time = 320.189125 + 0: The maximum resident set size (KB) = 600952 +Test 076 regional_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_noah_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_noah_debug -Checking test 063 rap_noah_debug results .... -Moving baseline 063 rap_noah_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 347.519782 - 0: The maximum resident set size (KB) = 993632 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_control_debug +Checking test 077 rap_control_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 063 rap_noah_debug PASS + 0: The total amount of wall time = 345.949877 + 0: The maximum resident set size (KB) = 998276 +Test 077 rap_control_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_rrtmgp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_rrtmgp_debug -Checking test 064 rap_rrtmgp_debug results .... -Moving baseline 064 rap_rrtmgp_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 592.054860 - 0: The maximum resident set size (KB) = 1115136 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_control_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_unified_drag_suite_debug +Checking test 078 rap_unified_drag_suite_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 064 rap_rrtmgp_debug PASS + 0: The total amount of wall time = 345.685433 + 0: The maximum resident set size (KB) = 994064 +Test 078 rap_unified_drag_suite_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_sfcdiff_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_sfcdiff_debug -Checking test 065 rap_sfcdiff_debug results .... -Moving baseline 065 rap_sfcdiff_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 350.595236 - 0: The maximum resident set size (KB) = 997028 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_diag_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_diag_debug +Checking test 079 rap_diag_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 065 rap_sfcdiff_debug PASS + 0: The total amount of wall time = 367.463988 + 0: The maximum resident set size (KB) = 1079184 +Test 079 rap_diag_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rap_noah_sfcdiff_cires_ugwp_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rap_noah_sfcdiff_cires_ugwp_debug -Checking test 066 rap_noah_sfcdiff_cires_ugwp_debug results .... -Moving baseline 066 rap_noah_sfcdiff_cires_ugwp_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 579.963463 - 0: The maximum resident set size (KB) = 999152 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_cires_ugwp_debug +Checking test 080 rap_cires_ugwp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 066 rap_noah_sfcdiff_cires_ugwp_debug PASS + 0: The total amount of wall time = 354.940577 + 0: The maximum resident set size (KB) = 991688 +Test 080 rap_cires_ugwp_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/rrfs_v1beta_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/rrfs_v1beta_debug -Checking test 067 rrfs_v1beta_debug results .... -Moving baseline 067 rrfs_v1beta_debug files .... - Moving sfcf000.nc .........OK - Moving sfcf001.nc .........OK - Moving atmf000.nc .........OK - Moving atmf001.nc .........OK - 0: The total amount of wall time = 349.145201 - 0: The maximum resident set size (KB) = 990884 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_cires_ugwp_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_unified_ugwp_debug +Checking test 081 rap_unified_ugwp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 067 rrfs_v1beta_debug PASS + 0: The total amount of wall time = 352.283263 + 0: The maximum resident set size (KB) = 995692 +Test 081 rap_unified_ugwp_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_wam_debug -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_wam_debug -Checking test 068 control_wam_debug results .... -Moving baseline 068 control_wam_debug files .... - Moving sfcf019.nc .........OK - Moving atmf019.nc .........OK - 0: The total amount of wall time = 366.983670 - 0: The maximum resident set size (KB) = 265364 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_lndp_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_lndp_debug +Checking test 082 rap_lndp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 068 control_wam_debug PASS + 0: The total amount of wall time = 350.080907 + 0: The maximum resident set size (KB) = 996552 +Test 082 rap_lndp_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm -Checking test 069 hafs_regional_atm results .... -Moving baseline 069 hafs_regional_atm files .... - Moving atmf006.nc .........OK - Moving sfcf006.nc .........OK - Moving HURPRS.GrbF06 .........OK - 0: The total amount of wall time = 1215.329723 - 0: The maximum resident set size (KB) = 714508 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_flake_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_flake_debug +Checking test 083 rap_flake_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 069 hafs_regional_atm PASS + 0: The total amount of wall time = 349.346359 + 0: The maximum resident set size (KB) = 995484 +Test 083 rap_flake_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_thompson_gfdlsf -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm_thompson_gfdlsf -Checking test 070 hafs_regional_atm_thompson_gfdlsf results .... -Moving baseline 070 hafs_regional_atm_thompson_gfdlsf files .... - Moving atmf006.nc .........OK - Moving sfcf006.nc .........OK - 0: The total amount of wall time = 1303.620130 - 0: The maximum resident set size (KB) = 1063712 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_progcld_thompson_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_progcld_thompson_debug +Checking test 084 rap_progcld_thompson_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 070 hafs_regional_atm_thompson_gfdlsf PASS + 0: The total amount of wall time = 346.042907 + 0: The maximum resident set size (KB) = 994064 +Test 084 rap_progcld_thompson_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_ocn -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm_ocn -Checking test 071 hafs_regional_atm_ocn results .... -Moving baseline 071 hafs_regional_atm_ocn files .... - Moving atmf006.nc .........OK - Moving sfcf006.nc .........OK - Moving archv.2019_241_06.a .........OK - Moving archs.2019_241_06.a .........OK - Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK - Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 471.833229 - 0: The maximum resident set size (KB) = 750204 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_noah_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_noah_debug +Checking test 085 rap_noah_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 071 hafs_regional_atm_ocn PASS + 0: The total amount of wall time = 341.542179 + 0: The maximum resident set size (KB) = 999344 +Test 085 rap_noah_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_wav -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm_wav -Checking test 072 hafs_regional_atm_wav results .... -Moving baseline 072 hafs_regional_atm_wav files .... - Moving atmf006.nc .........OK - Moving sfcf006.nc .........OK - Moving out_grd.ww3 .........OK - Moving out_pnt.ww3 .........OK - 0: The total amount of wall time = 1147.446840 - 0: The maximum resident set size (KB) = 737252 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_rrtmgp_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_rrtmgp_debug +Checking test 086 rap_rrtmgp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 072 hafs_regional_atm_wav PASS + 0: The total amount of wall time = 587.394387 + 0: The maximum resident set size (KB) = 1116552 +Test 086 rap_rrtmgp_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_atm_ocn_wav -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_atm_ocn_wav -Checking test 073 hafs_regional_atm_ocn_wav results .... -Moving baseline 073 hafs_regional_atm_ocn_wav files .... - Moving atmf006.nc .........OK - Moving sfcf006.nc .........OK - Moving archv.2019_241_06.a .........OK - Moving archs.2019_241_06.a .........OK - Moving out_grd.ww3 .........OK - Moving out_pnt.ww3 .........OK - 0: The total amount of wall time = 1253.167715 - 0: The maximum resident set size (KB) = 757720 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_sfcdiff_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_sfcdiff_debug +Checking test 087 rap_sfcdiff_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 073 hafs_regional_atm_ocn_wav PASS + 0: The total amount of wall time = 347.668533 + 0: The maximum resident set size (KB) = 998496 +Test 087 rap_sfcdiff_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_docn -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_docn -Checking test 074 hafs_regional_docn results .... -Moving baseline 074 hafs_regional_docn files .... - Moving atmf006.nc .........OK - Moving sfcf006.nc .........OK - Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK - Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - Moving ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 467.337873 - 0: The maximum resident set size (KB) = 769136 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rap_noah_sfcdiff_cires_ugwp_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rap_noah_sfcdiff_cires_ugwp_debug +Checking test 088 rap_noah_sfcdiff_cires_ugwp_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 074 hafs_regional_docn PASS + 0: The total amount of wall time = 576.028793 + 0: The maximum resident set size (KB) = 995956 +Test 088 rap_noah_sfcdiff_cires_ugwp_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_docn_oisst -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_docn_oisst -Checking test 075 hafs_regional_docn_oisst results .... -Moving baseline 075 hafs_regional_docn_oisst files .... - Moving atmf006.nc .........OK - Moving sfcf006.nc .........OK - Moving ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK - Moving ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - Moving ufs.hafs.docn.r.2019-08-29-21600.nc .........OK - 0: The total amount of wall time = 479.903830 - 0: The maximum resident set size (KB) = 744468 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/rrfs_v1beta_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/rrfs_v1beta_debug +Checking test 089 rrfs_v1beta_debug results .... + Comparing sfcf000.nc .........OK + Comparing sfcf001.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf001.nc .........OK -Test 075 hafs_regional_docn_oisst PASS + 0: The total amount of wall time = 344.943736 + 0: The maximum resident set size (KB) = 990576 +Test 089 rrfs_v1beta_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/hafs_regional_datm_cdeps -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/hafs_regional_datm_cdeps -Checking test 076 hafs_regional_datm_cdeps results .... -Moving baseline 076 hafs_regional_datm_cdeps files .... - Moving ufs.hafs.cpl.hi.2019-08-30-00000.nc .........OK - Moving ufs.hafs.cpl.r.2019-08-30-00000.nc .........OK - Moving ufs.hafs.datm.r.2019-08-30-00000.nc .........OK - 0: The total amount of wall time = 1241.726142 - 0: The maximum resident set size (KB) = 845100 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_wam_debug +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_wam_debug +Checking test 090 control_wam_debug results .... + Comparing sfcf019.nc .........OK + Comparing atmf019.nc .........OK -Test 076 hafs_regional_datm_cdeps PASS + 0: The total amount of wall time = 363.743079 + 0: The maximum resident set size (KB) = 257748 +Test 090 control_wam_debug PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_control_cfsr -Checking test 077 datm_cdeps_control_cfsr results .... -Moving baseline 077 datm_cdeps_control_cfsr files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2011-10-02-00000.nc .........OK - Moving RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 208.303367 - 0: The maximum resident set size (KB) = 727388 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hafs_regional_atm +Checking test 091 hafs_regional_atm results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing HURPRS.GrbF06 .........OK -Test 077 datm_cdeps_control_cfsr PASS + 0: The total amount of wall time = 1160.395268 + 0: The maximum resident set size (KB) = 709244 +Test 091 hafs_regional_atm PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_control_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_control_gefs -Checking test 078 datm_cdeps_control_gefs results .... -Moving baseline 078 datm_cdeps_control_gefs files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2011-10-02-00000.nc .........OK - Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 192.116463 - 0: The maximum resident set size (KB) = 627744 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm_thompson_gfdlsf +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hafs_regional_atm_thompson_gfdlsf +Checking test 092 hafs_regional_atm_thompson_gfdlsf results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK -Test 078 datm_cdeps_control_gefs PASS + 0: The total amount of wall time = 1319.342350 + 0: The maximum resident set size (KB) = 1074424 +Test 092 hafs_regional_atm_thompson_gfdlsf PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_iau_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_iau_gefs -Checking test 079 datm_cdeps_iau_gefs results .... -Moving baseline 079 datm_cdeps_iau_gefs files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2011-10-02-00000.nc .........OK - Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 193.249269 - 0: The maximum resident set size (KB) = 623124 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm_ocn +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hafs_regional_atm_ocn +Checking test 093 hafs_regional_atm_ocn results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing archv.2019_241_06.a .........OK + Comparing archs.2019_241_06.a .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK -Test 079 datm_cdeps_iau_gefs PASS + 0: The total amount of wall time = 472.769724 + 0: The maximum resident set size (KB) = 750712 +Test 093 hafs_regional_atm_ocn PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_stochy_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_stochy_gefs -Checking test 080 datm_cdeps_stochy_gefs results .... -Moving baseline 080 datm_cdeps_stochy_gefs files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2011-10-02-00000.nc .........OK - Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 193.990961 - 0: The maximum resident set size (KB) = 625732 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm_wav +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hafs_regional_atm_wav +Checking test 094 hafs_regional_atm_wav results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK + Comparing out_grd.ww3 .........OK + Comparing out_pnt.ww3 .........OK -Test 080 datm_cdeps_stochy_gefs PASS + 0: The total amount of wall time = 1157.306822 + 0: The maximum resident set size (KB) = 739352 +Test 094 hafs_regional_atm_wav PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_bulk_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_bulk_cfsr -Checking test 081 datm_cdeps_bulk_cfsr results .... -Moving baseline 081 datm_cdeps_bulk_cfsr files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2011-10-02-00000.nc .........OK - Moving RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 195.757778 - 0: The maximum resident set size (KB) = 726252 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_atm_ocn_wav +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hafs_regional_atm_ocn_wav +Checking test 095 hafs_regional_atm_ocn_wav results .... + Comparing atmf006.nc .........OK + Comparing sfcf006.nc .........OK + Comparing archv.2019_241_06.a .........OK + Comparing archs.2019_241_06.a .........OK + Comparing out_grd.ww3 .........OK + Comparing out_pnt.ww3 .........OK -Test 081 datm_cdeps_bulk_cfsr PASS + 0: The total amount of wall time = 1252.580824 + 0: The maximum resident set size (KB) = 766840 +Test 095 hafs_regional_atm_ocn_wav PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_bulk_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_bulk_gefs -Checking test 082 datm_cdeps_bulk_gefs results .... -Moving baseline 082 datm_cdeps_bulk_gefs files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2011-10-02-00000.nc .........OK - Moving RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK - 0: The total amount of wall time = 193.059170 - 0: The maximum resident set size (KB) = 623172 +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_docn +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hafs_regional_docn +Checking test 096 hafs_regional_docn 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 -Test 082 datm_cdeps_bulk_gefs PASS + 0: The total amount of wall time = 467.199876 + 0: The maximum resident set size (KB) = 761876 +Test 096 hafs_regional_docn PASS -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_mx025_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_mx025_cfsr -Checking test 083 datm_cdeps_mx025_cfsr results .... -Moving baseline 083 datm_cdeps_mx025_cfsr files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/MOM.res_1.nc .........OK - Moving RESTART/MOM.res_2.nc .........OK - Moving RESTART/MOM.res_3.nc .........OK - Moving RESTART/iced.2011-10-01-43200.nc .........OK - Moving RESTART/DATM_CFSR.cpl.r.2011-10-01-43200.nc .........OK - - 0: The total amount of wall time = 413.290500 - 0: The maximum resident set size (KB) = 560684 - -Test 083 datm_cdeps_mx025_cfsr PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_mx025_gefs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_mx025_gefs -Checking test 084 datm_cdeps_mx025_gefs results .... -Moving baseline 084 datm_cdeps_mx025_gefs files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/MOM.res_1.nc .........OK - Moving RESTART/MOM.res_2.nc .........OK - Moving RESTART/MOM.res_3.nc .........OK - Moving RESTART/iced.2011-10-01-43200.nc .........OK - Moving RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK - - 0: The total amount of wall time = 407.838061 - 0: The maximum resident set size (KB) = 526084 - -Test 084 datm_cdeps_mx025_gefs PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_3072x1536_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_3072x1536_cfsr -Checking test 085 datm_cdeps_3072x1536_cfsr results .... -Moving baseline 085 datm_cdeps_3072x1536_cfsr files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2011-10-02-00000.nc .........OK - Moving RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc .........OK - - 0: The total amount of wall time = 271.379118 - 0: The maximum resident set size (KB) = 1838256 - -Test 085 datm_cdeps_3072x1536_cfsr PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_gfs -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_gfs -Checking test 086 datm_cdeps_gfs results .... -Moving baseline 086 datm_cdeps_gfs files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2021-03-23-21600.nc .........OK - Moving RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK - - 0: The total amount of wall time = 299.458486 - 0: The maximum resident set size (KB) = 1836664 - -Test 086 datm_cdeps_gfs PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/datm_cdeps_debug_cfsr -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/datm_cdeps_debug_cfsr -Checking test 087 datm_cdeps_debug_cfsr results .... -Moving baseline 087 datm_cdeps_debug_cfsr files .... - Moving RESTART/MOM.res.nc .........OK - Moving RESTART/iced.2011-10-01-21600.nc .........OK - Moving RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc .........OK - - 0: The total amount of wall time = 571.438021 - 0: The maximum resident set size (KB) = 734484 - -Test 087 datm_cdeps_debug_cfsr PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_atmwav -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_atmwav -Checking test 088 control_atmwav results .... -Moving baseline 088 control_atmwav files .... - Moving sfcf000.nc .........OK - Moving sfcf012.nc .........OK - Moving atmf000.nc .........OK - Moving atmf012.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF12 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF12 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - Moving 20210322.180000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 113.679513 - 0: The maximum resident set size (KB) = 490724 - -Test 088 control_atmwav PASS - - -baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220516/INTEL/control_atm_aerosols -working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_245899/control_atm_aerosols -Checking test 089 control_atm_aerosols results .... -Moving baseline 089 control_atm_aerosols files .... - Moving sfcf000.nc .........OK - Moving sfcf024.nc .........OK - Moving atmf000.nc .........OK - Moving atmf024.nc .........OK - Moving GFSFLX.GrbF00 .........OK - Moving GFSFLX.GrbF24 .........OK - Moving GFSPRS.GrbF00 .........OK - Moving GFSPRS.GrbF24 .........OK - Moving gocart.inst_aod.20210322_0700z.nc4 .........OK - Moving gocart.inst_aod.20210323_0600z.nc4 .........OK - Moving gocart.tavg_cmass.20210322_0730z.nc4 .........OK - Moving gocart.tavg_cmass.20210323_0430z.nc4 .........OK - Moving RESTART/coupler.res .........OK - Moving RESTART/fv_core.res.nc .........OK - Moving RESTART/fv_core.res.tile1.nc .........OK - Moving RESTART/fv_core.res.tile2.nc .........OK - Moving RESTART/fv_core.res.tile3.nc .........OK - Moving RESTART/fv_core.res.tile4.nc .........OK - Moving RESTART/fv_core.res.tile5.nc .........OK - Moving RESTART/fv_core.res.tile6.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile1.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile2.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile3.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile4.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile5.nc .........OK - Moving RESTART/fv_srf_wnd.res.tile6.nc .........OK - Moving RESTART/fv_tracer.res.tile1.nc .........OK - Moving RESTART/fv_tracer.res.tile2.nc .........OK - Moving RESTART/fv_tracer.res.tile3.nc .........OK - Moving RESTART/fv_tracer.res.tile4.nc .........OK - Moving RESTART/fv_tracer.res.tile5.nc .........OK - Moving RESTART/fv_tracer.res.tile6.nc .........OK - Moving RESTART/phy_data.tile1.nc .........OK - Moving RESTART/phy_data.tile2.nc .........OK - Moving RESTART/phy_data.tile3.nc .........OK - Moving RESTART/phy_data.tile4.nc .........OK - Moving RESTART/phy_data.tile5.nc .........OK - Moving RESTART/phy_data.tile6.nc .........OK - Moving RESTART/sfc_data.tile1.nc .........OK - Moving RESTART/sfc_data.tile2.nc .........OK - Moving RESTART/sfc_data.tile3.nc .........OK - Moving RESTART/sfc_data.tile4.nc .........OK - Moving RESTART/sfc_data.tile5.nc .........OK - Moving RESTART/sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 416.941571 - 0: The maximum resident set size (KB) = 920852 - -Test 089 control_atm_aerosols PASS + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_docn_oisst +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hafs_regional_docn_oisst +Checking test 097 hafs_regional_docn_oisst results .... + Comparing atmf006.nc ............ALT CHECK......OK + Comparing sfcf006.nc .........OK + Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK + Comparing ufs.hafs.docn.r.2019-08-29-21600.nc .........OK + + 0: The total amount of wall time = 468.355314 + 0: The maximum resident set size (KB) = 739996 + +Test 097 hafs_regional_docn_oisst PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/hafs_regional_datm_cdeps +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/hafs_regional_datm_cdeps +Checking test 098 hafs_regional_datm_cdeps 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 = 1233.061905 + 0: The maximum resident set size (KB) = 847632 + +Test 098 hafs_regional_datm_cdeps PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_control_cfsr +Checking test 099 datm_cdeps_control_cfsr results .... + Comparing RESTART/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 = 192.179590 + 0: The maximum resident set size (KB) = 724548 + +Test 099 datm_cdeps_control_cfsr PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_restart_cfsr +Checking test 100 datm_cdeps_restart_cfsr results .... + Comparing RESTART/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 = 113.693543 + 0: The maximum resident set size (KB) = 725432 + +Test 100 datm_cdeps_restart_cfsr PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_control_gefs +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_control_gefs +Checking test 101 datm_cdeps_control_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK + + 0: The total amount of wall time = 189.144786 + 0: The maximum resident set size (KB) = 626312 + +Test 101 datm_cdeps_control_gefs PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_iau_gefs +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_iau_gefs +Checking test 102 datm_cdeps_iau_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK + + 0: The total amount of wall time = 191.935657 + 0: The maximum resident set size (KB) = 626568 + +Test 102 datm_cdeps_iau_gefs PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_stochy_gefs +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_stochy_gefs +Checking test 103 datm_cdeps_stochy_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK + + 0: The total amount of wall time = 190.814341 + 0: The maximum resident set size (KB) = 623936 + +Test 103 datm_cdeps_stochy_gefs PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_bulk_cfsr +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_bulk_cfsr +Checking test 104 datm_cdeps_bulk_cfsr results .... + Comparing RESTART/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 = 193.825853 + 0: The maximum resident set size (KB) = 725548 + +Test 104 datm_cdeps_bulk_cfsr PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_bulk_gefs +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_bulk_gefs +Checking test 105 datm_cdeps_bulk_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2011-10-02-00000.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc .........OK + + 0: The total amount of wall time = 189.460222 + 0: The maximum resident set size (KB) = 625592 + +Test 105 datm_cdeps_bulk_gefs PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_mx025_cfsr +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_mx025_cfsr +Checking test 106 datm_cdeps_mx025_cfsr results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + 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 = 407.947185 + 0: The maximum resident set size (KB) = 560356 + +Test 106 datm_cdeps_mx025_cfsr PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_mx025_gefs +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_mx025_gefs +Checking test 107 datm_cdeps_mx025_gefs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/MOM.res_1.nc .........OK + Comparing RESTART/MOM.res_2.nc .........OK + Comparing RESTART/MOM.res_3.nc .........OK + Comparing RESTART/iced.2011-10-01-43200.nc .........OK + Comparing RESTART/DATM_GEFS.cpl.r.2011-10-01-43200.nc .........OK + + 0: The total amount of wall time = 402.763313 + 0: The maximum resident set size (KB) = 524184 + +Test 107 datm_cdeps_mx025_gefs PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_control_cfsr +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_multiple_files_cfsr +Checking test 108 datm_cdeps_multiple_files_cfsr results .... + Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK + + 0: The total amount of wall time = 192.333091 + 0: The maximum resident set size (KB) = 725928 + +Test 108 datm_cdeps_multiple_files_cfsr PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_3072x1536_cfsr +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_3072x1536_cfsr +Checking test 109 datm_cdeps_3072x1536_cfsr results .... + Comparing RESTART/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 = 279.571969 + 0: The maximum resident set size (KB) = 1900452 + +Test 109 datm_cdeps_3072x1536_cfsr PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_gfs +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_gfs +Checking test 110 datm_cdeps_gfs results .... + Comparing RESTART/MOM.res.nc .........OK + Comparing RESTART/iced.2021-03-23-21600.nc .........OK + Comparing RESTART/DATM_GFS.cpl.r.2021-03-23-21600.nc .........OK + + 0: The total amount of wall time = 265.280091 + 0: The maximum resident set size (KB) = 1836452 + +Test 110 datm_cdeps_gfs PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/datm_cdeps_debug_cfsr +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/datm_cdeps_debug_cfsr +Checking test 111 datm_cdeps_debug_cfsr results .... + Comparing RESTART/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 = 570.779413 + 0: The maximum resident set size (KB) = 736948 + +Test 111 datm_cdeps_debug_cfsr PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_atmwav +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_atmwav +Checking test 112 control_atmwav results .... + Comparing sfcf000.nc .........OK + Comparing sfcf012.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf012.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF12 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF12 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + Comparing 20210322.180000.restart.glo_1deg .........OK + + 0: The total amount of wall time = 112.835607 + 0: The maximum resident set size (KB) = 492052 + +Test 112 control_atmwav PASS + + +baseline dir = /lfs4/BMC/wrfruc/RT/NEMSfv3gfs/gsl-develop-20220520/INTEL/control_atm_aerosols +working dir = /lfs4/HFIP/hfv3gfs/Samuel.Trahan/RT_RUNDIRS/Samuel.Trahan/FV3_RT/rt_125616/control_atm_aerosols +Checking test 113 control_atm_aerosols results .... + Comparing sfcf000.nc .........OK + Comparing sfcf024.nc .........OK + Comparing atmf000.nc .........OK + Comparing atmf024.nc .........OK + Comparing GFSFLX.GrbF00 .........OK + Comparing GFSFLX.GrbF24 .........OK + Comparing GFSPRS.GrbF00 .........OK + Comparing GFSPRS.GrbF24 .........OK + Comparing gocart.inst_aod.20210322_0700z.nc4 .........OK + Comparing gocart.inst_aod.20210323_0600z.nc4 .........OK + Comparing gocart.tavg_cmass.20210322_0730z.nc4 .........OK + Comparing gocart.tavg_cmass.20210323_0430z.nc4 .........OK + Comparing RESTART/coupler.res .........OK + Comparing RESTART/fv_core.res.nc .........OK + Comparing RESTART/fv_core.res.tile1.nc .........OK + Comparing RESTART/fv_core.res.tile2.nc .........OK + Comparing RESTART/fv_core.res.tile3.nc .........OK + Comparing RESTART/fv_core.res.tile4.nc .........OK + Comparing RESTART/fv_core.res.tile5.nc .........OK + Comparing RESTART/fv_core.res.tile6.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile1.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile2.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile3.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile4.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile5.nc .........OK + Comparing RESTART/fv_srf_wnd.res.tile6.nc .........OK + Comparing RESTART/fv_tracer.res.tile1.nc .........OK + Comparing RESTART/fv_tracer.res.tile2.nc .........OK + Comparing RESTART/fv_tracer.res.tile3.nc .........OK + Comparing RESTART/fv_tracer.res.tile4.nc .........OK + Comparing RESTART/fv_tracer.res.tile5.nc .........OK + Comparing RESTART/fv_tracer.res.tile6.nc .........OK + Comparing RESTART/phy_data.tile1.nc .........OK + Comparing RESTART/phy_data.tile2.nc .........OK + Comparing RESTART/phy_data.tile3.nc .........OK + Comparing RESTART/phy_data.tile4.nc .........OK + Comparing RESTART/phy_data.tile5.nc .........OK + Comparing RESTART/phy_data.tile6.nc .........OK + Comparing RESTART/sfc_data.tile1.nc .........OK + Comparing RESTART/sfc_data.tile2.nc .........OK + Comparing RESTART/sfc_data.tile3.nc .........OK + Comparing RESTART/sfc_data.tile4.nc .........OK + Comparing RESTART/sfc_data.tile5.nc .........OK + Comparing RESTART/sfc_data.tile6.nc .........OK + + 0: The total amount of wall time = 407.062802 + 0: The maximum resident set size (KB) = 916600 + +Test 113 control_atm_aerosols PASS REGRESSION TEST WAS SUCCESSFUL -Fri May 20 19:45:21 GMT 2022 -Elapsed time: 03h:18m:05s. Have a nice day! +Sun May 22 21:35:40 GMT 2022 +Elapsed time: 20h:51m:13s. Have a nice day! From 41398b40bc1f0be0f8300c4e79b570f7f4cf6d94 Mon Sep 17 00:00:00 2001 From: "samuel.trahan" Date: Mon, 23 May 2022 21:27:53 +0000 Subject: [PATCH 18/18] point to gsl develop for fv3atm --- .gitmodules | 4 ++-- FV3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5d4d7f51ac..0593ce0981 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "FV3"] path = FV3 - url = ssh://git@github.com/SamuelTrahanNOAA/fv3atm - branch = gsl/may16-followup-pr + url = https://github.com/NOAA-GSL/fv3atm + branch = gsl/develop [submodule "WW3"] path = WW3 url = https://github.com/NOAA-EMC/WW3 diff --git a/FV3 b/FV3 index f1ddad3ca5..8bf5085b16 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit f1ddad3ca5178b3bc29c60ebb6e2089be9e02a49 +Subproject commit 8bf5085b160a319f3c6a0275a6b58ab2e840cbab